Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tar for openSUSE:Factory checked in 
at 2021-01-22 21:48:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tar (Old)
 and      /work/SRC/openSUSE:Factory/.tar.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tar"

Fri Jan 22 21:48:56 2021 rev:70 rq:862147 version:1.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/tar/tar.changes  2020-11-26 23:10:13.872878804 
+0100
+++ /work/SRC/openSUSE:Factory/.tar.new.28504/tar.changes       2021-01-22 
21:48:57.929563288 +0100
@@ -1,0 +2,17 @@
+Sat Jan  9 07:40:58 UTC 2021 - Andreas Stieger <[email protected]>
+
+- GNU tar 1.33:
+  * POSIX extended format headers do not include PID by default
+  * --delay-directory-restore works for archives with reversed
+    member ordering
+  * Fix extraction of a symbolic link hardlinked to another
+    symbolic link
+  * Wildcards in exclude-vcs-ignore mode don't match slash
+  * Fix the --no-overwrite-dir option
+  * Fix handling of chained renames in incremental backups
+  * Link counting works for file names supplied with -T
+  * Accept only position-sensitive (file-selection) options in file
+    list files
+- remove deprecated texinfo packaging macros
+
+-------------------------------------------------------------------

Old:
----
  tar-1.32.tar.bz2
  tar-1.32.tar.bz2.sig

New:
----
  tar-1.33.tar.xz
  tar-1.33.tar.xz.sig

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

Other differences:
------------------
++++++ tar.spec ++++++
--- /var/tmp/diff_new_pack.Av6LEb/_old  2021-01-22 21:48:58.605564247 +0100
+++ /var/tmp/diff_new_pack.Av6LEb/_new  2021-01-22 21:48:58.609564253 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tar
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -19,14 +19,14 @@
 # For correct subpackages docs installation into tar doc directory
 %global _docdir_fmt %{name}
 Name:           tar
-Version:        1.32
+Version:        1.33
 Release:        0
 Summary:        GNU implementation of ((t)ape (ar)chiver)
 License:        GPL-3.0-or-later
 Group:          Productivity/Archiving/Backup
 URL:            https://www.gnu.org/software/tar/
-Source0:        https://ftp.gnu.org/gnu/tar/%{name}-%{version}.tar.bz2
-Source1:        https://ftp.gnu.org/gnu/tar/%{name}-%{version}.tar.bz2.sig
+Source0:        https://ftp.gnu.org/gnu/tar/%{name}-%{version}.tar.xz
+Source1:        https://ftp.gnu.org/gnu/tar/%{name}-%{version}.tar.xz.sig
 # http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0x3602B07F55D0C732
 Source2:        %{name}.keyring
 Patch0:         %{name}-wildcards.patch
@@ -88,8 +88,6 @@
 Summary:        Documentation files for GNU tar
 Group:          Documentation/Man
 Requires:       %{name} = %{version}
-Requires(post): %{install_info_prereq}
-Requires(preun): %{install_info_prereq}
 BuildArch:      noarch
 
 %description doc
@@ -123,9 +121,9 @@
        --enable-backup-scripts \
        --disable-silent-rules \
        --program-transform-name='s/^rmt$/gnurmt/'
-make %{?_smp_mflags} LDFLAGS="-pie"
+%make_build LDFLAGS="-pie"
 cd tests
-make %{?_smp_mflags} genfile
+%make_build genfile
 mkdir bin
 mv genfile bin
 cd -
@@ -134,7 +132,7 @@
 %if !0%{?qemu_user_space_build:1}
 # Checks disabled in qemu because of races happening when we emulate
 # multi-threaded programs
-make %{?_smp_mflags} check
+%make_build check
 %endif
 
 %install
@@ -162,17 +160,11 @@
 %endif
 %find_lang %{name}
 
-%post doc
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
-
 %post rmt
 %{_sbindir}/update-alternatives --force \
     --install %{_bindir}/rmt rmt %{_bindir}/gnurmt 10 \
     --slave %{_mandir}/man1/rmt.1%{ext_man} rmt.1%{ext_man} 
%{_mandir}/man1/gnurmt.1%{ext_man}
 
-%preun doc
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
-
 %postun rmt
 if [ ! -f %{_bindir}/gnurmt ] ; then
    "%{_sbindir}/update-alternatives" --remove rmt %{_bindir}/gnurmt
@@ -209,7 +201,7 @@
 %{_docdir}/%{name}/THANKS
 %{_docdir}/%{name}/ChangeLog
 %{_docdir}/%{name}/TODO
-%{_infodir}/%{name}.info*
+%{_infodir}/%{name}.info*%{?ext_info}
 
 %files
 %license COPYING

++++++ add_readme-tests.patch ++++++
--- /var/tmp/diff_new_pack.Av6LEb/_old  2021-01-22 21:48:58.629564281 +0100
+++ /var/tmp/diff_new_pack.Av6LEb/_new  2021-01-22 21:48:58.629564281 +0100
@@ -1,20 +1,19 @@
-Index: tar-1.31/Makefile.in
+Index: tar-1.33/Makefile.in
 ===================================================================
---- tar-1.31.orig/Makefile.in
-+++ tar-1.31/Makefile.in
-@@ -341,7 +341,7 @@ am__DIST_COMMON = $(srcdir)/Make.rules $
-       $(top_srcdir)/build-aux/config.sub \
+--- tar-1.33.orig/Makefile.in
++++ tar-1.33/Makefile.in
+@@ -348,6 +348,7 @@ am__DIST_COMMON = $(srcdir)/Make.rules $
        $(top_srcdir)/build-aux/install-sh \
        $(top_srcdir)/build-aux/missing ABOUT-NLS AUTHORS COPYING \
--      ChangeLog INSTALL NEWS README THANKS TODO build-aux/compile \
-+      ChangeLog INSTALL NEWS README README-tests THANKS TODO 
build-aux/compile \
-       build-aux/config.guess build-aux/config.rpath \
-       build-aux/config.sub build-aux/depcomp build-aux/install-sh \
-       build-aux/mdate-sh build-aux/missing build-aux/texinfo.tex \
-Index: tar-1.31/README-tests
+       ChangeLog INSTALL NEWS README THANKS TODO build-aux/ar-lib \
++      README-tests \
+       build-aux/compile build-aux/config.guess \
+       build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
+       build-aux/install-sh build-aux/mdate-sh build-aux/missing \
+Index: tar-1.33/README-tests
 ===================================================================
 --- /dev/null
-+++ tar-1.31/README-tests
++++ tar-1.33/README-tests
 @@ -0,0 +1,22 @@
 +Subpackage tar-tests
 +====================

Reply via email to