Hello community,
here is the log from the commit of package strip-nondeterminism for
openSUSE:Factory checked in at 2019-11-06 13:47:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/strip-nondeterminism (Old)
and /work/SRC/openSUSE:Factory/.strip-nondeterminism.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "strip-nondeterminism"
Wed Nov 6 13:47:30 2019 rev:5 rq:744407 version:1.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/strip-nondeterminism/strip-nondeterminism.changes
2018-12-21 08:18:02.973759170 +0100
+++
/work/SRC/openSUSE:Factory/.strip-nondeterminism.new.2990/strip-nondeterminism.changes
2019-11-06 13:47:33.947600940 +0100
@@ -1,0 +2,24 @@
+Tue Oct 29 11:54:17 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Update to version 1.6.1:
+ + Parallelise dh_strip_nondeterminism script.
+ + Correct indentation level of .zip file field format comment.
+ + dh_strip_nondeterminism: Deduplicate hardlinks via stat(2) to
+ avoid issues.
+ + Call file(1) with the "--" argument placeholder to fix
+ normalisation of files.
+ + Check the return status from Archive::Zip when writing file to
+ disk.
+ + Workaround Archive::Zip's incorrect handling of the
+ localExtraField field.
+ + Support timestamp clamping of "tIME" chunks in .png files.
+ + Drop the t/fixtures/zip/bug_803503.zip test fixtures as they
+ are no longer compatible with Archive::Zip >= 1.66.
+- Drop strip-nondeterminism-0.029-fix-apk.patch: test suite passes
+ without this.
+- BuildRequire perl(Sub::Override): new dependency.
+- Drop _service file: it only has a download_url defined, which is
+ also transparently extracted from the spec file. So this service
+ essentially serves no purpose.
+
+-------------------------------------------------------------------
Old:
----
_service
strip-nondeterminism-0.029-fix-apk.patch
strip-nondeterminism-1.0.0.tar.bz2
strip-nondeterminism-1.0.0.tar.bz2.asc
New:
----
strip-nondeterminism-1.6.1.tar.bz2
strip-nondeterminism-1.6.1.tar.bz2.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ strip-nondeterminism.spec ++++++
--- /var/tmp/diff_new_pack.4BF9hI/_old 2019-11-06 13:47:34.667601720 +0100
+++ /var/tmp/diff_new_pack.4BF9hI/_new 2019-11-06 13:47:34.667601720 +0100
@@ -1,7 +1,7 @@
#
# spec file for package strip-nondeterminism
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,7 +17,7 @@
Name: strip-nondeterminism
-Version: 1.0.0
+Version: 1.6.1
Release: 0
Summary: A tool for stripping non-deterministic information
License: GPL-3.0-or-later
@@ -28,16 +28,16 @@
Source2: rpmmacros
Source3: strip-all-nondeterminism
Source4: %{name}.keyring
-# PATCH-FIX-OPENSUSE - apk files misdetected as OOXML
-Patch0: strip-nondeterminism-0.029-fix-apk.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl-base
BuildRequires: perl-macros
BuildRequires: perl(Archive::Cpio)
BuildRequires: perl(Archive::Zip)
+BuildRequires: perl(Sub::Override)
Requires: perl-base
Requires: perl(Archive::Zip)
+Requires: perl(Sub::Override)
Recommends: perl(Archive::Cpio)
%{perl_requires}
++++++ strip-nondeterminism-1.0.0.tar.bz2 -> strip-nondeterminism-1.6.1.tar.bz2
++++++
++++ 2295 lines of diff (skipped)