Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2013-12-10 16:03:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quilt (Old)
 and      /work/SRC/openSUSE:Factory/.quilt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quilt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/quilt/quilt.changes      2013-10-01 
08:34:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2013-12-10 
16:03:30.000000000 +0100
@@ -1,0 +2,38 @@
+Mon Dec  9 13:36:41 CET 2013 - [email protected]
+
+- Recompress the source archive with bzip2 (to remove a rpmlint
+  warning.)
+
+-------------------------------------------------------------------
+Mon Dec  9 11:20:32 CET 2013 - [email protected]
+
+- Change bzip2 from required to recommended. Quilt works just fine
+  without it and xz compression if becoming more popular than
+  bzip2.
+
+-------------------------------------------------------------------
+Mon Dec  9 10:44:43 CET 2013 - [email protected]
+
+- update to 0.61
+  o No new feature, but almost two years of fixes and minor
+    improvements.
+  o Many fixes and improvements to quilt.el (emacs integration.)
+  o Many fixes and improvements to the setup command, which we
+    already had as patches.
+  o Parameter quoting fixes to many commands.
+  o Several fixes and improvements to remove-trailing-ws, together
+    with a dedicated test case.
+  o Various fixes to the pop, push, refresh and patches commands.
+  o Translation fixes and updates.
+  o Obsoletes quilt-find-quoting-style.patch.
+  o Obsoletes quilt-makefile-fix-configure-with-xargs.patch.
+  o Obsoletes quilt-makefile-fix-find-perm-usage.patch.
+  o Obsoletes quilt-setup-01-check-existing-files-after-unpack.patch.
+  o Obsoletes quilt-setup-02-try-alternative-names.patch.
+  o Obsoletes quilt-setup-03-remember-alternative-names.patch.
+  o Obsoletes quilt-setup-04-handle-zip-files.patch.
+  o Obsoletes quilt-setup-05-fix-check_for_existing_files.patch.
+  o Obsoletes quilt-setup-06-check-for-directories-too.patch.
+  o Obsoletes quilt-stable-rebuild.patch.
+
+-------------------------------------------------------------------

Old:
----
  quilt-0.60.tar.gz
  quilt-find-quoting-style.patch
  quilt-makefile-fix-configure-with-xargs.patch
  quilt-makefile-fix-find-perm-usage.patch
  quilt-setup-01-check-existing-files-after-unpack.patch
  quilt-setup-02-try-alternative-names.patch
  quilt-setup-03-remember-alternative-names.patch
  quilt-setup-04-handle-zip-files.patch
  quilt-setup-05-fix-check_for_existing_files.patch
  quilt-setup-06-check-for-directories-too.patch
  quilt-stable-rebuild.patch

New:
----
  quilt-0.61.tar.bz2

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

Other differences:
------------------
++++++ quilt.spec ++++++
--- /var/tmp/diff_new_pack.Le1ZcP/_old  2013-12-10 16:03:30.000000000 +0100
+++ /var/tmp/diff_new_pack.Le1ZcP/_new  2013-12-10 16:03:30.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           quilt
-Version:        0.60
+Version:        0.61
 Release:        0
 Summary:        A Tool for Working with Many Patches
 License:        GPL-2.0+
@@ -26,7 +26,6 @@
 BuildRequires:  ed
 BuildRequires:  emacs-nox
 BuildRequires:  procmail
-Requires:       bzip2
 Requires:       coreutils
 Requires:       diffstat
 Requires:       diffutils
@@ -37,25 +36,16 @@
 Requires:       patch
 Requires:       perl
 Url:            http://savannah.nongnu.org/projects/quilt
-Source:         
http://download.savannah.gnu.org/releases/quilt/%{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.bz2
 Source1:        suse-start-quilt-mode.el
 Patch1:         expand.diff
 Patch2:         quilt-support-vimdiff.patch
 Patch3:         patch-wrapper-rpm.diff
 Patch5:         suse-workaround-pseudo-release.patch
-Patch6:         quilt-stable-rebuild.patch
-Patch7:         quilt-setup-01-check-existing-files-after-unpack.patch
-Patch8:         quilt-setup-02-try-alternative-names.patch
-Patch9:         quilt-setup-03-remember-alternative-names.patch
-Patch10:        quilt-setup-04-handle-zip-files.patch
-Patch11:        quilt-setup-05-fix-check_for_existing_files.patch
-Patch12:        quilt-setup-06-check-for-directories-too.patch
-Patch13:        quilt-makefile-fix-find-perm-usage.patch
-Patch14:        quilt-makefile-fix-configure-with-xargs.patch
-Patch15:        quilt-find-quoting-style.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Recommends:     procmail
+Recommends:     bzip2
 %if 0%{?suse_version} > 1120
 Recommends:     xz
 %endif
@@ -74,16 +64,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
 
 %build
 # --with-rpmbuild=/usr/lib/rpm/rpmb:

++++++ quilt-0.60.tar.gz -> quilt-0.61.tar.bz2 ++++++
++++ 9982 lines of diff (skipped)

++++++ quilt-support-vimdiff.patch ++++++
--- /var/tmp/diff_new_pack.Le1ZcP/_old  2013-12-10 16:03:31.000000000 +0100
+++ /var/tmp/diff_new_pack.Le1ZcP/_new  2013-12-10 16:03:31.000000000 +0100
@@ -23,7 +23,7 @@
 +      quilt, you will have to unset QUILT_PAGER for proper result.
  
  --color[=always|auto|never]
-       Use syntax coloring.
+       Use syntax coloring (auto activates it only if the output is a tty).
 @@ -211,6 +213,13 @@ done
  
  QUILT_DIFF_OPTS="$QUILT_DIFF_OPTS $opt_format"

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

Reply via email to