Hello community,

here is the log from the commit of package golang-org-x-sys for 
openSUSE:Factory checked in at 2017-03-24 02:16:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-org-x-sys (Old)
 and      /work/SRC/openSUSE:Factory/.golang-org-x-sys.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-org-x-sys"

Fri Mar 24 02:16:31 2017 rev:2 rq:477194 version:0.0.0+git20161205.478fcf5

Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-org-x-sys/golang-org-x-sys.changes        
2015-07-24 09:58:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.golang-org-x-sys.new/golang-org-x-sys.changes   
2017-03-24 02:16:32.651449249 +0100
@@ -1,0 +2,36 @@
+Tue Dec 13 10:46:47 UTC 2016 - [email protected]
+
+- Update to version 0.0.0+git20161205.478fcf5:
+  * x/sys/unix: add *linkat functions on linux
+  * unix: Fix *linkat on sparc64 and s390x
+  * unix: Add FADV_* constants for linux/arm
+  * unix: fix name of prlimit parameters
+  * x/sys/unix: add Getsid on linux
+  * x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets
+  * unix: Use syscall.SysctlRaw in Sysctl
+  * windows: run "go generate"
+  * windows/registry: add code to access remote pc registry
+  * x/sys/unix: added linux/mips{,le} support
+
+-------------------------------------------------------------------
+Tue Dec 13 10:26:01 UTC 2016 - [email protected]
+
+- Updated service definition
+
+-------------------------------------------------------------------
+Wed Aug 17 08:20:03 UTC 2016 - [email protected]
+
+- Added rpmlintrc for common golang linting
+
+-------------------------------------------------------------------
+Tue Aug 16 15:35:34 UTC 2016 - [email protected]
+
+- Applied latest changes for golang-packaging
+
+-------------------------------------------------------------------
+Fri Jul  8 10:58:54 UTC 2016 - [email protected]
+
+- Refactoed spec with a new unified layout
+- Switched to disabled run service
+
+-------------------------------------------------------------------

Old:
----
  sys-0.0.0+git20150612.b4e2899.tar.xz

New:
----
  rpmlintrc
  sys-0.0.0+git20161205.478fcf5.tar.xz

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

Other differences:
------------------
++++++ golang-org-x-sys.spec ++++++
--- /var/tmp/diff_new_pack.ABKcnV/_old  2017-03-24 02:16:33.359349088 +0100
+++ /var/tmp/diff_new_pack.ABKcnV/_new  2017-03-24 02:16:33.363348522 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package golang-org-x-sys
+# spec file for package golang-org-x
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,48 +16,48 @@
 #
 
 
-Name:           golang-org-x-sys
-Version:        0.0.0+git20150612.b4e2899
+%global provider        github
+%global provider_tld    com
+%global project         golang
+%global repo            sys
+%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
+%global import_path     golang.org/x/sys
+
+Name:           golang-org-x-%{repo}
+Version:        0.0.0+git20161205.478fcf5
 Release:        0
 Summary:        Go packages for low-level interaction with the operating system
 License:        BSD-3-Clause
-Group:          Development/Languages/Other
-Url:            https://github.com/golang/sys
-Source:                sys-%{version}.tar.xz
+Group:          Development/Languages/Golang
+Url:            https://%{provider_prefix}
+Source0:        %{repo}-%{version}.tar.xz
+Source1:        rpmlintrc
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
 BuildRequires:  golang-packaging
 BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Provides:      go-sys = %{version}
-Obsoletes:     go-sys < %{version}
+
+%{go_nostrip}
 %{go_provides}
 
 %description
-This repository holds supplemental Go packages for low-level 
-interactions with the operating system.
-
-%gosrc_package
+This repository holds supplemental Go packages for low-level interactions with
+the operating system.
 
 %prep
-%setup -q -n sys-%{version}
+%setup -q -n %{repo}-%{version}
 
 %build
-%goprep golang.org/x/sys
+%goprep %{import_path}
 %gobuild ...
 
 %install
 %goinstall
 %gosrc
+%gofilelist
 
-%check
-%gotest golang.org/x/sys
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS CONTRIBUTING.md CONTRIBUTORS LICENSE PATENTS README
-%{go_contribdir}/*
-
-%files source
-%defattr(-,root,root)
-%{go_contribsrcdir}/*
+%files -f file.lst
+%defattr(-,root,root,-)
+%doc README LICENSE PATENTS AUTHORS CONTRIBUTORS
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ABKcnV/_old  2017-03-24 02:16:33.399343429 +0100
+++ /var/tmp/diff_new_pack.ABKcnV/_new  2017-03-24 02:16:33.399343429 +0100
@@ -1,16 +1,17 @@
 <services>
-  <service name="tar_scm" mode="localonly">
-    <param name="url">https://github.com/golang/sys/</param>
+  <service name="tar_scm" mode="disabled">
+    <param name="url">https://github.com/golang/sys</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="versionformat">0.0.0+git%cd.%h</param>
     <param name="revision">master</param>
+    <param name="changesgenerate">enable</param>
   </service>
-  <service name="recompress" mode="localonly">
+  <service name="recompress" mode="disabled">
     <param name="file">sys-*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="localonly">
+  <service name="set_version" mode="disabled">
     <param name="basename">sys</param>
   </service>
 </services>

++++++ rpmlintrc ++++++
# We are preventing the stripping to keep backtraces intact
addFilter("unstripped-binary-or-object")

# Golang doesn't support dynamic linking yet in a proper way
addFilter("statically-linked-binary")

# We are aware of that but shorter names are not possible
addFilter("filename-too-long-for-joliet")
++++++ sys-0.0.0+git20150612.b4e2899.tar.xz -> 
sys-0.0.0+git20161205.478fcf5.tar.xz ++++++
++++ 45539 lines of diff (skipped)


Reply via email to