From 0bbcc7e8d168a2c91acf57a91b29acfd5af401e3 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan nonamedotc@gmail.com Date: Thu, 16 Feb 2017 17:58:06 -0500 Subject: Update to 0.8.9 spec clean up (old macros, upstreamed translation fixes)
--- .gitignore | 1 + sources | 2 +- xfce4-weather-plugin.spec | 15 ++++++--------- 3 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/.gitignore b/.gitignore index 4c5f306..eda23ad 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ xfce4-weather-plugin-0.7.3.tar.bz2 /xfce4-weather-plugin-0.8.6.tar.bz2 /xfce4-weather-plugin-0.8.7.tar.bz2 /xfce4-weather-plugin-0.8.8.tar.bz2 +/xfce4-weather-plugin-0.8.9.tar.bz2 diff --git a/sources b/sources index f4a3012..5cae6ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29fe8892bb4c6b1e639862a63110618e xfce4-weather-plugin-0.8.8.tar.bz2 +SHA512 (xfce4-weather-plugin-0.8.9.tar.bz2) = bcc714bc369f8fe0dbcb2d42e4c99c0208539edf58adcecf5d0fb55ba05e763be9113a8197ed931b99f119ff4e4d54985824c612ba3b613da8b1a7ca717bacfd diff --git a/xfce4-weather-plugin.spec b/xfce4-weather-plugin.spec index 5ab8bd4..0ffbbdc 100644 --- a/xfce4-weather-plugin.spec +++ b/xfce4-weather-plugin.spec @@ -9,8 +9,8 @@ %endif
Name: xfce4-weather-plugin -Version: 0.8.8 -Release: 3%{?dist} +Version: 0.8.9 +Release: 1%{?dist} Summary: Weather plugin for the Xfce panel
Group: User Interface/Desktops @@ -18,7 +18,6 @@ License: BSD URL: http://goodies.xfce.org/projects/panel-plugins/%%7Bname%7D #VCS: git:git://git.xfce.org/panel-plugins/xfce4-weather-plugin Source0: http://archive.xfce.org/src/panel-plugins/%%7Bname%7D/%%7Bminorversion%7D/%%... -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libxfce4ui-devel >= 4.7.0 BuildRequires: xfce4-panel-devel >= 4.7.0 @@ -37,18 +36,12 @@ weather condition, using weather data provided by xoap.weather.com. %prep %setup -q
-# fix translation error -# fixes https://bugzilla.redhat.com/show_bug.cgi?id=1377672 - -sed -i 's/msgstr "km"/msgstr "m"/' po/cs.po - %build %configure make %{?_smp_mflags}
%install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL='install -p'
# remove la file @@ -84,6 +77,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog +* Thu Feb 16 2017 Mukundan Ragavan nonamedotc@fedoraproject.org - 0.8.9-1 +- Update to 0.8.9 +- spec clean up (old macros, upstreamed translation fixes) + * Sat Feb 11 2017 Fedora Release Engineering releng@fedoraproject.org - 0.8.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
scm-commits@lists.fedoraproject.org