Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2012-02-28 14:15:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quilt (Old)
 and      /work/SRC/openSUSE:Factory/.quilt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quilt", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/quilt/quilt.changes      2012-02-03 
10:26:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2012-02-28 
14:15:37.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 25 23:50:59 CET 2012 - [email protected]
+
+- make rebuilding stable by sorting the README reference entries.
+
+-------------------------------------------------------------------

New:
----
  quilt-stable-rebuild.patch

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

Other differences:
------------------
++++++ quilt.spec ++++++
--- /var/tmp/diff_new_pack.GkiBXK/_old  2012-02-28 14:15:38.000000000 +0100
+++ /var/tmp/diff_new_pack.GkiBXK/_new  2012-02-28 14:15:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quilt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           quilt
-BuildRequires:  diffstat ed emacs-nox procmail
+BuildRequires:  diffstat
+BuildRequires:  ed
+BuildRequires:  emacs-nox
+BuildRequires:  procmail
 Summary:        A Tool for Working with Many Patches
 License:        GPL-2.0+
 Group:          Productivity/Text/Utilities
 Version:        0.51
-Release:        1
-Requires:       coreutils diffutils findutils patch gzip bzip2 perl mktemp 
diffstat file
+Release:        0
+Requires:       bzip2
+Requires:       coreutils
+Requires:       diffstat
+Requires:       diffutils
+Requires:       file
+Requires:       findutils
+Requires:       gzip
+Requires:       mktemp
+Requires:       patch
+Requires:       perl
 %if %{suse_version} > 910
 Recommends:     procmail
 %endif
@@ -40,6 +50,7 @@
 Patch3:         patch-wrapper-rpm.diff
 Patch4:         grep-support-spaces.patch
 Patch5:         suse-workaround-pseudo-release.patch
+Patch6:         quilt-stable-rebuild.patch
 Url:            http://savannah.nongnu.org/projects/quilt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -64,6 +75,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 # --with-rpmbuild=/usr/lib/rpm/rpmb:

++++++ quilt-stable-rebuild.patch ++++++
Index: quilt-0.51/Makefile.in
===================================================================
--- quilt-0.51.orig/Makefile.in
+++ quilt-0.51/Makefile.in
@@ -227,8 +227,11 @@ doc/reference : bin/quilt $(QUILT:%=quil
        @unset LANG LC_MESSAGES LC_CTYPE LC_ALL;                        \
        for i in $(QUILT);                                              \
        do                                                              \
+               echo $$i;                                               \
+       done | sort | while read j ;                                    \
+       do                                                              \
                echo;                                                   \
-               quilt $$i -h;                                           \
+               quilt $$j -h;                                           \
                echo;                                                   \
        done |                                                          \
        $(SED) -e 's/\$$EDITOR ([^)]*)/$$EDITOR/'                       \
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to