From ae94ad1f045026c9c6d2c1716d84ea898369aa65 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:07:17 +0000 Subject: [PATCH] auto-import changelog data from desktop-file-utils-0.3-2.src.rpm Tue Aug 06 2002 Havoc Pennington - remove old symlinks before creating new ones, chills out a lot of error messages Tue Aug 06 2002 Havoc Pennington - version 0.3 Wed Jul 24 2002 Havoc Pennington - 0.2.95 cvs snap, should fix OnlyShowIn Mon Jul 22 2002 Havoc Pennington - 0.2.94 cvs snap, adds --print-available Tue Jul 09 2002 Havoc Pennington - 0.2.93 cvs snap with a crash fixed, and corrects [KDE Desktop Entry] Fri Jun 21 2002 Havoc Pennington - 0.2.92 cvs snap with --remove-key and checking for OnlyShowIn and missing trailing semicolons on string lists Fri Jun 21 2002 Havoc Pennington - 0.2.91 cvs snap with --copy-name-to-generic-name and --copy-generic-name-to-name Sun Jun 16 2002 Havoc Pennington - 0.2.90 cvs snap with --delete-original fixed Fri Jun 07 2002 Havoc Pennington - rebuild in different environment --- .cvsignore | 2 +- desktop-file-utils.spec | 38 ++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index b4f0f07..6fb639d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -desktop-file-utils-0.2.tar.gz +desktop-file-utils-0.3.tar.gz diff --git a/desktop-file-utils.spec b/desktop-file-utils.spec index cf313eb..e18bf41 100644 --- a/desktop-file-utils.spec +++ b/desktop-file-utils.spec @@ -1,7 +1,7 @@ Summary: Utilities for manipulating .desktop files Name: desktop-file-utils -Version: 0.2 -Release: 1 +Version: 0.3 +Release: 2 URL: http://www.freedesktop.org/software/desktop-file-utils Source0: %{name}-%{version}.tar.gz License: GPL @@ -13,6 +13,8 @@ BuildRequires: popt Obsoletes: desktop-file-validator +Patch0: desktop-file-utils-0.3-symlink-fix.patch + %description .desktop files are used to describe an application for inclusion in GNOME or KDE menus. This package contains desktop-file-validate which @@ -24,6 +26,8 @@ fixing it up in the process. %prep %setup -q +%patch -p1 -b .symlink-fix + %build %configure @@ -41,6 +45,36 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Tue Aug 6 2002 Havoc Pennington +- remove old symlinks before creating new ones, chills out + a lot of error messages + +* Tue Aug 6 2002 Havoc Pennington +- version 0.3 + +* Wed Jul 24 2002 Havoc Pennington +- 0.2.95 cvs snap, should fix OnlyShowIn + +* Mon Jul 22 2002 Havoc Pennington +- 0.2.94 cvs snap, adds --print-available + +* Tue Jul 9 2002 Havoc Pennington +- 0.2.93 cvs snap with a crash fixed, and corrects [KDE Desktop Entry] + +* Fri Jun 21 2002 Havoc Pennington +- 0.2.92 cvs snap with --remove-key and checking for OnlyShowIn + and missing trailing semicolons on string lists + +* Fri Jun 21 2002 Havoc Pennington +- 0.2.91 cvs snap with --copy-name-to-generic-name and + --copy-generic-name-to-name + +* Sun Jun 16 2002 Havoc Pennington +- 0.2.90 cvs snap with --delete-original fixed + +* Fri Jun 07 2002 Havoc Pennington +- rebuild in different environment + * Wed Jun 5 2002 Havoc Pennington - 0.2 diff --git a/sources b/sources index 740d764..b6bcc9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5da51de069384f10d5766c35b3a39c46 desktop-file-utils-0.2.tar.gz +a1c8bcd648da58bfe0b142042292caa8 desktop-file-utils-0.3.tar.gz