Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2018-03-14 19:25:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgweather (Old)
 and      /work/SRC/openSUSE:Factory/.libgweather.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgweather"

Wed Mar 14 19:25:42 2018 rev:95 rq:585019 version:3.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2017-12-09 
20:25:01.400592675 +0100
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes     
2018-03-14 19:25:46.025480012 +0100
@@ -1,0 +2,58 @@
+Fri Mar  9 12:54:34 UTC 2018 - [email protected]
+
+- Update to version 3.28.0:
+  + Fix translations not being used (bgo#794027).
+  + Location database updates and fixes for Israel.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:35:17 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Tue Jan  9 01:36:36 UTC 2018 - [email protected]
+
+- Update to version 3.27.4:
+  + Deprecated API was removed (bgo#791313).
+  + New API: a new level of locations, called "named timezones" was
+    added (bgo#791066).
+  + It is now possible to have cities in the database with no
+    associated weather station; the nearest weather station is
+    chosen if necessary.
+  + Matching of search terms to location names was improved
+    (bgo#791066, bgo#791403).
+  + The Yahoo Weather backend was removed (bgo#791084).
+  + More tests were added (bgo#791307, bgo#791313, bgo#791317,
+    bgo#791319, bgo#791402).
+  + Misc bug fixes (bgo#789080).
+  + Build system fixes (bgo #791088, #791086).
+  + Translation bug fixes (bgo#781364).
+  + Location database updates and fixes (bgo#791095, bgo#620897,
+    bgo#727186, bgo#643928, bgo#789951, bgo#791323, bgo#599880,
+    bgo#642634, bgo#606557, bgo#617689, bgo#768309, bgo#635534,
+    bgo#597989, bgo#625270, bgo#625270, bgo#583644, bgo#534047,
+    bgo#572675, bgo#611945, bgo#640877, bgo#778707).
+  + Updated translations
+- Changes from version 3.27.1:
+  + This is the first version to use the meson build system.
+  + Updated translations
+- Update Url to https://wiki.gnome.org/Projects/LibGWeather:
+  current LibGWeather project's web page.
+- Drop libgweather-locations-Kowloon-is-a-district.patch: fixed
+  upstream.
+- Drop libxml2-tools and libxslt BuildRequires: there is no reason
+  for them to be explicitly declared since both of them are pulled
+  with gtk-doc
+- Add meson BuildRequires and replace configure, make_build and
+  make_install macros by meson, meson_build and meson_install
+  respectively; and pass enable_vala, gtk_doc option as true and
+  glade_catalog option as false. All of these changes reflects
+  upstream's port to the Meson build system.
+- Add gio-2.0 and libxml-2.0 pkgconfig modules BuildRequires: Note
+  that they were being pulled and used already but not explicitly
+  declared.
+- Drop %glib2_gsettings_schema_requires macro: it's no longer
+  needed since RPM file triggers.
+
+-------------------------------------------------------------------

Old:
----
  libgweather-3.26.1.tar.xz
  libgweather-locations-Kowloon-is-a-district.patch

New:
----
  libgweather-3.28.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgweather.spec ++++++
--- /var/tmp/diff_new_pack.fOajqd/_old  2018-03-14 19:25:46.929447915 +0100
+++ /var/tmp/diff_new_pack.fOajqd/_new  2018-03-14 19:25:46.929447915 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgweather
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,26 +17,24 @@
 
 
 Name:           libgweather
-Version:        3.26.1
+Version:        3.28.0
 Release:        0
 Summary:        Library to get online weather information
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/GNOME
-Url:            http://developer.gnome.org/libgweather/
-
-Source0:        
http://download.gnome.org/sources/libgweather/3.26/%{name}-%{version}.tar.xz
+URL:            https://wiki.gnome.org/Projects/LibGWeather
+Source0:        
http://download.gnome.org/sources/libgweather/3.28/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
-# PATCH-FIX-UPSTREAM libgweather-locations-Kowloon-is-a-district.patch 
bgo#791095 [email protected] -- Kowloon is a district in the city of Hong 
Kong. Not a town
-Patch0:         libgweather-locations-Kowloon-is-a-district.patch
-
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
-BuildRequires:  libxml2-tools
-BuildRequires:  libxslt
+BuildRequires:  meson >= 0.43.0
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(geocode-glib-1.0)
+BuildRequires:  pkgconfig(gio-2.0) >= 2.35.1
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.13.5
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.44.0
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.0
 BuildRequires:  pkgconfig(vapigen)
 
 %description
@@ -45,14 +43,13 @@
 %package -n gweather-data
 Summary:        Auxiliary schema data for libgweather
 Group:          Development/Libraries/GNOME
-Requires:       libgweather-3-6 = %{version}
+Requires:       libgweather-3-15 = %{version}
 Recommends:     %{name}-lang
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 Provides:       libgweather-data = %{version}
 Obsoletes:      libgweather-data < %{version}
 BuildArch:      noarch
-%glib2_gsettings_schema_requires
 
 %description -n gweather-data
 This is a library to download weather information from online sources.
@@ -61,19 +58,19 @@
 %package devel
 Summary:        Development files for libgweather, a weather info retrieval 
library
 Group:          Development/Libraries/GNOME
-Requires:       libgweather-3-6 = %{version}
+Requires:       libgweather-3-15 = %{version}
 Requires:       typelib-1_0-GWeather-3_0 = %{version}
 
 %description devel
 This is a library to download weather information from online sources.
 This package provides the development files.
 
-%package -n libgweather-3-6
+%package -n libgweather-3-15
 Summary:        Library to get online weather information
 Group:          Development/Libraries/GNOME
 Requires:       gweather-data >= %{version}
 
-%description -n libgweather-3-6
+%description -n libgweather-3-15
 This is a library to download weather information from online sources.
 
 %package -n typelib-1_0-GWeather-3_0
@@ -92,43 +89,44 @@
 %autosetup -p1
 
 %build
-%configure \
-       --disable-static \
-       --enable-introspection \
-       --enable-gtk-doc \
+%meson \
+    -Dglade_catalog=false \
+    -Denable_vala=true \
+    -Dgtk_doc=true \
        %{nil}
-%make_build
+%meson_build
 
 %install
-%make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%meson_install
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang libgweather-3.0 %{?no_lang_C}
 %find_lang libgweather-locations libgweather-3.0.lang %{?no_lang_C}
 
-%post -n libgweather-3-6 -p /sbin/ldconfig
-%postun -n libgweather-3-6 -p /sbin/ldconfig
+%post -n libgweather-3-15 -p /sbin/ldconfig
+%postun -n libgweather-3-15 -p /sbin/ldconfig
 
 %files -n gweather-data
-%license COPYING
 %{_datadir}/glib-2.0/schemas/org.gnome.GWeather.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.GWeather.gschema.xml
 %{_datadir}/libgweather/
 
-%files -n libgweather-3-6
+%files -n libgweather-3-15
+%license COPYING
 %{_libdir}/*.so.*
 
 %files -n typelib-1_0-GWeather-3_0
 %{_libdir}/girepository-1.0/GWeather-3.0.typelib
 
 %files devel
-%doc AUTHORS README NEWS
+%doc AUTHORS HACKING MAINTAINERS README README.md NEWS
+%doc %{_datadir}/gtk-doc/html/libgweather
 %{_includedir}/libgweather-3.0
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/gweather-3.0.pc
 %{_datadir}/gir-1.0/GWeather-3.0.gir
 %dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/gweather-3.0.deps
 %{_datadir}/vala/vapi/gweather-3.0.vapi
-%{_datadir}/gtk-doc/html/libgweather-3.0
 
 %files lang -f %{name}-3.0.lang
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.fOajqd/_old  2018-03-14 19:25:46.965446636 +0100
+++ /var/tmp/diff_new_pack.fOajqd/_new  2018-03-14 19:25:46.965446636 +0100
@@ -1 +1 @@
-libgweather-3-6
+libgweather-3-15

++++++ libgweather-3.26.1.tar.xz -> libgweather-3.28.0.tar.xz ++++++
++++ 487323 lines of diff (skipped)


Reply via email to