Hello community,

here is the log from the commit of package epdfview for openSUSE:Factory 
checked in at 2012-01-19 16:54:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/epdfview (Old)
 and      /work/SRC/openSUSE:Factory/.epdfview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "epdfview", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/epdfview/epdfview.changes        2011-12-30 
08:45:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.epdfview.new/epdfview.changes   2012-01-19 
16:54:49.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan  8 15:55:20 UTC 2012 - [email protected]
+
+- added epdfview-fix-glib-include.patch so glib/gmacros.h
+  is not included directly (backported from upstream SVN)
+
+-------------------------------------------------------------------

New:
----
  epdfview-fix-glib-include.patch

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

Other differences:
------------------
++++++ epdfview.spec ++++++
--- /var/tmp/diff_new_pack.8tMgRK/_old  2012-01-19 16:54:50.000000000 +0100
+++ /var/tmp/diff_new_pack.8tMgRK/_new  2012-01-19 16:54:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package epdfview
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           epdfview
 Version:        0.1.8
 Release:        0
@@ -31,6 +30,8 @@
 Patch2:         epdfview-fix-missing-return-value.patch
 # PATCH-FIX-UPSTREAM epdfview-0.1.8-fix-colors.patch bnc#736465 
[email protected] -- Fixes the displayed colors with poppler >= 0.17.0 by 
swapping the blue and red channels (backported from upstream SVN)
 Patch3:         epdfview-0.1.8-fix-colors.patch
+# PATCH-FIX-UPSTREAM epdfview-fix-glib-include.patch [email protected] -- Do 
not include glib/gmacros.h directly (backported from upstream SVN)
+Patch4:         epdfview-fix-glib-include.patch
 BuildRequires:  automake
 BuildRequires:  cups-devel
 BuildRequires:  gcc-c++
@@ -52,6 +53,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 touch ChangeLog

++++++ epdfview-fix-glib-include.patch ++++++
Index: epdfview-0.1.8/src/gtk/StockIcons.h
===================================================================
--- epdfview-0.1.8.orig/src/gtk/StockIcons.h
+++ epdfview-0.1.8/src/gtk/StockIcons.h
@@ -18,7 +18,7 @@
 #if !defined (__STOCK_ICONS_H__)
 #define __STOCK_ICONS_H__
 
-#include <glib/gmacros.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to