diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-05-10 09:22:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-05-10 09:22:09 +0000 |
commit | c333aebcb45e7609dcbe5c95c2659b80bc49254c (patch) | |
tree | c65c8e4056fa71ba62639a45b087705d6bccaf94 | |
parent | 91bc4d4ac54d635c19df603062d41614f03f3ea2 (diff) | |
download | rpm-setup-c333aebcb45e7609dcbe5c95c2659b80bc49254c.tar rpm-setup-c333aebcb45e7609dcbe5c95c2659b80bc49254c.tar.gz rpm-setup-c333aebcb45e7609dcbe5c95c2659b80bc49254c.tar.bz2 rpm-setup-c333aebcb45e7609dcbe5c95c2659b80bc49254c.tar.xz rpm-setup-c333aebcb45e7609dcbe5c95c2659b80bc49254c.zip |
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | rpm-mandriva-setup.spec | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-05-10 11:20 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * configure.ac: 1.19 + 2006-05-10 11:19 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * find-provides.in, find-requires.in: Revert recent changes to diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec index e5e4bae..4266c8a 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,5 +1,5 @@ %define name rpm-mandriva-setup -%define version 1.18 +%define version 1.19 %define release %mkrel 1 # This can be useful for backport, as rpm-4.2 @@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed May 10 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.19-1mdk +- Revert changes made in 1.18 + * Mon Apr 03 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.18-1mdk - find-requires: require only .so that are in standard paths, and use ldd instead of objdump to get their list. |