20
0

Accepting request 898846 from home:adamm:alternatives

- Update to version v1.0.0

- Update service file for tagged versions


- Update to version v1.0.0:
  * Prefix symbols with libalts_ to avoid symbol clashes
  * Add symbol visibility and versioning
  * Decamelize public symbols and rename
  * absolute config directory
  * memory leak
  * Handle broken config files
  * correct type
  * Add missing rename
  * Revert d15f9adf9b5a3b14b359bc3738066bdfd7cd090
  * Fix function signature

- Update to version v1.0.0

- Update service file for tagged versions

- Initial version

OBS-URL: https://build.opensuse.org/request/show/898846
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/libalternatives?expand=0&rev=2
This commit is contained in:
2021-06-09 15:41:46 +00:00
committed by Git OBS Bridge
parent 2a99b24c58
commit 168890bfc5
7 changed files with 53 additions and 8 deletions
+30
View File
@@ -0,0 +1,30 @@
-------------------------------------------------------------------
Wed Jun 09 14:14:53 UTC 2021 - obs-service-tar-scm@invalid
- Update to version v1.0.0:
* Prefix symbols with libalts_ to avoid symbol clashes
* Add symbol visibility and versioning
* Decamelize public symbols and rename
* absolute config directory
* memory leak
* Handle broken config files
* correct type
* Add missing rename
* Revert d15f9adf9b5a3b14b359bc3738066bdfd7cd090
* Fix function signature
-------------------------------------------------------------------
Wed Jun 09 14:12:22 UTC 2021 - adam.majer@suse.de
- Update to version v1.0.0
-------------------------------------------------------------------
Tue Jun 8 11:29:31 UTC 2021 - Adam Majer <adam.majer@suse.de>
- Update service file for tagged versions
-------------------------------------------------------------------
Wed May 5 13:58:37 UTC 2021 - Adam Majer <adam.majer@suse.de>
- Initial version
+10
View File
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 09 14:12:22 UTC 2021 - adam.majer@suse.de
- Update to version v1.0.0
-------------------------------------------------------------------
Tue Jun 8 11:29:31 UTC 2021 - Adam Majer <adam.majer@suse.de>
- Update service file for tagged versions
-------------------------------------------------------------------
Wed May 5 13:58:37 UTC 2021 - Adam Majer <adam.majer@suse.de>
+3 -2
View File
@@ -2,8 +2,9 @@
<service name="obs_scm">
<param name="scm">git</param>
<param name="url">https://github.com/openSUSE/libalternatives.git</param>
<param name="versionformat">%cd</param>
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
<param name="revision">v1.0</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="set_version" />
+4
View File
@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/libalternatives.git</param>
<param name="changesrevision">c24417e035114db2f84a31a80bfaeedb8df234a0</param></service></servicedata>
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -1,5 +1,5 @@
name: libalternatives
version: 20210531
mtime: 1622464450
commit: 71038b7ea0308a7285c49a5d34a6978938ae07d4
version: v1.0.0
mtime: 1623247817
commit: c24417e035114db2f84a31a80bfaeedb8df234a0