diff options
-rw-r--r-- | ChangeLog | 24 | ||||
-rw-r--r-- | rpmdrake.spec | 6 |
2 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,27 @@ +2004-10-05 08:39 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake, rpmdrake.pm: Adaptation to the new update mirror + architecture, for community, official and cooker distributions. + synthesis is now to be found in a media_info subdirectory, and + RPMs in <version_number>/main_updates if the mirror url doesn't + already end in media/main. + +2004-10-05 07:27 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake: Typos + +2004-10-03 16:09 Albert Astals Cid <astals11@terra.es> + + * po/ca.po: Small updates for ca + +2004-10-03 07:17 Funda Wang <fundawang@linux.net.cn> + + * po/zh_CN.po: Updated Simplified Chinese translation + +2004-09-30 03:56 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * ChangeLog, rpmdrake.spec: 2.1.5-12mdk + 2004-09-29 09:48 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * rpmdrake.pm: Center interactive messages (bug #11810) diff --git a/rpmdrake.spec b/rpmdrake.spec index 82e785bd..77d8d89f 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -8,7 +8,7 @@ %define name rpmdrake %define version 2.1.5 -%define release 12mdk +%define release 13mdk Name: %{name} Version: %{version} @@ -125,6 +125,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/park-rpmdrake %changelog +* Tue Oct 05 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.1.5-13mdk +- Language updates +- Adaptation to the new update mirror architecture + * Thu Sep 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.1.5-12mdk - Presentation and translation nits - Upgrade dependencies |