Hello community,

here is the log from the commit of package golang-org-x-crypto for 
openSUSE:Factory checked in at 2017-09-14 21:13:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-org-x-crypto (Old)
 and      /work/SRC/openSUSE:Factory/.golang-org-x-crypto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-org-x-crypto"

Thu Sep 14 21:13:06 2017 rev:4 rq:477586 version:1.5.2+git20161212.9a6f0a0

Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-org-x-crypto/golang-org-x-crypto.changes  
2016-01-01 19:51:10.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-org-x-crypto.new/golang-org-x-crypto.changes 
    2017-09-14 21:13:09.623932403 +0200
@@ -1,0 +2,41 @@
+Tue Feb 28 15:52:08 UTC 2017 - th...@suse.de
+
+- Fix requirements 
+
+-------------------------------------------------------------------
+Tue Dec 13 10:27:15 UTC 2016 - tboer...@suse.com
+
+- Update to version 1.5.2+git20161212.9a6f0a0:
+  * blake2s: fix build constraints
+  * chacha20poly1305: fix build constraints
+  * x/crypto/ssh: Add FingerprintLegacyMD5 and FingerprintSHA256 methods
+  * acme/autocert: remove trailing dot from domain before requesting cert
+  * x/crypto/blake2b: SSE4.1 is bit 19, not 15.
+  * chacha20poly1305: make polyHashADInternal private
+  * bn256: fix equations in comments
+  * x/crypto/ssh/terminal: replace \n with \r\n.
+  * x/crypto/ocsp: Don't hard-code OCSP response hash function
+  * blake2b: fix constant size
+
+-------------------------------------------------------------------
+Tue Dec 13 10:23:58 UTC 2016 - tboer...@suse.com
+
+- Updated service definition
+
+-------------------------------------------------------------------
+Wed Aug 17 08:19:42 UTC 2016 - tboer...@suse.com
+
+- Added rpmlintrc for common golang linting
+
+-------------------------------------------------------------------
+Tue Aug 16 15:25:55 UTC 2016 - tboer...@suse.com
+
+- Applied latest changes for golang-packaging
+
+-------------------------------------------------------------------
+Fri Jul  8 11:02:56 UTC 2016 - tboer...@suse.com
+
+- Refactoed spec with a new unified layout
+- Reformatted service file properly
+
+-------------------------------------------------------------------

Old:
----
  _servicedata
  crypto-1.5.2+git20151215.f18420e.tar.xz

New:
----
  crypto-1.5.2+git20161212.9a6f0a0.tar.xz
  rpmlintrc

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

Other differences:
------------------
++++++ golang-org-x-crypto.spec ++++++
--- /var/tmp/diff_new_pack.oqhITi/_old  2017-09-14 21:13:10.215849087 +0200
+++ /var/tmp/diff_new_pack.oqhITi/_new  2017-09-14 21:13:10.219848523 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package golang-org-x-crypto
+# spec file for package golang-org-x
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,51 +16,50 @@
 #
 
 
-Name:           golang-org-x-crypto
-Version:        1.5.2+git20151215.f18420e
+%global provider        github
+%global provider_tld    com
+%global project         golang
+%global repo            crypto
+%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
+%global import_path     golang.org/x/crypto
+
+Name:           golang-org-x-%{repo}
+Version:        1.5.2+git20161212.9a6f0a0
 Release:        0
 Summary:        Go supplementary cryptography libraries
 License:        BSD-3-Clause
-Group:          Development/Languages/Other
-Url:            https://github.com/golang/crypto
-Source:         crypto-%{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-go.crypto = %{version}
-Obsoletes:      go-go.crypto < %{version}
-Provides:       go-crypto = %{version}
-Obsoletes:      go-crypto < %{version}
+
+BuildRequires:  golang-org-x-net-context
+Requires:       golang-org-x-net-context
+
+%{go_nostrip}
 %{go_provides}
 
 %description
-Go supplementary cryptography libraries
-
-%gosrc_package 
+Go supplementary cryptography libraries.
 
 %prep
-%setup -q -n crypto-%{version}
+%setup -q -n %{repo}-%{version}
 
 %build
-%goprep golang.org/x/crypto
+%goprep %{import_path}
 %gobuild ...
 
 %install
 %goinstall
 %gosrc
+%gofilelist
 
-%check
-%if ! 0%{?sles_version}
-%gotest golang.org/x/crypto
-%endif
-
-%files
-%defattr(-,root,root,-)
-%doc README LICENSE
-%{go_contribdir}/*
-
-%files source
+%files -f file.lst
 %defattr(-,root,root,-)
-%{go_contribsrcdir}/*
+%doc README LICENSE PATENTS AUTHORS CONTRIBUTORS
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.oqhITi/_old  2017-09-14 21:13:10.255843457 +0200
+++ /var/tmp/diff_new_pack.oqhITi/_new  2017-09-14 21:13:10.259842894 +0200
@@ -1,19 +1,17 @@
 <services>
-  <service mode="disabled" name="tar_scm">
-    <param name="url">https://github.com/golang/crypto.git</param>
+  <service name="tar_scm" mode="disabled">
+    <param name="url">https://github.com/golang/crypto</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="versionformat">1.5.2+git%cd.%h</param>
     <param name="revision">master</param>
-  <param name="changesgenerate">enable</param></service>
-  <service mode="disabled" name="recompress">
+    <param name="changesgenerate">enable</param>
+  </service>
+  <service name="recompress" mode="disabled">
     <param name="file">crypto-*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="refresh_patches" mode="disabled">
-    <param name="changesgenerate">enable</param>
-  </service>
-  <service mode="disabled" name="set_version">
+  <service name="set_version" mode="disabled">
     <param name="basename">crypto</param>
   </service>
 </services>

++++++ crypto-1.5.2+git20151215.f18420e.tar.xz -> 
crypto-1.5.2+git20161212.9a6f0a0.tar.xz ++++++
++++ 24058 lines of diff (skipped)

++++++ 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")

Reply via email to