Hello community,

here is the log from the commit of package tar for openSUSE:Factory checked in 
at 2014-08-04 15:14:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tar (Old)
 and      /work/SRC/openSUSE:Factory/.tar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tar/tar.changes  2014-08-01 11:48:30.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tar.new/tar.changes     2014-08-04 
15:14:36.000000000 +0200
@@ -1,0 +2,18 @@
+Sat Aug  2 23:32:30 UTC 2014 - [email protected]
+
+- GNU tar 1.28:
+  * New --checkpoint-action=totals
+  * Extended checkpoint format specification
+  * New option --one-top-level
+  * New option --sort
+  * New exclusion options:
+    --exclude-ignore=FILE
+    --exclude-ignore-recursive=FILE
+    --exclude-vcs-ignores
+  * refuses to read input from and write output to a tty
+- packaging changes:
+  * adjust patch for context change: add_readme-tests.patch
+  * remove patch applied upstream:
+    tar-fix_eternal_loop_in_handle_option.patch
+
+-------------------------------------------------------------------

Old:
----
  tar-1.27.1.tar.bz2
  tar-1.27.1.tar.bz2.sig
  tar-fix_eternal_loop_in_handle_option.patch

New:
----
  tar-1.28.tar.bz2
  tar-1.28.tar.bz2.sig

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

Other differences:
------------------
++++++ tar.spec ++++++
--- /var/tmp/diff_new_pack.K9JDCv/_old  2014-08-04 15:14:37.000000000 +0200
+++ /var/tmp/diff_new_pack.K9JDCv/_new  2014-08-04 15:14:37.000000000 +0200
@@ -20,7 +20,7 @@
 %define min_suse_ver 1010
 
 Name:           tar
-Version:        1.27.1
+Version:        1.28
 Release:        0
 Summary:        GNU implementation of tar ((t)ape (ar)chiver)
 License:        GPL-3.0+
@@ -34,7 +34,6 @@
 Patch3:         tar-wildcards.patch
 Patch6:         tar-backup-spec-fix-paths.patch
 Patch7:         tar-1.26-remove_O_NONBLOCK.patch
-Patch8:         tar-fix_eternal_loop_in_handle_option.patch
 Patch10:        paxutils-rtapelib_mtget.patch
 # don't print warning about zero blocks
 # the patch is used in Fedora and Debian
@@ -82,7 +81,6 @@
 %patch3 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
 %patch10 -p1
 %patch11 -p1
 %patch20 -p1
@@ -120,6 +118,8 @@
 install -d -m 755 %{buildroot}%{_sysconfdir}/backup
 install -D -m 644 scripts/backup-specs 
%{buildroot}%{_sysconfdir}/backup/backup-specs
 rm -rf %{buildroot}%{_libexecdir}/rmt
+rm -rvf %{buildroot}/%{_mandir}/man8/rmt.8.gz
+rm -rvf %{buildroot}/%{_mandir}/man8
 rm -f %{buildroot}%{_infodir}/dir
 install -d -m 755 %{buildroot}/var/lib/tests
 cp -r tests %{buildroot}/var/lib/tests/tar

++++++ add_readme-tests.patch ++++++
--- /var/tmp/diff_new_pack.K9JDCv/_old  2014-08-04 15:14:37.000000000 +0200
+++ /var/tmp/diff_new_pack.K9JDCv/_new  2014-08-04 15:14:37.000000000 +0200
@@ -1,7 +1,25 @@
-Index: tar-1.27.1/README-tests
+---
+ Makefile.in  |    2 +-
+ README-tests |   22 ++++++++++++++++++++++
+ 2 files changed, 23 insertions(+), 1 deletion(-)
+
+Index: tar-1.28/Makefile.in
 ===================================================================
---- /dev/null
-+++ tar-1.27.1/README-tests
+--- tar-1.28.orig/Makefile.in  2014-07-27 21:33:48.000000000 +0100
++++ tar-1.28/Makefile.in       2014-08-03 00:15:17.000000000 +0100
+@@ -141,7 +141,7 @@ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-DIST_COMMON = $(srcdir)/Make.rules INSTALL NEWS README AUTHORS \
++DIST_COMMON = $(srcdir)/Make.rules INSTALL NEWS README README-tests AUTHORS \
+       ChangeLog THANKS $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+       $(top_srcdir)/configure $(am__configure_deps) \
+       $(srcdir)/config.h.in ABOUT-NLS COPYING TODO build-aux/compile \
+Index: tar-1.28/README-tests
+===================================================================
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ tar-1.28/README-tests      2014-08-03 00:15:17.000000000 +0100
 @@ -0,0 +1,22 @@
 +Subpackage tar-tests
 +====================
@@ -25,16 +43,3 @@
 +# needed for genfile binary used in tests
 +./testsuite AUTOTEST_PATH=/var/lib/tests/tar/bin [other options]
 +
-Index: tar-1.27.1/Makefile.in
-===================================================================
---- tar-1.27.1.orig/Makefile.in
-+++ tar-1.27.1/Makefile.in
-@@ -141,7 +141,7 @@ PRE_UNINSTALL = :
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
--DIST_COMMON = $(srcdir)/Make.rules INSTALL NEWS README AUTHORS \
-+DIST_COMMON = $(srcdir)/Make.rules INSTALL NEWS README README-tests AUTHORS \
-       ChangeLog THANKS $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-       $(top_srcdir)/configure $(am__configure_deps) \
-       $(srcdir)/config.h.in ABOUT-NLS README-alpha COPYING TODO \

++++++ tar-1.27.1.tar.bz2 -> tar-1.28.tar.bz2 ++++++
++++ 147458 lines of diff (skipped)


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to