Hello community,

here is the log from the commit of package geocode-glib for openSUSE:Factory 
checked in at 2018-03-30 11:56:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geocode-glib (Old)
 and      /work/SRC/openSUSE:Factory/.geocode-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geocode-glib"

Fri Mar 30 11:56:38 2018 rev:29 rq:592264 version:3.25.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/geocode-glib/geocode-glib.changes        
2018-03-08 10:43:21.291890590 +0100
+++ /work/SRC/openSUSE:Factory/.geocode-glib.new/geocode-glib.changes   
2018-03-30 11:56:45.156884328 +0200
@@ -1,0 +2,7 @@
+Sat Mar 17 23:09:04 UTC 2018 - [email protected]
+
+- Add geocode-glib-make-reproducible.patch: lib: Remove full build
+  path from public headers. So as to make the build more easily
+  reproducible.
+
+-------------------------------------------------------------------

New:
----
  geocode-glib-make-reproducible.patch

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

Other differences:
------------------
++++++ geocode-glib.spec ++++++
--- /var/tmp/diff_new_pack.tI7oHK/_old  2018-03-30 11:56:46.252844692 +0200
+++ /var/tmp/diff_new_pack.tI7oHK/_new  2018-03-30 11:56:46.256844548 +0200
@@ -23,8 +23,10 @@
 License:        LGPL-2.0-or-later
 Group:          Development/Libraries/GNOME
 URL:            http://www.gnome.org/
-Source:         
https://download.gnome.org/sources/geocode-glib/3.25/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/geocode-glib/3.25/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FIX-UPSTREAM geocode-glib-make-reproducible.patch [email protected] 
-- Make build more reproducible
+Patch0:         geocode-glib-make-reproducible.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 # Needed for post/postun scripts
@@ -93,6 +95,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # FIXME Please investigate if we should package installed-tests

++++++ geocode-glib-make-reproducible.patch ++++++
>From 09eae7cb2234db575534a60ce47c5b970f4348a3 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <[email protected]>
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


Reply via email to