Hello community,

here is the log from the commit of package gitg for openSUSE:Factory checked in 
at 2012-01-05 19:11:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gitg (Old)
 and      /work/SRC/openSUSE:Factory/.gitg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gitg", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gitg/gitg.changes        2011-10-13 
12:28:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gitg.new/gitg.changes   2012-01-05 
19:11:16.000000000 +0100
@@ -1,0 +2,12 @@
+Thu Jan  5 11:31:29 UTC 2012 - [email protected]
+
+- Pass --disable-maintainer-mode to configure instead of changing
+  CFLAGS to fix the build.
+
+-------------------------------------------------------------------
+Thu Dec  1 23:54:30 UTC 2011 - [email protected]
+
+- Inject -Wno-error=deprecated-declarations into CFLAGS, in order
+  to allow building despite the deprecated functions being used.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gitg.spec ++++++
--- /var/tmp/diff_new_pack.yaprUu/_old  2012-01-05 19:11:17.000000000 +0100
+++ /var/tmp/diff_new_pack.yaprUu/_new  2012-01-05 19:11:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gitg
 #
-# 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
@@ -16,12 +16,11 @@
 #
 
 
-
 Name:           gitg
 Version:        0.2.5
-Release:        1
-License:        GPLv2+
+Release:        0
 Summary:        Git repository viewer
+License:        GPL-2.0+
 Group:          Development/Tools/Version Control
 Url:            http://trac.novowork.com/gitg/
 Source:         
http://download.gnome.org/sources/gitg/0.2/%{name}-%{version}.tar.bz2
@@ -45,7 +44,6 @@
 graphical presentation.
 
 %package -n libgitg-1_0-0
-License:        GPLv2+
 Summary:        Git repository viewer -- Library
 Group:          System/Libraries
 
@@ -55,7 +53,6 @@
 graphical presentation.
 
 %package -n glade-catalog-gitg
-License:        GPLv2+
 Summary:        Git repository viewer -- Catalog for Glade
 Group:          Development/Tools/GUI Builders
 Requires:       libgitg-1_0-0 = %{version}
@@ -71,7 +68,6 @@
 widgets in Glade.
 
 %package -n libgitg-devel
-License:        GPLv2+
 Summary:        Git repository viewer -- Development Files
 Group:          Development/Libraries/GNOME
 Requires:       libgitg-1_0-0 = %{version}
@@ -88,7 +84,8 @@
 
 %build
 %configure --disable-static \
-        --enable-glade-catalog
+        --enable-glade-catalog \
+        --disable-maintainer-mode
 make %{?jobs:-j%jobs}
 
 %install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to