Hello community,

here is the log from the commit of package golang-packaging for 
openSUSE:Factory checked in at 2016-04-22 16:25:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-packaging (Old)
 and      /work/SRC/openSUSE:Factory/.golang-packaging.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-packaging"

Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-packaging/golang-packaging.changes        
2016-04-06 11:52:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.golang-packaging.new/golang-packaging.changes   
2016-04-22 16:25:42.000000000 +0200
@@ -1,0 +2,22 @@
+Sun Apr 17 14:38:04 UTC 2016 - mplus...@suse.com
+
+- Update service
+  * use xz for compression
+  * change from disabled to localonly
+- Update spec file to actually use tarball generated by _service
+- Drop useless _servicedata
+
+-------------------------------------------------------------------
+Fri Apr 15 09:02:35 UTC 2016 - tboer...@suse.com
+
+- Switched to service based package updates
+- Update to version 14.9.0:
+  * do not hardcode go version
+  * fix encoding problem in rpmsysinfo.rb
+  * [SLE11]some commands need time to finish, immediate close will get wrong 
status, so use timeout 30s
+  * [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 
1.8.7 doesn't support named group
+  * fix a typo in cli.rb
+  * increate timeout to 300s or go install can't finish
+  * Remove runtime dependency for Go API
+
+-------------------------------------------------------------------

Old:
----
  golang-packaging-14.8.1.tar.gz

New:
----
  _service
  golang-packaging-14.9.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ golang-packaging.spec ++++++
--- /var/tmp/diff_new_pack.pVyW33/_old  2016-04-22 16:25:43.000000000 +0200
+++ /var/tmp/diff_new_pack.pVyW33/_new  2016-04-22 16:25:43.000000000 +0200
@@ -17,15 +17,16 @@
 
 
 Name:           golang-packaging
-Version:        14.8.1
+Version:        14.9.0
 Release:        0
 Summary:        A toolchain to help packaging golang
 License:        GPL-3.0
 Group:          Development/Languages/Golang
 Url:            https://github.com/marguerite/%{name}
-Source:         
https://github.com/marguerite/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  rpm
 BuildRequires:  ruby
+BuildRequires:  xz
 Requires:       go
 Requires:       ruby
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="localonly">
    <param name="url">https://github.com/openSUSE/golang-packaging</param>
    <param name="scm">git</param>
    <param name="filename">golang-packaging</param>
    <param name="exclude">.git</param>
    <param name="versionformat">14.9.0</param>
    <param name="revision">v14.9.0</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="localonly">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="localonly">
  </service>
</services>

Reply via email to