commit tomcat6 for openSUSE:11.3

2012-01-09 Thread h_root

Hello community,

here is the log from the commit of package tomcat6 for openSUSE:11.3
checked in at Mon Jan 9 11:09:21 CET 2012.




--- old-versions/11.3/UPDATES/all/tomcat6/tomcat6.changes   2011-09-15 
15:58:46.0 +0200
+++ 11.3/tomcat6/tomcat6.changes2012-01-06 13:51:47.0 +0100
@@ -1,0 +2,24 @@
+Fri Jan  6 08:27:37 UTC 2012 - mvysko...@suse.cz
+
+- fix bnc#727543 - VUL-0: Apache tomcat vulnerable to hash collision attack
+  backport upstream changes:
+  * generic CSRF protection layer (to have FilterBase needed for
+FailedRequestFilter)
+http://svn.apache.org/viewvc?view=revisionrevision=1030547
+  * add getCharset method for B2Converter 
+http://svn.apache.org/viewvc?view=revisionrevision=1140904
+  * add isConfigProblemFatal method
+http://svn.apache.org/viewvc?view=revisionrevision=1199122
+  * GET POST parameter processing performance. Adds maximum number of
+parameters per request (defaults to 1) and new FailedRequestFilter for
+rejecting requests with excessive number of parameters
+http://svn.apache.org/viewvc?view=revisionrevision=1200601
+- fix bnc#712784 - tomcat6: add missing Requires on java = 1.6.0
+  * add recommends on java = 1.6.0 and java-devel = 1.6.0
+- with CSRF protection layer manager and host-manager now supports
+  new roles, see
+  * /srv/tomcat6/webapps/docs/manager-howto.html
+  * /srv/tomcat6/webapps/manager/WEB-INF/web.xml
+  * /srv/tomcat6/webapps/host-manager/WEB-INF/web.xml
+
+---

calling whatdependson for 11.3-i586


New:

  apache-tomcat-generic-csrf-protection.patch
  apache-tomcat-get-charset.patch
  apache-tomcat-isconfigproblemfatal.patch
  apache-tomcat-parameter-processing-performance.patch



Other differences:
--
++ libtcnative-1-0.spec ++
--- /var/tmp/diff_new_pack.W3LUq8/_old  2012-01-09 11:08:54.0 +0100
+++ /var/tmp/diff_new_pack.W3LUq8/_new  2012-01-09 11:08:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtcnative-1-0
 #
-# 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
@@ -29,7 +29,7 @@
 
 Name:   libtcnative-1-0
 Version:%{major}.%{minor}.%{micro}
-Release:5.RELEASE9
+Release:5.RELEASE10
 Summary:JNI wrappers for Apache Portable Runtime for Tomcat
 Group:  Productivity/Networking/Web/Servers
 License:Apache Software License ..

++ tomcat6.spec ++
--- /var/tmp/diff_new_pack.W3LUq8/_old  2012-01-09 11:08:54.0 +0100
+++ /var/tmp/diff_new_pack.W3LUq8/_new  2012-01-09 11:08:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tomcat6
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
 # All rights reserved.
 #
@@ -41,7 +41,7 @@
 
 Name:   tomcat6
 Version:%{major_version}.%{minor_version}.%{micro_version}
-Release:5.RELEASE14
+Release:5.RELEASE16
 Summary:Apache Servlet/JSP Engine, RI for Servlet 2.5/JSP 2.1 API
 Group:  Productivity/Networking/Web/Servers
 License:Apache Software License ..
@@ -79,6 +79,17 @@
 Patch9: apache-tomcat-CVE-2011-2526.patch
 #PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1162959
 Patch10:apache-tomcat-CVE-2011-3190.patch
+#PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1030547
+# add FilterBase et all needed by parameter-processing and related patches
+Patch11:apache-tomcat-generic-csrf-protection.patch
+# PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1140904
+# add getCharset method for B2CConverter expected by parameter-processing patch
+Patch12:apache-tomcat-get-charset.patch
+# PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1199122
+# add isConfigProblemFatal method expected by parameter-processing patch
+Patch13:apache-tomcat-isconfigproblemfatal.patch
+#PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1200601
+Patch14:apache-tomcat-parameter-processing-performance.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  ant
@@ -108,6 +119,11 @@
 Requires(preun): /sbin/chkconfig
 Requires(post): findutils
 Requires(post): coreutils
+# bnc#712784 - we need java and javac (for jsps)
+# to have a possibility use tomcat with third-party java
+# let's use recommends instead
+Recommends: java = 1.6.0
+Recommends: java-devel = 1.6.0
 
 %description
 Tomcat 

commit tomcat6 for openSUSE:11.4

2012-01-09 Thread h_root

Hello community,

here is the log from the commit of package tomcat6 for openSUSE:11.4
checked in at Mon Jan 9 11:09:52 CET 2012.




--- old-versions/11.4/UPDATES/all/tomcat6/tomcat6.changes   2011-09-15 
16:14:01.0 +0200
+++ 11.4/tomcat6/tomcat6.changes2012-01-06 13:53:11.0 +0100
@@ -1,0 +2,16 @@
+Thu Jan  5 14:06:11 UTC 2012 - mvysko...@suse.cz
+
+- fix bnc#727543 - VUL-0: Apache tomcat vulnerable to hash collision attack
+  backport upstream changes:
+  * add getCharset method for B2Converter 
+http://svn.apache.org/viewvc?view=revisionrevision=1140904
+  * add isConfigProblemFatal method
+http://svn.apache.org/viewvc?view=revisionrevision=1199122
+  * GET POST parameter processing performance. Adds maximum number of
+parameters per request (defaults to 1) and new FailedRequestFilter for
+rejecting requests with excessive number of parameters
+http://svn.apache.org/viewvc?view=revisionrevision=1200601
+- fix bnc#712784 - tomcat6: add missing Requires on java = 1.6.0
+  * add recommends on java = 1.6.0 and java-devel = 1.6.0
+
+---

calling whatdependson for 11.4-i586


New:

  apache-tomcat-get-charset.patch
  apache-tomcat-isconfigproblemfatal.patch
  apache-tomcat-parameter-processing-performance.patch



Other differences:
--
++ libtcnative-1-0.spec ++
--- /var/tmp/diff_new_pack.6uLlji/_old  2012-01-09 11:09:33.0 +0100
+++ /var/tmp/diff_new_pack.6uLlji/_new  2012-01-09 11:09:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtcnative-1-0
 #
-# 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
@@ -29,7 +29,7 @@
 
 Name:   libtcnative-1-0
 Version:%{major}.%{minor}.%{micro}
-Release:11.RELEASE2
+Release:11.RELEASE3
 Summary:JNI wrappers for Apache Portable Runtime for Tomcat
 Group:  Productivity/Networking/Web/Servers
 License:Apache Software License ..

++ tomcat6.spec ++
--- /var/tmp/diff_new_pack.6uLlji/_old  2012-01-09 11:09:33.0 +0100
+++ /var/tmp/diff_new_pack.6uLlji/_new  2012-01-09 11:09:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tomcat6
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
 # All rights reserved.
 #
@@ -41,7 +41,7 @@
 
 Name:   tomcat6
 Version:%{major_version}.%{minor_version}.%{micro_version}
-Release:7.RELEASE10
+Release:7.RELEASE12
 Summary:Apache Servlet/JSP Engine, RI for Servlet 2.5/JSP 2.1 API
 Group:  Productivity/Networking/Web/Servers
 License:Apache Software License ..
@@ -70,6 +70,14 @@
 Patch3: apache-tomcat-CVE-2011-2526.patch
 #PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1162959
 Patch4: apache-tomcat-CVE-2011-3190.patch
+# PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1140904
+# add getCharset method for B2CConverter expected by parameter-processing patch
+Patch5: apache-tomcat-get-charset.patch
+# PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1199122
+# add isConfigProblemFatal method expected by parameter-processing patch
+Patch6: apache-tomcat-isconfigproblemfatal.patch
+#PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1200601
+Patch7: apache-tomcat-parameter-processing-performance.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  ant
@@ -99,6 +107,11 @@
 Requires(preun): /sbin/chkconfig
 Requires(post): findutils
 Requires(post): coreutils
+# bnc#712784 - we need java and javac (for jsps)
+# to have a possibility use tomcat with third-party java
+# let's use recommends instead
+Recommends: java = 1.6.0
+Recommends: java-devel = 1.6.0
 
 %description
 Tomcat is the servlet container that is used in the official Reference
@@ -229,6 +242,9 @@
 %patch2 -p1 -b .CVE-2011-2204
 %patch3 -p1 -b .CVE-2011-2526
 %patch4 -p1 -b .CVE-2011-3190
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 %build
 export CLASSPATH=

++ apache-tomcat-get-charset.patch ++
Index: apache-tomcat-6.0.32-src/java/org/apache/tomcat/util/buf/ByteChunk.java
===
--- 
apache-tomcat-6.0.32-src.orig/java/org/apache/tomcat/util/buf/ByteChunk.java
2011-02-02 20:07:33.0 +0100
+++ apache-tomcat-6.0.32-src/java/org/apache/tomcat/util/buf/ByteChunk.java 
2012-01-05 

commit accerciser for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package accerciser for openSUSE:Factory 
checked in at 2012-01-09 11:14:32

Comparing /work/SRC/openSUSE:Factory/accerciser (Old)
 and  /work/SRC/openSUSE:Factory/.accerciser.new (New)


Package is accerciser, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/accerciser/accerciser.changes2011-10-19 
13:49:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.accerciser.new/accerciser.changes   
2012-01-09 11:14:38.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 26 19:23:06 UTC 2011 - dims...@opensuse.org
+
+- Updatet to version 3.3.1:
+  + Updated translations.
+
+---

Old:

  accerciser-3.2.1.tar.bz2

New:

  accerciser-3.3.1.tar.bz2



Other differences:
--
++ accerciser.spec ++
--- /var/tmp/diff_new_pack.BSrDZh/_old  2012-01-09 11:14:40.0 +0100
+++ /var/tmp/diff_new_pack.BSrDZh/_new  2012-01-09 11:14:40.0 +0100
@@ -19,12 +19,12 @@
 
 Name:   accerciser
 Summary:Accessibility debugging tool
-Version:3.2.1
+Version:3.3.1
 Release:1
 License:BSD3c(or similar) ; LGPLv2.1+
 Group:  Development/Tools/Other
 Url:http://live.gnome.org/Accerciser
-Source0:
http://download.gnome.org/sources/accerciser/3.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/accerciser/3.3/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel

++ accerciser-3.2.1.tar.bz2 - accerciser-3.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/accerciser-3.2.1/NEWS new/accerciser-3.3.1/NEWS
--- old/accerciser-3.2.1/NEWS   2011-10-17 23:27:37.0 +0200
+++ new/accerciser-3.3.1/NEWS   2011-10-24 23:13:40.0 +0200
@@ -1,11 +1,12 @@
 =
-version 3.2.1
+version 3.3.1
 =
 
 New And Updated Translations
 
 - YunQiang Su (zh_CN)
 - Xandru Armesto (ast)
+- Sasi Bhushan (te)
 
 
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/accerciser-3.2.1/README new/accerciser-3.3.1/README
--- old/accerciser-3.2.1/README 2011-10-17 23:16:34.0 +0200
+++ new/accerciser-3.3.1/README 2011-10-24 23:14:17.0 +0200
@@ -1,4 +1,4 @@
-Accerciser 3.2.1
+Accerciser 3.3.1
 Just 15 minutes a day for better accessibility!
 
 Description
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/accerciser-3.2.1/accerciser.desktop 
new/accerciser-3.3.1/accerciser.desktop
--- old/accerciser-3.2.1/accerciser.desktop 2011-10-17 23:30:41.0 
+0200
+++ new/accerciser-3.3.1/accerciser.desktop 2011-10-24 23:18:32.0 
+0200
@@ -40,6 +40,7 @@
 Name[sr]=Аксерсајзер
 Name[sr@latin]=Aksersajzer
 Name[sv]=Accerciser
+Name[te]=ఎక్సర్ సైజర్
 Name[th]=Accerciser
 Name[tr]=Accerciser
 Name[ug]=Accerciser
@@ -155,7 +156,7 @@
 X-GNOME-FullName[sr]=Аксерсајзер — истраживач приступачности
 X-GNOME-FullName[sr@latin]=Aksersajzer — istraživač pristupačnosti
 X-GNOME-FullName[sv]=Hjälpmedelsutforskaren Accerciser
-X-GNOME-FullName[te]=Accerciser అందుబాటు అన్వేషి 
+X-GNOME-FullName[te]=ఎక్సర్ సైజర్  అందుబాటు అన్వేషి 
 X-GNOME-FullName[th]=Accerciser: เครื่องมือสำรวจสิ่งอำนวยความสะดวก
 X-GNOME-FullName[tr]=Accerciser Erişilebilirlik Gezgini
 X-GNOME-FullName[ug]=Accerciser قوشۇمچە ئىقتىدار مەنبە باشقۇرغۇچ
@@ -166,7 +167,7 @@
 X-GNOME-FullName[zh_TW]=Accerciser 無障礙功能瀏覽器
 Terminal=false
 Type=Application
-Exec=/usr/local/bin/accerciser
+Exec=/home/javi/opt/gnome/bin/accerciser
 StartupNotify=true
 Categories=Development;
 Icon=accerciser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/accerciser-3.2.1/accerciser.desktop.in 
new/accerciser-3.3.1/accerciser.desktop.in
--- old/accerciser-3.2.1/accerciser.desktop.in  2011-10-17 23:28:18.0 
+0200
+++ new/accerciser-3.3.1/accerciser.desktop.in  2011-10-24 23:15:55.0 
+0200
@@ -4,7 +4,7 @@
 _X-GNOME-FullName=Accerciser Accessibility Explorer
 Terminal=false
 Type=Application
-Exec=/usr/local/bin/accerciser
+Exec=/home/javi/opt/gnome/bin/accerciser
 StartupNotify=true
 Categories=Development;
 Icon=accerciser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/accerciser-3.2.1/accerciser.spec 
new/accerciser-3.3.1/accerciser.spec
--- old/accerciser-3.2.1/accerciser.spec2011-10-17 23:28:18.0 
+0200
+++ new/accerciser-3.3.1/accerciser.spec2011-10-24 23:15:55.0 
+0200

commit aisleriot for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package aisleriot for openSUSE:Factory 
checked in at 2012-01-09 11:14:36

Comparing /work/SRC/openSUSE:Factory/aisleriot (Old)
 and  /work/SRC/openSUSE:Factory/.aisleriot.new (New)


Package is aisleriot, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/aisleriot/aisleriot.changes  2011-10-19 
13:53:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.aisleriot.new/aisleriot.changes 2012-01-09 
11:14:41.0 +0100
@@ -1,0 +2,46 @@
+Tue Dec 20 08:59:14 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.1:
+  + Aisleriot now requires guile = 2.0
+  + Many improvements and bug fixes
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Remove pkgconfig(ice) and pkgconfig(sm) BuildRequires: removed
+  upstream.
+- Really drop aisleriot-automagic-guile.patch.
+- Drop aisleriot-fix-freecell-exception.patch: fixed upstream.
+
+---
+Mon Nov 28 18:13:41 UTC 2011 - malcolmle...@opensuse.org
+
+- Add aisleriot-fix-freecell-exception.patch: Fix trying to make
+  the first move in a freecell game generates an exception
+  (bnc#730053, bgo#649730).
+
+---
+Mon Nov 21 16:37:03 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.0:
+  + Change card theme format
+  + Many game fixes
+  + Updated translations.
+- Drop aisleriot-automagic-guile.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh as
+  we don't carry any patch requiring this anymore.
+- Pass --with-guile=auto to configure.
+
+---
+Tue Nov 15 10:09:11 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.2:
+  + Dist missing sound files
+
+---
+Sun Nov 13 16:04:17 UTC 2011 - malcolmle...@opensuse.org
+
+- Add missing guile Requires: game will not start without it
+  (bnc#730053).
+
+---

Old:

  aisleriot-3.2.1.tar.bz2
  aisleriot-automagic-guile.patch

New:

  aisleriot-3.3.1.tar.xz



Other differences:
--
++ aisleriot.spec ++
--- /var/tmp/diff_new_pack.exQ9UE/_old  2012-01-09 11:14:42.0 +0100
+++ /var/tmp/diff_new_pack.exQ9UE/_new  2012-01-09 11:14:42.0 +0100
@@ -15,24 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   aisleriot
-Version:3.2.1
-Release:1
+Version:3.3.1
+Release:0
 # FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
-License:GPLv3+
 Summary:Solitaire Card Games for GNOME
-Url:http://www.gnome.org
+License:GPL-3.0+
 Group:  Amusements/Games/Board/Card
-Source0:
http://download.gnome.org/sources/aisleriot/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source0:
http://download.gnome.org/sources/aisleriot/3.3/%{name}-%{version}.tar.xz
 # We add the 256x256 png icon for freecell from gnome-games version 2.91.3
 # tarball manually until upstream solves bgo#657280
 Source1:gnome-freecell.png
-# PATCH-FIX-UPSTREAM aisleriot-automagic-guile.patch bgo#658159 
vu...@opensuse.org -- Automatically detect version of guile
-Patch1: aisleriot-automagic-guile.patch
-# needed by patch1
-BuildRequires:  gnome-common
 BuildRequires:  guile-devel
 BuildRequires:  intltool
 BuildRequires:  itstool
@@ -40,14 +34,15 @@
 # Needed to get lsb data
 BuildRequires:  dummy-release
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(librsvg-2.0)
-BuildRequires:  pkgconfig(sm)
+Requires:   guile
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %gconf_schemas_prereq
@@ -57,9 +52,7 @@
 Aisleriot is a compilation of 80 different solitaire card games.
 
 %package themes
-License:GPLv3+
 Summary:Solitaire Card Games for GNOME -- Extra Themes
-Group:  Amusements/Games/Board/Card
 Requires:   %{name} = %{version}
 Enhances:   %{name}
 BuildArch:  noarch
@@ -72,18 +65,12 @@
 %lang_package
 %prep
 %setup -q

commit anjuta for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory checked 
in at 2012-01-09 11:14:40

Comparing /work/SRC/openSUSE:Factory/anjuta (Old)
 and  /work/SRC/openSUSE:Factory/.anjuta.new (New)


Package is anjuta, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes2011-10-25 
15:46:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes   2012-01-09 
11:14:42.0 +0100
@@ -1,0 +2,45 @@
+Tue Dec 20 23:11:52 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Fix various crashes (including bgo#665082, rh#532290,
+rh#757236).
+  + Several improvements to git support.
+  + Several improvements to vala support.
+  + Fix memory leaks.
+  + Ship files missing in 3.3.2.
+  + Various other code changes.
+  + Other bugs fixed: bgo#641079, bgo#646695, bgo#656761,
+bgo#666321, bgo#666336, bgo#666448, bgo#666482.
+  + Updated translations.
+- Drop gnome-shell-extension-template.tar.bz2: the files are in
+  the tarball now.
+
+---
+Fri Dec  9 10:41:46 UTC 2011 - dims...@opensuse.org
+
+- Split typelib files into typelib-1_0-Anjuta-3_0 subpackage.
+- Add typelib-1_0-Anjuta-3_0 Requires to devel subpackage.
+
+---
+Sat Nov 26 12:44:34 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Add template for Gnome Shell Extension (bgo#661299).
+  + Bugs fixed: bgo#648934, bgo#662526, bgo#663016, bgo#663385,
+bgo#664058, bgo#664263, bgo#645212, bgo#629769, bgo#658788,
+bgo#662960.
+- Inject gnome-shell-extension-template.tar.bz2 into build system,
+  as the tarball misses those files. See bgo#664829.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Wed Oct 26 19:26:57 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1.
+  + Bugs fixed: bgo#610371, bgo#633284, bgo#653274, bgo#659563,
+bgo#662526.
+
+---

Old:

  anjuta-3.2.1.tar.bz2

New:

  anjuta-3.3.3.tar.xz



Other differences:
--
++ anjuta.spec ++
--- /var/tmp/diff_new_pack.rz5EVZ/_old  2012-01-09 11:14:44.0 +0100
+++ /var/tmp/diff_new_pack.rz5EVZ/_new  2012-01-09 11:14:44.0 +0100
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   anjuta
-Version:3.2.1
-Release:1
-License:GPLv2+
+Version:3.3.3
+Release:0
 Summary:Versatile Integrated Development Environment for GNOME
-Url:http://anjuta.sourceforge.net/
+License:GPL-2.0+
 Group:  Development/Tools/IDE
-Source: 
http://download.gnome.org/sources/anjuta/3.2/%{name}-%{version}.tar.bz2
-Source1:%{name}-rpmlintrc
+Url:http://anjuta.sourceforge.net/
+Source: 
http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.xz
+Source99:   %{name}-rpmlintrc
 BuildRequires:  autogen
 BuildRequires:  binutils-devel
 BuildRequires:  bison
@@ -48,6 +47,8 @@
 %ifnarch ia64 s390 s390x
 BuildRequires:  valgrind-devel
 %endif
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gdl-3.0)
 BuildRequires:  pkgconfig(gladeui-2.0)
@@ -84,7 +85,6 @@
 and more.
 
 %package -n libanjuta-3-0
-License:GPLv2+
 Summary:Libraries for developing Anjuta plugins
 Group:  System/Libraries
 
@@ -97,8 +97,23 @@
 profiler, a class generator, a powerful source editor, source browsing,
 and more.
 
+%package -n typelib-1_0-Anjuta-3_0
+Summary:Libraries for developing Anjuta plugins -- Introspection 
bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Anjuta-3_0
+Anjuta is a versatile Integrated Development Environment (IDE) for the
+GNOME desktop. It features a number of advanced programming facilities
+includes project management, application wizards, an interactive
+debugger, an integrated Glade UI designer, integrated Devhelp API help,
+an integrated Valgrind memory profiler, an integrated gprof performance
+profiler, a class generator, a powerful source editor, source browsing,
+and more.
+
+This package provides the GObject Introspection bindings for the Anjuta
+library to develop plugins.
+
 %package -n glade-catalog-anjuta
-License:GPLv2+
 Summary:Versatile Integrated Development 

commit atkmm for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package atkmm for openSUSE:Factory checked 
in at 2012-01-09 11:14:48

Comparing /work/SRC/openSUSE:Factory/atkmm (Old)
 and  /work/SRC/openSUSE:Factory/.atkmm.new (New)


Package is atkmm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/atkmm/atkmm.changes  2011-10-02 
09:49:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.atkmm.new/atkmm.changes 2012-01-09 
11:14:54.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 10:30:13 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.22.6:
+  + Add #includes needed with the latest glibmm.
+
+---

Old:

  atkmm-2.22.5.tar.bz2

New:

  atkmm-2.22.6.tar.bz2



Other differences:
--
++ atkmm.spec ++
--- /var/tmp/diff_new_pack.mEmc8h/_old  2012-01-09 11:14:55.0 +0100
+++ /var/tmp/diff_new_pack.mEmc8h/_new  2012-01-09 11:14:55.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   atkmm
-Version:2.22.5
-Release:3
+Version:2.22.6
+Release:1
 License:LGPLv2.1+
 Summary:C++ Binding for the ATK library
 Url:http://www.gtkmm.org/
 Group:  System/Libraries
-Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.21/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/atkmm/2.22/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ atkmm-2.22.5.tar.bz2 - atkmm-2.22.6.tar.bz2 ++
 31690 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit at-spi2-atk for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2012-01-09 11:14:51

Comparing /work/SRC/openSUSE:Factory/at-spi2-atk (Old)
 and  /work/SRC/openSUSE:Factory/.at-spi2-atk.new (New)


Package is at-spi2-atk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes  2011-10-19 
13:48:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new/at-spi2-atk.changes 
2012-01-09 11:14:55.0 +0100
@@ -1,0 +2,30 @@
+Tue Dec 20 09:36:16 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.3.3:
+  + bgo#664822: gnome-shell crash when an AT is launched
+  + Fix a reference leak if a child-added signal has no object
+value.
+  + Change a : to a / in the suffix to an event, to allow DBus
+match rules using arg0path.
+  + Only deregister objects when they are marked defunct, not when
+a previously defunct object is marked as no longer defunct.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Tue Nov 22 09:37:40 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.3.2:
+  + Have AtkSocket's implementation of ref_state_set to return
+empty sets instead of NULL
+  + bgo#663876: Make sure the a11y hierarchy under an AtkPlug is
+generated when embedding.
+
+---
+Tue Nov 15 10:22:25 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.3.1:
+  + Fix a small coding error that could generate compiler warnings.
+
+---

Old:

  at-spi2-atk-2.2.1.tar.bz2

New:

  at-spi2-atk-2.3.3.tar.xz



Other differences:
--
++ at-spi2-atk.spec ++
--- /var/tmp/diff_new_pack.yiWRHg/_old  2012-01-09 11:14:57.0 +0100
+++ /var/tmp/diff_new_pack.yiWRHg/_new  2012-01-09 11:14:57.0 +0100
@@ -15,22 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   at-spi2-atk
-Version:2.2.1
-Release:1
+Version:2.3.3
+Release:0
 Summary:Assistive Technology Service Provider Interface - GTK+ module
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Libraries
 Url:http://www.gnome.org/
-Source0:
http://download.gnome.org/sources/at-spi2-atk/2.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/at-spi2-atk/2.3/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  atk-devel = 2.1.5
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(atspi-2) = 2.1.4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -41,7 +41,6 @@
 %package common
 
 Summary:Assistive Technology Service Provider Interface -- Common 
Files for GTK+ Modules
-Group:  System/Libraries
 # The GTK+ module is useful only if the at-spi registry is running. But it's
 # not a strict runtime dependency.
 Recommends: at-spi2-core
@@ -61,7 +60,6 @@
 %package gtk2
 
 Summary:Assistive Technology Service Provider Interface - GTK+ 2 Module
-Group:  System/Libraries
 Requires:   %{name}-common = %{version}
 # We want to have this package installed if the user has gtk2 and the at-spi
 # stack already installed
@@ -76,7 +74,6 @@
 %package gtk3
 
 Summary:Assistive Technology Service Provider Interface - GTK+ 3 Module
-Group:  System/Libraries
 Requires:   %{name}-common = %{version}
 # We want to have this package installed if the user has gtk3 and the at-spi
 # stack already installed

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit brasero for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package brasero for openSUSE:Factory checked 
in at 2012-01-09 11:14:54

Comparing /work/SRC/openSUSE:Factory/brasero (Old)
 and  /work/SRC/openSUSE:Factory/.brasero.new (New)


Package is brasero, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/brasero/brasero.changes  2011-10-07 
16:06:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.brasero.new/brasero.changes 2012-01-09 
11:14:57.0 +0100
@@ -1,0 +2,14 @@
+Fri Dec 23 10:32:30 UTC 2011 - vu...@opensuse.org
+
+- Split typelib file from libbrasero-burn3-1 into
+  typelib-1_0-BraseroBurn-3_2_0 and from libbrasero-media3-1 into
+  typelib-1_0-BraseroMedia-3_2_0.
+- Add typelib-1_0-BraseroBurn-3_2_0 and
+  typelib-1_0-BraseroMedia-3_2_0 Requires to devel subpackage.
+
+---
+Wed Dec  7 10:42:11 UTC 2011 - rbrown...@opensuse.org
+
+- Add wodim Requires to fix burning of CDs (bnc#729984).
+
+---



Other differences:
--
++ brasero.spec ++
--- /var/tmp/diff_new_pack.EUEWUd/_old  2012-01-09 11:14:58.0 +0100
+++ /var/tmp/diff_new_pack.EUEWUd/_new  2012-01-09 11:14:58.0 +0100
@@ -16,13 +16,12 @@
 #
 
 
-
 Name:   brasero
 Version:3.2.0
-Release:1
+Release:0
+Summary:CD/DVD burning application for GNOME
 License:GPL-2.0+
 Group:  Productivity/Multimedia/CD/Record
-Summary:CD/DVD burning application for GNOME
 Url:http://gnome.org/projects/brasero
 Source: 
http://download.gnome.org/sources/brasero/3.2/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
@@ -49,6 +48,8 @@
 Requires:   gstreamer010-plugins-base
 Requires:   gstreamer010-plugins-base-oil
 Requires:   gstreamer010-plugins-good
+# We need wodim to burn CDs (bnc#729984)
+Requires:   wodim
 Recommends: %{name}-lang
 Provides:   brasero-doc = 0.9.1
 Obsoletes:  brasero-doc  0.9.1
@@ -66,13 +67,14 @@
 image files, and duplicating discs.
 
 %package devel
-License:GPL-2.0+
-Group:  Development/Libraries/GNOME
 Summary:CD/DVD burning application for GNOME
+Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
 Requires:   libbrasero-burn3-1 = %{version}
 Requires:   libbrasero-media3-1 = %{version}
 Requires:   libbrasero-utils3-1 = %{version}
+Requires:   typelib-1_0-BraseroBurn-3_2_0 = %{version}
+Requires:   typelib-1_0-BraseroMedia-3_2_0 = %{version}
 
 %description devel
 Brasero is an application to burn CD/DVDs for the GNOME Desktop. It is
@@ -83,9 +85,8 @@
 image files, and duplicating discs.
 
 %package -n libbrasero-burn3-1
-License:GPL-2.0+
-Group:  System/Libraries
 Summary:CD/DVD burning application for GNOME
+Group:  System/Libraries
 Recommends: %{name}-lang
 # The obsoletes IS technically wrong. But as libbrasero-utils was
 # not split from the main package, is required to have a smooth
@@ -100,10 +101,24 @@
 It supports creating audio discs, data discs, burning ISO and other
 image files, and duplicating discs.
 
-%package -n libbrasero-media3-1
-License:GPL-2.0+
+%package -n typelib-1_0-BraseroBurn-3_2_0
+Summary:CD/DVD burning application for GNOME -- Introspection bindings
 Group:  System/Libraries
+
+%description -n typelib-1_0-BraseroBurn-3_2_0
+Brasero is an application to burn CD/DVDs for the GNOME Desktop. It is
+designed to be as simple as possible and has some unique features to
+enable users to create their discs easily and quickly.
+
+It supports creating audio discs, data discs, burning ISO and other
+image files, and duplicating discs.
+
+This package provides the GObject Introspection bindings for the
+libbrasero-burn library.
+
+%package -n libbrasero-media3-1
 Summary:CD/DVD burning application for GNOME
+Group:  System/Libraries
 Recommends: %{name}-lang
 
 %description -n libbrasero-media3-1
@@ -114,10 +129,24 @@
 It supports creating audio discs, data discs, burning ISO and other
 image files, and duplicating discs.
 
-%package -n libbrasero-utils3-1
-License:GPL-2.0+
+%package -n typelib-1_0-BraseroMedia-3_2_0
+Summary:CD/DVD burning application for GNOME -- Introspection bindings
 Group:  System/Libraries
+
+%description -n typelib-1_0-BraseroMedia-3_2_0
+Brasero is an application to burn CD/DVDs for the GNOME Desktop. It is
+designed to be as simple as possible and has some unique features to
+enable users to create their discs easily and quickly.
+
+It supports creating audio discs, data discs, burning 

commit caribou for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package caribou for openSUSE:Factory checked 
in at 2012-01-09 11:14:58

Comparing /work/SRC/openSUSE:Factory/caribou (Old)
 and  /work/SRC/openSUSE:Factory/.caribou.new (New)


Package is caribou, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/caribou/caribou.changes  2011-10-28 
19:23:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.caribou.new/caribou.changes 2012-01-09 
11:14:59.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 23 10:27:34 UTC 2011 - vu...@opensuse.org
+
+- Split typelib file into typelib-1_0-Caribou-1_0 subpackage.
+- Add typelib-1_0-Caribou-1_0 Requires to devel subpackage.
+- Add missing libcaribou0 Requires to devel subpackage.
+
+---



Other differences:
--
++ caribou.spec ++
--- /var/tmp/diff_new_pack.Jb4Q7t/_old  2012-01-09 11:14:59.0 +0100
+++ /var/tmp/diff_new_pack.Jb4Q7t/_new  2012-01-09 11:14:59.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   caribou
 Version:0.4.1
-Release:1
+Release:0
 # FIXME: Stop hiding the .desktop file with %%suse_update_desktop_file -u if 
launching caribou finally works
-License:LGPL-2.1+
 Summary:On-screen Keyboard for GNOME
-Url:http://live.gnome.org/Caribou
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
+Url:http://live.gnome.org/Caribou
 Source0:
http://download.gnome.org/sources/caribou/0.4/%{name}-%{version}.tar.bz2
 # For directory ownership
 BuildRequires:  dbus-1
@@ -59,7 +58,6 @@
 of accessing a computer is a switch device.
 
 %package gtk-module-common
-License:LGPL-2.1+
 Summary:On-screen Keyboard for GNOME -- Common Files for GTK+ Modules
 Group:  System/GUI/GNOME
 Recommends: %{name}-gtk2-module
@@ -75,7 +73,6 @@
 modules.
 
 %package gtk2-module
-License:LGPL-2.1+
 Summary:On-screen Keyboard for GNOME -- GTK+ 2 Module
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
@@ -89,7 +86,6 @@
 of accessing a computer is a switch device.
 
 %package gtk3-module
-License:LGPL-2.1+
 Summary:On-screen Keyboard for GNOME -- GTK+ 3 Module
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
@@ -103,7 +99,6 @@
 of accessing a computer is a switch device.
 
 %package -n libcaribou0
-License:LGPL-2.1+
 Summary:On-screen Keyboard for GNOME -- Library
 Group:  System/GUI/GNOME
 
@@ -113,10 +108,24 @@
 for Caribou is to create a usable solution for people whose primary way
 of accessing a computer is a switch device.
 
+%package -n typelib-1_0-Caribou-1_0
+Summary:On-screen Keyboard for GNOME -- Introspection bindings
+Group:  System/GUI/GNOME
+
+%description -n typelib-1_0-Caribou-1_0
+Caribou is a text entry and UI navigation application being developed
+as an alternative to the Gnome On-screen Keyboard. The overarching goal
+for Caribou is to create a usable solution for people whose primary way
+of accessing a computer is a switch device.
+
+This package provides the GObject Introspection bindings for the caribou
+library.
+
 %package devel
-License:LGPL-2.1+
 Summary:On-screen Keyboard for GNOME -- Development Files
 Group:  Development/Libraries/GNOME
+Requires:   libcaribou0 = %{version}
+Requires:   typelib-1_0-Caribou-1_0 = %{version}
 
 %description devel
 Caribou is a text entry and UI navigation application being developed
@@ -191,6 +200,9 @@
 %files -n libcaribou0
 %defattr(-, root, root)
 %{_libdir}/libcaribou.so.*
+
+%files -n typelib-1_0-Caribou-1_0
+%defattr(-, root, root)
 %{_libdir}/girepository-1.0/Caribou-1.0.typelib
 
 %files devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fvwm2 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package fvwm2 for openSUSE:Factory checked 
in at 2012-01-09 11:15:01

Comparing /work/SRC/openSUSE:Factory/fvwm2 (Old)
 and  /work/SRC/openSUSE:Factory/.fvwm2.new (New)


Package is fvwm2, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fvwm2/fvwm2.changes  2011-12-06 
16:22:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.fvwm2.new/fvwm2.changes 2012-01-09 
11:15:02.0 +0100
@@ -1,0 +2,32 @@
+Tue Jan  3 09:21:43 UTC 2012 - vci...@suse.com
+
+- update to 2.6.3
+  dropped libpng patch
+  New features over 2.5.26:
+  * Support libpng 1.4 and 1.5.0's slightly newer APIs
+  * New extended variable $[w.visiblename]
+  * Style matching now honours the window's visible name
+  * New style InitialMapCommand allows to execute any command when
+a window is mapped first.
+  * New option to PrintInfo, bindings which prints out all of the
+Key, PointerKey, Mouse and Stroke bindings which fvwm knows about.
+  * New differentiated options for SnapAttraction when snapping
+against screen edges:
+  * New option to the BugOpts command
+  * New BugOpts option QtDragnDropWorkaround to work around an oddity
+in handling drag-n-drop events to Qt applications.
+  * New MenuStyle UniqueHotkeyActivatesImmediate and its negation
+!UniqueHotkeyActivatesImmediate to retain the menu until the
+user presses one of the menu keybindings to enact that change in
+the case where there's only one item defined in the menu at the
+specified hotkey.
+  * New Style commands
+  * New Resize argument to direction
+  * Couple of changes to the Move command:
+  * The EWMH working area is now honoured by default.
+  * To move a window ignoring the working area, the option ewmhiwa
+can be used, similar to how the Maximize command works.
+  * New expansion placeholder $[pointer.screen] to return the screen
+number the pointer is on.
+
+---

Old:

  fvwm-2.5.26-libpng.patch
  fvwm-2.5.26.tar.bz2

New:

  fvwm-2.6.3.tar.bz2



Other differences:
--
++ fvwm2.spec ++
--- /var/tmp/diff_new_pack.yxUqfW/_old  2012-01-09 11:15:03.0 +0100
+++ /var/tmp/diff_new_pack.yxUqfW/_new  2012-01-09 11:15:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fvwm2
 #
-# 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   fvwm2
 BuildRequires:  automake
 BuildRequires:  freetype2-devel
@@ -26,13 +27,13 @@
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
-License:GPL-2.0+
-Group:  System/GUI/Other
 Provides:   fvwm fvwmicns windowmanager xpmroot
 Obsoletes:  fvwm xpmroot
-Version:2.5.26
+Version:2.6.3
 Release:0
 Summary:Improved Version of FVWM Window Manager
+License:GPL-2.0+
+Group:  System/GUI/Other
 Url:http://www.fvwm.org
 Source0:fvwm-%{version}.tar.bz2
 Source1:fvwm_icons.tar.bz2
@@ -43,12 +44,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   xdg-menu, desktop-data, mktemp, xli
 Patch0: fvwm-configure.patch
-Patch1: fvwm-%{version}-gcc-warnings.patch
-Patch2: fvwm-%{version}-ia64.patch
-Patch3: fvwm-%{version}-sv_SE.patch
-Patch5: fvwm-%{version}-charset_in_title.patch
-Patch6: fvwm-2.5.26-libpng.patch
-Patch7: fvwm-%{version}-no-copy-dt-needed-entries.patch
+Patch1: fvwm-2.5.26-gcc-warnings.patch
+Patch2: fvwm-2.5.26-ia64.patch
+Patch3: fvwm-2.5.26-sv_SE.patch
+Patch5: fvwm-2.5.26-charset_in_title.patch
+Patch7: fvwm-2.5.26-no-copy-dt-needed-entries.patch
 
 %description
 FVWM is a virtual desktop window manager for the X Window System.
@@ -71,7 +71,6 @@
 %patch2
 %patch3
 %patch5
-%patch6
 %patch7 -p1
 find . -name *sv_SE* |xargs rename sv_SE sv  
 mkdir icons

++ fvwm-2.5.26.tar.bz2 - fvwm-2.6.3.tar.bz2 ++
 111227 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnote for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2012-01-09 11:15:11

Comparing /work/SRC/openSUSE:Factory/gnote (Old)
 and  /work/SRC/openSUSE:Factory/.gnote.new (New)


Package is gnote, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2012-01-05 
19:12:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2012-01-09 
11:15:12.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 14:11:23 UTC 2012 - vu...@opensuse.org
+
+- Add gnote-new-glibmm.patch: fix build with recent versions of
+  glibmm, taken from git.
+
+---

New:

  gnote-new-glibmm.patch



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.goo3Oy/_old  2012-01-09 11:15:12.0 +0100
+++ /var/tmp/diff_new_pack.goo3Oy/_new  2012-01-09 11:15:12.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   gnote
 Version:0.8.2
 Release:0
@@ -24,6 +23,8 @@
 Group:  Productivity/Text/Editors
 Url:http://live.gnome.org/Gnote
 Source: 
http://download.gnome.org/sources/gnote/0.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnote-new-glibmm.patch bgo#667349 vu...@opensuse.org -- 
Fix build with recent versions of glibmm; taken from git
+Patch0: gnote-new-glibmm.patch
 BuildRequires:  boost-devel = 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -49,6 +50,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static --disable-scrollkeeper --enable-applet


++ gnote-new-glibmm.patch ++
From 7364a6fd55c46db5c5dbae6df6ac377d48919fa9 Mon Sep 17 00:00:00 2001
From: Hub Figuiere h...@figuiere.net
Date: Fri, 06 Jan 2012 05:19:49 +
Subject: Fix missing header for Glib::signal_idle. Closes #667349

---
diff --git a/src/notebuffer.cpp b/src/notebuffer.cpp
index 48bca2d..df223f3 100644
--- a/src/notebuffer.cpp
+++ b/src/notebuffer.cpp
@@ -23,6 +23,7 @@
 #include algorithm
 #include tr1/array
 
+#include glibmm/main.h
 
 #include debug.hpp
 #include notebuffer.hpp
--
cgit v0.9.0.2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gparted for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gparted for openSUSE:Factory checked 
in at 2012-01-09 11:15:15

Comparing /work/SRC/openSUSE:Factory/gparted (Old)
 and  /work/SRC/openSUSE:Factory/.gparted.new (New)


Package is gparted, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gparted/gparted.changes  2012-01-05 
19:12:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.gparted.new/gparted.changes 2012-01-09 
11:15:22.0 +0100
@@ -1,0 +2,8 @@
+Fri Jan  6 14:16:50 UTC 2012 - vu...@opensuse.org
+
+- Add gparted-fix-thread-linking.patch: fix build system to
+  correctly link to gthread.
+- Add automake and libtool BuildRequires, as well as call to
+  autoreconf, for above patch.
+
+---

New:

  gparted-fix-thread-linking.patch



Other differences:
--
++ gparted.spec ++
--- /var/tmp/diff_new_pack.iK8EQV/_old  2012-01-09 11:15:22.0 +0100
+++ /var/tmp/diff_new_pack.iK8EQV/_new  2012-01-09 11:15:22.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gparted
 Version:0.11.0
 Release:0
@@ -23,6 +24,10 @@
 Group:  System/Filesystems
 Url:http://gparted.sourceforge.net/
 Source0:
http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.11.0/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gparted-fix-thread-linking.patch vu...@opensuse.org -- 
Fix build system to correctly link to thread libraries
+Patch0: gparted-fix-thread-linking.patch
+# needed for patch0
+BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -32,6 +37,8 @@
 BuildRequires:  gtkmm2-devel
 BuildRequires:  intltool
 BuildRequires:  libglademm-devel
+# needed for patch0
+BuildRequires:  libtool
 BuildRequires:  parted-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  scrollkeeper
@@ -60,8 +67,11 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# needed for patch0
+autoreconf -fi
 export GKSUPROG=/usr/bin/xdg-su -c
 %configure \
--disable-scrollkeeper

++ gparted-fix-thread-linking.patch ++
commit e1df6dbb31c5a1f6f8cda97503cf77cf1be3e33c
Author: Vincent Untz vu...@gnome.org
Date:   Fri Jan 6 15:23:43 2012 +0100

build: Correctly link to gthread

https://bugzilla.gnome.org/show_bug.cgi?id=667412

diff --git a/configure.in b/configure.in
index b44584a..774192a 100644
--- a/configure.in
+++ b/configure.in
@@ -180,6 +180,11 @@ int main ()
 LIBS=$LIBS_save
 
 
+dnl gthread
+PKG_CHECK_MODULES([GTHREAD], [gthread-2.0])
+AC_SUBST([GTHREAD_LIBS])
+AC_SUBST([GTHREAD_CFLAGS])
+
 dnl GTKMM
 PKG_CHECK_MODULES([GTKMM], [gtkmm-2.4  2.8])
 AC_SUBST([GTKMM_LIBS])
diff --git a/src/Makefile.am b/src/Makefile.am
index f3f5cf6..d3b0b5d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,5 @@
 INCLUDES = \
+   $(GTHREAD_CFLAGS)   \
$(GTKMM_CFLAGS) \
-DGPARTED_DATADIR=\$(datadir)\  \
-DGNOMELOCALEDIR=\$(datadir)/locale\
@@ -64,7 +65,7 @@ gpartedbin_SOURCES = \
ufs.cc  \
xfs.cc
 
-gpartedbin_LDFLAGS = -lparted -lgthread-2.0 
+gpartedbin_LDFLAGS = -lparted
 
-gpartedbin_LDADD = $(GTKMM_LIBS)
+gpartedbin_LDADD = $(GTHREAD_LIBS) $(GTKMM_LIBS)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grisbi for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2012-01-09 11:15:18

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new (New)


Package is grisbi, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes2011-10-16 
12:49:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.grisbi.new/grisbi.changes   2012-01-09 
11:15:23.0 +0100
@@ -1,0 +2,15 @@
+Wed Jan  4 09:41:42 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.8.9:
+  + Fix a potential crash when closing Grisbi.
+  + Fix --without-ofx configure option.
+  + Minor changes.
+- Drop grisbi-fix-linking.patch: fixed upstream.
+- Remove call to autoreconf and libtool BuildRequires: they were
+  only needed for the patch above.
+- Stop passing --with-ofx to configure as... this breaks the build
+  for ofx support. We use automatic detection now, and the build
+  will fail if ofx support is missing as the plugin listed in
+  %files will be missing.
+
+---

Old:

  grisbi-0.8.8.tar.bz2
  grisbi-fix-linking.patch

New:

  grisbi-0.8.9.tar.bz2



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.XZkCqK/_old  2012-01-09 11:15:24.0 +0100
+++ /var/tmp/diff_new_pack.XZkCqK/_new  2012-01-09 11:15:24.0 +0100
@@ -1,7 +1,8 @@
+# vim: set sw=4 ts=4 et:
 #
 # spec file for package grisbi
 #
-# 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,23 +17,19 @@
 #
 
 
-
 Name:   grisbi
-Version:0.8.8
-Release:1
-License:GPL-2.0+
+Version:0.8.9
+Release:0
 Summary:Personal Accounting Application
-Url:http://www.grisbi.org
+License:GPL-2.0+
 Group:  Productivity/Office/Finance
+Url:http://www.grisbi.org
 Source: 
http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/0.8.x/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM grisbi-fix-linking.patch vu...@opensuse.org -- Fix build 
with strict linker; sent upstream by mail on 2011-09-19
-Patch0: grisbi-fix-linking.patch
 # Needed for make check
 #BuildRequires:  cunit-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libofx-devel
-BuildRequires:  libtool
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -50,14 +47,10 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# needed for patch0
-autoreconf -fi
 %configure \
---disable-static \
---with-ofx
+--disable-static
 make %{?jobs:-j%{jobs}}
 
 %install
@@ -94,6 +87,4 @@
 
 %files lang -f %{name}.lang
 
-# vim: set sw=4 ts=4 et:
-
 %changelog

++ grisbi-0.8.8.tar.bz2 - grisbi-0.8.9.tar.bz2 ++
 39734 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdemultimedia4 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package kdemultimedia4 for openSUSE:Factory 
checked in at 2012-01-09 11:15:22

Comparing /work/SRC/openSUSE:Factory/kdemultimedia4 (Old)
 and  /work/SRC/openSUSE:Factory/.kdemultimedia4.new (New)


Package is kdemultimedia4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdemultimedia4/kdemultimedia4.changes
2011-12-08 12:01:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdemultimedia4.new/kdemultimedia4.changes   
2012-01-09 11:15:30.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 22 13:18:09 UTC 2011 - idon...@suse.com
+
+- Fix kde#265733 : Some channels missing in KMix after 
+  update to KDE 4.6
+
+---

New:

  kde-265733.patch



Other differences:
--
++ kdemultimedia4.spec ++
--- /var/tmp/diff_new_pack.uSSvmD/_old  2012-01-09 11:15:31.0 +0100
+++ /var/tmp/diff_new_pack.uSSvmD/_new  2012-01-09 11:15:31.0 +0100
@@ -47,6 +47,7 @@
 Url:http://www.kde.org
 Source: kdemultimedia-%{version}.tar.bz2
 Patch1: kmix-autostart.diff
+Patch2: kde-265733.patch
 Suggests:   juk
 Suggests:   kio_audiocd
 Suggests:   kmix
@@ -65,6 +66,8 @@
 %prep
 %setup -q -n kdemultimedia-%{version}
 %patch1
+%patch2
+
 FAKE_BUILDDATE=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%b %e %Y')
 sed -i s/__DATE__/\$FAKE_BUILDDATE\/ libkcompactdisc/wmlib/wm_helpers.c
 

++ kde-265733.patch ++
--- kmix/gui/viewsliders.cpp2011/06/22 13:48:34 1238060
+++ kmix/gui/viewsliders.cpp2011/12/22 13:11:55 1270008
@@ -187,8 +187,8 @@
 if ( _mixSet-contains( md ) ) continue; // dup check
 
 // Now check whether subcontrols match
-bool subcontrolPlaybackWanted = 
(control-useSubcontrolPlayback()  md-playbackVolume().hasVolume());
-bool subcontrolCaptureWanted  = 
(control-useSubcontrolCapture()   md-captureVolume().hasVolume());
+bool subcontrolPlaybackWanted = 
(control-useSubcontrolPlayback()  ( md-playbackVolume().hasVolume() || 
md-playbackVolume().hasSwitch()) );
+bool subcontrolCaptureWanted  = 
(control-useSubcontrolCapture()   ( md-captureVolume() .hasVolume() || 
md-captureVolume() .hasSwitch()) );
 bool subcontrolEnumWanted  = (control-useSubcontrolEnum()  
md-isEnum());
 bool subcontrolWanted =  subcontrolPlaybackWanted | 
subcontrolCaptureWanted | subcontrolEnumWanted;
bool splitWanted = control-isSplit();
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkface for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package libkface for openSUSE:Factory 
checked in at 2012-01-09 11:15:25

Comparing /work/SRC/openSUSE:Factory/libkface (Old)
 and  /work/SRC/openSUSE:Factory/.libkface.new (New)


Package is libkface, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libkface/libkface.changes2011-12-21 
10:00:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkface.new/libkface.changes   2012-01-09 
11:15:33.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  4 09:18:23 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 2.5.0
+  * Bugfix release
+
+---

Old:

  digikam-2.4.1.tar.bz2

New:

  digikam-2.5.0.tar.bz2



Other differences:
--
++ libkface.spec ++
--- /var/tmp/diff_new_pack.nawhRt/_old  2012-01-09 11:15:36.0 +0100
+++ /var/tmp/diff_new_pack.nawhRt/_new  2012-01-09 11:15:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkface
 #
-# 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,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libkface
-Version:2.4.1
+Version:2.5.0
 Release:0
 Summary:Wrapper around LibFace to perform face recognition and 
detection over pictures
 License:LGPL-2.1+

++ digikam-2.4.1.tar.bz2 - digikam-2.5.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/libkface/digikam-2.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libkface.new/digikam-2.5.0.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkgeomap for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package libkgeomap for openSUSE:Factory 
checked in at 2012-01-09 11:15:29

Comparing /work/SRC/openSUSE:Factory/libkgeomap (Old)
 and  /work/SRC/openSUSE:Factory/.libkgeomap.new (New)


Package is libkgeomap, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libkgeomap/libkgeomap.changes2012-01-04 
07:24:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkgeomap.new/libkgeomap.changes   
2012-01-09 11:15:38.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  4 09:19:36 UTC 2012 - tittiatc...@gmail.com
+
+- Update to version 2.5.0
+  * Bugfix release.
+
+---

Old:

  digikam-2.4.1.tar.bz2

New:

  digikam-2.5.0.tar.bz2



Other differences:
--
++ libkgeomap.spec ++
--- /var/tmp/diff_new_pack.Ee6AI5/_old  2012-01-09 11:15:40.0 +0100
+++ /var/tmp/diff_new_pack.Ee6AI5/_new  2012-01-09 11:15:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkgeomap
 #
-# 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,7 +16,7 @@
 #
 
 Name:   libkgeomap
-Version:2.4.1
+Version:2.5.0
 Release:0
 Summary:World-Map Library interface for KDE
 License:GPL-2.0+
@@ -67,7 +67,7 @@
 pushd extra/libkgeomap
 mv ../../po po
 find po -name digikam.po | xargs rm
-find po -name kipiplugin_*.po | xargs rm
+find po -name kipiplugin*.po | xargs rm
 echo find_package(Gettext)  CMakeLists.txt
 echo add_subdirectory( po )  CMakeLists.txt
 popd

++ digikam-2.4.1.tar.bz2 - digikam-2.5.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/libkgeomap/digikam-2.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libkgeomap.new/digikam-2.5.0.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit linux-glibc-devel for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2012-01-09 11:15:37

Comparing /work/SRC/openSUSE:Factory/linux-glibc-devel (Old)
 and  /work/SRC/openSUSE:Factory/.linux-glibc-devel.new (New)


Package is linux-glibc-devel, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes  
2011-12-27 18:13:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2012-01-09 11:15:53.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  5 15:15:12 CET 2012 - dmuel...@suse.de
+
+- update to Linux 3.2.0 headers
+  * KVM_CAP_TSC_DEADLINE_TIMER added 
+
+---

Old:

  linux-glibc-devel-3.2_rc7.tar.bz2

New:

  linux-glibc-devel-3.2.tar.bz2



Other differences:
--
++ linux-glibc-devel.spec ++
--- /var/tmp/diff_new_pack.BgA32p/_old  2012-01-09 11:15:54.0 +0100
+++ /var/tmp/diff_new_pack.BgA32p/_new  2012-01-09 11:15:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linux-glibc-devel
 #
-# 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/
 #
 
-
 BuildRequires:  fdupes
 
 Name:   linux-glibc-devel
@@ -25,17 +24,17 @@
 BuildArch:  noarch
 # this confusing version number has no meaning, it's the version
 # of the Linux kernel where these headers come from
-Version:3.2_rc7
-Release:5
+Version:3.2.0
+Release:0
 # A - is not allowed in version
-%define upstream_version 3.2-rc7
+%define upstream_version 3.2
 Url:http://www.kernel.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   kernel-headers 
 Provides:   linux-kernel-headers = %{version}
 Obsoletes:  linux-kernel-headers  %{version}
 PreReq: coreutils
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{upstream_version}.tar.bz2
 Source1:install_all.sh
 Patch1: linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch
 

++ linux-glibc-devel-3.2_rc7.tar.bz2 - linux-glibc-devel-3.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linux-glibc-devel-3.2-rc7/usr/include/linux/kvm.h 
new/linux-glibc-devel-3.2/usr/include/linux/kvm.h
--- old/linux-glibc-devel-3.2-rc7/usr/include/linux/kvm.h   2011-12-26 
13:58:43.0 +0100
+++ new/linux-glibc-devel-3.2/usr/include/linux/kvm.h   2012-01-05 
15:14:18.0 +0100
@@ -557,6 +557,7 @@
 #define KVM_CAP_MAX_VCPUS 66   /* returns max vcpus per vm */
 #define KVM_CAP_PPC_PAPR 68
 #define KVM_CAP_S390_GMAP 71
+#define KVM_CAP_TSC_DEADLINE_TIMER 72
 
 #ifdef KVM_CAP_IRQ_ROUTING
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmediawiki for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package libmediawiki for openSUSE:Factory 
checked in at 2012-01-09 11:15:34

Comparing /work/SRC/openSUSE:Factory/libmediawiki (Old)
 and  /work/SRC/openSUSE:Factory/.libmediawiki.new (New)


Package is libmediawiki, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmediawiki/libmediawiki.changes
2011-12-21 10:01:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmediawiki.new/libmediawiki.changes   
2012-01-09 11:15:49.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  4 09:16:58 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 2.5.0
+  * Bugfix release
+
+---

Old:

  digikam-2.4.1.tar.bz2

New:

  digikam-2.5.0.tar.bz2



Other differences:
--
++ libmediawiki.spec ++
--- /var/tmp/diff_new_pack.mOMMBu/_old  2012-01-09 11:15:53.0 +0100
+++ /var/tmp/diff_new_pack.mOMMBu/_new  2012-01-09 11:15:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmediawiki
 #
-# 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,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libmediawiki
-Version:2.4.1
+Version:2.5.0
 Release:0
 Summary:Interface for MediaWiki based web services
 License:GPL-2.0+

++ digikam-2.4.1.tar.bz2 - digikam-2.5.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/libmediawiki/digikam-2.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libmediawiki.new/digikam-2.5.0.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mathomatic for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package mathomatic for openSUSE:Factory 
checked in at 2012-01-09 11:15:45

Comparing /work/SRC/openSUSE:Factory/mathomatic (Old)
 and  /work/SRC/openSUSE:Factory/.mathomatic.new (New)


Package is mathomatic, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mathomatic/mathomatic.changes2011-11-25 
23:05:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.mathomatic.new/mathomatic.changes   
2012-01-09 11:15:56.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 14 07:20:05 UTC 2011 - georgegessl...@gmail.com
+
+- Updated to Mathomatic version 15.7.2.
+  All changes are listed at http://mathomatic.org/NEWS
+
+---

Old:

  mathomatic-15.7.1.tar.bz2

New:

  mathomatic-15.7.2.tar.bz2



Other differences:
--
++ mathomatic.spec ++
--- /var/tmp/diff_new_pack.teSrS7/_old  2012-01-09 11:15:57.0 +0100
+++ /var/tmp/diff_new_pack.teSrS7/_new  2012-01-09 11:15:57.0 +0100
@@ -16,7 +16,7 @@
 #George Gesslein II gessl...@linux.com
 
 Name:   mathomatic
-Version:15.7.1
+Version:15.7.2
 Release:1
 Summary:Computer algebra system
 

++ mathomatic-15.7.1.tar.bz2 - mathomatic-15.7.2.tar.bz2 ++
 2748 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit NetworkManager-gnome for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory checked in at 2012-01-09 11:15:48

Comparing /work/SRC/openSUSE:Factory/NetworkManager-gnome (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-gnome.new (New)


Package is NetworkManager-gnome, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes
2011-10-29 00:27:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes
   2012-01-09 11:15:57.0 +0100
@@ -1,0 +2,19 @@
+Sat Nov 12 19:21:46 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.2.0:
+  + Updated translations.
+- Pass --disable-more-warnings to configure to allow building with
+  gtk+ 3.3.
+- Really enable parallel build: fix typo smp_flags = smp_mflags.
+
+---
+Mon Oct 31 17:32:22 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.1.95:
+  + Select user's home directory by default for VPN import
+  + Show VPN details in the Connection Information dialog
+  + Allow auto-unlocking of GSM modems
+  + Fix crash of Bluetooth widget after pairing
+- Drop NetworkManager-gnome-bluetooth-crash.patch: fixed upstream.
+
+---

Old:

  NetworkManager-gnome-bluetooth-crash.patch
  network-manager-applet-0.9.1.90.tar.bz2

New:

  network-manager-applet-0.9.2.0.tar.bz2



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.QfJaUC/_old  2012-01-09 11:15:58.0 +0100
+++ /var/tmp/diff_new_pack.QfJaUC/_new  2012-01-09 11:15:58.0 +0100
@@ -19,8 +19,9 @@
 
 Name:   NetworkManager-gnome
 Url:http://www.gnome.org/projects/NetworkManager/
-Version:0.9.1.90
+Version:0.9.2.0
 Release:1
+# FIXME: --disable-more-warnings should be dropped from configure when 
possible. Added with 0.9.2.0 for Gtk+ 3.3 build.
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  NetworkManager-devel = 0.9.1
@@ -43,8 +44,6 @@
 Source1:nm-icons.tar.gz
 # PATCH-FIX-OPENSUSE NetworkManager-gnome-OnlyShowIn.patch -- Add OnlyShowIn 
key to autostart file
 Patch1: NetworkManager-gnome-OnlyShowIn.patch
-# PATCH-FIX-UPSTREAM NetworkManager-gnome-bluetooth-crash.patch bgo#661177 
vu...@opensuse.org -- Avoid crashes in gnome-control-center when using hardware 
switch to disable bluetooth
-Patch2: NetworkManager-gnome-bluetooth-crash.patch
 Provides:   NetworkManager-client
 Requires:   NetworkManager = 0.9.1
 # needed for translated country names
@@ -81,13 +80,13 @@
 %setup -q -n network-manager-applet-%{version} -a 1
 translation-update-upstream
 %patch1 -p1
-%patch2 -p1
 
 %build
 %configure \
 --disable-static \
---disable-maintainer-mode
-%__make %{?_smp_flags}
+--disable-maintainer-mode \
+--disable-more-warnings
+%__make %{?_smp_mflags}
 
 %install
 %makeinstall

++ network-manager-applet-0.9.1.90.tar.bz2 - 
network-manager-applet-0.9.2.0.tar.bz2 ++
 63454 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit NetworkManager-openvpn for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-openvpn for 
openSUSE:Factory checked in at 2012-01-09 11:15:55

Comparing /work/SRC/openSUSE:Factory/NetworkManager-openvpn (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new (New)


Package is NetworkManager-openvpn, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-openvpn/NetworkManager-openvpn.changes
2011-09-23 01:51:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new/NetworkManager-openvpn.changes
   2012-01-09 11:16:05.0 +0100
@@ -1,0 +2,15 @@
+Sat Nov 12 19:17:33 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.2.0:
+  + Updated translations.
+- Pass --disable-more-warnings to configure to allow building with
+  gtk+ 3.3.
+- Really enable parallel build: fix typo smp_flags = smp_mflags.
+
+---
+Tue Nov  1 09:17:16 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.1.95:
+  + Updated translations.
+
+---

Old:

  NetworkManager-openvpn-0.9.0.tar.bz2

New:

  NetworkManager-openvpn-0.9.2.0.tar.bz2



Other differences:
--
++ NetworkManager-openvpn.spec ++
--- /var/tmp/diff_new_pack.wb95hH/_old  2012-01-09 11:16:06.0 +0100
+++ /var/tmp/diff_new_pack.wb95hH/_new  2012-01-09 11:16:06.0 +0100
@@ -20,9 +20,10 @@
 
 Name:   NetworkManager-openvpn
 Summary:NetworkManager VPN support for OpenVPN
-Version:0.9.0
+Version:0.9.2.0
 Release:1
 # FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs. 
They will re-appear later on (when nmce supports --import)
+# FIXME: --disable-more-warnings should be dropped from configure when 
possible. Added with 0.9.2.0 for Gtk+ 3.3 build.
 License:GPLv2+
 Group:  Productivity/Networking/System
 Url:http://www.gnome.org/projects/NetworkManager
@@ -68,8 +69,9 @@
 
 %build
 %configure\
-   --disable-static
-%__make %{?_smp_flags}
+   --disable-static \
+--disable-more-warnings
+%__make %{?_smp_mflags}
 
 %install
 %makeinstall

++ NetworkManager-openvpn-0.9.0.tar.bz2 - 
NetworkManager-openvpn-0.9.2.0.tar.bz2 ++
 4183 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit NetworkManager-vpnc for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-vpnc for 
openSUSE:Factory checked in at 2012-01-09 11:16:03

Comparing /work/SRC/openSUSE:Factory/NetworkManager-vpnc (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-vpnc.new (New)


Package is NetworkManager-vpnc, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager-vpnc/NetworkManager-vpnc.changes  
2011-09-23 01:51:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-vpnc.new/NetworkManager-vpnc.changes 
2012-01-09 11:16:08.0 +0100
@@ -1,0 +2,18 @@
+Sat Nov 12 19:19:51 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.2.0:
+  + Updated translations.
+- Pass --disable-more-warnings to configure to allow building with
+  gtk+ 3.3.
+- Really enable parallel build: fix typo smp_flags = smp_mflags.
+
+---
+Tue Nov  1 09:20:40 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.1.95:
+  + Clean up .pcf file import code.
+  + Fix empty Advanced window after clicking the window's close
+button.
+  + Updated translations.
+
+---

Old:

  NetworkManager-vpnc-0.9.0.tar.bz2

New:

  NetworkManager-vpnc-0.9.2.0.tar.bz2



Other differences:
--
++ NetworkManager-vpnc.spec ++
--- /var/tmp/diff_new_pack.pPWEih/_old  2012-01-09 11:16:09.0 +0100
+++ /var/tmp/diff_new_pack.pPWEih/_new  2012-01-09 11:16:09.0 +0100
@@ -20,9 +20,10 @@
 
 Name:   NetworkManager-vpnc
 Summary:NetworkManager VPN Support for vpnc
-Version:0.9.0
+Version:0.9.2.0
 Release:1
 # FIXME .desktop icon is currently disabled (on purpose) in the NM tarballs. 
They will re-appear later on (when nmce supports --import)
+# FIXME: --disable-more-warnings should be dropped from configure when 
possible. Added with 0.9.2.0 for Gtk+ 3.3 build.
 License:GPLv2+
 Group:  Productivity/Networking/System
 Url:http://people.redhat.com/dcbw/NetworkManager/
@@ -68,8 +69,9 @@
 
 %build
 %configure\
-   --disable-static
-%__make %{?_smp_flags}
+   --disable-static \
+--disable-more-warnings
+%__make %{?_smp_mflags}
 
 %install
 %makeinstall

++ NetworkManager-vpnc-0.9.0.tar.bz2 - NetworkManager-vpnc-0.9.2.0.tar.bz2 
++
 3785 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nss_ldap for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package nss_ldap for openSUSE:Factory 
checked in at 2012-01-09 11:16:06

Comparing /work/SRC/openSUSE:Factory/nss_ldap (Old)
 and  /work/SRC/openSUSE:Factory/.nss_ldap.new (New)


Package is nss_ldap, Maintainer is rha...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/nss_ldap/nss_ldap.changes2011-10-28 
19:59:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.nss_ldap.new/nss_ldap.changes   2012-01-09 
11:16:09.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec 21 10:31:41 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---
+Fri Dec  2 15:56:43 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ nss_ldap.spec ++
--- /var/tmp/diff_new_pack.6y7tXX/_old  2012-01-09 11:16:10.0 +0100
+++ /var/tmp/diff_new_pack.6y7tXX/_new  2012-01-09 11:16:10.0 +0100
@@ -15,23 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   nss_ldap
-BuildRequires:  db-devel krb5-devel openldap2-devel
-License:LGPLv2.1+
-Group:  Productivity/Networking/LDAP/Clients
+BuildRequires:  automake
+BuildRequires:  db-devel
+BuildRequires:  krb5-devel
+BuildRequires:  openldap2-devel
 PreReq: sed coreutils /usr/bin/grep /bin/mktemp
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  nss_ldap-64bit
 %endif
 #
 Version:265
-Release:7
+Release:0
 Summary:NSS LDAP Module
+License:LGPL-2.1+
+Group:  Productivity/Networking/LDAP/Clients
 Url:http://www.padl.com/OSS/nss_ldap.html
 Source: nss_ldap-%{version}.tar.bz2
 Source1:README.SuSE
@@ -65,7 +65,6 @@
 cp -v %{S:1} .
 
 %build
-%{?suse_update_config:%{suse_update_config -f}}
 autoreconf
 CFLAGS=$RPM_OPT_FLAGS \
 CPPFLAGS=-I/usr/include/sasl -DINET6 \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-CPANPLUS for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2012-01-09 11:16:17

Comparing /work/SRC/openSUSE:Factory/perl-CPANPLUS (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new (New)


Package is perl-CPANPLUS, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPANPLUS/perl-CPANPLUS.changes  
2011-11-18 15:47:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new/perl-CPANPLUS.changes 
2012-01-09 11:16:19.0 +0100
@@ -1,0 +2,12 @@
+Thu Dec 22 01:06:38 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.9115: only build related changes (also in 0.9114)
+
+---
+Fri Dec  9 20:04:48 UTC 2011 - pascal.ble...@opensuse.org
+
+- add recommends for optional SQLite backend
+- update to 0.9113:
+  * add more detail and reason for NA to NA reports
+
+---

Old:

  CPANPLUS-0.9112.tar.gz

New:

  CPANPLUS-0.9115.tar.gz



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.UDlQVH/_old  2012-01-09 11:16:20.0 +0100
+++ /var/tmp/diff_new_pack.UDlQVH/_new  2012-01-09 11:16:20.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   perl-CPANPLUS
-Version:0.9112
+Version:0.9115
 Release:1
 License:GPL-1.0+ or Artistic-1.0
 %define cpan_name CPANPLUS
@@ -53,6 +53,9 @@
 BuildRequires:  perl(Term::UI) = 0.18
 BuildRequires:  perl(Test::Harness) = 2.62
 BuildRequires:  perl(version) = 0.77
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DBD::SQLite)
+BuildRequires:  perl(DBIx::Simple)
 #BuildRequires: perl(Archive::Tar::Constant)
 #BuildRequires: perl(Archive::Tar::File)
 #BuildRequires: perl(Compress::Zlib)
@@ -131,6 +134,9 @@
 Requires:   perl(Term::UI) = 0.18
 Requires:   perl(Test::Harness) = 2.62
 Requires:   perl(version) = 0.77
+Recommends: perl(Data::Dumper)
+Recommends: perl(DBD::SQLite)
+Recommends: perl(DBIx::Simple)
 %{perl_requires}
 
 %description

++ CPANPLUS-0.9112.tar.gz - CPANPLUS-0.9115.tar.gz ++
 3212 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit PackageKit for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2012-01-09 11:16:10

Comparing /work/SRC/openSUSE:Factory/PackageKit (Old)
 and  /work/SRC/openSUSE:Factory/.PackageKit.new (New)


Package is PackageKit, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2011-11-08 
17:44:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2012-01-09 11:16:12.0 +0100
@@ -1,0 +2,175 @@
+Wed Dec 21 15:32:38 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.7.1:
+  + New Features:
+- Add command line option to keep environment
+- Add Introspection support for PK-Plugins
+- Add possibility for backends/plugins to skip transactions
+- Add 'uid' and 'cmdline' properties to PkBackend
+- Use the new g_thread_new() for new versions of GLib
+  + Libraries (qt): Drop packagekit-qt1 which is obsolete in favor
+of packagekit-qt2
+  + Libraries (qt2):
+- Remove old Find* macro
+- Really do not distribute moc files
+  + Zypp Backend:
+- Dont call build pool inside the loop
+- Only load repositories once
+- Refactor the private static data into one structure
+  + Non-zypp backends updates
+  + Bugfixes:
+- Check if a transaction should be skipped after it has started
+  too
+- Don't use the deprecated g_thread_supported() in the dameon
+  code
+- Finalize PackageKitPlugin GIR file
+- Find uninstalled PackageKitGlib-1.0.gir when building
+- Fix the role of the EULA transaction
+- Make PK compile on GNU Hurd
+- Move the gtk-module extra files to the PK tarball
+- Offset the cache age by 30 minutes
+- plugin: Add a few GIR annotations
+- Remove the implemented checks for the simulate methods
+- Require exactly 'yenter' or 'yesenter' before running a
+  transaction
+- Use the newest filter when resolving for new packages to
+  install
+- website: Fix broken link to gdb docs
+- website: Improve links to bug trackers
+- Changes from version 0.7.0:
+  + Notes:
+- This is the first release of the unstable 0.7.x series.
+- This code removes a lot of deprecated code and compatibility
+  shims compared to the previous branch.
+- Highlights of this release is the new transaction plugin
+  interface that allows external projects to add modules for
+  interfacing with PackageKit.
+  + New Features:
+- Add an 'auto' string for the --with-default-backend=
+  configure option
+- Add an example plugin that saves private state
+- Add an example to contrib to show how to build an out-of-tree
+  plugin
+- Add an ItemProgress signal designed to eventually replace
+  SubPercentage
+- Add an untrusted section header when using console
+  applications
+- Add a PK_PROVIDES_ENUM_LIBRARY entry
+- Add a Python type to PkProvidesEnum and document how the
+  provided components should be named
+- Add a transaction plugin infrastructure to packagekitd
+- Do not do the compatibility method fallbacks anymore
+- Don't ship all the valid licences as enums anymore
+- Install a pkgconfig file so external projects can build
+  plugins
+- Move the check for libraries in use for security updates
+  functionality to a plugin
+- Move the checking for running processes before update to a
+  plugin
+- Move the clearing firmware functionality into a plugin
+- Move the desktop database rescan functionality into a plugin
+- Move the pre-transaction.d and post-transaction.d
+  functionality into a plugin
+- Move the update check for running processes into a plugin
+- Move the updating of the package list into a plugin
+- Raise the PolicyKit required version to 0.98 and drop the
+  compat code
+- Remove PkFileMonitor, we can now use GFileMonitor
+- Remove the deprecated PK_BACKEND_OPTIONS
+- Remove the GTK+2 pango module and only support GTK+3
+- Remove the HAL integration code
+- Require a new version of automake, and make configure.in sane
+  again
+- Use g_bus_watch_name() and remove the homegrown
+  EggDbusMonitor
+  + Libraries (glib):
+- Free the PkProgress' package
+- Remove the foo_from_text() compatibility defines
+  + Libraries (python): Remove the native python library
+  + Libraries (qt): Do not dist the moc files
+  + Libraries (qt2): Use cmake package config instead of Find*
+module
+  + Zypp Backend:
+- Do not install locked (taboo) patches
+- Do not rebuild the pool on every call causing slowness
+  (bnc#679650)
+- Just use the iterator instead of so many temps
+  + Non-zypp backends updates
+  + Bugfixes:
+- Actually use the value 

commit perl-Test-Assert for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Assert for 
openSUSE:Factory checked in at 2012-01-09 11:16:57

Comparing /work/SRC/openSUSE:Factory/perl-Test-Assert (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-Assert.new (New)


Package is perl-Test-Assert, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Assert.new/perl-Test-Assert.changes   
2012-01-09 11:16:59.0 +0100
@@ -0,0 +1,13 @@
+---
+Wed Aug 24 22:43:21 UTC 2011 - ch...@computersalat.de
+
+- fix BuildReq deps
+  * +perl(parent)
+  * -perl(Symbol::Util)
+
+---
+Fri Apr  1 17:09:30 UTC 2011 - co...@novell.com
+
+- initial package 0.0504
+* created by cpanspec 1.78.03
+

New:

  Test-Assert-0.0504.tar.gz
  perl-Test-Assert.changes
  perl-Test-Assert.spec



Other differences:
--
++ perl-Test-Assert.spec ++
#
# spec file for package perl-Test-Assert
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   perl-Test-Assert
Version:0.0504
Release:0
%define cpan_name Test-Assert
Summary:Assertion methods for those who like JUnit.
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Test-Assert/
Source: 
http://www.cpan.org/authors/id/D/DE/DEXTER/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Class::Inspector)
BuildRequires:  perl(Exception::Base) = 0.21
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Symbol::Util) = 0.0202
BuildRequires:  perl(Test::Unit::Lite) = 0.11
BuildRequires:  perl(constant::boolean) = 0.02
BuildRequires:  perl(parent)
#BuildRequires: perl(Exception::Assertion)
#BuildRequires: perl(File::Slurp)
#BuildRequires: perl(Readonly)
#BuildRequires: perl(Test::Assert)
#BuildRequires: perl(Test::CheckChanges)
#BuildRequires: perl(Test::Differences)
#BuildRequires: perl(Test::Distribution)
#BuildRequires: perl(Test::Kwalitee)
#BuildRequires: perl(Test::Perl::Critic)
#BuildRequires: perl(Test::Signature)
#BuildRequires: perl(Test::Spelling)
#BuildRequires: perl(Test::Unit::TestCase)
Requires:   perl(constant::boolean) = 0.02
Requires:   perl(Exception::Base) = 0.21
Requires:   perl(Symbol::Util) = 0.0202
%{perl_requires}

%description
This class provides a set of assertion methods useful for writing tests.
The API is based on JUnit4 and the Test::Unit::Lite manpage and the methods
die on failure.

These assertion methods might be not useful for common the Test::Builder
manpage-based (the Test::Simple manpage, the Test::More manpage, etc.) test
units.

The assertion methods can be used in class which is derived from
'Test::Assert' or used as standard Perl functions after importing them into
user's namespace.

'Test::Assert' can also wrap standard the Test::Simple manpage, the
Test::More manpage or other the Test::Builder manpage-based tests.

The assertions can be also used for run-time checking.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes eg LICENSE README xt

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rekonq for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package rekonq for openSUSE:Factory checked 
in at 2012-01-09 11:17:09

Comparing /work/SRC/openSUSE:Factory/rekonq (Old)
 and  /work/SRC/openSUSE:Factory/.rekonq.new (New)


Package is rekonq, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rekonq/rekonq.changes2011-10-16 
12:58:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rekonq.new/rekonq.changes   2012-01-09 
11:17:10.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 11 15:35:47 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 0.8.1
+  * Bugfixes
+
+---

Old:

  rekonq-0.8.0.tar.bz2

New:

  rekonq-0.8.1.tar.bz2



Other differences:
--
++ rekonq.spec ++
--- /var/tmp/diff_new_pack.j8F2Q0/_old  2012-01-09 11:17:11.0 +0100
+++ /var/tmp/diff_new_pack.j8F2Q0/_new  2012-01-09 11:17:11.0 +0100
@@ -17,7 +17,7 @@
 #
 
 Name:   rekonq
-Version:0.8.0
+Version:0.8.1
 Release:1
 Summary:WebKit Based Web Browser for KDE4
 

++ rekonq-0.8.0.tar.bz2 - rekonq-0.8.1.tar.bz2 ++
 166991 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pngtoico for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package pngtoico for openSUSE:Factory 
checked in at 2012-01-09 11:17:05

Comparing /work/SRC/openSUSE:Factory/pngtoico (Old)
 and  /work/SRC/openSUSE:Factory/.pngtoico.new (New)


Package is pngtoico, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pngtoico/pngtoico.changes2011-12-25 
17:40:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.pngtoico.new/pngtoico.changes   2012-01-09 
11:17:08.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  5 13:33:24 UTC 2012 - pgaj...@suse.com
+
+- build also with libpng15 
+  * libpng15.patch
+
+---

New:

  pngtoico-libpng15.patch



Other differences:
--
++ pngtoico.spec ++
--- /var/tmp/diff_new_pack.Qf9uz7/_old  2012-01-09 11:17:08.0 +0100
+++ /var/tmp/diff_new_pack.Qf9uz7/_new  2012-01-09 11:17:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pngtoico
 #
-# 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
@@ -25,6 +25,9 @@
 Source0:%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE pngtoico-makefile.patch -- adjusts path and linkage
 Patch0: %{name}-makefile.patch
+# PATCH-FIX-UPSTREAM pngtoico-libpng15.patch -- pgaj...@suse.com; build with 
libpng15; sent today to h...@zytor.com
+# build against libpng14 should not be affected, otherwise please let me know
+Patch1: %{name}-libpng15.patch
 BuildRequires:  libpng-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -35,6 +38,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 make CFLAGS=%{optflags}

++ pngtoico-libpng15.patch ++
Index: pngtoico-1.0.1/pngtoico.c
===
--- pngtoico-1.0.1.orig/pngtoico.c
+++ pngtoico-1.0.1/pngtoico.c
@@ -188,7 +188,7 @@ read_png(const char *file)
 goto perrexit;
   }
 
-  if ( setjmp(png_ptr-jmpbuf) ) {
+  if ( setjmp(png_jmpbuf(png_ptr)) ) {
 fprintf(stderr, %s: PNG format error\n, file);
 goto errexit;
   }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit spice for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package spice for openSUSE:Factory checked 
in at 2012-01-09 11:17:12

Comparing /work/SRC/openSUSE:Factory/spice (Old)
 and  /work/SRC/openSUSE:Factory/.spice.new (New)


Package is spice, Maintainer is posta...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/spice/spice.changes  2011-12-25 
17:41:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.spice.new/spice.changes 2012-01-09 
11:17:14.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan  5 13:47:57 UTC 2012 - dval...@suse.com
+
+- Only x86 and x86-64 are supported 
+
+---



Other differences:
--
++ spice.spec ++
--- /var/tmp/diff_new_pack.INesb5/_old  2012-01-09 11:17:14.0 +0100
+++ /var/tmp/diff_new_pack.INesb5/_new  2012-01-09 11:17:14.0 +0100
@@ -39,7 +39,7 @@
 Source:%{realname}-%{realver}%{?extraver}.%{srcext}
 Patch1: spice-signed-comparison.patch
 Patch2: 0001-server-red_parse_qxl.h-License-should-be-LGPLv2-rath.patch
-
+ExclusiveArch: %ix86 x86_64
 
 %description
 The SPICE package provides the SPICE server library and client.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tomcat6 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package tomcat6 for openSUSE:Factory checked 
in at 2012-01-09 11:17:16

Comparing /work/SRC/openSUSE:Factory/tomcat6 (Old)
 and  /work/SRC/openSUSE:Factory/.tomcat6.new (New)


Package is tomcat6, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/tomcat6/tomcat6.changes  2011-09-23 
12:48:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomcat6.new/tomcat6.changes 2012-01-09 
11:17:17.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan  6 13:02:02 UTC 2012 - mvysko...@suse.cz
+
+- update to latest upstream version 6.0.35 (bugfix release)
+  fixes bnc#727543
+
+---
+Wed Nov  2 13:57:28 CET 2011 - jren...@suse.de
+
+- fix warning: User database is not persistable (bnc#726307)
+
+---

Old:

  apache-tomcat-6.0.33-src.tar.gz

New:

  apache-tomcat-6.0.35-src.tar.gz



Other differences:
--
++ libtcnative-1-0.spec ++
--- /var/tmp/diff_new_pack.fHy7gC/_old  2012-01-09 11:17:18.0 +0100
+++ /var/tmp/diff_new_pack.fHy7gC/_new  2012-01-09 11:17:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtcnative-1-0
 #
-# 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

++ tomcat6.spec ++
--- /var/tmp/diff_new_pack.fHy7gC/_old  2012-01-09 11:17:18.0 +0100
+++ /var/tmp/diff_new_pack.fHy7gC/_new  2012-01-09 11:17:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tomcat6
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
 # All rights reserved.
 #
@@ -22,7 +22,7 @@
 %define jspspec 2.1
 %define major_version 6
 %define minor_version 0
-%define micro_version 33
+%define micro_version 35
 %define packdname apache-tomcat-%{version}-src
 %define servletspec 2.5
 %define elspec 1.0
@@ -538,7 +538,6 @@
 %if ! %defined suse_version
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %endif
-%dir %{confdir}
 # % dir %{confdir}/Catalina
 %ghost %{confdir}/Catalina
 %config(noreplace) %{confdir}/%{name}.conf
@@ -554,8 +553,9 @@
 %{_sbindir}/rc%{name}
 # % {confdir}/Catalina
 %endif
-# tomcat group writtable dirs - bnc#625415
+# tomcat group writtable dirs - bnc#625415, bnc#726307
 %defattr(0664,root,tomcat,0775) 
+%verify (not user group) %dir %{confdir}
 %verify (not user group) %dir %{appdir}
 %verify (not user group) %{cachedir}
 %verify (not user group) %{logdir}

++ apache-tomcat-6.0.33-src.tar.gz - apache-tomcat-6.0.35-src.tar.gz ++
 7044 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xtables-addons for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package xtables-addons for openSUSE:Factory 
checked in at 2012-01-09 11:17:20

Comparing /work/SRC/openSUSE:Factory/xtables-addons (Old)
 and  /work/SRC/openSUSE:Factory/.xtables-addons.new (New)


Package is xtables-addons, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xtables-addons/xtables-addons.changes
2011-12-05 12:46:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtables-addons.new/xtables-addons.changes   
2012-01-09 11:17:22.0 +0100
@@ -1,0 +2,14 @@
+Wed Jan  4 20:37:45 UTC 2012 - jeng...@medozas.de
+
+- update to new upstream release 1.41
+* support for Linux 3.2
+
+---
+Fri Dec 30 23:35:33 UTC 2011 - jeng...@medozas.de
+
+- We have now a few of kernel versions that ipset can be compiled
+  against, so ipset has been separated out into a new RPM package,
+  and ipset-genl from xtables-addons is hereby subsequently
+  disabled.
+
+---

Old:

  xtables-addons-1.40.tar.xz
  xtables-addons-1.40.tar.xz.asc

New:

  xtables-addons-1.41.tar.xz
  xtables-addons-1.41.tar.xz.asc



Other differences:
--
++ xtables-addons.spec ++
--- /var/tmp/diff_new_pack.yt1G7q/_old  2012-01-09 11:17:23.0 +0100
+++ /var/tmp/diff_new_pack.yt1G7q/_new  2012-01-09 11:17:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtables-addons
 #
-# 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
@@ -18,24 +18,25 @@
 
 
 Name:   xtables-addons
-Version:1.40
-Release:1
+Version:1.41
+Release:0
 Group:  Productivity/Networking/Security
 Summary:IP Packet Filter Administration Extensions
 License:GPL-2.0; GPL-2.0+
-URL:http://xtables-addons.sf.net/
+Url:http://xtables-addons.sf.net/
+
+#Git-Clone:
git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons
+#Git-Web:  http://xtables-addons.git.sf.net/
+%define git_snapshot 0
 Source: %name-%version.tar.xz
 Source2:%name-%version.tar.xz.asc
 Source3:%name-preamble
-#Git-Clone:
git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons
-#Git-Web:  http://xtables-addons.git.sf.net/
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  iptables-devel = 1.4.5 libmnl-devel = 1
-BuildRequires:  pkgconfig = 0.23 xz
-# Yes, we've got a lot of good stuff!
-%if 0%{?suse_version} = 1140
-Provides:   ipset = 6.10
+%if %git_snapshot
+BuildRequires:  autoconf automake = 1.10b libtool
 %endif
+BuildRequires:  pkgconfig = 0.23 pkgconfig(xtables) = 1.4.5 xz
 %if 0%{?suse_version}
 BuildRequires:  %kernel_module_package_buildreqs
 Recommends: %name-kmp
@@ -75,10 +76,8 @@
 if [ ! -e configure ]; then
./autogen.sh;
 fi;
-%if 0%{?suse_version}  1140
-# ipset6-genl needs =2.6.35, which is usually not present before 11.4
+# ipset now in a separate RPM
 echo build_ipset6= mconfig;
-%endif
 pushd ../;
 for flavor in %flavors_to_build; do
cp -a %name-%version %name-$flavor-%version;

++ xtables-addons-preamble ++
--- /var/tmp/diff_new_pack.yt1G7q/_old  2012-01-09 11:17:23.0 +0100
+++ /var/tmp/diff_new_pack.yt1G7q/_new  2012-01-09 11:17:23.0 +0100
@@ -1 +1,3 @@
 Requires: kernel-%1
+Enhances: kernel-%1
+Supplements: packageand(kernel-%1:xtables-addons)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cheese for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2012-01-09 12:02:50

Comparing /work/SRC/openSUSE:Factory/cheese (Old)
 and  /work/SRC/openSUSE:Factory/.cheese.new (New)


Package is cheese, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/cheese/cheese.changes2011-10-19 
13:51:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes   2012-01-09 
12:02:52.0 +0100
@@ -1,0 +2,51 @@
+Fri Dec 23 11:08:27 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Misc code changes.
+  + Add tests.
+  + Use yelp-tools to build help, not gnome-doc-utils.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Change gnome-doc-utils-devel BuildRequires to yelp-tools,
+  following upstream change.
+
+---
+Wed Dec  7 20:07:52 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-Cheese-3_0 subpackage.
+- Add typelib-1_0-Cheese-3_0 Requires to devel subpackage.
+
+---
+Mon Nov 21 20:16:40 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Make preferences dialog more netbook-friendly (bgo#663146).
+  + Increase the photo count in burst mode to 10 (bgo#659977).
+  + Add a countdown-duration key to GSettings schema (bgo#594267).
+  + Check for required GStreamer plugins at runtime.
+  + Improve API documentation.
+  + Various other code changes.
+  + Build fixes.
+  + Other bugs fixed: bgo#603612, bgo#648936, bgo#660686,
+bgo#661661, bgo#662852, bgo#663098, bgo#663998, bgo#664333.
+  + Updated translations.
+- Add docbook-xsl-stylesheets BuildRequires: this helps build the
+  man page.
+
+---
+Wed Oct 26 19:28:37 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1.
+  + Make the GSettings schema translatable
+  + Make preferences dialog layout HIG-compliant [bgo#661651]
+  + Prefer a dark GTK+ theme [bgo#660628]
+  + Do not call _init() functions inside CheeseWidget [bgo#654913,
+bgo#660400]
+  + Build-system fixes
+- Drop cheese-prefer-darkGTK+-theme.patch: fixed upstream.
+- Remove cheese-commong.vapi: the file is again in the tarball.
+
+---

Old:

  cheese-3.2.1.tar.bz2
  cheese-common.vapi
  cheese-prefer-darkGTK+-theme.patch

New:

  cheese-3.3.3.tar.xz



Other differences:
--
++ cheese.spec ++
--- /var/tmp/diff_new_pack.cdcyNx/_old  2012-01-09 12:02:54.0 +0100
+++ /var/tmp/diff_new_pack.cdcyNx/_new  2012-01-09 12:02:54.0 +0100
@@ -16,28 +16,28 @@
 #
 
 
-%define lib_major 1
-%define lib_gtk_major 20
+%define lib_major 3
+%define lib_gtk_major 21
 
 Name:   cheese
-Version:3.2.1
-Release:1
-License:GPLv2+
+Version:3.3.3
+Release:0
+# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 Summary:Webcam Booth for GNOME
-Url:http://www.gnome.org/projects/cheese
+License:GPL-2.0+
 Group:  Productivity/Graphics/Other
-Source0:
http://download.gnome.org/sources/cheese/3.2/%{name}-%{version}.tar.bz2
-# Needed for patch0, missing from tarball -- Cheese will not build due to vala 
without it. Taken from git.
-Source1:cheese-common.vapi
-# PATCH-FIX-UPSTREAM cheese-prefer-darkGTK+-theme.patch bgo#660628 
zai...@opensuse.org -- Prefer dark GTK+ theme
-Patch0: cheese-prefer-darkGTK+-theme.patch
+Url:http://www.gnome.org/projects/cheese
+Source0:
http://download.gnome.org/sources/cheese/3.3/%{name}-%{version}.tar.xz
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(clutter-1.0)
 BuildRequires:  pkgconfig(clutter-gst-1.0)
@@ -66,7 +66,6 @@
 with fun graphical effects.
 
 %package -n libcheese%{lib_major}
-License:GPLv2+
 Summary:Webcam Booth for GNOME - Library
 Group:  System/Libraries
 # won't start without those:
@@ -79,8 +78,18 @@
 Cheese is an 

commit clutter for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package clutter for openSUSE:Factory checked 
in at 2012-01-09 12:02:53

Comparing /work/SRC/openSUSE:Factory/clutter (Old)
 and  /work/SRC/openSUSE:Factory/.clutter.new (New)


Package is clutter, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/clutter/clutter.changes  2011-10-18 
14:10:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.clutter.new/clutter.changes 2012-01-09 
12:02:54.0 +0100
@@ -1,0 +2,36 @@
+Tue Dec  6 10:50:15 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-Clutter-1_0 subpackage.
+- Add typelib-1_0-Clutter-1_0. Requires to devel subpackage.
+- Move the libclutter-glx-1_0-0 Conflicts to the new
+  typelib-1_0-Clutter-1_0 subpackage.
+
+---
+Tue Dec  6 08:41:58 UTC 2011 - dims...@opensuse.org
+
+- Add conflicts between libclutter-1_0-0 and the older
+  libclutter-glx-1_0-0; Obsoletes/Provides is technically wrong.
+
+---
+Tue Nov 22 14:31:11 UTC 2011 - dims...@opensuse.org
+
+- Update to version 1.9.2:
+  + Major changes:
+- Multi-backend build, and run-time backend selection
+- GDK windowing system backend
+- Show a hint when ClutterText is in password mode
+- Improve Windows build support
+- Remove the requirement for using clutter_threads_init()
+- Deprecate the default ClutterStage
+- Move the deprecated headers into their own directory
+- Change deprecation policy
+  + Bugs fixed: bgo#652588, bgo#659625, bgo#659601, bgo#659928,
+bgo#659893, bgo#656663, bgo#660354, bgo#660471, bgo#660512,
+bgo#660623, bgo#660985, bgo#661015, bgo#660786, bgo#661887,
+bgo#657434, bgo#663332, bgo#663594, bgo#663733, bgo#651718,
+bgo#663999, bgo#663720, bgo#663636
+  + Updated translations.
+- Rename subpackage libclutter-glx-1_0-0 to libclutter-1_0-0,
+  following the upstream changes.
+
+---

Old:

  clutter-1.8.2.tar.bz2

New:

  clutter-1.9.2.tar.bz2



Other differences:
--
++ clutter.spec ++
--- /var/tmp/diff_new_pack.uwYFda/_old  2012-01-09 12:02:56.0 +0100
+++ /var/tmp/diff_new_pack.uwYFda/_new  2012-01-09 12:02:56.0 +0100
@@ -16,21 +16,20 @@
 #
 
 
-Summary:The clutter library
-
 Name:   clutter
-Version:1.8.2
-Release:1
-License:LGPLv2.1+
-Url:http://clutter-project.org/
+Version:1.9.2
+Release:0
+Summary:The clutter library
+License:LGPL-2.1+
 Group:  System/Libraries
-Source0:
http://download.gnome.org/sources/clutter/1.8/%{name}-%{version}.tar.bz2
+Url:http://clutter-project.org/
+Source0:
http://download.gnome.org/sources/clutter/1.9/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(atk) = 2.1.5
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(cogl-1.0) = 1.8.0
+BuildRequires:  pkgconfig(cogl-1.0) = 1.9.1
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(gobject-2.0) = 2.28.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -50,23 +49,35 @@
 Clutter is an open source software library for creating fast, visually
 rich and animated graphical user interfaces.
 
-%package -n libclutter-glx-1_0-0
-License:LGPLv2.1+
+%package -n libclutter-1_0-0
 Summary:The clutter library
 Group:  System/Libraries
 Recommends: %{name}-lang = %{version}
 # To make the lang package installable
 Provides:   %{name} = %{version}
 
-%description  -n libclutter-glx-1_0-0
+%package -n typelib-1_0-Clutter-1_0
+Summary:The clutter library -- Introspection bindings
+Group:  System/Libraries
+# The library got renamed to libclutter-1_0-0. Installation of both
+# packages conflicts (on filelevel: the .typelib kept the name).
+Conflicts:  libclutter-glx-1_0-0
+
+%description -n typelib-1_0-Clutter-1_0
+Clutter is an open source software library for creating fast, visually
+rich and animated graphical user interfaces.
+
+This package provides the GObject Introspection bindings for Clutter.
+
+%description  -n libclutter-1_0-0
 Clutter is an open source software library for creating fast, visually
 rich and animated graphical user interfaces.
 
 %package devel
-License:LGPLv2.1+
 Summary:The clutter library (Development)
 Group:  Development/Libraries/GNOME
-Requires:   libclutter-glx-1_0-0 = %{version}
+Requires:   libclutter-1_0-0 = %{version}
+Requires:   typelib-1_0-Clutter-1_0 = 

commit clutter-gst for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package clutter-gst for openSUSE:Factory 
checked in at 2012-01-09 12:02:56

Comparing /work/SRC/openSUSE:Factory/clutter-gst (Old)
 and  /work/SRC/openSUSE:Factory/.clutter-gst.new (New)


Package is clutter-gst, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/clutter-gst/clutter-gst.changes  2011-10-04 
16:55:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.clutter-gst.new/clutter-gst.changes 
2012-01-09 12:02:58.0 +0100
@@ -1,0 +2,12 @@
+Thu Dec  8 14:19:16 UTC 2011 - dims...@opensuse.org
+
+- Split typefile file in typelib-1_0-ClutterGst-1_0 subpackage.
+- Add typelib-1_0-ClutterGst-1_0 Requires to devel subpackage.
+
+---
+Fri Oct 28 08:00:44 UTC 2011 - dims...@opensuse.org
+
+- Update to version 1.4.4:
+  + Build fixes, including compiling with glib 2.31.
+
+---

Old:

  clutter-gst-1.4.2.tar.bz2

New:

  clutter-gst-1.4.4.tar.bz2



Other differences:
--
++ clutter-gst.spec ++
--- /var/tmp/diff_new_pack.d3O26K/_old  2012-01-09 12:02:59.0 +0100
+++ /var/tmp/diff_new_pack.d3O26K/_new  2012-01-09 12:02:59.0 +0100
@@ -15,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   clutter-gst
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gstreamer-0_10-devel = 0.10.26
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 BuildRequires:  pkgconfig(clutter-1.0) = 1.4.0
 BuildRequires:  pkgconfig(cogl-1.0) = 1.8.0
-License:LGPLv2.1+
-Group:  System/Libraries
-Version:1.4.2
-Release:1
+Version:1.4.4
+Release:0
 Source0:
http://download.gnome.org/sources/clutter-gst/1.4/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 Url:http://clutter-project.org/
 Summary:GStreamer integration for Clutter
+License:LGPL-2.1+
+Group:  System/Libraries
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libclutter-gst-1_0-0 = %{version}-%{release}
 
@@ -41,7 +39,6 @@
 Clutter GStreamer enables the use of GStreamer with Clutter.
 
 %package -n  libclutter-gst-1_0-0
-License:LGPLv2.1+
 Summary:GStreamer integration for Clutter
 Group:  System/Libraries
 
@@ -51,11 +48,24 @@
 
 Clutter GStreamer enables the use of GStreamer with Clutter.
 
+%package -n typelib-1_0-ClutterGst-1_0
+Summary:GStreamer integration for Clutter -- Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-ClutterGst-1_0
+Clutter is an open source software library for creating fast, visually
+rich and animated graphical user interfaces.
+
+Clutter GStreamer enables the use of GStreamer with Clutter.
+
+This package provides the GObject Introspection bindings for Clutter
+GStreamer.
+
 %package devel
-License:LGPLv2.1+
 Summary:GStreamer integration for Clutter
 Group:  Development/Libraries/C and C++
 Requires:   libclutter-gst-1_0-0 = %{version}
+Requires:   typelib-1_0-ClutterGst-1_0 = %{version}
 Provides:   clutter-doc = %{version}
 Obsoletes:  clutter-doc  %{version}
 
@@ -87,6 +97,9 @@
 %defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/*.so.*
+
+%files -n typelib-1_0-ClutterGst-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/ClutterGst-1.0.typelib
 
 %files devel

++ clutter-gst-1.4.2.tar.bz2 - clutter-gst-1.4.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.4.2/NEWS new/clutter-gst-1.4.4/NEWS
--- old/clutter-gst-1.4.2/NEWS  2011-10-03 14:18:42.0 +0200
+++ new/clutter-gst-1.4.4/NEWS  2011-10-27 22:25:09.0 +0200
@@ -1,3 +1,14 @@
+clutter-gst 1.4.4 (27/10/2011)
+===
+
+List of changes since 1.4.2
+
+ o Build fixes, including compiling with glib 2.31
+
+Many thanks to:
+
+Laurent Bigonville
+
 clutter-gst 1.4.2 (03/10/2011)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.4.2/clutter-gst/Makefile.am 
new/clutter-gst-1.4.4/clutter-gst/Makefile.am
--- old/clutter-gst-1.4.2/clutter-gst/Makefile.am   2011-09-27 
14:47:10.0 +0200
+++ new/clutter-gst-1.4.4/clutter-gst/Makefile.am   2011-10-27 
22:23:13.0 +0200
@@ -63,12 +63,9 @@
 
 AM_CPPFLAGS =  \
-DCLUTTER_GST_COMPILATION

commit cogl for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package cogl for openSUSE:Factory checked in 
at 2012-01-09 12:03:02

Comparing /work/SRC/openSUSE:Factory/cogl (Old)
 and  /work/SRC/openSUSE:Factory/.cogl.new (New)


Package is cogl, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cogl/cogl.changes2011-10-18 
14:10:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes   2012-01-09 
12:03:04.0 +0100
@@ -1,0 +2,33 @@
+Thu Dec  8 13:50:20 UTC 2011 - dims...@opensuse.org
+
+- Split typelib files into their own subpackages:
+  typelib-1_0-Cogl-1_0 and typelib-1_0-CoglPango-1_0.
+- Add typelib-1_0-Cogl-1_0 and typelib-1_0-CoglPango-1_0 Requires
+  to devel subpackage.
+
+---
+Tue Nov 22 18:35:40 UTC 2011 - dims...@opensuse.org
+
+- Update to version 1.9.2:
+  + Ported more conformance tests from Clutter to be standalone
+Cogl tests.
+  + Adds experimental support for EXT_discard_framebuffer extension
+which is important for good performance on PowerVR graphics HW.
+  + Adds experimental API to enable clipping to the silhouette of
+an arbitrary 2D CoglPrimitive.
+  + Make the CoglTexture2DSliced API directly available as
+experimental API.
+  + Various API Extensions and enhancements.
+  + Ship a standalone cogl-xlib.h that must be included manually
+for any xlib specific api because the Xlib headers so many
+numerous badly namespaced symbols that it's not desireable to
+include them unless absolutely required.
+  + Updated the Wayland support to work with the latest upstream
+interfaces.
+  + Bugs fixed: bgo#656755, bgo#658700, bgo#660184, bgo#660387,
+bgo#660617, bgo#660986, bgo#661019, bgo#661174, bgo#662184,
+bgo#662542, bgo#663578, bgo#663628.
+  + Updated translations.
+- Rename libcogl5 to libcogl6, following upstream soversion change.
+
+---

Old:

  cogl-1.8.2.tar.bz2

New:

  cogl-1.9.2.tar.bz2



Other differences:
--
++ cogl.spec ++
--- /var/tmp/diff_new_pack.v4ceCU/_old  2012-01-09 12:03:05.0 +0100
+++ /var/tmp/diff_new_pack.v4ceCU/_new  2012-01-09 12:03:05.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   cogl
-Version:1.8.2
-Release:1
-License:LGPLv2.1+
+Version:1.9.2
+Release:0
 Summary:An object oriented GL/GLES Abstraction/Utility Layer
-Url:http://clutter-project.org/
+License:LGPL-2.1+
 Group:  System/Libraries
-Source0:
http://download.gnome.org/sources/cogl/1.8/%{name}-%{version}.tar.bz2
+Url:http://clutter-project.org/
+Source0:
http://download.gnome.org/sources/cogl/1.9/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc = 1.13
@@ -48,8 +47,7 @@
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
-%package -n libcogl5
-License:LGPLv2.1+
+%package -n libcogl6
 Summary:An object oriented GL/GLES Abstraction/Utility Layer
 Group:  System/Libraries
 Requires:   Mesa
@@ -57,12 +55,21 @@
 # To make the lang package installable
 Provides:   %{name} = %{version}
 
-%description  -n libcogl5
+%description  -n libcogl6
+Cogl is a small open source library for using 3D graphics hardware to draw
+pretty pictures.
+
+%package -n typelib-1_0-Cogl-1_0
+Summary:An object oriented GL/GLES Abstraction/Utility Layer -- 
Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Cogl-1_0
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
+This package provides the GObject Introspection bindings for Cogl.
+
 %package -n libcogl-pango0
-License:LGPLv2.1+
 Summary:An object oriented GL/GLES Abstraction/Utility Layer -- Pango 
Integration
 Group:  System/Libraries
 
@@ -70,12 +77,24 @@
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
+%package -n typelib-1_0-CoglPango-1_0
+Summary:An object oriented GL/GLES Abstraction/Utility Layer -- Pango 
Integration, Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-CoglPango-1_0
+Cogl is a small open source library for using 3D graphics hardware to draw
+pretty pictures.
+
+This package provides the GObject Introspection bindings for the Pango
+integration in Cogl.
+
 %package devel
-License:LGPLv2.1+
 Summary:An object oriented GL/GLES Abstraction/Utility Layer -- 
Development Files
 Group:  Development/Libraries/GNOME
-Requires:   

commit colord for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-01-09 12:03:06

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2011-11-02 
13:11:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-01-09 
12:03:09.0 +0100
@@ -1,0 +2,58 @@
+Thu Dec  8 20:25:09 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-Colord-1_0 subpackage.
+- Add typelib-1_0-Colord-1_0 Requires to libcolord-devel
+  subpackage.
+
+---
+Tue Dec  6 16:06:22 UTC 2011 - vu...@opensuse.org
+
+- Run the colord daemon as user colord (bnc#698250):
+  + Add colord-polkit-annotate-owner.patch: add
+org.freedesktop.policykit.owner annotations to policy file so
+that running as colord user works.
+  + Add a %pre script to create the colord user and change
+ownership of /var/lib/colord.
+  + Add pwdutils Requires(pre), to make sure we can create the
+user.
+  + Pass --with-daemon-user=colord to configure.
+  + Package /var/lib/colord with the right user.
+  + Add libtool BuildRequires and calls to autoreconf and
+intltoolize, as needed by above patch.
+
+---
+Tue Nov 29 21:27:11 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.1.15:
+  + This release fixes an important security bug: CVE-2011-4349.
+  + New Features:
+- Add a native driver for the Hughski ColorHug hardware
+- Export cd-math as three projects are now using it
+  + Bugfixes:
+- Documentation fixes and improvements
+- Do not crash the daemon if adding the device to the db failed
+- Do not match any sensor device with a kernel driver
+- Don't be obscure when the user passes a device-id to colormgr
+- Fix a memory leak when getting properties from a device
+- Fix colormgr device-get-default-profile
+- Fix some conection bugs in colormgr
+- Fix some potential SQL injections
+- Make gusb optional
+- Only use the udev USB helper if the PID and VID have matches
+- Output the Huey calibration matrices when dumping the sensor
+
+---
+Wed Nov 16 10:27:26 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.1.14:
+  + New Features:
+- Add defines for the i1 Display 3
+- Add two more DATA_source values to the specification
+- Align the output from colormgr get-devices and get-profiles
+- Allow cd-fix-profile to append and edit new metadata
+  + Bugfixes:
+- Ensure non-native device are added with no driver module
+- Split the sensor and device udev code
+  + Updated translations.
+
+---

Old:

  colord-0.1.13.tar.xz

New:

  colord-0.1.15.tar.xz
  colord-polkit-annotate-owner.patch



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.JH0w8b/_old  2012-01-09 12:03:10.0 +0100
+++ /var/tmp/diff_new_pack.JH0w8b/_new  2012-01-09 12:03:10.0 +0100
@@ -15,19 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   colord
-Version:0.1.13
-Release:1
-License:GPLv2+
+Version:0.1.15
+Release:0
 Summary:System Daemon for Managing Color Devices
-Url:http://colord.hughsie.com/
+License:GPL-2.0+
 Group:  System/Daemons
+Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM colord-polkit-annotate-owner.patch vu...@opensuse.org -- 
Add org.freedesktop.policykit.owner annotations to policy file; will enter git 
very soon
+Patch1: colord-polkit-annotate-owner.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
+# needed for patch1
+BuildRequires:  libtool
 BuildRequires:  sane-backends-devel
 BuildRequires:  vala
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
@@ -43,6 +45,7 @@
 BuildRequires:  pkgconfig(libusb-1.0) = 1.0.0
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(sqlite3)
+Requires(pre):  pwdutils
 Requires:   shared-color-profiles
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -62,10 +65,23 @@
 It is used by gnome-color-manager for system integration and use when
 there are no users 

commit devhelp for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package devhelp for openSUSE:Factory checked 
in at 2012-01-09 12:03:12

Comparing /work/SRC/openSUSE:Factory/devhelp (Old)
 and  /work/SRC/openSUSE:Factory/.devhelp.new (New)


Package is devhelp, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/devhelp/devhelp.changes  2011-10-02 
09:56:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.devhelp.new/devhelp.changes 2012-01-09 
12:03:14.0 +0100
@@ -1,0 +2,18 @@
+Tue Dec 20 10:00:34 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Bugs fixed:
+- bgo#456282: Add globbing/wildcards to search fields
+- bgo#646398, bgo#649064, bgo#652999, bgo#663789, bgo#666446.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Remove libwnck-devel BuildRequires: removed upstream.
+- Drop devhelp-fix-multiple-gdk-backends.patch: fixed upstream.
+  Also remove gnome-common BuildRequires and call to
+  gnome-autogen.sh that were needed for the patch.
+- Update descriptions of packages.
+- Update Url tag.
+
+---

Old:

  devhelp-3.2.0.tar.bz2
  devhelp-fix-multiple-gdk-backends.patch

New:

  devhelp-3.3.3.tar.xz



Other differences:
--
++ devhelp.spec ++
--- /var/tmp/diff_new_pack.xdV9Dn/_old  2012-01-09 12:03:15.0 +0100
+++ /var/tmp/diff_new_pack.xdV9Dn/_new  2012-01-09 12:03:15.0 +0100
@@ -19,28 +19,25 @@
 %define vimplugin_dir %{_datadir}/vim/site
 
 Name:   devhelp
-Version:3.2.0
-Release:1
-License:GPL-2.0+
+Version:3.3.3
+Release:0
 Summary:Developer's Help Program for GNOME
-Url:http://developer.imendio.com/wiki/Devhelp
+License:GPL-2.0+
 Group:  Development/Tools/Other
-Source: 
http://download.gnome.org/sources/devhelp/3.2/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM devhelp-fix-multiple-gdk-backends.patch bgo#652999 
vu...@opensuse.org -- Fix build when GTK+ has more than one backend (x11  
broadway, for instance)
-Patch0: devhelp-fix-multiple-gdk-backends.patch
+Url:https://live.gnome.org/devhelp
+Source: 
http://download.gnome.org/sources/devhelp/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
-# Needed for patch0
-BuildRequires:  gnome-common
 # For directory ownership of the plugins:
 BuildRequires:  gedit
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(webkitgtk-3.0)
-BuildRequires:  libwnck-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vim
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
+BuildRequires:  pkgconfig(webkitgtk-3.0)
 Recommends: %{name}-lang
 Suggests:   gedit-plugin-devhelp
 Suggests:   vim-plugin-devhelp
@@ -48,75 +45,35 @@
 %gconf_schemas_prereq
 
 %description
-Devhelp Features - Full indexing of books in XML
-
-- HTML viewer (GtkHTML2)
-
-- Search by function, struct, macro, and more
-
-- Auto completion
-
-- Command line search with nice Emacs integration
+Devhelp is an API documentation browser for GTK+ and GNOME.
 
 %package devel
-License:GPL-2.0+
 Summary:Developer's Help Program For GNOME
-Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 
 %description devel
-Devhelp Features - Full indexing of books in XML.
-
-- HTML viewer (GtkHTML2).
-
-- Search by function, struct, macro, and more.
-
-- Auto completion.
-
-- Commandline search, with nice emacs integration.
+Devhelp is an API documentation browser for GTK+ and GNOME.
 
 %package -n gedit-plugin-devhelp
-License:GPL-2.0+
 Summary:Developer's Help Program for GNOME
-Group:  Development/Tools/Other
 Requires:   gedit
 
 %description -n gedit-plugin-devhelp
-Devhelp Features - Full indexing of books in XML
-
-- HTML viewer (GtkHTML2)
-
-- Search by function, struct, macro, and more
-
-- Auto completion
-
-- Command line search with nice Emacs integration
+Devhelp is an API documentation browser for GTK+ and GNOME.
 
 %package -n vim-plugin-devhelp
-License:GPL-2.0+
 Summary:Developer's Help Program for GNOME
-Group:  Development/Tools/Other
 Requires:   vim
 
 %description -n vim-plugin-devhelp
-Devhelp Features - Full indexing of books in XML
-
-- HTML viewer (GtkHTML2)
-
-- Search by function, struct, macro, and more
-
-- Auto completion
-
-- Command line search 

commit empathy for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-01-09 12:03:15

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2011-10-28 
19:34:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-01-09 
12:03:17.0 +0100
@@ -1,0 +2,46 @@
+Tue Dec 20 13:48:42 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Note that IRC contacts are currently broken (bgo#666531).
+  + Bugs fixed: bgo#649208, bgo#654171, bgo#660547, bgo#661640,
+bgo#662873, bgo#663124, bgo#663328, bgo#663387, bgo#663682,
+bgo#664459, bgo#664564, bgo#664795, bgo#664935, bgo#665038,
+bgo#665121, bgo#665171, bgo#665256, bgo#665403, bgo#665592,
+bgo#665853, bgo#666163, bgo#653812, bgo#665244.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add explicit pkgconfig(gnutls) and pkgconfig(libsoup-2.4)
+  BuildRequires: those were missing before.
+
+---
+Mon Nov 21 16:43:33 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Bugs fixed: bgo#662504, bgo#646682, bgo#652544, bgo#654430,
+bgo#661805, bgo#662604, bgo#662609, bgo#662727, bgo#662843,
+bgo#662903, bgo#662995, bgo#663327, bgo#663442, bgo#663563,
+bgo#663567, bgo#663763, bgo#663842, bgo#664313
+  + Updated translations.
+
+---
+Wed Oct 28 19:36:07 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1 and 3.2.1.1.
+  + The New Call and New Conversation dialogs have been
+re-written and the experimental Call UI has been improved.
+  + New xmpp link-local icon.
+  + Bugs fixed:
+- bgo#659207: Some preferences are obscure or obsolete with
+  gnome 3
+- bgo#659807: auth request contacts not included in contact
+  list
+- bgo#574879, bgo#612555, bgo#619186, bgo#629517, bgo#646630,
+  bgo#650861, bgo#656884, bgo#656907, bgo#658245, bgo#659144,
+  bgo#659474, bgo#659594, bgo#659816, bgo#659952, bgo#660124,
+  bgo#660429, bgo#660449, bgo#661464, bgo#661489, bgo#661734,
+  bgo#661756, bgo#661981, bgo#661993, bgo#662250.,
+
+---

Old:

  empathy-3.2.1.1.tar.bz2

New:

  empathy-3.3.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.aHLj90/_old  2012-01-09 12:03:21.0 +0100
+++ /var/tmp/diff_new_pack.aHLj90/_new  2012-01-09 12:03:21.0 +0100
@@ -16,33 +16,35 @@
 #
 
 
-
 Name:   empathy
-Version:3.2.1.1
-Release:1
+Version:3.3.3
+Release:0
 # FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
-License:GPLv2+
 Summary:Instant Messenger Client for GNOME, based on Telepathy
-Url:http://live.gnome.org/Empathy
+License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
-Source: 
http://download.gnome.org/sources/empathy/3.2/%{name}-%{version}.tar.bz2
+Url:http://live.gnome.org/Empathy
+Source: 
http://download.gnome.org/sources/empathy/3.3/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(champlain-gtk-0.12)
 BuildRequires:  pkgconfig(cheese-gtk)
 BuildRequires:  pkgconfig(clutter-1.0) = 1.7.14
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(folks-telepathy) = 0.6.2
+BuildRequires:  pkgconfig(folks-telepathy) = 0.6.6
 BuildRequires:  pkgconfig(gcr-3)
 BuildRequires:  pkgconfig(geoclue)
 BuildRequires:  pkgconfig(geocode-glib)
 BuildRequires:  pkgconfig(gnome-keyring-1)
-BuildRequires:  pkgconfig(goa-1.0)
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(goa-1.0) = 3.3.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0.2
@@ -54,10 +56,11 @@
 BuildRequires:  pkgconfig(libnotify) = 0.7.0
 BuildRequires:  

commit eog for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package eog for openSUSE:Factory checked in 
at 2012-01-09 12:03:19

Comparing /work/SRC/openSUSE:Factory/eog (Old)
 and  /work/SRC/openSUSE:Factory/.eog.new (New)


Package is eog, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/eog/eog.changes  2011-10-18 14:11:44.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eog.new/eog.changes 2012-01-09 
12:03:22.0 +0100
@@ -1,0 +2,35 @@
+Tue Dec 20 10:06:36 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Extend Open containing folder to use Nautilus' new DBus API
+(bgo#650402)
+  + Make metadata summaries available as sidebar again
+(bgo#616438)
+  + Replace lots of deprecated APIs
+  + Various fixes/improvements (including bgo#607287)
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Tue Nov 22 09:40:01 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.2:
+  + Fix deadlock with recently changed GApplication-behaviour
+(bgo#662630)
+  + Automatically reload unmodified images when the file changes
+(bgo#555370)
+  + Try to preserve file attributes when saving (bgo#653065)
+  + Allow reusing a window from the commandline (bgo#617735)
+  + Improved help docs
+  + Other bug fixes: bgo#614869, bgo#655205, bgo#661325.
+  + Updated translations.
+
+---
+Tue Nov 15 10:07:58 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.2:
+  + Updated translations.
+
+---

Old:

  eog-3.2.1.tar.bz2

New:

  eog-3.3.3.tar.xz



Other differences:
--
++ eog.spec ++
--- /var/tmp/diff_new_pack.CIYYK6/_old  2012-01-09 12:03:23.0 +0100
+++ /var/tmp/diff_new_pack.CIYYK6/_new  2012-01-09 12:03:23.0 +0100
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   eog
-Version:3.2.1
-Release:1
+Version:3.3.3
+Release:0
 # FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once 
fixed exempi is in
-License:GPLv2+ ; LGPLv2.1+
 Summary:Image Viewer for GNOME
-Url:http://www.gnome.org/
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Productivity/Graphics/Viewers
-Source: 
http://download.gnome.org/sources/eog/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org/
+Source: 
http://download.gnome.org/sources/eog/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -34,8 +32,10 @@
 BuildRequires:  libtool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(glib-2.0) = 2.31.0
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gnome-icon-theme)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -57,9 +57,7 @@
 functional image viewer.
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+
 Summary:Image Viewer for GNOME
-Group:  Productivity/Graphics/Viewers
 Requires:   %{name} = %{version}
 
 %description devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eog-plugins for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package eog-plugins for openSUSE:Factory 
checked in at 2012-01-09 12:03:22

Comparing /work/SRC/openSUSE:Factory/eog-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.eog-plugins.new (New)


Package is eog-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eog-plugins/eog-plugins.changes  2011-10-21 
16:28:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.eog-plugins.new/eog-plugins.changes 
2012-01-09 12:03:25.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 22 09:40:08 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.2:
+  + PicasaWeb Uploader: bgo#663494, The column titles in the
+postasa-uploads-view are not translatable.
+  + Updated translations.
+
+---

Old:

  eog-plugins-3.2.1.tar.bz2

New:

  eog-plugins-3.2.2.tar.bz2



Other differences:
--
++ eog-plugins.spec ++
--- /var/tmp/diff_new_pack.RJyc0W/_old  2012-01-09 12:03:26.0 +0100
+++ /var/tmp/diff_new_pack.RJyc0W/_new  2012-01-09 12:03:26.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   eog-plugins
-Version:3.2.1
+Version:3.2.2
 Release:1
 #FIXME: add postr BuildRequires when we have a package
 License:GPLv2+

++ eog-plugins-3.2.1.tar.bz2 - eog-plugins-3.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eog-plugins-3.2.1/ChangeLog 
new/eog-plugins-3.2.2/ChangeLog
--- old/eog-plugins-3.2.1/ChangeLog 2011-10-20 12:34:19.0 +0200
+++ new/eog-plugins-3.2.2/ChangeLog 2011-11-21 22:31:21.0 +0100
@@ -1,5 +1,79 @@
 # Generated by Makefile. Do not edit.
 
+commit 4e153fb07f30d7b351f3a5e04ca88673bd7aa4d2
+Author: Felix Riemann friem...@gnome.org
+Date:   Mon Nov 21 22:30:52 2011 +0100
+
+Prepare for release 3.2.2
+
+ NEWS |   17 +
+ 1 files changed, 17 insertions(+), 0 deletions(-)
+
+commit 9bffafde76fc1930d5a5880c16f651f1a550d5e9
+Author: Mario Blättermann mari...@gnome.org
+Date:   Fri Nov 18 18:06:13 2011 +0100
+
+[l10n] Updated German translation
+
+ po/de.po |   56 ++--
+ 1 files changed, 34 insertions(+), 22 deletions(-)
+
+commit 36e5c517c8a8483883e413cefd5ac845676b9ef5
+Author: Daniel Mustieles daniel.mustie...@gmail.com
+Date:   Mon Nov 14 10:50:51 2011 +0100
+
+Updated Spanish translation
+
+ po/es.po |   53 +++--
+ 1 files changed, 31 insertions(+), 22 deletions(-)
+
+commit 55ad8e0552992a5bd040ff264fcace1ba768591b
+Author: Marek Černocký ma...@manet.cz
+Date:   Thu Nov 10 16:23:41 2011 +0100
+
+Updated Czech translation
+
+ po/cs.po |   54 +++---
+ 1 files changed, 31 insertions(+), 23 deletions(-)
+
+commit 1c0d196a22e6da136777a13922b0d68f60889b14
+Author: Piotr Drąg piotrd...@gmail.com
+Date:   Wed Nov 9 23:22:34 2011 +0100
+
+Updated Polish translation
+
+ po/pl.po |   22 +-
+ 1 files changed, 17 insertions(+), 5 deletions(-)
+
+commit 7bc7d2a15cb2bc9085d5bd89521db223f333f824
+Author: Jiro Matsuzawa jmatsuz...@src.gnome.org
+Date:   Sun Nov 6 19:15:59 2011 +0900
+
+[postasa] Mark column titles as translatable
+
+https://bugzilla.gnome.org/show_bug.cgi?id=663494
+
+ plugins/postasa/postasa-uploads.xml |6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 6d524a2833d90effbe7c2af0f3cf805f4bef4dc0
+Author: Sílvia Miranda sil...@softcatala.cat
+Date:   Sun Oct 23 20:33:29 2011 +0200
+
+[l10n]Updated Catalan translation
+
+ po/ca.po |  129 -
+ 1 files changed, 68 insertions(+), 61 deletions(-)
+
+commit 0e05280d81e493c3d1d0c6178a4a23f1801a0dcf
+Author: Felix Riemann friem...@gnome.org
+Date:   Thu Oct 20 12:35:29 2011 +0200
+
+Post-release version bump
+
+ configure.ac |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
 commit e98ddd186a184698bb48fc3b7684288b396515de
 Author: Felix Riemann friem...@gnome.org
 Date:   Thu Oct 20 12:33:43 2011 +0200
@@ -658,13 +732,13 @@
 The keys don't have descriptions yet.
 
  configure.ac   |   14 +-
- plugins/exif-display/Makefile.am   |   14 ++-
+ plugins/exif-display/Makefile.am   |   16 ++-
  .../eog-exif-display-plugin-settings.h |   31 +
  .../exif-display/eog-exif-display-plugin-setup.c   |   77 +++-
  plugins/exif-display/eog-exif-display-plugin.c |  135 ++--
  plugins/exif-display/eog-exif-display-plugin.h |5 +
  

commit epiphany for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2012-01-09 12:03:27

Comparing /work/SRC/openSUSE:Factory/epiphany (Old)
 and  /work/SRC/openSUSE:Factory/.epiphany.new (New)


Package is epiphany, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes2011-10-19 
13:53:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2012-01-09 
12:03:32.0 +0100
@@ -1,0 +2,48 @@
+Tue Dec 20 10:11:06 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Combine the stop/reload buttons (bgo#657655)
+  + Drop bookmarks/topics bar
+  + Properly save about: URIs in session (bgo#664483)
+  + Use a vanilla GtkToolbar instead of an EggEditableToolbar
+(bgo#664483)
+  + Use an overlay progressbar for the load progress (bgo#665470)
+  + Use GtkOverlay for the statusbar (bgo#653996)
+  + Kill right/left padding in the toolbar so that icons are
+accessible from the edge of the screen (bgo#665518)
+  + Use new-windows-in-tabs by default (bgo#656091)
+  + Remove Go and Tabs menu
+  + Remove user visible concept of homepage (bgo#665469)
+  + Remove the toolbar editor (bgo#664260)
+  + Use uniform style for about: pages (bgo#665136)
+  + Use GTK+ 3.0 icon names (bgo#665170)
+  + Make sure WebApps are always shown in the shell (bgo#664751)
+  + Use SoupSession:ssl-use-system-ca-file property instead of
+copying the detection code (bgo#633109)
+  + Never show tabs in application mode (bgo#663668)
+  + Layout fixes for the properties dialog (bgo#662252)
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Remove --with-ca-file/--without-ca-file configure option: removed
+  upstream.
+
+---
+Tue Nov 22 09:38:46 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.2:
+  + Use GNetworkMonitor to monitor network changes (bgo#664096)
+  + Remove use of deprecated GTK+ APIs (bgo#664120)
+  + Fix icon in PDM's Clear All button (bgo#663159)
+  + Show the WebKit version in the about dialog
+  + Other minor fixes
+
+---
+Thu Oct 27 21:07:33 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1.
+  + Port from GtkTable to GtkGrid (bgo#661347)
+  + Updated translations.
+
+---

Old:

  epiphany-3.2.1.tar.bz2

New:

  epiphany-3.3.3.tar.xz



Other differences:
--
++ epiphany.spec ++
--- /var/tmp/diff_new_pack.iwDEoG/_old  2012-01-09 12:03:34.0 +0100
+++ /var/tmp/diff_new_pack.iwDEoG/_new  2012-01-09 12:03:34.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   epiphany
-Version:3.2.1
-Release:1
-License:GPLv2+
+Version:3.3.3
+Release:0
 Summary:GNOME Web Browser
-Url:http://www.gnome.org/projects/epiphany/
+License:GPL-2.0+
 Group:  Productivity/Networking/Web/Browsers
-Source: 
http://download.gnome.org/sources/epiphany/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org/projects/epiphany/
+Source: 
http://download.gnome.org/sources/epiphany/3.3/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE epiphany-hide-bookmark-editor.patch vu...@opensuse.org -- 
Hide bookmark editors in menu
 Patch0: epiphany-hide-bookmark-editor.patch
 # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 
vu...@novell.com -- Make one-click install work with one-click
@@ -40,13 +39,15 @@
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel = 0.5.1
 BuildRequires:  libseed-gtk3-devel
-BuildRequires:  libsoup-devel
+BuildRequires:  libsoup-devel = 2.37.1
 BuildRequires:  libtool
 BuildRequires:  libwebkitgtk3-devel = 1.6.1
 BuildRequires:  libxslt-devel
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 Requires:   %{name}-branding = %{version}
 Requires:   NetworkManager
@@ -62,7 +63,6 @@
 simplicity and standards compliance.
 
 %package devel
-License:GPLv2+
 Summary:GNOME Web Browser
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
@@ -74,7 +74,6 @@
 simplicity and standards compliance.
 
 %package branding-upstream
-License:

commit epiphany-extensions for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package epiphany-extensions for 
openSUSE:Factory checked in at 2012-01-09 12:03:30

Comparing /work/SRC/openSUSE:Factory/epiphany-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.epiphany-extensions.new (New)


Package is epiphany-extensions, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/epiphany-extensions/epiphany-extensions.changes  
2011-10-13 12:18:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.epiphany-extensions.new/epiphany-extensions.changes 
2012-01-09 12:03:34.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 21 13:20:49 UTC 2011 - vu...@opensuse.org
+
+- Add epiphany-extensions-ephy-3.3.patch: build against epiphany
+  3.3.x, taken from git.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh,
+  needed for the above patch.
+
+---

New:

  epiphany-extensions-ephy-3.3.patch



Other differences:
--
++ epiphany-extensions.spec ++
--- /var/tmp/diff_new_pack.1jati3/_old  2012-01-09 12:03:35.0 +0100
+++ /var/tmp/diff_new_pack.1jati3/_new  2012-01-09 12:03:35.0 +0100
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   epiphany-extensions
 Version:3.2.0
-Release:1
-License:GPL-2.0+ ; LGPL-2.1+
+Release:0
 Summary:Extensions Collection for Epiphany
-Url:http://www.gnome.org/projects/epiphany/
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Productivity/Networking/Web/Browsers
+Url:http://www.gnome.org/projects/epiphany/
 Source: 
http://download.gnome.org/sources/epiphany-extensions/3.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM epiphany-extensions-ephy-3.3.patch vu...@opensuse.org -- 
Build against ephy 3.3.x, taken from git
+Patch0: epiphany-extensions-ephy-3.3.patch
 %define api_version %(pkg-config --variable extensionsdir 
%{_libdir}/pkgconfig/epiphany-*.pc | sed 
s,^%{_libdir}/epiphany/,,;s,/extensions$,,)
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  epiphany
 BuildRequires:  epiphany-devel = 3.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+# needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  libwebkitgtk3-devel
@@ -52,8 +54,11 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
+# needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
 --disable-static \
 --enable-compile-warnings=yes \

++ epiphany-extensions-ephy-3.3.patch ++
From 81eb69151fa94eb9d6babc0b1ee36ea004df2f0b Mon Sep 17 00:00:00 2001
From: Diego Escalante Urrelo descala...@igalia.com
Date: Thu, 15 Dec 2011 09:07:40 +
Subject: configure: use Epiphany 3.3 API

---
diff --git a/configure.ac b/configure.ac
index d764e94..009ba4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ m4_define([e_e_branch],[trunk])
 
 AC_INIT([GNOME Web Browser 
Extensions],[e_e_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany-extensions],[epiphany-extensions])
 
-EPIPHANY_API_VERSION=3.2
+EPIPHANY_API_VERSION=3.3
 
 EPIPHANY_EXTENSIONS_MAJOR=e_e_version_major.e_e_version_minor
 AC_SUBST(EPIPHANY_EXTENSIONS_MAJOR)
--
cgit v0.9.0.2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evince for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2012-01-09 12:03:33

Comparing /work/SRC/openSUSE:Factory/evince (Old)
 and  /work/SRC/openSUSE:Factory/.evince.new (New)


Package is evince, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/evince/evince.changes2011-10-18 
14:11:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes   2012-01-09 
12:03:35.0 +0100
@@ -1,0 +2,54 @@
+Fri Dec 23 10:37:17 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.3.1:
+  + Fix the build making libevdocument link against gmodule-2.0
+  + Updated translations.
+
+---
+Tue Dec 20 10:18:02 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + New features and improvements:
+- Add an option to show odd pages on the left in dual mode.
+  This option has been added to libevince but it's not exposed
+  by the evine UI yet. (bgo#444587)
+- Add Office category to desktop file (bgo#666346)
+- Add configure option --disable-viewer
+- Allow compiling with glib  2.31.0
+  + Bug fixes:
+- Refresh thumbnail only when there's a document loaded
+- Add x-ext-type fallback mime-types to fix mime-type
+  detection on windows
+- Fix rotation of tiff documents with different X/Y resolution
+- Close descriptor of temporary files before copying to them.
+  It seems that on Windows, g_file_copy() does not work on
+  files with a file desciptor open
+- Remove use of several deprecated GTK+ API
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Stop changing categories in evince.desktop: they are perfect
+  upstream.
+
+---
+Tue Nov 22 19:17:55 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + New features and improvements:
+- Improve mime type detection on win32
+  + Bug fixes:
+- Remove use of several deprecated API in GLib and GTK+
+- Update smclient from libegg to fix the application name
+  (bgo#631612)
+- Update synctex to version 1.17 to fix problems with file
+  paths
+  + Updated documentations.
+  + Updated translations.
+
+---
+Fri Nov 18 20:15:55 UTC 2011 - vu...@opensuse.org
+
+- Add libgxps-devel BuildRequires to build the XPS backend.
+
+---

Old:

  evince-3.2.1.tar.bz2

New:

  evince-3.3.3.1.tar.xz



Other differences:
--
++ evince.spec ++
--- /var/tmp/diff_new_pack.VEKVQl/_old  2012-01-09 12:03:37.0 +0100
+++ /var/tmp/diff_new_pack.VEKVQl/_new  2012-01-09 12:03:37.0 +0100
@@ -18,14 +18,14 @@
 
 
 Name:   evince
-Version:3.2.1
+Version:3.3.3.1
 Release:1
 %define _major_version 3.0
-License:GPLv2+
 Summary:GNOME Document Viewer
-Url:http://www.gnome.org/projects/evince/
+License:GPL-2.0+
 Group:  Productivity/Office/Other
-Source: 
http://download.gnome.org/sources/evince/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org/projects/evince/
+Source: 
http://download.gnome.org/sources/evince/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript-fonts-std
@@ -36,6 +36,7 @@
 BuildRequires:  intltool
 BuildRequires:  libdjvulibre-devel
 BuildRequires:  libgnome-keyring-devel
+BuildRequires:  libgxps-devel
 BuildRequires:  libpoppler-glib-devel
 BuildRequires:  libspectre-devel
 BuildRequires:  libtiff-devel
@@ -45,6 +46,8 @@
 BuildRequires:  texlive-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  zlib-devel
 Recommends: %{name}-lang
 # For the comics backend
@@ -62,9 +65,7 @@
 singlepage document formats like PDF and PostScript.
 
 %package devel
-License:GPLv2+
 Summary:GNOME Document Viewer
-Group:  Productivity/Office/Other
 Requires:   %{name} = %{version}
 Obsoletes:  evince-doc = 2.25.4
 Provides:   evince-doc = 2.25.4
@@ -74,9 +75,7 @@
 singlepage document formats like PDF and PostScript.
 
 %package -n nautilus-evince
-License:GPLv2+
 Summary:Evince Plugin for Nautilus
-Group:  Productivity/Office/Other
 Requires:   

commit evolution for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2012-01-09 12:03:36

Comparing /work/SRC/openSUSE:Factory/evolution (Old)
 and  /work/SRC/openSUSE:Factory/.evolution.new (New)


Package is evolution, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2011-10-24 
13:39:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2012-01-09 
12:03:38.0 +0100
@@ -1,0 +2,94 @@
+Thu Jan  5 10:33:18 UTC 2012 - vu...@opensuse.org
+
+- Add evolution-libpst-0.6.54.patch: fix build with libpst 0.6.54.
+
+---
+Tue Dec 20 13:30:37 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Migrate to GSettings.
+  + Reorder accounts by drag-and-drop.
+  + Add a hidden --version option.
+  + Remove some unnecessary GConf crud.
+  + Split MDN handling into a module.
+  + Various other code changes.
+  + Bugs fixed:
+- bgo#566793: Support Drop And Drag Into Nautilus As PDF File
+- bgo#577322: Rename of a system ESource doesn't persist
+- bgo#585066: Add Auto-Submitted header to outgoing MDNs
+- bgo#661043: Printing causes email images to download
+- bgo#376075, bgo#561696, bgo#578245, bgo#580394, bgo#582649,
+  bgo#616561, bgo#659491, bgo#663122, bgo#663615, bgo#664018,
+  bgo#664634, bgo#664654, bgo#664678, bgo#664707, bgo#664708,
+  bgo#664753, bgo#665103, bgo#665123, bgo#665149, bgo#665782,
+  bgo#665980, bgo#665981, bgo#666081, bgo#666106, bgo#666341.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Drop evolution-GtkHVBox.patch: while we could keep the patch,
+  it's not needed anymore to fix the build and it's easier to not
+  have to rebase it all the time.
+- Mark bnc-210959-evo-accept-ics.patch as needing a rebase, and
+  stop applying it (bnc#737890).
+- Only use gnome-common BuildRequires and call autoreconf,
+  intltoolize and tweak help/Makefile.in if we change the build
+  system, which is if %USE_EVOLDAP is set.
+- Use %glib2_gsettings_schema_* macros for new GSettings schemas.
+
+---
+Mon Nov 21 08:34:45 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Remove g_thread_init() calls.
+  + Teach Evolution about Photo/Logo EContact fields stored as URIs
+  + Various other code changes.
+  + Bugs fixed:
+- bgo#662914: Reply to gnupg signed mails should be signed
+- bgo#440316, bgo#565483, bgo#627952, bgo#636214, bgo#659557,
+  bgo#659736, bgo#659945, bgo#660782, bgo#660878, bgo#661126,
+  bgo#662589, bgo#662742, bgo#662929, bgo#663286, bgo#663372,
+  bgo#663376, bgo#663746, bgo#663748, bgo#663836, bgo#664001,
+  bgo#664016.
+  + Updated translations.
+
+---
+Thu Oct 27 21:55:45 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1.1:
+  + Work around libgthread shenanigans in GLib 2.31.
+
+---
+Wed Oct 26 19:42:33 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + User documentation improvements.
+  + Move EExtension framework to libebackend.
+  + Various other code changes.
+  + Bugs fixed:
+- bgo#351025: Make the order of the mail accounts configurable
+- bgo#527614: Valgrind shows a nice amount of lost memory
+- bgo#601898: SOCKS proxy does not work with mailer
+- bgo#657374: mailto: attachment parameter can lead to
+  accidental data exfiltration
+- bgo#660530: Improve folder Subscription interface
+- bgo#235665, bgo#451377, bgo#455271, bgo#576478, bgo#616981,
+  bgo#632619, bgo#637673, bgo#655252, bgo#655625, bgo#656378,
+  bgo#656473, bgo#657170, bgo#658066, bgo#658835, bgo#659440,
+  bgo#659486, bgo#659517, bgo#659555, bgo#659558, bgo#659568,
+  bgo#659726, bgo#659828, bgo#659874, bgo#659876, bgo#659932,
+  bgo#660224, bgo#660584, bgo#660721, bgo#660738, bgo#660782,
+  bgo#660799, bgo#660829, bgo#660850, bgo#660861, bgo#660878,
+  bgo#661399, bgo#661404, bgo#661409, bgo#661434, bgo#661534,
+  bgo#661542, bgo#661549, bgo#661650.
+  + Updated translations.
+- Drop evolution-text-colour.patch: fixed upstream.
+- Rebase evolution-GtkHVBox.patch.
+
+---
+Mon Oct 24 13:57:36 UTC 2011 - awa...@opensuse.org
+
+- Add evolution-text-colour.patch: fix broken text colour
+  highlighting (bgo#660738).
+
+---

Old:

  

commit evolution-ews for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-01-09 12:03:39

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is pchenth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2011-10-18 14:11:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-01-09 12:03:41.0 +0100
@@ -1,0 +2,41 @@
+Tue Dec 20 13:41:56 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Fix address-book to display contents without error.
+  + Implement GetFolder request.
+  + Remove all *_DISABLE_DEPRECATED_FLAGS.
+  + Remove GSEAL_ENABLE macro.
+  + Bugs fixed:
+- bgo#656376: Support for delegation
+- bgo#664637: Deleted messages appear in Inbox
+- bgo#648877, bgo#654940, bgo#659679, bgo#661537, bgo#663379,
+  bgo#664116, bgo#664572, bgo#665065.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Drop change-compiler-flag-dimstar.patch: fixed upstream. Also
+  remove gnome-common BuildRequires and call to gnome-autogen.sh
+  that were needed for the patch.
+
+---
+Mon Nov 21 08:41:16 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Remove g_thread_init() calls.
+  + Do not use deprecated g_atexit.
+  + Bugs fixed: bgo#657320, bgo#661528, bgo#661972, bgo#662598.
+  + Updated translations.
+- Changes from version 3.3.1.1:
+  + Work around libgthread shenanigans in GLib 2.31.
+- Changes from version 3.3.1:
+  + Adapt to various API changes.
+  + Prefill Host URL when creating new account
+  + Use SHA256 of EWS ItemId for cache filename, not the ItemId
+itself.
+  + Updated translations.
+- Enhance change-compiler-flag-dimstar.patch: Remove usage of
+  G_DISABLE_DEPRECATED from the build.
+- Drop base-version-changed.patch: fixed upstream.
+
+---

Old:

  base-version-changed.patch
  change-compiler-flag-dimstar.patch
  evolution-ews.tar.bz2

New:

  evolution-ews-3.3.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.QJn5r5/_old  2012-01-09 12:03:42.0 +0100
+++ /var/tmp/diff_new_pack.QJn5r5/_new  2012-01-09 12:03:42.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package
+# spec file for package evolution-ews
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -17,24 +17,19 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.2
-# This is a git checkout for now
-Version:0.31.0
-Release:1
-License:LGPLv2.1
+%define evolution_base_version 3.4
+Version:3.3.3
+Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
-Url:http://projects.gnome.org/evolution/
+License:LGPL-2.1
 Group:  Productivity/Networking/Email/Clients
-Source: %{name}.tar.bz2
-# PATCH-FIX-UPSTREAM base-version-changed.patch -- Build against evo 3.2
-Patch0: base-version-changed.patch
-# PATCH-FIX-OPENSUSE change-compiler-flag-dimstar.patch -- Temporary hack to 
fix build
-Patch1: change-compiler-flag-dimstar.patch
+Url:http://projects.gnome.org/evolution/
+Source: 
http://download.gnome.org/sources/evolution-ews/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(camel-provider-1.2)
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(evolution-data-server-1.2)
 BuildRequires:  pkgconfig(evolution-plugin-3.0)
 BuildRequires:  pkgconfig(evolution-shell-3.0)
@@ -98,13 +93,10 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}
+%setup -q
 translation-update-upstream
-%patch0 -p1
-%patch1 -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %{configure} \
   --disable-static
 make %{?_smp_mflags}
@@ -139,11 +131,13 @@
 
 %files -n libeews-1_2-0
 %defattr(-, root, root)

commit evolution-exchange for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-exchange for 
openSUSE:Factory checked in at 2012-01-09 12:03:43

Comparing /work/SRC/openSUSE:Factory/evolution-exchange (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-exchange.new (New)


Package is evolution-exchange, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/evolution-exchange/evolution-exchange.changes
2011-10-18 14:12:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.evolution-exchange.new/evolution-exchange.changes   
2012-01-09 12:03:44.0 +0100
@@ -1,0 +2,29 @@
+Tue Dec 20 13:41:43 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Adapt to Evolution API changes.
+  + Remove almost all *_DISABLE_DEPRECATED_FLAGS.
+  + Remove GSEAL_ENABLE macro.
+  + Remove *_DISABLE_SINGLE_INCLUDES macros.
+  + Bugs fixed: bgo#664572.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add evolution-exchange-fix-build.patch: remove non-existing
+  include, taken from git.
+
+---
+Mon Nov 21 08:42:20 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Remove g_thread_init() calls.
+  + CamelExchangeSearch: Use CamelSExp instead of ESExp.
+  + Updated translations.
+- Changes from version 3.3.1.1:
+  + Work around libgthread shenanigans in Glib 2.31.
+- Changes from version 3.3.1:
+  + Adapt to recent ECalBakcend API changes
+  + Adapt to Camel's new authentication API.
+  + Updated translations.
+
+---

Old:

  evolution-exchange-3.2.1.tar.bz2

New:

  evolution-exchange-3.3.3.tar.xz
  evolution-exchange-fix-build.patch



Other differences:
--
++ evolution-exchange.spec ++
--- /var/tmp/diff_new_pack.ik027G/_old  2012-01-09 12:03:45.0 +0100
+++ /var/tmp/diff_new_pack.ik027G/_new  2012-01-09 12:03:45.0 +0100
@@ -15,12 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define USE_EVOLDAP 0
 
 Name:   evolution-exchange
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in of evolution.
-%define evolution_base_version 3.2
+%define evolution_base_version 3.4
 BuildRequires:  db-devel
 %if %USE_EVOLDAP
 BuildRequires:  evoldap2-devel
@@ -35,12 +34,16 @@
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  translation-update-upstream
-License:GPLv2+
-Group:  Productivity/Networking/Email/Utilities
-Version:3.2.1
-Release:1
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
+Version:3.3.3
+Release:0
 Summary:Evolution Connector for Microsoft Exchange Server 2000/2003
-Source: 
http://download.gnome.org/sources/evolution-exchange/3.2/%{name}-%{version}.tar.bz2
+License:GPL-2.0+
+Group:  Productivity/Networking/Email/Utilities
+Source: 
http://download.gnome.org/sources/evolution-exchange/3.3/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM evolution-exchange-fix-build.patch vu...@opensuse.org -- 
Fix build, taken from git
+Patch0: evolution-exchange-fix-build.patch
 Url:http://www.novell.com/products/connector
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 DocDir: %{_defaultdocdir}/evolution-exchange
@@ -62,6 +65,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
 %{configure} \

++ evolution-exchange-fix-build.patch ++
From acfaeeaec3f9c7d1594a7e4e1c065383fd7e93c8 Mon Sep 17 00:00:00 2001
From: Milan Crha mc...@redhat.com
Date: Mon, 19 Dec 2011 19:49:45 +
Subject: Remove forgotten include

---
diff --git a/eplugin/exchange-delegates-user.c 
b/eplugin/exchange-delegates-user.c
index a881844..3c373b0 100644
--- a/eplugin/exchange-delegates-user.c
+++ b/eplugin/exchange-delegates-user.c
@@ -31,7 +31,6 @@
 #include shell/e-shell.h
 #include mail/mail-ops.h
 #include mail/mail-send-recv.h
-#include mail/e-mail-local.h
 #include mail/e-mail-folder-utils.h
 #include exchange-account.h
 #include e2k-global-catalog.h
--
cgit v0.9.0.2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-groupwise for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-groupwise for 
openSUSE:Factory checked in at 2012-01-09 12:03:46

Comparing /work/SRC/openSUSE:Factory/evolution-groupwise (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-groupwise.new (New)


Package is evolution-groupwise, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/evolution-groupwise/evolution-groupwise.changes  
2011-10-18 14:12:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.evolution-groupwise.new/evolution-groupwise.changes 
2012-01-09 12:03:47.0 +0100
@@ -1,0 +2,28 @@
+Tue Dec 20 13:42:01 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Adapt to Evolution API changes.
+  + Remove deprecated e-mail-store header file
+  + Remove almost all *_DISABLE_DEPRECATED_FLAGS.
+  + Remove GSEAL_ENABLE macro.
+  + Remove *_DISABLE_SINGLE_INCLUDES macros.
+  + Bugs fixed: bgo#651453, bgo#656273, bgo#664572.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Mon Nov 21 08:45:13 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Adapt to evolution and e-d-s API changes.
+  + Remove g_thread_init() calls.
+  + Bugs fixed: bgo#651465.
+  + Updated translations.
+- Changes from version 3.3.1.1:
+  + Work around libgthread shenanigans in GLib 2.31.
+- Changes from version 3.3.1:
+  + Adapt to various API changes
+  + Bugs fixed: bgo#351025, bgo#655252, bgo#656378, bgo#661543.
+
+---

Old:

  evolution-groupwise-3.2.1.tar.bz2

New:

  evolution-groupwise-3.3.3.tar.xz



Other differences:
--
++ evolution-groupwise.spec ++
--- /var/tmp/diff_new_pack.6ghi1c/_old  2012-01-09 12:03:48.0 +0100
+++ /var/tmp/diff_new_pack.6ghi1c/_new  2012-01-09 12:03:48.0 +0100
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define libegroupwise 13
 
 Name:   evolution-groupwise
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.2
-Version:3.2.1
-Release:1
-License:LGPLv2.1
+%define evolution_base_version 3.4
+Version:3.3.3
+Release:0
 Summary:GroupWise Connector for Evolution
-Url:http://projects.gnome.org/evolution/
+License:LGPL-2.1
 Group:  Productivity/Networking/Email/Clients
-Source: 
http://download.gnome.org/sources/evolution-groupwise/3.2/%{name}-%{version}.tar.bz2
+Url:http://projects.gnome.org/evolution/
+Source: 
http://download.gnome.org/sources/evolution-groupwise/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  libdb-4_8-devel
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(evolution-data-server-1.2)
 BuildRequires:  pkgconfig(evolution-plugin-3.0)
 BuildRequires:  pkgconfig(gconf-2.0)
@@ -97,7 +98,9 @@
 
 %files devel
 %defattr(-, root, root)
-%{_libdir}/pkgconfig/libegroupwise-%{evolution_base_version}.pc
+## FIXME: use this again once the pc file will be installed with the correct 
version
+#%{_libdir}/pkgconfig/libegroupwise-%{evolution_base_version}.pc
+%{_libdir}/pkgconfig/libegroupwise-3.2.pc
 %{_libdir}/libegroupwise-1.2.so
 %dir %{_includedir}/evolution-data-server-%{evolution_base_version}
 %{_includedir}/evolution-data-server-%{evolution_base_version}/groupwise/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-sharp for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-sharp for openSUSE:Factory 
checked in at 2012-01-09 12:03:49

Comparing /work/SRC/openSUSE:Factory/evolution-sharp (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-sharp.new (New)


Package is evolution-sharp, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/evolution-sharp/evolution-sharp.changes  
2011-10-05 11:08:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-sharp.new/evolution-sharp.changes 
2012-01-09 12:03:51.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 28 17:25:14 UTC 2011 - dims...@opensuse.org
+
+- Update evolution-sharp-newer-evo.patch to build with current
+  version of e-d-s (3.3.x / 3.4.x).
+
+---



Other differences:
--
++ evolution-sharp.spec ++
--- /var/tmp/diff_new_pack.TUvyWJ/_old  2012-01-09 12:03:52.0 +0100
+++ /var/tmp/diff_new_pack.TUvyWJ/_new  2012-01-09 12:03:52.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   evolution-sharp
 BuildRequires:  evolution-data-server-devel
 BuildRequires:  glib-sharp2
@@ -24,12 +22,12 @@
 BuildRequires:  gtk-sharp2-gapi
 BuildRequires:  libtool
 BuildRequires:  mono-devel
-License:GPLv2+
-Group:  Productivity/Networking/Email/Clients
 Requires:   mono
 Version:0.21.1
-Release:23
+Release:0
 Summary:Mono Bindings for Evolution
+License:GPL-2.0+
+Group:  Productivity/Networking/Email/Clients
 Url:http://gnome.org/projects/evolution/
 Source: 
http://ftp.gnome.org/pub/gnome/sources/evolution-sharp/0.17/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM evolution-sharp-newer-evo.patch vu...@novell.com

++ evolution-sharp-newer-evo.patch ++
--- /var/tmp/diff_new_pack.TUvyWJ/_old  2012-01-09 12:03:52.0 +0100
+++ /var/tmp/diff_new_pack.TUvyWJ/_new  2012-01-09 12:03:52.0 +0100
@@ -10,12 +10,12 @@
 -PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 = 2.27.4, 
edsver=unsupported, AC_MSG_RESULT([no]))
 +PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_24, evolution-data-server-1.2 = 
2.23.92 evolution-data-server-1.2  2.33.0, edsver=2.24, AC_MSG_RESULT([no]))
 +PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_92, evolution-data-server-1.2 = 
2.91.1 evolution-data-server-1.2  3.1.0, edsver=2.92, AC_MSG_RESULT([no]))
-+PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_3_2, evolution-data-server-1.2 = 
3.1.0 evolution-data-server-1.2  3.3, edsver=3.2, AC_MSG_RESULT([no]))
-+PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 = 3.3.0, 
edsver=unsupported, AC_MSG_RESULT([no]))
++PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_3_4, evolution-data-server-1.2 = 
3.3.0 evolution-data-server-1.2  3.5, edsver=3.4, AC_MSG_RESULT([no]))
++PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 = 3.5.0, 
edsver=unsupported, AC_MSG_RESULT([no]))
  
  if test x$edsver = x1.8; then
EDS_VERSION=-1.2
-@@ -39,6 +41,20 @@ elif test x$edsver = x2.24; then
+@@ -39,6 +41,27 @@ elif test x$edsver = x2.24; then
ECAL_SOVERSION=7
EBACKEND_SOVERSION=0
EDATACAL_SOVERSION=6
@@ -33,15 +33,23 @@
 +  ECAL_SOVERSION=10
 +  EBACKEND_SOVERSION=1
 +  EDATACAL_SOVERSION=13
++elif test x$edsver = x3.4; then
++EDS_VERSION=-1.2
++EDS_SOVERSION=16
++  EBOOK_SOVERSION=13
++ECAL_SOVERSION=11
++EBACKEND_SOVERSION=2
++EDATACAL_SOVERSION=14
  elif test x$edsver = xunsupported; then
AC_MSG_ERROR([
  
-@@ -87,6 +103,8 @@ AM_CONDITIONAL(USE_EDS_1_8, test x$edsv
+@@ -87,6 +110,9 @@ AM_CONDITIONAL(USE_EDS_1_8, test x$edsv
  AM_CONDITIONAL(USE_EDS_1_9, test x$edsver = x1.9)
  AM_CONDITIONAL(USE_EDS_1_10, test x$edsver = x1.10)
  AM_CONDITIONAL(USE_EDS_2_24, test x$edsver = x2.24)
 +AM_CONDITIONAL(USE_EDS_2_92, test x$edsver = x2.92)
 +AM_CONDITIONAL(USE_EDS_3_2, test x$edsver = x3.2)
++AM_CONDITIONAL(USE_EDS_3_4, test x$edsver = x3.4)
  
  PKG_CHECK_MODULES(MONO, mono = 1.0.0)
  AC_PATH_PROG(CSC, mcs, no)
@@ -49,7 +57,7 @@
 ===
 --- evolution-sharp-0.21.1.orig/evolution/Makefile.am
 +++ evolution-sharp-0.21.1/evolution/Makefile.am
-@@ -25,6 +25,20 @@ SOURCES_2_24 = src/CalComponentDateTime.
+@@ -25,6 +25,27 @@ SOURCES_2_24 = src/CalComponentDateTime.
  CSFLAGS = -define:USE_EDS_2_24
  endif
  
@@ -67,6 +75,39 @@
 +CSFLAGS = -define:USE_EDS_2_24
 +endif
 +
++if USE_EDS_3_4
++RAW_API = evolution-api.raw
++CUSTOMS_2_24 = Icaltimetype.custom CalBackend.custom CalBackendCache.custom 
CalBackendSExp.custom
++SOURCES_2_24 = src/CalComponentDateTime.cs 

commit evolution-webcal for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-webcal for 
openSUSE:Factory checked in at 2012-01-09 12:03:52

Comparing /work/SRC/openSUSE:Factory/evolution-webcal (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-webcal.new (New)


Package is evolution-webcal, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/evolution-webcal/evolution-webcal.changes
2011-10-02 10:00:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-webcal.new/evolution-webcal.changes   
2012-01-09 12:03:54.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 28 18:25:32 UTC 2011 - dims...@opensuse.org
+
+- Add evolution-webcal-g_thread.patch: Fix build with glib 2.31.
+
+---

New:

  evolution-webcal-g_thread.patch



Other differences:
--
++ evolution-webcal.spec ++
--- /var/tmp/diff_new_pack.dRGUqM/_old  2012-01-09 12:03:55.0 +0100
+++ /var/tmp/diff_new_pack.dRGUqM/_new  2012-01-09 12:03:55.0 +0100
@@ -33,6 +33,8 @@
 Release:5
 Summary:Evolution Webcal
 Source: 
http://ftp.gnome.org/pub/gnome/sources/evolution-webcal/1.0/evolution-webcal-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM evolution-webcal-g_thread.patch bgo#665072 
dims...@opensuse.org -- Fix build with glib 2.31.
+Patch0: evolution-webcal-g_thread.patch
 Url:http://www.gnome.org/projects/evolution/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang
@@ -45,6 +47,7 @@
 %lang_package
 %prep
 %setup
+%patch0 -p1
 translation-update-upstream
 
 %build

++ evolution-webcal-g_thread.patch ++
Index: evolution-webcal-2.32.0/src/evolution-webcal-main.c
===
--- evolution-webcal-2.32.0.orig/src/evolution-webcal-main.c
+++ evolution-webcal-2.32.0/src/evolution-webcal-main.c
@@ -252,8 +252,6 @@ gint main (gint argc, gchar ** argv) {
   textdomain (GETTEXT_PACKAGE);
 #endif
 
-  g_thread_init (NULL);
-
   if (!gtk_init_with_args (argc, argv,
_(- Evolution webcal: URI Handler),
options,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit file-roller for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2012-01-09 12:03:56

Comparing /work/SRC/openSUSE:Factory/file-roller (Old)
 and  /work/SRC/openSUSE:Factory/.file-roller.new (New)


Package is file-roller, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2011-10-18 
14:12:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 
2012-01-09 12:03:58.0 +0100
@@ -1,0 +2,22 @@
+Tue Dec 20 09:54:11 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.1:
+  + Updated the user manual
+  + Change strings to use ellipsis (bgo#666447)
+  + Improvement for string in password dialog (bgo#666297) and
+archive properties dialog (bgo#666295)
+  + Fixed padding in the request and error dialogs (bgo#666075)
+  + Bad string in the error dialog 'Could not rename the file'
+(bgo#666075)
+  + Improve string in error dialog (bgo#666070)
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Tue Nov 15 10:09:22 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.2:
+  + Updated translations.
+
+---

Old:

  file-roller-3.2.1.tar.bz2

New:

  file-roller-3.3.1.tar.xz



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.PrDw0f/_old  2012-01-09 12:03:59.0 +0100
+++ /var/tmp/diff_new_pack.PrDw0f/_new  2012-01-09 12:03:59.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   file-roller
-Version:3.2.1
-Release:1
-License:GPLv2+
+Version:3.3.1
+Release:0
 Summary:An Archive Manager for GNOME
-Url:http://fileroller.sourceforge.net
+License:GPL-2.0+
 Group:  Productivity/Archiving/Compression
-Source: 
http://download.gnome.org/sources/file-roller/3.2/%{name}-%{version}.tar.bz2
+Url:http://fileroller.sourceforge.net
+Source: 
http://download.gnome.org/sources/file-roller/3.3/%{name}-%{version}.tar.xz
 # Needed for directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  fdupes
@@ -32,6 +31,8 @@
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libnautilus-extension)
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -73,9 +74,7 @@
 contained in the archive, and extract files from the archive.
 
 %package -n nautilus-file-roller
-License:GPLv2+
 Summary:An Archive Manager for GNOME - Nautilus extension
-Group:  Productivity/Archiving/Compression
 Requires:   %{name} = %{version}
 Supplements:packageand(file-roller:nautilus)
 
@@ -123,9 +122,6 @@
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/%{name}/
 %doc %{_datadir}/gnome/help/%{name}/C/
-%dir %{_datadir}/omf/
-%dir %{_datadir}/omf/%{name}/
-%doc %{_datadir}/omf/%{name}/%{name}-C.omf
 %{_bindir}/file-roller
 %{_libexecdir}/file-roller/
 %{_libexecdir}/file-roller-server

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit folks for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package folks for openSUSE:Factory checked 
in at 2012-01-09 12:04:00

Comparing /work/SRC/openSUSE:Factory/folks (Old)
 and  /work/SRC/openSUSE:Factory/.folks.new (New)


Package is folks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/folks/folks.changes  2011-10-02 
10:01:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.folks.new/folks.changes 2012-01-09 
12:04:03.0 +0100
@@ -1,0 +2,47 @@
+Wed Dec 21 12:35:22 UTC 2011 - vu...@opensuse.org
+
+- Split typelib file into typelib-1_0-Folks-0_6 subpackage.
+- Add typelib-1_0-Folks-0_6 Requires to devel subpackage.
+
+---
+Wed Dec 14 08:10:25 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.6.6:
+  + Various API changes
+  + Bugs fixed: bgo#664158, bgo#663889, bgo#665039, bgo#665728,
+bgo#665692, bgo#665376.
+- Replace License tag with spdx identifier (LGPL-2.1+).
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that...
+  See bnc#697467 for more details.
+- Bump module_version define to 30, following upstream change.
+
+---
+Tue Nov 15 14:32:41 UTC 2011 - vu...@opensuse.org
+
+- Really enable parallel build: fix typo smp_flags = smp_mflags.
+
+---
+Sat Nov 12 20:08:39 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.6.5:
+  + Add favourites support to EDS backend.
+  + Behavior changes:
+- PostalAddress.equal() now ignores PostalAddress.uid
+- NoteFieldDetails.equal() now ignores NoteFieldDetails.uid
+  + Small API additions and deprecations.
+  + Bugs fixed: bgo#662285, bgo#662433, bgo#660908, bgo#662770,
+bgo#662616, bgo#662274, bgo#662314, bgo#663798, bgo#659585.
+- Bump module_version define to 29, following upstream change.
+
+---
+Tue Oct 18 20:35:53 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.6.4.1:
+  + Bugs fixed: bgo#662095.
+- Changes from version 0.6.4:
+  + Small API additions.
+  + Bugs fixed: bgo#660217, bgo#657602, bgo#660937, bgo#661475.
+- Bump module_version define, following upstream change.
+
+---

Old:

  folks-0.6.3.2.tar.bz2

New:

  folks-0.6.6.tar.xz



Other differences:
--
++ folks.spec ++
--- /var/tmp/diff_new_pack.4RRAsu/_old  2012-01-09 12:04:04.0 +0100
+++ /var/tmp/diff_new_pack.4RRAsu/_new  2012-01-09 12:04:04.0 +0100
@@ -15,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define soversion  25
-%define module_version 27
+%define module_version 30
 
 Name:   folks
-Version:0.6.3.2
-Release:1
-License:LGPLv2.1+
+Version:0.6.6
+Release:0
 Summary:Library to create metacontacts from multiple sources
+License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://telepathy.freedesktop.org/wiki/Folks
-Source: 
http://download.gnome.org/sources/folks/0.6/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/folks/0.6/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  readline-devel
 BuildRequires:  vala = 0.13.4
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gee-1.0)
@@ -46,8 +47,6 @@
 Telepathy connection managers) to create metacontacts.
 
 %package -n libfolks%{soversion}
-
-License:LGPLv2.1+
 Summary:Library to create metacontacts from multiple sources
 Group:  System/Libraries
 # To make lang package installable
@@ -58,9 +57,17 @@
 libfolks is a library that aggregates people from multiple sources (eg,
 Telepathy connection managers) to create metacontacts.
 
-%package -n libfolks-eds%{soversion}
+%package -n typelib-1_0-Folks-0_6
+Summary:Library to create metacontacts from multiple sources -- 
Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Folks-0_6
+libfolks is a library that aggregates people from multiple sources (eg,
+Telepathy connection managers) to create metacontacts.
+
+This package provides the GObject Introspection bindings for libfolks.
 
-License:LGPLv2.1+
+%package -n libfolks-eds%{soversion}
 Summary:Library to create metacontacts from multiple sources -- EDS 

commit gconf-editor for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gconf-editor for openSUSE:Factory 
checked in at 2012-01-09 12:04:05

Comparing /work/SRC/openSUSE:Factory/gconf-editor (Old)
 and  /work/SRC/openSUSE:Factory/.gconf-editor.new (New)


Package is gconf-editor, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gconf-editor/gconf-editor.changes
2011-10-16 12:44:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gconf-editor.new/gconf-editor.changes   
2012-01-09 12:04:07.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 21 18:29:54 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.0.1:
+  + Fix build with glib 2.31
+  + Fix warnings with a11y enabled (bgo#663060)
+  + Updated translations.
+
+---

Old:

  gconf-editor-3.0.0.tar.bz2

New:

  gconf-editor-3.0.1.tar.bz2



Other differences:
--
++ gconf-editor.spec ++
--- /var/tmp/diff_new_pack.Gg9VaV/_old  2012-01-09 12:04:08.0 +0100
+++ /var/tmp/diff_new_pack.Gg9VaV/_new  2012-01-09 12:04:08.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   gconf-editor
-Version:3.0.0
-Release:2
+Version:3.0.1
+Release:1
 License:GPLv2+
 Summary:An Editor for the GConf Database System
 Url:http://www.gnome.org
 Group:  System/GUI/GNOME
-Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.20/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gconf-editor/3.0/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE gconf-editor-desktop.patch
 Patch1: %{name}-desktop.patch
 BuildRequires:  fdupes

++ gconf-editor-3.0.0.tar.bz2 - gconf-editor-3.0.1.tar.bz2 ++
 5503 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gdl for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gdl for openSUSE:Factory checked in 
at 2012-01-09 12:04:09

Comparing /work/SRC/openSUSE:Factory/gdl (Old)
 and  /work/SRC/openSUSE:Factory/.gdl.new (New)


Package is gdl, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gdl/gdl.changes  2011-10-04 18:10:27.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gdl.new/gdl.changes 2012-01-09 
12:04:10.0 +0100
@@ -1,0 +2,19 @@
+Wed Dec 21 00:00:13 UTC 2011 - vu...@opensuse.org
+
+- Simplify summaries.
+
+---
+Thu Dec  8 19:51:23 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-Gdl-3 subpackage.
+- Add typelib-1_0-Gdl-3 Requires to devel subpackage.
+
+---
+Wed Oct 26 19:51:17 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Remove GdlLayoutManager API.
+- Rename libgdl-3-1 to libgdl-3-2, following the library soname
+  bump.
+
+---

Old:

  gdl-3.2.0.tar.bz2

New:

  gdl-3.3.1.tar.bz2



Other differences:
--
++ gdl.spec ++
--- /var/tmp/diff_new_pack.LYwDHw/_old  2012-01-09 12:04:11.0 +0100
+++ /var/tmp/diff_new_pack.LYwDHw/_new  2012-01-09 12:04:11.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gdl
-Version:3.2.0
-Release:1
-License:LGPLv2.1+
-Summary:Gnome Devtool Libraries contains components and libraries
-Url:http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
+Version:3.3.1
+Release:0
+Summary:Gnome Devtool Libraries
+License:LGPL-2.1+
 Group:  System/Libraries
-Source: 
http://download.gnome.org/sources/gdl/3.2/%{name}-%{version}.tar.bz2
+Url:http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
+Source: 
http://download.gnome.org/sources/gdl/3.3/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
@@ -38,24 +36,34 @@
 intended to be shared between GNOME development tools, including
 gnome-debug, gnome-build, and anjuta2.
 
-%package -n libgdl-3-1
-License:LGPLv2.1+
-Summary:Gnome Devtool Libraries contains components and libraries
+%package -n libgdl-3-2
+Summary:Gnome Devtool Libraries
 Group:  System/Libraries
 Recommends: %{name}-lang
 Provides:   gdl = %{version}
 Obsoletes:  gdl  %{version}
 
-%description -n libgdl-3-1
+%description -n libgdl-3-2
+Gnome Devtool Libraries contains components and libraries that are
+intended to be shared between GNOME development tools, including
+gnome-debug, gnome-build, and anjuta2.
+
+%package -n typelib-1_0-Gdl-3
+Summary:Gnome Devtool Libraries -- Introspection Bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Gdl-3
 Gnome Devtool Libraries contains components and libraries that are
 intended to be shared between GNOME development tools, including
 gnome-debug, gnome-build, and anjuta2.
 
+This package provides the GObject Introspection bindings for GDL.
+
 %package devel
-License:LGPLv2.1+
-Summary:Gnome Devtool Libraries contains components and libraries
+Summary:Gnome Devtool Libraries -- Development Files
 Group:  Development/Libraries/GNOME
-Requires:   libgdl-3-1 = %{version}
+Requires:   libgdl-3-2 = %{version}
+Requires:   typelib-1_0-Gdl-3 = %{version}
 
 %description devel
 Gnome Devtool Libraries contains components and libraries that are
@@ -77,18 +85,20 @@
 %find_lang %{name}-3
 %fdupes -s %{buildroot}
 
-%post -n libgdl-3-1 -p /sbin/ldconfig
+%post -n libgdl-3-2 -p /sbin/ldconfig
 
-%postun -n libgdl-3-1 -p /sbin/ldconfig
+%postun -n libgdl-3-2 -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
 
-%files -n libgdl-3-1
+%files -n libgdl-3-2
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_datadir}/gdl-3
 %{_libdir}/*.so.*
+
+%files -n typelib-1_0-Gdl-3
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Gdl-3.typelib
 
 %files devel

++ gdl-3.2.0.tar.bz2 - gdl-3.3.1.tar.bz2 ++
 1986 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gdlmm for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2012-01-09 12:04:12

Comparing /work/SRC/openSUSE:Factory/gdlmm (Old)
 and  /work/SRC/openSUSE:Factory/.gdlmm.new (New)


Package is gdlmm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2011-10-19 
13:44:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2012-01-09 
12:04:13.0 +0100
@@ -1,0 +2,20 @@
+Fri Nov 25 09:08:48 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Suppressed left-over gdl_dock_layout_run_manager
+  + Revert use maintainer mode by default
+  + Fix compilation of the example
+- Drop gdlmm-remove-dropped-api.patch: fixed upstream.
+- Rename libgdlmm-3_0-0 to libgdlmm-3_0-1, following the upstream
+  soname change.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Wed Nov 16 13:05:36 UTC 2011 - vu...@opensuse.org
+
+- Add gdlmm-remove-dropped-api.patch: remove API dropped in gdl
+  3.3.x.
+
+---

Old:

  gdlmm-3.2.1.tar.bz2

New:

  gdlmm-3.3.2.tar.xz



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.y0A8ZZ/_old  2012-01-09 12:04:14.0 +0100
+++ /var/tmp/diff_new_pack.y0A8ZZ/_new  2012-01-09 12:04:14.0 +0100
@@ -18,14 +18,16 @@
 
 
 Name:   gdlmm
-Version:3.2.1
+Version:3.3.2
 Release:1
 License:LGPLv2.1+
 Summary:C++ interface for gdl
 Url:http://git.gnome.org/gdlmm/
 Group:  System/Libraries
-Source0:
http://download.gnome.org/sources/gdlmm/3.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/gdlmm/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  pkgconfig(glibmm-2.4) = 2.16
 BuildRequires:  pkgconfig(gtkmm-3.0) = 3.0
@@ -35,19 +37,19 @@
 %description
 gdlmm provides a C++ interface to the gdl library.
 
-%package -n libgdlmm-3_0-0
+%package -n libgdlmm-3_0-1
 License:LGPLv2.1+
 Summary:C++ interface for gdl
 Group:  System/Libraries
 
-%description -n libgdlmm-3_0-0
+%description -n libgdlmm-3_0-1
 gdlmm provides a C++ interface to the gdl library.
 
 %package devel
 License:LGPLv2.1+
 Summary:C++ interface for gdl -- Development Files
 Group:  Development/Libraries/C and C++
-Requires:   libgdlmm-3_0-0 = %{version}
+Requires:   libgdlmm-3_0-1 = %{version}
 
 %description devel
 gdlmm provides a C++ interface to the gdl library.
@@ -64,14 +66,14 @@
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
-%post -n libgdlmm-3_0-0 -p /sbin/ldconfig
+%post -n libgdlmm-3_0-1 -p /sbin/ldconfig
 
-%postun -n libgdlmm-3_0-0 -p /sbin/ldconfig
+%postun -n libgdlmm-3_0-1 -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
 
-%files -n libgdlmm-3_0-0
+%files -n libgdlmm-3_0-1
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/libgdlmm-3.0.so.*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gdm for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2012-01-09 12:04:14

Comparing /work/SRC/openSUSE:Factory/gdm (Old)
 and  /work/SRC/openSUSE:Factory/.gdm.new (New)


Package is gdm, Maintainer is dli...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2011-11-08 17:27:26.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2012-01-09 
12:04:16.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  8 19:53:53 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-GdmGreeter-1_0 subpackage.
+- Add typelib-1_0-GdmGreeter-1_0 Requires to devel subpackage.
+
+---



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.jRsM8y/_old  2012-01-09 12:04:18.0 +0100
+++ /var/tmp/diff_new_pack.jRsM8y/_new  2012-01-09 12:04:18.0 +0100
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 # FIXME: need to check what should be done to enable this (at least adapt the 
pam files). See bnc#69
 %define enable_split_authentication 0
 
 Name:   gdm
-License:GPL-2.0+
-Group:  System/GUI/GNOME
 Version:3.2.0
-Release:1
+Release:0
 Summary:The GNOME Display Manager
+License:GPL-2.0+
+Group:  System/GUI/GNOME
 Url:http://projects.gnome.org/gdm/
 Source: 
http://download.gnome.org/sources/gdm/3.2/%{name}-%{version}.tar.bz2
 Source1:gdm.pamd
@@ -137,7 +136,6 @@
 providing graphical log-ins and managing local and remote displays.
 
 %package -n libgdmgreeter1
-License:GPL-2.0+
 Summary:Client Library for Communicating with GDM Greeter Server
 Group:  System/Libraries
 Recommends: gdm
@@ -146,8 +144,18 @@
 The GNOME Display Manager is a system service that is responsible for
 providing graphical log-ins and managing local and remote displays.
 
+%package -n typelib-1_0-GdmGreeter-1_0
+Summary:Client Library for Communicating with GDM Greeter Server -- 
Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GdmGreeter-1_0
+The GNOME Display Manager is a system service that is responsible for
+providing graphical log-ins and managing local and remote displays.
+
+This package provides the GObject Introspection bindings for
+communicating with the GDM greeter server.
+
 %package -n libgdmsimplegreeter1
-License:GPL-2.0+
 Summary:Library for GDM Simple Greeter Extensions
 Group:  System/Libraries
 Recommends: gdm
@@ -159,8 +167,6 @@
 %if %{enable_split_authentication}
 
 %package simple-greeter-extensions
-
-License:GPL-2.0+
 Summary:GDM Simple Greeter Extensions -- Fingerprint and Smartcard 
Support
 Group:  System/Libraries
 Supplements:gdm
@@ -172,11 +178,11 @@
 %endif
 
 %package devel
-License:GPL-2.0+
 Summary:Libraries for GDM -- Development Files
 Group:  Development/Libraries/GNOME
 Requires:   libgdmgreeter1 = %{version}
 Requires:   libgdmsimplegreeter1 = %{version}
+Requires:   typelib-1_0-GdmGreeter-1_0 = %{version}
 Provides:   libgdmsimplegreeter-devel = %{version}
 Obsoletes:  libgdmsimplegreeter-devel  %{version}
 
@@ -185,7 +191,6 @@
 providing graphical log-ins and managing local and remote displays.
 
 %package branding-upstream
-License:GPL-2.0+
 Summary:The GNOME Display Manager -- Upstream default configuration
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
@@ -204,7 +209,6 @@
 This package provides the upstream default configuration for gdm.
 
 %package -n gdmflexiserver
-License:GPL-2.0+
 Summary:Gdmflexiserver Compatibility Wrapper for Display Managers
 Group:  System/GUI/GNOME
 Suggests:   gdm
@@ -413,6 +417,9 @@
 %files -n libgdmgreeter1
 %defattr(-,root,root)
 %{_libdir}/libgdmgreeter.so.*
+
+%files -n typelib-1_0-GdmGreeter-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GdmGreeter-1.0.typelib
 
 %files -n libgdmsimplegreeter1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit-plugins for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gedit-plugins for openSUSE:Factory 
checked in at 2012-01-09 12:04:18

Comparing /work/SRC/openSUSE:Factory/gedit-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-plugins.new (New)


Package is gedit-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gedit-plugins/gedit-plugins.changes  
2011-10-18 14:12:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit-plugins.new/gedit-plugins.changes 
2012-01-09 12:04:18.0 +0100
@@ -1,0 +2,22 @@
+Wed Dec 21 14:23:43 UTC 2011 - vu...@opensuse.org
+
+- Add zeitgeist Requires for the dashboard plugin.
+- Remove .la files: we're not interested in them.
+- Explicitly list all plugins in the file list, so we notice if
+  we're missing one.
+
+---
+Sun Dec  4 13:14:29 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + New dashboard plugin
+  + Misc bugfixes
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add gedit-plugins-implicit.patch: Fix an implicit declaration of
+  atoi(), as stdlib.h was not included.
+- Change License tag to spdx identifier (GPL-2.0+).
+
+---

Old:

  gedit-plugins-3.2.1.tar.bz2

New:

  gedit-plugins-3.3.1.tar.xz
  gedit-plugins-implicit.patch



Other differences:
--
++ gedit-plugins.spec ++
--- /var/tmp/diff_new_pack.VYI7eO/_old  2012-01-09 12:04:20.0 +0100
+++ /var/tmp/diff_new_pack.VYI7eO/_new  2012-01-09 12:04:20.0 +0100
@@ -17,20 +17,23 @@
 #
 
 
-
 Name:   gedit-plugins
 Summary:A collection of plugins for gedit
-Version:3.2.1
-Release:1
-Source: 
http://download.gnome.org/sources/gedit-plugins/3.2/%{name}-%{version}.tar.bz2
 License:GPL-2.0+
 Group:  Productivity/Editors/Other
+Version:3.3.1
+Release:0
+Source: 
http://download.gnome.org/sources/gedit-plugins/3.3/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gedit-plugins-implicit.patch bgo#665541 
dims...@opensuse.org -- #include stdio.h to have atoi defined.
+Patch0: gedit-plugins-implicit.patch
 Url:http://live.gnome.org/GeditPlugins
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-python)
 BuildRequires:  pkgconfig(gedit) = 3.2.1
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -38,6 +41,8 @@
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 Requires:   gedit
 Requires:   %{name}-lang = %{version}
+# For dashboard plugin
+Requires:   zeitgeist
 Enhances:   gedit
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -62,6 +67,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %lang_package
@@ -75,6 +81,7 @@
 # sr@latin was added by translation-update-upstream, so kill sr@Latn
 test -d %{buildroot}%{_datadir}/locale/sr@latin
 rm -r %{buildroot}%{_datadir}/locale/sr@Latn
+find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %find_lang %{name}
 %fdupes %{buildroot}/%{_datadir}/gedit-2/plugins
 %fdupes %{buildroot}/%{_libdir}/gedit-2/plugins
@@ -90,10 +97,67 @@
 
 %files
 %defattr(-,root,root)
-%{_libdir}/gedit/plugins/*
-%{_datadir}/gedit/plugins/*
+# Common files
+%{_libdir}/gedit/plugins/gpdefs.py*
+## Explicitly list all plugins so we know when we miss one
+# bookmarks
+%{_libdir}/gedit/plugins/bookmarks.plugin
+%{_libdir}/gedit/plugins/libbookmarks.so
+%{_datadir}/gedit/plugins/bookmarks/
+# bracketcompletion
+%{_libdir}/gedit/plugins/bracketcompletion.plugin
+%{_libdir}/gedit/plugins/bracketcompletion.py*
+# charmap
+%{_libdir}/gedit/plugins/charmap.plugin
+%{_libdir}/gedit/plugins/charmap/
+# codecomment
+%{_libdir}/gedit/plugins/codecomment.plugin
+%{_libdir}/gedit/plugins/codecomment.py*
+# colorpicker
+%{_libdir}/gedit/plugins/colorpicker.plugin
+%{_libdir}/gedit/plugins/colorpicker.py*
+# commander
+%{_libdir}/gedit/plugins/commander.plugin
+%{_libdir}/gedit/plugins/commander/
+%{_datadir}/gedit/plugins/commander/
+# dashboard
+%{_libdir}/gedit/plugins/dashboard.plugin
+%{_libdir}/gedit/plugins/dashboard/
+# drawspaces
+%{_libdir}/gedit/plugins/drawspaces.plugin
+%{_libdir}/gedit/plugins/libdrawspaces.so
+%{_datadir}/gedit/plugins/drawspaces/
 

commit geocode-glib for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package geocode-glib for openSUSE:Factory 
checked in at 2012-01-09 12:04:24

Comparing /work/SRC/openSUSE:Factory/geocode-glib (Old)
 and  /work/SRC/openSUSE:Factory/.geocode-glib.new (New)


Package is geocode-glib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/geocode-glib/geocode-glib.changes
2011-09-23 01:59:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.geocode-glib.new/geocode-glib.changes   
2012-01-09 12:04:26.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  9 09:27:41 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-GeocodeGlib-1_0 subpackage.
+- Add typelib-1_0-GeocodeGlib-1_0 Requires to devel subpackage.
+
+---



Other differences:
--
++ geocode-glib.spec ++
--- /var/tmp/diff_new_pack.vWuBL6/_old  2012-01-09 12:04:27.0 +0100
+++ /var/tmp/diff_new_pack.vWuBL6/_new  2012-01-09 12:04:27.0 +0100
@@ -15,11 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   geocode-glib
 Version:0.99.0
-Release:1
+Release:0
 Summary:Convenience library for the Yahoo! Place Finder APIs
 License:LGPL-2.0+
 Group:  System/Libraries
@@ -42,7 +40,6 @@
 from coordinates).
 
 %package -n libgeocode-glib0
-License:LGPL-2.0+
 Summary:Convenience library for the Yahoo! Place Finder APIs
 Group:  System/Libraries
 
@@ -54,11 +51,26 @@
 and latitude from an address), and reverse geocoding (finding an address
 from coordinates).
 
+%package -n typelib-1_0-GeocodeGlib-1_0
+Summary:Convenience library for the Yahoo! Place Finder APIs -- 
Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GeocodeGlib-1_0
+The geocode-glib library is a convenience library for the Yahoo! Place
+Finder APIs, as described at http://developer.yahoo.com/geo/placefinder/
+
+The Place Finder web service allows to do geocoding (finding longitude
+and latitude from an address), and reverse geocoding (finding an address
+from coordinates).
+
+This package provides the GObject Introspection bindings for the
+geocode-glib library.
+
 %package devel
-License:LGPL-2.0+
 Summary:Convenience library for the Yahoo! Place Finder APIs -- 
Development Files
 Group:  Development/Libraries/C and C++
 Requires:   libgeocode-glib0 = %{version}
+Requires:   typelib-1_0-GeocodeGlib-1_0 = %{version}
 
 %description devel
 The geocode-glib library is a convenience library for the Yahoo! Place
@@ -93,6 +105,9 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING.LIB NEWS README
 %{_libdir}/*.so.*
+
+%files -n typelib-1_0-GeocodeGlib-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
 
 %files devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glade for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package glade for openSUSE:Factory checked 
in at 2012-01-09 12:04:28

Comparing /work/SRC/openSUSE:Factory/glade (Old)
 and  /work/SRC/openSUSE:Factory/.glade.new (New)


Package is glade, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glade/glade.changes  2011-10-13 
12:28:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.glade.new/glade.changes 2012-01-09 
12:04:29.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 21 08:19:18 UTC 2011 - vu...@opensuse.org
+
+- Add glade-explicit-gmodule.patch: explicitly link to
+  gmodule-2.0, to fix build with latest glib.
+- Split typelib files into typelib-1_0-Gladeui-2_0 subpackage.
+- Add typelib-1_0-Gladeui-2_0 Requires to devel subpackage.
+
+---

New:

  glade-explicit-gmodule.patch



Other differences:
--
++ glade.spec ++
--- /var/tmp/diff_new_pack.On1ayK/_old  2012-01-09 12:04:31.0 +0100
+++ /var/tmp/diff_new_pack.On1ayK/_new  2012-01-09 12:04:31.0 +0100
@@ -15,12 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   glade
 Version:3.10.2
-Release:1
+Release:0
 Summary:User Interface Builder for GTK+
 License:GPL-2.0+
 Group:  Development/Tools/GUI Builders
@@ -28,8 +26,10 @@
 Source: 
http://download.gnome.org/sources/glade/3.10/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM glade-pygobject-3.0.patch vu...@opensuse.org -- Port to 
pygobject 3.0
 Patch0: glade-pygobject-3.0.patch
+# PATCH-FIX-UPSTREAM glade-explicit-gmodule.patch bgo#665784 
vu...@opensuse.org -- Explicitly link to gmodule-2.0
+Patch1: glade-explicit-gmodule.patch
 BuildRequires:  fdupes
-# needed for patch0
+# needed for patch0 and patch1
 BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
@@ -47,7 +47,6 @@
 interfaces for the Gtk+ toolkit and the GNOME desktop environment.
 
 %package -n libgladeui-2-0
-License:GPL-2.0+
 Summary:User Interface Builder for GTK+
 Group:  Development/Tools/GUI Builders
 Recommends: %{name}-lang
@@ -56,11 +55,22 @@
 Glade is a RAD tool to enable quick  easy development of user
 interfaces for the Gtk+ toolkit and the GNOME desktop environment.
 
+%package -n typelib-1_0-Gladeui-2_0
+Summary:User Interface Builder for GTK+ -- Introspection bindings
+Group:  Development/Tools/GUI Builders
+
+%description -n typelib-1_0-Gladeui-2_0
+Glade is a RAD tool to enable quick  easy development of user
+interfaces for the Gtk+ toolkit and the GNOME desktop environment.
+
+This package provides the GObject Introspection bindings for the
+libgladeui library.
+
 %package -n libgladeui-2-devel
-License:GPL-2.0+
 Summary:User Interface Builder for GTK+ -- Development Files
 Group:  Development/Libraries/C and C++
 Requires:   libgladeui-2-0 = %{version}
+Requires:   typelib-1_0-Gladeui-2_0 = %{version}
 # The gtk-doc documentation is not parallel installable (bnc#646997)
 Conflicts:  libgladeui-1-devel
 
@@ -72,9 +82,10 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-# needed for patch0
+# needed for patch0 and patch1
 NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-static --with-pic\
--disable-scrollkeeper
@@ -124,7 +135,6 @@
 %files -n libgladeui-2-0
 %defattr (-, root, root)
 %{_libdir}/libgladeui*.so.*
-%{_libdir}/girepository-1.0/Gladeui-2.0.typelib
 # These directories are needed by third-party catalogs, and are explicitly
 # referenced in the pkg-config file, so it makes sense to own them here
 %dir %{_datadir}/glade
@@ -136,6 +146,10 @@
 %dir %{_libdir}/glade
 %dir %{_libdir}/glade/modules
 
+%files -n typelib-1_0-Gladeui-2_0
+%defattr (-, root, root)
+%{_libdir}/girepository-1.0/Gladeui-2.0.typelib
+
 %files -n libgladeui-2-devel
 %defattr (-, root, root)
 %{_includedir}/libgladeui-2.0/

++ glade-explicit-gmodule.patch ++
commit 5f9bdd8407675dd9c03584f6d131d97dc4d7736c
Author: Vincent Untz vu...@gnome.org
Date:   Wed Dec 21 09:25:16 2011 +0100

build: Explicitly link to gmodule-2.0

https://bugzilla.gnome.org/show_bug.cgi?id=665784

diff --git a/configure.ac b/configure.ac
index 9652f71..52894d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,6 +130,7 @@ dnl 

 GTK_REQUIRED=3.0.2
 PKG_CHECK_MODULES([GTK],[
   gtk+-3.0 = $GTK_REQUIRED
+  gmodule-2.0
   libxml-2.0 = 2.4.0
 ])
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional 

commit glade3 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package glade3 for openSUSE:Factory checked 
in at 2012-01-09 12:04:31

Comparing /work/SRC/openSUSE:Factory/glade3 (Old)
 and  /work/SRC/openSUSE:Factory/.glade3.new (New)


Package is glade3, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glade3/glade3.changes2011-10-13 
12:29:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.glade3.new/glade3.changes   2012-01-09 
12:04:33.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 21 08:17:32 UTC 2011 - vu...@opensuse.org
+
+- Add glade3-explicit-gmodule.patch: explicitly link to
+  gmodule-2.0, to fix build with latest glib.
+
+---

New:

  glade3-explicit-gmodule.patch



Other differences:
--
++ glade3.spec ++
--- /var/tmp/diff_new_pack.3X2ruG/_old  2012-01-09 12:04:35.0 +0100
+++ /var/tmp/diff_new_pack.3X2ruG/_new  2012-01-09 12:04:35.0 +0100
@@ -15,26 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   glade3
 Version:3.8.1
-Release:1
+Release:0
 Summary:User Interface Builder for GTK+ 2
 License:GPL-2.0+
 Group:  Development/Tools/GUI Builders
 Url:http://glade.gnome.org/
 Source: 
http://download.gnome.org/sources/glade3/3.8/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM glade3-explicit-gmodule.patch bgo#665784 
vu...@opensuse.org -- Explicitly link to gmodule-2.0
+Patch0: glade3-explicit-gmodule.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  libgnomeui-devel
+BuildRequires:  pkg-config
 BuildRequires:  python-gtk-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkg-config
 Recommends: %{name}-lang
 # The old glade (version 2 -- last version was 2.12.2) is completely replaced 
by this version
 Provides:   glade = 2.12.2
@@ -46,7 +46,6 @@
 interfaces for the Gtk+ toolkit and the GNOME desktop environment.
 
 %package -n libgladeui-1-11
-License:GPL-2.0+
 Summary:User Interface Builder for GTK+ 2
 Group:  Development/Tools/GUI Builders
 Recommends: %{name}-lang
@@ -56,7 +55,6 @@
 interfaces for the Gtk+ toolkit and the GNOME desktop environment.
 
 %package -n libgladeui-1-devel
-License:GPL-2.0+
 Summary:User Interface Builder for GTK+ 2 -- Development Files
 Group:  Development/Libraries/C and C++
 Requires:   libgladeui-1-11 = %{version}
@@ -73,6 +71,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
 %configure --disable-static --with-pic\

++ glade3-explicit-gmodule.patch ++
Index: glade3-3.8.1/configure
===
--- glade3-3.8.1.orig/configure
+++ glade3-3.8.1/configure
@@ -14591,12 +14591,12 @@ if test -n $GTK_CFLAGS; then
 pkg_cv_GTK_CFLAGS=$GTK_CFLAGS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \gtk+-2.0 = 2.24 gthread-2.0 libxml-2.0 = 2.4.0\; } 5
-  ($PKG_CONFIG --exists --print-errors gtk+-2.0 = 2.24 gthread-2.0 
libxml-2.0 = 2.4.0) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \gtk+-2.0 = 2.24 gmodule-2.0 gthread-2.0 libxml-2.0 = 
2.4.0\; } 5
+  ($PKG_CONFIG --exists --print-errors gtk+-2.0 = 2.24 gmodule-2.0 
gthread-2.0 libxml-2.0 = 2.4.0) 25
   ac_status=$?
   $as_echo $as_me:${as_lineno-$LINENO}: \$? = $ac_status 5
   test $ac_status = 0; }; then
-  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0 = 2.24 gthread-2.0 
libxml-2.0 = 2.4.0 2/dev/null`
+  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0 = 2.24 gmodule-2.0 
gthread-2.0 libxml-2.0 = 2.4.0 2/dev/null`
 else
   pkg_failed=yes
 fi
@@ -14607,12 +14607,12 @@ if test -n $GTK_LIBS; then
 pkg_cv_GTK_LIBS=$GTK_LIBS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \gtk+-2.0 = 2.24 gthread-2.0 libxml-2.0 = 2.4.0\; } 5
-  ($PKG_CONFIG --exists --print-errors gtk+-2.0 = 2.24 gthread-2.0 
libxml-2.0 = 2.4.0) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \gtk+-2.0 = 2.24 gmodule-2.0 gthread-2.0 libxml-2.0 = 
2.4.0\; } 5
+  ($PKG_CONFIG --exists --print-errors gtk+-2.0 = 2.24 gmodule-2.0 
gthread-2.0 libxml-2.0 = 2.4.0) 25
   ac_status=$?
   $as_echo $as_me:${as_lineno-$LINENO}: \$? = $ac_status 5
   test $ac_status = 0; }; then
-  

commit gnome-color-manager for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-color-manager for 
openSUSE:Factory checked in at 2012-01-09 12:04:38

Comparing /work/SRC/openSUSE:Factory/gnome-color-manager (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-color-manager.new (New)


Package is gnome-color-manager, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-color-manager/gnome-color-manager.changes  
2011-10-18 14:13:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-color-manager.new/gnome-color-manager.changes 
2012-01-09 12:04:42.0 +0100
@@ -1,0 +2,40 @@
+Tue Dec 20 10:27:35 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Merge changes from version 3.2.1.
+  + New Features:
+- Add an ICC profile metadata blacklist
+- Add a ColorHug attach image and customised calibration
+  message
+- Get the primaries when calibrating the screen
+- Prefix some profile titles with 'Colorspace' or 'Test
+  Profile'
+- Show a progress bar on the calibration action page
+- Split out the display characterization and add a helper
+  program to test it
+  + Bugfix:
+- Add accessible descriptions to the next/prev buttons in
+  gcm-viewer
+- Add the the mnemonic-widget property to labels in the profile
+  viewer
+- Before converting a .ti1 file into a .ti3 file load the
+  display calibration
+- Connect to GSD to change the brightness, not GPM
+- Fix compile with newer versions of clutter
+- Force the CIE 1931 diagram to be square
+- Initialize error pointer for gdk_pixbuf_new_from_file_at_size
+- Move the brightness and inhibit functionality to the
+  calibration module
+- Normalize the ti3 calibration values
+- Ship some pregenerated ti1 files
+- Show an interaction dialog for native samples
+- Sort the standard and test profiles lower in the profile
+  viewer
+- Update colorimeter artwork
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add pkgconfig(gnome-desktop-3.0) BuildRequires: new dependency.
+
+---

Old:

  gnome-color-manager-3.2.1.tar.bz2

New:

  gnome-color-manager-3.3.3.tar.xz



Other differences:
--
++ gnome-color-manager.spec ++
--- /var/tmp/diff_new_pack.APBjQy/_old  2012-01-09 12:04:47.0 +0100
+++ /var/tmp/diff_new_pack.APBjQy/_new  2012-01-09 12:04:47.0 +0100
@@ -16,19 +16,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gnome-color-manager
-Version:3.2.1
-Release:1
+Version:3.3.3
+Release:0
 # FIXME: possibly add mash BuildRequires for 3D support. Check first if mash 
is still alive upstream.
 # (https://github.com/clutter-project/mash / packaged as libmash in Fedora)
 Summary:Color management tools for GNOME
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://projects.gnome.org/gnome-color-manager
-Source: 
http://download.gnome.org/sources/gnome-color-manager/3.2/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-color-manager/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-utils
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
@@ -36,9 +33,12 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(colord) = 0.1.12
 BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  pkgconfig(glib-2.0) = 2.30.0
+BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 2.91.0
 BuildRequires:  pkgconfig(lcms2) = 2.2
 BuildRequires:  pkgconfig(libcanberra-gtk3)
@@ -98,6 +98,7 @@
 %{_datadir}/icons/hicolor/*/apps/gnome-color-manager.*
 %{_datadir}/icons/hicolor/*/mimetypes/application-vnd.iccprofile.*
 %{_mandir}/man?/*.*
+%{_libexecdir}/gcm-calibrate-helper
 %{_libexecdir}/gcm-helper-exiv
 
 %files lang -f %{name}.lang

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmod for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2012-01-09 12:04:43

Comparing /work/SRC/openSUSE:Factory/kmod (Old)
 and  /work/SRC/openSUSE:Factory/.kmod.new (New)


Package is kmod, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2012-01-04 
07:24:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2012-01-09 
12:04:47.0 +0100
@@ -1,0 +2,15 @@
+Fri Jan  6 00:48:41 UTC 2012 - jeng...@medozas.de
+
+- Update to new upstream release 3
+* new APIs in libkmod: get symbols from module, parsing the ELF
+  section, dependency symbols, insert module like modprobe
+* support for Xz-compressed modules
+* the depmod tool
+
+---
+Sat Dec 24 17:23:09 UTC 2011 - crrodrig...@opensuse.org
+
+- Use --enable-zlib and buildRequire zlib 
+- run make check
+
+---

Old:

  kmod-2.tar.xz

New:

  kmod-3.tar.xz



Other differences:
--
++ kmod.spec ++
--- /var/tmp/diff_new_pack.wnPVh7/_old  2012-01-09 12:04:49.0 +0100
+++ /var/tmp/diff_new_pack.wnPVh7/_new  2012-01-09 12:04:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmod
 #
-# 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,20 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   kmod
 %define lname  libkmod1
 Summary:Utilities to load modules into the kernel
-Version:2
+Version:3
 Release:0
+%define git_snapshot 0
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Kernel
-URL:   http://www.politreco.com/2011/12/announce-kmod-2/
+Url:http://www.politreco.com/2011/12/announce-kmod-2/
 
 #Git-Clone:git://git.profusion.mobi/kmod
 Source: %name-%version.tar.xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires: pkgconfig, xz
+%if 0%{?git_snapshot}
+BuildRequires:  autoconf automake libtool
+%endif
+BuildRequires:  pkgconfig = 0.23 pkgconfig(liblzma) pkgconfig(zlib) xz
 
 %description
 kmod is a set of tools to handle common tasks with Linux kernel
@@ -39,6 +45,19 @@
 with kmod. The aim is to be compatible with tools, configurations and
 indexes from module-init-tools project.
 
+%package compat
+Summary:Compat symlinks for kernel module utilities
+License:GPL-2.0+
+Group:  System/Kernel
+Conflicts:  module-init-tools
+
+%description compat
+kmod is a set of tools to handle common tasks with Linux kernel
+modules like insert, remove, list, check properties, resolve
+dependencies and aliases.
+
+This package contains traditional name symlinks (lsmod, etc.)
+
 %package -n %lname
 Summary:Library to interact with Linux kernel modules
 License:   LGPL-2.1+
@@ -62,14 +81,33 @@
 %setup -q
 
 %build
+%if 0%{?git_snapshot}
+if [ ! -e configure ]; then
+   autoreconf -fi;
+fi;
+%endif
 # The extra --includedir gives us the possibility to detect dependent
 # packages which fail to properly use pkgconfig.
-%configure --includedir=%_includedir/%name-%version
+%configure --with-xz --with-zlib --includedir=%_includedir/%name-%version \
+   --with-rootlibdir=/%_lib --bindir=/bin
 make %{?_smp_mflags}
 
 %install
+b=%buildroot;
 %make_install
-rm -f %buildroot/%_libdir/*.la
+# Remove standalone tools
+rm -f $b/bin/kmod-*;
+rm -f $b/%_libdir/*.la;
+
+# kmod-compat
+mkdir -p $b/bin $b/sbin;
+ln -s kmod $b/bin/lsmod;
+for i in depmod insmod lsmod modinfo modprobe rmmod; do
+   ln -s /bin/kmod $b/sbin/$i;
+done;
+
+%check
+make check
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -77,11 +115,11 @@
 
 %files
 %defattr(-,root,root)
-%_bindir/kmod-*
+/bin/kmod
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libkmod.so.1*
+/%_lib/libkmod.so.1*
 
 %files -n libkmod-devel
 %defattr(-,root,root)
@@ -89,4 +127,9 @@
 %_libdir/pkgconfig/*.pc
 %_libdir/libkmod.so
 
+%files compat
+%defattr(-,root,root)
+/bin/lsmod
+/sbin/*
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-bluetooth for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-bluetooth for openSUSE:Factory 
checked in at 2012-01-09 12:40:00

Comparing /work/SRC/openSUSE:Factory/gnome-bluetooth (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-bluetooth.new (New)


Package is gnome-bluetooth, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes  
2011-10-18 14:13:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new/gnome-bluetooth.changes 
2012-01-09 12:40:02.0 +0100
@@ -1,0 +2,69 @@
+Sat Dec 24 13:43:44 UTC 2011 - gan...@opensuse.org
+
+- Add gnome-control-center Requires for bluetooth setup to work
+  (bnc#732689)
+
+---
+Fri Dec 23 11:08:36 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Library:
+- GVariant fixes
+- Build improvements
+  + Applet:
+- Fix a packing issue
+  + Wizard:
+- Improvements in the handling of PIN codes
+- Fix a segfault
+- Fix an UI issue with the Close button
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Wed Dec 21 01:17:36 UTC 2011 - vu...@opensuse.org
+
+- Remove gtk2-devel Requires from devel subpackage: it will
+  automatically be added the pkgconfig() way.
+- Rewrite summary and description of devel subpackage.
+- Change group of libgnome-bluetooth9 and
+  typelib-1_0-GnomeBluetooth-1_0 from System/GUI/GNOME to
+  System/Libraries.
+- Add gnome-bluetooth-no-dbus-glib.patch: finish removing dbus-glib
+  usage in the build system.
+- Remove pkgconfig(dbus-glib-1) BuildRequires: it is gone since
+  version 3.3.2.
+
+---
+Thu Dec  8 20:03:29 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-GnomeBluetooth-1_0
+  subpackage.
+- Add typelib-1_0-GnomeBluetooth-1_0 Requires to devel subpackage.
+
+---
+Sat Nov 26 15:16:06 UTC 2011 - dims...@opensuse.org
+
+- Remove all .la files: gnome-bluetooth-applet.la on its own has
+  reference to the other la files, so keeping some of them breaks
+  more than it serves.
+
+---
+Mon Nov 21 17:03:09 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Library:
+- Clean up public API
+- Port to GDBus
+- Small UI fixes to the chooser
+  + Properties:
+- Move to gnome-control-center
+  + Wizard:
+- Remove special-case Wiimote handling (now in Bluez)
+- Remove multi-adapter support
+  + Updated translations.
+- Drop gnome-bluetooth-fix-crash.patch: fixed upstream another way.
+- Rename libgnome-bluetooth8 to libgnome-bluetooth9, following
+  soversion bump.
+
+---

Old:

  gnome-bluetooth-3.2.1.tar.bz2
  gnome-bluetooth-fix-crash.patch

New:

  gnome-bluetooth-3.3.3.tar.xz
  gnome-bluetooth-no-dbus-glib.patch



Other differences:
--
++ gnome-bluetooth.spec ++
--- /var/tmp/diff_new_pack.4be3uy/_old  2012-01-09 12:40:10.0 +0100
+++ /var/tmp/diff_new_pack.4be3uy/_new  2012-01-09 12:40:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-bluetooth
 #
-# 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,20 +16,19 @@
 #
 
 
-
 Name:   gnome-bluetooth
-Version:3.2.1
-Release:1
-License:GPLv2+
+Version:3.3.3
+Release:0
 Summary:GNOME Bluetooth graphical utilities
-Url:http://live.gnome.org/GnomeBluetooth
+License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/gnome-bluetooth/3.2/%{name}-%{version}.tar.bz2
+Url:http://live.gnome.org/GnomeBluetooth
+Source: 
http://download.gnome.org/sources/gnome-bluetooth/3.3/%{name}-%{version}.tar.xz
 Source1:61-gnome-bluetooth-rfkill.rules
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch0: lxde-support.patch
-# PATCH-FIX-UPSTREAM gnome-bluetooth-fix-crash.patch bgo#654172 bnc#722722 
vu...@opensuse.org -- Fix various crashes in libgnome-bluetooth due to leaking 
objects
-Patch1: gnome-bluetooth-fix-crash.patch
+# 

commit gnome-contacts for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-contacts for openSUSE:Factory 
checked in at 2012-01-09 12:40:05

Comparing /work/SRC/openSUSE:Factory/gnome-contacts (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-contacts.new (New)


Package is gnome-contacts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-contacts/gnome-contacts.changes
2011-10-25 15:54:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-contacts.new/gnome-contacts.changes   
2012-01-09 12:40:10.0 +0100
@@ -1,0 +2,10 @@
+Tue Dec 20 09:55:49 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.1:
+  + New design for the content pane
+  + Undo and in-app notifications
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

Old:

  gnome-contacts-3.2.2.tar.bz2

New:

  gnome-contacts-3.3.1.tar.xz



Other differences:
--
++ gnome-contacts.spec ++
--- /var/tmp/diff_new_pack.24hgMV/_old  2012-01-09 12:40:16.0 +0100
+++ /var/tmp/diff_new_pack.24hgMV/_new  2012-01-09 12:40:16.0 +0100
@@ -15,19 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gnome-contacts
-Version:3.2.2
-Release:1
-License:GPL-2.0+
+Version:3.3.1
+Release:0
 Summary:Contacts Manager for GNOME
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  Productivity/Office/Other
-Source: 
http://download.gnome.org/sources/gnome-contacts/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-contacts/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  vala = 0.14.0
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(folks) = 0.6.1.1
 BuildRequires:  pkgconfig(folks-telepathy)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-control-center for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2012-01-09 12:40:09

Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)


Package is gnome-control-center, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2011-10-21 16:29:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2012-01-09 12:40:16.0 +0100
@@ -1,0 +2,149 @@
+Thu Jan  5 08:07:55 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Display:
+- Use consistent label style (bgo#665057)
+  + Info:
+- Use consistent label style (bgo#665059)
+  + Printers:
+- Unsubscribe from D-Bus signals when no longer needed
+- Don't crash because of external panel switch
+  + Region:
+- Small language chooser improvements (bgo#664505, bgo#664503)
+  + System Info:
+- Rename to 'Details' (bgo#661696)
+  + Wacom:
+- Many improvements that I can't really summarize here
+- Better graphics
+- Use libwacom for tablet information
+- Visual improvements
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add pkgconfig(libwacom) and pkgconfig(x11) BuildRequires: new
+  dependencies upstream.
+
+---
+Tue Nov 22 11:33:05 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Common:
+- Do not install private libgnome-control-center (bgo#655287)
+- Fix handling of Primary (bgo#748444)
+  + Background:
+- Added D'n'D support for adding wallpapers (bgo#655375)
+- Force a toolbar style
+  + Bluetooth:
+- Move Bluetooth panel from gnome-bluetooth
+  + Color:
+- Update icon cache only on MAINTAINER_MODE
+- Do not allow the 'Add profile' modal dialog to be resizable
+- Improve the 'Add profile' modal dialog (bgo#661657)
+- Don't show profile ages for EDID, test and colorspace
+  profiles (bgo#661669)
+- Show 'Uncalibrated' when a device has a test profile assigned
+- After removing a profile select the device so the UI is
+  correct (bgo#661658)
+- Fix a critical warning in the new GtkTreeIter code
+- Make toolbar buttons focusable (bgo#662430)
+  + Date  time:
+- Fix showing actual clock format on panel open
+  + Info:
+- Use x-content/unix-software as mime for the Software combobox
+  (bgo#660803)
+- Add labelling relations
+  + Keyboard:
+- Don't load duplicate keybindings
+- Fix ATK descriptions (bgo#574073)
+- Make the '+' button work all the time (bgo#662253)
+- Remove broken allowed_keys checks
+- Use GtkCellRendererAccel
+- Adjust shortcut files (bgo#663626)
+- Rename a11y keyboard shortcuts
+- Remove support for conditional shortcuts (bgo#663431)
+- Stop monitoring num-workspaces
+- Port custom shortcuts to GSettings
+  + Mouse:
+- Fix ATK descriptions
+  + Network:
+- Allocate nm-connection for nma-wireless-dialog (bgo#648174)
+- Show wireless dialog even if there is no active AP
+  (bgo#661526)
+- Accessibility improvements
+- Add proxy to the keywords (bgo#663340)
+- Make tabbing through the proxy page work
+  + Online accounts:
+- Add title for Add Account dialogue (bgo#661573)
+  + Power:
+- Use the correct item in the combo boxes when
+  sleep-when-inactive is disabled
+- Don't set the sleep-inactive-x GSettings keys that have been
+  removed
+- Use Power off instead of Shutdown (bgo#661559)
+  + Printers:
+- Check state of CUPS after start (bgo#659721)
+- Fix build on systems without LC_PAPER (bgo#660692)
+- Don't hide address entry
+- Make +/- buttons insensitive when can not connect to CUPS
+- Set requesting-user-name when getting job info
+- Detect disconnection of printer
+- Don't allow / in printer name (bgo#661774)
+  + Region:
+- Hide system tab if no localed
+- Simplify getting the current Locale
+- Implement copying layouts (bgo#659300)
+- Fix build on systems without LC_MEASUREMENT (bgo#660787)
+- Align the example dates
+- Only show locales for languages that have translations
+- Always add English to the list, as it should always be
+  available
+  + Screen:
+- Never set gnome-session's idle-delay to 1
+  + Shell:
+- Make sure we gtk_widget_show the search view
+- Avoid crash when searching if a .desktop has no comment
+  (bgo#661494)
+- Make Ctrl+Q work outside the overview
+- Make Ctrl+W 

commit gnome-desktop for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Factory 
checked in at 2012-01-09 12:40:12

Comparing /work/SRC/openSUSE:Factory/gnome-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-desktop.new (New)


Package is gnome-desktop, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-desktop/gnome-desktop.changes  
2011-10-18 14:13:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-desktop.new/gnome-desktop.changes 
2012-01-09 12:40:21.0 +0100
@@ -1,0 +2,41 @@
+Tue Dec 20 09:31:12 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + No change, just a version bump.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Remove unneeded text from descriptions.
+
+---
+Thu Dec  8 22:49:20 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-GnomeDesktop-3_0 subpackage.
+- Add typelib-1_0-GnomeDesktop-3_0 Requires to devel subpackage.
+
+---
+Mon Nov 21 16:34:25 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + libgnome-desktop:
+- GnomeRR: Don't refresh the GnomeRRScreen when applying a
+  matched configuration from a file.
+
+---
+Wed Oct 26 20:16:21 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + GnomePnpIds: Add object to get the vendor name from PNP IDs
+  + GnomeRR:
+- Fix crash in update_brightness_limits
+- Don't print an error for no backlight
+- Remove deprecated functions
+- When setting the DPMS mode manually, clear the timeouts
+- Ignore DPMSSetTimeouts() and DPMSForceLevel() return value
+- Other DPMS-related fixes
+  + GnomeWallClock:
+- Remove the date/time source on dispose
+- Fix non-Linux fallback code
+- Really drop gnome-desktop-gnome-wall-clock-crash.patch.
+
+---

Old:

  gnome-desktop-3.2.1.tar.bz2
  gnome-desktop-gnome-wall-clock-crash.patch

New:

  gnome-desktop-3.3.3.tar.xz



Other differences:
--
++ gnome-desktop.spec ++
--- /var/tmp/diff_new_pack.bVRwvy/_old  2012-01-09 12:40:23.0 +0100
+++ /var/tmp/diff_new_pack.bVRwvy/_new  2012-01-09 12:40:23.0 +0100
@@ -19,19 +19,21 @@
 %define IS_DEFAULT_GNOME_DESKTOP 1
 
 Name:   gnome-desktop
-Version:3.2.1
-Release:1
-License:LGPLv2.1+
+Version:3.3.3
+Release:0
 Summary:The GNOME Desktop API Library
-Url:http://www.gnome.org
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/gnome-desktop/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-desktop/3.3/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
@@ -51,7 +53,6 @@
 %if %IS_DEFAULT_GNOME_DESKTOP || 0%{?BUILD_FROM_VCS}
 
 %package -n gnome-version
-License:LGPLv2.1+
 Summary:GNOME version
 Group:  System/GUI/GNOME
 %if %IS_DEFAULT_GNOME_DESKTOP
@@ -63,7 +64,6 @@
 %endif
 
 %package -n libgnome-desktop-3-2
-License:LGPLv2.1+
 Summary:The GNOME Desktop API Library
 Group:  System/GUI/GNOME
 Requires:   gsettings-desktop-schemas
@@ -76,15 +76,25 @@
 %description -n libgnome-desktop-3-2
 The libgnome-desktop library provides API shared by several applications
 on the desktop, but that cannot live in the platform for various
-reasons. There is no API or ABI guarantee, although we are doing our
-best to provide stability. Documentation for the API is available with
-gtk-doc.
+reasons.
+
+%package -n typelib-1_0-GnomeDesktop-3_0
+Summary:The GNOME Desktop API Library -- Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GnomeDesktop-3_0
+The libgnome-desktop library provides API shared by several applications
+on the desktop, but that cannot live in the platform for various
+reasons.
+
+This package provides the GObject Introspection 

commit gnome-documents for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2012-01-09 12:40:15

Comparing /work/SRC/openSUSE:Factory/gnome-documents (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-documents.new (New)


Package is gnome-documents, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2011-10-18 14:13:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes 
2012-01-09 12:40:23.0 +0100
@@ -1,0 +2,46 @@
+Tue Dec 20 12:52:06 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.3.3:
+  + Add a tagged entry implementation for search filtering
+  + Port to GtkApplication
+  + Split search into words
+  + Open previews from command line
+  + Hide titlebar when maximized
+  + Enter selection mode with Ctrl+Click
+  + Rewrite main view and toolbar with generic C classes
+  + Don't install libgdprivate in $libdir
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Drop pkgconfig(tracker-miner-0.12) BuildRequires: it got removed
+  in 0.3.2.
+- Remove /sbin/ldconfig from %post/%postun: no shared library is
+  installed anymore.
+
+---
+Mon Nov 21 20:00:56 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.3.2:
+  + Initial support for Google Docs collections
+  + Initial support for user-defined collections
+  + Major UI revamp:
+- removed the sidebar
+- moved the search entry beneath the top bar in a hiding
+  container
+- use single-click activation mode in the overview
+- first implementation of a Selection mode
+- animate state changes
+  + Improve query and loading speed
+  + Field selection support for search filtering (author, title)
+  + Fix loading of cached documents
+  + Many, many minor improvements and fixes
+- Drop gnome-documents-deprecated-mutex.patch: fixed upstream.
+
+---
+Wed Nov 16 11:48:23 UTC 2011 - dims...@opensuse.org
+
+- Add gnome-documents-deprecated-mutex.patch: Fix build with new
+  glib and its changed GThread API. Patch taken from upstram git,
+  commit id df80c63.
+
+---

Old:

  gnome-documents-0.2.1.tar.bz2

New:

  gnome-documents-0.3.3.tar.xz



Other differences:
--
++ gnome-documents.spec ++
--- /var/tmp/diff_new_pack.gZUFeo/_old  2012-01-09 12:40:26.0 +0100
+++ /var/tmp/diff_new_pack.gZUFeo/_new  2012-01-09 12:40:26.0 +0100
@@ -15,30 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gnome-documents
-Version:0.2.1
-Release:1
-License:GPLv2+
+Version:0.3.3
+Release:0
 Summary:Document Manager for GNOME
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  Productivity/Office/Other
-Source: 
http://download.gnome.org/sources/gnome-documents/0.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-documents/0.3/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(clutter-gtk-1.0) = 1.0.1
-BuildRequires:  pkgconfig(evince-document-3.0)
-BuildRequires:  pkgconfig(evince-view-3.0)
+BuildRequires:  pkgconfig(evince-document-3.0) = 3.3.0
+BuildRequires:  pkgconfig(evince-view-3.0) = 3.3.0
 BuildRequires:  pkgconfig(gjs-1.0)
 BuildRequires:  pkgconfig(glib-2.0) = 2.29.90
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(goa-1.0) = 3.1.90
 BuildRequires:  pkgconfig(gobject-introspection-1.0) = 0.9.6
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.1.13
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.6
 BuildRequires:  pkgconfig(libgdata) = 0.9.1
 BuildRequires:  pkgconfig(oauth)
-BuildRequires:  pkgconfig(tracker-miner-0.12)
 BuildRequires:  pkgconfig(tracker-sparql-0.12) = 0.12.1
 # This is a gjs application
 Requires:   gjs
@@ -67,13 +66,11 @@
 rm -rf %{buildroot}
 
 %post
-/sbin/ldconfig
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 
 %postun
-/sbin/ldconfig
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
@@ -83,17 +80,12 @@
 %doc AUTHORS NEWS README
 %{_bindir}/gnome-documents
 %{_datadir}/applications/gnome-documents.desktop

commit gnome-games for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-games for openSUSE:Factory 
checked in at 2012-01-09 12:40:19

Comparing /work/SRC/openSUSE:Factory/gnome-games (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-games.new (New)


Package is gnome-games, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-games/gnome-games.changes  2011-10-19 
13:44:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-games.new/gnome-games.changes 
2012-01-09 12:40:27.0 +0100
@@ -1,0 +2,38 @@
+Sat Dec 24 17:21:40 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Games ported to vala: gnomine, gnotravex, and lightsoff.
+  + Many games reorganized the code into /src and /data
+  + Dropped status bar (gnomine, gnotravex, lightsoff)
+  + Mallard docs: (chess, glines, iagno, sudoku)
+  + GtkApplication used in gnotravex
+  + Confirm before starting new game (gnomine)
+  + Gnibbles adjust number of bonuses based on number of players
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add gnome-games-gnobots2-scores-build.patch: fix creation of
+  .scores files for gnobots2 during make install.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh for
+  above patch.
+- Replace gconf schema packaging machinery with gsettings machinery
+  for lightsoff.
+- Remove seed Requires from lightsoff, since it's now written in
+  vala.
+
+---
+Wed Oct 26 20:36:45 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Glines:
+- Use .ui files
+- Set correct icon
+- Repaint board on bgcolor change
+  + Gnect: minor typo fix
+  + Mahjongg:
+- Port from C to Vala
+- Fix hints showing when doing new hints / cancelling them
+  + Swell-foop: efault theme was renamed to Shapes and Colors
+  + Updated translations.
+
+---

Old:

  gnome-games-3.2.1.tar.bz2

New:

  gnome-games-3.3.3.tar.xz
  gnome-games-gnobots2-scores-build.patch



Other differences:
--
++ gnome-games.spec ++
--- /var/tmp/diff_new_pack.oWLz2Q/_old  2012-01-09 12:40:29.0 +0100
+++ /var/tmp/diff_new_pack.oWLz2Q/_new  2012-01-09 12:40:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-games
 #
-# 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,26 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gnome-games
-Version:3.2.1
-Release:1
+Version:3.3.3
+Release:0
 # FIXME: validate list of games for the recommended subpackage
-License:GPLv2+ ; GPLv3+ ; LGPLv2.1+
 Summary:Games for GNOME
-Url:http://www.gnome.org
+License:GPL-2.0+ ; GPL-3.0+ ; LGPL-2.1+
 Group:  Amusements/Games/Other
-Source: 
http://download.gnome.org/sources/gnome-games/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-games/3.3/%{name}-%{version}.tar.xz
 Source1:%{name}-create-post
 Source2:README.openSUSE
 Source3:README-recommended.openSUSE
+# PATCH-FIX-UPSTREAM gnome-games-gnobots2-scores-build.patch bgo#667339 
vu...@opensuse.org -- Fix creation of .scores files during install
+Patch0: gnome-games-gnobots2-scores-build.patch
 BuildRequires:  clutter-devel
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gconf2-devel
+# needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  guile-devel
@@ -46,6 +47,8 @@
 # Needed to get lsb data
 BuildRequires:  dummy-release
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(sqlite3)
 Requires:   glchess
@@ -78,7 +81,6 @@
 productivity lost while playing them.
 
 %package recommended
-License:GPLv2+ ; GPLv3+ ; LGPLv2.1+
 Summary:Recommended Games for GNOME
 Group:  Amusements/Games/Other
 # Commented out requires are the games we don't want in recommended
@@ -110,7 +112,6 @@
 This package will 

commit gnome-packagekit for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2012-01-09 12:40:28

Comparing /work/SRC/openSUSE:Factory/gnome-packagekit (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-packagekit.new (New)


Package is gnome-packagekit, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes
2011-10-28 19:42:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2012-01-09 12:40:32.0 +0100
@@ -1,0 +2,21 @@
+Mon Dec 19 16:19:38 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Actually exit the GTK tools when the user closes the window
+  + Add a friendly name for g-s-d in the log program
+  + Don't autoclose when no updates but distro upgrades are
+available
+  + Don't spin in a loop in the updater when results come quicker
+than we expect
+  + Don't use the deprecated g_format_size_for_display
+  + Don't use the deprecated gtk_hbox_new
+  + Mark the '32-bit' and '64-bit' strings as translatable
+  + Move the gtk-module support files to PK
+  + New versions of GTK show image-broken when we specify an empty
+string
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

Old:

  gnome-packagekit-3.2.1.tar.bz2

New:

  gnome-packagekit-3.3.3.tar.xz



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.SSjXs8/_old  2012-01-09 12:40:34.0 +0100
+++ /var/tmp/diff_new_pack.SSjXs8/_new  2012-01-09 12:40:34.0 +0100
@@ -16,21 +16,20 @@
 #
 
 
-
 Name:   gnome-packagekit
-Version:3.2.1
-Release:1
-License:GPL-2.0+
+Version:3.3.3
+Release:0
 Summary:Applications for the PackageKit API
-Url:http://packagekit.org/
+License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/gnome-packagekit/3.2/%{name}-%{version}.tar.bz2
+Url:http://packagekit.org/
+Source: 
http://download.gnome.org/sources/gnome-packagekit/3.3/%{name}-%{version}.tar.xz
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: gnome-packagekit-OnlyShowIn.patch
 BuildRequires:  PackageKit-devel
-BuildRequires:  docbook-utils
 BuildRequires:  dbus-1-devel
 BuildRequires:  desktop-file-utils
+BuildRequires:  docbook-utils
 BuildRequires:  gettext-devel
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-menus-devel
@@ -41,6 +40,8 @@
 BuildRequires:  libupower-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
 Requires:   gnome-icon-theme
@@ -60,9 +61,7 @@
 removing packages on your system.
 
 %package extras
-License:GPL-2.0+
 Summary:Applications for the PackageKit API - Extra applications
-Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
 
 %description extras
@@ -134,9 +133,6 @@
 %{_bindir}/gpk-install-provide-file
 %{_bindir}/gpk-prefs
 %{_bindir}/gpk-update-viewer
-%dir %{_libdir}/gnome-settings-daemon-3.0
-%dir %{_libdir}/gnome-settings-daemon-3.0/gtk-modules
-%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/gpk-pk-gtk-module.desktop
 %dir %{_datadir}/GConf
 %dir %{_datadir}/GConf/gsettings
 %{_datadir}/GConf/gsettings/org.gnome.packagekit.gschema.migrate

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-system-monitor for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-system-monitor for 
openSUSE:Factory checked in at 2012-01-09 12:40:32

Comparing /work/SRC/openSUSE:Factory/gnome-system-monitor (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-system-monitor.new (New)


Package is gnome-system-monitor, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-system-monitor/gnome-system-monitor.changes
2011-10-19 13:45:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-system-monitor.new/gnome-system-monitor.changes
   2012-01-09 12:40:34.0 +0100
@@ -1,0 +2,39 @@
+Tue Dec 20 11:28:19 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + More Control Group support improvements
+  + More concise CPU list display
+  + Add Priority column to the process table to show user-friendly
+nice values
+  + Add priority selection submenu with preset priority items
+  + Add command line flags for each tab to display it on startup
+  + Add 32-bit or 64-bit to the release label
+  + Bugs fixed: bgo#619979, bgo#629571, bgo#131803, bgo#131802,
+bgo#664926, bgo#665783.
+  + Updated translations.
+- Add pkgconfig(gmodule-2.0) BuildRequires: new explicit
+  dependency.
+
+---
+Fri Nov 25 09:19:43 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2.1:
+  + Fix build issue caused by include in lsof.cpp
+- Changes from version 3.3.2:
+  + Experimental support for cgroups
+  + Ship with git-generated ChangeLog
+  + Network load default colors improved for the colorblind
+  + Remove status bar
+  + Remember window position
+  + Reduce number of default columns in processes view
+  + Bugs fixed: bgo#649398, bgo#649842, bgo#652584, bgo#652602,
+bgo#654888, bgo#656840, bgo#656841, bgo#661269, bgo#130719,
+bgo#663569, bgo#646393, bgo#616794, bgo#576863, bgo#468495,
+bgo#506035, bgo#343861, bgo#305883, bgo#553315, bgo#528149,
+bgo#496436.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

Old:

  gnome-system-monitor-3.2.1.tar.bz2

New:

  gnome-system-monitor-3.3.3.tar.xz



Other differences:
--
++ gnome-system-monitor.spec ++
--- /var/tmp/diff_new_pack.VrCCiu/_old  2012-01-09 12:40:35.0 +0100
+++ /var/tmp/diff_new_pack.VrCCiu/_new  2012-01-09 12:40:35.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gnome-system-monitor
 BuildRequires:  dbus-1-glib-devel
@@ -30,16 +28,19 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
+BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtkmm-3.0)
 BuildRequires:  pkgconfig(libwnck-3.0)
-License:GPLv2+
-Group:  System/GUI/GNOME
-Version:3.2.1
-Release:1
-Source0:
http://download.gnome.org/sources/gnome-system-monitor/3.2/%{name}-%{version}.tar.bz2
+Version:3.3.3
+Release:0
+Source0:
http://download.gnome.org/sources/gnome-system-monitor/3.3/%{name}-%{version}.tar.xz
 Url:http://www.gnome.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A Simple Process Monitor
+License:GPL-2.0+
+Group:  System/GUI/GNOME
 Requires:   gnome-icon-theme
 Requires:   lsb-release
 Recommends: %{name}-lang

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-nettool for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-nettool for openSUSE:Factory 
checked in at 2012-01-09 12:40:23

Comparing /work/SRC/openSUSE:Factory/gnome-nettool (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-nettool.new (New)


Package is gnome-nettool, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-nettool/gnome-nettool.changes  
2011-09-23 02:00:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-nettool.new/gnome-nettool.changes 
2012-01-09 12:40:30.0 +0100
@@ -1,0 +2,21 @@
+Wed Jan  4 09:05:58 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.0.1:
+  + Fix OpenBSD compilation
+  + Fix netstat routing table display on OpenBSD
+  + Use finger by default instead of pinky
+  + Fix up to make translations work
+  + Fix ugliness when window is bigger than expected
+  + Handle output with icmp_req
+  + Portability fixes for IPv4/IPv6
+  + Fix memory leak
+  + Fixed garbage in translated string for loopback
+  + Fix ping layout to resize it gently
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Drop 0001-ping-Handle-output-with-icmp_req.patch: fixed upstream.
+- Stop changing libexecdir in configure: we don't need it anyway.
+
+---

Old:

  0001-ping-Handle-output-with-icmp_req.patch
  gnome-nettool-3.0.0.tar.bz2

New:

  gnome-nettool-3.0.1.tar.xz



Other differences:
--
++ gnome-nettool.spec ++
--- /var/tmp/diff_new_pack.xpAjJc/_old  2012-01-09 12:40:32.0 +0100
+++ /var/tmp/diff_new_pack.xpAjJc/_new  2012-01-09 12:40:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-nettool
 #
-# 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,22 +16,21 @@
 #
 
 
-
 Name:   gnome-nettool
-Version:3.0.0
-Release:1
-License:GPL-2.0+
+Version:3.0.1
+Release:0
 Summary:GNOME Interface for Various Networking Tools
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.16/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 0001-ping-Handle-output-with-icmp_req.patch bnc#679874 
bg0#634749 malcolmle...@opensuse.org -- Handle output with icmp_req
-Patch0: 0001-ping-Handle-output-with-icmp_req.patch
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-nettool/3.0/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libgtop-2.0)
 Recommends: %{name}-lang
@@ -46,11 +45,9 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
 %configure\
---libexecdir=%{_prefix}/lib/%{name}\
 --disable-scrollkeeper
 make %{?jobs:-j%jobs} V=1
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-panel for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-panel for openSUSE:Factory 
checked in at 2012-01-09 12:55:01

Comparing /work/SRC/openSUSE:Factory/gnome-panel (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-panel.new (New)


Package is gnome-panel, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-panel/gnome-panel.changes  2011-10-18 
14:13:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-panel.new/gnome-panel.changes 
2012-01-09 12:55:07.0 +0100
@@ -1,0 +2,31 @@
+Tue Dec 20 09:31:11 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Explicitly link to gmodule-2.0.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Fri Dec  9 09:25:38 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-PanelApplet-4_0 subpackage.
+- Add typelib-1_0-PanelApplet-4_0 Requires to devel subpackage.
+
+---
+Wed Oct 26 20:46:05 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1.
+  + Support instance configuration of objects in default layout.
+  + Make it possible to load a default layout from the user config.
+  + Fix panels forced to be big because of user menu.
+  + Fix wrong height of Places menu item in main menu.
+  + Change default size of icon in menu bar  user menu applets to
+16.
+- Drop gnome-panel-improved-default-layout-handling.patch and
+  gnome-panel-allow-smaller-panels.patch: fixed upstream.
+- Rebase gnome-panel-bnc356242-recently-used-apps-hidden.patch.
+
+---

Old:

  gnome-panel-3.2.1.tar.bz2
  gnome-panel-allow-smaller-panels.patch
  gnome-panel-improved-default-layout-handling.patch

New:

  gnome-panel-3.3.3.tar.xz



Other differences:
--
++ gnome-panel.spec ++
--- /var/tmp/diff_new_pack.OwkBIB/_old  2012-01-09 12:55:14.0 +0100
+++ /var/tmp/diff_new_pack.OwkBIB/_new  2012-01-09 12:55:14.0 +0100
@@ -16,21 +16,16 @@
 #
 
 
-
 Name:   gnome-panel
-Version:3.2.1
-Release:1
+Version:3.3.3
+Release:0
 # FIXME: gnome-main-menu not ported to new panel API, for this reason we do 
not Recommend gnome-main-menu.
-License:GPLv2+
 Summary:The GNOME Desktop Panel
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/gnome-panel/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-panel/3.3/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# PATCH-FEATURE-UPSTREAM gnome-panel-improved-default-layout-handling.patch 
vu...@opensuse.org -- Improve default layout handling, so that we can load it 
from the user dir
-Patch0: gnome-panel-improved-default-layout-handling.patch
-# PATCH-FEATURE-UPSTREAM gnome-panel-allow-smaller-panels.patch 
vu...@opensuse.org -- Some changes related to how we set the size of the icons 
in the user menu applet, so we don't create an artificial limit on the size of 
panels. Taken from git.
-Patch1: gnome-panel-allow-smaller-panels.patch
 # PATCH-FIX-UPSTREAM gnome-panel-recent-check-exists.patch -- Show an error 
when clicking on a recent item that doesn't exist anymore
 Patch25:gnome-panel-recent-check-exists.patch
 # PATCH-FIX-UPSTREAM gnome-panel-beagle-search.patch bgo336726 -- Use nautilus 
search instead of gnome-search-tool
@@ -55,6 +50,8 @@
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(NetworkManager)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dconf)
@@ -107,8 +104,8 @@
 programs, and organize access to your data.
 
 %package branding-upstream
-License:GPLv2+
 Summary:The GNOME Desktop Panel -- Upstream default layout
+License:GPL-2.0+
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
 Provides:   %{name}-branding = %{version}
@@ -128,8 +125,8 @@
 This package contains the upstream default layout for GNOME Panel.
 
 %package -n libpanel-applet-4-0
-License:LGPLv2+
 Summary:GNOME Panel Applet Library -- D-Bus-based library
+License:LGPL-2.1+
 Group:  

commit gstreamer-0_10 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2012-01-09 12:55:04

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)


Package is gstreamer-0_10, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes
2011-10-16 12:49:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2012-01-09 12:55:14.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan  6 09:59:44 UTC 2012 - vu...@opensuse.org
+
+- Split typelib files into typelib-1_0-Gst-0_10 subpackage.
+- Add typelib-1_0-Gst-0_10 Requires to devel subpackage.
+- Add explicit libgstreamer-0_10-0 Requires to devel subpackage: it
+  was there implicitly before, throught the gstreamer-0_10
+  Requires, but it's better to have it explicit.
+- Remove explicit check-devel, glib2-devel, libxml2-devel and
+  popt-devel Requires from devel subpackage: the ones that are
+  needed will be added the pkgconfig() way, and the others are
+  actually wrong.
+
+---



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.zmbJDr/_old  2012-01-09 12:55:20.0 +0100
+++ /var/tmp/diff_new_pack.zmbJDr/_new  2012-01-09 12:55:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-doc
 #
-# 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,17 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gstreamer-0_10-doc
 %define build_doc 1
 %define _name gstreamer
 Version:0.10.35
-Release:1
+Release:0
 %define gst_branch 0.10
-BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
+BuildRequires:  bison
+BuildRequires:  check-devel
+BuildRequires:  fdupes
+BuildRequires:  flex
+BuildRequires:  glib2-devel
 BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  translation-update-upstream
 %ifarch %ix86 ppc x86_64
 BuildRequires:  valgrind-devel
 %endif
@@ -34,13 +38,19 @@
 %endif
 BuildRequires:  gnome-patch-translation
 %if %build_doc
-BuildRequires:  docbook-toys docbook-utils gtk-doc python transfig
+BuildRequires:  docbook-toys
+BuildRequires:  docbook-utils
+BuildRequires:  gtk-doc
+BuildRequires:  python
+BuildRequires:  transfig
 %if %suse_version = 1020
 # Missing in transfig:
-BuildRequires:  ghostscript-fonts-std ghostscript-library
+BuildRequires:  ghostscript-fonts-std
+BuildRequires:  ghostscript-library
 %endif
 %if %suse_version  1030
-BuildRequires:  texlive-latex texlive-latex-doc
+BuildRequires:  texlive-latex
+BuildRequires:  texlive-latex-doc
 %endif
 # Name up to 10.3:
 Provides:   gstreamer010-doc = %{version}
@@ -59,9 +69,9 @@
 # Core modules may depend on new enough libraries:
 Requires:   libgstreamer-0_10-0 = %{version}
 %endif
+Summary:Streaming-Media Framework Runtime
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
-Summary:Streaming-Media Framework Runtime
 Source0:%{_name}-%{version}.tar.bz2
 Source1:gstreamer-0_10.macros
 Source2:gstreamer-0_10.prov
@@ -84,7 +94,6 @@
 %if !%build_doc
 
 %package -n libgstreamer-0_10-0
-License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  System/Libraries
 # We want to have core modules installed:
@@ -98,8 +107,23 @@
 means that new data types or processing capabilities can be added by
 installing new plug-ins.
 
+%if %suse_version = 1120
+%package -n typelib-1_0-Gst-0_10
+Summary:Streaming-Media Framework Runtime -- Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Gst-0_10
+GStreamer is a streaming-media framework, based on graphs of filters
+which operate on media data. Applications using this library can do
+anything from real-time sound processing to playing videos, and just
+about anything else media-related.  Its plug-in-based architecture
+means that new data types or processing capabilities can be added by
+installing new plug-ins.
+
+This package provides the GObject Introspection bindings for GStreamer.
+%endif
+
 %package utils
-License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  Productivity/Multimedia/Other
 # Name up to 

commit gstreamer-0_10-plugins-base for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2012-01-09 12:55:07

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2011-11-14 11:52:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2012-01-09 12:55:20.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan  6 10:19:31 UTC 2012 - vu...@opensuse.org
+
+- Split typelib files into typelib-1_0-GstApp-0_10 and
+  typelib-1_0-GstInterfaces-0_10 subpackages.
+- Add typelib-1_0-GstApp-0_10 and typelib-1_0-GstInterfaces-0_10
+  Requires to devel subpackage.
+- Change group of libgstapp-0_10-0 from
+  Productivity/Multimedia/Other to System/Libraries.
+- Remove explicit Requires for glib2-devel, gstreamer-0_10-devel,
+  libxml2-devel and zlib-devel in devel subpackage: they will
+  automatically be added the pkgconfig way.
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.XOeUue/_old  2012-01-09 12:55:25.0 +0100
+++ /var/tmp/diff_new_pack.XOeUue/_new  2012-01-09 12:55:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-base
 #
-# 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,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define build_v4l 0%{?suse_version} = 1140
 
 Name:   gstreamer-0_10-plugins-base
 %define _name gst-plugins-base
 Version:0.10.35
-Release:4
+Release:0
 %define gst_branch 0.10
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
@@ -54,13 +53,13 @@
 %if %suse_version = 1120
 BuildRequires:  gobject-introspection-devel = 0.9.12
 %endif
-License:GPL-2.0+ ; LGPL-2.1+
-Group:  Productivity/Multimedia/Other
 Source: %{_name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Url:http://gstreamer.freedesktop.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:GStreamer Streaming-Media Framework Plug-Ins
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Productivity/Multimedia/Other
 Supplements:gstreamer-0_10
 # Name up to 10.3:
 Provides:   gstreamer010-plugins-base = %{version}
@@ -88,7 +87,6 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n gstreamer-0_10-plugin-gnomevfs
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:GStreamer Streaming-Media Framework Plug-Ins -- gnome-vfs 
plugin
 Group:  Productivity/Multimedia/Other
 # We want to have base modules installed:
@@ -103,7 +101,6 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n libgstinterfaces-0_10-0
-License:GPL-2.0+ ; LGPL-2.1+
 # This is a library package bundle, which contains more shared
 # libraries. Use the name of the lowest level one, because libgstbase
 # may cause confusion (it is a part of libgstreamer-0_10-0).
@@ -123,10 +120,25 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%if %suse_version = 1120
+%package -n typelib-1_0-GstInterfaces-0_10
+Summary:GStreamer Streaming-Media Framework Plug-Ins -- Introspection 
bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GstInterfaces-0_10
+GStreamer is a streaming media framework based on graphs of filters
+that operate on media data. Applications using this library can do
+anything media-related, from real-time sound processing to playing
+videos. Its plug-in-based architecture means that new data types or
+processing capabilities can be added simply by installing new plug-ins.
+
+This package provides the GObject Introspection bindings for GStreamer
+plug-ins.
+%endif
+
 %package -n libgstapp-0_10-0
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:GStreamer Streaming-Media Framework Plug-Ins
-Group:  Productivity/Multimedia/Other
+Group:  System/Libraries
 # We want to have base modules installed:
 Requires:   %{name}
 
@@ -137,12 +149,31 @@
 videos. 

commit kernel-source for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2012-01-09 12:55:11

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is kernel-source, Maintainer is 
kernel-maintain...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2011-12-25 18:00:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2012-01-09 12:55:26.0 +0100
@@ -1,0 +2,12 @@
+Thu Jan  5 16:15:39 CET 2012 - je...@suse.com
+
+- Update to 3.2-final.
+- commit 778e265
+
+---
+Mon Jan  2 15:35:31 CET 2012 - je...@suse.com
+
+- Updated to 3.2-rc7.
+- commit f458508
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-imx51.changes: same change
kernel-omap2plus.changes: same change
kernel-pae.changes: same change
kernel-ppc64.changes: same change
kernel-s390.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-tegra.changes: same change
kernel-trace.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change

Old:

  linux-3.2-rc6.tar.bz2

New:

  linux-3.2.tar.bz2



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.METMk9/_old  2012-01-09 12:55:41.0 +0100
+++ /var/tmp/diff_new_pack.METMk9/_new  2012-01-09 12:55:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kernel-debug
 #
-# 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
@@ -17,8 +17,8 @@
 
 # norootforbuild
 
-%define srcversion 3.2-rc6
-%define patchversion 3.2.0-rc6
+%define srcversion 3.2
+%define patchversion 3.2.0
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -56,7 +56,7 @@
 
 Name:   kernel-debug
 Summary:A Debug Version of the Kernel
-Version:3.2.rc6
+Version:3.2.0
 Release:0
 License:GPL-2.0
 Group:  System/Kernel
@@ -135,7 +135,7 @@
 Obsoletes:  kernel-kdump
 %endif
 
-Source0:
http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
+Source0:
http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
 Source2:source-post.sh
 Source3:kernel-source.rpmlintrc
 Source8:devel-pre.sh

++ kernel-default.spec ++
--- /var/tmp/diff_new_pack.METMk9/_old  2012-01-09 12:55:41.0 +0100
+++ /var/tmp/diff_new_pack.METMk9/_new  2012-01-09 12:55:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kernel-default
 #
-# 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
@@ -17,8 +17,8 @@
 
 # norootforbuild
 
-%define srcversion 3.2-rc6
-%define patchversion 3.2.0-rc6
+%define srcversion 3.2
+%define patchversion 3.2.0
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -56,7 +56,7 @@
 
 Name:   kernel-default
 Summary:The Standard Kernel
-Version:3.2.rc6
+Version:3.2.0
 Release:0
 License:GPL-2.0
 Group:  System/Kernel
@@ -151,7 +151,7 @@
 Obsoletes:  smp kernel-smp
 %endif
 
-Source0:
http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
+Source0:
http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
 Source2:source-post.sh
 Source3:kernel-source.rpmlintrc
 Source8:devel-pre.sh

++ kernel-desktop.spec ++
--- /var/tmp/diff_new_pack.METMk9/_old  2012-01-09 12:55:41.0 +0100
+++ /var/tmp/diff_new_pack.METMk9/_new  2012-01-09 12:55:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kernel-desktop
 #
-# 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
@@ -17,8 +17,8 @@
 
 # norootforbuild
 
-%define srcversion 3.2-rc6
-%define patchversion 3.2.0-rc6
+%define 

commit yast2 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2012-01-09 12:55:14

Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and  /work/SRC/openSUSE:Factory/.yast2.new (New)


Package is yast2, Maintainer is jsr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2011-11-05 
12:14:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2012-01-09 
12:55:43.0 +0100
@@ -1,0 +2,26 @@
+Fri Jan  6 15:06:00 CET 2012 - mvid...@suse.cz
+
+- Relicensed ConfigHistory from GPL-2.0 to GPL-2.0+
+  to match the rest of the package (bnc#728950).
+- 2.22.2
+
+---
+Fri Jan  6 14:57:57 CET 2012 - jreidin...@suse.com
+
+- forbid appending to IPADDR additional suffix if there is already
+  one. Original name have preference (bnc#735109).
+
+---
+Fri Jan  6 14:56:00 CET 2012 - mvid...@suse.cz
+
+- create user-unreadable ifcfg files without a race (bnc#713661, CVE-2011-3177)
+- 2.22.1
+
+---
+Fri Jan  6 14:47:16 CET 2012 - mvid...@suse.cz
+
+- Moved NetworkStorage from yast2.rpm to yast2-network.rpm
+  (bnc#726057)
+- 2.22.0
+
+---

Old:

  yast2-2.21.25.tar.bz2

New:

  yast2-2.22.2.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.ioW6wj/_old  2012-01-09 12:55:46.0 +0100
+++ /var/tmp/diff_new_pack.ioW6wj/_new  2012-01-09 12:55:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2
 #
-# 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,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   yast2
-Version:2.21.25
+Version:2.22.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,8 +35,8 @@
 # pre-requires for filling the sysconfig template (sysconfig.yast2)
 PreReq: %fillup_prereq
 
-# float::tolstring builtin
-Requires:   yast2-core = 2.18.12
+# ag_ini section_private
+Requires:   yast2-core = 2.22.1
 # Mod_UI
 # new UI::OpenContextMenu
 Requires:   yast2-ycp-ui-bindings = 2.18.4
@@ -137,7 +136,6 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++ yast2-2.21.25.tar.bz2 - yast2-2.22.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.25/VERSION new/yast2-2.22.2/VERSION
--- old/yast2-2.21.25/VERSION   2011-11-02 14:51:09.0 +0100
+++ new/yast2-2.22.2/VERSION2012-01-06 16:00:28.0 +0100
@@ -1 +1 @@
-2.21.25
+2.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.25/configure new/yast2-2.22.2/configure
--- old/yast2-2.21.25/configure 2011-11-02 14:52:25.0 +0100
+++ new/yast2-2.22.2/configure  2012-01-06 16:00:32.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2 2.21.25.
+# Generated by GNU Autoconf 2.68 for yast2 2.22.2.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2'
 PACKAGE_TARNAME='yast2'
-PACKAGE_VERSION='2.21.25'
-PACKAGE_STRING='yast2 2.21.25'
+PACKAGE_VERSION='2.22.2'
+PACKAGE_STRING='yast2 2.22.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1232,7 +1232,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2 2.21.25 to adapt to many kinds of systems.
+\`configure' configures yast2 2.22.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2 2.21.25:;;
+ short | recursive ) echo Configuration of yast2 2.22.2:;;
esac
   cat \_ACEOF
 
@@ -1383,7 +1383,7 @@
 test -n $ac_init_help  exit 

commit yast2-core for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2012-01-09 12:55:18

Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-core.new (New)


Package is yast2-core, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2011-10-04 
18:00:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2012-01-09 12:55:47.0 +0100
@@ -1,0 +2,34 @@
+Thu Jan  5 15:08:14 CET 2012 - mvid...@suse.cz
+
+- Relicensed agent-process from GPL-2.0 to GPL-2.0+
+  to match the rest of the package (bnc#728950).
+- 2.22.2
+
+---
+Thu Jan  5 15:00:00 CET 2012 - mvid...@suse.cz
+
+- ini-agent: added Write(.section_private.SECTION, BOOLEAN)
+  (bnc#713661, CVE-2011-3177)
+- system agent: added  Write(.target.string, [filename, mode], content)
+- 2.22.1
+
+---
+Fri Dec  2 11:49:56 UTC 2011 - lsle...@suse.cz
+
+- process-agent - fixed testuite (removed potential race condition)
+- 2.22.0
+
+---
+Fri Nov 25 14:11:01 CET 2011 - mvid...@suse.cz
+
+- ini-agent: Fixed a test failure wrong stderr for nonex
+  (bnc#706705#c16)
+- process-agent: a badly designed test is less likely to fail now
+- 2.21.8
+
+---
+Fri Nov 25 12:18:18 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---

Old:

  yast2-core-2.21.7.tar.bz2

New:

  yast2-core-2.22.2.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.WGTzP4/_old  2012-01-09 12:55:48.0 +0100
+++ /var/tmp/diff_new_pack.WGTzP4/_new  2012-01-09 12:55:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-core
 #
-# 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,22 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   yast2-core
-Version:2.21.7
+Version:2.22.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-core-%{version}.tar.bz2
 
-Prefix: /usr
-
 Group:  System/YaST
-License:GPL v2 or later
+License:GPL-2.0+
 # obviously
-BuildRequires:  boost-devel gcc-c++
+BuildRequires:  boost-devel gcc-c++ libtool
 # we have a parser
 BuildRequires:  bison flex
 # needed for all yast packages
@@ -97,23 +94,22 @@
 
 export SUSE_ASNEEDED=0 # disable --as-needed until this package is fixed
 
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -144,23 +140,23 @@
 %dir /usr/share/YaST2
 
 %dir %attr(0700,root,root) /var/log/YaST2
-%dir %{prefix}/lib/YaST2/bin
+%dir %{_prefix}/lib/YaST2/bin
 %dir %{_libdir}/YaST2/plugin
 %dir /usr/share/YaST2/scrconf
-%dir %{prefix}/lib/YaST2/servers
-%dir %{prefix}/lib/YaST2/servers_non_y2
+%dir %{_prefix}/lib/YaST2/servers
+%dir %{_prefix}/lib/YaST2/servers_non_y2
 
 /usr/bin/ycpc
 %{_libdir}/lib*.so.*
-%{prefix}/lib/YaST2/bin/y2base
-%{prefix}/lib/YaST2/bin/startshell
-%{prefix}/lib/YaST2/bin/tty_wrapper
-%{prefix}/lib/YaST2/bin/md_autorun

commit alevt for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package alevt for openSUSE:Factory checked 
in at 2012-01-09 15:16:05

Comparing /work/SRC/openSUSE:Factory/alevt (Old)
 and  /work/SRC/openSUSE:Factory/.alevt.new (New)


Package is alevt, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alevt/alevt.changes  2011-09-23 
01:51:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.alevt.new/alevt.changes 2012-01-09 
15:16:06.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 10:56:13 UTC 2012 - pgaj...@suse.com
+
+- build also with libpng15
+  * libpng15.patch
+
+---

New:

  alevt-libpng15.patch



Other differences:
--
++ alevt.spec ++
--- /var/tmp/diff_new_pack.VyAKZP/_old  2012-01-09 15:16:08.0 +0100
+++ /var/tmp/diff_new_pack.VyAKZP/_new  2012-01-09 15:16:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alevt
 #
-# 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,7 +16,6 @@
 #
 
 
-
 Name:   alevt
 %{expand:%%global _prefix %(pkg-config --variable prefix x11 || echo 
/usr/X11R6)}
 %if %_prefix == /usr/X11R6
@@ -24,19 +23,25 @@
 %else
 %define _man_dir share/man
 %endif
-BuildRequires:  libpng-devel pkgconfig update-desktop-files xorg-x11-devel
+BuildRequires:  libpng-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
 Url:http://www.goron.de/~froese/
+Summary:Teletext and Videotext Decoder for the BTTV Driver
 License:GPL-2.0+
 Group:  Hardware/TV
-Summary:Teletext and Videotext Decoder for the BTTV Driver
 Version:1.6.2
-Release:71
+Release:0
 Source0:alevt-%version.tar.bz2
 Source1:alevt.desktop
 Source2:alevt.png
 Patch2: alevt-1.6.0-dvb-demux.patch
 Patch4: alevt-overflow2.diff
 Patch5: alevt-happy-abuild.diff
+# PATCH-FIX-UPSTREAM pngtoico-libpng15.patch -- pgaj...@suse.com; build with 
libpng15; sent today to fro...@gmx.de
+# build against libpng14 should not be affected, otherwise please let me know
+Patch6: alevt-libpng15.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,6 +55,7 @@
 %patch2 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 make OPT=$RPM_OPT_FLAGS %{?_smp_mflags}

++ alevt-libpng15.patch ++
Index: alevt-1.6.2/exp-gfx.c
===
--- alevt-1.6.2.orig/exp-gfx.c
+++ alevt-1.6.2/exp-gfx.c
@@ -3,6 +3,8 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
+/* libpng15's png.h doesn't include zlib.h */
+#include zlib.h
 
 #include lang.h
 #include export.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit arpwatch-ethercodes for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-09 15:16:09

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is arpwatch-ethercodes, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-05 13:47:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-09 15:16:10.0 +0100
@@ -2 +2 @@
-Thu Jan  5 08:40:08 CET 2012 - autobu...@suse.de
+Sat Jan  7 06:40:04 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-05
+- automated update on 2012-01-07



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.DuIfBB/_old  2012-01-09 15:16:12.0 +0100
+++ /var/tmp/diff_new_pack.DuIfBB/_new  2012-01-09 15:16:12.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.5
+Version:2012.1.7
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.DuIfBB/_old  2012-01-09 15:16:12.0 +0100
+++ /var/tmp/diff_new_pack.DuIfBB/_new  2012-01-09 15:16:12.0 +0100
@@ -18295,8 +18295,8 @@
BIEL-BIENNE BE 2502
SWITZERLAND
 
-00-0B-38   (hex)   Knuerr AG
-000B38 (base 16)   Knuerr AG
+00-0B-38   (hex)   Knuerr GmbH
+000B38 (base 16)   Knuerr GmbH
Mariakirchener Strasse 38
Arnstorf Bavaria 94424
GERMANY
@@ -35618,10 +35618,10 @@
Port Coquitlam BC V3C 6G5
CANADA
 
-00-15-EF   (hex)   NEC Energy Devices. Ltd.
-0015EF (base 16)   NEC Energy Devices. Ltd.
-   1120,Shimokuzawa,Chuo-ku,Sagamihara-shi,
-   Kanagawa 252-5298
+00-15-EF   (hex)   NEC TOKIN Corporation
+0015EF (base 16)   NEC TOKIN Corporation
+   1-1,Asahi-Cho 7-chome,Shiroishi
+   Miyagi 989-0223
JAPAN
 
 00-15-F0   (hex)   EGO BV
@@ -71468,12 +71468,11 @@
75335 Dobel 
GERMANY
 
-00-80-DA   (hex)   BRUEL  KJAER
-0080DA (base 16)   BRUEL  KJAER
-   18, NAERUM HOVEDGADE
+00-80-DA   (hex)   Bruel  Kjaer Sound  Vibration Measurement A/S
+0080DA (base 16)   Bruel  Kjaer Sound  Vibration Measurement A/S
+   Skodsborgvej 307 
DK-2850 NAERUM
DENMARK
-   DENMARK
 
 00-80-DB   (hex)   GRAPHON CORPORATION
 0080DB (base 16)   GRAPHON CORPORATION
@@ -71729,6 +71728,12 @@
Smolensk  214012
RUSSIAN FEDERATION
 
+00-8D-DA   (hex)   Link One Co., Ltd.
+008DDA (base 16)   Link One Co., Ltd.
+   601F   Chungjuk tower 546-9 
+   Buchion Gyeonggi-do  420-864
+   KOREA, REPUBLIC OF
+
 00-90-00   (hex)   DIAMOND MULTIMEDIA
 009000 (base 16)   DIAMOND MULTIMEDIA
312 SE STONEMILL DRIVE
@@ -81930,6 +81935,13 @@
Billerica MA 01821
UNITED STATES
 
+08-B4-CF   (hex)   Abicom International
+08B4CF (base 16)   Abicom International
+   The Old Grammar School
+   Phoenix Bank
+   Market Drayton Shropshire TF9 1JR
+   UNITED KINGDOM
+
 08-B7-EC   (hex)   Wireless Seismic
 08B7EC (base 16)   Wireless Seismic
13100 SW Freeway
@@ -82146,6 +82158,12 @@
Sagamihara-shi Kanagawa-ken 252-0212
JAPAN
 
+0C-A1-38   (hex)   Blinq Wireless Inc.
+0CA138 (base 16)   Blinq Wireless Inc.
+   400 MARCH RD UNIT 240
+   

commit ddskk for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package ddskk for openSUSE:Factory checked 
in at 2012-01-09 15:16:12

Comparing /work/SRC/openSUSE:Factory/ddskk (Old)
 and  /work/SRC/openSUSE:Factory/.ddskk.new (New)


Package is ddskk, Maintainer is lzw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ddskk/ddskk.changes  2011-10-27 
11:07:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.ddskk.new/ddskk.changes 2012-01-09 
15:16:14.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 15:33:15 UTC 2012 - pgaj...@suse.com
+
+- remove %{_infodir}/* from skkdic %files section, it is packaged
+  in main package yet
+
+---



Other differences:
--
++ ddskk.spec ++
--- /var/tmp/diff_new_pack.amudCb/_old  2012-01-09 15:16:15.0 +0100
+++ /var/tmp/diff_new_pack.amudCb/_new  2012-01-09 15:16:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddskk
 #
-# 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,21 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   ddskk
 # Current version does not build with current xemacs, disable for now
 %define use_xemacs 0
-BuildRequires:  compface emacs-x11 flim giflib-devel krb5 libpng-devel 
libtiff-devel openldap2-devel w3m xorg-x11-devel
+BuildRequires:  compface
+BuildRequires:  emacs-x11
+BuildRequires:  flim
+BuildRequires:  giflib-devel
+BuildRequires:  krb5
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  openldap2-devel
+BuildRequires:  w3m
+BuildRequires:  xorg-x11-devel
 %if %use_xemacs
-BuildRequires:  flim-xemacs semi-xemacs xemacs-packages
+BuildRequires:  flim-xemacs
+BuildRequires:  semi-xemacs
+BuildRequires:  xemacs-packages
 %endif
-License:GPL-2.0+
-Group:  Productivity/Editors/Emacs
 Requires:   emacs, apel, skkdic
 Provides:   locale(emacs:ja)
 Version:20050123
-Release:267
+Release:0
 Url:http://openlab.jp/skk/index.html
 Source0:http://openlab.jp/skk/maintrunk/ddskk-20050123.tar.bz2
 Source1:suse-start.el
@@ -58,6 +65,8 @@
 Patch1: skk-texinfo-illegal-character.patch
 Patch2: bugzilla-141756-workaround.patch
 Summary:SKK (Simple Kana to Kanji Conversion Program) for Emacs
+License:GPL-2.0+
+Group:  Productivity/Editors/Emacs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -69,11 +78,10 @@
 %if %use_xemacs
 
 %package -n ddskk-xemacs
-License:GPL-2.0+
-Group:  Productivity/Editors/Emacs
 Requires:   xemacs, xemacs-packages, skkdic
 Provides:   locale(xemacs:ja)
 Summary:SKK (`Simple Kana to Kanji conversion program') for XEmacs
+Group:  Productivity/Editors/Emacs
 
 %description -n ddskk-xemacs
 SKK (`Simple Kana to Kanji conversion program') is a Japanese input
@@ -83,21 +91,19 @@
 %endif
 
 %package -n skkdic
-License:GPL-2.0+
-Group:  System/I18n/Japanese
 Provides:   locale(scim-skk:ja)
 PreReq: info
 Url:http://openlab.jp/skk/dic.html
 Summary:Main Dictionary for SKK
+Group:  System/I18n/Japanese
 
 %description -n skkdic
 main dictionary for SKK
 
 %package -n skkdic-extra
-License:GPL-2.0+
-Group:  System/I18n/Japanese
 Url:http://openlab.jp/skk/dic.html
 Summary:optional, additional dictionaries for SKK
+Group:  System/I18n/Japanese
 
 %description -n skkdic-extra
 optional, additional dictionaries for SKK
@@ -234,7 +240,6 @@
 /usr/share/skk/skk.xpm
 /usr/share/skk/SKK.tut
 /usr/share/skk/SKK.tut.E
-%{_infodir}/*
 
 %files -n skkdic-extra
 %defattr(-,root,root)


















-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dovecot20 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package dovecot20 for openSUSE:Factory 
checked in at 2012-01-09 15:16:16

Comparing /work/SRC/openSUSE:Factory/dovecot20 (Old)
 and  /work/SRC/openSUSE:Factory/.dovecot20.new (New)


Package is dovecot20, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dovecot20/dovecot20.changes  2011-12-05 
12:43:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.dovecot20.new/dovecot20.changes 2012-01-09 
15:16:17.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan  6 18:37:32 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.0.17:
+  + Proxying now supports sending SSL client certificate to server with
+ssl_client_cert/key settings.
+  + doveadm dump: Added support for dumping dbox headers/metadata.
+  - Fixed memory leaks in login processes with SSL connections
+  - vpopmail support was broken in v2.0.16
+
+---

Old:

  dovecot-2.0.16.tar.bz2

New:

  dovecot-2.0.17.tar.bz2



Other differences:
--
++ dovecot20.spec ++
--- /var/tmp/diff_new_pack.j4vPaj/_old  2012-01-09 15:16:18.0 +0100
+++ /var/tmp/diff_new_pack.j4vPaj/_new  2012-01-09 15:16:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dovecot20
 #
-# 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,19 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   dovecot20
-Version:2.0.16
+Version:2.0.17
 Release:0
 %define pkg_name dovecot
 %define sieve_version 2.0
-%define dovecot_version 2.0.16
+%define dovecot_version 2.0.17
 %define dovecot_pigeonhole_docdir   
%{_docdir}/%{pkg_name}/dovecot-pigeonhole
 #define with_unfinished_sieve_features 1
 #
-Group:  Productivity/Networking/Email/Servers
-License:BSD 3-Clause; LGPL v2.1 or later; X11/MIT
 #
 %if 0%{?suse_version} = 1000
 %define with_solr 1
@@ -41,12 +37,20 @@
 %define with_sqlite 1
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex mysql-devel openldap2-devel pam-devel pkgconfig 
postgresql-devel tcpd-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  mysql-devel
+BuildRequires:  openldap2-devel
+BuildRequires:  pam-devel
+BuildRequires:  pkgconfig
+BuildRequires:  postgresql-devel
+BuildRequires:  tcpd-devel
 %if 0%{with_sqlite}
 BuildRequires:  sqlite-devel  3
 %endif
 %if 0%{?with_clucene}
-BuildRequires:  clucene-core-devel gcc-c++
+BuildRequires:  clucene-core-devel
+BuildRequires:  gcc-c++
 %endif
 %if 0%{?sles_version} == 9
 BuildRequires:  heimdal-devel
@@ -59,7 +63,8 @@
 BuildRequires:  libbz2-devel
 %endif
 %if 0%{?with_solr}
-BuildRequires:  curl-devel libexpat-devel
+BuildRequires:  curl-devel
+BuildRequires:  libexpat-devel
 %endif
 %if 0%{?suse_version}  1140
 BuildRequires:  systemd
@@ -88,6 +93,8 @@
 Source5:%{pkg_name}-fw
 Patch0: dovecot-2.0_pie.patch
 Summary:IMAP and POP3 Server Written Primarily with Security in Mind
+License:BSD-3-Clause ; LGPL-2.1+ ; MIT
+Group:  Productivity/Networking/Email/Servers
 
 %description
 Dovecot is an IMAP and POP3 server for Linux and UNIX-like systems,
@@ -99,14 +106,13 @@
 clients accessing the mailboxes directly.
 
 %package backend-mysql
-License:BSD 3-Clause; LGPL v2.1 or later; X11/MIT
-Group:  Productivity/Networking/Email/Servers
 Requires:   %{name} = %{version}
 Provides:   dovecot_sql_backend = %{version}-%{release}
 Provides:   dovecot-backend-mysql = %{version}-%{release}
 Obsoletes:  dovecot-backend-mysql  %{version}
 Conflicts:  dovecot10-backend-mysql dovecot11-backend-mysql 
dovecot12-backend-mysql dovecot-snapshot-backend-mysql 
dovecot11-snapshot-backend-mysql dovecot12-snapshot-backend-mysql
 Summary:MySQL support for Dovecot
+Group:  Productivity/Networking/Email/Servers
 
 %description backend-mysql
 Dovecot is an IMAP and POP3 server for Linux and UNIX-like systems,
@@ -120,14 +126,13 @@
 This package holds the files needed for MySQL support.
 
 %package backend-pgsql
-License:BSD 3-Clause; LGPL v2.1 or later; X11/MIT
-Group:  Productivity/Networking/Email/Servers
 Requires:   %{name} = %{version}
 Provides:   dovecot_sql_backend = %{version}-%{release}
 Provides:   dovecot-backend-pgsql = %{version}-%{release}
 Obsoletes:  dovecot-backend-pgsql  %{version}
 Conflicts:  dovecot10-backend-pgsql 

commit euca2ools for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package euca2ools for openSUSE:Factory 
checked in at 2012-01-09 15:16:20

Comparing /work/SRC/openSUSE:Factory/euca2ools (Old)
 and  /work/SRC/openSUSE:Factory/.euca2ools.new (New)


Package is euca2ools, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.euca2ools.new/euca2ools.changes 2012-01-09 
15:16:21.0 +0100
@@ -0,0 +1,52 @@
+---
+Thu Jan  5 21:23:11 UTC 2012 - rschweik...@suse.com
+
+- force rebuild of pyc files to avoid rpmlint error about
+  $BUILDROOT traces in byte code
+
+---
+Thu Jan  5 18:01:43 UTC 2012 - rschweik...@suse.com
+
+- add lint filter for naming policy
+- include the pyc file in the package
+
+---
+Fri Dec  9 17:14:16 UTC 2011 - rschweik...@suse.com
+
+- fix license identifier string
+
+---
+Thu Dec  9 22:52:09 UTC 2010 - rschweik...@novell.com
+
+- patch for using boto 2.0
+
+---
+Tue Nov 16 19:59:59 UTC 2010 - rschweik...@novell.com
+
+- Add requirements for python-boto and python-m2crypto
+
+---
+Tue Nov  9 18:08:33 UTC 2010 - alexan...@exatati.com.br
+
+- Fixed boto s3 connection import.
+
+---
+Tue Nov  2 15:42:49 UTC 2010 - alexan...@exatati.com.br
+
+- Redefined python macros to build on SLE.
+
+---
+Mon Nov  1 21:06:56 UTC 2010 - alexan...@exatati.com.br
+
+- Building as noarch for openSUSE = 11.2.
+
+---
+Mon Nov  1 20:52:09 UTC 2010 - alexan...@exatati.com.br
+
+- Minor updates on spec file.
+
+---
+Wed Oct 27 22:02:04 UTC 2010 - rschweik...@novell.com
+
+- Initial build version 1.3.1
+

New:

  boto_s3_connection.patch
  euca2ools-1.3.1.tar.bz2
  euca2ools-1.3.1_mkFile-fixes.patch
  euca2ools-1.3.1_noHashBang.patch
  euca2ools.changes
  euca2ools.spec
  euca2ools_init_connect.patch
  rpmlintrc



Other differences:
--
++ euca2ools.spec ++
#
# spec file for package euca2ools
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   euca2ools
Version:1.3.1
Release:0
Summary:Elastic Utility Computing Architecture Command Line Tools
License:BSD-2-Clause
Group:  Productivity/Networking/System
Url:http://open.eucalyptus.com/downloads
Source0:%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM euca2ools-1.3.1_mkFile-fixes.patch
Patch0: euca2ools-1.3.1_mkFile-fixes.patch
# PATCH-FIX-UPSTREAM euca2ools-1.3.1_noHashBang.patch
Patch1: euca2ools-1.3.1_noHashBang.patch
# PATCH-FIX-UPSTREAM boto_s3_connection.patch
Patch2: boto_s3_connection.patch
# PATCH-FIX-UPSTREAM euca2ools_init_connect.patch
Patch3: euca2ools_init_connect.patch
BuildRequires:  help2man
BuildRequires:  make
BuildRequires:  python-boto   = 2.0
BuildRequires:  python-devel
BuildRequires:  python-m2crypto
BuildRequires:  python-xml
Requires:   python-base  = 2.6
Requires:   python-boto  = 2.0
Requires:   python-m2crypto
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
BuildArch:  noarch
%else
%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(True))}
%endif

%description
Euca2ools are command-line tools for interacting with Web services that
export a REST/Query-based API 

commit evolution-rss for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-rss for openSUSE:Factory 
checked in at 2012-01-09 15:16:24

Comparing /work/SRC/openSUSE:Factory/evolution-rss (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-rss.new (New)


Package is evolution-rss, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/evolution-rss/evolution-rss.changes  
2011-10-02 10:00:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-rss.new/evolution-rss.changes 
2012-01-09 15:16:26.0 +0100
@@ -1,0 +2,19 @@
+Fri Jan  6 15:43:25 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.3.90 (git commit cac58a2f - not released), to
+  fix build with evolution 3.3:
+  + Fix build against evolution 3.1.x/3.2.x/3.3.x.
+  + Small bug fixes.
+  + Build fixes.
+- Drop evolution-rss-evo311.patch, evolution-rss-evo314.patch,
+  evolution-rss-evo315.patch, evolution-rss-gtk_hvbox_new.patch:
+  patches all included in the new git checkout.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add update-desktop-files BuildRequires and call to
+  %suse_update_desktop_file for new .desktop files: while not
+  needed for Factory/12.2, we still support previous versions of
+  openSUSE in this package.
+
+---

Old:

  evolution-rss-0.2.90.tar.bz2
  evolution-rss-evo311.patch
  evolution-rss-evo314.patch
  evolution-rss-evo315.patch
  evolution-rss-gtk_hvbox_new.patch

New:

  evolution-rss-0.3.90.tar.xz



Other differences:
--
++ evolution-rss.spec ++
--- /var/tmp/diff_new_pack.Jd2xLI/_old  2012-01-09 15:16:27.0 +0100
+++ /var/tmp/diff_new_pack.Jd2xLI/_new  2012-01-09 15:16:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-rss
 #
-# 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/
 #
 
-
 %define _evo_branch %(pkg-config --variable execversion evolution-shell-3.0)
 %define _evo_plugindir %(pkg-config --variable plugindir evolution-plugin-3.0)
 %define _evo_errordir %(pkg-config --variable errordir evolution-plugin-3.0)
@@ -23,24 +22,19 @@
 
 Name:   evolution-rss
 %define _name evolution-plugin-rss
-Version:0.2.90
-Release:3
+Version:0.3.90
+Release:0
 Provides:   %{_name} = %{version}
-License:GPL-2.0+
 Summary:Evolution Plugin for RSS Feeds Support
-Url:http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
+License:GPL-2.0+
 Group:  Productivity/Networking/Email/Clients
-Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE evolution-rss-evo311.patch dims...@opensuse.org -- Fix 
build with evo 3.1.1. The commit upstream is against evo master, which does not 
have a different version than the last tarball.
-Patch0: evolution-rss-evo311.patch
-# PATCH-FIX-UPSTREAM evolution-rss-evo314.patch dims...@opensuse.org -- Adapt 
to evo 3.1.4 changes. Patch taken from upstream.
-Patch1: evolution-rss-evo314.patch
-# PATCH-FIX-UPSTREAM evolution-rss-gtk_hvbox_new.patch bgo#656126 
dims...@opensuse.org -- Stop using depracted gtk_[hv]box_new calls.
-Patch2: evolution-rss-gtk_hvbox_new.patch
-# PATCH-FIX-UPSTREAM evolution-rss-evo315.patch vu...@opensuse.org -- Fix 
build with evo = 3.1.5, taken from git
-Patch3: evolution-rss-evo315.patch
+Url:http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
+BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(evolution-data-server-1.2)
 BuildRequires:  pkgconfig(evolution-plugin-3.0)
 BuildRequires:  pkgconfig(evolution-shell-3.0)
@@ -56,7 +50,6 @@
 Evolution as a RSS Reader.
 
 %package -n %{_name}
-
 Summary:Evolution Plugin for RSS Feeds Support
 Group:  Productivity/Networking/Email/Clients
 Provides:   %{name} = %{version}
@@ -69,10 +62,6 @@
 %lang_package -n %{_name}
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %configure --disable-schemas-install
@@ -81,6 +70,7 @@
 %install
 %makeinstall
 find %{buildroot}%{_libdir} -name '*.la' -delete -print

commit gnome-online-accounts for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-online-accounts for 
openSUSE:Factory checked in at 2012-01-09 15:16:35

Comparing /work/SRC/openSUSE:Factory/gnome-online-accounts (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-online-accounts.new (New)


Package is gnome-online-accounts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-online-accounts/gnome-online-accounts.changes  
2011-10-18 14:13:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-accounts.new/gnome-online-accounts.changes
 2012-01-09 15:16:37.0 +0100
@@ -1,0 +2,19 @@
+Tue Dec 20 09:47:21 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.0:
+  + Add support for Windows Live.
+  + Facebook provider: Add Chat.
+  + GoaOAuth2Based: Add ClientId and ClientSecret properties.
+  + Correctly launch the preferences from the daemon.
+  + Remove unused org.gnome.OnlineAccounts.PasswordBased D-Bus
+interface.
+  + Build fixes.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add new --enable-windows-live option to configure.
+- Split typelib file into typelib-1_0-Goa-1_0 subpackage.
+- Add typelib-1_0-Goa-1_0 Requires to devel subpackage.
+
+---

Old:

  gnome-online-accounts-3.2.1.tar.bz2

New:

  gnome-online-accounts-3.3.0.tar.xz



Other differences:
--
++ gnome-online-accounts.spec ++
--- /var/tmp/diff_new_pack.I580VV/_old  2012-01-09 15:16:38.0 +0100
+++ /var/tmp/diff_new_pack.I580VV/_new  2012-01-09 15:16:38.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gnome-online-accounts
-Version:3.2.1
-Release:1
-License:LGPL-2.1+
+Version:3.3.0
+Release:0
 Summary:GNOME service to access online accounts
-Url:http://www.gnome.org
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/gnome-online-accounts/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-online-accounts/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
@@ -33,6 +31,8 @@
 # duplicating them in the .spec file here, we include them from 
libsocialweb-branding.
 BuildRequires:  libsocialweb-branding-openSUSE
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -49,7 +49,6 @@
 libraries in GNOME can access the user's online accounts.
 
 %package -n libgoa-1_0-0
-License:LGPL-2.1+
 Summary:GNOME service to access online accounts -- Client Library
 Group:  System/Libraries
 Recommends: %{name}
@@ -58,8 +57,18 @@
 gnome-online-accounts provides interfaces so applications and
 libraries in GNOME can access the user's online accounts.
 
+%package -n typelib-1_0-Goa-1_0
+Summary:GNOME service to access online accounts -- Introspection 
bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Goa-1_0
+gnome-online-accounts provides interfaces so applications and
+libraries in GNOME can access the user's online accounts.
+
+This package provides the GObject Introspection bindings for the libgoa
+client library.
+
 %package -n libgoa-backend-1_0-0
-License:LGPL-2.1+
 Summary:GNOME service to access online accounts -- Backend Library
 Group:  System/Libraries
 Recommends: %{name}
@@ -69,11 +78,11 @@
 libraries in GNOME can access the user's online accounts.
 
 %package devel
-License:LGPL-2.1+
 Summary:GNOME service to access online accounts -- Development Files
 Group:  Development/Libraries/GNOME
 Requires:   libgoa-1_0-0 = %{version}
 Requires:   libgoa-backend-1_0-0 = %{version}
+Requires:   typelib-1_0-Goa-1_0 = %{version}
 
 %description devel
 gnome-online-accounts provides interfaces so applications and
@@ -97,7 +106,8 @@
 --enable-twitter \
 --with-twitter-consumer-key=$TWITTER_KEY \
 --with-twitter-consumer-secret=$TWITTER_SECRET \
---enable-google
+--enable-google \
+--enable-windows-live
 make %{?_smp_mflags}
 
 %install
@@ -119,7 +129,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING NEWS

commit gnome-session for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2012-01-09 15:16:39

Comparing /work/SRC/openSUSE:Factory/gnome-session (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-session.new (New)


Package is gnome-session, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes  
2011-10-26 15:36:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2012-01-09 15:16:41.0 +0100
@@ -1,0 +2,33 @@
+Tue Dec 20 09:31:15 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Blacklist pre-R300 Radeon hardware in accelerated check.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Mon Nov 21 13:37:28 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Fix regexp for blacklisting Intel 830-865 hardware
+  + Updated translations.
+- Drop gnome-session-blacklist-hardware.patch: fixed upstream.
+
+---
+Wed Oct 26 20:40:45 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Tools:
+- Look at gnome.fallback={0,1} argument in kernel boot line to
+  determine if fallback mode should be enforced or ignored
+- Use whitelist/blacklist regexps in an external file when
+  evaluating renderer for accelerated check
+- Blacklist Intel 830-865 hardware when checking for
+  accelerated hardware
+  + Updated translations.
+- Rebase gnome-session-blacklist-hardware.patch: mostly fixed
+  upstream, except the regex form in hardware-compatibility.
+- Drop gnome-session-gnome.fallback-boot-arg.patch: fixed upstream.
+
+---

Old:

  gnome-session-3.2.1.tar.bz2
  gnome-session-blacklist-hardware.patch
  gnome-session-gnome.fallback-boot-arg.patch

New:

  gnome-session-3.3.3.tar.xz



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.sdtQ2d/_old  2012-01-09 15:16:42.0 +0100
+++ /var/tmp/diff_new_pack.sdtQ2d/_new  2012-01-09 15:16:42.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gnome-session
-Version:3.2.1
-Release:1
-License:GPLv2+
+Version:3.3.3
+Release:0
 Summary:Session Tools for the GNOME Desktop
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/gnome-session/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-session/3.3/%{name}-%{version}.tar.xz
 Source1:gnome
 Source2:gnome.desktop
 # Temporarly needed until we get upstream to ship the right icon for suspend
@@ -37,10 +35,6 @@
 Patch2: gnome-session-wm-switch.patch
 # PATCH-NEEDS-REBASE gnome-session-bgo507101-tile-ui.patch bgo507101 
vu...@novell.com -- Tile UI for logout dialog. (Was: PATCH-FIX-UPSTREAM)
 Patch3: gnome-session-bgo507101-tile-ui.patch
-# PATCH-FEATURE-UPSTREAM gnome-session-gnome.fallback-boot-arg.patch 
vu...@opensuse.org -- Let users be able to pass gnome.fallback at boot to 
choose fallback/non-fallback
-Patch4: gnome-session-gnome.fallback-boot-arg.patch
-# PATCH-FEATURE-UPSTREAM gnome-session-blacklist-hardware.patch bgo#644325 
vu...@opensuse.org -- Use an external file to easily blacklist/whitelist some 
hardware
-Patch5: gnome-session-blacklist-hardware.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  gnome-patch-translation
@@ -49,6 +43,8 @@
 BuildRequires:  tcpd-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gl)
@@ -80,9 +76,7 @@
 functionality, for the GNOME Desktop.
 
 %package default-session
-License:GPLv2+
 Summary:Session Manager for GNOME -- Default GNOME Session
-Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
 Requires:   gnome-shell
 Requires:   gnome-settings-daemon
@@ -92,9 +86,7 @@
 This package contains the definition of the default GNOME session.
 
 %package fallback-session
-License:GPLv2+
 Summary:Session Manager for 

commit gnome-settings-daemon for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2012-01-09 15:16:46

Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new (New)


Package is gnome-settings-daemon, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2011-11-05 11:44:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2012-01-09 15:16:47.0 +0100
@@ -1,0 +2,173 @@
+Thu Jan  5 14:42:14 UTC 2012 - vu...@opensuse.org
+
+- Remove data/gnome-settings-daemon.desktop.in from tarball before
+  building since we need to generate it with the proper libexec
+  directory, else gnome-settings-daemon will never start properly.
+  See bgo#666772.
+
+---
+Thu Jan  5 08:03:19 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.3.1:
+  + Wacom:
+- Fix referenced module name
+- Changes from version 3.3.3:
+  + Common:
+- Remove unused X key event code
+  + Wacom:
+- Lots of infrastructure buildup that I can't really summarize
+  here
+- Rename plugin to avoid name clash with libwacom
+- Use libwacom to get tablet metadata
+- Implement per-device and per-stylus settings
+  + Power:
+- Add the vendor name to the battery recall warning
+  (bgo#664418)
+- Add automatic dimming of keyboard backlight
+  + Print:
+- Prevent crashes when cups sends malformed D-Bus signals
+  (bgo#665689)
+  + XSettings:
+- Set GtkShellShowsAppMenu xsetting when the shell is running
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add pkgconfig(libwacom) BuildRequires: new dependency upstream.
+
+---
+Mon Nov 21 18:38:24 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Common:
+- Remove left-over debug (bgo#660073)
+- Fix handling of Primary
+- Update required gnome-desktop version
+- Return opcode when detecting XInput2
+- Add helper to get the input device node
+- Use XInput2 to capture and match keys
+- Use GTK+ functions instead of own impl (bgo#663343)
+- Fix small memleak
+- Allow to grab 'Print' without modifiers (bgo#663623)
+- Require gsettings-desktop-schemas 3.3.0
+  + A11y keyboard:
+- Port to GSettings (bgo#631502)
+  + Automount:
+- Call bind_textdomain_codeset()
+  + Color:
+- Do not load all the color devices twice at startup
+- Don't assign the same device more than once at startup
+- Fix a crash if ~/.local is deleted at runtime (bgo#660664)
+- Simplify gcm_profile_store_mkdir_with_parents()
+- Cancel any in-progress directory searching on plugin unload
+- Do not check for directory presence sync
+- Fix critical warning if the user disables the internal LCD
+  screen
+- Reset the gamma tables when the screen configuration changes
+  (bgo#660164)
+- Unbreak loading profiles at startup (bgo#660790)
+- Do not prefix the EDID profile title with 'Default'
+- Set model and vendor to 'unknown' if not specified or
+  unavailable
+  + Daemon:
+- Create reference to a GnomePnpIds object to speed up loading
+  + Datetime:
+- Fix build requirements
+  + Media keys:
+- Use a GCancellable for g_bus_get calls so that they can be
+  cancelled
+- Don't assert if the user sets the 'button-power' action to
+  'shutdown'
+- Don't assert if the user sets the 'button-power' action to
+  'nothing'
+- Only ever send signals to specific apps
+- Document the MediaPlayerKeyPressed signal
+- Add some D-Bus API documentation
+- Fix OSD touchpad icon names (bgo#661179)
+- Fix suspend button not locking the screen (bgo#660267)
+- Fix the suspend key not working (bgo#660267)
+- Remove unused allowed-keys entry
+- Cache the volume change event sound
+- Update for GVC API
+- Print warning for real errors
+- Apply volume on the device the key came from (bgo#340720)
+- Add custom shortcut type
+- Implement GConf keyboard shortcuts (bgo#625228)
+- Redraw volume OSD when not composited (bgo#660990)
+- Update for gsd-keygrab API change (bgo#663343)
+- Move some metacity shortcuts into g-s-d (bgo#663623)
+- Port custom keybindings to GSettings (bgo#631502)
+  + Power:
+- Use a GCancellable for g_bus_get calls so that they can be
+  cancelled
+- Do not revert to the pre-idle brightness if idle dimming is
+  

commit gnome-shell for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2012-01-09 15:16:51

Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-shell.new (New)


Package is gnome-shell, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2011-10-25 
15:56:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2012-01-09 15:16:52.0 +0100
@@ -1,0 +2,124 @@
+Thu Jan  5 07:37:51 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + https://live.gnome.org/EveryDetailMatters
+- Stop flashing the window labels on actions in overview
+  [bgo#644861]
+- Improve the look of window captions in the overview
+  [bgo#664487]
+- Move dash tooltips beside the icon [bgo#666166]
+  + Support application menus exported from applications via new
+GLib API and D-Bus protocol.
+  + For removable device prompts, show Open with Rhythmbox,
+rather than Open with Rhythmbox Music Player [bgo#664561]
+  + Switch to activating the message tray only with a hot corner
+rather than a full row of pixels, allowing mouse events to apps
+[bgo#663366]
+  + Fully handle the case where the workspaces-only-on-primary
+GSetting is set to false [bgo#652580]
+  + Add support for background-size CSS property to St [bgo#633462]
+  + Port to new GJS Lang.Class framework [bgo#664436]
+  + Finish port to GDBus [bgo#664436]
+  + Stop using the deprecated Clutter default stage [bgo#664052]
+  + Fix bugs that kept browser plugin from working in WebKit-based
+browser [bgo#666444]
+  + Fix typo that made uninstalling extensions not work
+  + Fix crash in browser plugin if shell is not run
+  + Reintroduce piscine paschal ovum [bgo#06]
+  + Network menu bug fixes [bgo#664124, bgo#665194, bgo#665680,
+bgo#666429, bgo#14]
+  + Misc bug fixes [bgo#647587, bgo#659272, bgo#665261, bgo#666020,
+bgo#666243]
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Remove dbus-1-python Requires: there's no python script requiring
+  dbus anymore, since quite some time.
+
+---
+Wed Dec 21 14:00:01 UTC 2011 - vu...@opensuse.org
+
+- Remove pkgconfig(dbus-glib-1) and pkgconfig(gconf-2.0)
+  BuildRequires: the dependencies has been removed in 3.3.2.
+- Create devel subpackage for the API documentation.
+
+---
+Mon Dec 12 10:38:43 UTC 2011 - vu...@opensuse.org
+
+- Drop gnome-shell-clutter-1.10.patch: this actually breaks
+  gnome-shell as we need a clutter patch too, which is not ready
+  yet.
+
+---
+Tue Nov 22 19:51:50 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Port D-Bus usage in the shell to GDBus [bgo#648651, bgo#658078,
+bgo#663902, bgo#663941]
+  + Message tray:
+- Add right-click option to chats to mute the conversation
+  [bgo#659962]
+- Don't steal the focus when popping up under the pointer
+  [bgo#661358]
+  + Looking Glass:
+- Add alt-Tab completion [bgo#661054]
+- Show errors from extensions in the extensions tab
+  [bgo#660546]
+- Allow switching tabs with ControlPageUp/PageDown
+- Theme consistently with the rest of the shell [bgo#650900]
+  + Extension system:
+- Don't try to load disabled extensions at all [bgo#661815,
+  bgo#662704]
+- Enable and disable plugins in a consistent order [bgo#661815,
+  bgo#662704]
+- Add options to enable/disable extensions to
+  gnome-shell-extension-tool [bgo#661815]
+  + Adapt to Mutter change to GSettings [bgo#663429]
+  + Allow creating a new workspace by dragging a window or launcher
+in the middle of two existing ones [bgo#646409]
+  + Allow using Alt-Tab while during drag-and-drop and other
+operations that grab the pointer [bgo#660457]
+  + Do a better job of finding the right user to authenticate as
+when showing a PolKit dialog [bgo#651547]
+  + Control the D-Bus Eval() method by the developer-tools GSetting
+which is used for looking glass and screen recorder.
+[bgo#662891]
+  + Fix browser plugin to work under WebKit-based browser
+[bgo#663823]
+  + Fix certain stacking issues with alt-Tab [bgo#660650]
+  + Fixes for GLib deprecations [bgo#662011]
+  + Fixes for GTK+ deprecations [bgo#662245]
+  + Fixes for Clutter deprecations [bgo#662627]
+  + Visual improvements and UI tweaks [bgo#662800, bgo#658096,
+bgo#662226]
+  + Hard-code Home as the name for the home dir, rather than
+looking 

commit gnome-themes for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes for openSUSE:Factory 
checked in at 2012-01-09 15:16:54

Comparing /work/SRC/openSUSE:Factory/gnome-themes (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes.new (New)


Package is gnome-themes, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-themes/gnome-themes.changes
2011-09-23 02:01:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-themes.new/gnome-themes.changes   
2012-01-09 15:16:56.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:32:37 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ gnome-themes.spec ++
--- /var/tmp/diff_new_pack.hZAnpj/_old  2012-01-09 15:16:57.0 +0100
+++ /var/tmp/diff_new_pack.hZAnpj/_new  2012-01-09 15:16:57.0 +0100
@@ -16,17 +16,17 @@
 #
 
 
-
 Name:   gnome-themes
 Version:3.0.0
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:GNOME Themes
-Url:http://www.gnome.org/
+License:GPL-2.0+
 Group:  System/GUI/GNOME
+Url:http://www.gnome.org/
 Source0:%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gnome-themes-disable-engine-test.patch bgo#642970 
fcro...@novell.com -- don't check for gtk-engines-3 at build time
 Patch0: gnome-themes-disable-engine-test.patch
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gtk3-devel
 BuildRequires:  icon-naming-utils

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-themes-standard for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-01-09 15:16:58

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2011-10-19 13:45:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-01-09 15:16:59.0 +0100
@@ -1,0 +2,33 @@
+Mon Dec 19 12:39:35 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Big theme revamp; better details and niceties all around
+  + Theming for new horizontal GtkSpinButtons
+  + Implement border-only style for maximized windows
+  + Use an animated wallpaper changing troughout the day
+  + Better error messages for missing build dependencies
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Mon Nov 21 19:53:16 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Initial implementation of selection-mode, dropdown and OSD 
+toolbars for GNOME Documents.
+  + Don't set a padding for GtkNotebook children.
+  + Fix focus border color for iconview cells.
+  + Don't override prelight color for dim-label.
+  + Fix for Nautilus migrating GtkTable-GtkGrid.
+
+---
+Thu Oct 27 08:57:10 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Use a new wallpaper
+  + Improve notebook tabs padding
+  + Enable transparency and rounded corners for tooltips
+  + Correctly theme GtkSwitch for the dark variant
+
+---

Old:

  gnome-themes-standard-3.2.1.tar.bz2

New:

  gnome-themes-standard-3.3.3.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.CKUuYT/_old  2012-01-09 15:17:00.0 +0100
+++ /var/tmp/diff_new_pack.CKUuYT/_new  2012-01-09 15:17:00.0 +0100
@@ -16,18 +16,19 @@
 #
 
 
-
 Name:   gnome-themes-standard
 Summary:Standard GNOME Themes
-Version:3.2.1
-Release:1
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
+Version:3.3.3
+Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.2/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.1.18
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.3
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -37,8 +38,6 @@
 
 %package -n metatheme-adwaita-common
 Summary:Adwaita GNOME Theme -- Common Files
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 # We don't even recommend the lang package since there's actually no
 # need for it.
 #Recommends: %%{name}-lang
@@ -53,8 +52,6 @@
 
 %package -n gtk2-metatheme-adwaita
 Summary:Adwaita GNOME Theme -- GTK+ 2 Support
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 # we need clearlooks
 Requires:   gtk2-engines
 Requires:   metatheme-adwaita-common = %{version}
@@ -66,8 +63,6 @@
 
 %package -n gtk3-metatheme-adwaita
 Summary:Adwaita GNOME Theme -- GTK+ 3 Support
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 Requires:   cantarell-fonts
 Requires:   gtk3-theming-engine-adwaita = %{version}
 Requires:   metatheme-adwaita-common = %{version}
@@ -79,16 +74,12 @@
 
 %package -n gtk3-theming-engine-adwaita
 Summary:Adwaita GTK+ Theming Engine
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 
 %description -n gtk3-theming-engine-adwaita
 Adwaita is the default GNOME theme in GNOME 3.
 
 %package -n gnome-themes-accessibility
 Summary:Accessibility GNOME Themes
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 Conflicts:  gnome-themes  3.0.0
 BuildArch:  noarch
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit goocanvas for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package goocanvas for openSUSE:Factory 
checked in at 2012-01-09 15:17:04

Comparing /work/SRC/openSUSE:Factory/goocanvas (Old)
 and  /work/SRC/openSUSE:Factory/.goocanvas.new (New)


Package is goocanvas, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/goocanvas/goocanvas.changes  2011-10-13 
12:30:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.goocanvas.new/goocanvas.changes 2012-01-09 
15:17:06.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  8 22:46:55 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-GooCanvas-2_0 subpackage.
+- Add typelib-1_0-GooCanvas-2_0 Requires to devel subpackage.
+
+---



Other differences:
--
++ goocanvas.spec ++
--- /var/tmp/diff_new_pack.BGiTMX/_old  2012-01-09 15:17:06.0 +0100
+++ /var/tmp/diff_new_pack.BGiTMX/_new  2012-01-09 15:17:06.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   goocanvas
 Version:2.0.1
-Release:1
-License:LGPL-2.0
+Release:0
 Summary:A cairo-based canvas widget for GTK+
-Url:http://sourceforge.net/projects/goocanvas
+License:LGPL-2.0
 Group:  Development/Libraries/GNOME
+Url:http://sourceforge.net/projects/goocanvas
 Source0:
http://download.gnome.org/sources/goocanvas/2.0/%{name}-%{version}.tar.bz2
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  translation-update-upstream
@@ -38,10 +36,10 @@
 object into a canvas item or model).
 
 %package devel
-License:LGPL-2.0
 Summary:A cairo-based canvas widget for GTK+
 Group:  Development/Libraries/GNOME
 Requires:   libgoocanvas-2_0-9 = %{version}
+Requires:   typelib-1_0-GooCanvas-2_0 = %{version}
 
 %description devel
 GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it
@@ -50,7 +48,6 @@
 object into a canvas item or model).
 
 %package -n libgoocanvas-2_0-9
-License:LGPL-2.0
 Summary:A cairo-based canvas widget for GTK+
 Group:  Development/Libraries/GNOME
 # Needed to make lang package installable
@@ -63,6 +60,18 @@
 interfaces for items  models (so you can easily turn any application
 object into a canvas item or model).
 
+%package -n typelib-1_0-GooCanvas-2_0
+Summary:A cairo-based canvas widget for GTK+ -- Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GooCanvas-2_0
+GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it
+uses cairo for rendering, has an optional model/view split, and uses
+interfaces for items  models (so you can easily turn any application
+object into a canvas item or model).
+
+This package provides the GObject Introspection bindings for GooCanvas.
+
 %lang_package
 %prep
 %setup -q
@@ -88,6 +97,9 @@
 %defattr(-, root, root)
 %doc AUTHORS NEWS README TODO
 %{_libdir}/*.so.*
+
+%files -n typelib-1_0-GooCanvas-2_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GooCanvas-2.0.typelib
 
 %files devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnucash for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2012-01-09 15:17:01

Comparing /work/SRC/openSUSE:Factory/gnucash (Old)
 and  /work/SRC/openSUSE:Factory/.gnucash.new (New)


Package is gnucash, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2012-01-05 
19:12:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2012-01-09 
15:17:03.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan  6 14:50:31 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.4.8:
+  + Various code changes.
+  + Bugs fixed:
+- bgo#644977: Add new Quicken Check 21 format.
+- bgo#655901: Fix build with guile 2.0.
+- bgo#365928, bgo#553432, bgo#612562, bgo#626970, bgo#645216,
+  bgo#651522, bgo#658244, bgo#661721
+- Rebase gnucash-guile-2.0.patch.
+- Add gnucash-glib-2.31.patch: fix build with glib 2.31.
+
+---

Old:

  gnucash-2.4.7.tar.bz2

New:

  gnucash-2.4.8.tar.bz2
  gnucash-glib-2.31.patch



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.p2GkcK/_old  2012-01-09 15:17:05.0 +0100
+++ /var/tmp/diff_new_pack.p2GkcK/_new  2012-01-09 15:17:05.0 +0100
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnucash
-Version:2.4.7
+Version:2.4.8
 Release:0
 Summary:Personal Finance Manager
 License:GPL-2.0+
 Group:  Productivity/Office/Finance
 Url:http://www.gnucash.org/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/2.4.8/%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch:  gnucash-desktop.patch
@@ -30,6 +31,8 @@
 Patch3: gnucash-cpan-warning.patch
 # PATCH-FIX-UPSTREAM gnucash-guile-2.0.patch bgo#655901 pgaj...@novell.com -- 
Fix build with guile 2.0
 Patch4: gnucash-guile-2.0.patch
+# PATCH-FIX-UPSTREAM gnucash-glib-2.31.patch bgo#667417 vu...@opensuse.org -- 
Fix build with glib 2.31 (single include)
+Patch5: gnucash-glib-2.31.patch
 BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -102,6 +105,7 @@
 # This patch must be applied:
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
 %configure\

++ gnucash-2.4.7.tar.bz2 - gnucash-2.4.8.tar.bz2 ++
/work/SRC/openSUSE:Factory/gnucash/gnucash-2.4.7.tar.bz2 
/work/SRC/openSUSE:Factory/.gnucash.new/gnucash-2.4.8.tar.bz2 differ: char 11, 
line 1

++ gnucash-glib-2.31.patch ++
Index: gnucash-2.4.8/src/gnome-utils/gnc-frequency.c
===
--- gnucash-2.4.8.orig/src/gnome-utils/gnc-frequency.c
+++ gnucash-2.4.8/src/gnome-utils/gnc-frequency.c
@@ -25,8 +25,8 @@
 
 #include config.h
 
+#include glib.h
 #include gtk/gtk.h
-#include glib/gtypes.h
 #include math.h
 #include time.h
 
++ gnucash-guile-2.0.patch ++
--- /var/tmp/diff_new_pack.p2GkcK/_old  2012-01-09 15:17:05.0 +0100
+++ /var/tmp/diff_new_pack.p2GkcK/_new  2012-01-09 15:17:05.0 +0100
@@ -18,19 +18,6 @@
${AQBANKING_CFLAGS}
  
  uidir = $(GNC_UI_DIR)
-Index: gnucash-2.4.6/src/guile-mappings.h
-===
 gnucash-2.4.6.orig/src/guile-mappings.h
-+++ gnucash-2.4.6/src/guile-mappings.h
-@@ -17,7 +17,7 @@
-  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.*
- \/
- 
--#include libguile/version.h /* for SCM_MAJOR_VERSION etc */
-+#include libguile.h /* for SCM_MAJOR_VERSION etc */
- 
- /* Give Guile 1.6 and 1.8 a 2.0-like interface */
- #if (SCM_MAJOR_VERSION == 1)  (SCM_MINOR_VERSION = 6)
 Index: gnucash-2.4.6/src/plugins/bi_import/Makefile.am
 ===
 --- gnucash-2.4.6.orig/src/plugins/bi_import/Makefile.am

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grilo for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package grilo for openSUSE:Factory checked 
in at 2012-01-09 15:17:07

Comparing /work/SRC/openSUSE:Factory/grilo (Old)
 and  /work/SRC/openSUSE:Factory/.grilo.new (New)


Package is grilo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/grilo/grilo.changes  2011-09-23 
02:01:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2012-01-09 
15:17:11.0 +0100
@@ -1,0 +2,30 @@
+Sat Dec 10 19:05:46 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.1.18:
+  + Added support for Windows builds
+  + Bugs fixed: bgo#662762, bgo#662763.
+- Drop grilo-no-wc-test.patch: fixed upstream
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
+  as we do no longer carry any patches.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that...
+  See bnc#697467 for more details.
+
+---
+Thu Dec  8 22:44:46 UTC 2011 - dims...@opensuse.org
+
+- Split typelib files into their own subpackages:
+  typelib-1_0-Grl-0_1 and typelib-1_0-GrlNet-0_1.
+- Add typelib-1_0-Grl-0_1 and typelib-1_0-GrlNet-0_1 Requires to
+  devel subpackage.
+
+---
+Sun Nov 27 20:17:00 UTC 2011 - dims...@opensuse.org
+
+- Add grilo-no-wc-test.patch: wc-test fails to build with new glib.
+  Instead of fixing the build, we follow upstreams approch and drop
+  it.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  the patch modifies the build system.
+
+---

Old:

  grilo-0.1.17.tar.bz2

New:

  grilo-0.1.18.tar.xz



Other differences:
--
++ grilo.spec ++
--- /var/tmp/diff_new_pack.iXAPwI/_old  2012-01-09 15:17:12.0 +0100
+++ /var/tmp/diff_new_pack.iXAPwI/_new  2012-01-09 15:17:12.0 +0100
@@ -15,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   grilo
-Version:0.1.17
-Release:1
-License:LGPL-2.1+
+Version:0.1.18
+Release:0
 Summary:Framework for browsing and searching media content
-Url:https://live.gnome.org/Grilo
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
-Source: 
http://download.gnome.org/sources/grilo/0.1/%{name}-%{version}.tar.bz2
-BuildRequires:  intltool
+Url:https://live.gnome.org/Grilo
+Source: 
http://download.gnome.org/sources/grilo/0.1/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+BuildRequires:  intltool
 # Required to build documentation
 BuildRequires:  gtk-doc
 BuildRequires:  vala
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmodule-2.0)
@@ -46,7 +46,6 @@
 various sources using a single API.
 
 %package -n libgrilo-0_1-0
-License:LGPL-2.1+
 Summary:Framework for browsing and searching media content
 Group:  System/Libraries
 # Without plugins, grilo is useless
@@ -56,8 +55,18 @@
 Grilo is a framework for browsing and searching media content from
 various sources using a single API.
 
+%package -n typelib-1_0-Grl-0_1
+Summary:Framework for browsing and searching media content -- 
Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Grl-0_1
+Grilo is a framework for browsing and searching media content from
+various sources using a single API.
+
+This package provides the GObject Introspection bindings for the
+libgrl library.
+
 %package -n libgrlnet-0_1-0
-License:LGPL-2.1+
 Summary:Framework for browsing and searching media content -- 
Networking Helper Library
 Group:  System/Libraries
 
@@ -65,8 +74,18 @@
 Grilo is a framework for browsing and searching media content from
 various sources using a single API.
 
+%package -n typelib-1_0-GrlNet-0_1
+Summary:Framework for browsing and searching media content -- 
Networking Helper Library, Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GrlNet-0_1
+Grilo is a framework for browsing and searching media content from
+various sources using a single API.
+
+This package provides the GObject Introspection bindings for the
+libgrlnet library.
+
 %package tools
-License:LGPL-2.1+
 Summary:Framework for browsing and searching media content -- Tools
 Group:  Productivity/Multimedia/Other
 
@@ -77,11 +96,12 @@
 This package provides 

commit gtkhtml for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gtkhtml for openSUSE:Factory checked 
in at 2012-01-09 15:17:23

Comparing /work/SRC/openSUSE:Factory/gtkhtml (Old)
 and  /work/SRC/openSUSE:Factory/.gtkhtml.new (New)


Package is gtkhtml, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gtkhtml/gtkhtml.changes  2011-10-18 
14:14:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkhtml.new/gtkhtml.changes 2012-01-09 
15:17:27.0 +0100
@@ -1,0 +2,30 @@
+Tue Dec 20 08:49:13 UTC 2011 - vu...@opensuse.org
+
+- Update to version 4.3.3:
+  + Remove *_DISABLE_SINGLE_INCLUDES macros.
+  + Remove all *_DISABLE_DEPRECATED_FLAGS.
+- Remove --disable-deprecated-warning-flags option from configure:
+  it's gone now.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Mon Nov 21 08:51:27 UTC 2011 - dims...@opensuse.org
+
+- Update to version 4.3.2:
+  + Remove unnecessary g_thread_init() calls.
+
+---
+Fri Oct 28 07:45:32 UTC 2011 - dims...@opensuse.org
+
+- Update to version 4.3.1.1:
+  + Work around libgthread shenanigans in GLib 2.31
+- Changes from version 4.3.1:
+  + Bugs fixed: bgo#626922, bgo#660983
+  + Other Changes:
+- Let GtkFileChooser track its own last-used-folder.
+- Use GtkWidget::style_updated signal
+  + Updated translations.
+
+---

Old:

  gtkhtml-4.2.1.tar.bz2

New:

  gtkhtml-4.3.3.tar.xz



Other differences:
--
++ gtkhtml.spec ++
--- /var/tmp/diff_new_pack.VZnHAa/_old  2012-01-09 15:17:28.0 +0100
+++ /var/tmp/diff_new_pack.VZnHAa/_new  2012-01-09 15:17:28.0 +0100
@@ -24,13 +24,13 @@
 %define _gtkhtml_editor_major 0
 
 Name:   gtkhtml
-Version:4.2.1
-Release:1
-License:GPLv2+ ; LGPLv2.1+
+Version:4.3.3
+Release:0
 Summary:Lightweight HTML rendering/printing/editing engine
-Url:http://www.gnome.org
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
-Source: 
http://download.gnome.org/sources/gtkhtml/4.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gtkhtml/4.3/%{name}-%{version}.tar.xz
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
@@ -39,10 +39,12 @@
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
 BuildRequires:  libsoup-devel
+BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gladeui-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 Requires:   gsettings-desktop-schemas
-BuildRequires:  translation-update-upstream
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,7 +53,6 @@
 being developed independently.
 
 %package -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major}
-License:GPLv2+ ; LGPLv2.1+
 Summary:Lightweight HTML rendering/printing/editing engine
 Group:  System/Libraries
 Recommends: %{name}-%{_gtkhtml_api}-lang
@@ -68,7 +69,6 @@
 being developed independently.
 
 %package -n libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major}
-License:GPLv2+ ; LGPLv2.1+
 Summary:Lightweight HTML rendering/printing/editing engine
 Group:  System/Libraries
 Recommends: iso-codes
@@ -79,7 +79,6 @@
 being developed independently.
 
 %package -n glade-catalog-gtkhtml
-License:GPLv2+ ; LGPLv2.1+
 Summary:Lightweight HTML rendering/printing/editing engine -- Catalog 
for Glade
 Group:  Development/Tools/GUI Builders
 Requires:   
libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major} = %{version}
@@ -95,7 +94,6 @@
 widgets in Glade.
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+
 Summary:Lightweight HTML rendering/printing/editing engine -- 
Development Files
 Group:  Development/Libraries/GNOME
 Requires:   libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major} = %{version}
@@ -119,8 +117,7 @@
 %build
 %{configure} \
 --disable-static \
---with-glade-catalog \
---disable-deprecated-warning-flags
+--with-glade-catalog
 %{__make} %{?jobs:-j%jobs}
 
 %install

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtk2-engine-murrine for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gtk2-engine-murrine for 
openSUSE:Factory checked in at 2012-01-09 15:17:14

Comparing /work/SRC/openSUSE:Factory/gtk2-engine-murrine (Old)
 and  /work/SRC/openSUSE:Factory/.gtk2-engine-murrine.new (New)


Package is gtk2-engine-murrine, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gtk2-engine-murrine/gtk2-engine-murrine.changes  
2011-09-23 02:02:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtk2-engine-murrine.new/gtk2-engine-murrine.changes 
2012-01-09 15:17:16.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 28 10:27:34 UTC 2011 - dims...@opensuse.org
+
+- Add gtk2-engine-murrine-glib.patch: Fix build with glib 2.31:
+  only glib.h can be included.
+
+---

New:

  gtk2-engine-murrine-glib.patch



Other differences:
--
++ gtk2-engine-murrine.spec ++
--- /var/tmp/diff_new_pack.PZoRvw/_old  2012-01-09 15:17:17.0 +0100
+++ /var/tmp/diff_new_pack.PZoRvw/_new  2012-01-09 15:17:17.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk2-engine-murrine (Version 0.98.1.1)
+# spec file for package gtk2-engine-murrine
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -28,6 +28,8 @@
 Url:http://ftp.gnome.org/pub/GNOME/sources/murrine/
 Source: 
http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/%{_name}-%{version}.tar.bz2
 Source2:baselibs.conf
+# PATCH-FIX-UPSTREAM gtk2-engine-murrine-glib.patch bgo#665022 
dims...@opensuse.org -- Fix build with glib 2.31: only glib.h can be included.
+Patch0: gtk2-engine-murrine-glib.patch
 BuildRequires:  gtk2-devel = 2.12.0
 BuildRequires:  intltool
 BuildRequires:  pkg-config
@@ -40,6 +42,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 %configure --enable-animation

++ gtk2-engine-murrine-glib.patch ++
From acfbf5fe58065aec99220ad5f7955666d869c1f0 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Mon, 28 Nov 2011 11:20:09 +0100
Subject: [PATCH] glib 2.31 compatibility: only glib.h can be included.

---
 src/animation.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/animation.c b/src/animation.c
index feb8a10..4b4c5f1 100644
--- a/src/animation.c
+++ b/src/animation.c
@@ -21,7 +21,7 @@
 #include animation.h
 
 #ifdef HAVE_ANIMATION
-#include glib/gtimer.h
+#include glib.h
 
 struct _AnimationInfo
 {
-- 
1.7.7

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grilo-plugins for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package grilo-plugins for openSUSE:Factory 
checked in at 2012-01-09 15:17:10

Comparing /work/SRC/openSUSE:Factory/grilo-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.grilo-plugins.new (New)


Package is grilo-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/grilo-plugins/grilo-plugins.changes  
2011-09-23 02:01:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.grilo-plugins.new/grilo-plugins.changes 
2012-01-09 15:17:12.0 +0100
@@ -1,0 +2,23 @@
+Sat Dec 10 10:47:25 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.1.18:
+  + General:
+- Added support for Windows
+  + Apple trailers plugin:
+- Fixed mime-type
+  + Tracker plugin:
+- No tracker-sparql-0.12 support [bgo#658448]
+- Added config option to expose documents as content (turned
+  off by default)
+  + UPnP plugin:
+- Removed UPnP - prefix from title
+- Fix UPnP sends back container on search [bgo#653759]
+- Support GRL_METADATA_KEY_TRACK_NUMBER [bgo#658812]
+- Drop grilo-plugins-tracker-0.12.patch: fixed upstream
+- Remove gnome-common BuildRequires and call to autoreconf, as we
+  don't have any patches anymore.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that...
+  See bnc#697467 for more details.
+
+---

Old:

  grilo-plugins-0.1.17.tar.bz2
  grilo-plugins-tracker-0.12.patch

New:

  grilo-plugins-0.1.18.tar.xz



Other differences:
--
++ grilo-plugins.spec ++
--- /var/tmp/diff_new_pack.7WdgJg/_old  2012-01-09 15:17:13.0 +0100
+++ /var/tmp/diff_new_pack.7WdgJg/_new  2012-01-09 15:17:13.0 +0100
@@ -15,28 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   grilo-plugins
-Version:0.1.17
-Release:2
+Version:0.1.18
+Release:0
 # FIXME: The various plugins probably need to be split out in smaller 
packages. (see bnc#710364)
-License:LGPL-2.1+
 Summary:Media discovering and browsing framework -- Media and Metadata 
Plugins
-Url:https://live.gnome.org/Grilo
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
-Source: 
http://download.gnome.org/sources/grilo-plugins/0.1/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM grilo-plugins-tracker-0.12.patch vu...@opensuse.org -- 
Support build with tracker 0.12, taken from git
-Patch0: grilo-plugins-tracker-0.12.patch
-# needed for patch0
-BuildRequires:  gnome-common
+Url:https://live.gnome.org/Grilo
+Source: 
http://download.gnome.org/sources/grilo-plugins/0.1/%{name}-%{version}.tar.xz
 BuildRequires:  libgcrypt-devel
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmime-2.4)
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(grilo-0.1) = 0.1.17
+BuildRequires:  pkgconfig(grilo-0.1) = 0.1.18
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gupnp-1.0)
 BuildRequires:  pkgconfig(gupnp-av-1.0)
@@ -63,11 +59,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# needed for patch0
-autoreconf -fi
 %configure --disable-static
 make %{?_smp_mflags}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtk2-engines for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gtk2-engines for openSUSE:Factory 
checked in at 2012-01-09 15:17:17

Comparing /work/SRC/openSUSE:Factory/gtk2-engines (Old)
 and  /work/SRC/openSUSE:Factory/.gtk2-engines.new (New)


Package is gtk2-engines, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gtk2-engines/gtk2-engines.changes
2011-09-23 02:02:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2-engines.new/gtk2-engines.changes   
2012-01-09 15:17:25.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 27 14:04:53 UTC 2011 - dims...@opensuse.org
+
+- Add gtk-engines-glib.patch: Fix build with newer glib, where only
+  glib.h can be #include'd.
+
+---

New:

  gtk-engines-glib.patch



Other differences:
--
++ gtk2-engines.spec ++
--- /var/tmp/diff_new_pack.5V7bCV/_old  2012-01-09 15:17:25.0 +0100
+++ /var/tmp/diff_new_pack.5V7bCV/_new  2012-01-09 15:17:25.0 +0100
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gtk2-engines
 %define _name gtk-engines
 BuildRequires:  fdupes
@@ -27,12 +24,12 @@
 # See comment below on why this is disabled
 #BuildRequires:  lua-devel
 Summary:Engines for GTK2 Themes
+License:LGPL-2.1+
+Group:  System/GUI/GNOME
 Version:2.20.2
-Release:5
+Release:0
 # FIXME: On new versions, check if bgo#607127 is solved, and if it is, enable
 # the lua engine: uncomment lua-devel BuildRequires and configure options.
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 Source: %{_name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,13 +54,14 @@
 %endif
 #
 Patch0: gtk-engines-bnc546966-clearlooks-fix-main-menu-icon-size.patch
+# PATCH-FIX-UPSTREAM gtk-engines-glib.patch bgo#664914 dims...@opensuse.org -- 
FIx build with new glib: only glib.h can be included.
+Patch1: gtk-engines-glib.patch
 
 %description
 This package contains the theme engine libraries for GTK2.
 
 %package devel
 Summary:Development files for gtk2-engines
-License:LGPLv2.1+
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
 
@@ -74,6 +72,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++ gtk-engines-glib.patch ++
Index: gtk-engines-2.20.2/engines/clearlooks/src/animation.c
===
--- gtk-engines-2.20.2.orig/engines/clearlooks/src/animation.c
+++ gtk-engines-2.20.2/engines/clearlooks/src/animation.c
@@ -28,7 +28,7 @@
 #include animation.h
 
 #ifdef HAVE_WORKING_ANIMATION
-#include glib/gtimer.h
+#include glib.h
 
 struct _AnimationInfo {
GTimer *timer;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtk2-metatheme-industrial for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gtk2-metatheme-industrial for 
openSUSE:Factory checked in at 2012-01-09 15:17:20

Comparing /work/SRC/openSUSE:Factory/gtk2-metatheme-industrial (Old)
 and  /work/SRC/openSUSE:Factory/.gtk2-metatheme-industrial.new (New)


Package is gtk2-metatheme-industrial, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gtk2-metatheme-industrial/gtk2-metatheme-industrial.changes
  2011-09-23 02:02:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtk2-metatheme-industrial.new/gtk2-metatheme-industrial.changes
 2012-01-09 15:17:26.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 07:28:30 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
@@ -7 +12 @@
-Tue May 20 18:20:05 CEST 200 - sbra...@suse.cz
+Tue May 20 18:20:05 CEST 2009 - sbra...@suse.cz



Other differences:
--
++ gtk2-metatheme-industrial.spec ++
--- /var/tmp/diff_new_pack.L4PpoZ/_old  2012-01-09 15:17:26.0 +0100
+++ /var/tmp/diff_new_pack.L4PpoZ/_new  2012-01-09 15:17:26.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk2-metatheme-industrial (Version 0.6.5)
+# spec file for package gtk2-metatheme-industrial
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gtk2-metatheme-industrial
 %define _name metatheme-industrial
-BuildRequires:  gtk2-devel gtk2-engines-devel intltool
-License:GPL-2.0
-Group:  System/GUI/GNOME
+BuildRequires:  automake
+BuildRequires:  gtk2-devel
+BuildRequires:  gtk2-engines-devel
+BuildRequires:  intltool
 Version:0.6.5
-Release:48
+Release:0
 Source: %{_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Industrial Metatheme for GNOME
+License:GPL-2.0
+Group:  System/GUI/GNOME
 BuildArch:  noarch
 Enhances:   gtk2 metacity
 # For Industrial engine:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtkmm3 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gtkmm3 for openSUSE:Factory checked 
in at 2012-01-09 15:17:27

Comparing /work/SRC/openSUSE:Factory/gtkmm3 (Old)
 and  /work/SRC/openSUSE:Factory/.gtkmm3.new (New)


Package is gtkmm3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm3/gtkmm3.changes2011-10-02 
10:11:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm3.changes   2012-01-09 
15:17:30.0 +0100
@@ -1,0 +2,12 @@
+Fri Oct 28 07:53:04 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Avoid some more deprecation warnings with the recent GTK+.
+  + Deprecate HandleBox.
+  + Deprecate TearOffMenuItem.
+  + Deprecate Gtk::Table in favour of Gtk::Grid.
+  + Add #includes needed with the latest glibmm.
+  + Build: make check: Use xmllint to check the generated .html
+documentation.
+
+---

Old:

  gtkmm-3.2.0.tar.bz2

New:

  gtkmm-3.3.2.tar.bz2



Other differences:
--
++ gtkmm3.spec ++
--- /var/tmp/diff_new_pack.h9Awa6/_old  2012-01-09 15:17:31.0 +0100
+++ /var/tmp/diff_new_pack.h9Awa6/_new  2012-01-09 15:17:31.0 +0100
@@ -21,13 +21,13 @@
 
 Name:   gtkmm3
 %define _name gtkmm
-Version:3.2.0
+Version:3.3.2
 Release:1
 Group:  System/Libraries
 License:LGPLv2.1+
 Summary:C++ Interface for GTK3 (a GUI Library for X)
 Url:http://www.gtkmm.org/
-Source: 
http://download.gnome.org/sources/gtkmm/3.2/%{_name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gtkmm/3.3/%{_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(atkmm-1.6)

++ gtkmm-3.2.0.tar.bz2 - gtkmm-3.3.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/gtkmm3/gtkmm-3.2.0.tar.bz2 
/work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm-3.3.2.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtkmm-documentation for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gtkmm-documentation for 
openSUSE:Factory checked in at 2012-01-09 15:17:32

Comparing /work/SRC/openSUSE:Factory/gtkmm-documentation (Old)
 and  /work/SRC/openSUSE:Factory/.gtkmm-documentation.new (New)


Package is gtkmm-documentation, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm-documentation/gtkmm-documentation.changes  
2011-09-23 02:02:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtkmm-documentation.new/gtkmm-documentation.changes 
2012-01-09 15:17:34.0 +0100
@@ -1,0 +2,29 @@
+Tue Nov 22 10:33:22 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1:
+  + Corrected the list of authors.
+
+---
+Fri Nov 18 14:31:13 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.0:
+  + New chapter: Keyboard Events [bgo#661857]
+  + Working with gtkmm's Source Code appendix, Recently Used
+Documents chapter, Drawing Area Widget chapter chapter,
+   Dialogs chapter: Update for gtkmm 3 [bgo#658265]
+  + Various examples: Correct orientation and packing, which were
+wrong since we ported to these examples to gtkmm 3 [bgo#658265]
+  + Use the new FontChooserDialog instead of FontSelectionDialog.
+  + Use Gtk::Box instead of the now-deprecated Gtk::HBox and
+Gtk::VBox. Likewise for other H and V classes.
+  + Gtk::Builder examples: Update the Glade files.
+  + gmmproc appendix
+- More about Gtk::Object.
+- Use {OUT} instead of {RET} for output params.
+  . Initializations: Add comment about type substitution.
+  . Mention new support for optional parameters.
+  . Update for gtkmm 3 [bgo#658265]
+  + Replace Bitmap and Pixmap by Pixbuf. [bgo#658265]
+  + Update links to the git repository. [bgo#658265]
+
+---

Old:

  gtkmm-documentation-3.0.3.tar.bz2

New:

  gtkmm-documentation-3.2.1.tar.bz2



Other differences:
--
++ gtkmm-documentation.spec ++
--- /var/tmp/diff_new_pack.fh90W3/_old  2012-01-09 15:17:35.0 +0100
+++ /var/tmp/diff_new_pack.fh90W3/_new  2012-01-09 15:17:35.0 +0100
@@ -18,17 +18,17 @@
 
 
 Name:   gtkmm-documentation
-Version:3.0.3
+Version:3.2.1
 Release:1
 License:GFDL 1.2 ; GPLv2+
 Summary:C++ Bindings for GTK+ -- Documentation
 Url:http://www.gnome.org
 Group:  Documentation/Other
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gtkmm-documentation/3.2/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  pkgconfig(giomm-2.4)
-BuildRequires:  pkgconfig(gtkmm-3.0)
+BuildRequires:  pkgconfig(giomm-2.4) = 2.24.0
+BuildRequires:  pkgconfig(gtkmm-3.0) = 3.2.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ gtkmm-documentation-3.0.3.tar.bz2 - gtkmm-documentation-3.2.1.tar.bz2 
++
 97088 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtksourceview18 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gtksourceview18 for openSUSE:Factory 
checked in at 2012-01-09 15:17:35

Comparing /work/SRC/openSUSE:Factory/gtksourceview18 (Old)
 and  /work/SRC/openSUSE:Factory/.gtksourceview18.new (New)


Package is gtksourceview18, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gtksourceview18/gtksourceview18.changes  
2011-09-23 02:02:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceview18.new/gtksourceview18.changes 
2012-01-09 15:17:37.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 27 19:35:50 UTC 2011 - dims...@opensuse.org
+
+- Add gtksourceview18-glib.patch: Fix build with glib 2.31.
+
+---

New:

  gtksourceview18-glib.patch



Other differences:
--
++ gtksourceview18.spec ++
--- /var/tmp/diff_new_pack.X3rM0A/_old  2012-01-09 15:17:38.0 +0100
+++ /var/tmp/diff_new_pack.X3rM0A/_new  2012-01-09 15:17:38.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gtksourceview18 (Version 1.8.5)
+# spec file for package gtksourceview18
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -33,6 +33,8 @@
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{real_name}/1.8/%{real_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gtksourceview18-glibc-header.patch vu...@novell.com -- 
(not sent upstream since this is a dead branch) Fix build with newer glibc
 Patch0: gtksourceview18-glibc-header.patch
+# PATCH-FIX-UPSTREAM gtksourceview18-glib.patch dims...@opensuse.org -- Fix 
build with glib 2.31 (Not sent upstream. dead branch)
+Patch1: gtksourceview18-glib.patch
 Url:http://www.gnome.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: filesystem
@@ -100,6 +102,7 @@
 %prep
 %setup -q -n %{real_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static

++ gtksourceview18-glib.patch ++
Index: gtksourceview-1.8.5/gtksourceview/gtksourceregex.h
===
--- gtksourceview-1.8.5.orig/gtksourceview/gtksourceregex.h
+++ gtksourceview-1.8.5/gtksourceview/gtksourceregex.h
@@ -20,7 +20,7 @@
 #ifndef __GTK_SOURCE_REGEX_H__
 #define __GTK_SOURCE_REGEX_H__
 
-#include glib/gtypes.h
+#include glib.h
 
 G_BEGIN_DECLS
 
Index: gtksourceview-1.8.5/gtksourceview/gtksourcelanguage.c
===
--- gtksourceview-1.8.5.orig/gtksourceview/gtksourcelanguage.c
+++ gtksourceview-1.8.5/gtksourceview/gtksourcelanguage.c
@@ -31,7 +31,7 @@
 #include libxml/xmlreader.h
 
 #include glib/gstdio.h
-#include glib/gmappedfile.h
+#include glib.h
 
 #include gtksourceview-i18n.h
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtksourceviewmm2 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gtksourceviewmm2 for 
openSUSE:Factory checked in at 2012-01-09 15:17:38

Comparing /work/SRC/openSUSE:Factory/gtksourceviewmm2 (Old)
 and  /work/SRC/openSUSE:Factory/.gtksourceviewmm2.new (New)


Package is gtksourceviewmm2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gtksourceviewmm2/gtksourceviewmm2.changes
2011-09-23 02:02:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceviewmm2.new/gtksourceviewmm2.changes   
2012-01-09 15:17:40.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 27 19:42:36 UTC 2011 - dims...@opensuse.org
+
+- Add gtksourceviewmm2-glib.patch: Fix build with glib 2.31.
+
+---

New:

  gtksourceviewmm2-glib.patch



Other differences:
--
++ gtksourceviewmm2.spec ++
--- /var/tmp/diff_new_pack.mDHO2z/_old  2012-01-09 15:17:40.0 +0100
+++ /var/tmp/diff_new_pack.mDHO2z/_new  2012-01-09 15:17:40.0 +0100
@@ -15,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gtksourceviewmm2
 %define _name   gtksourceviewmm
 Version:2.10.2
-Release:1
-License:LGPLv2.1+
+Release:0
 Summary:C++ interface for gtksourceview
-Url:http://projects.gnome.org/gtksourceviewmm/
+License:LGPL-2.1+
 Group:  System/Libraries
+Url:http://projects.gnome.org/gtksourceviewmm/
 Source0:
http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/2.10/%{_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gtksourceviewmm2-glib.patch bgo#51 
dims...@opensuse.org -- Fix build with glib 2.31.
+Patch0: gtksourceviewmm2-glib.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(gtkmm-2.4)
 BuildRequires:  pkgconfig(gtksourceview-2.0)
@@ -35,7 +35,6 @@
 gtksourceviewmm provides a C++ interface to the gtksourceview library.
 
 %package -n libgtksourceviewmm-2_0-2
-License:LGPLv2.1+
 Summary:C++ interface for gtksourceview
 Group:  System/Libraries
 
@@ -43,7 +42,6 @@
 gtksourceviewmm provides a C++ interface to the gtksourceview library.
 
 %package devel
-License:LGPLv2.1+
 Summary:C++ interface for gtksourceview -- Development Files
 Group:  Development/Libraries/C and C++
 Requires:   libgtksourceviewmm-2_0-2 = %{version}
@@ -58,6 +56,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 %configure \

++ gtksourceviewmm2-glib.patch ++
Index: gtksourceviewmm-2.10.2/gtksourceview/gtksourceviewmm/sourceiter.cc
===
--- gtksourceviewmm-2.10.2.orig/gtksourceview/gtksourceviewmm/sourceiter.cc
+++ gtksourceviewmm-2.10.2/gtksourceview/gtksourceviewmm/sourceiter.cc
@@ -28,7 +28,7 @@
  */
 
 #include sourceiter.h
-#include glib/gmessages.h
+#include glib.h
 #include gtksourceview/gtksourceview-typebuiltins.h
 namespace gtksourceview
 {
Index: gtksourceviewmm-2.10.2/gtksourceview/src/sourceiter.ccg
===
--- gtksourceviewmm-2.10.2.orig/gtksourceview/src/sourceiter.ccg
+++ gtksourceviewmm-2.10.2/gtksourceview/src/sourceiter.ccg
@@ -21,7 +21,7 @@
  */
 
 #include sourceiter.h
-#include glib/gmessages.h
+#include glib.h
 #include gtksourceview/gtksourceview-typebuiltins.h
 namespace gtksourceview
 {
Index: gtksourceviewmm-2.10.2/tests/search/main.cc
===
--- gtksourceviewmm-2.10.2.orig/tests/search/main.cc
+++ gtksourceviewmm-2.10.2/tests/search/main.cc
@@ -6,7 +6,7 @@
 #include cstring
 #include gtkmm.h
 #include gtksourceviewmm.h
-#include glib/gmessages.h
+#include glib.h
 
 using namespace std ;
 using namespace Gtk;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



  1   2   >