From 085fcc52bacccf8e2ca894de3e46f08422444763 Mon Sep 17 00:00:00 2001 From: David King Date: Feb 28 2016 21:54:43 +0000 Subject: Update to 3.19.91 --- diff --git a/.gitignore b/.gitignore index ef90193..3a7324e 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /baobab-3.17.90.tar.xz /baobab-3.18.0.tar.xz /baobab-3.18.1.tar.xz +/baobab-3.19.91.tar.xz diff --git a/baobab-3.19.91-fix-romanian-translation.patch b/baobab-3.19.91-fix-romanian-translation.patch new file mode 100644 index 0000000..e9e3ab8 --- /dev/null +++ b/baobab-3.19.91-fix-romanian-translation.patch @@ -0,0 +1,26 @@ +From f8d6ac199eb3ba0fde4a41b724ccc2c39aa63347 Mon Sep 17 00:00:00 2001 +From: David King +Date: Sun, 28 Feb 2016 20:54:56 +0000 +Subject: [PATCH] Fix Romanian desktop file translation + +Lists in keyfiles must end with a semicolon. +--- + po/ro.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/ro.po b/po/ro.po +index 7aa03fa..020db36 100644 +--- a/po/ro.po ++++ b/po/ro.po +@@ -46,7 +46,7 @@ msgstr "Verifică dimensiunea dosarului și spațiul disponibil pe disc" + + #: ../data/org.gnome.baobab.desktop.in.in.h:3 + msgid "storage;space;cleanup;" +-msgstr "storage;space;cleanup;spațiu;curăță;depozitare;stocare" ++msgstr "storage;space;cleanup;spațiu;curăță;depozitare;stocare;" + + #: ../data/org.gnome.baobab.gschema.xml.in.in.h:1 + msgid "Excluded partitions URIs" +-- +2.7.1 + diff --git a/baobab.spec b/baobab.spec index bf7d090..519abd7 100644 --- a/baobab.spec +++ b/baobab.spec @@ -1,14 +1,16 @@ %global gtk3_version 3.13.2 Name: baobab -Version: 3.18.1 -Release: 3%{?dist} +Version: 3.19.91 +Release: 1%{?dist} Summary: A graphical directory tree analyzer Group: Applications/System License: GPLv2+ and GFDL URL: https://wiki.gnome.org/Apps/Baobab Source0: https://download.gnome.org/sources/baobab/3.18/%{name}-%{version}.tar.xz +# Taken from upstream. +Patch0: baobab-3.19.91-fix-romanian-translation.patch BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} BuildRequires: /usr/bin/appstream-util @@ -31,6 +33,7 @@ any change made to your home folder as far as any mounted/unmounted device. %prep %setup -q +%patch0 -p1 %build @@ -80,6 +83,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %changelog +* Sun Feb 28 2016 David King - 3.19.91-1 +- Update to 3.19.91 + * Wed Feb 03 2016 Fedora Release Engineering - 3.18.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 628f904..67fbf8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -299cc7e2ebbdde1813453074c88aa6de baobab-3.18.1.tar.xz +94e350b777eb9f374e186d92d0b99a5d baobab-3.19.91.tar.xz