diff --git a/.gitignore b/.gitignore index acf12b5..693c05a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /gnome-weather-3.16.1.tar.xz /gnome-weather-3.16.2.tar.xz /gnome-weather-3.16.2.1.tar.xz +/gnome-weather-3.17.1.tar.xz diff --git a/0001-Fix-desktop-file-keywords-translations.patch b/0001-Fix-desktop-file-keywords-translations.patch new file mode 100644 index 0000000..a0ad59b --- /dev/null +++ b/0001-Fix-desktop-file-keywords-translations.patch @@ -0,0 +1,41 @@ +From efe25bf8c8a418be7d36b61438c64d38356dc2fe Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Tue, 28 Jul 2015 07:13:26 +0200 +Subject: [PATCH] Fix desktop file keywords translations + +Make sure the list of keywords is terminated with a semicolon; otherwise +desktop-file-validate errors out. +--- + po/ro.po | 2 +- + po/tg.po | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/po/ro.po b/po/ro.po +index 06f683a..16541ea 100644 +--- a/po/ro.po ++++ b/po/ro.po +@@ -94,7 +94,7 @@ msgstr "" + #: ../data/org.gnome.Weather.Application.desktop.in.h:3 + #| msgid "Weekly Forecast" + msgid "Weather;Forecast;" +-msgstr "Weather;Forecast;prognoză;vreme;vremea" ++msgstr "Weather;Forecast;prognoză;vreme;vremea;" + + #: ../data/org.gnome.Weather.Application.gschema.xml.h:1 + msgid "Configured cities to show weather for" +diff --git a/po/tg.po b/po/tg.po +index b1e8b3e..e3e4232 100644 +--- a/po/tg.po ++++ b/po/tg.po +@@ -88,7 +88,7 @@ msgstr "" + + #: ../data/org.gnome.Weather.Application.desktop.in.h:3 + msgid "Weather;Forecast;" +-msgstr "Пешгӯӣ;Обу ҳаво" ++msgstr "Пешгӯӣ;Обу ҳаво;" + + #: ../data/org.gnome.Weather.Application.gschema.xml.h:1 + msgid "Configured cities to show weather for" +-- +2.4.3 + diff --git a/gnome-weather.spec b/gnome-weather.spec index 3bf99a3..a50ce95 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -1,16 +1,17 @@ %global gjs_version 1.39.91 %global gobject_introspection_version 1.35.9 %global gtk3_version 3.11.4 -%global libgweather_version 3.15.90 +%global libgweather_version 3.17.2 Name: gnome-weather -Version: 3.16.2.1 -Release: 2%{?dist} +Version: 3.17.1 +Release: 1%{?dist} Summary: A weather application for GNOME License: GPLv2+ and LGPLv2+ and MIT and CC-BY and CC-BY-SA URL: https://live.gnome.org/Design/Apps/Weather -Source0: http://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz +Patch0: 0001-Fix-desktop-file-keywords-translations.patch BuildArch: noarch @@ -45,6 +46,7 @@ the functionality of the installed gnome-weather package. %prep %setup -q +%patch0 -p1 %build %configure --disable-static --enable-installed-tests @@ -94,6 +96,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/installed-tests %changelog +* Tue Jul 28 2015 Kalev Lember - 3.17.1-1 +- Update to 3.17.1 + * Wed Jun 17 2015 Fedora Release Engineering - 3.16.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index fa168aa..53751a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ef86eeffcff12df037d74b9de8f6f9e gnome-weather-3.16.2.1.tar.xz +1c5612520af5620874970d1d37e9fb3a gnome-weather-3.17.1.tar.xz