Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zpaq for openSUSE:Factory checked in 
at 2021-04-14 13:05:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zpaq (Old)
 and      /work/SRC/openSUSE:Factory/.zpaq.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zpaq"

Wed Apr 14 13:05:17 2021 rev:8 rq:885254 version:7.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes        2018-02-27 
17:00:31.178488353 +0100
+++ /work/SRC/openSUSE:Factory/.zpaq.new.2401/zpaq.changes      2021-04-14 
13:05:27.745472131 +0200
@@ -1,0 +2,5 @@
+Wed Apr 14 07:01:10 UTC 2021 - Martin Pluskal <mplus...@suse.com>
+
+- Spec file cleanup 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zpaq.spec ++++++
--- /var/tmp/diff_new_pack.Xzyvzw/_old  2021-04-14 13:05:28.489472870 +0200
+++ /var/tmp/diff_new_pack.Xzyvzw/_new  2021-04-14 13:05:28.493472874 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zpaq
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:        A journaling, incremental, deduplicating archiver
 License:        SUSE-Public-Domain AND MIT
 Group:          Productivity/Archiving/Compression
-Url:            http://mattmahoney.net/dc/zpaq.html
+URL:            http://mattmahoney.net/dc/zpaq.html
 Source0:        http://mattmahoney.net/dc/zpaq%{dversion}.zip
 Source1:        %{name}.changes
 BuildRequires:  dos2unix
@@ -41,31 +41,24 @@
 stored only once to save time and space.
 
 %prep
-%setup -q -c %{name}%{dversion}
+%autosetup -c %{name}%{dversion}
 dos2unix readme.txt COPYING
-# remove date and time from binary
-modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE1}")"
-DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
-TIME="\"$(date -d "${modified}" "+%%R")\""
-find .  -name '*.cpp' |\
-    xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
-make %{?_smp_mflags} CXXFLAGS="%{optflags}"
+%make_build CXXFLAGS="%{optflags}"
 
 %install
-make \
-  install \
+%make_install \
   DESTDIR="%{?buildroot}" \
   LIBDIR="%{_libdir}" \
   BINDIR="%{_bindir}" \
   MANDIR="%{_mandir}" \
-  INCLUDEDIR="%{_includedir}" \
+  INCLUDEDIR="%{_includedir}"
 
 %files
 %doc readme.txt
 %license COPYING
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog

Reply via email to