Update to 3.20.0
This commit is contained in:
parent
085fcc52ba
commit
c44967e3ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/baobab-3.18.0.tar.xz
|
||||
/baobab-3.18.1.tar.xz
|
||||
/baobab-3.19.91.tar.xz
|
||||
/baobab-3.20.0.tar.xz
|
||||
|
@ -1,26 +0,0 @@
|
||||
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,16 +1,14 @@
|
||||
%global gtk3_version 3.13.2
|
||||
|
||||
Name: baobab
|
||||
Version: 3.19.91
|
||||
Version: 3.20.0
|
||||
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
|
||||
Source0: https://download.gnome.org/sources/baobab/3.20/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
@ -33,7 +31,6 @@ any change made to your home folder as far as any mounted/unmounted device.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -83,6 +80,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 20 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
||||
- Update to 3.20.0
|
||||
|
||||
* Sun Feb 28 2016 David King <amigadave@amigadave.com> - 3.19.91-1
|
||||
- Update to 3.19.91
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user