diff --git a/.gitignore b/.gitignore index a4d04e6..07e8238 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /baobab-3.8.1.tar.xz /baobab-3.8.2.tar.xz /baobab-3.9.1.tar.xz +/baobab-3.9.3.tar.xz diff --git a/0001-Fix-a-keywords-syntax-error.patch b/0001-Fix-a-keywords-syntax-error.patch new file mode 100644 index 0000000..2000db9 --- /dev/null +++ b/0001-Fix-a-keywords-syntax-error.patch @@ -0,0 +1,25 @@ +From 023a780fe8bc034f2f02dceb0b34bbf8d77d7047 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Sat, 10 Aug 2013 14:24:31 +0200 +Subject: [PATCH] Fix a keywords syntax error + +--- + po/br.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/br.po b/po/br.po +index 8b47f32..3a640d7 100644 +--- a/po/br.po ++++ b/po/br.po +@@ -30,7 +30,7 @@ msgstr "Gwiriañ mentoù an teuliadoù ha plas hegerz war ar gantennad" + + #: ../data/baobab.desktop.in.in.h:3 + msgid "storage;space;cleanup;" +-msgstr "kadaviñ;egor;naetaat" ++msgstr "kadaviñ;egor;naetaat;" + + #: ../data/org.gnome.baobab.gschema.xml.in.h:1 + msgid "Excluded partitions URIs" +-- +1.8.3.1 + diff --git a/baobab.spec b/baobab.spec index 17296c9..b9901c4 100644 --- a/baobab.spec +++ b/baobab.spec @@ -1,12 +1,13 @@ Name: baobab -Version: 3.9.1 -Release: 2%{?dist} +Version: 3.9.3 +Release: 1%{?dist} Summary: A graphical directory tree analyzer Group: Applications/System License: GPLv2+ and GFDL URL: https://live.gnome.org/Baobab Source0: http://download.gnome.org/sources/baobab/3.9/%{name}-%{version}.tar.xz +Patch0: 0001-Fix-a-keywords-syntax-error.patch BuildRequires: chrpath BuildRequires: gobject-introspection-devel @@ -29,6 +30,7 @@ any change made to your home folder as far as any mounted/unmounted device. %prep %setup -q +%patch0 -p1 -b .keywords %build @@ -81,6 +83,9 @@ done %{_datadir}/icons/hicolor/scalable/actions/view-treemap-symbolic.svg %changelog +* Sat Aug 10 2013 Kalev Lember - 3.9.3-1 +- Update to 3.9.3 + * Sat Aug 03 2013 Fedora Release Engineering - 3.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index c92a25e..f22f6fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e5b646c860cd002f8daffaa9e0617da baobab-3.9.1.tar.xz +2a862ad45dd039d51c38d9dd97957dc7 baobab-3.9.3.tar.xz