Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ccde2e6bd8 | |||
| f765959da4 | |||
| f1ddab1e2e | |||
| 4d76c502a2 |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/mrusme/neonmodem.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.0.6</param>
|
||||
<param name="revision">v1.0.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ef8663cc5dc119820a99332ab791b2494ed0c6621a0dd1d8bbb417f3755a1ff
|
||||
size 2407436
|
||||
3
neonmodem-1.0.7+git0.346d1d3.obscpio
Normal file
3
neonmodem-1.0.7+git0.346d1d3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e106f4a2a8ac695739e13be7bcbb9cac19543f3b73c7c56b57f3957c19ac9765
|
||||
size 2404364
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 06:19:39 UTC 2025 - Felix Niederwanger <felix.niederwanger@suse.de>
|
||||
|
||||
- Update to version 1.0.7+git0.346d1d3:
|
||||
* Update dependencies, remove debug output
|
||||
* Update GitHub actions
|
||||
* discourse: APi fixes
|
||||
* Bump golang.org/x/net from 0.36.0 to 0.38.0
|
||||
* Bump golang.org/x/net from 0.34.0 to 0.36.0
|
||||
* Update dependencies
|
||||
* Change chat button
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 13:22:56 UTC 2025 - Felix Niederwanger <felix.niederwanger@suse.de>
|
||||
|
||||
- Add build option for position-independent executables
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 09:05:18 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: neonmodem
|
||||
version: 1.0.6+git0.63db4bd
|
||||
mtime: 1722539319
|
||||
commit: 63db4bd31729c0876c8313f5d8765245680affe2
|
||||
version: 1.0.7+git0.346d1d3
|
||||
mtime: 1749821886
|
||||
commit: 346d1d327bcbd6686ba8c7ce42ac7de2e0753090
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package neonmodem
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: neonmodem
|
||||
Version: 1.0.6+git0.63db4bd
|
||||
Version: 1.0.7+git0.346d1d3
|
||||
Release: 0
|
||||
Summary: BBS-style command line client for Discourse, Lemmy, Lobsters and Hacker News
|
||||
License: GPL-3.0-only
|
||||
@@ -35,6 +35,9 @@ Neon Modem Overdrive is a BBS-style command line client that supports Discourse,
|
||||
%autosetup -D -a 1
|
||||
|
||||
%build
|
||||
%ifnarch ppc64
|
||||
export GOFLAGS="-buildmode=pie"
|
||||
%endif
|
||||
go build
|
||||
|
||||
%install
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91ba191f4758d248aad43db1590ae77b374ee650069507ce429fd85859c3fa53
|
||||
size 4805649
|
||||
oid sha256:d5babd40ae9c4afef8efeef461ac8cab4e0d946c3c6393a2607267cba4aca5db
|
||||
size 5070251
|
||||
|
||||
Reference in New Issue
Block a user