#2 Update to 3.31.3. Uses PR #1.
Closed 5 years ago by kathenas. Opened 5 years ago by kathenas.
Unknown source master  into  master

Update to 3.31.3. Uses PR #1.
Phil Wyett • 5 years ago  
file modified
+16 -8
@@ -1,16 +1,16 @@

- %global gjs_version 1.49.4

+ %global gjs_version 1.50.0

  %global gobject_introspection_version 1.35.9

  %global gtk3_version 3.11.4

  %global libgweather_version 3.25.91

  

  Name:		gnome-weather

- Version:	3.26.0

- Release:	5%{?dist}

+ Version:	3.31.3

+ Release:	1%{?dist}

  Summary:	A weather application for GNOME

  

  License:	GPLv2+ and LGPLv2+ and MIT and CC-BY and CC-BY-SA

  URL:		https://wiki.gnome.org/Apps/Weather

- Source0:	https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz

+ Source0:	https://download.gnome.org/sources/%{name}/3.31/%{name}-%{version}.tar.xz

  

  BuildArch:	noarch

  
@@ -22,6 +22,7 @@

  BuildRequires:	gtk3-devel >= %{gtk3_version}

  BuildRequires:	libgweather-devel >= %{libgweather_version}

  BuildRequires:	pkgconfig(libgeoclue-2.0) >= 2.3.1

+ BuildRequires:	python3-devel

  

  Requires:	gdk-pixbuf2

  Requires:	gjs >= %{gjs_version}
@@ -43,6 +44,7 @@

  

  %prep

  %autosetup

+ pathfix.py -i %{__python3} .

  

  %build

  %configure --disable-static --enable-installed-tests
@@ -53,8 +55,8 @@

  find %{buildroot} -name '*.la' -print -delete

  

  # Fix appdata file name

- mv %{buildroot}%{_datadir}/appdata/org.gnome.Weather.appdata.xml \

-    %{buildroot}%{_datadir}/appdata/org.gnome.Weather.Application.appdata.xml

+ mv %{buildroot}%{_datadir}/metainfo/org.gnome.Weather.appdata.xml \

+    %{buildroot}%{_datadir}/metainfo/org.gnome.Weather.Application.appdata.xml

  

  %find_lang org.gnome.Weather

  
@@ -65,7 +67,7 @@

  %license COPYING

  %doc NEWS data/CREDITS

  %{_bindir}/gnome-weather

- %{_datadir}/appdata/org.gnome.Weather.Application.appdata.xml

+ %{_datadir}/metainfo/org.gnome.Weather.Application.appdata.xml

  %{_datadir}/applications/org.gnome.Weather.Application.desktop

  %{_datadir}/dbus-1/services/org.gnome.Weather.Application.service

  %{_datadir}/dbus-1/services/org.gnome.Weather.BackgroundService.service
@@ -73,7 +75,7 @@

  %dir %{_datadir}/gnome-shell/

  %dir %{_datadir}/gnome-shell/search-providers/

  %{_datadir}/gnome-shell/search-providers/org.gnome.Weather.Application.search-provider.ini

- %{_datadir}/icons/hicolor/*/apps/org.gnome.Weather.png

+ %{_datadir}/icons/hicolor/*/apps/org.gnome.Weather.svg

  %{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Weather-symbolic.svg

  %{_datadir}/org.gnome.Weather/

  
@@ -82,6 +84,12 @@

  %{_datadir}/installed-tests

  

  %changelog

+ * Tue Dec 11 2018 Phil Wyett <philwyett@kathenas.org> - 3.31.3-1

+ - Update to 3.31.3

+ 

+ * Tue Aug 07 2018 Merlin Mathesius <mmathesi@redhat.com> - 3.26.0-6

+ - Fix unversioned python shebang lines

+ 

  * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

Update to 3.31.3.

Note: Uses the current repo PR #1 for python shebang issue.

Highlights:

  • Update gjs min required version.
  • New icon.
  • appdata now resides in 'metainfo' folder and not 'appdata' folder.

Pull-Request has been closed by kathenas

5 years ago