diff options
Diffstat (limited to 'rpm-mandriva-setup.spec')
-rw-r--r-- | rpm-mandriva-setup.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec index e1e80ac..3bbd63e 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,11 +1,10 @@ %define name rpm-mandriva-setup -%define version 1.6 +%define version 1.7 %define release %mkrel 1 -# This can be usefull for backport as rpm-4.2 -# provide the emacs-spec mode +# This can be useful for backport, as rpm-4.2 +# provides the emacs-spec mode %define have_emacsmodespec 1 - %if %mdkversion < 200600 %define have_emacsmodespec 0 %endif @@ -24,7 +23,7 @@ Url: http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/rpm-setup/ BuildRoot: %{_tmppath}/%{name}-buildroot %description -The Mandriva rpm configuration and scripts +The Mandriva rpm configuration and scripts. %package build Group: System/Configuration/Packaging @@ -92,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Oct 11 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.7-1mdk +- Insert a dependency on libperl.so for XS perl modules + * Thu Oct 6 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.6-1mdk - enable -debug packages for 2007 - build with -fasynchronous-unwind-tables on regular x86 too |