[aisleriot] Update to 3.14.0

Kalev Lember kalev at fedoraproject.org
Sun Sep 21 12:32:06 UTC 2014


commit eba5d16d2ea9185ca9138834955010714e7ecfd1
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Sep 21 12:23:28 2014 +0200

    Update to 3.14.0

 .gitignore                                         |    1 +
 ...nian-translation-of-desktop-file-keywords.patch |   26 ++++++++++++++++++++
 aisleriot.spec                                     |   14 ++++++----
 sources                                            |    2 +-
 4 files changed, 36 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0dfc085..6116ba8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /aisleriot-3.12.0.tar.xz
 /aisleriot-3.12.1.tar.xz
 /aisleriot-3.13.90.tar.xz
+/aisleriot-3.14.0.tar.xz
diff --git a/0001-Fix-Slovenian-translation-of-desktop-file-keywords.patch b/0001-Fix-Slovenian-translation-of-desktop-file-keywords.patch
new file mode 100644
index 0000000..7390b48
--- /dev/null
+++ b/0001-Fix-Slovenian-translation-of-desktop-file-keywords.patch
@@ -0,0 +1,26 @@
+From a9a10c3eacc49478b68d2b5a11785584a137a6ae Mon Sep 17 00:00:00 2001
+From: Kalev Lember <kalevlember at gmail.com>
+Date: Sun, 21 Sep 2014 12:28:29 +0200
+Subject: [PATCH] Fix Slovenian translation of desktop file keywords
+
+It's a string list and must end with a semicolon.
+---
+ po/sl.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/sl.po b/po/sl.po
+index 4f35e9b..e0ab5b2 100644
+--- a/po/sl.po
++++ b/po/sl.po
+@@ -49,7 +49,7 @@ msgstr "Pasjansa AisleRiot"
+ 
+ #: ../data/sol.desktop.in.in.h:3
+ msgid "solitaire;cards;klondike;spider;freecell;patience;"
+-msgstr "solitaire;karte,klondike;spider;freecell;patience"
++msgstr "solitaire;karte,klondike;spider;freecell;patience;"
+ 
+ #: ../src/aisleriot.schemas.in.h:1
+ msgid "Theme file name"
+-- 
+2.1.0
+
diff --git a/aisleriot.spec b/aisleriot.spec
index 0ea5bcb..7655b3a 100644
--- a/aisleriot.spec
+++ b/aisleriot.spec
@@ -1,15 +1,17 @@
 
 Summary: A collection of card games
 Name:    aisleriot
-Version: 3.13.90
+Version: 3.14.0
 Release: 1%{?dist}
 Epoch:   1
 License: GPLv3+ and LGPLv3+ and GFDL
 Group:   Amusements/Games
 #VCS: git:git://git.gnome.org/aisleriot
-Source:  http://download.gnome.org/sources/aisleriot/3.13/aisleriot-%{version}.tar.xz
+Source:  http://download.gnome.org/sources/aisleriot/3.14/aisleriot-%{version}.tar.xz
 URL:     http://live.gnome.org/Aisleriot
 
+Patch0:  0001-Fix-Slovenian-translation-of-desktop-file-keywords.patch
+
 BuildRequires: glib2-devel
 BuildRequires: gtk3-devel
 BuildRequires: GConf2-devel
@@ -34,6 +36,7 @@ Aisleriot is a collection of over 80 card games programmed in scheme.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -46,10 +49,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # Omit the valgrind suppression file; only for use during development
 rm $RPM_BUILD_ROOT%{_libdir}/valgrind/aisleriot.supp
 
-# Correct the appdata file name; has to match with the desktop file name
-mv $RPM_BUILD_ROOT%{_datadir}/appdata/aisleriot.appdata.xml \
-   $RPM_BUILD_ROOT%{_datadir}/appdata/sol.appdata.xml
-
 %find_lang %{name} --with-gnome
 
 %check
@@ -92,6 +91,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 %{_mandir}/man6/sol.6.gz
 
 %changelog
+* Sun Sep 21 2014 Kalev Lember <kalevlember at gmail.com> - 1:3.14.0-1
+- Update to 3.14.0
+
 * Tue Aug 19 2014 Kalev Lember <kalevlember at gmail.com> - 1:3.13.90-1
 - Update to 3.13.90
 
diff --git a/sources b/sources
index 9b7660c..943a461 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ead35bbaefdff01ce6b808f907836471  aisleriot-3.13.90.tar.xz
+9b97fb7cce942d1c05ff4f111d1bf5ed  aisleriot-3.14.0.tar.xz


More information about the scm-commits mailing list