Hello community,

here is the log from the commit of package glabels for openSUSE:Factory checked 
in at 2016-05-02 10:44:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glabels (Old)
 and      /work/SRC/openSUSE:Factory/.glabels.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glabels"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glabels/glabels.changes  2014-11-13 
09:17:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glabels.new/glabels.changes     2016-05-02 
10:44:33.000000000 +0200
@@ -1,0 +2,27 @@
+Sun Apr 24 10:42:24 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.4.0:
+  + Fixed missing contacts when importing from vcard.
+  + Create vcard composite address entry from components, if
+    missing.
+  + Auto-detect file encoding of CSV files.
+  + Fixed sensitivity of first handle of line objects.
+  + Object dragging enhancements.
+  + Fixed problem with setting shadow color of line and text
+    objects from key.
+  + Use current label's path to set default "save as" directory.
+  + Added properties dialog.
+  + Fixed potential crash on "Select All".
+  + Fixed delayed rotate/flip.
+  + Fixed clipping issue when drawing beyond label editor's drawing
+    area.
+  + Removed final windowing system and dbus dependencies from
+    glabels-3-batch.
+  + Added a GS1 input mode for Datamatrix barcodes using the zint
+    backend.
+  + Numerous new templates and fixes to the product database.
+  + Updated translations.
+- Add glabels-missing-function-prototype.patch: Add missing
+  function prototype to header, fixes build.
+
+-------------------------------------------------------------------
@@ -4 +31 @@
-- Update to version 3.2.1:
+- Update to version 3.2.1 (boo#921140):

Old:
----
  glabels-3.2.1.tar.xz

New:
----
  glabels-3.4.0.tar.xz
  glabels-missing-function-prototype.patch

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

Other differences:
------------------
++++++ glabels.spec ++++++
--- /var/tmp/diff_new_pack.7GCQlT/_old  2016-05-02 10:44:34.000000000 +0200
+++ /var/tmp/diff_new_pack.7GCQlT/_new  2016-05-02 10:44:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package glabels
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,13 +17,15 @@
 
 
 Name:           glabels
-Version:        3.2.1
+Version:        3.4.0
 Release:        0
 Summary:        Label Editing and Printing Tool
 License:        GPL-3.0+
 Group:          Productivity/Office/Other
 Url:            http://glabels.sourceforge.net/
-Source:         
http://download.gnome.org/sources/glabels/3.2/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/glabels/3.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM glabels-missing-function-prototype.patch bgo#765497 
zai...@opensuse.org -- Add missing function prototype to header.
+Patch0:         glabels-missing-function-prototype.patch
 %if 0%{?suse_version} <= 1310
 BuildRequires:  barcode-devel
 %else
@@ -37,15 +39,15 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(cairo) >= 1.10.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.28.2
+BuildRequires:  pkgconfig(cairo) >= 1.14.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.42.0
 BuildRequires:  pkgconfig(gnome-doc-utils)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.2
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.9
-BuildRequires:  pkgconfig(libebook-1.2) >= 3.6.0
-BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.8
-BuildRequires:  pkgconfig(pango) >= 1.28.1
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
+BuildRequires:  pkgconfig(libebook-1.2) >= 3.12.0
+BuildRequires:  pkgconfig(librsvg-2.0) >= 2.39.0
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
+BuildRequires:  pkgconfig(pango) >= 1.36.0
 BuildRequires:  pkgconfig(pangocairo) >= 1.28.1
 Recommends:     %{name}-lang
 %glib2_gsettings_schema_requires
@@ -70,6 +72,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++++++ glabels-3.2.1.tar.xz -> glabels-3.4.0.tar.xz ++++++
++++ 80331 lines of diff (skipped)

++++++ glabels-missing-function-prototype.patch ++++++
>From 0b5d2091ef018840bc0e352a09bbabd67cc0e76c Mon Sep 17 00:00:00 2001
From: Jim Evins <ev...@snaught.com>
Date: Sun, 24 Apr 2016 11:32:28 -0400
Subject: [PATCH] Added missing function prototype to header.

---
 src/prefs-model.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/prefs-model.h b/src/prefs-model.h
index 72efa84..10316a1 100644
--- a/src/prefs-model.h
+++ b/src/prefs-model.h
@@ -59,6 +59,7 @@ GType          gl_prefs_model_get_type                      
(void) G_GNUC_CONST;
 
 glPrefsModel  *gl_prefs_model_new                           (void);
 
+glPrefsModel  *gl_prefs_model_new_null                      (void);
 
 void           gl_prefs_model_set_units                     (glPrefsModel     
*this,
                                                              lglUnits          
units);
-- 
2.5.0


Reply via email to