From 2a1e54dc3b047f0bbf465a82b5b99896eb49d0dc Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mar 18 2015 10:19:37 +0000 Subject: Update to 3.15.92 --- diff --git a/.gitignore b/.gitignore index c034fa3..fa98c12 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /aisleriot-3.14.1.tar.xz /aisleriot-3.14.2.tar.xz /aisleriot-3.15.0.tar.xz +/aisleriot-3.15.92.tar.xz diff --git a/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch new file mode 100644 index 0000000..264599b --- /dev/null +++ b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch @@ -0,0 +1,26 @@ +From 4fcb9d2e9c6027535ff70d5a51a5f7de346da051 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Wed, 18 Mar 2015 11:18:32 +0100 +Subject: [PATCH] Fix a syntax error in desktop file keywords Bosnian + translation + +--- + po/bs.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/bs.po b/po/bs.po +index 521278c..3e4ea44 100644 +--- a/po/bs.po ++++ b/po/bs.po +@@ -37,7 +37,7 @@ msgstr "AisleRiot pasijans" + + #: ../data/sol.desktop.in.in.h:3 + msgid "solitaire;cards;klondike;spider;freecell;patience;" +-msgstr "soliter;karte;klondajk;pauk;freecell;pasijans" ++msgstr "soliter;karte;klondajk;pauk;freecell;pasijans;" + + #: ../src/aisleriot.schemas.in.h:1 + msgid "Theme file name" +-- +2.3.2 + diff --git a/aisleriot.spec b/aisleriot.spec index e782400..f3e322a 100644 --- a/aisleriot.spec +++ b/aisleriot.spec @@ -1,13 +1,14 @@ Summary: A collection of card games Name: aisleriot -Version: 3.15.0 -Release: 2%{?dist} +Version: 3.15.92 +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.15/aisleriot-%{version}.tar.xz +Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch URL: https://wiki.gnome.org/Apps/Aisleriot BuildRequires: pkgconfig(gconf-2.0) @@ -31,6 +32,7 @@ Aisleriot is a collection of over 80 card games programmed in scheme. %prep %setup -q +%patch0 -p1 %build %configure @@ -86,6 +88,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %{_mandir}/man6/sol.6* %changelog +* Tue Mar 17 2015 Kalev Lember - 1:3.15.92-1 +- Update to 3.15.92 + * Wed Feb 18 2015 David King - 1:3.15.0-2 - Remove unnecessary PySolGC theme path change diff --git a/sources b/sources index 31f0e9f..f0aeb4d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96c5a2e9e5892528a094c441e0f63dd9 aisleriot-3.15.0.tar.xz +770ff67e9b668e641f488516fd63625b aisleriot-3.15.92.tar.xz