From 96bbdaac227b3618dbcd2c98fef91c2b2a950528 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 13 Sep 2010 10:35:04 +0200 Subject: [PATCH] - Update to 0.13 with new translations --- .gitignore | 1 + sources | 2 +- typo.patch | 7 ------- xdg-user-dirs.spec | 8 ++++---- 4 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 typo.patch diff --git a/.gitignore b/.gitignore index 6b59e04..f998fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ xdg-user-dirs-0.11.tar.gz +/xdg-user-dirs-0.13.tar.gz diff --git a/sources b/sources index d243617..0561b4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3a78a12bd02a5dd461c3d49f9abdd18 xdg-user-dirs-0.12.tar.gz +a061edec56d59aa932d53fb1d994fad2 xdg-user-dirs-0.13.tar.gz diff --git a/typo.patch b/typo.patch deleted file mode 100644 index db1454a..0000000 --- a/typo.patch +++ /dev/null @@ -1,7 +0,0 @@ -diff -up xdg-user-dirs-0.11/README.typo xdg-user-dirs-0.11/README ---- xdg-user-dirs-0.11/README.typo 2009-11-03 01:13:00.592863477 -0500 -+++ xdg-user-dirs-0.11/README 2009-11-03 01:13:20.565861652 -0500 -@@ -1,2 +1,2 @@ - See info at: --http://freedesktop.org/wiki/Software_2fxdg_2duser_2ddirs -+http://freedesktop.org/wiki/Software/xdg-user-dirs diff --git a/xdg-user-dirs.spec b/xdg-user-dirs.spec index 9ebc1f9..b72d341 100644 --- a/xdg-user-dirs.spec +++ b/xdg-user-dirs.spec @@ -1,5 +1,5 @@ Name: xdg-user-dirs -Version: 0.12 +Version: 0.13 Release: 1%{?dist} Summary: Handles user special directories @@ -12,8 +12,6 @@ Source1: xdg-user-dirs.sh # use fuzzy translations (for Downloads) # https://bugzilla.redhat.com/show_bug.cgi?id=532399 Patch0: use-fuzzy.patch -# fix a typo in README -Patch1: typo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -27,7 +25,6 @@ homedirectory based on the defaults configured by the administrator. %prep %setup -q %patch0 -p1 -b .use-fuzzy -%patch1 -p1 -b .typo %build %configure @@ -58,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/X11/xinit/xinitrc.d/* %changelog +* Mon Sep 13 2010 Alexander Larsson - 0.13-1 +- Update to 0.13 with new translations + * Wed Mar 24 2010 Tomas Bzatek - 0.12-1 - Update to 0.12 which only has a few new translations of Downloads - Use fuzzy translations (for Downloads) (#532399)