Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2014-06-19 13:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-05-06 
14:02:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2014-06-19 
13:08:39.000000000 +0200
@@ -1,0 +2,33 @@
+Mon Jun  9 15:46:01 CEST 2014 - [email protected]
+
+- Fix setup-check-for-rpmbuild.patch: echo was used where printf
+  was intended (bnc#873817); also update upstream reference
+
+-------------------------------------------------------------------
+Mon Jun  9 14:45:46 CEST 2014 - [email protected]
+
+- update to 0.63
+  o Option -E is no longer passed to patch by default
+  o Return 2 when there is nothing to do, contrasting with errors
+    (ret=1)
+  o Exit with an error when diff's retcode=2 (error) on patch
+    refresh
+  o bash_completion: cleanups and performance improvement
+    (Savannah's #27111)
+  o Add some tests to our testsuite, for a better coverage
+  o Bug fix: Patches emptying files should work now
+  o Bug fix: Check for duplicate patch in series (Savannah's
+    #20628)
+  o Obsoletes quilt-bash_completion-fix-completion-of-patch-names.patch
+  o Obsoletes quilt-boost-the-speed-of-series-applied-and-unapplied.patch
+  o Obsoletes quilt-enable-patch-wrapper-test.patch
+  o Obsoletes quilt-files-return-nothing-if-there-are-no-files.patch
+  o Obsoletes quilt-fix-quilt-diff-z-on-files-with-spaces-in-name.patch
+  o Obsoletes 
quilt-patches-fix-heuristic-for-unapplied-patches-with-timestamps.patch
+  o Obsoletes quilt-patches-optimize-processing-of-unapplied-patches.patch
+  o Obsoletes quilt-patches-optimize-the-multiple-files-case.patch
+  o Obsoletes quilt-refresh-fix-error-message.patch
+- Refresh patch-wrapper-rpm.diff
+- Refresh quilt-support-vimdiff.patch
+
+-------------------------------------------------------------------

Old:
----
  quilt-0.61.tar.bz2
  quilt-bash_completion-fix-completion-of-patch-names.patch
  quilt-boost-the-speed-of-series-applied-and-unapplied.patch
  quilt-enable-patch-wrapper-test.patch
  quilt-files-return-nothing-if-there-are-no-files.patch
  quilt-fix-quilt-diff-z-on-files-with-spaces-in-name.patch
  quilt-patches-fix-heuristic-for-unapplied-patches-with-timestamps.patch
  quilt-patches-optimize-processing-of-unapplied-patches.patch
  quilt-patches-optimize-the-multiple-files-case.patch
  quilt-refresh-fix-error-message.patch

New:
----
  quilt-0.63.tar.bz2

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

Other differences:
------------------
++++++ quilt.spec ++++++
--- /var/tmp/diff_new_pack.kFXRoB/_old  2014-06-19 13:08:41.000000000 +0200
+++ /var/tmp/diff_new_pack.kFXRoB/_new  2014-06-19 13:08:41.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           quilt
-Version:        0.61
+Version:        0.63
 Release:        0
 Summary:        A Tool for Working with Many Patches
 License:        GPL-2.0+
@@ -44,15 +44,6 @@
 Patch3:         patch-wrapper-rpm.diff
 Patch4:         setup-check-for-rpmbuild.patch
 Patch5:         suse-workaround-pseudo-release.patch
-Patch6:         quilt-bash_completion-fix-completion-of-patch-names.patch
-Patch7:         quilt-refresh-fix-error-message.patch
-Patch8:         quilt-fix-quilt-diff-z-on-files-with-spaces-in-name.patch
-Patch9:         quilt-files-return-nothing-if-there-are-no-files.patch
-Patch10:        quilt-patches-optimize-processing-of-unapplied-patches.patch
-Patch11:        quilt-patches-optimize-the-multiple-files-case.patch
-Patch12:        quilt-boost-the-speed-of-series-applied-and-unapplied.patch
-Patch13:        
quilt-patches-fix-heuristic-for-unapplied-patches-with-timestamps.patch
-Patch14:        quilt-enable-patch-wrapper-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Recommends:     procmail
@@ -77,15 +68,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
 
 %build
 # --with-rpmbuild=/usr/lib/rpm/rpmb:

++++++ patch-wrapper-rpm.diff ++++++
--- /var/tmp/diff_new_pack.kFXRoB/_old  2014-06-19 13:08:41.000000000 +0200
+++ /var/tmp/diff_new_pack.kFXRoB/_new  2014-06-19 13:08:41.000000000 +0200
@@ -1,17 +1,15 @@
-Index: quilt-0.46/bin/patch-wrapper.in
-===================================================================
---- quilt-0.46.orig/bin/patch-wrapper.in
-+++ quilt-0.46/bin/patch-wrapper.in
-@@ -27,7 +27,7 @@ then
- fi
+--- a/bin/patch-wrapper.in
++++ b/bin/patch-wrapper.in
+@@ -28,7 +28,7 @@ fi
  
- backup_files() {
+ backup_files()
+ {
 -    declare dir=${QUILT_PC:-.pc}/$patch
 +    declare dir=${QUILT_PC:-.pc}/$name
  
      if [ "$backup_mode" = --backup-if-mismatch ]
      then
-@@ -195,39 +195,56 @@ then
+@@ -201,39 +201,56 @@ then
  fi
  
  quilt_patches=${QUILT_PATCHES:-patches}
@@ -80,7 +78,7 @@
      if [ ! -e "$dir" ]
      then
        mkdir -p "$dir"
-@@ -237,6 +254,6 @@ then
+@@ -243,6 +260,6 @@ then
      then
        echo 2 > ${QUILT_PC:-.pc}/.version
      fi

++++++ quilt-0.61.tar.bz2 -> quilt-0.63.tar.bz2 ++++++
++++ 13577 lines of diff (skipped)

++++++ quilt-support-vimdiff.patch ++++++
--- /var/tmp/diff_new_pack.kFXRoB/_old  2014-06-19 13:08:41.000000000 +0200
+++ /var/tmp/diff_new_pack.kFXRoB/_new  2014-06-19 13:08:41.000000000 +0200
@@ -24,7 +24,7 @@
  
  --color[=always|auto|never]
        Use syntax coloring (auto activates it only if the output is a tty).
-@@ -211,6 +213,13 @@ done
+@@ -219,6 +221,13 @@ done
  
  QUILT_DIFF_OPTS="$QUILT_DIFF_OPTS $opt_format"
  
@@ -35,6 +35,6 @@
 +      ;;
 +esac
 +
- opt_files=( $(for file in "$@"; do echo "$SUBDIR$file" ; done) )
+ opt_files=( $(for file in "$@"; do echo "$SUBDIR${file#./}" ; done) )
  
  if [ $[0$opt_combine + 0$opt_snapshot + 0$opt_relative] -gt 1 ]

++++++ setup-check-for-rpmbuild.patch ++++++
--- /var/tmp/diff_new_pack.kFXRoB/_old  2014-06-19 13:08:41.000000000 +0200
+++ /var/tmp/diff_new_pack.kFXRoB/_new  2014-06-19 13:08:41.000000000 +0200
@@ -1,7 +1,7 @@
 From: Jean Delvare <[email protected]>
 Subject: setup: Check for rpmbuild availability
 References: bnc#873817
-Upstream: Not yet submitted
+Upstream: Committed (bf8bc1cfc097ab7692d2ce41a9933ea3b0d9e5e7)
 
 Before running inspect on a spec file, verify that rpmbuild is
 available. Print a user-friendly error message if not.
@@ -18,8 +18,8 @@
 +      # check if rpmbuild is installed before running inspect
 +      if ! type rpmbuild &> /dev/null
 +      then
-+              echo $"You have to install '%s' (from package %s) to use 'quilt 
%s'\n" \
-+                   rpmbuild rpm-build setup >&2
++              printf $"You have to install '%s' (from package %s) to use 
'quilt %s'\n" \
++                     rpmbuild rpm-build setup >&2
 +              exit 1
 +      fi
 +

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

Reply via email to