diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-29 16:37:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-29 16:37:24 +0000 |
commit | a555ff1fb84bc14594000c1f933d13882c2bb4fe (patch) | |
tree | e3475ec2bc963a76523bc1a90a109ccf53851751 | |
parent | 6a00e838377de30388dbec6ed48e65ce598b3b7e (diff) | |
download | rpm-setup-a555ff1fb84bc14594000c1f933d13882c2bb4fe.tar rpm-setup-a555ff1fb84bc14594000c1f933d13882c2bb4fe.tar.gz rpm-setup-a555ff1fb84bc14594000c1f933d13882c2bb4fe.tar.bz2 rpm-setup-a555ff1fb84bc14594000c1f933d13882c2bb4fe.tar.xz rpm-setup-a555ff1fb84bc14594000c1f933d13882c2bb4fe.zip |
1.891.89
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +- call patch with -U (aka --unified-reject-files) + +Version 1.89 - 29 January 2009, by Pixel + - when %_with_git_repository is set, define %_after_setup and %_patch to use the new scripts git-repository--after-tarball and git-repository--apply-patch diff --git a/configure.ac b/configure.ac index dd44c0a..f63424b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.88, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.89, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |