aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog23
-rw-r--r--rpmdrake.pm2
-rw-r--r--rpmdrake.spec6
3 files changed, 29 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 246d7f93..13c959cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2005-12-16 10:50 Pixel <pixel at mandriva.com>
+
+ * rpmdrake.pm: use Locale:gettext::bind_textdomain_codeset (since
+ it's no more in c
+
+2005-12-15 14:34 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * po/ja.po: update (Yukiko Bando)
+
+2005-12-14 10:25 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * rpmdrake: Quote fullname in regular expressions (for names like
+ libstdc++)
+
+2005-12-08 17:35 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * ChangeLog, rpmdrake.pm, rpmdrake.spec: 2.24-1mdk
+
2005-12-08 15:49 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* rpmdrake.spec: Require next urpmi
@@ -7,6 +25,11 @@
* rpmdrake: Adapt code to the new syntax of
extract_packages_to_install in upcoming urpmi 4.8.4
+2005-12-08 15:49 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * rpmdrake: Adapt code to the new syntax of
+ extract_packages_to_install in upcoming urpmi 4.8.4
+
2005-12-05 15:51 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* edit-urpm-sources.pl: Patch by Javier Martínez to add support for
diff --git a/rpmdrake.pm b/rpmdrake.pm
index eadab219..f3e1f877 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -41,7 +41,7 @@ use common;
use curl_download;
our @ISA = qw(Exporter);
-our $VERSION = '2.24';
+our $VERSION = '2.25';
our @EXPORT = qw(
$changelog_first_config
$mandrakeupdate_wanted_categories
diff --git a/rpmdrake.spec b/rpmdrake.spec
index c9c78311..df914e67 100644
--- a/rpmdrake.spec
+++ b/rpmdrake.spec
@@ -7,7 +7,7 @@
##################################################################
%define name rpmdrake
-%define version 2.24
+%define version 2.25
%define release %mkrel 1
Name: %{name}
@@ -113,6 +113,10 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/park-rpmdrake
%changelog
+* Fri Dec 16 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 2.25-1mdk
+- Fix another bug with rpm names containing regex metacharacters
+- Use Locale::gettext (Pixel)
+
* Thu Dec 08 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 2.24-1mdk
- Support rsync sources (Javier Martínez)
- Require urpmi 4.8.4 for fixes