From 34578293c498330e9b092a9503acb0b4107afe2b90664a414bab89caf0dd1b7d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Jun 2018 10:39:43 +0000 Subject: [PATCH] Accepting request 614584 from home:iznogood:branches:GNOME:Factory - Update to version 3.26.0: + Remove full build path from public headers so as to make the build more easily reproduceable. - Drop geocode-glib-make-reproducible.patch: Fixed upstream. - Drop hicolor-icon-theme BuildRequires: No longer needed. OBS-URL: https://build.opensuse.org/request/show/614584 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/geocode-glib?expand=0&rev=57 --- geocode-glib-3.25.4.1.tar.xz | 3 -- geocode-glib-3.26.0.tar.xz | 3 ++ geocode-glib-make-reproducible.patch | 42 ---------------------------- geocode-glib.changes | 9 ++++++ geocode-glib.spec | 10 ++----- 5 files changed, 15 insertions(+), 52 deletions(-) delete mode 100644 geocode-glib-3.25.4.1.tar.xz create mode 100644 geocode-glib-3.26.0.tar.xz delete mode 100644 geocode-glib-make-reproducible.patch diff --git a/geocode-glib-3.25.4.1.tar.xz b/geocode-glib-3.25.4.1.tar.xz deleted file mode 100644 index 6979b0e..0000000 --- a/geocode-glib-3.25.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f10169262c313dfaa21acf00687c01e0aaf52983524648e8b9e8e42c052dd778 -size 75852 diff --git a/geocode-glib-3.26.0.tar.xz b/geocode-glib-3.26.0.tar.xz new file mode 100644 index 0000000..fd5baf4 --- /dev/null +++ b/geocode-glib-3.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4086b127050250c158beff28dbcdf81a797b3938bb79bbaaecc75e746fbeee +size 75984 diff --git a/geocode-glib-make-reproducible.patch b/geocode-glib-make-reproducible.patch deleted file mode 100644 index 1d938b3..0000000 --- a/geocode-glib-make-reproducible.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 09eae7cb2234db575534a60ce47c5b970f4348a3 Mon Sep 17 00:00:00 2001 -From: Bastien Nocera -Date: Wed, 15 Nov 2017 14:36:56 +0100 -Subject: lib: Remove full build path from public headers - -So as to make the build more easily reproduceable. - -https://bugzilla.gnome.org/show_bug.cgi?id=790338 ---- - geocode-glib/geocode-enum-types.c.in | 2 +- - geocode-glib/geocode-enum-types.h.in | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/geocode-glib/geocode-enum-types.c.in b/geocode-glib/geocode-enum-types.c.in -index 50b09f7..1491ef3 100644 ---- a/geocode-glib/geocode-enum-types.c.in -+++ b/geocode-glib/geocode-enum-types.c.in -@@ -8,7 +8,7 @@ - /*** END file-header ***/ - - /*** BEGIN file-production ***/ --/* enumerations from "@filename@" */ -+/* enumerations from "@basename@" */ - /*** END file-production ***/ - - /*** BEGIN value-header ***/ -diff --git a/geocode-glib/geocode-enum-types.h.in b/geocode-glib/geocode-enum-types.h.in -index ce603f6..47346db 100644 ---- a/geocode-glib/geocode-enum-types.h.in -+++ b/geocode-glib/geocode-enum-types.h.in -@@ -9,7 +9,7 @@ G_BEGIN_DECLS - - /*** BEGIN file-production ***/ - --/* enumerations from "@filename@" */ -+/* enumerations from "@basename@" */ - /*** END file-production ***/ - - /*** BEGIN value-header ***/ --- -cgit v0.12 - diff --git a/geocode-glib.changes b/geocode-glib.changes index 0358d47..d00a099 100644 --- a/geocode-glib.changes +++ b/geocode-glib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 6 13:31:02 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.26.0: + + Remove full build path from public headers so as to make the + build more easily reproduceable. +- Drop geocode-glib-make-reproducible.patch: Fixed upstream. +- Drop hicolor-icon-theme BuildRequires: No longer needed. + ------------------------------------------------------------------- Sat Mar 17 23:09:04 UTC 2018 - bjorn.lie@gmail.com diff --git a/geocode-glib.spec b/geocode-glib.spec index 06c8984..275d858 100644 --- a/geocode-glib.spec +++ b/geocode-glib.spec @@ -17,20 +17,17 @@ Name: geocode-glib -Version: 3.25.4.1 +Version: 3.26.0 Release: 0 Summary: Convenience library for the Yahoo! Place Finder APIs License: LGPL-2.0-or-later Group: Development/Libraries/GNOME URL: http://www.gnome.org/ -Source0: https://download.gnome.org/sources/geocode-glib/3.25/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/geocode-glib/3.26/%{name}-%{version}.tar.xz Source1: baselibs.conf -# PATCH-FIX-UPSTREAM geocode-glib-make-reproducible.patch bjorn.lie@gmail.com -- Make build more reproducible -Patch0: geocode-glib-make-reproducible.patch + BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc -# Needed for post/postun scripts -BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: meson BuildRequires: pkgconfig @@ -95,7 +92,6 @@ geocode-glib library. %prep %setup -q -%patch0 -p1 %build # FIXME Please investigate if we should package installed-tests