Update to 3.19.91
This commit is contained in:
parent
f16b459aba
commit
085fcc52ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
26
baobab-3.19.91-fix-romanian-translation.patch
Normal file
26
baobab-3.19.91-fix-romanian-translation.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From f8d6ac199eb3ba0fde4a41b724ccc2c39aa63347 Mon Sep 17 00:00:00 2001
|
||||
From: David King <amigadave@amigadave.com>
|
||||
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
|
||||
|
10
baobab.spec
10
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 <amigadave@amigadave.com> - 3.19.91-1
|
||||
- Update to 3.19.91
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user