Accepting request 400650 from home:MargueriteSu:branches:devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/400650 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=35
This commit is contained in:
parent
c98acdb456
commit
05c3a6394d
10
_service
10
_service
@ -1,17 +1,17 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="localonly">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/openSUSE/golang-packaging</param>
|
<param name="url">https://github.com/openSUSE/golang-packaging</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">golang-packaging</param>
|
<param name="filename">golang-packaging</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">14.9.0</param>
|
<param name="versionformat">14.9.1</param>
|
||||||
<param name="revision">v14.9.0</param>
|
<param name="revision">v14.9.1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="localonly">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="localonly">
|
<service name="set_version" mode="disabled">
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19129fbf9d5224e499a8896700940b12dccd0eec21d39fde236d24145990a7f4
|
|
||||||
size 18856
|
|
3
golang-packaging-14.9.1.tar.xz
Normal file
3
golang-packaging-14.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db81a50636c0a8b9736d30d27894b1b03723c316d4b7a8387fcb03d70003d1b3
|
||||||
|
size 18752
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 08 10:36:29 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- Update to version 14.9.1:
|
||||||
|
* simplify rpmsysinfo.rb: don't guess variables'
|
||||||
|
values can be passed in by RPM environment
|
||||||
|
variables. use RbConfig to get libdir.
|
||||||
|
* support s390x architecture
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 17 14:38:04 UTC 2016 - mpluskal@suse.com
|
Sun Apr 17 14:38:04 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: golang-packaging
|
Name: golang-packaging
|
||||||
Version: 14.9.0
|
Version: 14.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A toolchain to help packaging golang
|
Summary: A toolchain to help packaging golang
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user