Accepting request 360385 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360385 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=51
This commit is contained in:
parent
3b11ccaa3e
commit
36b3279157
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0cbe0ee6e9f9332e30836d72c9a462ecc908a97402943c33cd6e61d08323fdf
|
||||
size 5358172
|
3
gnome-weather-3.19.90.tar.xz
Normal file
3
gnome-weather-3.19.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88b2150d38f3704197d0f20be079757427a21eb832809b14d7a7b8cf41a7fede
|
||||
size 5357400
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 09:49:16 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.19.90:
|
||||
+ Fix missing items in forecast (bgo#757186).
|
||||
+ Add support for Geoclue agent dialog (bgo#762102).
|
||||
+ Add missing tags to Appdata.
|
||||
+ Build system updates and xdg-app support.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 02:03:12 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.1:
|
||||
+ Convert from DBus API to libgeoclue (bgo#756647).
|
||||
- Add pkgconfig(libgeoclue-2.0) BuildRequires: New dependency
|
||||
following upstreams convert.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 15:53:47 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-weather
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
Name: gnome-weather
|
||||
%define _name org.gnome.Weather
|
||||
Version: 3.18.1
|
||||
Version: 3.19.90
|
||||
Release: 0
|
||||
Summary: Weather App for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Other
|
||||
Url: https://live.gnome.org/Design/Apps/Weather
|
||||
Source: http://download.gnome.org/sources/gnome-weather/3.18/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-weather/3.19/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gjs
|
||||
BuildRequires: intltool >= 0.26
|
||||
BuildRequires: update-desktop-files
|
||||
@ -37,6 +37,7 @@ BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.4
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.17.2
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.3.1
|
||||
BuildArch: noarch
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user