This commit is contained in:
parent
456051a644
commit
b7827caee3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 26 15:24:05 CEST 2007 - agruen@suse.de
|
||||||
|
|
||||||
|
- Quilt refresh: fix existing patch check.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 15 20:43:22 CET 2007 - olh@suse.de
|
Thu Feb 15 20:43:22 CET 2007 - olh@suse.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ Summary: A Tool for Working with Many Patches
|
|||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Version: 0.46
|
Version: 0.46
|
||||||
Release: 20
|
Release: 24
|
||||||
Requires: coreutils diffutils patch gzip bzip2 perl mktemp
|
Requires: coreutils diffutils patch gzip bzip2 perl mktemp
|
||||||
Autoreqprov: off
|
Autoreqprov: off
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -98,7 +98,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc doc/README.MAIL
|
%doc doc/README.MAIL
|
||||||
%doc doc/quilt.pdf
|
%doc doc/quilt.pdf
|
||||||
|
|
||||||
%changelog -n quilt
|
%changelog
|
||||||
|
* Mon Mar 26 2007 - agruen@suse.de
|
||||||
|
- Quilt refresh: fix existing patch check.
|
||||||
* Thu Feb 15 2007 - olh@suse.de
|
* Thu Feb 15 2007 - olh@suse.de
|
||||||
- force mandir to fix build in sles10
|
- force mandir to fix build in sles10
|
||||||
* Thu Oct 19 2006 - agruen@suse.de
|
* Thu Oct 19 2006 - agruen@suse.de
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: quilt/quilt/diff.in
|
Index: quilt-0.46/quilt/diff.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- quilt.orig/quilt/diff.in
|
--- quilt-0.46.orig/quilt/diff.in
|
||||||
+++ quilt/quilt/diff.in
|
+++ quilt-0.46/quilt/diff.in
|
||||||
@@ -80,7 +80,8 @@ included.
|
@@ -80,7 +80,8 @@ included.
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -57,10 +57,10 @@ Index: quilt/quilt/diff.in
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for file in "${files[@]}"
|
for file in "${files[@]}"
|
||||||
Index: quilt/quilt/fork.in
|
Index: quilt-0.46/quilt/fork.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- quilt.orig/quilt/fork.in
|
--- quilt-0.46.orig/quilt/fork.in
|
||||||
+++ quilt/quilt/fork.in
|
+++ quilt-0.46/quilt/fork.in
|
||||||
@@ -72,11 +72,7 @@ if [ $# -eq 1 ]
|
@@ -72,11 +72,7 @@ if [ $# -eq 1 ]
|
||||||
then
|
then
|
||||||
new_patch="$1"
|
new_patch="$1"
|
||||||
@ -74,10 +74,10 @@ Index: quilt/quilt/fork.in
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
new_patch=${new_patch#$QUILT_PATCHES/}
|
new_patch=${new_patch#$QUILT_PATCHES/}
|
||||||
Index: quilt/quilt/refresh.in
|
Index: quilt-0.46/quilt/refresh.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- quilt.orig/quilt/refresh.in
|
--- quilt-0.46.orig/quilt/refresh.in
|
||||||
+++ quilt/quilt/refresh.in
|
+++ quilt-0.46/quilt/refresh.in
|
||||||
@@ -19,7 +19,7 @@ fi
|
@@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
@ -155,7 +155,7 @@ Index: quilt/quilt/refresh.in
|
|||||||
+ else
|
+ else
|
||||||
+ patch=$(next_filename "$patch")
|
+ patch=$(next_filename "$patch")
|
||||||
+ fi
|
+ fi
|
||||||
+ if [ -e "$(patch_file_name "patch")" ]; then
|
+ if [ -e "$(patch_file_name "$patch")" ]; then
|
||||||
+ printf $"Patch %s exists already\n" "$(print_patch $patch)" >&2
|
+ printf $"Patch %s exists already\n" "$(print_patch $patch)" >&2
|
||||||
+ exit 1
|
+ exit 1
|
||||||
+ fi
|
+ fi
|
||||||
@ -300,10 +300,10 @@ Index: quilt/quilt/refresh.in
|
|||||||
else
|
else
|
||||||
die 1
|
die 1
|
||||||
fi
|
fi
|
||||||
Index: quilt/quilt/scripts/patchfns.in
|
Index: quilt-0.46/quilt/scripts/patchfns.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- quilt.orig/quilt/scripts/patchfns.in
|
--- quilt-0.46.orig/quilt/scripts/patchfns.in
|
||||||
+++ quilt/quilt/scripts/patchfns.in
|
+++ quilt-0.46/quilt/scripts/patchfns.in
|
||||||
@@ -838,6 +838,65 @@ first_modified_by()
|
@@ -838,6 +838,65 @@ first_modified_by()
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
@ -370,10 +370,10 @@ Index: quilt/quilt/scripts/patchfns.in
|
|||||||
create_db() {
|
create_db() {
|
||||||
if ! [ -e $QUILT_PC ]
|
if ! [ -e $QUILT_PC ]
|
||||||
then
|
then
|
||||||
Index: quilt/test/refresh-z.test
|
Index: quilt-0.46/test/refresh-z.test
|
||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ quilt/test/refresh-z.test
|
+++ quilt-0.46/test/refresh-z.test
|
||||||
@@ -0,0 +1,29 @@
|
@@ -0,0 +1,29 @@
|
||||||
+ $ rm -rf d
|
+ $ rm -rf d
|
||||||
+ $ mkdir -p d/patches
|
+ $ mkdir -p d/patches
|
||||||
|
Loading…
Reference in New Issue
Block a user