Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zisofs-tools for openSUSE:Factory 
checked in at 2021-03-21 23:20:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zisofs-tools (Old)
 and      /work/SRC/openSUSE:Factory/.zisofs-tools.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zisofs-tools"

Sun Mar 21 23:20:13 2021 rev:23 rq:880184 version:1.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/zisofs-tools/zisofs-tools.changes        
2015-11-10 10:00:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.zisofs-tools.new.2401/zisofs-tools.changes      
2021-03-21 23:20:24.484740029 +0100
@@ -1,0 +2,21 @@
+Fri Mar 12 22:04:42 UTC 2021 - Dirk M??ller <[email protected]>
+
+- refresh spec file (update licensedir) 
+
+-------------------------------------------------------------------
+Sat Nov  7 15:33:54 UTC 2015 - [email protected]
+
+- Use macro for configure
+- Cleanup spec file with spec-cleaner
+- Don't ship INSTALL file
+
+-------------------------------------------------------------------
+Fri Oct 30 11:04:38 UTC 2015 - [email protected]
+
+- require mkisofs package instead of /usr/bin/mkisofs
+  * Depending on the binary results in a conflict between
+    the cdrkit-cdrtools-compat and mkisofs packages.
+  * cdrkit-cdrtools-compat is to be replaced by cdrtools,
+    which provides the mkisofs package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zisofs-tools.spec ++++++
--- /var/tmp/diff_new_pack.ViZBgg/_old  2021-03-21 23:20:24.912740176 +0100
+++ /var/tmp/diff_new_pack.ViZBgg/_new  2021-03-21 23:20:24.912740176 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zisofs-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products 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/
 #
 
 
@@ -20,15 +20,13 @@
 Version:        1.0.8
 Release:        0
 Summary:        User tools for zisofs
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Filesystems
-Url:            http://www.kernel.org/pub/linux/utils/fs/zisofs/
-
+URL:            https://www.kernel.org/pub/linux/utils/fs/zisofs/
 #DL-URL:       http://mirror.linux.org.au/linux/utils/fs/zisofs/
-Source:         
http://mirror.linux.org.au/linux/utils/fs/zisofs/%name-%version.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         
http://ftp.be.debian.org/pub/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2
 BuildRequires:  zlib-devel
-Requires:       /usr/bin/mkisofs
+Requires:       mkisofs
 
 %description
 Zisofs-tools, in conjunction with a zisofs-enabled system, allows the
@@ -39,19 +37,19 @@
 support.
 
 %prep
-%setup
+%setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir}
-make %{?_smp_mflags}
+%configure
+%make_build
 
 %install
-make INSTALLROOT=$RPM_BUILD_ROOT install
+make INSTALLROOT=%{buildroot} install
 
 %files
-%defattr(-,root,root)
-%doc CHANGES COPYING INSTALL README
+%license COPYING
+%doc CHANGES README
 %{_bindir}/mkzftree
-%doc %{_mandir}/man1/mkzftree.1*
+%{_mandir}/man1/mkzftree.1%{?ext_man}
 
 %changelog

Reply via email to