Update to 3.9.3

This commit is contained in:
Kalev Lember 2013-08-10 13:55:20 +02:00
parent d0599632b4
commit 57773650a5
4 changed files with 34 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -0,0 +1,25 @@
From 023a780fe8bc034f2f02dceb0b34bbf8d77d7047 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
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

View File

@ -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 <kalevlember@gmail.com> - 3.9.3-1
- Update to 3.9.3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
4e5b646c860cd002f8daffaa9e0617da baobab-3.9.1.tar.xz
2a862ad45dd039d51c38d9dd97957dc7 baobab-3.9.3.tar.xz