Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-packaging for
openSUSE:Factory checked in at 2022-02-04 00:45:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-packaging (Old)
and /work/SRC/openSUSE:Factory/.golang-packaging.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-packaging"
Fri Feb 4 00:45:42 2022 rev:28 rq:950344 version:15.0.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-packaging/golang-packaging.changes
2020-11-15 15:24:24.647324252 +0100
+++
/work/SRC/openSUSE:Factory/.golang-packaging.new.1898/golang-packaging.changes
2022-02-04 00:45:45.957353687 +0100
@@ -1,0 +2,19 @@
+Tue Feb 01 05:39:58 UTC 2022 - [email protected]
+
+- Update to version 15.0.16:
+ * Update CHANGELOG file
+ * Don't throw an error on prep if does not exist.
+ * Enable -buildmode=pie on riscv64
+
+-------------------------------------------------------------------
+Tue Feb 1 05:21:14 UTC 2022 - Jeff Kowalczyk <[email protected]>
+
+- Replace %doc COPYING conditional for 0%{?suse_version} < 1500.
+ Use only %license COPYING as per rpmlint, with no conditional.
+
+-------------------------------------------------------------------
+Wed Jan 19 20:50:40 UTC 2022 - Stefan Bluhm <[email protected]>
+
+- Fixed if statement in spec file.
+
+-------------------------------------------------------------------
Old:
----
golang-packaging-15.0.15.tar.xz
New:
----
golang-packaging-15.0.16.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-packaging.spec ++++++
--- /var/tmp/diff_new_pack.mTQJYB/_old 2022-02-04 00:45:46.429350245 +0100
+++ /var/tmp/diff_new_pack.mTQJYB/_new 2022-02-04 00:45:46.437350186 +0100
@@ -1,7 +1,7 @@
#
# spec file for package golang-packaging
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: golang-packaging
-Version: 15.0.15
+Version: 15.0.16
Release: 0
Summary: A toolchain to help packaging golang
License: GPL-3.0-only
@@ -56,17 +56,13 @@
%files
%defattr(-,root,root)
%doc README.md CHANGELOG
-%if 0%{?suse_version} < 1500
-%doc COPYING
-%else
%license COPYING
-%endif%
%{_prefix}/lib/rpm/golang.prov
%{_prefix}/lib/rpm/golang.req
%{_prefix}/lib/rpm/golang.sh
%config %{_sysconfdir}/rpm/macros.go
-%if %{?suse_version} >= 1320
+%if 0%{?suse_version} >= 1320
%{_prefix}/lib/rpm/fileattrs/golang.attr
%endif
++++++ _service ++++++
--- /var/tmp/diff_new_pack.mTQJYB/_old 2022-02-04 00:45:46.473349924 +0100
+++ /var/tmp/diff_new_pack.mTQJYB/_new 2022-02-04 00:45:46.477349895 +0100
@@ -5,7 +5,7 @@
<param name="filename">golang-packaging</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
- <param name="revision">v15.0.15</param>
+ <param name="revision">v15.0.16</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.mTQJYB/_old 2022-02-04 00:45:46.497349749 +0100
+++ /var/tmp/diff_new_pack.mTQJYB/_new 2022-02-04 00:45:46.501349720 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/golang-packaging</param>
- <param
name="changesrevision">38e4ce0961fcaaa564cc6b9e68ef1d6602baf18a</param></service></servicedata>
+ <param
name="changesrevision">8ef5013b774130cb0855932a56237e8e0b0d7706</param></service></servicedata>
(No newline at EOF)
++++++ golang-packaging-15.0.15.tar.xz -> golang-packaging-15.0.16.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/golang-packaging-15.0.15/CHANGELOG
new/golang-packaging-15.0.16/CHANGELOG
--- old/golang-packaging-15.0.15/CHANGELOG 2020-11-13 16:12:42.000000000
+0100
+++ new/golang-packaging-15.0.16/CHANGELOG 2022-02-01 06:30:09.000000000
+0100
@@ -1,12 +1,28 @@
+== update version 15.0.16 ==
+
+ * golang.sh: Don't throw an error on prep if $(get_gocontrib_path) does not
exist.
+ * golang.sh: Enable -buildmode=pie on riscv64
+ * packaging: Fixed if statement in spec file
+
+== update version 15.0.15 ==
+
+ * Only create directories that do not yet exist
+ * filelelist can try to access source_dir independently
+
+== update version 15.0.14 ==
+
+ * Ensure to touch $RPM_BUILD_ROOT only in the various install phases
+ * Add support for riscv64
+
== update version 15.0.13 ==
- * golang.sh: Preserve modification time of source files for reproducible
builds
+ * golang.sh: Preserve modification time of source files for reproducible
builds
== update version 15.0.12 ==
- * golang.sh: integrate ppc64-nopie.patch -buildmode=pie only on ppc64
- * golang.sh: avoid excessive "rpm --eval..." calls
- * Install Bazel files in src directory
+ * golang.sh: integrate ppc64-nopie.patch -buildmode=pie only on ppc64
+ * golang.sh: avoid excessive "rpm --eval..." calls
+ * Install Bazel files in src directory
== update version 15.0.11 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/golang-packaging-15.0.15/golang.sh
new/golang-packaging-15.0.16/golang.sh
--- old/golang-packaging-15.0.15/golang.sh 2020-11-13 16:12:42.000000000
+0100
+++ new/golang-packaging-15.0.16/golang.sh 2022-02-01 06:30:09.000000000
+0100
@@ -111,7 +111,7 @@
cp -rpT $(pwd) $(get_destination_path)/
echo "Copying deps to $(get_buildcontrib_path)"
- cp -rpT $(get_gocontrib_path)/src $(get_buildcontrib_path)/src
+ cp -rpT $(get_gocontrib_path)/src $(get_buildcontrib_path)/src || :
}
process_build() {
@@ -128,7 +128,7 @@
local build_flags="-v -p 4 -x"
case "$(uname -m)" in
- ppc64|riscv64) ;;
+ ppc64) ;;
*) build_flags="$build_flags -buildmode=pie" ;;
esac
# Add s flag if go is older than 1.10.