commit snapper for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package snapper for openSUSE:Factory
checked in at Fri Jul 8 15:51:05 CEST 2011.




--- snapper/snapper.changes 2011-06-17 11:07:21.0 +0200
+++ /mounts/work_src_done/STABLE/snapper/snapper.changes2011-06-28 
12:51:50.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 28 11:46:28 CEST 2011 - aschn...@suse.de
+
+- added snapper-zypp-plugin subpackage (fate #308626)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.92dei0/_old  2011-07-08 15:50:29.0 +0200
+++ /var/tmp/diff_new_pack.92dei0/_new  2011-07-08 15:50:29.0 +0200
@@ -20,15 +20,16 @@
 
 Name:   snapper
 Version:0.0.6
-Release:3
+Release:5
 License:GPL
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: snapper-%{version}.tar.bz2
 Prefix: /usr
-BuildRequires:  blocxx-devel boost-devel dejagnu doxygen gcc-c++ libxml2-devel
+BuildRequires:  boost-devel doxygen gcc-c++ libblocxx-devel libxml2-devel
+BuildRequires:  libzypp(plugin:commit)
 Requires:   libsnapper1 = %version
-Recommends: cron logrotate
+Recommends: cron logrotate snapper-zypp-plugin
 Summary:Tool for filesystem snapshot management
 Url:http://en.opensuse.org/Portal:Snapper
 
@@ -130,4 +131,22 @@
 %{_libdir}/libsnapper.la
 %{_libdir}/libsnapper.so
 %{prefix}/include/snapper
+
+%package -n snapper-zypp-plugin
+
+Requires:   snapper libzypp(plugin:commit) zypp-plugin-python
+Summary:A zypp commit plugin for calling snapper
+Group:  System/Packages
+
+%description -n snapper-zypp-plugin
+This package contains a plugin for zypp that makes filesystem snapshots with
+snapper during commits.
+
+Authors:
+
+Arvin Schnell 
+
+%files -n snapper-zypp-plugin
+%defattr(-,root,root)
+/usr/lib/zypp/plugins/commit/snapper.py
 %changelog

++ snapper-0.0.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.0.6/scripts/Makefile.am 
new/snapper-0.0.6/scripts/Makefile.am
--- old/snapper-0.0.6/scripts/Makefile.am   2011-02-28 17:46:14.0 
+0100
+++ new/snapper-0.0.6/scripts/Makefile.am   2011-06-28 11:46:02.0 
+0200
@@ -2,9 +2,10 @@
 # Makefile.am for snapper/scripts
 #
 
-EXTRA_DIST = snapper-hourly snapper-daily
+EXTRA_DIST = snapper-hourly snapper-daily zypp-plugin.py
 
 install-data-local:
install -D snapper-hourly $(DESTDIR)/etc/cron.hourly/suse.de-snapper
install -D snapper-daily $(DESTDIR)/etc/cron.daily/suse.de-snapper
+   install -D zypp-plugin.py 
$(DESTDIR)/usr/lib/zypp/plugins/commit/snapper.py
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.0.6/scripts/Makefile.in 
new/snapper-0.0.6/scripts/Makefile.in
--- old/snapper-0.0.6/scripts/Makefile.in   2011-06-17 11:05:22.0 
+0200
+++ new/snapper-0.0.6/scripts/Makefile.in   2011-07-08 14:17:44.0 
+0200
@@ -176,7 +176,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-EXTRA_DIST = snapper-hourly snapper-daily
+EXTRA_DIST = snapper-hourly snapper-daily zypp-plugin.py
 all: all-am
 
 .SUFFIXES:
@@ -366,6 +366,7 @@
 install-data-local:
install -D snapper-hourly $(DESTDIR)/etc/cron.hourly/suse.de-snapper
install -D snapper-daily $(DESTDIR)/etc/cron.daily/suse.de-snapper
+   install -D zypp-plugin.py 
$(DESTDIR)/usr/lib/zypp/plugins/commit/snapper.py
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.0.6/scripts/snapper-hourly 
new/snapper-0.0.6/scripts/snapper-hourly
--- old/snapper-0.0.6/scripts/snapper-hourly2011-03-07 11:06:22.0 
+0100
+++ new/snapper-0.0.6/scripts/snapper-hourly2011-06-29 11:28:42.0 
+0200
@@ -33,7 +33,7 @@
 . /etc/snapper/configs/$CONFIG
 
 if [ "$TIMELINE_CREATE" = "yes" ] ; then
-   snapper --config=$CONFIG --quiet create --description="timeline" 
--cleanup="timeline"
+   snapper --config=$CONFIG --quiet create --description="timeline" 
--cleanup-algorithm="timeline"
 fi
 
 done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.0.6/scripts/zypp-plugin.py 
new/snapper-0.0.6/scripts/zypp-plugin.py
--- old/snapper-0.0.6/scripts/zypp-plugin.py1970-01-01 01:00:00.0 
+0100
+++ new/snapper-0.0.6/scripts/zypp-plugin.py2011-06-29 12:24:54.0 
+0200
@@ -0,0 +1,29 @@
+#!/usr/bin/env python
+
+from os import rea

commit virtuoso for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package virtuoso for openSUSE:Factory
checked in at Fri Jul 8 15:49:40 CEST 2011.




--- virtuoso/virtuoso.changes   2011-06-27 12:48:21.0 +0200
+++ /mounts/work_src_done/STABLE/virtuoso/virtuoso.changes  2011-07-08 
13:18:23.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  8 10:00:01 UTC 2011 - idon...@novell.com
+
+- Also package isql/isqlw binaries, useful for debugging Nepomuk 
+- Apply isql-buffer-overflow.patch to fix isql.c buffer overflow
+
+---

calling whatdependson for head-i586


New:

  isql-buffer-overflow.patch



Other differences:
--
++ virtuoso.spec ++
--- /var/tmp/diff_new_pack.jA2it3/_old  2011-07-08 15:48:50.0 +0200
+++ /var/tmp/diff_new_pack.jA2it3/_new  2011-07-08 15:48:50.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   virtuoso
 Version:6.1.3
-Release:1
+Release:3
 License:GPLv2
 Summary:Relational database server with RDF
 Url:http://virtuoso.openlinksw.com/
@@ -32,6 +32,8 @@
 Patch1: rpmlint-fixes.diff
 # PATCH-FIX-OPENSUSE virtuoso-opensource-6.1.0-external_iodbc.patch 
asterios.dra...@gmail.com -- Build with external iodbc
 Patch2: virtuoso-opensource-6.1.0-external_iodbc.patch
+# PATCH-FIX-UPSTREAM isql-buffer-overflow.patch idoen...@suse.de -- Fix buffer 
overflow in isql.c
+Patch3: isql-buffer-overflow.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  fastjar
@@ -92,12 +94,17 @@
 %patch0
 %patch1
 %patch2 -p1
+%patch3
 
 %build
 rm -rf libsrc/util/pcrelib
 # autogen.sh because of patching Makefile.am
 ./autogen.sh
-%configure --without-internal-zlib --disable-static --with-layout=openSUSE 
--disable-all-vads --with-iodbc=%{_prefix}
+%configure --without-internal-zlib \
+   --disable-static \
+   --with-layout=openSUSE \
+   --disable-all-vads \
+   --with-iodbc=%{_prefix}
 make %{?_smp_mflags}
 
 %install
@@ -106,6 +113,14 @@
 # Both binaries with and without libiodbc are built, keep the iodbc one
 mv %{buildroot}%{_bindir}/virtuoso-iodbc-t %{buildroot}%{_bindir}/virtuoso-t
 
+# Provide useful utilities
+mkdir -p %{buildroot}%{_libdir}/virtuoso
+rm %{buildroot}%{_bindir}/inifile
+rm %{buildroot}%{_bindir}/isql
+rm %{buildroot}%{_bindir}/isqlw
+mv %{buildroot}%{_bindir}/isql-iodbc %{buildroot}%{_libdir}/virtuoso/isql
+mv %{buildroot}%{_bindir}/isqlw-iodbc %{buildroot}%{_libdir}/virtuoso/isqlw
+
 %files
 %defattr(-,root,root,-)
 %dir %{_defaultdocdir}/virtuoso
@@ -113,7 +128,10 @@
 
 %files -n virtuoso-server
 %defattr(-,root,root,-)
+%dir %{_libdir}/virtuoso
 %{_bindir}/virtuoso-t
+%{_libdir}/virtuoso/isql
+%{_libdir}/virtuoso/isqlw
 
 %files -n virtuoso-drivers
 %defattr(-,root,root,-)

++ build-sanely.diff ++
--- /var/tmp/diff_new_pack.jA2it3/_old  2011-07-08 15:48:50.0 +0200
+++ /var/tmp/diff_new_pack.jA2it3/_new  2011-07-08 15:48:50.0 +0200
@@ -56,7 +56,7 @@
  #  
  
 -SUBDIRS = dav mono virtuoso tests rdf_mappers driver maildrop sqldoc hosting 
bpel b3s tutorial yacutia samples vsp ws sync vspx vad cached_resources 
virtodbc virtoledb virtuoso_sink xddl VirtuosoClient.Net oat isparql jena 
sesame sesame2 sesame3 redland hibernate
-+SUBDIRS = virtuoso driver
++SUBDIRS = virtuoso driver tests
  
  
  # --

++ isql-buffer-overflow.patch ++
--- binsrc/tests/isql.c 2011-03-28 15:09:54.0 +0200
+++ binsrc/tests/isql.c 2011-07-08 13:08:16.359078462 +0200
@@ -10251,7 +10251,7 @@
 {
   TCHAR tmp1[2002];
 
-  return (isqlt_fgetts (tmp1, (sizeof (tmp1) - 1), html_infp));
+  return (isqlt_fgetts (tmp1, ((sizeof (tmp1) / sizeof (TCHAR)) - 1), 
html_infp));
 }
 
 /* Return the whole string in one piece. After that return NULL.





Remember to have fun...

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



commit nagios for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package nagios for openSUSE:Factory
checked in at Fri Jul 8 15:48:35 CEST 2011.




--- nagios/nagios.changes   2010-10-06 22:25:41.0 +0200
+++ /mounts/work_src_done/STABLE/nagios/nagios.changes  2011-07-08 
13:42:00.0 +0200
@@ -1,0 +2,27 @@
+Fri Jul  8 11:35:37 UTC 2011 - l...@linux-schulserver.de
+
+- removed setuid bit from /var/spool/nagios - configure the 
+  right permissions on service start instead
+- use the right STDERR in the cron script
+- cleanup files section
+
+---
+Tue Jul  5 14:57:40 UTC 2011 - l...@linux-schulserver.de
+
+- integrated cron script from Daniel Kozar (bnc#701208)
+
+---
+Mon Jul  4 17:03:22 UTC 2011 - l...@linux-schulserver.de
+
+- fixes in init script if check_external_commands are enabled
+- added nagios-3.2.3-CVE-2011-1523.patch to fix 
+  CVE-2011-1523 (bnc#682966)
+
+---
+Sun Mar 13 16:21:14 UTC 2011 - l...@linux-schulserver.de
+
+- install /var/spool/nagios with setgroup bit set, so all new files 
+  in this directory belong to the command group (maybe we should 
+  use a permissions file for this?)
+
+---

calling whatdependson for head-i586


New:

  nagios-3.2.3-CVE-2011-1523.patch
  nagios-htpasswd.users



Other differences:
--
++ nagios.spec ++
--- /var/tmp/diff_new_pack.hRVFoM/_old  2011-07-08 15:46:21.0 +0200
+++ /var/tmp/diff_new_pack.hRVFoM/_new  2011-07-08 15:46:21.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nagios (Version 3.2.3)
+# spec file for package nagios
 #
-# 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
@@ -29,7 +29,7 @@
 %define nnmmsg logger -t %{name}/rpm
 Summary:The Nagios Network Monitor
 Version:3.2.3
-Release:1
+Release:5
 License:GPLv2+
 Group:  System/Monitoring
 Url:http://www.nagios.org/
@@ -40,6 +40,7 @@
 Source4:suse.de-nagios
 Source5:nagios.8
 Source6:nagiosstats.8
+Source7:nagios-htpasswd.users
 #
 Source10:   %{name}-README.SuSE
 # PATCH-FIX-UPSTREAM fix for missing expression in return statement bnc#395203
@@ -56,7 +57,8 @@
 Patch10:nagios-p1.pl-location.patch
 # PATCH-FIX-OPENSUSE disable Nagios online update checks for distributed 
packages
 Patch11:nagios-disable_phone_home.patch
-#
+# PATCH-FIX-UPSTREAM fix CVE-2011-1523
+Patch12:nagios-3.2.3-CVE-2011-1523.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq
 PreReq: %insserv_prereq
@@ -186,6 +188,7 @@
 %patch7 -p0
 %patch10 -p0
 %patch11 -p0
+%patch12 -p0
 find -name ".cvsignore" | xargs rm
 find -name ".gitignore" | xargs rm
 # fix p1.pl pathname of mini_epn
@@ -222,7 +225,7 @@
--enable-event-broker \
--enable-embedded-perl
 #
-# %bindir/p1.pl is not a good place for a perl-_module_!
+# /usr/bin/p1.pl is not a good place for a perl-_module_!
 #
 sed -i 's#@p1pldir@#%{_prefix}/lib/nagios#g' Makefile include/locations.h 
sample-config/nagios.cfg
 #
@@ -269,6 +272,7 @@
 # install event handlers
 %{__install} -d -m0755 
%{buildroot}%{_prefix}/lib/%{name}/plugins/eventhandlers/
 %{__cp} -afpv contrib/eventhandlers/* 
%{buildroot}%{_prefix}/lib/%{name}/plugins/eventhandlers/
+find %{buildroot}%{_prefix}/lib/%{name}/plugins/eventhandlers/ -type f -exec 
chmod +x {} \;
 # install directory for event brokers like ndoutils
 %{__install} -d -m0755 %{buildroot}%{_prefix}/lib/%{name}/brokers
 # install headers for development package
@@ -302,9 +306,10 @@
 # sysconfig script
 %{__install} -D -m 0644 %{S:3} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 # install cronjob (gzip' the logfiles)
-%{__install} -D -m 0640 %{S:4} %{buildroot}%{_sysconfdir}/cron.weekly/%{name}
+%{__install} -D -m 0755 %{S:4} %{buildroot}%{_sysconfdir}/cron.weekly/%{name}
+# install htpasswd file
+%{__install} -m 0640 %{S:7} %{buildroot}%{_sysconfdir}/%{name}/htpasswd.users
 # important ghost files
-touch %{buildroot}%{_sysconfdir}/%{name}/htpasswd.users
 touch %{buildroot}%{_localstatedir}/lib/%{name}/retention.dat
 touch %{buildroot}%{_localstatedir}/lib/%{name}/status.dat
 touch %{buildroot}%{_localstatedir}/log/%{name}/config.err
@@ -314,7 +319,7 @@
 install -Dm644 %{S:6} %{buildroot}%{_mandir}/man8/nagiosstats.8
 # some rpmlint stuff
 %if 0%{?suse_version} > 1020
-%fdupes -s %{buildroot}
+%fdupes -s %{buildroo

commit gbrainy for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory
checked in at Fri Jul 8 15:45:56 CEST 2011.




--- GNOME/gbrainy/gbrainy.changes   2011-07-02 10:02:50.0 +0200
+++ /mounts/work_src_done/STABLE/gbrainy/gbrainy.changes2011-07-08 
11:01:16.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul  8 10:59:45 CEST 2011 - vu...@opensuse.org
+
+- Do not build with useless GNOME support (which adds a dependency
+  on gnome-sharp2, for no big reason), see bgo#654225:
+  + Remove gnome-sharp2 BuildRequires.
+  + Pass --disable-gnome to configure.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.NFaHOp/_old  2011-07-08 15:45:31.0 +0200
+++ /var/tmp/diff_new_pack.NFaHOp/_new  2011-07-08 15:45:31.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   gbrainy
 Version:2.00
-Release:1
+Release:2
 License:GPLv2+
 Source: 
http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
 Patch:  gbrainy-use-libexecdir.patch
@@ -37,13 +37,12 @@
 Group:  Amusements/Games/Logic
 Summary:A brain teaser game and trainer
 %if 0%{?suse_version}
-BuildRequires:  gnome-sharp2
 BuildRequires:  update-desktop-files
 %else
 %define suse_update_desktop_file true
 %endif
 %if 0%{?fedora_version}
-BuildRequires:  gnome-sharp-devel gtk-sharp2-devel
+BuildRequires:  gtk-sharp2-devel
 %endif
 Recommends: %{name}-lang
 # For the help system to work, we require a ghelp:// URI handler.
@@ -75,7 +74,9 @@
 
 %build
 export MONO_SHARED_DIR=/var/tmp
-%configure --disable-static
+%configure \
+--disable-static \
+--disable-gnome
 make
 
 %install






Remember to have fun...

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



commit libtirpc for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libtirpc for openSUSE:Factory
checked in at Fri Jul 8 15:45:14 CEST 2011.




--- libtirpc/libtirpc.changes   2011-06-17 16:20:37.0 +0200
+++ /mounts/work_src_done/STABLE/libtirpc/libtirpc.changes  2011-07-08 
09:25:00.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  8 07:24:27 UTC 2011 - co...@novell.com
+
+- add baselibs.conf to allow pam-32bit to link against it
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libtirpc.spec ++
--- /var/tmp/diff_new_pack.SwVpTj/_old  2011-07-08 15:45:01.0 +0200
+++ /var/tmp/diff_new_pack.SwVpTj/_new  2011-07-08 15:45:01.0 +0200
@@ -24,10 +24,11 @@
 Group:  System/Libraries
 AutoReqProv:on
 Version:0.2.2
-Release:1
+Release:11
 Summary:Transport Independent RPC Library
 Url:http://sourceforge.net/projects/libtirpc/
 Source: %{name}-%{version}.tar.bz2
+Source1:baselibs.conf
 Patch21:libtirpc-clnt_broadcast_fix.patch
 Patch22:libtirpc-rpc_broadcast_misformed_replies.patch
 Patch31:libtirpc-getpmaphandle.patch
@@ -43,13 +44,6 @@
 This implementation allows the support of other transports than UDP and
 TCP over IPv4
 
-
-
-Authors:
-
-Gilles Quillard 
-Antoine Fraticelli 
-
 %package -n libtirpc1
 License:Other uncritical OpenSource License ; Sun Industry Standards 
Source License 1.0
 Summary:Transport Independent RPC Library
@@ -61,13 +55,6 @@
 This implementation allows the support of other transports than UDP and
 TCP over IPv4
 
-
-
-Authors:
-
-Gilles Quillard 
-Antoine Fraticelli 
-
 %package devel
 License:Other uncritical OpenSource License ; BSD 3-Clause
 Summary:Transport Independent RPC Library
@@ -80,13 +67,6 @@
 This implementation allows the support of other transports than UDP and
 TCP over IPv4
 
-
-
-Authors:
-
-Gilles Quillard 
-Antoine Fraticelli 
-
 %prep
 %setup -q
 %patch21 -p1

++ baselibs.conf ++
libtirpc1





Remember to have fun...

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



commit libgssglue for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libgssglue for openSUSE:Factory
checked in at Fri Jul 8 15:44:42 CEST 2011.




--- libgssglue/libgssglue.changes   2011-05-23 16:20:04.0 +0200
+++ /mounts/work_src_done/STABLE/libgssglue/libgssglue.changes  2011-07-08 
13:51:58.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  8 11:51:07 UTC 2011 - co...@novell.com
+
+- add baselibs.conf to allow pam to link against it
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libgssglue.spec ++
--- /var/tmp/diff_new_pack.0Gy1zH/_old  2011-07-08 15:44:27.0 +0200
+++ /var/tmp/diff_new_pack.0Gy1zH/_new  2011-07-08 15:44:27.0 +0200
@@ -22,7 +22,7 @@
 Url:http://www.citi.umich.edu/projects/nfsv4/linux
 Summary:Generic GSSAPI Library
 Version:0.2
-Release:1
+Release:18
 Group:  Development/Libraries/C and C++
 License:BSD3c(or similar) ; MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,20 +31,13 @@
 PreReq: %fillup_prereq %insserv_prereq
 AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
+Source1:baselibs.conf
 
 %description
 This library exports a gssapi interface, but does not implement any
 gssapi mechanisms itself. Instead it calls gssapi routines in other
 libraries, depending on the mechanism.
 
-
-
-Authors:
-
-Kevin W. Coffman, based on code
-from Sun Microsystems distributed
-with the MIT Kerberos distribution
-
 %package -n libgssglue1
 Group:  Development/Libraries/C and C++
 License:BSD3c(or similar) ; MIT License (or similar)
@@ -55,14 +48,6 @@
 gssapi mechanisms itself. Instead it calls gssapi routines in other
 libraries, depending on the mechanism.
 
-
-
-Authors:
-
-Kevin W. Coffman, based on code
-from Sun Microsystems distributed
-with the MIT Kerberos distribution
-
 %package devel
 Group:  Development/Libraries/C and C++
 License:BSD3c(or similar) ; MIT License (or similar)
@@ -77,14 +62,6 @@
 gssapi mechanisms itself. Instead it calls gssapi routines in other
 libraries, depending on the mechanism.
 
-
-
-Authors:
-
-Kevin W. Coffman, based on code
-from Sun Microsystems distributed
-with the MIT Kerberos distribution
-
 %prep
 %setup -q
 

++ baselibs.conf ++
libgssglue1





Remember to have fun...

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



drop hal from openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

FYI: Package hal was dropped from openSUSE:Factory at Fri Jul  8 15:43:50 CEST 
2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=hal

Remember to have fun...

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



commit perl-namespace-clean for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package perl-namespace-clean for 
openSUSE:Factory
checked in at Fri Jul 8 15:34:11 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-namespace-clean/perl-namespace-clean.changes  
2011-06-04 22:51:48.0 +0200
@@ -0,0 +1,53 @@
+---
+Sat Jun  4 20:50:41 UTC 2011 - l...@linux-schulserver.de
+
+- fix build on distributions with old Test::More module
+  ( perl-namespace-clean-use_lib.patch )
+
+---
+Thu Mar 31 08:09:45 UTC 2011 - co...@novell.com
+
+- update to 0.20
+   - Bump Package::Stash dependency to 0.22 to pull in a bugfix in
+ Package::Stash::XS 0.19.
+   - Port to the new Package::Stash 0.18 API and depend on it.
+   - Don't rely on package::stash's remove_package_symbol implementation
+ (doy).
+
+---
+Wed Dec  1 13:34:02 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Jul 12 13:24:40 UTC 2010 - ch...@computersalat.de
+
+- update to 0.18
+  - Make sure we continue working on future Package::Stash
+versions (doy).
+- [0.17]
+  - Make sure the debugger author test is skipped for
+non-authors before the debugger is even loaded.
+- [0.16]
+  - Release all changes of 0.15 as part of a stable release.
+  - Convert from Module::Install to Dist::Zilla.
+- [0.15] TRIAL release
+  - Use Package::Stash for the stash manipulation bits (doy).
+- [0.14] Thu Mar 18 11:15:38 CET 2010
+  - Disable auto_install.
+  - Turn the error prone debugger test into an author test.
+- recreated by cpanspec 1.78
+- noarch pkg
+- added Build_n_Test patch
+  o otherwise Test::More >= 0.88 would be needed
+
+---
+Tue Feb  9 13:11:34 CET 2010 - n...@detonation.org
+
+- Upgraded to version 0.13
+
+---
+Tue Jan 12 13:26:57 CET 2010 - n...@detonation.org
+
+- Specfile autogenerated by cpanspec 1.78.
+

calling whatdependson for head-i586


New:

  namespace-clean-0.20.tar.gz
  perl-namespace-clean-use_lib.patch
  perl-namespace-clean.changes
  perl-namespace-clean.spec
  perl-namespace-clean_Build_n_Test.patch



Other differences:
--
++ perl-namespace-clean.spec ++
#
# spec file for package perl-namespace-clean
#
# 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-namespace-clean
Version:0.20
Release:1
License:GPL+ or Artistic
%define cpan_name namespace-clean
Summary:Keep imports and functions out of your namespace
Url:http://search.cpan.org/dist/namespace-clean/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Patch1: perl-namespace-clean-use_lib.patch
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(B::Hooks::EndOfScope) >= 0.07
BuildRequires:  perl(constant)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(Package::Stash) >= 0.22
BuildRequires:  perl(Sub::Identify) >= 0.04
BuildRequires:  perl(Sub::Name) >= 0.04
BuildRequires:  perl(vars)
BuildRequires:  perl(Test::More) >= 0.88
Requires:   perl(B::Hooks::EndOfScope) >= 0.07
Requires:   perl(Package::Stash) >= 0.22
Requires:   perl(Sub::Identify) >= 0.04
Requires:   perl(Sub::Name) >= 0.04
Requires:   perl(vars)
%{perl_requires}

%description
Keeping packages clean
When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.

The 'namespace::clean' pragma will remove all previously declared or
imported symbols at the end of the current pack

commit gdm-branding-openSUSE for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gdm-branding-openSUSE for 
openSUSE:Factory
checked in at Fri Jul 8 15:31:55 CEST 2011.




--- GNOME/gdm-branding-openSUSE/gdm-branding-openSUSE.changes   2011-02-02 
12:11:33.0 +0100
+++ 
/mounts/work_src_done/STABLE/gdm-branding-openSUSE/gdm-branding-openSUSE.changes
2011-07-07 10:13:42.0 +0200
@@ -1,0 +2,15 @@
+Thu Jul  7 10:07:36 CEST 2011 - vu...@opensuse.org
+
+- Change License tag from BSD3c to GPLv2+: since we base our
+  branding on the one from upstream, we inherit the license.
+
+---
+Wed Jul  6 16:35:02 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Add a Requires for gdm, since the branding package is useless
+  without it.
+- Update summary and description.
+- Add Url tag.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gdm-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.CGkMjm/_old  2011-07-08 15:29:08.0 +0200
+++ /var/tmp/diff_new_pack.CGkMjm/_new  2011-07-08 15:29:08.0 +0200
@@ -19,11 +19,12 @@
 
 
 Name:   gdm-branding-openSUSE
-Version:11.4
+Version:12.1
 Release:1
-Summary:openSUSE branding of gdm
+Summary:The GNOME Display Manager -- openSUSE default configuration
 Group:  System/GUI/GNOME
-License:BSD3c
+License:GPLv2+
+Url:http://projects.gnome.org/gdm/
 # To be in sync with upstream defaults, do branding as a patch for upstream 
file.
 # WARNING: As this package conflicts with gdm-branding-openSUSE, you cannot
 #  reuse build root. You have to build in a clean build root every 
time!
@@ -31,6 +32,7 @@
 # For directory ownership:
 BuildRequires:  gdm
 %define gdm_version %(rpm -q --qf '%%{version}-%%{release}' gdm)
+Requires:   gdm = %{gdm_version}
 Provides:   gdm-branding = %{gdm_version}
 Conflicts:  otherproviders(gdm-branding)
 Supplements:packageand(gdm:branding-openSUSE)
@@ -40,7 +42,10 @@
 BuildArch:  noarch
 
 %description
-This package provides openSUSE Look and Feel for gdm.
+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 openSUSE default configuration for gdm.
 
 %prep
 cp -a %{_sysconfdir}/gdm/custom.conf .






Remember to have fun...

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



commit eog for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package eog for openSUSE:Factory
checked in at Fri Jul 8 15:29:02 CEST 2011.




--- GNOME/eog/eog.changes   2011-05-27 09:20:48.0 +0200
+++ /mounts/work_src_done/STABLE/eog/eog.changes2011-06-15 
12:16:34.0 +0200
@@ -1,0 +2,15 @@
+Wed Jun 15 12:01:09 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + New "Show containing folder" command
+  + Improved SVG decoding
+  + Better orientation support for TIFF and non-exif formats
+  + Port from dbus-glib to GtkApplication
+  + Misc. code improvements
+  + Documentation improvements
+  + Bugs fixed: bgo#649894, bgo#650402, bgo#642725, bgo#544068,
+bgo#548474, bgo#615114, bgo#622876.
+  + Updated translations.
+- Remove now unneeded pkgconfig(dbus-glib-1) BuildRequires.
+
+---

calling whatdependson for head-i586


Old:

  eog-3.1.1.tar.bz2

New:

  eog-3.1.2.tar.bz2



Other differences:
--
++ eog.spec ++
--- /var/tmp/diff_new_pack.CYUXii/_old  2011-07-08 15:28:05.0 +0200
+++ /var/tmp/diff_new_pack.CYUXii/_new  2011-07-08 15:28:05.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   eog
-Version:3.1.1
+Version:3.1.2
 Release:1
 # FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once 
fixed exempi is in
 License:GPLv2+ ; LGPLv2.1+
@@ -33,7 +33,6 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnome-desktop-3.0)

++ eog-3.1.1.tar.bz2 -> eog-3.1.2.tar.bz2 ++
 32733 lines of diff (skipped)






Remember to have fun...

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



commit evince for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package evince for openSUSE:Factory
checked in at Fri Jul 8 15:27:57 CEST 2011.




--- GNOME/evince/evince.changes 2011-05-23 23:08:31.0 +0200
+++ /mounts/work_src_done/STABLE/evince/evince.changes  2011-06-14 
09:25:31.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 14 09:18:17 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  evince-3.0.2.tar.bz2

New:

  evince-3.1.2.tar.bz2



Other differences:
--
++ evince.spec ++
--- /var/tmp/diff_new_pack.0mX3x1/_old  2011-07-08 15:24:59.0 +0200
+++ /var/tmp/diff_new_pack.0mX3x1/_new  2011-07-08 15:24:59.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   evince
-Version:3.0.2
+Version:3.1.2
 Release:1
 %define _major_version 3.0
 License:GPLv2+

++ evince-3.0.2.tar.bz2 -> evince-3.1.2.tar.bz2 ++
 15305 lines of diff (skipped)






Remember to have fun...

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



commit gnome-applets for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-applets for openSUSE:Factory
checked in at Fri Jul 8 15:24:50 CEST 2011.




--- GNOME/gnome-applets/gnome-applets.changes   2011-06-09 14:35:13.0 
+0200
+++ /mounts/work_src_done/STABLE/gnome-applets/gnome-applets.changes
2011-07-04 07:59:53.0 +0200
@@ -1,0 +2,28 @@
+Sun Jul  3 22:43:39 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Drive Mount:
+- Allow unmount without eject (bgo#604848)
+- Does not show shadowed mounts (bgo#622709)
+- Fix broken "Open $VOLUME" menu option (bgo#652424)
+  + GSwitchit:
+- Remove last traces since the applet was removed in 2.29.5
+  + Invest Applet:
+- Cache downloaded quotes
+- Ignore unknown stocks (part of bgo#608842)
+- Stop shipping /etc/sound/events/battstat_applet.soundlist as it
+  is now useless (it requires libgnome to be used, which is not the
+  case anymore).
+
+---
+Wed Jun 15 10:15:15 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + Invest Applet:
+- Fixed broken chart and prefs window, added chart scale option
+- Removed hardcoded invisible_char in glade files (bgo#393900)
+  + CPU Freq Applet:
+- Made translations work again
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gnome-applets-3.1.1.tar.bz2

New:

  gnome-applets-3.1.3.tar.bz2



Other differences:
--
++ gnome-applets.spec ++
--- /var/tmp/diff_new_pack.5QlDFc/_old  2011-07-08 15:23:51.0 +0200
+++ /var/tmp/diff_new_pack.5QlDFc/_new  2011-07-08 15:23:51.0 +0200
@@ -25,11 +25,11 @@
 %ifnarch s390 s390x
 Requires:   gnome-media
 %endif
-Version:3.1.1
-Release:3
+Version:3.1.3
+Release:1
 Url:http://www.gnome.org/
 Summary:A Collection of Useful Programs for GNOME Panel
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-applets/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -97,6 +97,8 @@
 %if 0%{?suse_version} <= 1120
 %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
+# Remove file that can't be used anymore since it depends on usage of 
libgnome, which isn't used anymore (bgo#653927)
+rm %{buildroot}%{_sysconfdir}/sound/events/battstat_applet.soundlist
 %find_lang %{name}-3.0 %{?no_lang_C}
 %find_lang accessx-status %{?no_lang_C} %{name}-3.0.lang
 %find_lang battstat %{?no_lang_C} %{name}-3.0.lang
@@ -165,7 +167,6 @@
 %{_datadir}/gnome-applets/ui/battstat-applet-menu.xml
 
%{_datadir}/gnome-panel/4.0/applets/org.gnome.applets.BattstatApplet.panel-applet
 %{_libexecdir}/battstat-applet-2
-%{_sysconfdir}/sound/events/battstat_applet.soundlist
 # charpick
 %dir %{_datadir}/gnome/help/char-palette/
 %doc %{_datadir}/gnome/help/char-palette/C/

++ gnome-applets-3.1.1.tar.bz2 -> gnome-applets-3.1.3.tar.bz2 ++
GNOME/gnome-applets/gnome-applets-3.1.1.tar.bz2 
/mounts/work_src_done/STABLE/gnome-applets/gnome-applets-3.1.3.tar.bz2 differ: 
char 11, line 1






Remember to have fun...

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



commit gnome-settings-daemon for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory
checked in at Fri Jul 8 15:23:42 CEST 2011.




--- GNOME/gnome-settings-daemon/gnome-settings-daemon.changes   2011-05-17 
23:12:36.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-settings-daemon/gnome-settings-daemon.changes
2011-07-04 14:58:45.0 +0200
@@ -1,0 +2,90 @@
+Mon Jul  4 14:56:35 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Common:
+- Use defines instead of variables for ranges
+- Fix function keys not being grabbed (bgo#649222)
+- Allow the "Pause" key to be used (bgo#653524)
+  + Clipboard:
+- Fix incremental sending from the clipboard manager
+  (bgo#652609)
+  + Color:
+- Fix a potential buffer-overflow when converting to wide text
+  + Keyboard:
+- Use the same kbd layout menu labels as Gnome Shell
+  (bgo#652836)
+- Add missing "Settings" to the string
+- Fix menu items actions
+  + Media keys:
+- Use constant for icon size in OSD
+- Remove progress bar borders (bgo#652321)
+  + Mouse:
+- Check device is a touchpad before enabling/disabling it
+  + Updated translations.
+
+---
+Thu Jun 16 16:09:10 CEST 2011 - vu...@opensuse.org
+
+- Add pkgconfig(xfixes) BuildRequires, needed for the new cursor
+  plugin.
+
+---
+Tue Jun 14 09:40:28 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Common:
+- Don't try to convert show-keyboard-leds-indicator in
+  gnome-settings-daemon.convert
+- Add touchscreen detection
+- Add X property setting helper
+- Add code to detect accelerometers
+- Add better error reporting for egg key parsing
+- Add code to allow disabling input devices
+  + Color:
+- Add new color plugin
+  + Cursor:
+- Hide cursor on tablets with only a touchscreen [bgo#650604]
+- Show the cursor again on exit
+- Fix XFixes version checking
+- Ignore PS/2 mice as well
+- Fix checking for extension pointer
+  + Datetime:
+- Fix ntp logic on Debian to include ntpdate as well as ntpd
+  [bgo#644821]
+  + GConf:
+- bgo#652200: Add missing schema for
+  org.gnome.settings-daemon.plugins.gconf
+  + Keybindings:
+- Complete update to egg key parsing change
+  + Media keys:
+- Only start D-Bus when _start() is called
+- Simplify touchpad OSD
+- Hardcode the "toggle touchpad" button
+- Remove old-style OSD
+- Always use the primary monitor for display [bgo#650159]
+- Make sound changes quiet with Alt [bgo#651704]
+  + Mouse:
+- Use new disable/enable device code
+  + Orientation:
+- Add orientation plugin
+  + Updates:
+- Fix a string that is hard to translate [bgo#645749]
+  + Wacom:
+- Enable wacom touch key by default
+- Use property settings helper in common/
+- Typedef the Wacom device types
+  + Xrandr:
+- Switch touchscreen rotation as well
+- Fix small memory leak on shutdown
+- Remove the functionality to call gcm-apply when outputs
+  change
+- Remove rotation handling for wacom tablets
+  + Updated translations.
+- Add pkgconfig(colord) and pkgconfig(lcms2) BuildRequires.
+- Pass --with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids to
+  configure: the color plugin needs to have access to the pnp.ids
+  file. This comes with the gnome-desktop library; as
+  gnome-settings-daemon already depend on this library, we know the
+  file will be available at runtime.
+
+---

calling whatdependson for head-i586


Old:

  gnome-settings-daemon-3.1.1.tar.bz2

New:

  gnome-settings-daemon-3.1.3.tar.bz2



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.afXOXb/_old  2011-07-08 15:23:19.0 +0200
+++ /var/tmp/diff_new_pack.afXOXb/_new  2011-07-08 15:23:19.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-settings-daemon
-Version:3.1.1
+Version:3.1.3
 Release:1
 License:GPLv2+
 Summary:Settings daemon for the GNOME desktop
 Url:http://www.gnome.org
 Group:  System/GUI/GNOME
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-settings-daemon/3.1/%{name}-%{version}.tar.bz2
 # PATCH-NEEDS-REBASE gnome-settings-daemon-system-proxy-configuration.diff 
(was PATCH-FEATURE-OPENSUSE)
 Patch2: gnome-settings-daemon-system-proxy-configuration.diff
 # PATCH-NEEDS-REBASE gnome-settings-daemon-apport-monitor.patch bnc439203 
jblu...@novell.com -- Add apport monitoring plugin. (was PATCH-FEATURE-UPSTREAM)
@@ -47,6 +47,7 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop

commit libsocialweb for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libsocialweb for openSUSE:Factory
checked in at Fri Jul 8 15:23:10 CEST 2011.




--- libsocialweb/libsocialweb.changes   2011-06-10 09:07:25.0 +0200
+++ /mounts/work_src_done/STABLE/libsocialweb/libsocialweb.changes  
2011-07-06 15:47:21.0 +0200
@@ -1,0 +2,21 @@
+Wed Jul  6 15:22:24 CEST 2011 - vu...@opensuse.org
+
+- Create a branding-upstream subpackage, with a README.branding
+  file explaining how to add API keys.
+- Add a libsocialweb-branding Requires to the main package, since
+  API keys are provided in branding packages, and they make
+  libsocialweb more useful.
+- Create %{_datadir}/libsocialweb/keys and have the main package
+  own it.
+
+---
+Mon Jul  4 14:47:23 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.25.19:
+  + vimeo:
+- Added collections interface.
+- Change auth details to get write permissions.
+- Disable cookies on REST proxy to avoid bug on Vimeo's side.
+- Add video upload support.
+
+---

calling whatdependson for head-i586


Old:

  libsocialweb-0.25.18.tar.bz2

New:

  README.branding
  libsocialweb-0.25.19.tar.bz2



Other differences:
--
++ libsocialweb.spec ++
--- /var/tmp/diff_new_pack.pulCtV/_old  2011-07-08 15:22:23.0 +0200
+++ /var/tmp/diff_new_pack.pulCtV/_new  2011-07-08 15:22:23.0 +0200
@@ -18,13 +18,14 @@
 
 
 Name:   libsocialweb
-Version:0.25.18
+Version:0.25.19
 Release:1
 License:LGPLv2.1
 Summary:A personal social data server
 Url:http://git.gnome.org/browse/libsocialweb/
 Group:  System/Libraries
-Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/libsocialweb/0.25/%{name}-%{version}.tar.bz2
+Source1:README.branding
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -38,12 +39,33 @@
 BuildRequires:  pkgconfig(libnm-glib)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(rest-extras-0.7)
+Requires:   %{name}-branding = %{version}
 Recommends: %{name}-lang
 
 %description
 Libsocialweb is a personal social data server, that can interact with
 social web services, like Flickr, Last.fm, Twitter and Vimeo.
 
+%package branding-upstream
+Summary:A personal social data server -- API keys from upstream
+License:LGPLv2.1
+Group:  System/Libraries
+Requires:   %{name} = %{version}
+Provides:   %{name}-branding = %{version}
+Conflicts:  otherproviders(%{name}-branding)
+Supplements:packageand(%{name}:branding-upstream)
+BuildArch:  noarch
+#BRAND: Branding packages should install API keys in
+#BRAND: /usr/share/libsocialweb/keys. See README.branding for more
+#BRAND: details.
+
+%description branding-upstream
+Libsocialweb is a personal social data server, that can interact with
+social web services, like Flickr, Last.fm, Twitter and Vimeo.
+
+This package provides API keys from upstream, for the web services
+accessible with libsocialweb.
+
 %package -n libsocialweb0
 Summary:A personal social data server -- Library for Services
 License:LGPLv2.1
@@ -83,6 +105,7 @@
 %lang_package
 %prep
 %setup -q
+cp %{SOURCE1} .
 
 %build
 %configure --disable-static \
@@ -95,6 +118,8 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+# Create directory where API keys will be stored
+mkdir %{buildroot}%{_datadir}/libsocialweb/keys
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}/gtk-doc
 
@@ -115,6 +140,7 @@
 %dir %{_libdir}/libsocialweb
 %dir %{_libdir}/libsocialweb/services
 %dir %{_datadir}/libsocialweb
+%dir %{_datadir}/libsocialweb/keys
 %dir %{_datadir}/libsocialweb/services
 # plugins for various web services
 # Explicitly list services to make sure we don't lose any
@@ -148,6 +174,10 @@
 %{_datadir}/libsocialweb/services/youtube.keys
 %{_datadir}/libsocialweb/services/youtube.png
 
+%files branding-upstream
+%defattr(-,root,root,-)
+%doc README.branding
+
 %files -n libsocialweb0
 %defattr(-,root,root,-)
 %{_libdir}/libsocialweb.so.*

++ README.branding ++
API keys for web services should be placed in the
/usr/share/libsocialweb/keys directory, and named after the
service.

The first line is the API key, and the second line is the secret.
++ libsocialweb-0.25.18.tar.bz2 -> libsocialweb-0.25.19.tar.bz2 ++
 25784 lines of diff (skipped)






Remember to have fun...

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

commit mutter for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package mutter for openSUSE:Factory
checked in at Fri Jul 8 15:22:12 CEST 2011.




--- mutter/mutter.changes   2011-05-31 15:40:51.0 +0200
+++ /mounts/work_src_done/STABLE/mutter/mutter.changes  2011-07-02 
09:32:26.0 +0200
@@ -1,0 +2,35 @@
+Sat Jul  2 09:31:10 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3.1:
+  + Back API version down to "3.0": the change to Meta-3.1.gir was
+unintentional.
+  + Updated translations.
+
+---
+Fri Jul  1 09:04:24 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.3:
+  + bgo#645355: Support dark window theme variants for windows with
+a dark widget theme; this is selected by the _GTK_THEME_VARIANT
+property
+  + bgo#635268: Don't draw a shadow under windows with an alpha-
+channel - this fixes transparency for GNOME Terminal
+  + bgo#649315: Add a MetaWindow:wm-class property for notification
+  + Add a MetaWindow:minimized property for notification
+  + bgo#627880: Fix handling of unusual window shapes that Wine was
+setting causing some applications to draw wrong
+  + bgo#653121: Improve replacing another compositor and being
+replaced: release compositor selection in the right order and
+wait for compositors that get it wrong.
+  + bgo#652369: Remove behavior where left clicking on a window
+border with the titlebar offscreen gave the window menu
+  + bgo#649202: Don't set the global default textdomain, since
+Mutter is a library as well as an application
+  + Exit with the right (success or failure) exit status
+  + Code cleanup
+  + Other bugs fixed: bgo#649114, bgo#652507
+  + Updated translations.
+- Process %{_datadir}/gnome/wm-properties/mutter-wm.desktop with
+  suse_update_desktop_file to fix a rpmlint warning.
+
+---

calling whatdependson for head-i586


Old:

  mutter-3.0.2.1.tar.bz2

New:

  mutter-3.1.3.1.tar.bz2



Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.dEMUye/_old  2011-07-08 15:21:37.0 +0200
+++ /var/tmp/diff_new_pack.dEMUye/_new  2011-07-08 15:21:37.0 +0200
@@ -36,10 +36,10 @@
 %endif
 License:GPLv2+
 Group:  System/GUI/GNOME
-Version:3.0.2.1
-Release:2
+Version:3.1.3.1
+Release:1
 Summary:Window and compositing manager based on Clutter
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/mutter/3.1/%{name}-%{version}.tar.bz2
 Url:http://www.gnome.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   zenity
@@ -87,6 +87,7 @@
 %endif
 %{__rm} %{buildroot}/%{_libdir}/*.la
 %suse_update_desktop_file %{name}
+%suse_update_desktop_file 
%{buildroot}%{_datadir}/gnome/wm-properties/mutter-wm.desktop
 %find_lang %{name} %{?no_lang_C}
 %find_gconf_schemas
 %fdupes %{buildroot}

++ mutter-3.0.2.1.tar.bz2 -> mutter-3.1.3.1.tar.bz2 ++
 25744 lines of diff (skipped)






Remember to have fun...

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



commit vinagre for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory
checked in at Fri Jul 8 15:21:29 CEST 2011.




--- GNOME/vinagre/vinagre.changes   2011-05-27 11:26:37.0 +0200
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes2011-07-07 
09:43:36.0 +0200
@@ -1,0 +2,46 @@
+Thu Jul  7 09:22:25 CEST 2011 - vu...@opensuse.org
+
+- Rebuild the vala sources before building the code:
+  vinagre-fix-missing-header.patch introduces a new file that needs
+  to be generated. When the proper fix will be upstream, the file
+  will be in the tarball and we won't need this step anymore.
+
+---
+Tue Jul  5 07:48:56 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Allow the main notebook to expand.
+  + Convert some code to Vala.
+  + Avoid NULL dereference if a URI has no hostname.
+  + Distribute the config VAPI file.
+  + Code improvements and cleanups.
+  + Build fixes.
+  + Updated documentation.
+  + Updated translations.
+- Update vinagre-fix-missing-header.patch with patch suggested by
+  upstream.
+- Add vala BuildRequires, needed for the patch.
+
+---
+Fri Jun 17 00:53:10 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + Add static extension support, and convert plugins to this.
+  + Integrate reverse-vnc plugin directly.
+  + Remove the bookmarks side panel.
+  + Remove the im-status plugin.
+  + Remove libpeas and gobject-introspection support.
+  + Documentation improvements.
+  + Code cleanups.
+  + Build fixes.
+  + Updated translations.
+- Remove now unneeded pkgconfig(libpeas-gtk-1.0) BuildRequires.
+- Remove unneeded pkgconfig(libpanelapplet-4.0) BuildRequires: the
+  applet was removed in 3.1.1.
+- Remove devel subpackage, as there is no support for external
+  plugins anymore, and add Obsoletes for vinagre-devel to main
+  package for smooth upgrades.
+- Add vinagre-fix-missing-header.patch: fix the build by adding the
+  missing header not generated by vala.
+
+---

calling whatdependson for head-i586


Old:

  vinagre-3.1.1.tar.bz2

New:

  vinagre-3.1.3.tar.bz2
  vinagre-fix-missing-header.patch



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.2THsZ6/_old  2011-07-08 15:19:25.0 +0200
+++ /var/tmp/diff_new_pack.2THsZ6/_new  2011-07-08 15:19:25.0 +0200
@@ -20,12 +20,15 @@
 
 Name:   vinagre
 Summary:VNC client for GNOME
-Version:3.1.1
+Version:3.1.3
 Release:1
+# FIXME: when patch0 is dropped, remove the first make that is needed to 
generate a header; it'll get fixed properly upstream because the missing file 
will be in the tarball
 License:GPLv2+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/vinagre/3.1/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM vinagre-fix-missing-header.patch bgo#652531 
vu...@opensuse.org -- Fix build because of vala not generating a header; based 
on 
https://gitorious.org/vinagre/vinagre-elmarco/commit/0d7727a501e2d9fcf911b9a96fda384e53878af5
+Patch0: vinagre-fix-missing-header.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
@@ -34,13 +37,12 @@
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  vala
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtk-vnc-2.0)
-BuildRequires:  pkgconfig(libpanelapplet-4.0)
-BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.90)
@@ -48,6 +50,7 @@
 Recommends: %{name}-lang
 # For rdp support
 Recommends: rdesktop
+Obsoletes:  %{name}-devel < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
@@ -56,31 +59,20 @@
 machines, browsing for VNC servers via avahi and password storage in
 gnome-keyring.
 
-%package devel
-License:GPLv2+
-Summary:VNC client for GNOME - Development Files
-Group:  Development/Libraries/GNOME
-Requires:   %{name} = %{version}
-
-%description devel
-Vinagre is a VNC client for GNOME that supports connecting to multiple
-machines, browsing for VNC servers via avahi and password storage in
-gnome-keyring.
-
-This packages contains the development files to create plugins for vinagre.
-
-
 %lang_package
 %prep
 %setup -q
 translation-update-upstream

commit nautilus for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory
checked in at Fri Jul 8 15:19:18 CEST 2011.




--- GNOME/nautilus/nautilus.changes 2011-05-31 13:07:21.0 +0200
+++ /mounts/work_src_done/STABLE/nautilus/nautilus.changes  2011-07-02 
09:01:10.0 +0200
@@ -1,0 +2,36 @@
+Sat Jul  2 08:59:07 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Add an 'Add Bookmark' item in sidepane context menu
+  + Fix --no-default-window not working when an URI is specified
+  + Use g_cclosure_marshal_generic()
+
+---
+Thu Jun 16 15:41:50 CEST 2011 - vu...@opensuse.org
+
+- Add missing call to %suse_update_desktop_file for
+  nautilus-autostart.desktop.
+
+---
+Wed Jun 15 09:57:08 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Use GtkOverlay for the floating bar
+  + Move the floating bar away from the cursor on hover
+  + Add an autostart desktop file
+  + Add metadata::custom-icon-name key for custom icons
+  + Fix opening the wrong directory when launching an instance 
+from the command line
+  + Misc crashers.
+
+---
+Mon Jun 15 11:36:51 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.1:
+  + Add a DBus previewer interface to support e.g. the Sushi
+previewer
+  + Rework handling of _NETSCAPE_URL dnd links
+  + Optimizations in the sorting/layouting code for Icon View
+  + Misc bugfixes.
+
+---

calling whatdependson for head-i586


Old:

  nautilus-3.0.2.tar.bz2

New:

  nautilus-3.1.3.tar.bz2



Other differences:
--
++ nautilus.spec ++
--- /var/tmp/diff_new_pack.axQFMj/_old  2011-07-08 15:14:02.0 +0200
+++ /var/tmp/diff_new_pack.axQFMj/_new  2011-07-08 15:14:02.0 +0200
@@ -20,11 +20,11 @@
 Name:   nautilus
 License:GPLv2+
 Group:  Productivity/File utilities
-Version:3.0.2
+Version:3.1.3
 Release:1
 # FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once 
fixed exempi is in
 Summary:File Manager for the GNOME Desktop
-Source: 
ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/nautilus/3.1/%{name}-%{version}.tar.bz2
 # fate#308344 bgo#602147
 Source1:mount-archive.desktop
 Source99:   baselibs.conf
@@ -132,6 +132,7 @@
 ln -s ../icons/gnome/24x24/places/user-home.png 
$RPM_BUILD_ROOT/%{_datadir}/pixmaps/
 %suse_update_desktop_file nautilus
 %suse_update_desktop_file nautilus-autorun-software
+%suse_update_desktop_file nautilus-autostart
 # Install the archive mime handler
 test ! -e %{buildroot}%{_datadir}/applications/mount-archive.desktop
 %{__install} -m0644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/mount-archive.desktop

++ nautilus-3.0.2.tar.bz2 -> nautilus-3.1.3.tar.bz2 ++
 118198 lines of diff (skipped)






Remember to have fun...

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



commit telepathy-glib for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package telepathy-glib for openSUSE:Factory
checked in at Fri Jul 8 15:02:02 CEST 2011.




--- telepathy-glib/telepathy-glib.changes   2011-05-30 18:21:49.0 
+0200
+++ /mounts/work_src_done/STABLE/telepathy-glib/telepathy-glib.changes  
2011-06-22 11:16:26.0 +0200
@@ -1,0 +2,20 @@
+Wed Jun 22 11:04:47 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.15.2:
+  + Enhancements:
+- Reduce debug spam.
+- tp_channel_destroy_async(): high level API to Destroy a
+  TpChannel.
+- tp_channel_dispatch_operation_{leave,destroy}_channels_async:
+  convenience API to claim a ChannelDispatchOperation and
+  leave/destroy all its channels. [fdo#28015]
+- TpChannel: high level API for password protected channels;
+  the TP_CHANNEL_FEATURE_PASSWORD feature is automatically
+  prepared by TpAutomaticProxyFactory. [fdo#37360]
+- TpConnection high level avatars API and TpChannel high level
+  group API are now introspected.
+  + Fixes:
+- TpChannelIface: set TP_UNKNOWN_HANDLE_TYPE as default handle
+  type. [fdo#38524]
+
+---

calling whatdependson for head-i586


Old:

  telepathy-glib-0.15.1.tar.bz2

New:

  telepathy-glib-0.15.2.tar.bz2



Other differences:
--
++ telepathy-glib.spec ++
--- /var/tmp/diff_new_pack.vgppCY/_old  2011-07-08 15:01:46.0 +0200
+++ /var/tmp/diff_new_pack.vgppCY/_new  2011-07-08 15:01:46.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   telepathy-glib
-Version:0.15.1
+Version:0.15.2
 Release:1
 License:LGPLv2.1
 Summary:Libraries for adding telepathy support to applications that 
use glib

++ telepathy-glib-0.15.1.tar.bz2 -> telepathy-glib-0.15.2.tar.bz2 ++
 2786 lines of diff (skipped)






Remember to have fun...

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



commit clutter for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package clutter for openSUSE:Factory
checked in at Fri Jul 8 15:01:36 CEST 2011.




--- GNOME/clutter/clutter.changes   2011-04-06 10:12:36.0 +0200
+++ /mounts/work_src_done/STABLE/clutter/clutter.changes2011-07-05 
08:33:08.0 +0200
@@ -1,0 +2,45 @@
+Tue Jul  5 08:28:05 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.7.4:
+  + Unify the GLX and EGL backends to be a single code base
+  + Restore a wider range of Z values for actors
+  + Bump up the dependency of Cogl
+  + Add ClutterDropAction
+  + Add a performance test suite
+  + Documentation and annotation fixes
+  + Build fixes
+  + Bugs fixed: bgo#650329, bgo#652566, bgo#651784, bgo#652842,
+bgo#653066, bgo#653307, bgo#653607, bgo#651079, bgo#650675,
+bco#2625.
+- Drop clutter-fix-cogl-1.7.2.patch: fixed upstream.
+
+---
+Mon Jul  4 09:56:07 CEST 2011 - vu...@opensuse.org
+
+- Add clutter-fix-cogl-1.7.2.patch to fix build with cogl 1.7.2.
+  Patch taken from git.
+
+---
+Tue Jun 14 10:05:03 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.7.2:
+  + Cogl has been moved out of tree
+  + Correctly composite non fully opaque children
+  + Allow connecting signals to ClutterState states in
+ClutterScript
+  + Long-press handling in ClutterClickAction
+  + Added ClutterGestureAction and ClutterSwipeAction
+  + Allow Effects to influence picking
+  + Bugs fixed: bco#2257, bco#2447, bco#2482, bco#2484, bco#2553,
+bco#2555, bco#2562, bco#2585, bco#2588, bco#2595, bco#2597,
+bco#2599, bco#2602, bco#2610, bco#2619, bco#2620, bco#2621,
+bco#2631, bco#2632, bco#2633, bco#2640, bco#2644, bco#2652,
+bco#2655, bco#2656, bco#2667, bgo#650665, bgo#647875,
+bgo#647876, bgo#650487, bgo#650597, bgo#650650, bgo#651700,
+bgo#652129.
+- Add pkgconfig(cogl-1.0) and pkgconfig(libdrm) BuildRequires.
+- Remove now unneeded pkgconfig(gdk-pixbuf-2.0) BuildRequires.
+- Drop unneeded debug_package_requires define (as we only build
+  subpackages).
+
+---

calling whatdependson for head-i586


Old:

  clutter-1.6.14.tar.bz2

New:

  clutter-1.7.4.tar.bz2



Other differences:
--
++ clutter.spec ++
--- /var/tmp/diff_new_pack.rZpNpo/_old  2011-07-08 15:00:50.0 +0200
+++ /var/tmp/diff_new_pack.rZpNpo/_new  2011-07-08 15:00:50.0 +0200
@@ -19,21 +19,22 @@
 Summary:The clutter library
 
 Name:   clutter
-Version:1.6.14
+Version:1.7.4
 Release:1
 License:LGPLv2.1+
 Url:http://clutter-project.org/
 Group:  System/Libraries
-Source0:
http://www.clutter-project.org/sources/clutter/0.6/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/clutter/1.7/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(cogl-1.0)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(pangocairo)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcomposite)
@@ -42,7 +43,6 @@
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xi)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libclutter-glx-1_0-0 = %{version}-%{release}
 
 %description
 Clutter is an open source software library for creating fast, visually
@@ -126,7 +126,6 @@
 %defattr(-,root,root)
 %{_datadir}/gtk-doc/html/cally/
 %{_datadir}/gtk-doc/html/clutter/
-%{_datadir}/gtk-doc/html/cogl/
 # Own these repositories to not depend on gtk-doc while building:
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html

++ clutter-1.6.14.tar.bz2 -> clutter-1.7.4.tar.bz2 ++
 248761 lines of diff (skipped)






Remember to have fun...

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



commit gupnp for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gupnp for openSUSE:Factory
checked in at Fri Jul 8 15:00:40 CEST 2011.




--- GNOME/gupnp/gupnp.changes   2011-05-05 09:06:01.0 +0200
+++ /mounts/work_src_done/STABLE/gupnp/gupnp.changes2011-07-07 
14:00:56.0 +0200
@@ -1,0 +2,45 @@
+Thu Jul  7 13:39:31 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.17.1:
+  + Drop deprecated conic support.
+  + A Linux context manager. Unlike the generic static unix
+context-manager, the Linux context-manager can dynamically
+react to device and address changes, similar to the
+NetworkManager-based context-manager, but without depending on
+DBus or NetworkManager.
+  + Fix for a SOAP action parameter validation regression.
+  + Updates to the build system such as:
+- Modernized autotools.
+- xz tarballs as default.
+  + Improved OpenBSD support.
+  + More stable RootDevice URIs.
+- Pass --with-context-manager=network-manager: this will make gupnp
+  try to use NetworkManager if available at runtime, and will
+  fallback on the old code otherwise.
+- Add NetworkManager Recommends to libgupnp-1_0-4 to have
+  NetworkManager available at runtime.
+- Remove libsoup-devel, libgssdp-devel, libxml2-devel Requires from
+  devel subpackage: they will automatically get added the
+  pkgconfig()-way.
+
+---
+Thu Jun 16 17:58:18 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.17.0:
+  + Fix several crashes during initial introspection.
+  + Several fixes regarding SOAP action parameter validation.
+  + Always append a Content-Language header if the client has an
+Accept-Language header.
+  + Always append an Ext header in SOAP responses.
+  + Improve introspection support:
+- Classes that throw an error during construction implement
+  GInitable.
+- Update gobject-introspection autotools integration.
+- Many annotation fixes.
+  + Tutorial improvements.
+- Rename libgupnp-1_0-3 to libgupnp-1_0-4, following the sonum
+  change.
+- Remove service usage, following the new consensus on Factory
+  packaging.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:gupnp-0.16.1.tar.bz2
  _service:set_version:gupnp.spec

New:

  gupnp-0.17.1.tar.bz2



Other differences:
--
++ gupnp.spec ++
--- /var/tmp/diff_new_pack.F8McAs/_old  2011-07-08 14:58:37.0 +0200
+++ /var/tmp/diff_new_pack.F8McAs/_new  2011-07-08 14:58:37.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gupnp
-Version:0.14.1
-Release:7
+Version:0.17.1
+Release:1
 Summary:Implementation of the UPnP specification
 License:LGPL v2 or later
 Group:  Development/Libraries/C and C++
 Url:http://www.gupnp.org/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gupnp/0.17/%{name}-%{version}.tar.bz2
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  libgssdp-devel
@@ -40,12 +40,14 @@
 standardized resources (e.g. MediaServer); this is left for higher level
 libraries utilizing the GUPnP framework.
 
-%package -n libgupnp-1_0-3
+%package -n libgupnp-1_0-4
 License:LGPL v2 or later
 Summary:Implementation of the UPnP specification
 Group:  Development/Libraries/C and C++
+# This is the default context manager we want
+Recommends: NetworkManager
 
-%description -n libgupnp-1_0-3
+%description -n libgupnp-1_0-4
 GUPnP implements the UPnP specification: resource announcement and
 discovery, description, control, event notification, and presentation
 (GUPnP includes basic web server functionality through libsoup). GUPnP
@@ -57,10 +59,7 @@
 License:LGPL v2 or later
 Summary:Implementation of the UPnP specification - Development Files
 Group:  Development/Libraries/C and C++
-Requires:   libgupnp-1_0-3 = %{version}
-Requires:   libsoup-devel
-Requires:   libgssdp-devel
-Requires:   libxml2-devel
+Requires:   libgupnp-1_0-4 = %{version}
 
 %description -n libgupnp-devel
 GUPnP implements the UPnP specification: resource announcement and
@@ -74,7 +73,8 @@
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static \
+--with-context-manager=network-manager
 %__make %{?jobs:-j%jobs}
 
 %install
@@ -84,11 +84,11 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libgupnp-1_0-3 -p /sbin/ldconfig
+%post -n libgupnp-1_0-4 -p /sbin/ldconfig
 
-%postun -n libgupnp-1_0-3 -p /sbin/ldconfig
+%postun -n libgupnp-1_0-4 -p /sbin/ldconfig
 
-%files -n libgupnp-1_0-3
+%files -n libgupnp-1_0-4
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/*.so.*


++

commit ksh for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package ksh for openSUSE:Factory
checked in at Fri Jul 8 14:58:28 CEST 2011.




--- ksh/ksh.changes 2011-07-04 17:44:28.0 +0200
+++ /mounts/work_src_done/STABLE/ksh/ksh.changes2011-07-07 
15:17:42.0 +0200
@@ -1,0 +2,17 @@
+Thu Jul  7 12:48:24 UTC 2011 - wer...@suse.de
+
+- Check for ascii8 troff device, if not available use utf8 
+
+---
+Wed Jul  6 14:15:44 UTC 2011 - wer...@suse.de
+
+- Extract messages from ksh source code automagic by using msgcc and
+  libpp from upstream ast-base packages (realted to bnc#703854) only
+  missing are the translations for those messages
+
+---
+Tue Jul  5 15:17:58 UTC 2011 - wer...@suse.de
+
+- Drop locale support as it is out of sync since year 2000 (bnc#703854) 
+
+---

calling whatdependson for head-i586


Old:

  ast-ksh-locale.2010-02-02.tar.bz2

New:

  ast-msgcc.2010-06-21.tar.bz2
  ksh-locale.patch



Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.3JCv9J/_old  2011-07-08 14:36:40.0 +0200
+++ /var/tmp/diff_new_pack.3JCv9J/_new  2011-07-08 14:36:40.0 +0200
@@ -37,12 +37,12 @@
 %endif
 AutoReqProv:on
 Version:93t
-Release:200
+Release:202
 Summary:Korn Shell
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: INIT.2010-06-21.tar.bz2
 Source1:ast-ksh.2010-06-21.tar.bz2
-Source2:ast-ksh-locale.2010-02-02.tar.bz2
+Source2:ast-msgcc.2010-06-21.tar.bz2
 Source3:CPL
 Source10:   leak1.sh
 Source11:   leak2.sh
@@ -78,8 +78,9 @@
 Patch24:ksh93-pipe.dif
 Patch25:ksh93-argv.dif
 Patch26:ksh93-unset-f.dif
+Patch42:ksh-locale.patch
 %global use_suid_exe 0
-%global use_locale 1
+%global use_locale 0
 %global debug_memleak 0
 
 %description
@@ -125,6 +126,7 @@
 find share/ -type d -a -empty | xargs -r rm -vrf
 find share/ -type d -a -empty | xargs -r rm -vrf
 %patch
+%patch42
 %patch1
 %ifarch %arm
 %patch2
@@ -157,7 +159,14 @@
 %patch26
 
 %build
+  AR="ar"
+  CC=gcc
+  PATH=${PWD}:$PATH
+  LANG=POSIX
   TMPDIR=$(mktemp -d /tmp/ksh-build.XX) || exit 1
+  SUSE_ASNEEDED=0
+  export AR CC PATH LANG TMPDIR SUSE_ASNEEDED
+  #
   typeset -i IGNORED=0x$(ps --no-headers -o ignored $$)
   typeset -i SIGPIPE=0x1000
   if ((IGNORED & SIGPIPE)) ; then
@@ -198,9 +207,7 @@
   # This package failed when testing with -Wl,-as-needed being default.
   # So we disable it here, if you want to retest, just delete this
   # comment and the line below.
-  export SUSE_ASNEEDED=0
   test -n "${!LC_*}" && unset "${!LC_*}"
-  CC=gcc
   cflags ()
   {
   local flag=$1; shift
@@ -226,9 +233,6 @@
   esac
   }
   #
-  LANG=POSIX
-  export LANG
-  #
   # If _you_ are knowing how to fix this in the autogenerated
   # sources of ksh/ast without breaking them, then let me know.
   #
@@ -321,7 +325,8 @@
   mam_cc_L=use
   mam_cc_OPTIMIZE=-pipe
   export mam_cc_L mam_cc_OPTIMIZE HOSTTYPE LDFLAGS RPM_OPT_FLAGS UNIVERSE
-  bin/package make CCFLAGS="$RPM_OPT_FLAGS" HOSTTYPE="$HOSTTYPE"
+  printenv
+  bin/package make CCFLAGS="$RPM_OPT_FLAGS" HOSTTYPE="$HOSTTYPE" AR="$AR" 
CC="$CC"
   root=$(echo ${PWD}/arch/linux*)
   test -d $root || exit 1
   log=${root}/lib/package/gen/make.out
@@ -388,6 +393,7 @@
   ${ksh}-Wl,-rpath-link,${root}/lib -Wl,-rpath,/%{_lib}/ast
   ${shcomp} -Wl,-rpath-link,${root}/lib -Wl,-rpath,/%{_lib}/ast
   ${suidex} -Wl,-rpath-link,${root}/lib -Wl,-rpath,/%{_lib}/ast
+  popd
   OPATH=$PATH
   OSHELL=$SHELL
   PATH=$PATH:${root}/bin
@@ -407,6 +413,18 @@
  fi
  killall -q -s 9 ${root}/bin/ksh.test || true
   popd
+  mkdir -p share/locale/C/LC_MESSAGES
+  sed -rn "\@mamake -C cmd/ksh93@,\@mamake -C@ {
+   s@^\+ g?cc@$SHELL msgcc -M-set=ast@
+   s@[[:blank:]]-c[[:blank:]]([^[:blank:]\.]+/([^[:blank:]\.\/]+))\.c@ -c 
\1\.c -o msgs/\2\.mso@p
+  }" ${root}/lib/package/gen/make.out > src/cmd/ksh93/doit
+  pushd src/cmd/ksh93
+  mkdir msgs
+  $SHELL -x ./doit
+  $SHELL -x msgcc -o libshell.msg msgs/*.mso
+  rm -rf msgs/
+  popd
+  msggen share/locale/C/LC_MESSAGES/libshell src/cmd/ksh93/libshell.msg
   pushd ${root}/bin
  PATH=$PATH:.
  set -- $(shcomp.test --version 2>&1)
@@ -416,7 +434,6 @@
   popd
   SHELL=$OSHELL
   PATH=$OPATH
-  popd
 
 %install
   root=$(echo ${PWD}/arch/linux*)
@@ -430,9 +447,7 @@
   mkdir -p %{buildroot}%{_mandir}
   mkdir%{buildroot}%{_mandir}/man1
   mkdir%{buildroot}%{_mandir}/man3
-%if %use_locale
   mkdir -p %{buildroot}%{_datadir}/locale
-%endif
   mkdir -p %{buildroot}

commit libthai for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libthai for openSUSE:Factory
checked in at Fri Jul 8 14:36:18 CEST 2011.




--- libthai/libthai.changes 2011-07-07 14:12:31.0 +0200
+++ /mounts/work_src_done/STABLE/libthai/libthai.changes2011-07-08 
11:11:01.0 +0200
@@ -4 +4 @@
-- Apply SLPP (bnc#647012):
+- Apply SLPP (bnc#674012):

calling whatdependson for head-i586




Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.bkA6mt/_old  2011-07-08 14:35:44.0 +0200
+++ /var/tmp/diff_new_pack.bkA6mt/_new  2011-07-08 14:35:44.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libthai
 Version:0.1.15
-Release:3
+Release:5
 # FIXME: At next version update, replace Obsoletes <= with < only to fix 
RPMLint warning in libthai0 (here and in baselibs.conf)
 License:LGPL-2.1+
 Summary:Thai Language Support Routines






Remember to have fun...

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



commit otrs for openSUSE:11.4

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package otrs for openSUSE:11.4
checked in at Fri Jul 8 14:41:12 CEST 2011.





calling whatdependson for 11.4-i586




Other differences:
--
++ otrs.spec ++
--- /var/tmp/diff_new_pack.WnQ76x/_old  2011-07-08 14:41:06.0 +0200
+++ /var/tmp/diff_new_pack.WnQ76x/_new  2011-07-08 14:41:06.0 +0200
@@ -25,7 +25,7 @@
 Name:   otrs
 Summary:The Open Ticket Request System
 Version:%{otrs_ver}
-Release:3.
+Release:3.
 License:AGPLv3
 Group:  Productivity/Networking/Email/Utilities
 Url:http://otrs.org/
@@ -92,7 +92,7 @@
 License:AGPLv3
 Summary:ITIL (R) focused IT service management
 Version:%{itsm_ver}
-Release:1.
+Release:3.
 Group:  Productivity/Networking/Email/Utilities
 Requires:   %{name} >= 2.4.0
 Provides:   itsm OTRS::ITSM






Remember to have fun...

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



commit icedtea-web for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory
checked in at Fri Jul 8 12:55:57 CEST 2011.




--- icedtea-web/icedtea-web.changes 2011-06-30 13:39:09.0 +0200
+++ /mounts/work_src_done/STABLE/icedtea-web/icedtea-web.changes
2011-07-08 10:33:00.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul  8 08:03:40 UTC 2011 - mvysko...@suse.cz
+
+- fix bnc#704419 - Use correct path in IcedteaPlugin.so
+  * allow plugin usage without -devel package installed
+  * fix lanchers location from JAVA to JRE
+  * icedtea-1.1-use-jre-in-launchers.patch
+
+---

calling whatdependson for head-i586


New:

  icedtea-1.1-use-jre-in-launchers.patch



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.rGlVRU/_old  2011-07-08 12:55:31.0 +0200
+++ /var/tmp/diff_new_pack.rGlVRU/_new  2011-07-08 12:55:31.0 +0200
@@ -44,28 +44,27 @@
 
 %define pluginsdir  %{_libdir}/browser-plugins
 %define jredir  jre-%{javaver}-openjdk
-%define sdkdir  java-%{javaver}-openjdk
+%define sdkdir  java-%{javaver}-openjdk-%{javaver}
 %define pluginpath  %{_libdir}
 %define pluginname  IcedTeaPlugin.so
 
-%define suse_insert_debug_package ERROR %{suse_insert_debug_package}
-
 Name:   icedtea-web
 Version:1.1
-Release:1
+Release:2
 Summary:Java Web Start and plugin implementation
 Group:  Development/Languages/Java
 License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
 Url:http://icedtea.classpath.org
-# hg clone http://icedtea.classpath.org/hg/release/icedtea-web-1.1/
-# (cd icedtea-web-1.1; ./autogen.sh)
-# tar --exclude-vcs -czf icedtea-web-1.1.tar.gz icedtea-web-1.1/
 Source0:
http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz
 Patch0: icedtea-web-1.0.2-no-return-in-nonvoid-function.patch
 #PATCH-FIX-UPSTREAM:
 # https://bugzilla.mozilla.org/show_bug.cgi?id=582130
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=622
 Patch1: icedtea-web-1.1-moonlight-symbol-clash.patch
+#PATCH-FIX-OPENSUSE:
+#https://bugzilla.novell.com/show_bug.cgi?id=704419#c1
+#sent to icedtea mailinglist
+Patch2: icedtea-1.1-use-jre-in-launchers.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  java-1_6_0-openjdk-devel
@@ -117,10 +116,12 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %patch1000 -p1
 
 %build
+#XXX: This disallows usage of openjdk 7
 %{configure} \
 --with-jdk-home=%{_jvmdir}/%{sdkdir} \
 --docdir=%{_javadocdir}/%{name} \

++ icedtea-1.1-use-jre-in-launchers.patch ++
Index: icedtea-web-1.1/launcher/itweb-settings.in
===
--- icedtea-web-1.1.orig/launcher/itweb-settings.in 2011-06-08 
21:42:40.0 +0200
+++ icedtea-web-1.1/launcher/itweb-settings.in  2011-07-08 08:58:36.598485802 
+0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-JAVA=@JAVA@
+JAVA=@JRE@/bin/java
 LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
 LAUNCHER_FLAGS=-Xms8m
 CLASSNAME=net.sourceforge.jnlp.controlpanel.CommandLine
Index: icedtea-web-1.1/launcher/javaws.in
===
--- icedtea-web-1.1.orig/launcher/javaws.in 2011-06-08 21:42:40.0 
+0200
+++ icedtea-web-1.1/launcher/javaws.in  2011-07-08 08:58:18.315845331 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-JAVA=@JAVA@
+JAVA=@JRE@/bin/java
 LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
 LAUNCHER_FLAGS=-Xms8m
 CLASSNAME=net.sourceforge.jnlp.runtime.Boot





Remember to have fun...

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



commit gjs for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gjs for openSUSE:Factory
checked in at Fri Jul 8 12:55:16 CEST 2011.




--- GNOME/gjs/gjs.changes   2011-04-21 17:36:12.0 +0200
+++ /mounts/work_src_done/STABLE/gjs/gjs.changes2011-06-17 
09:52:07.0 +0200
@@ -1,0 +2,27 @@
+Fri Jun 17 09:49:37 CEST 2011 - vu...@opensuse.org
+
+- Make it possible to build against js instead of xulrunner. This
+  is controlled by a build_with_xulrunner define:
+  + if it's set to a value other than 0, we keep the previous
+behavior.
+  + if it's set to 0, we ignore all the xulrunner-related
+BuildRequires and Requires, and instead use a
+pkgconfig(mozjs185) BuildRequires.
+- Stop pretending we build against xulrunner from old openSUSE.
+
+---
+Wed Jun 15 12:31:48 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.29.0:
+  + Fix introspection annotations.
+  + Add infrastructure for override modules.
+  + Don't hide deprecated methods.
+  + Parse input as UTF-8, not ISO-8859-1.
+  + Fix gunichar args.
+  + Support null terminated C arrays of any type.
+  + Fix memory leak.
+  + Adapt to changes in future xulrunner.
+  + Support compilation with standalone mozjs185.
+  + Various other fixes.
+
+---

calling whatdependson for head-i586


Old:

  gjs-0.7.14.tar.bz2

New:

  gjs-1.29.0.tar.bz2



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.ey1Hxa/_old  2011-07-08 12:54:21.0 +0200
+++ /var/tmp/diff_new_pack.ey1Hxa/_new  2011-07-08 12:54:21.0 +0200
@@ -16,18 +16,13 @@
 #
 
 
-%if 0%{suse_version} > 1130
+# Set to 1 to build with xulrunner, else we build with js
+%define build_with_xulrunner 0
+
 %define xulrunner_ver 20
-%else
-%if 0%{suse_version} > 1120
-%define xulrunner_ver 192
-%else
-%define xulrunner_ver 191
-%endif
-%endif
 
 Name:   gjs
-Version:0.7.14
+Version:1.29.0
 Release:1
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 License:MIT License (or similar)
@@ -36,13 +31,18 @@
 Url:http://live.gnome.org/Gjs
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
+%if %{build_with_xulrunner}
 BuildRequires:  mozilla-xulrunner%{xulrunner_ver}-devel
+%endif
 BuildRequires:  python
 BuildRequires:  readline-devel
 BuildRequires:  systemtap-sdt-devel
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
+%if ! %{build_with_xulrunner}
+BuildRequires:  pkgconfig(mozjs185)
+%endif
 Requires:   libgjs0 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -54,9 +54,11 @@
 License:MIT License (or similar)
 Summary:JavaScript bindings based on gobject-introspection and Mozilla
 Group:  Development/Libraries/GNOME
+%if %{build_with_xulrunner}
 # Explicitly requires the xulrunner version we need, instead of hoping we'll
 # get the right one with the libmozjs.so Requires.
 Requires:   mozilla-xulrunner%{xulrunner_ver}
+%endif
 Provides:   libgjs-0 = %{version}
 Obsoletes:  libgjs-0 < %{version}
 
@@ -69,7 +71,9 @@
 Summary:JavaScript bindings based on gobject-introspection and Mozilla
 Group:  Development/Libraries/GNOME
 Requires:   libgjs0 = %{version}
+%if %{build_with_xulrunner}
 Requires:   mozilla-xulrunner%{xulrunner_ver}-devel
+%endif
 # Just a helper provides
 Provides:   gjs-devel = %{version}
 

++ gjs-0.7.14.tar.bz2 -> gjs-1.29.0.tar.bz2 ++
 2996 lines of diff (skipped)






Remember to have fun...

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



commit pango for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package pango for openSUSE:Factory
checked in at Fri Jul 8 12:54:08 CEST 2011.




--- GNOME/pango/pango.changes   2011-05-02 12:18:46.0 +0200
+++ /mounts/work_src_done/STABLE/pango/pango.changes2011-06-17 
00:43:35.0 +0200
@@ -1,0 +2,24 @@
+Fri Jun 17 00:41:31 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.29.3:
+  + Minor fix in 1.29.1 tarball
+- Changes from version 1.29.1:
+  + Lots of introspection markup added
+  + Misc fixes
+- Drop pango-no-G_CONST_RETURN.patch: fixed upstream.
+
+---
+Thu Jun 16 17:10:32 CEST 2011 - vu...@opensuse.org
+
+- Add Url tag.
+- Change Obsoletes for pango-doc from <= to < to avoid rpmlint
+  warning. This is safe as we've updated to new versions several
+  times since removing pango-doc.
+
+---
+Wed Jun 15 09:09:39 UTC 2011 - dims...@opensuse.org
+
+- Add pango-no-G_CONST_RETURN.patch: Do not use G_CONST_RETURN,
+  patch taken from upstream git (commit 4c7807da).
+
+---

calling whatdependson for head-i586


Old:

  pango-1.28.4.tar.bz2

New:

  pango-1.29.3.tar.bz2



Other differences:
--
++ pango.spec ++
--- /var/tmp/diff_new_pack.H1QkCM/_old  2011-07-08 12:53:22.0 +0200
+++ /var/tmp/diff_new_pack.H1QkCM/_new  2011-07-08 12:53:22.0 +0200
@@ -22,9 +22,10 @@
 Name:   pango
 License:LGPLv2.1+
 Group:  System/Libraries
-Version:1.28.4
+Version:1.29.3
 Release:1
 Summary:Library for Layout and Rendering of Text
+Url:http://www.pango.org/
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
 Source1:README.SuSE
 Source2:macros.pango
@@ -107,8 +108,8 @@
 %ifarch ppc64
 Obsoletes:  pango-devel-64bit
 %endif
-Obsoletes:  pango-doc <= %{version}
 Provides:   pango-doc = %{version}
+Obsoletes:  pango-doc < %{version}
 
 %description devel
 Pango is a library for layout and rendering of text, with an emphasis

++ pango-1.28.4.tar.bz2 -> pango-1.29.3.tar.bz2 ++
 83616 lines of diff (skipped)






Remember to have fun...

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



commit rhythmbox for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory
checked in at Fri Jul 8 12:53:09 CEST 2011.




--- GNOME/rhythmbox/rhythmbox.changes   2011-07-04 11:38:33.0 +0200
+++ /mounts/work_src_done/STABLE/rhythmbox/rhythmbox.changes2011-07-07 
16:15:57.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  7 16:15:27 CEST 2011 - vu...@opensuse.org
+
+- Package the DAAP plugin again, now that the version of
+  libdmapsharing in Factory is new enough.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.vNAy1U/_old  2011-07-08 12:52:33.0 +0200
+++ /var/tmp/diff_new_pack.vNAy1U/_new  2011-07-08 12:52:33.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   rhythmbox
 Version:0.13.3
-Release:9
+Release:12
 # FIXME: reenable vala support later on (it's just a configure option); build 
currently fails because of libpeas (last check: 2011-07-04)
 License:GPLv2+
 Summary:GNOME Music Management Application
@@ -183,8 +183,7 @@
 %{_libdir}/rhythmbox/plugins/audioscrobbler/
 %{_libdir}/rhythmbox/plugins/cd-recorder/
 %{_libdir}/rhythmbox/plugins/context/
-# Needs a newer libdmapsharing
-#%{_libdir}/rhythmbox/plugins/daap/
+%{_libdir}/rhythmbox/plugins/daap/
 %{_libdir}/rhythmbox/plugins/dbus-media-server/
 %{_libdir}/rhythmbox/plugins/fmradio/
 %{_libdir}/rhythmbox/plugins/generic-player/






Remember to have fun...

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



commit polkit-default-privs for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory
checked in at Fri Jul 8 12:52:26 CEST 2011.




--- polkit-default-privs/polkit-default-privs.changes   2011-06-16 
17:33:10.0 +0200
+++ 
/mounts/work_src_done/STABLE/polkit-default-privs/polkit-default-privs.changes  
2011-07-07 14:13:22.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul  7 12:12:37 UTC 2011 - lnus...@suse.de
+
+- set org.gnome.gconf.defaults.* to auth_admin_keep (bnc#703582)
+
+---

calling whatdependson for head-i586


Old:

  _service:format_spec_file:polkit-default-privs.spec
  polkit-default-privs-0.1_201106161730.tar.bz2

New:

  polkit-default-privs-0.1_201107071412.tar.bz2



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.W7ECiL/_old  2011-07-08 12:52:04.0 +0200
+++ /var/tmp/diff_new_pack.W7ECiL/_new  2011-07-08 12:52:04.0 +0200
@@ -22,7 +22,7 @@
 Name:   polkit-default-privs
 License:GPLv2+
 Group:  Productivity/Security
-Version:0.1_201106161730
+Version:0.1_201107071412
 Release:1
 Summary:SUSE PolicyKit default permissions
 Source: polkit-default-privs-%version.tar.bz2

++ polkit-default-privs-0.1_201106161730.tar.bz2 -> 
polkit-default-privs-0.1_201107071412.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-0.1_201106161730/polkit-default-privs.restrictive 
new/polkit-default-privs-0.1_201107071412/polkit-default-privs.restrictive
--- old/polkit-default-privs-0.1_201106161730/polkit-default-privs.restrictive  
2011-06-16 17:30:36.0 +0200
+++ new/polkit-default-privs-0.1_201107071412/polkit-default-privs.restrictive  
2011-07-07 14:12:07.0 +0200
@@ -121,8 +121,8 @@
 #
 # gconf
 #
-org.gnome.gconf.defaults.set-system auth_admin
-org.gnome.gconf.defaults.set-mandatory  auth_admin
+org.gnome.gconf.defaults.set-system auth_admin_keep
+org.gnome.gconf.defaults.set-mandatory  auth_admin_keep
 #
 # just an example program
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-0.1_201106161730/polkit-default-privs.standard 
new/polkit-default-privs-0.1_201107071412/polkit-default-privs.standard
--- old/polkit-default-privs-0.1_201106161730/polkit-default-privs.standard 
2011-06-16 17:30:36.0 +0200
+++ new/polkit-default-privs-0.1_201107071412/polkit-default-privs.standard 
2011-07-07 14:12:07.0 +0200
@@ -128,8 +128,8 @@
 #
 # gconf
 #
-org.gnome.gconf.defaults.set-system auth_admin
-org.gnome.gconf.defaults.set-mandatory  auth_admin
+org.gnome.gconf.defaults.set-system auth_admin_keep
+org.gnome.gconf.defaults.set-mandatory  auth_admin_keep
 #
 # just an example program
 #






Remember to have fun...

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



commit vala for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package vala for openSUSE:Factory
checked in at Fri Jul 8 12:51:43 CEST 2011.




--- GNOME/vala/vala.changes 2011-06-02 22:38:26.0 +0200
+++ /mounts/work_src_done/STABLE/vala/vala.changes  2011-07-06 
18:23:52.0 +0200
@@ -1,0 +2,17 @@
+Wed Jul  6 18:22:54 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.13.1:
+  + Many bug fixes and binding updates.
+
+---
+Fri Jun 24 12:12:11 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.13.0:
+  + More refactoring in the code generator.
+  + Improvements to the .gir reader.
+  + Switch JSON-GLib bindings to .gir.
+  + Drop deprecated support for D-Bus GLib in favor of GDBus.
+  + Many bug fixes and binding updates.
+- Adjust vala_version, vala_libversion and priority for 0.13.
+
+---

calling whatdependson for head-i586


Old:

  vala-0.12.1.tar.bz2

New:

  vala-0.13.1.tar.bz2



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.KQycXv/_old  2011-07-08 12:51:23.0 +0200
+++ /var/tmp/diff_new_pack.KQycXv/_new  2011-07-08 12:51:23.0 +0200
@@ -18,19 +18,19 @@
 
 
 Name:   vala
-Version:0.12.1
+Version:0.13.1
 Release:1
-%define vala_version 0.12
-%define vala_libversion 0_12
+%define vala_version 0.14
+%define vala_libversion 0_14
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 12
+%define vala_priority 14
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Url:http://live.gnome.org/Vala
 Group:  Development/Languages/Other
-Source0:http://www.paldo.org/vala/vala-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/vala/0.13/%{name}-%{version}.tar.bz2
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.12.1.tar.bz2 -> vala-0.13.1.tar.bz2 ++
 164155 lines of diff (skipped)






Remember to have fun...

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



commit cogl for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package cogl for openSUSE:Factory
checked in at Fri Jul 8 12:51:13 CEST 2011.




--- cogl/cogl.changes   2011-06-15 11:27:16.0 +0200
+++ /mounts/work_src_done/STABLE/cogl/cogl.changes  2011-07-02 
09:08:44.0 +0200
@@ -1,0 +2,19 @@
+Sat Jul  2 09:01:18 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.7.2:
+  + Add an example program to draw a 3D crate
+  + Add experimental API to get and set the viewport on a
+framebuffer without going through the implicit context.
+  + Add API to select the winsys backend without having to use an
+environment variable.
+  + Various documentation fixes.
+  + Add winsys-specific typesafe APIs to replace the old
+cogl_renderer_handle_native_event functions.
+  + Rename platform-specific APIs so that we consistently have
+cogl__symbol_name instead of
+cogl_symbol_name_.
+  + Fixed building against GLES.
+  + Bugs fixed: bgo#652672, bgo#653615, bgo#653229, bgo#653231.
+- Rename libcogl0 to libcogl1 after soversion bump.
+
+---

calling whatdependson for head-i586


Old:

  cogl-1.7.0.tar.bz2

New:

  cogl-1.7.2.tar.bz2



Other differences:
--
++ cogl.spec ++
--- /var/tmp/diff_new_pack.6V0Zxo/_old  2011-07-08 12:50:54.0 +0200
+++ /var/tmp/diff_new_pack.6V0Zxo/_new  2011-07-08 12:50:54.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   cogl
-Version:1.7.0
+Version:1.7.2
 Release:1
 License:LGPLv2.1+
 Summary:An object oriented GL/GLES Abstraction/Utility Layer
@@ -45,7 +45,7 @@
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
-%package -n libcogl0
+%package -n libcogl1
 License:LGPLv2.1+
 Summary:An object oriented GL/GLES Abstraction/Utility Layer
 Group:  System/Libraries
@@ -53,7 +53,7 @@
 # To make the lang package installable
 Provides:   %{name} = %{version}
 
-%description  -n libcogl0
+%description  -n libcogl1
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
@@ -70,7 +70,7 @@
 License:LGPLv2.1+
 Summary:An object oriented GL/GLES Abstraction/Utility Layer -- 
Development Files
 Group:  Development/Libraries/GNOME
-Requires:   libcogl0 = %{version}
+Requires:   libcogl1 = %{version}
 Requires:   libcogl-pango0 = %{version}
 
 %description  devel
@@ -94,9 +94,9 @@
 %find_lang cogl
 %fdupes %{buildroot}%{_libdir}/pkgconfig/
 
-%post -n libcogl0 -p /sbin/ldconfig
+%post -n libcogl1 -p /sbin/ldconfig
 
-%postun -n libcogl0 -p /sbin/ldconfig
+%postun -n libcogl1 -p /sbin/ldconfig
 
 %post -n libcogl-pango0 -p /sbin/ldconfig
 
@@ -105,7 +105,7 @@
 %clean
 rm -rf %{buildroot}
 
-%files -n libcogl0
+%files -n libcogl1
 %defattr(-,root,root)
 %doc COPYING NEWS README ChangeLog
 %{_libdir}/libcogl.so.*

++ cogl-1.7.0.tar.bz2 -> cogl-1.7.2.tar.bz2 ++
 253909 lines of diff (skipped)






Remember to have fun...

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



commit metacity for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package metacity for openSUSE:Factory
checked in at Fri Jul 8 12:49:36 CEST 2011.




--- GNOME/metacity/metacity.changes 2011-04-21 17:49:43.0 +0200
+++ /mounts/work_src_done/STABLE/metacity/metacity.changes  2011-07-01 
10:38:38.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 23 09:23:03 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.34.1:
+  + Fix crash in meta_display_get_above_tab_keycode
+  + Disable keybindings message should ungrab keys
+  + Remove --with-gtk configure flag as metacity only builds
+against gtk2
+  + Build fix for FreeBSD: Include sys/wait.h as described in POSIX
+specs
+  + Build system change: remove -Werror
+  + Updated translations.
+- Update License tag from GPLv2+ to GPL-2.0+.
+
+---

calling whatdependson for head-i586


Old:

  metacity-2.34.0.tar.bz2

New:

  metacity-2.34.1.tar.bz2



Other differences:
--
++ metacity.spec ++
--- /var/tmp/diff_new_pack.Q4HnKl/_old  2011-07-08 12:49:08.0 +0200
+++ /var/tmp/diff_new_pack.Q4HnKl/_new  2011-07-08 12:49:08.0 +0200
@@ -30,9 +30,9 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  zenity
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/GUI/GNOME
-Version:2.34.0
+Version:2.34.1
 Release:1
 Summary:A Window Manager for the GNOME Desktop
 Source: %{name}-%{version}.tar.bz2
@@ -53,7 +53,7 @@
 Metacity is a window manager for the GNOME Desktop.
 
 %package devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}

++ metacity-2.34.0.tar.bz2 -> metacity-2.34.1.tar.bz2 ++
 40932 lines of diff (skipped)






Remember to have fun...

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



commit gtk2 for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory
checked in at Fri Jul 8 12:49:01 CEST 2011.




--- GNOME/gtk2/gtk2.changes 2011-04-27 14:03:52.0 +0200
+++ /mounts/work_src_done/STABLE/gtk2/gtk2.changes  2011-07-07 
11:08:30.0 +0200
@@ -1,0 +2,27 @@
+Wed Jul  6 16:17:41 CEST 2011 - vu...@opensuse.org
+
+- Change branding-upstream subpackage:
+  + Add Requires for libgtk-2_0-0 since the branding package is
+useless without it.
+  + Update summary and description.
+  + Make noarch.
+  + Add branding comments to let people know how gtk2 branding
+works.
+
+---
+Fri Jun 17 10:26:03 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.24.5:
+  + Annotation fixes
+  + Update some deprecation notes and porting hints
+  + Bugs fixed:
+- Ensure we always grab the lock in async callbacks
+- Use an existing mimetype for the GTK_FILE stock icon
+- Fix missing icons in the builtin icon theme
+- Fix the build without XSHM
+- Fix the build against recent GLib
+- bgo#576492, bgo#637304, bgo#647908, bgo#648931, bgo#65210,
+  bgo#652239, bgo#652402.
+- Rebase gtk2-tracker-0.10.patch.
+
+---

calling whatdependson for head-i586


Old:

  gtk+-2.24.4.tar.bz2

New:

  gtk+-2.24.5.tar.bz2



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.eodRwp/_old  2011-07-08 12:46:27.0 +0200
+++ /var/tmp/diff_new_pack.eodRwp/_new  2011-07-08 12:46:27.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   gtk2
 %define _name gtk+
-Version:2.24.4
+Version:2.24.5
 Release:1
 # FIXME: 2.19.3 doesn't compile with parallel build. Check if this is still 
true for later versions.
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
@@ -252,11 +252,16 @@
 
 %package branding-upstream
 License:LGPLv2.1+
-Summary:The GTK+ toolkit library (version 2) -- Branding Files
+Summary:The GTK+ toolkit library (version 2) -- Upstream theme 
configuration
 Group:  System/Libraries
+Requires:   libgtk-2_0-0 = %{version}
 Provides:   %{name}-branding = %{version}
 Conflicts:  otherproviders(%{name}-branding)
 Supplements:packageand(%{name}:branding-upstream)
+BuildArch:  noarch
+#BRAND: Provides /etc/gtk-2.0/gtkrc, to define default theme and icon theme.
+#BRAND: Do not forget to add proper Requires in branding package if changing
+#BRAND: those.
 
 %description branding-upstream
 GTK+ is a multi-platform toolkit for creating graphical user interfaces.

++ gtk+-2.24.4.tar.bz2 -> gtk+-2.24.5.tar.bz2 ++
GNOME/gtk2/gtk+-2.24.4.tar.bz2 
/mounts/work_src_done/STABLE/gtk2/gtk+-2.24.5.tar.bz2 differ: char 11, line 1

++ gtk2-tracker-0.10.patch ++
--- /var/tmp/diff_new_pack.eodRwp/_old  2011-07-08 12:46:27.0 +0200
+++ /var/tmp/diff_new_pack.eodRwp/_new  2011-07-08 12:46:27.0 +0200
@@ -16,7 +16,7 @@
   * Copyright (C) 2009-2010 Nokia 
   *
   * This library is free software; you can redistribute it and/or
-@@ -16,163 +15,143 @@
+@@ -16,166 +15,146 @@
   * License along with this library; if not, write to the
   * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   *
@@ -29,12 +29,14 @@
   */
  
  #include "config.h"
--#include 
+
 -#include "gtksearchenginetracker.h"
+
+ #include 
+ #include 
  
 -/* we dlopen() libtracker at runtime */
 +#include 
-+#include 
  
 -typedef struct _TrackerClient TrackerClient;
 +#include "gtksearchenginetracker.h"






Remember to have fun...

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



commit gssdp for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gssdp for openSUSE:Factory
checked in at Fri Jul 8 12:46:14 CEST 2011.




--- GNOME/gssdp/gssdp.changes   2011-04-29 14:19:17.0 +0200
+++ /mounts/work_src_done/STABLE/gssdp/gssdp.changes2011-07-07 
13:41:04.0 +0200
@@ -1,0 +2,25 @@
+Thu Jul  7 13:39:25 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.11.1:
+  + Fullfill restrictions imposed by UPnP CTT 1.5.
+  + Initial OpenBSD support.
+  + Fix a crash on socket creation.
+  + Implement DLNA guideline 7.2.3.4.
+  + Copyright header clean-up.
+
+---
+Thu Jun 16 16:10:18 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.11.0:
+  + Many fixes to discovery, discoverability and announcement.
+  + Many introspection improvements such as:
+- Classes that can throw an error on construction now implement
+  GInitable.
+- Updated introspection annotations.
+  + Code cleanup.
+- Rename the library packages to libgssdp-1_0-3, following the
+  soname change.
+- Remove source service usage, following the new consensus on
+  Factory packaging.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:gssdp-0.10.0.tar.bz2
  _service:set_version:gssdp.spec

New:

  gssdp-0.11.1.tar.bz2



Other differences:
--
++ gssdp.spec ++
--- /var/tmp/diff_new_pack.Gq2tpR/_old  2011-07-08 12:43:37.0 +0200
+++ /var/tmp/diff_new_pack.Gq2tpR/_new  2011-07-08 12:43:37.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gssdp
-Version:0.8.2
-Release:5
+Version:0.11.1
+Release:1
 Summary:Library for resource discovery and announcement over SSDP
 License:LGPL v2 or later
 Group:  Development/Libraries/C and C++
 Url:http://www.gupnp.org/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gssdp/0.11/%{name}-%{version}.tar.bz2
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk2-devel
@@ -46,12 +46,12 @@
 
 This package contains a device sniffer.
 
-%package -n libgssdp-1_0-2
+%package -n libgssdp-1_0-3
 License:LGPL v2 or later
 Summary:Library for resource discovery and announcement over SSDP
 Group:  Development/Libraries/C and C++
 
-%description -n libgssdp-1_0-2
+%description -n libgssdp-1_0-3
 gssdp offers a GObject-based API for handling resource discovery and
 announcement over SSDP.
 
@@ -59,7 +59,7 @@
 License:LGPL v2 or later
 Summary:Library for resource discovery and announcement over SSDP - 
Development Files
 Group:  Development/Libraries/C and C++
-Requires:   libgssdp-1_0-2 = %{version}
+Requires:   libgssdp-1_0-3 = %{version}
 Requires:   glib2-devel
 
 %description -n libgssdp-devel
@@ -80,16 +80,16 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libgssdp-1_0-2 -p /sbin/ldconfig
+%post -n libgssdp-1_0-3 -p /sbin/ldconfig
 
-%postun -n libgssdp-1_0-2 -p /sbin/ldconfig
+%postun -n libgssdp-1_0-3 -p /sbin/ldconfig
 
 %files utils
 %defattr(-,root,root)
 %{_bindir}/*
 %{_datadir}/%{name}
 
-%files -n libgssdp-1_0-2
+%files -n libgssdp-1_0-3
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/*.so.*






Remember to have fun...

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



commit gsettings-desktop-schemas for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gsettings-desktop-schemas for 
openSUSE:Factory
checked in at Fri Jul 8 12:43:29 CEST 2011.




--- GNOME/gsettings-desktop-schemas/gsettings-desktop-schemas.changes   
2011-04-27 13:54:15.0 +0200
+++ 
/mounts/work_src_done/STABLE/gsettings-desktop-schemas/gsettings-desktop-schemas.changes
2011-07-05 07:48:44.0 +0200
@@ -1,0 +2,9 @@
+Tue Jul  5 07:48:15 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Add org.gnome.system.locale schema
+  + Remove org.gnome.desktop.default-applications.at remains
+  + Add some ranges to magnifier schemas
+  + Updated translations
+
+---

calling whatdependson for head-i586


Old:

  gsettings-desktop-schemas-3.0.1.tar.bz2

New:

  gsettings-desktop-schemas-3.1.3.tar.bz2



Other differences:
--
++ gsettings-desktop-schemas.spec ++
--- /var/tmp/diff_new_pack.4CowHf/_old  2011-07-08 12:43:07.0 +0200
+++ /var/tmp/diff_new_pack.4CowHf/_new  2011-07-08 12:43:07.0 +0200
@@ -19,13 +19,13 @@
 
 
 Name:   gsettings-desktop-schemas
-Version:3.0.1
+Version:3.1.3
 Release:1
 License:LGPLv2+
 Summary:Shared GSettings Schemas for the Desktop
 Url:http://gnome.org/
 Group:  System/GUI/GNOME
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/gsettings-desktop-schemas/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 %if 0%{?BUILD_FROM_VCS}
@@ -97,6 +97,7 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.system.locale.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml
 %dir %{_datadir}/GConf
 %dir %{_datadir}/GConf/gsettings

++ gsettings-desktop-schemas-3.0.1.tar.bz2 -> 
gsettings-desktop-schemas-3.1.3.tar.bz2 ++
 4802 lines of diff (skipped)






Remember to have fun...

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



commit gobject-introspection for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory
checked in at Fri Jul 8 12:43:00 CEST 2011.




--- GNOME/gobject-introspection/gobject-introspection.changes   2011-06-03 
15:03:31.0 +0200
+++ 
/mounts/work_src_done/STABLE/gobject-introspection/gobject-introspection.changes
2011-06-16 16:35:07.0 +0200
@@ -1,0 +2,28 @@
+Wed Jun 15 12:25:02 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.29.0:
+  + Bump version to reflect the link to the glib version.
+  + Many improvement and fixes in the scanner, including:
+- Read (array) and (element-type) annotations for fields
+- Add support for the (skip) annotation on parameters or return
+  values
+- Always add a zero-terminated attribute when it cannot be
+  implied
+  + Fix accessing structure fields that are arrays
+  + Improved regression tests
+
+---
+Sat Jun 11 15:08:25 CEST 2011 - vu...@opensuse.org
+
+- Add an exclude path to gobjectintrospection.attr: we do not want
+  to look at files in /usr/share/doc/packages/ as those are just
+  documentation files. If examples are provided as documentation,
+  we do not want those examples to cause excessive Requires. This
+  fixes python-gobject requiring typelib(Gtk).
+
+---
+Fri Jun  3 13:13:22 UTC 2011 - dims...@opensuse.org
+
+- Enable typelib() Requires as well.
+
+---

calling whatdependson for head-i586


Old:

  gobject-introspection-0.10.8.tar.bz2

New:

  gobject-introspection-1.29.0.tar.bz2



Other differences:
--
++ gobject-introspection.spec ++
--- /var/tmp/diff_new_pack.nlyvvC/_old  2011-07-08 12:39:54.0 +0200
+++ /var/tmp/diff_new_pack.nlyvvC/_new  2011-07-08 12:39:54.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   gobject-introspection
-Version:0.10.8
-Release:2
+Version:1.29.0
+Release:1
 # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to 
the main package and rename the devel package to libgirepository-devel
 License:LGPLv2.1+
 Summary:GObject Introspection Tools

++ gobject-introspection-0.10.8.tar.bz2 -> 
gobject-introspection-1.29.0.tar.bz2 ++
 100315 lines of diff (skipped)

++ gobjectintrospection.attr ++
--- /var/tmp/diff_new_pack.nlyvvC/_old  2011-07-08 12:39:54.0 +0200
+++ /var/tmp/diff_new_pack.nlyvvC/_new  2011-07-08 12:39:54.0 +0200
@@ -1,2 +1,4 @@
-%__gobjectintrospection_provides %{_rpmconfigdir}/gi-find-deps.sh -P
-%__gobjectintrospection_path   ^(%{_libdir}/.*\.typelib)|(.*\.py)|(.*\.js)$
+%__gobjectintrospection_provides   %{_rpmconfigdir}/gi-find-deps.sh -P
+%__gobjectintrospection_requires   %{_rpmconfigdir}/gi-find-deps.sh -R
+%__gobjectintrospection_path   
^(%{_libdir}/.*\.typelib)|(.*\.py)|(.*\.js)$
+%__gobjectintrospection_exclude_path   ^/usr/share/doc/packages/






Remember to have fun...

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



commit gnome-utils for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-utils for openSUSE:Factory
checked in at Fri Jul 8 12:39:46 CEST 2011.




--- GNOME/gnome-utils/gnome-utils.changes   2011-04-27 15:45:12.0 
+0200
+++ /mounts/work_src_done/STABLE/gnome-utils/gnome-utils.changes
2011-06-16 15:39:53.0 +0200
@@ -1,0 +2,21 @@
+Thu Jun 16 15:38:22 CEST 2011 - vu...@opensuse.org
+
+- Drop gnome-utils-screenshot-abspath.patch: we've not applied this
+  patch for a long time, and upstream closed the bug as obsolete.
+
+---
+Wed Jun 15 10:02:22 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Several enhancements for the Screenshot tool, including a flash
+of the captured area.
+  + Fix a crasher in gnome-search-tool
+  + Build fixes.
+  + Bugs fixed: bgo#649016, bgo#647072, bgo#650860.
+  + Updated translations.
+- Change gnome-utils-doc Obsoletes from <= to < to fix rpmlint
+  warning.
+- Drop gnome-utils-179040-screenshot-uri.patch: fixed upstream.
+- Update Url tag.
+
+---

calling whatdependson for head-i586


Old:

  gnome-utils-179040-screenshot-uri.patch
  gnome-utils-3.0.1.tar.bz2
  gnome-utils-screenshot-abspath.patch

New:

  gnome-utils-3.1.2.tar.bz2



Other differences:
--
++ gnome-utils.spec ++
--- /var/tmp/diff_new_pack.VKXwWt/_old  2011-07-08 12:38:26.0 +0200
+++ /var/tmp/diff_new_pack.VKXwWt/_new  2011-07-08 12:38:26.0 +0200
@@ -18,19 +18,15 @@
 
 
 Name:   gnome-utils
-Version:3.0.1
+Version:3.1.2
 Release:1
 License:GPLv2+
 Summary:Utilities for GNOME
 Url:http://www.gnome.org
 Group:  System/GUI/GNOME
-Source: 
ftp://ftp.gnome.org/pub/gnome/sources/gnome-utils/2.16/%{name}-%{version}.tar.bz2
+Source: 
http://ftp.gnome.org/pub/gnome/sources/gnome-utils/3.1/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE gnome-utils-logview-run-as-root.patch
 Patch15:gnome-utils-logview-run-as-root.patch
-# PATCH-NEEDS-REBASE gnome-utils-screenshot-abspath.patch bgo543641 - Now 
using GIO, so unclear if it's still needed (see bug report)
-Patch23:gnome-utils-screenshot-abspath.patch
-# PATCH-FIX-UPSTREAM gnome-utils-179040-screenshot-uri.patch bgo570425
-Patch25:gnome-utils-179040-screenshot-uri.patch
 # PATCH-FIX-OPENSUSE gnome-utils-no-docpath-in-search-tool.patch 
vu...@novell.com -- Remove DocPath from the .desktop file (so that it doesnt 
appear in yelp toc)
 Patch31:gnome-utils-no-docpath-in-search-tool.patch
 # PATCH-FIX-OPENSUSE gnome-utils-desktop-icons.patch vu...@novell.com -- We 
need the icons in hicolor, so we'll have to copy them
@@ -89,7 +85,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   libgdict-1_0-6 = %{version}
 Provides:   gnome-utils-doc = %{version}
-Obsoletes:  gnome-utils-doc <= %{version}
+Obsoletes:  gnome-utils-doc < %{version}
 # Name changed during development of 11.4
 Provides:   %{name}-devel = %{version}
 Obsoletes:  %{name}-devel < %{version}
@@ -103,8 +99,6 @@
 %setup -q
 translation-update-upstream
 %patch15 -p0
-#%patch23
-%patch25 -p0
 %patch31 -p0
 %patch32 -p0
 
@@ -112,7 +106,7 @@
 %configure\
 --disable-static \
 --disable-scrollkeeper
-make %{?jobs:-j%jobs} V=1
+make %{?_smp_mflags} V=1
 
 %install
 %makeinstall

++ gnome-utils-3.0.1.tar.bz2 -> gnome-utils-3.1.2.tar.bz2 ++
GNOME/gnome-utils/gnome-utils-3.0.1.tar.bz2 
/mounts/work_src_done/STABLE/gnome-utils/gnome-utils-3.1.2.tar.bz2 differ: char 
11, line 1






Remember to have fun...

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



commit gnome-tweak-tool for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-tweak-tool for openSUSE:Factory
checked in at Fri Jul 8 12:38:18 CEST 2011.




--- GNOME/gnome-tweak-tool/gnome-tweak-tool.changes 2011-05-26 
22:42:11.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-tweak-tool/gnome-tweak-tool.changes  
2011-06-22 18:29:18.0 +0200
@@ -1,0 +2,21 @@
+Wed Jun 22 18:27:06 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.0.5:
+  + More autostart desktop file fixes. Try harder to autostart
+nautilus when tweaking desktop handling.
+  + Appearance improvements (theme install, sorted combo boxes)
+  + Tweak window focus mode (focus follows mouse)
+  + Tweak desktop item visibility with more control (show trash,
+show computer etc.)
+  + Dont offer to restart shell multiple times when enabling
+extensions.
+
+---
+Fri Jun  3 13:55:36 UTC 2011 - dims...@opensuse.org
+
+- Add gobject-introspection BuildRequires to automatically get
+  typelib()-style Requires.
+- Drop libgtk-3-0 and gconf2 Requires. They are now added as
+  typelib()-style Requires
+
+---

calling whatdependson for head-i586


Old:

  gnome-tweak-tool-3.0.4.tar.bz2

New:

  gnome-tweak-tool-3.0.5.tar.bz2



Other differences:
--
++ gnome-tweak-tool.spec ++
--- /var/tmp/diff_new_pack.bNHRBC/_old  2011-07-08 12:36:08.0 +0200
+++ /var/tmp/diff_new_pack.bNHRBC/_new  2011-07-08 12:36:08.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   gnome-tweak-tool
-Version:3.0.4
+Version:3.0.5
 Release:1
 License:GPLv3+
 Summary:A tool to customize advanced GNOME 3 options
@@ -27,15 +27,13 @@
 Url:http://live.gnome.org/GnomeTweakTool
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+# Needed to have typelib() Requires
+BuildRequires:  gobject-introspection
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  update-desktop-files
-# We need a Requires on the typelib (bnc#590025#c1)
-Requires:   gconf2
-# We need a Requires on the typelib (bnc#590025#c1)
-Requires:   libgtk-3-0
 Requires:   gnome-shell
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gnome-tweak-tool-3.0.4.tar.bz2 -> gnome-tweak-tool-3.0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-tweak-tool-3.0.4/NEWS 
new/gnome-tweak-tool-3.0.5/NEWS
--- old/gnome-tweak-tool-3.0.4/NEWS 2011-05-22 11:27:40.0 +0200
+++ new/gnome-tweak-tool-3.0.5/NEWS 2011-06-21 23:35:45.0 +0200
@@ -1,3 +1,11 @@
+3.0.5
+   * More autostart desktop file fixes. Try harder to autostart nautilus when
+ tweaking desktop handling.
+   * Appearance improvements (theme install, sorted combo boxes)
+   * Tweak window focus mode (focus follows mouse)
+   * Tweak desktop item visibility with more control (show trash, show 
computer etc)
+   * Dont offer to restart shell multiple times when enabling extensions
+
 3.0.4
* Support system wide themes (bug 648751)
* Fix duplicate themes (bug 649687)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-tweak-tool-3.0.4/configure 
new/gnome-tweak-tool-3.0.5/configure
--- old/gnome-tweak-tool-3.0.4/configure2011-05-22 11:24:04.0 
+0200
+++ new/gnome-tweak-tool-3.0.5/configure2011-06-21 23:37:03.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for gnome-tweak-tool 3.0.4.
+# Generated by GNU Autoconf 2.67 for gnome-tweak-tool 3.0.5.
 #
 # Report bugs to .
 #
@@ -552,8 +552,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-tweak-tool'
 PACKAGE_TARNAME='gnome-tweak-tool'
-PACKAGE_VERSION='3.0.4'
-PACKAGE_STRING='gnome-tweak-tool 3.0.4'
+PACKAGE_VERSION='3.0.5'
+PACKAGE_STRING='gnome-tweak-tool 3.0.5'
 PACKAGE_BUGREPORT='john.stow...@gmail.com'
 PACKAGE_URL=''
 
@@ -1287,7 +1287,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 gnome-tweak-tool 3.0.4 to adapt to many kinds of 
systems.
+\`configure' configures gnome-tweak-tool 3.0.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1358,7 +1358,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of gnome-tweak-tool 3.0.4:";;
+ short | recursive ) echo "Configuration of gnome-tweak-tool 3.0.5:";;
esac
   cat <<\_

commit gnome-themes-standard for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory
checked in at Fri Jul 8 12:36:00 CEST 2011.




--- GNOME/gnome-themes-standard/gnome-themes-standard.changes   2011-06-27 
15:01:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-themes-standard/gnome-themes-standard.changes
2011-07-02 08:59:59.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul  2 08:59:03 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Fix borders and background for vertical progressbars
+  + Fix horizontal padding for progressbars in GtkEntry
+  + Add a subtle gradient to the active notebook tab
+  + Improve styling for GtkComboBox with entries
+  + Improve insensitive style for the dark theme
+
+---

calling whatdependson for head-i586


Old:

  gnome-themes-standard-3.1.2.1.tar.bz2

New:

  gnome-themes-standard-3.1.3.tar.bz2



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.raMJri/_old  2011-07-08 12:35:45.0 +0200
+++ /var/tmp/diff_new_pack.raMJri/_new  2011-07-08 12:35:45.0 +0200
@@ -19,12 +19,12 @@
 
 Name:   gnome-themes-standard
 Summary:Standard GNOME Themes
-Version:3.1.2.1
+Version:3.1.3
 Release:1
 License:LGPLv2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/3.1/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool

++ gnome-themes-standard-3.1.2.1.tar.bz2 -> 
gnome-themes-standard-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.1.2.1/ChangeLog 
new/gnome-themes-standard-3.1.3/ChangeLog
--- old/gnome-themes-standard-3.1.2.1/ChangeLog 2011-06-13 23:50:14.0 
+0200
+++ new/gnome-themes-standard-3.1.3/ChangeLog   2011-07-02 03:48:32.0 
+0200
@@ -1,5 +1,136 @@
 # Generated by Makefile. Do not edit.
 
+commit 57c2a34ad69a5d72c7c7d7b492e63bd01949c00d
+Author: Cosimo Cecchi 
+Date:   Fri Jul 1 21:48:01 2011 -0400
+
+release: prepare for 3.1.3
+
+ NEWS |9 +
+ configure.ac |2 +-
+ 2 files changed, 10 insertions(+), 1 deletions(-)
+
+commit 0b2f5d0f92f85b50e2561eed7eb84fd40070ae32
+Author: Cosimo Cecchi 
+Date:   Mon Jun 20 09:29:38 2011 -0400
+
+build: require GTK+ >= 3.1.6
+
+We use features from GTK+ master, so we should require it.
+
+ configure.ac |3 +--
+ 1 files changed, 1 insertions(+), 2 deletions(-)
+
+commit bac47b5d22da378bed9bc7ca0976b0fe7ac795c3
+Author: Cosimo Cecchi 
+Date:   Fri Jun 17 02:21:11 2011 -0400
+
+dark: use a consistent insensitive style for the dark theme
+
+Based on the original Jakub's insensitive dark assets palette.
+
+ .../scale-slider-horizontal-insensitive-dark.svg   |   10 +++---
+ ...der-marks-above-horizontal-insensitive-dark.svg |   10 +++---
+ ...lider-marks-above-vertical-insensitive-dark.svg |   10 +++---
+ ...der-marks-below-horizontal-insensitive-dark.svg |   10 +++---
+ ...lider-marks-below-vertical-insensitive-dark.svg |   14 +-
+ .../scale-slider-vertical-insensitive-dark.svg |   28 +--
+ themes/Adwaita/gtk-3.0/gtk-dark.css|6 ++--
+ 7 files changed, 49 insertions(+), 39 deletions(-)
+
+commit 27d38abf11ed28ce831ab0e2c282e644976fd633
+Author: Cosimo Cecchi 
+Date:   Fri Jun 17 01:08:48 2011 -0400
+
+dark: misc fixes for the dark theme
+
+ themes/Adwaita/gtk-3.0/gtk-dark.css|2 ++
+ themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |2 ++
+ themes/Adwaita/gtk-3.0/gtk-widgets.css |2 +-
+ themes/Adwaita/gtk-3.0/gtk.css |2 ++
+ 4 files changed, 7 insertions(+), 1 deletions(-)
+
+commit eed5cd61dff0f5ac88568b85c1fcddcd11a44d97
+Author: Cosimo Cecchi 
+Date:   Fri Jun 17 00:03:03 2011 -0400
+
+toolbars: make padding distribution more uniform for toolbars
+
+ themes/Adwaita/gtk-3.0/gtk-widgets.css |8 
+ 1 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 413ff5f17b9fd1ad7bd0fe3d732b24e944809d10
+Author: Cosimo Cecchi 
+Date:   Thu Jun 16 23:55:29 2011 -0400
+
+combobox: improve GtkComboBox with entries styling a bit
+
+ themes/Adwaita/gtk-3.0/gtk-widgets.css |6 ++
+ 1 files changed, 6 insertions(+), 0 deletions(-)
+
+commit f6f7af86af58942f7f485e10f05381448eceec48
+Author: Cosimo Cecchi 
+Date:   Thu Jun 16 23:54:58 2011 -0400
+
+notebook: tweak background gradient for active notebook tab
+
+ themes/Adwaita/gtk-3.0/gtk-widgets.css |6 --
+ 1 files changed, 4 insertions(+)

commit gnome-system-monitor for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-system-monitor for 
openSUSE:Factory
checked in at Fri Jul 8 12:35:36 CEST 2011.




--- GNOME/gnome-system-monitor/gnome-system-monitor.changes 2011-05-17 
23:02:26.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-system-monitor/gnome-system-monitor.changes  
2011-07-05 08:13:36.0 +0200
@@ -1,0 +2,19 @@
+Tue Jul  5 08:12:39 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Show cpu speed for ppc64 processors.
+  + Added system info support for OpenBSD.
+  + Updated translations.
+
+---
+Tue Jun 14 09:30:30 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + Correct bad status tip wording when hovering over View->My
+Processes.
+  + Fix to remember custom column ordering.
+  + Added ability to navigate tabs using Alt-N.
+  + Make change priority button respect button-images setting.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gnome-system-monitor-3.1.1.1.tar.bz2

New:

  gnome-system-monitor-3.1.3.tar.bz2



Other differences:
--
++ gnome-system-monitor.spec ++
--- /var/tmp/diff_new_pack.n9JniX/_old  2011-07-08 12:35:13.0 +0200
+++ /var/tmp/diff_new_pack.n9JniX/_new  2011-07-08 12:35:13.0 +0200
@@ -34,9 +34,9 @@
 BuildRequires:  pkgconfig(libwnck-3.0)
 License:GPLv2+
 Group:  System/GUI/GNOME
-Version:3.1.1.1
+Version:3.1.3
 Release:1
-Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.24/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/gnome-system-monitor/3.1/%{name}-%{version}.tar.bz2
 Url:http://www.gnome.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A Simple Process Monitor

++ gnome-system-monitor-3.1.1.1.tar.bz2 -> 
gnome-system-monitor-3.1.3.tar.bz2 ++
 30452 lines of diff (skipped)






Remember to have fun...

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



commit gnome-session for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory
checked in at Fri Jul 8 12:35:07 CEST 2011.




--- GNOME/gnome-session/gnome-session.changes   2011-05-24 09:10:21.0 
+0200
+++ /mounts/work_src_done/STABLE/gnome-session/gnome-session.changes
2011-07-07 12:48:06.0 +0200
@@ -1,0 +2,67 @@
+Thu Jul  7 12:42:34 CEST 2011 - vu...@opensuse.org
+
+- Update /usr/bin/gnome script for GNOME 3:
+  + Remove the migration code for the desktop background: this is
+based on gconf, and the setting moved to GSettings. Since this
+setting is not migrated from gconf anyway, the user will get
+the default background.
+  + Do not copy live-installer.desktop on the desktop anymore: the
+desktop is not managed by nautilus by default, so it's useless
+to put it there. Instead, create a custom applications.menu to
+add the installer to System Tools, and add the installer as
+favorite application in gnome-shell. Fix part of bnc#702671.
+  + Disable the lock setting of the screensaver with GSettings
+instead of gconf.
+  + Disable the check for software updates with GSettings, instead
+of disabling an autostart application (that doesn't exist
+anymore).
+  + Generally, this should fix bnc#687778.
+
+---
+Mon Jul  4 18:21:36 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Session Manager
+- Fix build warnings
+  + Capplet
+- Fix build warning
+  + Misc
+- Modernize build system a bit
+- Remove artificial librsvg dependency
+  + Updated translations.
+- Remove now unneeded pkgconfig(librsvg-2.0) BuildRequires.
+
+---
+Sat Jul  2 11:37:00 CEST 2011 - vu...@opensuse.org
+
+- Split out default-session and fallback-session subpackages, that
+  contain the definitions of the upstream default and fallback
+  sessions for GNOME. They have Requires matching the session
+  definitions.
+- Note that we have a fallback-session Recommends in
+  default-session, since by definition, the default session could
+  fallback to the fallback session. We use a Recommends instead of
+  a Requires, since people might want to remove it.
+- Remove gnome-panel, gnome-settings-daemon, metacity, nautilus,
+  notification-daemon Requires for the main package, as those were
+  only used to define the GNOME session. Instead, add a Requires on
+  the default-session subpackage.
+- Move the gnome-session-check-accelerated and
+  gnome-session-check-accelerated-helper tools to the core
+  subpackage, as session definitions might use those helpers.
+- As a side-effect, these changes should fix bnc#697574.
+
+---
+Tue Jun 14 14:42:30 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Fix race condition in idle monitor
+  + Consistently use Restart and not Reboot
+  + Fix crashes by not assuming XSMP clients set the SmProgram
+property
+  + Make the acceleration checks refuse to work in zaphod mode
+  + Update libegg code
+  + Code cleanups
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gnome-session-3.0.2.tar.bz2

New:

  gnome-session-3.1.3.tar.bz2



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.T39BAe/_old  2011-07-08 11:54:03.0 +0200
+++ /var/tmp/diff_new_pack.T39BAe/_new  2011-07-08 11:54:03.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-session
-Version:3.0.2
+Version:3.1.3
 Release:1
 License:GPLv2+
 Summary:Session Tools for the GNOME Desktop
 Url:http://www.gnome.org
 Group:  System/GUI/GNOME
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-session/3.1/%{name}-%{version}.tar.bz2
 Source1:gnome
 Source2:gnome.desktop
 # Temporarly needed until we get upstream to ship the right icon for suspend
@@ -52,7 +52,6 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(upower-glib)
 BuildRequires:  pkgconfig(xau)
@@ -61,14 +60,7 @@
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xtst)
 Requires:   %{name}-core = %{version}
-# Programs that are in the default session (we use Requires since Recommends
-# might make it possible for some people to get an empty gnome-session, and
-# give the impression that it's broken)
-Requires:   gnome-panel
-Requires:   gnome-settings-daemon
-Requires:   metacity
-Requires:   nautilus
-Requires:   notification-daemon

commit quagga for openSUSE:11.4

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package quagga for openSUSE:11.4
checked in at Fri Jul 8 12:34:12 CEST 2011.




--- old-versions/11.4/UPDATES/all/quagga/quagga.changes 2011-03-31 
14:14:15.0 +0200
+++ 11.4/quagga/quagga.changes  2011-06-02 13:30:16.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun  2 11:25:56 UTC 2011 - boy...@novell.com
+
+- Fix bnc#680499, zebro and ripd won't start [bnc#680499]
+
+---

calling whatdependson for 11.4-i586




Other differences:
--
++ quagga.spec ++
--- /var/tmp/diff_new_pack.xP6reC/_old  2011-07-08 12:33:53.0 +0200
+++ /var/tmp/diff_new_pack.xP6reC/_new  2011-07-08 12:33:53.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   quagga
 Version:0.99.17
-Release:4.
+Release:4.
 License:LGPLv2.1+
 Summary:Free Routing Software (for BGP, OSPF and RIP, for example)
 Url:http://www.quagga.net

++ quagga-SUSE.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/bgpd new/SUSE/bgpd
--- old/SUSE/bgpd   2010-11-10 14:44:27.0 +0100
+++ new/SUSE/bgpd   2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $BGPD_BIN
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/ospf6d new/SUSE/ospf6d
--- old/SUSE/ospf6d 2010-11-10 14:44:32.0 +0100
+++ new/SUSE/ospf6d 2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is 
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $OSPF6D_BIN -d 
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/ospfd new/SUSE/ospfd
--- old/SUSE/ospfd  2010-11-10 14:44:37.0 +0100
+++ new/SUSE/ospfd  2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is 
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $OSPFD_BIN -d 
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/ripd new/SUSE/ripd
--- old/SUSE/ripd   2010-11-10 14:44:40.0 +0100
+++ new/SUSE/ripd   2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $RIPD_BIN -d
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/ripngd new/SUSE/ripngd
--- old/SUSE/ripngd 2010-11-10 14:44:43.0 +0100
+++ new/SUSE/ripngd 2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $RIPNG_BIN -d
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/zebra new/SUSE/zebra
--- old/SUSE/zebra  2010-11-10 14:45:02.0 +0100
+++ new/SUSE/zebra  2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $ZEBRA_BIN -d
 
 # Remember status and be verbose






Remember to have fun...

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



commit quagga for openSUSE:11.3

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package quagga for openSUSE:11.3
checked in at Fri Jul 8 12:33:45 CEST 2011.




--- old-versions/11.3/UPDATES/all/quagga/quagga.changes 2011-03-31 
14:14:15.0 +0200
+++ 11.3/quagga/quagga.changes  2011-06-02 13:30:16.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun  2 11:25:56 UTC 2011 - boy...@novell.com
+
+- Fix bnc#680499, zebro and ripd won't start [bnc#680499]
+
+---

calling whatdependson for 11.3-i586




Other differences:
--
++ quagga.spec ++
--- /var/tmp/diff_new_pack.nPYzqq/_old  2011-07-08 12:33:04.0 +0200
+++ /var/tmp/diff_new_pack.nPYzqq/_new  2011-07-08 12:33:04.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   quagga
 Version:0.99.17
-Release:1.
+Release:1.
 License:LGPLv2.1+
 Summary:Free Routing Software (for BGP, OSPF and RIP, for example)
 Url:http://www.quagga.net

++ quagga-SUSE.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/bgpd new/SUSE/bgpd
--- old/SUSE/bgpd   2010-11-10 14:44:27.0 +0100
+++ new/SUSE/bgpd   2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $BGPD_BIN
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/ospf6d new/SUSE/ospf6d
--- old/SUSE/ospf6d 2010-11-10 14:44:32.0 +0100
+++ new/SUSE/ospf6d 2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is 
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $OSPF6D_BIN -d 
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/ospfd new/SUSE/ospfd
--- old/SUSE/ospfd  2010-11-10 14:44:37.0 +0100
+++ new/SUSE/ospfd  2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is 
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $OSPFD_BIN -d 
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/ripd new/SUSE/ripd
--- old/SUSE/ripd   2010-11-10 14:44:40.0 +0100
+++ new/SUSE/ripd   2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $RIPD_BIN -d
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/ripngd new/SUSE/ripngd
--- old/SUSE/ripngd 2010-11-10 14:44:43.0 +0100
+++ new/SUSE/ripngd 2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $RIPNG_BIN -d
 
 # Remember status and be verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/zebra new/SUSE/zebra
--- old/SUSE/zebra  2010-11-10 14:45:02.0 +0100
+++ new/SUSE/zebra  2011-06-02 14:02:11.0 +0200
@@ -57,7 +57,7 @@
 
 # NOTE: startproc return 0, even if service is
 # already running to match LSB spec.
-install -d -o quagga -u quagga /var/run/quagga
+install -d -o quagga -g quagga /var/run/quagga
 startproc $ZEBRA_BIN -d
 
 # Remember status and be verbose






Remember to have fun...

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



commit gnome-power-manager for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-power-manager for 
openSUSE:Factory
checked in at Fri Jul 8 11:53:52 CEST 2011.




--- GNOME/gnome-power-manager/gnome-power-manager.changes   2011-05-26 
22:37:10.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-power-manager/gnome-power-manager.changes
2011-07-04 11:55:55.0 +0200
@@ -1,0 +2,34 @@
+Mon Jul  4 11:44:05 CEST 2011 - vu...@opensuse.org
+
+- Re-enable gnome-patch-translation support now that we have new
+  strings in patches again.
+
+---
+Thu Jun 30 07:29:59 UTC 2011 - g...@novell.com
+
+- Rebase gnome-power-manager-notify-idle-sleep.patch and
+  gnome-power-manager-no-fallback-to-hibernate.patch
+- Own %{_datadir}/GConf and %{_datadir}/GConf/gsettings
+  directories.
+- Add gnome-icon-theme and polkit BuildRequires, that own some
+  directories.
+
+---
+Thu Jun 16 15:31:42 CEST 2011 - vu...@opensuse.org
+
+- Drop now unneeded pkgconfig(gconf-2.0) BuildRequires.
+
+---
+Tue Jun 14 09:40:08 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Don't crash if there is no ConsoleKit session. [rh#699020]
+  + gnome-power-bugreport.sh: Use sysfs instead of hal if available
+  + Manually update the idle status property
+  + Query gnome-screensaver settings with GSettings
+  + Remove GpmTrayIcon
+  + Updated translations.
+- Drop gnome-power-manager-update-status-property.patch: fixed
+  upstream.
+
+---

calling whatdependson for head-i586


Old:

  gnome-power-manager-3.0.2.tar.bz2
  gnome-power-manager-update-status-property.patch

New:

  gnome-power-manager-3.1.2.tar.bz2



Other differences:
--
++ gnome-power-manager.spec ++
--- /var/tmp/diff_new_pack.vSdnFV/_old  2011-07-08 11:52:45.0 +0200
+++ /var/tmp/diff_new_pack.vSdnFV/_new  2011-07-08 11:52:45.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-power-manager
-Version:3.0.2
+Version:3.1.2
 Release:1
 License:GPLv2+
 Summary:Power Management for GNOME
@@ -27,24 +27,25 @@
 Source: 
ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.16/%{name}-%{version}.tar.bz2
 # PATCH-NEEDS-REBASE gnome-power-manager-schedule-wakeups.patch gburt 
fate302448 -- add tab to prefs to schedule rtcwake (was PATCH-FEATURE-OPENSUSE)
 Patch10:gnome-power-manager-schedule-wakeups.patch
-# PATCH-NEEDS-REBASE gnome-power-manager-notify-idle-sleep.patch hmacht 
bnc#439018 bgo575467 -- notify user about auto suspend when returning from 
sleep (WAS: PATCH-FEATURE-UPSTREAM)
+# PATCH-FEATURE-UPSTREAM gnome-power-manager-notify-idle-sleep.patch hmacht 
bnc#439018 bgo575467 -- notify user about auto suspend when returning from sleep
 Patch12:gnome-power-manager-notify-idle-sleep.patch
-# PATCH-NEEDS-REBASE gnome-power-manager-no-fallback-to-hibernate.patch 
hma...@suse.de bnc#440410 (WAS: PATCH-FIX-OPENSUSE)
+# PATCH-FIX-OPENSUSE gnome-power-manager-no-fallback-to-hibernate.patch 
hma...@suse.de bnc#440410
 Patch14:gnome-power-manager-no-fallback-to-hibernate.patch
-# PATCH-FIX-UPSTREAM gnome-power-manager-update-status-property.patch 
g...@novell.com bnc#692794 -- update the session status manually
-Patch15:gnome-power-manager-update-status-property.patch
 BuildRequires:  docbook-utils
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
+# For directory ownership
+BuildRequires:  gnome-icon-theme
 BuildRequires:  gnome-patch-translation
 BuildRequires:  intltool
 BuildRequires:  libcanberra-devel
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  libupower-glib-devel
+# For directory ownership
+BuildRequires:  polkit
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  xmlto
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
@@ -68,14 +69,13 @@
 %lang_package
 %prep
 %setup -q
-%patch15 -p1
 translation-update-upstream
-#gnome-patch-translation-prepare
+gnome-patch-translation-prepare
 # Needs rebase:
 #%patch10 -p1
-#%patch12 -p1
-#%patch14 -p1
-#gnome-patch-translation-update
+%patch12 -p1
+%patch14 -p1
+gnome-patch-translation-update
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ]  && NOCONFIGURE=1 ./autogen.sh
@@ -125,6 +125,9 @@
 %{_bindir}/*
 %{_sbindir}/gnome-power-backlight-helper
 %{_sysconfdir}/xdg/autostart/*.desktop
+# Own the directory since we can't depend on gconf providing them
+%dir %{_datadir}/GConf
+%dir %{_datadir}/GConf/gsettings
 %{_datadir}/GConf/gsettings/org.gnome.power-manager.gschema.migrate
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/s

commit gnome-packagekit for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-packagekit for openSUSE:Factory
checked in at Fri Jul 8 11:52:35 CEST 2011.




--- GNOME/gnome-packagekit/gnome-packagekit.changes 2011-06-03 
12:45:46.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-packagekit/gnome-packagekit.changes  
2011-07-05 08:38:36.0 +0200
@@ -1,0 +2,37 @@
+Tue Jul  5 08:13:39 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + New Features:
+- Support looking up Plasma services
+- Pack package dependency lists into tabs
+  + Bugfix:
+- Add desktop file for gpk-dbus-service
+- Add the new enumerated types
+- Add two new translated error codes
+- Do not set the package checkboxes to be selectable if the
+  backend is not able to do UpdatePackages
+- Do not show the menu path of installed software as this makes
+  no sense with either GNOME Shell or Unity
+- Don't use hardcoded paths to executables
+- Fix compile warnings when using the latest GTK+
+- Fix some sensitivity problems with gpk-application
+- Make the session RemovePackageByFiles API match what we have
+  in kpackagekit
+- Never auto-close the update-viewer if there are restarts to
+  agree to
+- Remove the foo_DISABLE_DEPRECATED CPPFLAGS as it's hurting
+  with the GTK+ and Glib changes
+- Rename to Software Install
+- Use a proper application name
+- Use GpkTask rather than PkClient while searching
+- Use /org/gnome as starting path for schemas
+  + Updated translations.
+- Drop gnome-packagekit-gtk-3_1_6.patch: fixed upstream.
+
+---
+Wed Jun 22 19:22:26 UTC 2011 - dims...@opensuse.org
+
+- Add gnome-packagekit-gtk-3_1_6.patch: Fix build with gtk+ 3.1.6,
+  which has gtk_[hv]box_new deprecated. Patch taken from git.
+
+---

calling whatdependson for head-i586


Old:

  gnome-packagekit-3.0.3.tar.bz2

New:

  gnome-packagekit-3.1.3.tar.bz2



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.mcWhg4/_old  2011-07-08 11:52:11.0 +0200
+++ /var/tmp/diff_new_pack.mcWhg4/_new  2011-07-08 11:52:11.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-packagekit
-Version:3.0.3
+Version:3.1.3
 Release:1
 License:GPLv2+
 Summary:Applications for the PackageKit API
 Url:http://packagekit.org/
 Group:  System/GUI/GNOME
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-packagekit/3.1/%{name}-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: gnome-packagekit-OnlyShowIn.patch
 # PATCH-FIX-OPENSUSE gnome-packagekit-gpk-prefs-desktop.patch bnc380665 
vu...@opensuse.org -- Change the name of the gpk-prefs desktop file to not 
create confusion with gpk-update-viewer. We patch to automatically get the new 
translation from the po file

++ gnome-packagekit-3.0.3.tar.bz2 -> gnome-packagekit-3.1.3.tar.bz2 ++
 58555 lines of diff (skipped)






Remember to have fun...

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



commit gnome-menus for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-menus for openSUSE:Factory
checked in at Fri Jul 8 11:52:03 CEST 2011.




--- GNOME/gnome-menus/gnome-menus.changes   2011-04-27 14:11:49.0 
+0200
+++ /mounts/work_src_done/STABLE/gnome-menus/gnome-menus.changes
2011-07-07 10:12:34.0 +0200
@@ -1,0 +2,18 @@
+Thu Jul  7 10:11:40 CEST 2011 - vu...@opensuse.org
+
+- Fix License tags: all the code is LGPLv2.1+, except the editor
+  which is GPLv2+.
+
+---
+Wed Jul  6 16:43:11 CEST 2011 - vu...@opensuse.org
+
+- Change branding-upstream subpackage:
+  + Add Requires for gnome-menus since the branding package is
+useless without it.
+  + Update summary and description.
+  + Make noarch.
+- Update descriptions in other subpackages.
+- Change branding Requires in main subpackage to be "= %{version}"
+  since it has to be versioned.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gnome-menus.spec ++
--- /var/tmp/diff_new_pack.5jRCWv/_old  2011-07-08 11:51:11.0 +0200
+++ /var/tmp/diff_new_pack.5jRCWv/_new  2011-07-08 11:51:11.0 +0200
@@ -19,8 +19,8 @@
 
 Name:   gnome-menus
 Version:3.0.1
-Release:1
-License:GFDLv1.1 ; GPLv2+ ; LGPLv2.1+
+Release:2
+License:LGPLv2.1+
 Summary:The GNOME Desktop Menu
 Url:http://www.gnome.org
 Group:  System/GUI/GNOME
@@ -39,12 +39,18 @@
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
 %endif
-Requires:   %{name}-branding
+Requires:   %{name}-branding = %{version}
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+%description
+The package contains an implementation of the draft "Desktop Menu
+Specification" from freedesktop.org:
+
+http://www.freedesktop.org/Standards/menu-spec
+
 %package -n libgnome-menu2
-License:GFDLv1.1 ; GPLv2+ ; LGPLv2.1+
+License:LGPLv2.1+
 Summary:The GNOME Desktop Menu
 Group:  System/GUI/GNOME
 Requires:   %{name} >= %{version}
@@ -55,34 +61,20 @@
 #
 
 %description -n libgnome-menu2
-This package is free software and is part of the GNOME project.
-
 The package contains an implementation of the draft "Desktop Menu
 Specification" from freedesktop.org:
 
 http://www.freedesktop.org/Standards/menu-spec
 
-Also contained here are the GNOME menu layout configuration files,
-.directory files, and assorted menu-related utility programs.
-
-%description
-This package is free software and is part of the GNOME project.
-
-The package contains an implementation of the draft "Desktop Menu
-Specification" from freedesktop.org:
-
-http://www.freedesktop.org/Standards/menu-spec
-
-Also contained here are the GNOME menu layout configuration files,
-.directory files, and assorted menu-related utility programs.
-
 %package branding-upstream
-License:GFDLv1.1 ; GPLv2+ ; LGPLv2.1+
-Summary:Upstream Branding of The GNOME Desktop Menu
+License:LGPLv2.1+
+Summary:The GNOME Desktop Menu -- Upstream Menus Definitions
 Group:  System/GUI/GNOME
-Supplements:packageand(%{name}:branding-upstream)
+Requires:   %{name} = %{version}
 Provides:   %{name}-branding = %{version}
 Conflicts:  otherproviders(%{name}-branding)
+Supplements:packageand(%{name}:branding-upstream)
+BuildArch:  noarch
 #BRAND: This package contains set of needed .menu files in
 #BRAND: /etc/xdg/menus. .directory files in
 #BRAND: %{_datadir}/desktop-directories/Multimedia.directory are part of
@@ -90,18 +82,15 @@
 #BRAND: and modify .menu file to refer to it.
 
 %description branding-upstream
-This package is free software and is part of the GNOME project.
-
 The package contains an implementation of the draft "Desktop Menu
 Specification" from freedesktop.org:
 
 http://www.freedesktop.org/Standards/menu-spec
 
-Also contained here are the GNOME menu layout configuration files,
-.directory files, and assorted menu-related utility programs.
+This package provides the upstream definitions for menus.
 
 %package -n python-gnome-menus
-License:GFDLv1.1 ; GPLv2+ ; LGPLv2.1+
+License:LGPLv2.1+
 Summary:Python Bindings for the GNOME Desktop Menu
 Group:  System/GUI/GNOME
 Requires:   libgnome-menu2
@@ -109,18 +98,13 @@
 %py_requires
 
 %description -n python-gnome-menus
-This package is free software and is part of the GNOME project.
-
 The package contains an implementation of the draft "Desktop Menu
 Specification" from freedesktop.org:
 
 http://www.freedesktop.org/Standards/menu-spec
 
-Also contained here are the GNOME menu layout configuration files,
-.directory files, and assorted menu-related utility programs.
-
 %package editor
-License:

commit gnome-desktop for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Factory
checked in at Fri Jul 8 11:44:46 CEST 2011.




--- GNOME/gnome-desktop/gnome-desktop.changes   2011-05-26 22:56:38.0 
+0200
+++ /mounts/work_src_done/STABLE/gnome-desktop/gnome-desktop.changes
2011-07-04 18:55:08.0 +0200
@@ -1,0 +2,24 @@
+Mon Jul  4 18:53:56 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + libgnome-desktop:
+- GnomeRR: Add methods to control the backlight on each output
+  + Misc:
+- Modernize build system a bit
+  + Updated translations.
+
+---
+Tue Jun 14 15:55:50 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + libgnome-desktop:
+- GnomeDesktopThumbnail: Use GOnce for thread safety
+- GnomeRR: Add a size return value to
+  gnome_rr_output_get_edid_data()
+- GnomeRR: Emit ::output-connected and ::output-disconnected
+  when screen outputs come and go
+  + Updated translations.
+- Rename libgnome-desktop-3-0 to libgnome-desktop-3-2, following
+  library soversion change (also in baselibs.conf).
+
+---

calling whatdependson for head-i586


Old:

  gnome-desktop-3.1.1.tar.bz2

New:

  gnome-desktop-3.1.3.tar.bz2



Other differences:
--
++ gnome-desktop.spec ++
--- /var/tmp/diff_new_pack.TBnwoS/_old  2011-07-08 11:44:20.0 +0200
+++ /var/tmp/diff_new_pack.TBnwoS/_new  2011-07-08 11:44:20.0 +0200
@@ -19,13 +19,13 @@
 %define IS_DEFAULT_GNOME_DESKTOP 1
 
 Name:   gnome-desktop
-Version:3.1.1
+Version:3.1.3
 Release:1
 License:LGPLv2.1+
 Summary:The GNOME Desktop API Library
 Url:http://www.gnome.org
 Group:  System/GUI/GNOME
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-desktop/3.1/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -62,7 +62,7 @@
 This package contains information on the version of GNOME that is installed.
 %endif
 
-%package -n libgnome-desktop-3-0
+%package -n libgnome-desktop-3-2
 License:LGPLv2.1+
 Summary:The GNOME Desktop API Library
 Group:  System/GUI/GNOME
@@ -73,7 +73,7 @@
 Obsoletes:  %{name} < %{version}
 %endif
 
-%description -n libgnome-desktop-3-0
+%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
@@ -84,7 +84,7 @@
 License:LGPLv2.1+
 Summary:The GNOME Desktop API Library -- Development Files
 Group:  Development/Libraries/GNOME
-Requires:   libgnome-desktop-3-0 = %{version}
+Requires:   libgnome-desktop-3-2 = %{version}
 %if %IS_DEFAULT_GNOME_DESKTOP
 Provides:   %{name}-devel = %{version}
 Obsoletes:  %{name}-devel < %{version}
@@ -149,11 +149,11 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libgnome-desktop-3-0 -p /sbin/ldconfig
+%post -n libgnome-desktop-3-2 -p /sbin/ldconfig
 
-%postun -n libgnome-desktop-3-0 -p /sbin/ldconfig
+%postun -n libgnome-desktop-3-2 -p /sbin/ldconfig
 
-%files -n libgnome-desktop-3-0
+%files -n libgnome-desktop-3-2
 %defattr(-, root, root)
 %doc AUTHORS COPYING.LIB NEWS README
 %if %IS_DEFAULT_GNOME_DESKTOP

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.TBnwoS/_old  2011-07-08 11:44:20.0 +0200
+++ /var/tmp/diff_new_pack.TBnwoS/_new  2011-07-08 11:44:20.0 +0200
@@ -1,3 +1,3 @@
-libgnome-desktop-3-0
+libgnome-desktop-3-2
   obsoletes "gnome-desktop- <= "
   provides "gnome-desktop- = "

++ gnome-desktop-3.1.1.tar.bz2 -> gnome-desktop-3.1.3.tar.bz2 ++
 20231 lines of diff (skipped)






Remember to have fun...

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



commit libgda for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libgda for openSUSE:Factory
checked in at Fri Jul 8 11:50:28 CEST 2011.




--- GNOME/libgda/libgda.changes 2011-06-01 17:37:59.0 +0200
+++ /mounts/work_src_done/STABLE/libgda/libgda.changes  2011-07-06 
18:27:33.0 +0200
@@ -1,0 +2,108 @@
+Wed Jul  6 18:23:17 CEST 2011 - vu...@opensuse.org
+
+- Update to version 4.99.3:
+  + Convert deprecated GTK3 API to new ones
+  + Improved compilation system (M4 macros, compiler warnings)
+  + PostgreSQL: support the ILIKE operator
+  + Misc corrections and improvements
+  + Bug fixed: bgo#653082.
+  + Updated translations.
+- Drop libgda-missing-includes.patch: fixed upstream.
+
+---
+Tue Jun 21 09:20:24 CEST 2011 - dims...@opensuse.org
+
+- Update to version 4.99.2:
+  + GDA_TYPE_NULL is not 0 anymore
+  + Improved responsiveness when using GdaThreadWrapper
+  + Misc. compilation and installation issues corrected
+  + MDBTools: distribute missing files
+  + GdaBrowser: UI improvements (better LDAP search filter, image
+clipboard copy, text search)
+  + Bugs fixed: bgo#651692, bgo#651829, bgo#651922, bgo#652023,
+bgo#652024, bgo#631645, bgo#647633
+  + Updated translations.
+- Drop pacthes that were merged upstream:
+  + libgda-no-subdir-in-bindir.patch
+  + libgda-sqlcipher.patch
+- Add libgda-missing-includes.patch: Fix implicit declaration error
+  raised by brp check. Reported as bgo#653082.
+
+---
+Fri Jun 17 01:46:17 CEST 2011 - vu...@opensuse.org
+
+- Change more pkgconfig() BuildRequires for GNOME 3 port:
+  gtksourceview-2.0 to gtksourceview-3.0, goocanvas to
+  goocanvas-2.0
+
+---
+Mon Jun  6 18:16:38 CEST 2011 - dims...@opensuse.org
+
+- Update to version 4.99.1:
+  + Many GTK3 adaptations (GtkApplication instead of libunique,
+code cleanups)
+  + New LDAP provider (read only for the moment)
+  + Improvements and corrections from the 4.2 branch
+  + Updated translations.
+- Create a new subpackage for the ldap provider.
+- Re-enable parallel build and remove FIXME note for it.
+- Add libgda-sqlcipher.patch: Fix no return in non-void function
+  brp error.
+- Remove pkgconfig(unique-1.0) BuildRequires after the port to
+  GApplication.
+
+---
+Tue Jun  6 15:02:42 CEST 2011 - dims...@opensuse.org
+
+- Update to version 4.99.0:
+  + Adaptations to the GTK3 environment:
+- API is preserved but ABI has changed
+- Deprecated API has been removed
+  + Embedded SQLite version 3.7.5
+  + Embedded SQLCipher version is 2.0Beta
+- Changes from version 4.2.5:
+  + Corrected regression which prevented correct execution of
+SELECT statements by virtual connections
+  + New NSIS based installer for the GdaBrowser tool under Windows
+  + Embedd MDBTools when compiling for Windows
+  + Misc other corrections
+- Changes from version 4.2.4:
+  + SQLite provider:
+- Correctly report error messages (for example instead of
+  "constraint failed")
+- Correctly report if foreign key constraints are enforced or
+  not
+  + Added possibility to "declare foreign key constraints", which
+are declarations in the metadata where databases don't actually
+use foreign keys
+  + GdaMetaStruct: report information about foreign keys
+  + GdaBrowser: many small improvements and corrections
+  + GdaSql and GdaBrowser: display more information about database
+providers and DSN's connection parameters, and display
+information about foreign key constraints
+  + Documentation improvements and corrections
+  + Misc small corrections
+  + Bugs fixed: bgo#639533, bgo#639897, bgo#639897, bgo#640482,
+bgo#642037, bgo#642100 and bgo#642170
+- Changes from version 4.2.3:
+  + Correction to the expression rendering in SQL
+  + SQLite: fixed date and related formats when rendering as SQL
+  + MySQL: fixed error code ignored and not available via
+gda_connection_event_get_code()
+  + Move convenience functions to appropriate classes
+  + Documentation updates
+  + GdaSql and GdaBrowser: better information about configuration
+and added possibility to clean data files and truncate data
+output to available width
+  + Build system fixes
+  + Initial support for rich text rendering in reports
+  + Misc. improvements
+  + Bugs fixed: bgo#636439, bgo#636608, bgo#637010
+  + Updated translations.
+- Change pkgconfig(gtk+-2.0) BuildRequires to pkgconfig(gtk+-3.0)
+  and Supplements in libgdaui-5_0-4 to mention gtk3 instead of
+  gtk2.
+- Change all 4.0 occurences to 5.0 and 4_0 to 5_0 to folow the new
+  version.
+
+---

calling whatdependson for head-i586


Old:

  libgda-4.2.2.tar.bz2
  libgda-no-subdir-in-bindir.patch

New:

  libgda

commit gnome-backgrounds for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-backgrounds for 
openSUSE:Factory
checked in at Fri Jul 8 11:40:56 CEST 2011.




--- GNOME/gnome-backgrounds/gnome-backgrounds.changes   2011-05-23 
23:24:27.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-backgrounds/gnome-backgrounds.changes
2011-06-14 09:33:20.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 14 09:30:25 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gnome-backgrounds-3.0.2.tar.bz2

New:

  gnome-backgrounds-3.1.2.tar.bz2



Other differences:
--
++ gnome-backgrounds.spec ++
--- /var/tmp/diff_new_pack.bKgtUq/_old  2011-07-08 11:40:43.0 +0200
+++ /var/tmp/diff_new_pack.bKgtUq/_new  2011-07-08 11:40:43.0 +0200
@@ -27,7 +27,7 @@
 Group:  System/GUI/GNOME
 AutoReqProv:off
 BuildArch:  noarch
-Version:3.0.2
+Version:3.1.2
 Release:1
 Source: 
http://ftp.gnome.org/pub/gnome/sources/gnome-backgrounds/3.0/%{name}-%{version}.tar.bz2
 Url:http://www.gnome.org/

++ gnome-backgrounds-3.0.2.tar.bz2 -> gnome-backgrounds-3.1.2.tar.bz2 ++
GNOME/gnome-backgrounds/gnome-backgrounds-3.0.2.tar.bz2 
/mounts/work_src_done/STABLE/gnome-backgrounds/gnome-backgrounds-3.1.2.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit glibmm2 for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package glibmm2 for openSUSE:Factory
checked in at Fri Jul 8 11:40:36 CEST 2011.




--- GNOME/glibmm2/glibmm2.changes   2011-05-26 22:27:13.0 +0200
+++ /mounts/work_src_done/STABLE/glibmm2/glibmm2.changes2011-07-06 
14:50:58.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul  6 14:45:54 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.29.10:
+  + Gio:
+- Added DateTime, TimeZone, TimeZoneMonitor.
+
+---
+Wed Jun 15 12:40:42 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.28.2:
+  + gmmproc:
+- _WRAP_METHOD: Add optional parameter functionality.
+- _WRAP_[CREATE|CTOR|METHOD]: Support parameter reordering.
+- _WRAP_METHOD: Add the possibility of an output parameter.
+- Protect documentation with m4 quotes.
+  + Gio:
+- bgo#645072: DBus::Connection::emit_signal(): Replace empty
+  strings with 0, because gio fails with "".
+  + Build:
+- bgo#652461: Removed now-unused doctooldir variable from
+  pkgconfig files.
+
+---

calling whatdependson for head-i586


Old:

  glibmm-2.28.1.tar.bz2

New:

  glibmm-2.29.10.tar.bz2



Other differences:
--
++ glibmm2.spec ++
--- /var/tmp/diff_new_pack.nonikL/_old  2011-07-08 11:40:12.0 +0200
+++ /var/tmp/diff_new_pack.nonikL/_new  2011-07-08 11:40:12.0 +0200
@@ -21,13 +21,13 @@
 
 Name:   glibmm2
 %define _name glibmm
-Version:2.28.1
+Version:2.29.10
 Release:1
 Group:  System/Libraries
 License:LGPLv2.1+
 Summary:C++ Interface for Glib
 Url:http://www.gtkmm.org/
-Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/glibmm/2.29/%{_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(gio-2.0)

++ glibmm-2.28.1.tar.bz2 -> glibmm-2.29.10.tar.bz2 ++
 136072 lines of diff (skipped)






Remember to have fun...

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



commit glib-networking for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package glib-networking for openSUSE:Factory
checked in at Fri Jul 8 11:40:00 CEST 2011.




--- GNOME/glib-networking/glib-networking.changes   2011-05-23 
23:13:45.0 +0200
+++ /mounts/work_src_done/STABLE/glib-networking/glib-networking.changes
2011-07-06 23:15:56.0 +0200
@@ -1,0 +2,25 @@
+Wed Jul  6 23:14:21 CEST 2011 - vu...@opensuse.org
+
+- Change rpm query to look for the real package containing gio to
+  use the new gio virtual name, that is now provided by the package
+  containing the gio library. This is better than the query on the
+  library filename, which might change later.
+- Also properly escape the queryformat, since we need to double the
+  % characters in a .spec file.
+
+---
+Tue Jul  5 08:23:04 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.29.9:
+  + Optimized GDBus usage in PACRunner.
+  + Fixed a race condition in GProxyResolverGnome.
+  + Changed configure to --enable-maintainer-mode by default,
+to match glib.
+  + Updated translations.
+
+---
+Fri Jun 17 02:17:16 CEST 2011 - vu...@opensuse.org
+
+- Fix build after glib libraries moved back to %{_libdir}.
+
+---

calling whatdependson for head-i586


Old:

  glib-networking-2.28.7.tar.bz2

New:

  glib-networking-2.29.9.tar.bz2



Other differences:
--
++ glib-networking.spec ++
--- /var/tmp/diff_new_pack.6ks1z4/_old  2011-07-08 11:39:04.0 +0200
+++ /var/tmp/diff_new_pack.6ks1z4/_new  2011-07-08 11:39:04.0 +0200
@@ -18,12 +18,12 @@
 
 
 Name:   glib-networking
-Version:2.28.7
+Version:2.29.9
 Release:1
 License:LGPLv2+
 Summary:Network-related GIO modules for glib
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/glib-networking/2.29/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 # For directory ownership
 BuildRequires:  dbus-1
@@ -37,7 +37,7 @@
 # org.gnome.system.proxy schema is used
 Requires:   gsettings-desktop-schemas
 Recommends: %{name}-lang = %{version}
-%define gio_real_package %(rpm -q --whatprovides --qf '%{NAME}' 
/%{_lib}/libgio-2.0.so.?)
+%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
 Supplements:%{gio_real_package}
 %glib2_gio_module_requires
 

++ glib-networking-2.28.7.tar.bz2 -> glib-networking-2.29.9.tar.bz2 ++
 10024 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/glib-networking-2.28.7/COPYING new/glib-networking-2.29.9/COPYING
--- old/glib-networking-2.28.7/COPYING  2010-08-27 21:19:48.0 +0200
+++ new/glib-networking-2.29.9/COPYING  2011-06-11 16:26:54.0 +0200
@@ -1,15 +1,15 @@
- GNU LIBRARY GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+  GNU LIBRARY GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
  Copyright (C) 1991 Free Software Foundation, Inc.
-   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
 [This is the first released version of the library GPL.  It is
  numbered 2 because it goes with version 2 of the ordinary GPL.]
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -99,7 +99,7 @@
   Note that it is possible for a library to be covered by the ordinary
 General Public License rather than by this special one.
 
- GNU LIBRARY GENERAL PUBLIC LICENSE
+  GNU LIBRARY GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any software library which
@@ -411,7 +411,7 @@
 of all derivatives of our free software and of promoting the sharing
 and reuse of software generally.
 
-   NO WARRANTY
+NO WARRANTY
 
   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
@@ -434,7 +434,7 @@
 SUCH HOLDER OR

commit gedit-plugins for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gedit-plugins for openSUSE:Factory
checked in at Fri Jul 8 11:38:54 CEST 2011.




--- GNOME/gedit-plugins/gedit-plugins.changes   2011-05-27 10:34:48.0 
+0200
+++ /mounts/work_src_done/STABLE/gedit-plugins/gedit-plugins.changes
2011-07-05 22:57:19.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul  5 15:32:20 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + Misc bugfixes.
+
+---
+Tue Jun 14 09:30:13 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.1:
+  + Misc bugfixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gedit-plugins-3.0.3.tar.bz2

New:

  gedit-plugins-3.1.2.tar.bz2



Other differences:
--
++ gedit-plugins.spec ++
--- /var/tmp/diff_new_pack.R6jF2m/_old  2011-07-08 11:38:28.0 +0200
+++ /var/tmp/diff_new_pack.R6jF2m/_new  2011-07-08 11:38:28.0 +0200
@@ -20,9 +20,9 @@
 
 Name:   gedit-plugins
 Summary:A collection of plugins for gedit
-Version:3.0.3
+Version:3.1.2
 Release:1
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gedit-plugins/3.1/%{name}-%{version}.tar.bz2
 License:GPLv2+
 Group:  Productivity/Editors/Other
 Url:http://live.gnome.org/GeditPlugins

++ gedit-plugins-3.0.3.tar.bz2 -> gedit-plugins-3.1.2.tar.bz2 ++
 16637 lines of diff (skipped)






Remember to have fun...

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



commit gedit for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Fri Jul 8 11:38:16 CEST 2011.




--- GNOME/gedit/gedit.changes   2011-05-31 16:52:02.0 +0200
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-07-05 
15:10:57.0 +0200
@@ -1,0 +2,20 @@
+Tue Jul  5 15:04:59 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + Add markdown snippets
+  + Fix slowdown on gedit
+  + Update to use libpeas 1.1 API
+  + New GNOME 3 like style for snippets and external tools
+  + Misc bugfixes
+  + Updated translations.
+
+---
+Tue Jun 14 09:23:21 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.1:
+  + Port to GtkOverlay
+  + Fix single instance logic
+  + Misc bugfixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gedit-3.0.4.tar.bz2

New:

  gedit-3.1.2.tar.bz2



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.XfzxDh/_old  2011-07-08 11:37:43.0 +0200
+++ /var/tmp/diff_new_pack.XfzxDh/_new  2011-07-08 11:37:43.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gedit
-Version:3.0.4
+Version:3.1.2
 Release:1
 License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor
 Url:http://www.gnome.org
 Group:  Productivity/Text/Editors
-Source: 
ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gedit/3.1/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel

++ gedit-3.0.4.tar.bz2 -> gedit-3.1.2.tar.bz2 ++
 35633 lines of diff (skipped)






Remember to have fun...

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



commit gdm for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gdm for openSUSE:Factory
checked in at Fri Jul 8 11:37:24 CEST 2011.




--- GNOME/gdm/gdm.changes   2011-05-31 18:40:21.0 +0200
+++ /mounts/work_src_done/STABLE/gdm/gdm.changes2011-07-07 
10:57:02.0 +0200
@@ -1,0 +2,56 @@
+Wed Jul  6 16:34:12 CEST 2011 - vu...@opensuse.org
+
+- Change branding-upstream subpackage:
+  + Add Requires for gdm since the branding package is useless
+without it.
+  + Update summary and description.
+  + Make noarch.
+- Change branding Requires in main subpackage to be "= %{version}"
+  since it has to be versioned.
+- Update branding documentation: there is only one file left in the
+  branding package.
+- Update Url tag.
+
+---
+Sat Jul  2 09:53:09 CEST 2011 - vu...@opensuse.org
+
+- Add explicit Requires for the components of the gnome-session
+  session defined and used by gdm:
+  + Add metacity, polkit-gnome Requires
+  + Change gnome-settings-daemon Recommends to Requires
+
+---
+Wed Jun 15 10:16:44 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + GTK size negotiation fixes
+  + Do not propagate WINDOWPATH if its unset to begin with
+  + Audit fixes
+  + Break cycle between greeter and slave for session notification
+  + Screenshots in docs!
+  + Don't hardcode path to grep
+  + Fix introspection xml
+  + Allow .xsession-errors to be a symlink or FIFO
+  + PAM fixes
+  + Dconf fixes
+  + Land multi-stack
+  + Updated translations.
+- Add pkgconfig(nss) BuildRequires since nss is now required.
+- Drop gdm-selecting-desktop-environment.patch: fixed upstream,
+  another way.
+- Rebase the following patches in a trivial way:
+  + gdm-desktop-session-env-pam.patch
+  + gdm-plymouth.patch
+  + gdm-sysconfig-settings.patch
+  + gdm-xauthlocalhostname.patch
+- Rebase and optimize gdm-passwordless-login.patch thanks to code
+  changes.
+- Update descriptions of packages, based on text from README.
+- Add libgdmsimplegreeter1 and libgdmsimplegreeter-devel
+  subpackages for new library used to write greeter plugins.
+- Pass --disable-static to configure and remove .la files.
+- Create the directory where greeter plugins are put, if it doesn't
+  already exist, so we can package it.
+- Fix permissions of /var/lib/gdm/.local directory in file list.
+
+---

calling whatdependson for head-i586


Old:

  gdm-3.0.4.tar.bz2
  gdm-selecting-desktop-environment.patch

New:

  gdm-3.1.2.tar.bz2



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.Dbll6n/_old  2011-07-08 11:35:52.0 +0200
+++ /var/tmp/diff_new_pack.Dbll6n/_new  2011-07-08 11:35:52.0 +0200
@@ -21,10 +21,10 @@
 Name:   gdm
 License:GPLv2+
 Group:  System/GUI/GNOME
-Version:3.0.4
+Version:3.1.2
 Release:1
 Summary:The GNOME Display Manager
-Url:http://www.gnome.org/
+Url:http://projects.gnome.org/gdm/
 Source: %{name}-%{version}.tar.bz2
 Source1:gdm.pamd
 Source2:gdm-autologin.pamd
@@ -52,8 +52,6 @@
 Patch15:gdm-greeter-greater-ui.patch
 # PATCH-FIX-UPSTREAM gdm-always-reflect-keyboard-layout.patch bnc438159 
bgo561771 h...@novell.com -- Make keyboard selector not neglect to apply the 
selected keyboard in some situations.
 Patch18:gdm-always-reflect-keyboard-layout.patch
-# PATCH-FIX-UPSTREAM gdm-selecting-desktop-environment.patch bnc460591 
m...@novell.com -- Selecting the right desktop environment
-Patch20:gdm-selecting-desktop-environment.patch
 # PATCH-FIX-OPENSUSE gdm-gconf-path.patch vu...@novell.com -- Fix gconf paths 
to be consistent with the ones used in openSUSE
 Patch31:gdm-gconf-path.patch
 # PATCH-FIX-OPENSUSE gdm-default-wm.patch vu...@novell.com -- Use sysconfig to 
know to which desktop to use by default
@@ -88,17 +86,21 @@
 BuildRequires:  xorg-x11-server
 BuildRequires:  xorg-x11-server-extra
 BuildRequires:  pkgconfig(accountsservice)
-Requires:   %{name}-branding
+BuildRequires:  pkgconfig(nss)
+Requires:   %{name}-branding = %{version}
 Requires:   ConsoleKit-x11
 Requires:   gnome-session-core
 Requires:   klogd
 Requires:   xorg-x11-server-extra
+# Packages for the gdm session (see 
/usr/share/gnome-session/sessions/gdm.session)
+Requires:   gnome-settings-daemon
+Requires:   metacity
+Requires:   polkit-gnome
 # For groupadd, useradd, usermod
 PreReq: pwdutils
 PreReq: %insserv_prereq
 Recommends: %{name}-lang
 Recommends: gnome-power-manager
-Recommends: gnome-settings-daemon
 Recommends: iso-codes
 Provides:   gdm2 = %{version}
 Obsoletes:  gdm2 < %{version}

commit gconf2 for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gconf2 for openSUSE:Factory
checked in at Fri Jul 8 11:31:36 CEST 2011.




--- GNOME/gconf2/gconf2.changes 2011-04-27 11:56:05.0 +0200
+++ /mounts/work_src_done/STABLE/gconf2/gconf2.changes  2011-07-02 
09:30:23.0 +0200
@@ -1,0 +2,27 @@
+Sat Jul  2 08:56:54 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + This is version 2.32.5, re-released with the right version.
+- Pass --disable-orbit to configure to not depend on ORBit2, and
+  use dbus as IPC. Remove orbit2-devel BuildRequires.
+- Change --with-gtk=2.0 configure option to --with-gtk=3.0, and
+  change gtk2-devel BuildRequires to gtk3-devel.
+
+---
+Fri Jul  1 16:37:33 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.32.5:
+  + Add optional and disabled by default port to DBus.
+  + Use the cache when looking for keys we know we don't have
+locally.
+  + Updated translations.
+
+---
+Thu Jun 16 18:39:18 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.32.4:
+  + Fix distcheck.
+  + Remove glib and gtk+ deprecations from the example app.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  GConf-2.32.3.tar.bz2

New:

  GConf-3.1.3.tar.bz2



Other differences:
--
++ gconf2.spec ++
--- /var/tmp/diff_new_pack.hFrTFd/_old  2011-07-08 11:30:52.0 +0200
+++ /var/tmp/diff_new_pack.hFrTFd/_new  2011-07-08 11:30:52.0 +0200
@@ -21,11 +21,10 @@
 Name:   gconf2
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libidl-devel
 BuildRequires:  libxml2-devel
-BuildRequires:  orbit2-devel
 BuildRequires:  polkit-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -33,10 +32,10 @@
 %define _name GConf
 License:GPLv2+ ; LGPLv2.1+
 Group:  System/GUI/GNOME
-Version:2.32.3
+Version:3.1.3
 Release:1
 Summary:GNOME Configuration Database System
-Source: 
ftp://ftp.gnome.org/pub/gnome/sources/GConf/2.20/%{_name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/GConf/3.1/%{_name}-%{version}.tar.bz2
 # Generic tool, not upstreamed:
 Source1:gconftool-rebuild
 # RPM specific macros:
@@ -124,7 +123,8 @@
 %configure --with-pic\
--libexecdir=%{_libexecdir}/GConf/2\
--disable-static \
---with-gtk=2.0
+--with-gtk=3.0 \
+--disable-orbit
 make %{?jobs:-j%jobs}
 
 %install

++ GConf-2.32.3.tar.bz2 -> GConf-3.1.3.tar.bz2 ++
 53609 lines of diff (skipped)






Remember to have fun...

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



commit perl-B-Hooks-EndOfScope for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package perl-B-Hooks-EndOfScope for 
openSUSE:Factory
checked in at Fri Jul 8 11:30:41 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-B-Hooks-EndOfScope/perl-B-Hooks-EndOfScope.changes
2011-07-06 09:31:38.0 +0200
@@ -0,0 +1,21 @@
+---
+Wed Jul  6 07:29:39 UTC 2011 - co...@novell.com
+
+- updated to 0.09
+   * Improve distribution metadata.
+
+---
+Wed Dec  1 13:30:45 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 17:59:59 UTC 2010 - co...@novell.com
+
+- called spec2changelog
+
+---
+Tue Jan 12 00:00:00 UTC 2010 - n...@detonation.org
+
+- Specfile autogenerated by cpanspec 1.78.
+

calling whatdependson for head-i586


New:

  B-Hooks-EndOfScope-0.09.tar.gz
  perl-B-Hooks-EndOfScope.changes
  perl-B-Hooks-EndOfScope.spec



Other differences:
--
++ perl-B-Hooks-EndOfScope.spec ++
#
# spec file for package perl-B-Hooks-EndOfScope
#
# 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-B-Hooks-EndOfScope
Version:0.09
Release:1
License:GPL+ or Artistic
%define cpan_name B-Hooks-EndOfScope
Summary:Execute code after a scope finished compilation
Url:http://search.cpan.org/dist/B-Hooks-EndOfScope/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Variable::Magic) >= 0.34
Requires:   perl(Sub::Exporter)
Requires:   perl(Variable::Magic) >= 0.34
%{perl_requires}

%description
This module allows you to execute code when perl finished compiling the
surrounding scope.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

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

%changelog





Remember to have fun...

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



commit avahi for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package avahi for openSUSE:Factory
checked in at Fri Jul 8 11:23:44 CEST 2011.




avahi-mono.changes: same change
avahi-qt4.changes: same change
--- avahi/avahi.changes 2011-05-27 10:35:32.0 +0200
+++ /mounts/work_src_done/STABLE/avahi/avahi.changes2011-07-04 
09:36:42.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul  2 12:18:24 UTC 2011 - dims...@opensuse.org
+
+- Add avahi-gtk_box_new.patch: do not used deprecated
+  gtk_[hv]box_new function anymore; this fixes build of
+  avahi-glib2.
+
+---

calling whatdependson for head-i586


New:

  avahi-gtk_box_new.patch



Other differences:
--
++ avahi-glib2.spec ++
--- /var/tmp/diff_new_pack.lbhmVw/_old  2011-07-08 11:23:03.0 +0200
+++ /var/tmp/diff_new_pack.lbhmVw/_new  2011-07-08 11:23:03.0 +0200
@@ -31,7 +31,7 @@
 %define build_qt3 0
 %define build_qt4 0
 Version:0.6.30
-Release:1
+Release:2
 %if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
 # Create split spec files only when building per partes:
 #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
@@ -69,6 +69,8 @@
 Patch3: avahi-empty-share-dir.patch
 #PATCH-FIX-OPENSUSE avahi-unicastdomains.patch bnc433359 lnus...@suse.de -- 
disable pre-set unicast domains by default
 Patch10:avahi-unicastdomains.patch
+# PATCH-FIX-UPSTREAM avahi-gtk_box_new.patch dims...@opensuse.org -- Do not 
use deprecated gtk_[hv]box_new, http://www.avahi.org/ticket/342
+Patch11:avahi-gtk_box_new.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python fdupes gcc-c++ gdbm-devel intltool 
libdaemon-devel libexpat-devel pkg-config translation-update-upstream
 # Even if we are not building python bindings, we need python to build service 
types database:
@@ -212,7 +214,7 @@
 %description -n libdns_sd
 Apple mDNSResponder compatibility layer for avahi.
 
-Avahi is an Implementation the DNS Service Discovery and Multicast DNS
+Avahi is an implementation the DNS Service Discovery and Multicast DNS
 specifications for Zeroconf Computing. It uses D-BUS for communication
 between user applications and a system daemon. The daemon is used to
 coordinate application efforts in caching replies, necessary to
@@ -222,7 +224,7 @@
 and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
 tests in the Apple Bonjour conformance test suite. In addition it
 supports some nifty things that have never been seen elsewhere like
-correct mDNS reflection accross LAN segments.
+correct mDNS reflection across LAN segments.
 
 %package -n libhowl0
 License:LGPLv2.1+
@@ -235,7 +237,7 @@
 %description -n libhowl0
 Howl compatibility layer for avahi.
 
-Avahi is an Implementation the DNS Service Discovery and Multicast DNS
+Avahi is an implementation the DNS Service Discovery and Multicast DNS
 specifications for Zeroconf Computing. It uses D-BUS for communication
 between user applications and a system daemon. The daemon is used to
 coordinate application efforts in caching replies, necessary to
@@ -245,7 +247,7 @@
 and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
 tests in the Apple Bonjour conformance test suite. In addition it
 supports some nifty things that have never been seen elsewhere like
-correct mDNS reflection accross LAN segments.
+correct mDNS reflection across LAN segments.
 
 %package -n python-avahi
 License:LGPLv2.1+
@@ -301,7 +303,7 @@
 Obsoletes:  avahi-devel < %{version}
 
 %description -n libavahi-devel
-Avahi is an Implementation the DNS Service Discovery and Multicast DNS
+Avahi is an implementation the DNS Service Discovery and Multicast DNS
 specifications for Zeroconf Computing. It uses D-BUS for communication
 between user applications and a system daemon. The daemon is used to
 coordinate application efforts in caching replies, necessary to
@@ -311,7 +313,7 @@
 and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
 tests in the Apple Bonjour conformance test suite. In addition it
 supports some nifty things that have never been seen elsewhere like
-correct mDNS reflection accross LAN segments.
+correct mDNS reflection across LAN segments.
 
 %package compat-mDNSResponder-devel
 License:LGPLv2.1+
@@ -324,7 +326,7 @@
 %description compat-mDNSResponder-devel
 Apple mDNSResponder compatibility layer for avahi.
 
-Avahi is an Implementation the DNS Service Discovery and Multicast DNS
+Avahi is an implementation the DNS Service Discovery and Multicast DNS
 specifications for Zeroconf Computing. It uses D-BUS for communication
 between user applications and a system daemon. The daemon is used to
 coordinate application efforts in caching replies, necessary to
@@ -334,7 +336,7 @@
 and the maj

commit atk for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package atk for openSUSE:Factory
checked in at Fri Jul 8 11:22:43 CEST 2011.




--- GNOME/atk/atk.changes   2011-04-05 14:34:28.0 +0200
+++ /mounts/work_src_done/STABLE/atk/atk.changes2011-06-14 
10:02:52.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun 14 10:01:38 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.0.1:
+  + bgo#652205: Use const instead G_CONST_RETURN
+  + bgo#649307: Clarify AtkPlug and AtkSocket docs
+  + bgo#551489: Fix doc of atk_text_get_text_before_offset
+  + bgo#588083: Information about return value of some AtkText
+methods can be clearer
+  + Build fixes.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  atk-2.0.0.tar.bz2

New:

  atk-2.0.1.tar.bz2



Other differences:
--
++ atk.spec ++
--- /var/tmp/diff_new_pack.Qzacst/_old  2011-07-08 11:22:25.0 +0200
+++ /var/tmp/diff_new_pack.Qzacst/_new  2011-07-08 11:22:25.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   atk
 Summary:An Accessibility ToolKit
-Version:2.0.0
+Version:2.0.1
 Release:1
 Url:http://www.gtk.org/
 License:LGPLv2.1+

++ atk-2.0.0.tar.bz2 -> atk-2.0.1.tar.bz2 ++
 7222 lines of diff (skipped)






Remember to have fun...

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



commit at-spi2-core for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory
checked in at Fri Jul 8 11:22:17 CEST 2011.




--- GNOME/at-spi2-core/at-spi2-core.changes 2011-06-15 15:43:11.0 
+0200
+++ /mounts/work_src_done/STABLE/at-spi2-core/at-spi2-core.changes  
2011-07-05 07:48:09.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul  5 07:46:04 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.1.3:
+  + Use stored values for AT-SPI role names where possible.
+  + bgo#652596: Use DBus property to set value.
+  + Set error for some DBus errors where this was not being done.
+  + Add atspi_accessible_get_process_id (as a short-cut to help
+debugging).
+  + Fix failure to update cache in response to children-changed
+events in some cases.
+  + Fix gtk-doc build cflags/libraries.
+
+---

calling whatdependson for head-i586


Old:

  at-spi2-core-2.1.2.tar.bz2

New:

  at-spi2-core-2.1.3.tar.bz2



Other differences:
--
++ at-spi2-core.spec ++
--- /var/tmp/diff_new_pack.A4Lgh0/_old  2011-07-08 11:22:00.0 +0200
+++ /var/tmp/diff_new_pack.A4Lgh0/_new  2011-07-08 11:22:00.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   at-spi2-core
-Version:2.1.2
+Version:2.1.3
 Release:1
 Summary:Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:GPLv2+
 Group:  System/Libraries
 Url:http://www.gnome.org/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/at-spi2-core/2.1/%{name}-%{version}.tar.bz2
 Source99:   %{name}-rpmlintrc
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel

++ at-spi2-core-2.1.2.tar.bz2 -> at-spi2-core-2.1.3.tar.bz2 ++
 12231 lines of diff (skipped)






Remember to have fun...

-- 
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

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory
checked in at Fri Jul 8 11:21:51 CEST 2011.




--- GNOME/at-spi2-atk/at-spi2-atk.changes   2011-06-01 16:40:16.0 
+0200
+++ /mounts/work_src_done/STABLE/at-spi2-atk/at-spi2-atk.changes
2011-07-05 07:47:35.0 +0200
@@ -1,0 +2,12 @@
+Tue Jul  5 07:46:07 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.1.3:
+  + Only register events when something is listening. In theory,
+this should mitigate performance loss that might show up when
+no ATs are running.
+  + bgo#652797: Remove unused AtkMisc instance.
+  + bgo#652596: Allow setting value via the DBus property again.
+  + bgo#652858: Deregister objects on state-changed:defunct.
+  + Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.
+
+---

calling whatdependson for head-i586


Old:

  at-spi2-atk-2.0.2.tar.bz2

New:

  at-spi2-atk-2.1.3.tar.bz2



Other differences:
--
++ at-spi2-atk.spec ++
--- /var/tmp/diff_new_pack.v94SzI/_old  2011-07-08 11:21:34.0 +0200
+++ /var/tmp/diff_new_pack.v94SzI/_new  2011-07-08 11:21:34.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   at-spi2-atk
-Version:2.0.2
+Version:2.1.3
 Release:1
 Summary:Assistive Technology Service Provider Interface - GTK+ module
 License:GPLv2+
 Group:  System/Libraries
 Url:http://www.gnome.org/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/at-spi2-atk/2.1/%{name}-%{version}.tar.bz2
 Source99:   %{name}-rpmlintrc
 BuildRequires:  atk-devel
 BuildRequires:  fdupes
@@ -40,6 +40,7 @@
 
 %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
@@ -60,6 +61,7 @@
 
 %package gtk2
 
+
 Summary:Assistive Technology Service Provider Interface - GTK+ 2 Module
 Group:  System/Libraries
 Requires:   %{name}-common = %{version}
@@ -75,6 +77,7 @@
 
 %package gtk3
 
+
 Summary:Assistive Technology Service Provider Interface - GTK+ 3 Module
 Group:  System/Libraries
 Requires:   %{name}-common = %{version}

++ at-spi2-atk-2.0.2.tar.bz2 -> at-spi2-atk-2.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.0.2/NEWS new/at-spi2-atk-2.1.3/NEWS
--- old/at-spi2-atk-2.0.2/NEWS  2011-05-24 01:38:02.0 +0200
+++ new/at-spi2-atk-2.1.3/NEWS  2011-07-04 23:45:16.0 +0200
@@ -1,3 +1,16 @@
+What's new in at-spi2-atk 2.1.3:
+
+* Fix for BGO#652797: Remove unused AtkMisc instance.
+
+* Only register events when something is listening.  In theory, this should
+  mitigate performance loss that might show up when no ATs are running.
+
+* BGO#652596: Allow setting value via the DBus property again.
+
+* BGO#652858: Deregister objects on state-changed:defunct.
+
+* Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.
+
 What's new in at-spi2-atk 2.0.2:
 
 * Fix matching on attributes for collection methods
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.0.2/atk-adaptor/Makefile.include 
new/at-spi2-atk-2.1.3/atk-adaptor/Makefile.include
--- old/at-spi2-atk-2.0.2/atk-adaptor/Makefile.include  2011-05-24 
01:14:17.0 +0200
+++ new/at-spi2-atk-2.1.3/atk-adaptor/Makefile.include  2011-07-04 
23:44:54.0 +0200
@@ -1,12 +1,13 @@
 gtkmodule_LTLIBRARIES = libatk-bridge.la
 
-libatk_bridge_la_CFLAGS = $(DBUS_CFLAGS) \
- $(ATK_CFLAGS)   \
- $(ATSPI_CFLAGS)   \
- -I$(top_srcdir) \
- -I$(top_srcdir)/atk-adaptor/adaptors \
-   $(P2P_CFLAGS) \
-   -Werror=implicit-function-declaration
+libatk_bridge_la_CFLAGS = \
+   $(DBUS_CFLAGS)\
+   $(ATK_CFLAGS) \
+   $(ATSPI_CFLAGS)   \
+   -I$(top_srcdir)   \
+   -I$(top_srcdir)/atk-adaptor/adaptors \
+   $(P2P_CFLAGS) \
+   $(X_CFLAGS)
 
 libatk_bridge_la_LDFLAGS = -no-undefined  \
   -module\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.0.2/atk-adaptor/accessible-cache.c 
new/at-spi2-atk-2.1.3/atk-adaptor/accessible-cache.c
--- old/at-spi2-atk-2.0.2/atk-adaptor/accessible-cache.c2011-02-21 
23:42:35.0 +0100
+++ new/at-spi2-atk-2.1.3/atk-adaptor/accessible-cache.c2011-07-04 
23:44:54.0 +0200
@@ -275,7 +275,8 @@
 {
  g_queue_push_tail (to_add, current);
   if (!spi_cache_in (cache, G_OBJECT (current)

commit at-spi for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package at-spi for openSUSE:Factory
checked in at Fri Jul 8 11:21:24 CEST 2011.




--- GNOME/at-spi/at-spi.changes 2011-04-08 15:53:38.0 +0200
+++ /mounts/work_src_done/STABLE/at-spi/at-spi.changes  2011-06-09 
15:03:35.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun  9 15:02:56 CEST 2011 - vu...@opensuse.org
+
+- Change python-gnome Requires in python-atspi-corba to
+  python-bonobo and python-gconf Requires, as those are the only
+  python-gnome modules being used.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ at-spi.spec ++
--- /var/tmp/diff_new_pack.KkjlAS/_old  2011-07-08 11:19:03.0 +0200
+++ /var/tmp/diff_new_pack.KkjlAS/_new  2011-07-08 11:19:03.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   at-spi
 Version:1.32.0
-Release:11
+Release:13
 License:GPLv2+ ; LGPLv2.1+
 Summary:Assistive Technology Service Provider Interface
 Url:http://www.gnome.org/
@@ -54,7 +54,8 @@
 Summary:Assistive Technology Service Provider Interface - Python 
bindings
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-Requires:   python-gnome
+Requires:   python-bonobo
+Requires:   python-gconf
 Requires:   python-orbit
 %if %IS_DEFAULT_ATSPI_STACK
 # Virtual package, so that apps can depend on it, without having to know which






Remember to have fun...

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



commit colord for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package colord for openSUSE:Factory
checked in at Fri Jul 8 11:18:55 CEST 2011.




--- colord/colord.changes   2011-07-04 15:32:47.0 +0200
+++ /mounts/work_src_done/STABLE/colord/colord.changes  2011-07-06 
18:22:36.0 +0200
@@ -1,0 +2,18 @@
+Wed Jul  6 18:21:17 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.1.10:
+  + New Features:
+- Add a find-profile-by-filename command to the colormgr client
+  tool
+- Add the object scope to the DBus interface as a property
+- Write a document detailing the colord security attack surface
+  + Bugfixes:
+- Actually store the device ID in the mapping database
+- Fix include statements to search from current libcolord
+  folder
+- Fix mbstowcs usage
+- Fix the build for old versions of lcms2
+- Fix up the location of the libcolord header files
+- Remove the DBus annotations in the introspection
+
+---

calling whatdependson for head-i586


Old:

  colord-0.1.9.tar.xz

New:

  colord-0.1.10.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.6Fq1Nj/_old  2011-07-08 11:18:42.0 +0200
+++ /var/tmp/diff_new_pack.6Fq1Nj/_new  2011-07-08 11:18:42.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   colord
-Version:0.1.9
+Version:0.1.10
 Release:1
 License:GPLv2+
 Summary:System Daemon for Managing Color Devices
@@ -52,6 +52,7 @@
 
 %package -n libcolord1
 
+
 Summary:System Daemon for Managing Color Devices -- Library
 Group:  System/Libraries
 Recommends: %{name}
@@ -63,6 +64,7 @@
 
 %package -n libcolord-devel
 
+
 Summary:System Daemon for Managing Color Devices -- Development Files
 Group:  Development/Languages/C and C++
 Requires:   libcolord1 = %{version}
@@ -118,7 +120,7 @@
 
 %files -n libcolord-devel
 %defattr(-, root, root)
-%{_includedir}/lib%{name}/
+%{_includedir}/colord-1/
 %{_libdir}/libcolord.so
 %{_libdir}/pkgconfig/colord.pc
 






Remember to have fun...

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



commit sushi for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package sushi for openSUSE:Factory
checked in at Fri Jul 8 11:18:13 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/sushi/sushi.changes2011-07-06 
10:43:55.0 +0200
@@ -0,0 +1,7 @@
+---
+Sun Jul  3 18:11:14 CEST 2011 - vu...@opensuse.org
+
+- Initial package (version 0.0.3).
+- sushi-fix-warnings.patch fixes build warnings that break the
+  build.
+

calling whatdependson for head-i586


New:

  sushi-0.0.3.tar.bz2
  sushi-fix-warnings.patch
  sushi.changes
  sushi.spec



Other differences:
--
++ sushi.spec ++
#
# spec file for package sushi
#
# 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:   sushi
Version:0.0.3
Release:1
License:GPLv3
Summary:Quick Previewer for Nautilus
Url:http://www.gnome.org
Group:  Productivity/File utilities
Source0:
http://download.gnome.org/sources/sushi/0.3/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM sushi-fix-warnings.patch vu...@opensuse.org -- Fix build 
warnings breaking the build; sent upstream by mail
Patch0: sushi-fix-warnings.patch
BuildRequires:  gobject-introspection-devel
BuildRequires:  intltool
BuildRequires:  unoconv
BuildRequires:  pkgconfig(clutter-1.0)
BuildRequires:  pkgconfig(clutter-gst-1.0)
BuildRequires:  pkgconfig(clutter-gtk-1.0)
BuildRequires:  pkgconfig(evince-document-3.0)
BuildRequires:  pkgconfig(evince-view-3.0)
BuildRequires:  pkgconfig(gjs-1.0)
BuildRequires:  pkgconfig(gjs-dbus-1.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gstreamer-0.10)
BuildRequires:  pkgconfig(gstreamer-pbutils-0.10)
BuildRequires:  pkgconfig(gstreamer-tag-0.10)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(gtksourceview-3.0)
BuildRequires:  pkgconfig(libmusicbrainz3)
BuildRequires:  pkgconfig(webkitgtk-3.0)
Recommends: %{name}-lang
Supplements:nautilus
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.

%package -n libsushi-1_0-0
License:GPLv3
Summary:Quick Previewer for Nautilus -- Library
Group:  System/Libraries
# When built with unoconv support, the library will use unoconv to
# read LibreOffice files
Recommends: unoconv

%description -n libsushi-1_0-0
Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.

%lang_package
%prep
%setup -q
%patch0 -p1

%build
%configure
make %{?_smp_mflags}

%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name} %{?no_lang_C}

%clean
rm -rf %{buildroot}

%post -n libsushi-1_0-0 -p /sbin/ldconfig

%postun -n libsushi-1_0-0 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_bindir}/sushi
%{_libexecdir}/sushi-start
%{_datadir}/dbus-1/services/org.gnome.Sushi.service
%{_datadir}/sushi/

%files -n libsushi-1_0-0
%defattr(-,root,root)
%{_libdir}/libsushi-1.0.so.*
%{_libdir}/girepository-1.0/Sushi-1.0.typelib
# devel files, but we really have no need for a devel subpackage
%{_libdir}/libsushi-1.0.so
%{_datadir}/gir-1.0/Sushi-1.0.gir

%files lang -f %{name}.lang

%changelog
++ sushi-fix-warnings.patch ++
diff --git a/src/libsushi/sushi-sound-player.c 
b/src/libsushi/sushi-sound-player.c
index d275ac8..6406cee 100644
--- a/src/libsushi/sushi-sound-player.c
+++ b/src/libsushi/sushi-sound-player.c
@@ -131,6 +131,8 @@ sushi_sound_player_ensure_discoverer (SushiSoundPlayer 
*player)
 G_CALLBACK (discoverer_discovered_cb), player);
   gst_discoverer_start (priv->discoverer);
   gst_discoverer_discover_uri_async (priv->discoverer, priv->uri);
+
+  return TRUE;
 }
 
 static void
@@ -143,8 +145,7 @@ sushi_sound_player_set_uri (SushiSoundPlayer *player,
 
   priv = SUSHI_SOUND_PLAYER_GET_PRIVATE (player);
 
-  if (priv->uri &&
-  !strcmp (priv->uri, uri))
+  if (!g_strcmp0 (priv->uri, uri))
 return;
 
   g_free (priv->uri);
@@ -588,7 +589,7 @@ sushi_sound_player_get_playing (SushiSoundPlayer *player)
   GstState state, pending;
   gboolean pla

commit ModemManager for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory
checked in at Fri Jul 8 11:16:28 CEST 2011.




--- ModemManager/ModemManager.changes   2011-05-05 11:06:54.0 +0200
+++ /mounts/work_src_done/STABLE/ModemManager/ModemManager.changes  
2011-07-01 10:03:59.0 +0200
@@ -1,0 +2,46 @@
+Fri Jul  1 09:46:46 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.4.998:
+  + Handle udev 'change' events.
+  + gsm:
+- set SMS storage location before enabling notifications
+- handle case of entirely empty SPN correctly
+  + ussd: fix reception, network notifications, and network
+requests
+  + serial: warn when open/close take longer than 7 seconds
+  + Add a DBus interface for setting the log level.
+  + Add support for Samsung Y3400.
+  + Improvements for Icera-based modems.
+  + Improve disabling of Samsung GSM modems.
+  + Fix leaks.
+
+---
+Wed Jun 15 12:49:34 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.4.997:
+  + Add support for various Linktop devices (LW273, etc)
+  + Implement standard D-Bus Properties interface PropertiesChanged
+signal
+  + Add support for Qualcomm SMD-connected modems
+  + Export modem state over D-Bus
+  + Add D-Bus API for CDMA modem activation
+  + Correctly report HSPA+ access technology
+  + Correctly report home vs. roaming state with basic Sprint CDMA
+modems
+  + Add D-Bus API for power-cycling/resetting modems
+  + Add support for USSD responses
+  + Finer grained and more consistent logging
+  + Blacklist more usb-serial dongles unlikely to be modems
+  + Add support for platform serial ports
+  + Loosen permissions for reading device information
+  + Add support for Samsung Y3300 Icera-based modem
+  + Speed up probing process when ports support AT commands
+  + Better SMS reception and reporting
+  + Add support for some Wavecom modems
+  + Add support for Simtech-based Prolink PH-300
+  + Add support for Alcatel X200
+  + Fix various crashes when modem is removed
+  + Bigs fixed: bgo#636040, bgo#636438, bgo#637140, bgo#638038,
+bnc#674022, kde#266807, lp#673457, rh#544121.
+
+---

calling whatdependson for head-i586


Old:

  ModemManager-0.4.996.tar.bz2

New:

  ModemManager-0.4.998.tar.bz2



Other differences:
--
++ ModemManager.spec ++
--- /var/tmp/diff_new_pack.WONCUr/_old  2011-07-08 11:15:57.0 +0200
+++ /var/tmp/diff_new_pack.WONCUr/_new  2011-07-08 11:15:57.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   ModemManager
-Version:0.4.996
+Version:0.4.998
 Release:1
 License:LGPLv2.1+
 Summary:DBus interface for modem handling
 Url:http://cgit.freedesktop.org/ModemManager/ModemManager
 Group:  Productivity/Networking/System
-Source0:ModemManager-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/ModemManager/0.4/%{name}-%{version}.tar.bz2
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool

++ ModemManager-0.4.996.tar.bz2 -> ModemManager-0.4.998.tar.bz2 ++
 4905 lines of diff (skipped)






Remember to have fun...

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



commit PackageKit-branding-openSUSE for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package PackageKit-branding-openSUSE for 
openSUSE:Factory
checked in at Fri Jul 8 11:15:43 CEST 2011.




--- PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes   
2011-05-06 12:41:58.0 +0200
+++ 
/mounts/work_src_done/STABLE/PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes
  2011-07-06 15:48:14.0 +0200
@@ -1,0 +2,9 @@
+Wed Jul  6 15:15:40 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Add a Requires for PackageKit, since the branding package is
+  useless without it.
+- Update summary and description.
+- Add Url tag.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ PackageKit-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.e4eIIC/_old  2011-07-08 11:14:59.0 +0200
+++ /var/tmp/diff_new_pack.e4eIIC/_new  2011-07-08 11:14:59.0 +0200
@@ -23,10 +23,11 @@
 
 Name:   PackageKit-branding-openSUSE
 License:GPLv2+
-Version:11.4
-Release:6
-Summary:openSUSE branding of PackageKit
+Version:12.1
+Release:1
+Summary:Simple software installation management software -- openSUSE 
default configuration
 Group:  System/Daemons
+Url:http://packagekit.org/
 Source0:COPYING
 Source1:PackageKit-branding-ZYpp.conf
 # PATCH-FEATURE-OPENSUSE PackageKit-branding-vendor.patch vu...@opensuse.org 
-- Update the Vendor.conf file with distro-specific data
@@ -39,6 +40,7 @@
 BuildRequires:  PackageKit-branding-upstream
 BuildRequires:  PackageKit
 %define packagekit_version %(rpm -q --qf '%%{version}-%%{release}' PackageKit)
+Requires:   PackageKit = %{packagekit_version}
 Provides:   PackageKit-branding = %{packagekit_version}
 Conflicts:  otherproviders(PackageKit-branding)
 Supplements:packageand(PackageKit:branding-openSUSE)
@@ -46,7 +48,14 @@
 BuildArch:  noarch
 
 %description
-This package provides openSUSE Look and Feel for PackageKit.
+PackageKit is a system designed to make installing and updating
+software on your computer easier.  The primary design goal is to unify
+all the software graphical tools used in different distributions, and
+use some of the latest technology like PolicyKit to make the process
+suck less.
+
+This package provides the openSUSE default configuration for
+PackageKit.
 
 %prep
 cp -a %{SOURCE0} .

++ PackageKit-branding.changes.in ++
--- /var/tmp/diff_new_pack.e4eIIC/_old  2011-07-08 11:15:00.0 +0200
+++ /var/tmp/diff_new_pack.e4eIIC/_new  2011-07-08 11:15:00.0 +0200
@@ -1,4 +1,13 @@
 ---
+Wed Jul  6 15:15:40 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Add a Requires for PackageKit, since the branding package is
+  useless without it.
+- Update summary and description.
+- Add Url tag.
+
+---
 Fri May  6 12:41:14 CEST 2011 - vu...@opensuse.org
 
 - Package %{_sysconfdir}/PackageKit/CommandNotFound.conf again, as

++ PackageKit-branding.spec.in ++
--- /var/tmp/diff_new_pack.e4eIIC/_old  2011-07-08 11:15:00.0 +0200
+++ /var/tmp/diff_new_pack.e4eIIC/_new  2011-07-08 11:15:00.0 +0200
@@ -21,10 +21,11 @@
 
 Name:   PackageKit-branding-%{branding_name}
 License:GPLv2+
-Version:11.4
+Version:12.1
 Release:1
-Summary:%{branding_name} branding of PackageKit
+Summary:Simple software installation management software -- 
%{branding_name} default configuration
 Group:  System/Daemons
+Url:http://packagekit.org/
 Source0:COPYING
 Source1:PackageKit-branding-ZYpp.conf
 # PATCH-FEATURE-OPENSUSE PackageKit-branding-vendor.patch vu...@opensuse.org 
-- Update the Vendor.conf file with distro-specific data
@@ -37,6 +38,7 @@
 BuildRequires:  PackageKit-branding-upstream
 BuildRequires:  PackageKit
 %define packagekit_version %(rpm -q --qf '%%{version}-%%{release}' PackageKit)
+Requires:   PackageKit = %{packagekit_version}
 Provides:   PackageKit-branding = %{packagekit_version}
 Conflicts:  otherproviders(PackageKit-branding)
 Supplements:packageand(PackageKit:branding-%{branding_name})
@@ -44,7 +46,14 @@
 BuildArch:  noarch
 
 %description
-This package provides %{branding_name} Look and Feel for PackageKit.
+PackageKit is a system designed to make installing and updating
+software on your computer easier.  The primary design goal is to unify
+all the software graphical tools used in different distributions, and
+use some of the latest technology like PolicyKit to make the process
+suck less.
+
+This package provides the %{branding_name} default configuration for
+PackageKit.
 

commit gnome-menus-branding-openSUSE for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-menus-branding-openSUSE for 
openSUSE:Factory
checked in at Fri Jul 8 11:14:49 CEST 2011.




--- GNOME/gnome-menus-branding-openSUSE/gnome-menus-branding-SLED.changes   
2011-04-27 16:03:54.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-menus-branding-openSUSE/gnome-menus-branding-SLED.changes
2011-07-07 10:14:02.0 +0200
@@ -1,0 +2,15 @@
+Thu Jul  7 10:13:17 CEST 2011 - vu...@opensuse.org
+
+- Change License tag from BSD3c to LGPLv2.1+: since we base our
+  branding on the one from upstream, we inherit the license.
+
+---
+Wed Jul  6 16:40:24 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Add a Requires for gnome-menus, since the branding package is
+  useless without it.
+- Update summary and description.
+- Add Url tag.
+
+---
gnome-menus-branding-openSUSE.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ gnome-menus-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.Jr3PKO/_old  2011-07-08 11:14:05.0 +0200
+++ /var/tmp/diff_new_pack.Jr3PKO/_new  2011-07-08 11:14:05.0 +0200
@@ -22,11 +22,12 @@
 # Do not edit this auto generated file! Edit gnome-menus-branding.spec.in.
 
 Name:   gnome-menus-branding-SLED
-Version:11.4
-Release:2
+Version:12.1
+Release:1
 Group:  System/GUI/GNOME
-License:BSD3c
-Summary:SLED branding of gnome-menus
+License:LGPLv2.1+
+Summary:The GNOME Desktop Menu -- SLED Menus Definitions
+Url:http://www.gnome.org
 Source: gnome-menus-branding-COPYING
 Source1:gnome-menus-branding-settings.menu
 # PATCH-FIX-OPENSUSE gnome-menus-branding-remove-X-SuSE-ControlCenter.patch 
vu...@opensuse.org -- Remove the desktop files with X-SuSE-YaST category from 
the Applications menu and explicitly add YaST launcher
@@ -37,6 +38,7 @@
 BuildRequires:  gnome-menus-branding-upstream
 BuildRequires:  gnome-menus
 %define gnome_menus_version %(rpm -q --qf '%%{version}-%%{release}' 
gnome-menus)
+Requires:   gnome-menus = %{gnome_menus_version}
 Provides:   gnome-menus-branding = %{gnome_menus_version}
 Conflicts:  otherproviders(gnome-menus-branding)
 Supplements:packageand(gnome-menus:branding-SLED)
@@ -44,7 +46,12 @@
 BuildArch:  noarch
 
 %description
-This package provides SLED menu look for gnome-menus.
+The package contains an implementation of the draft "Desktop Menu
+Specification" from freedesktop.org:
+
+http://www.freedesktop.org/Standards/menu-spec
+
+This package provides the SLED definitions for menus.
 
 %prep
 %setup -q -T -c %{name}-%{version}

++ gnome-menus-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Jr3PKO/_old  2011-07-08 11:14:05.0 +0200
+++ /var/tmp/diff_new_pack.Jr3PKO/_new  2011-07-08 11:14:05.0 +0200
@@ -22,11 +22,12 @@
 # Do not edit this auto generated file! Edit gnome-menus-branding.spec.in.
 
 Name:   gnome-menus-branding-openSUSE
-Version:11.4
-Release:5
+Version:12.1
+Release:1
 Group:  System/GUI/GNOME
-License:BSD3c
-Summary:openSUSE branding of gnome-menus
+License:LGPLv2.1+
+Summary:The GNOME Desktop Menu -- openSUSE Menus Definitions
+Url:http://www.gnome.org
 Source: gnome-menus-branding-COPYING
 Source1:gnome-menus-branding-settings.menu
 # PATCH-FIX-OPENSUSE gnome-menus-branding-remove-X-SuSE-ControlCenter.patch 
vu...@opensuse.org -- Remove the desktop files with X-SuSE-YaST category from 
the Applications menu and explicitly add YaST launcher
@@ -37,6 +38,7 @@
 BuildRequires:  gnome-menus-branding-upstream
 BuildRequires:  gnome-menus
 %define gnome_menus_version %(rpm -q --qf '%%{version}-%%{release}' 
gnome-menus)
+Requires:   gnome-menus = %{gnome_menus_version}
 Provides:   gnome-menus-branding = %{gnome_menus_version}
 Conflicts:  otherproviders(gnome-menus-branding)
 Supplements:packageand(gnome-menus:branding-openSUSE)
@@ -44,7 +46,12 @@
 BuildArch:  noarch
 
 %description
-This package provides openSUSE menu look for gnome-menus.
+The package contains an implementation of the draft "Desktop Menu
+Specification" from freedesktop.org:
+
+http://www.freedesktop.org/Standards/menu-spec
+
+This package provides the openSUSE definitions for menus.
 
 %prep
 %setup -q -T -c %{name}-%{version}

++ gnome-menus-branding.changes.in ++
--- /var/tmp/diff_new_pack.Jr3PKO/_old  2011-07-08 11:14:05.0 +0200
+++ /var/tmp/diff_new_pack.Jr3PKO/_new  2011-07-08 11:14:05.0 +0200
@@ -1,4 +1,19 @@
 ---
+Thu Jul  7 10:13:17

commit accerciser for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package accerciser for openSUSE:Factory
checked in at Fri Jul 8 11:13:57 CEST 2011.




--- GNOME/accerciser/accerciser.changes 2011-04-21 17:08:38.0 +0200
+++ /mounts/work_src_done/STABLE/accerciser/accerciser.changes  2011-07-04 
15:38:27.0 +0200
@@ -1,0 +2,37 @@
+Mon Jul  4 15:37:01 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + bgo#653942: Remove script recorder references from POTFILES.in
+  + bgo#650097: accerciser shows all text attributes in the same
+row
+  + bgo#620705: help() in ipython console causes problems when
+accerciser is opened from a terminal
+  + bgo#651557: Help button in the AT-SPI validator should link to
+english title's wiki sections
+  + bgo#652610: Remove script recorder plugin
+  + Updated translations.
+
+---
+Mon Jun 13 14:05:09 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + bgo#641534: Pass a string when setting a tree view column
+  + bgo#573845: Accerciser hangs interface on python exit
+  + bgo#648150: 'Selected application' and 'Selected accessible'
+sources are ignored in event monitor
+  + Accerciser now checks for toolkit-accessibility key using
+gsettings
+  + Bumping Accerciser version to 3.x
+  + Updated translations.
+
+---
+Thu Jun  9 14:30:32 CEST 2011 - vu...@opensuse.org
+
+- Update dependencies:
+  + Change gnome-python-desktop BuildRequires to python-wnck, since
+only the wnck module is looked for.
+  + Change gnome-python-desktop Requires to python-rsvg and
+python-wnck Requires.
+  + Add missing python-gconf and python-gnome Requires.
+
+---

calling whatdependson for head-i586


Old:

  accerciser-1.12.1.tar.bz2

New:

  accerciser-3.1.3.tar.bz2



Other differences:
--
++ accerciser.spec ++
--- /var/tmp/diff_new_pack.hKgI1n/_old  2011-07-08 11:13:15.0 +0200
+++ /var/tmp/diff_new_pack.hKgI1n/_new  2011-07-08 11:13:15.0 +0200
@@ -20,29 +20,33 @@
 
 Name:   accerciser
 Summary:Accessibility debugging tool
-Version:1.12.1
-Release:9
+Version:3.1.3
+Release:1
 License:BSD3c(or similar) ; LGPLv2.1+
 Group:  Development/Tools/Other
 Url:http://live.gnome.org/Accerciser
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/accerciser/3.1/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gnome-python-desktop
 BuildRequires:  intltool
 # pyatspi is a virtual name that is provided by the default at-spi stack
 BuildRequires:  pyatspi
 BuildRequires:  python-gtk
+BuildRequires:  python-wnck
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 Requires:   IPython
-Requires:   gnome-python-desktop
 # pyatspi is a virtual name that is provided by the default at-spi stack
 Requires:   pyatspi
+Requires:   python-gconf
+# This is for the gnome python module, not for the meta-package
+Requires:   python-gnome
 Requires:   python-gtk
 Requires:   python-gtksourceview
+Requires:   python-rsvg
+Requires:   python-wnck
 Recommends: %{name}-lang
 %py_requires
 %if %suse_version <= 1110
@@ -62,7 +66,7 @@
 
 %lang_package
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 translation-update-upstream
 
 %build

++ accerciser-1.12.1.tar.bz2 -> accerciser-3.1.3.tar.bz2 ++
 10593 lines of diff (skipped)






Remember to have fun...

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



commit libthai for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libthai for openSUSE:Factory
checked in at Fri Jul 8 11:13:01 CEST 2011.




--- libthai/libthai.changes 2011-04-29 23:29:24.0 +0200
+++ /mounts/work_src_done/STABLE/libthai/libthai.changes2011-07-07 
14:12:31.0 +0200
@@ -1,0 +2,22 @@
+Mon Jun 27 12:39:05 CEST 2011 - dims...@opensuse.org
+
+- Apply SLPP (bnc#647012):
+  + Split out libthai0 subpackage
+  + Move thbrk.tri in new libthai-data subpackage
+  + Add libthai-data Requires to libthai0. This Requires use >=
+%{version}, instead of =, since the data is not
+parallel-installable with other versions. We can just hope the
+data format will stay compatible (and the higher version will
+be more complete).
+- Change License tag to LGPL-2.1+, as per spdx.org.
+- Do not require libdatrie-devel from the -devel package: it will
+  be added automatically the pkgconfig()-way.
+- Adjust baselibs.conf to follow the SLPP name change.
+- Change Group of the -devel package to be Development/Languages/C
+  and C++ instead of System/Libraries.
+- Stop using source services. Factory is moving away from it and a
+  different approach to verify the authenticity of the tarballs is
+  being implemented (by using the Source URL).
+- spec file cleanups.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:libthai-0.1.15.tar.bz2
  _service:set_version:libthai.spec

New:

  libthai-0.1.15.tar.bz2



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.D3gqou/_old  2011-07-08 11:12:46.0 +0200
+++ /var/tmp/diff_new_pack.D3gqou/_new  2011-07-08 11:12:46.0 +0200
@@ -18,9 +18,10 @@
 
 
 Name:   libthai
-Version:0.1.14
-Release:10
-License:LGPLv2.1+
+Version:0.1.15
+Release:3
+# FIXME: At next version update, replace Obsoletes <= with < only to fix 
RPMLint warning in libthai0 (here and in baselibs.conf)
+License:LGPL-2.1+
 Summary:Thai Language Support Routines
 Url:http://linux.thai.net/plone/TLWG/libthai/
 Group:  System/Libraries
@@ -37,12 +38,44 @@
 word breaking, input and output methods, and basic character and string
 support.
 
+%package -n libthai0
+License:LGPL-2.1+
+Summary:Thai Language Support Routines
+Group:  System/Libraries
+# SLPP applied since version 0.1.15.
+Provides:   libthai = %{version}
+Obsoletes:  libthai <= %{version}
+# libthai needs the data to run, but the data is not parallel-installable,
+# hence the >= instead of =. We just hope the data format will stay the same in
+# the future.
+Requires:   libthai-data >= %{version}
+
+%description -n libthai0
+LibThai is a set of Thai language support routines aimed to ease
+developers' tasks to incorporate Thai language support in their
+applications. It includes important Thai-specific functions, such as
+word breaking, input and output methods, and basic character and string
+support.
+
+%package data
+License:LGPL-2.1+
+Summary:Thai Language Support Routines - Data files
+Group:  System/Libraries
+
+%description data
+LibThai is a set of Thai language support routines aimed to ease
+developers' tasks to incorporate Thai language support in their
+applications. It includes important Thai-specific functions, such as
+word breaking, input and output methods, and basic character and string
+support.
+
+This package contains the data files for libthai.
+
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Thai Language Support Routines (development files)
-Group:  System/Libraries
-Requires:   %{name} = %{version}
-Requires:   libdatrie-devel
+Group:  Development/Languages/C and C++
+Requires:   libthai0 = %{version}
 
 %description devel
 LibThai is a set of Thai language support routines aimed to ease
@@ -59,27 +92,30 @@
 
 %build
 %configure --disable-static --with-pic
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
 
 %clean
 rm -rf %{buildroot}
 
-%post -p /sbin/ldconfig
+%post -n libthai0 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libthai0 -p /sbin/ldconfig
 
-%files
+%files -n libthai0
 %defattr(-,root,root)
 %{_libdir}/libthai.so.*
-%{_datadir}/libthai
+
+%files data
+%defattr(-, root, root)
+%{_datadir}/libthai/
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/thai
+%{_includedir}/thai/
 %{_libdir}/libthai.so
 %{_libdir}/pkgconfig/*.pc
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.D3gqou/_old  2011-07-08 11:12:46.0 +0200
+++ /var/tmp/diff_new_pack.D3gqou/_new  2011-07-08 11:

commit PackageKit for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory
checked in at Fri Jul 8 11:05:24 CEST 2011.




--- PackageKit/PackageKit.changes   2011-06-09 22:47:25.0 +0200
+++ /mounts/work_src_done/STABLE/PackageKit/PackageKit.changes  2011-07-06 
16:06:21.0 +0200
@@ -1,0 +2,40 @@
+Wed Jul  6 15:38:32 CEST 2011 - vu...@opensuse.org
+
+- Add Requires for PackageKit to branding-upstream subpackage,
+  since the branding package is useless without it.
+- Update summary and description of branding-upstream subpackage.
+
+---
+Tue Jul  5 10:48:38 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.6.16:
+  + New Features:
+- Support looking up Plasma services
+  + Libraries (glib):
+- Added element-type annotations for each function returning a
+  GPtrArray
+- Ensure packages from the progress handler have the package_id
+  assigned
+  + Non-zypp backends updates.
+  + Bugfixes:
+- Do not hardcode G_DISABLE_DEPRECATED as it breaks with GTK+-2
+  and GLib
+- Do not hardcode the UID_MIN as 500 (rh#717110)
+- Do not try to parse any arguments in command-not-found
+- Ensure we save the updates cache for the pre-transaction
+  checks
+- Fix a build error in the browser plugin when using old
+  versions of gdk
+- Update the PackageKit matrix webpage to reflect current
+  backends
+- 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 Jul  4 14:27:09 CEST 2011 - vu...@opensuse.org
+
+- Create %{_libexecdir}/gst-install-plugins-helper in %install as
+  the ghost files need to exist to be packaged.
+
+---

calling whatdependson for head-i586


Old:

  PackageKit-0.6.15.tar.bz2

New:

  PackageKit-0.6.16.tar.xz



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.S8eTyx/_old  2011-07-08 11:04:28.0 +0200
+++ /var/tmp/diff_new_pack.S8eTyx/_new  2011-07-08 11:04:28.0 +0200
@@ -34,7 +34,7 @@
 %endif
 
 Name:   PackageKit
-Version:0.6.15
+Version:0.6.16
 Release:1
 License:GPLv2+
 BuildRequires:  NetworkManager-devel
@@ -60,10 +60,12 @@
 BuildRequires:  python-devel
 BuildRequires:  sqlite-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
 Group:  System/Daemons
 Summary:Simple software installation management software
 Url:http://packagekit.org/
-Source: %{name}-%{version}.tar.bz2
+Source: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE PackageKit-sysconfig-cron.patch vu...@opensuse.org -- 
Change the configuration of the cron script to a sysconfig-like config
 Patch0: PackageKit-sysconfig-cron.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -264,17 +266,24 @@
 
 %package branding-upstream
 License:GPLv2+
-Summary:Upstream branding of PackageKit
+Summary:Simple software installation management software -- Upstream 
default configuration
 Group:  System/Daemons
-Supplements:packageand(%{name}:branding-upstream)
+Requires:   %{name} = %{version}
 Provides:   %{name}-branding = %{version}
 Conflicts:  otherproviders(%{name}-branding)
+Supplements:packageand(%{name}:branding-upstream)
 BuildArch:  noarch
 #BRAND: Provide configuration files -
 #BRAND: /etc/PackageKit/*
 
 %description branding-upstream
-This package provides upstream Look and Feel for PackageKit.
+PackageKit is a system designed to make installing and updating
+software on your computer easier.  The primary design goal is to unify
+all the software graphical tools used in different distributions, and
+use some of the latest technology like PolicyKit to make the process
+suck less.
+
+This package provides the upstream default configuration for PackageKit.
 
 %lang_package
 %prep
@@ -307,6 +316,8 @@
 # move the cron configuration to a sysconfig template
 install -d %{buildroot}%{_localstatedir}/adm/fillup-templates
 mv %{buildroot}%{_sysconfdir}/sysconfig/packagekit-background 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.packagekit-background
+# create ghost file
+touch %{buildroot}%{_libexecdir}/gst-install-plugins-helper
 %find_lang %{name} %{?no_lang_C}
 %fdupes $RPM_BUILD_ROOT
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For addi

commit libsocialweb-branding-openSUSE for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libsocialweb-branding-openSUSE for 
openSUSE:Factory
checked in at Fri Jul 8 10:59:32 CEST 2011.




--- libsocialweb-branding-openSUSE/libsocialweb-branding-openSUSE.changes   
2011-06-03 14:11:38.0 +0200
+++ 
/mounts/work_src_done/STABLE/libsocialweb-branding-openSUSE/libsocialweb-branding-openSUSE.changes
  2011-07-06 15:41:35.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul  6 15:21:25 CEST 2011 - vu...@opensuse.org
+
+- Add a Requires for libsocialweb, since the branding package is
+  useless without it.
+- Do not own directories already owned by libsocialweb.
+- Update summary and description.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libsocialweb-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.IRqg9w/_old  2011-07-08 10:58:46.0 +0200
+++ /var/tmp/diff_new_pack.IRqg9w/_new  2011-07-08 10:58:46.0 +0200
@@ -20,9 +20,9 @@
 
 Name:   libsocialweb-branding-openSUSE
 Version:12.1
-Release:1
+Release:3
 License:LGPL 2.1
-Summary:API keys for libsocialweb
+Summary:A personal social data server -- API keys from openSUSE
 Url:http://git.gnome.org/browse/libsocialweb/
 Group:  System/Libraries
 Source0:README-keys.txt
@@ -34,6 +34,7 @@
 Source6:twitter
 BuildRequires:  libsocialweb
 %define libsocialweb_version %(rpm -q --qf '%%{version}-%%{release}' 
libsocialweb)
+Requires:   libsocialweb = %{libsocialweb_version}
 Provides:   libsocialweb-branding = %{libsocialweb_version}
 Conflicts:  otherproviders(libsocialweb-branding)
 Supplements:packageand(libsocialweb:branding-openSUSE)
@@ -43,8 +44,11 @@
 BuildArch:  noarch
 
 %description
-This package provides API keys for the web services accessible
-with libsocialweb.
+Libsocialweb is a personal social data server, that can interact with
+social web services, like Flickr, Last.fm, Twitter and Vimeo.
+
+This package provides API keys from openSUSE, for the web services
+accessible with libsocialweb.
 
 %prep
 %setup -T -c -q -n %{name}-%{version}
@@ -65,8 +69,6 @@
 
 %files
 %defattr(-,root,root,-)
-%dir %{_datadir}/libsocialweb
-%dir %{_datadir}/libsocialweb/keys
 %{keydir}/*
 
 %changelog






Remember to have fun...

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



commit python-atspi for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package python-atspi for openSUSE:Factory
checked in at Fri Jul 8 10:58:40 CEST 2011.




--- python-atspi/python-atspi.changes   2011-05-31 13:29:21.0 +0200
+++ /mounts/work_src_done/STABLE/python-atspi/python-atspi.changes  
2011-07-05 08:12:24.0 +0200
@@ -1,0 +2,19 @@
+Tue Jul  5 08:11:57 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.1.3:
+  + bgo#644393: Remove document:content-changed from EVENT_TREE
+
+---
+Fri Jun 17 00:44:49 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.1.2:
+  + Merge changes from 2.0.2.
+  + Add atspiVersion().
+  + Fix makeSyncType to generate a proper enum (will be needed when
+enum-types branch of at-spi2-core is merged).
+  + Add clearCache().
+  + Cache eventTypes in events for performance reasons.
+  + Add GPL2 license because a couple of test files are licensed
+under it.
+
+---

calling whatdependson for head-i586


Old:

  pyatspi-2.0.2.tar.bz2

New:

  pyatspi-2.1.3.tar.bz2



Other differences:
--
++ python-atspi.spec ++
--- /var/tmp/diff_new_pack.rXIUFC/_old  2011-07-08 10:57:00.0 +0200
+++ /var/tmp/diff_new_pack.rXIUFC/_new  2011-07-08 10:57:00.0 +0200
@@ -19,13 +19,13 @@
 
 Name:   python-atspi
 %define _name   pyatspi
-Version:2.0.2
+Version:2.1.3
 Release:1
 Summary:Assistive Technology Service Provider Interface - Python 
bindings
 License:LGPLv2.0
 Group:  Development/Libraries/Python
 Url:http://www.gnome.org/
-Source0:%{_name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/pyatspi/2.1/%{_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(pygobject-2.0)
 Requires:   dbus-1-python

++ pyatspi-2.0.2.tar.bz2 -> pyatspi-2.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.0.2/COPYING.GPL 
new/pyatspi-2.1.3/COPYING.GPL
--- old/pyatspi-2.0.2/COPYING.GPL   1970-01-01 01:00:00.0 +0100
+++ new/pyatspi-2.1.3/COPYING.GPL   2011-06-14 00:32:18.0 +0200
@@ -0,0 +1,339 @@
+   GNU GENERAL PUBLIC LICENSE
+  Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+   Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents

commit mousetweaks for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package mousetweaks for openSUSE:Factory
checked in at Fri Jul 8 10:56:51 CEST 2011.




--- GNOME/mousetweaks/mousetweaks.changes   2011-05-17 21:53:02.0 
+0200
+++ /mounts/work_src_done/STABLE/mousetweaks/mousetweaks.changes
2011-06-14 10:01:01.0 +0200
@@ -1,0 +2,16 @@
+Tue Jun 14 09:35:27 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + Remove animate-cursor key from mousetweaks.convert
+  + Limit passive mouse button grabs to the mouse wheel
+  + Use new macro for boxed gtypes
+  + Disable multidevice support in gdk
+  + Build fixes
+  + Updated translations.
+
+---
+Fri Jun 10 10:40:12 UTC 2011 - fcro...@novell.com
+
+- Remove BuildRequires on gnome-panel-devel (obsolete).
+
+---

calling whatdependson for head-i586


Old:

  mousetweaks-3.1.1.tar.bz2

New:

  mousetweaks-3.1.2.tar.bz2



Other differences:
--
++ mousetweaks.spec ++
--- /var/tmp/diff_new_pack.pKltRn/_old  2011-07-08 10:56:28.0 +0200
+++ /var/tmp/diff_new_pack.pKltRn/_new  2011-07-08 10:56:28.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mousetweaks
-Version:3.1.1
+Version:3.1.2
 Release:1
 License:GPLv3
 Summary:Tweak mouse settings in GNOME
@@ -27,7 +27,6 @@
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gnome-panel-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)

++ mousetweaks-3.1.1.tar.bz2 -> mousetweaks-3.1.2.tar.bz2 ++
 2902 lines of diff (skipped)






Remember to have fun...

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



commit system-config-printer for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory
checked in at Fri Jul 8 10:56:22 CEST 2011.




--- GNOME/system-config-printer/system-config-printer.changes   2011-05-27 
15:41:29.0 +0200
+++ 
/mounts/work_src_done/STABLE/system-config-printer/system-config-printer.changes
2011-07-04 09:47:50.0 +0200
@@ -1,0 +2,51 @@
+Sat Jul  2 11:57:53 UTC 2011 - dims...@opensuse.org
+
+- Move %{_sysconfdir}/cupshelpers/preferreddrivers.xml to
+  python-cupshelpers subpackage as the file is from there.
+- Own %{_sysconfdir}/cupshelpers to fix build.
+
+---
+Thu Jun  9 16:35:57 CEST 2011 - vu...@opensuse.org
+
+- Remove python-gnome Requires as no modules from python-gnome are
+  used.
+- Add missing python-gnomekeyring Requires.
+- Change python-gobject2 Requires to python-gobject, following the
+  package renaming.
+
+---
+Fri Jun  3 10:42:41 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.3.3:
+  + Main application:
+- Allow % character in SMB URI (lp#747400).
+- More error handling (lp#744783).
+- Avoid traceback if printer duplication fails (rh#694629).
+- Fixed off-by-one error in monitor.
+- Fixed printer renaming (lp#726954).
+  + Printer Properties dialog:
+- Added PrinterModified D-Bus signal to printer properties
+  interface.
+- More robustness for printer properties dialog when printer
+  removed (lp#741987).
+  + New Printer dialog:
+- Fixed PPDs loader when using CUPS remotely or when DBus not
+  available (rh#693515).
+- Handle failure to load PPDs more gracefully (lp#742409).
+- Avoid traceback when cancelling New Printer dialog after
+  failure.
+- Make sure everything is ready before handlers might be called
+  (rh#689336).
+  + Job Viewer:
+- Ensure consistency in jobviewer if add_job fails (rh#693055,
+  rh#632551).
+- Be defensive against CUPS returning incorrect job IDs
+  (lp#721051).
+  + Other bits:
+- More uses of check-device-ids.py.
+- udev-configure-printer: be more defensive when parsing CUPS
+  response (lp#760661).
+  + Other bugs fixed: lp#733088, lp#748964, lp#759811, lp#777188.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  system-config-printer-1.3.2.tar.bz2

New:

  system-config-printer-1.3.3.tar.bz2



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.omnl9O/_old  2011-07-08 10:55:41.0 +0200
+++ /var/tmp/diff_new_pack.omnl9O/_new  2011-07-08 10:55:41.0 +0200
@@ -21,7 +21,7 @@
 Name:   system-config-printer
 License:GPLv2+
 Group:  Hardware/Printing
-Version:1.3.2
+Version:1.3.3
 Release:1
 Summary:A printer administration tool
 Url:http://cyberelk.net/tim/software/system-config-printer/
@@ -52,8 +52,8 @@
 Requires:   desktop-file-utils
 Requires:   python-cups
 Requires:   python-cupshelpers
-Requires:   python-gnome
-Requires:   python-gobject2
+Requires:   python-gnomekeyring
+Requires:   python-gobject
 Requires:   python-gtk
 Requires:   python-notify
 Requires:   python-smbc
@@ -143,7 +143,6 @@
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
 %{_datadir}/dbus-1/services/org.fedoraproject.Config.Printing.service
-%config(noreplace) %{_sysconfdir}/cupshelpers/preferreddrivers.xml
 %config(noreplace) 
%{_sysconfdir}/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
 %config(noreplace) 
%{_sysconfdir}/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
 %{_sysconfdir}/xdg/autostart/*.desktop
@@ -151,6 +150,8 @@
 
 %files -n python-cupshelpers
 %defattr(-,root,root,-)
+%dir %{_sysconfdir}/cupshelpers
+%config(noreplace) %{_sysconfdir}/cupshelpers/preferreddrivers.xml
 %exclude %{python_sitelib}/cupshelpers/*.pyc
 %{python_sitelib}/cupshelpers
 %{python_sitelib}/cupshelpers*.egg-info

++ system-config-printer-1.3.2.tar.bz2 -> 
system-config-printer-1.3.3.tar.bz2 ++
 165369 lines of diff (skipped)






Remember to have fun...

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



commit vino for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package vino for openSUSE:Factory
checked in at Fri Jul 8 10:55:33 CEST 2011.




--- GNOME/vino/vino.changes 2011-05-17 21:46:41.0 +0200
+++ /mounts/work_src_done/STABLE/vino/vino.changes  2011-07-05 
10:06:43.0 +0200
@@ -1,0 +2,19 @@
+Tue Jul  5 07:52:22 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Add more categories to preferences desktop file
+  + Use const instead of deprecated G_CONST_RETURN
+  + Make desktop files appear in Unity too, bgo#653802
+- Note that we still change the categories in
+  vino-preferences.desktop, as the updated categories are still not
+  what we want for our menu structure. However, append RemoteAccess
+  and Network to the list, like upstream.
+
+---
+Tue Jun 14 09:47:34 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Minor build fixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  vino-3.1.1.tar.bz2

New:

  vino-3.1.3.tar.bz2



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.NTsBzj/_old  2011-07-08 10:55:09.0 +0200
+++ /var/tmp/diff_new_pack.NTsBzj/_new  2011-07-08 10:55:09.0 +0200
@@ -21,11 +21,11 @@
 Name:   vino
 License:GPLv2+
 Group:  Productivity/Networking/Other
-Version:3.1.1
+Version:3.1.3
 Release:1
 Summary:GNOME VNC Server
 Url:http://www.gnome.org
-Source: vino-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/vino/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gnutls-devel
 BuildRequires:  intltool
@@ -63,7 +63,7 @@
 %endif
 # X-GNOME-NetworkSettings is okay upstream, but it makes the item appear 
misplaced with our menu structure
 grep -q X-GNOME-NetworkSettings 
%{buildroot}%{_datadir}/applications/vino-preferences.desktop
-%suse_update_desktop_file -r vino-preferences GNOME GTK Settings 
X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal
+%suse_update_desktop_file -r vino-preferences GNOME GTK Settings 
X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal RemoteAccess Network
 %suse_update_desktop_file vino-server
 %find_lang %{name} %{?no_lang_C}
 %fdupes $RPM_BUILD_ROOT

++ vino-3.1.1.tar.bz2 -> vino-3.1.3.tar.bz2 ++
 23191 lines of diff (skipped)






Remember to have fun...

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



commit orca for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package orca for openSUSE:Factory
checked in at Fri Jul 8 10:55:00 CEST 2011.




--- GNOME/orca/orca.changes 2011-06-16 15:23:32.0 +0200
+++ /mounts/work_src_done/STABLE/orca/orca.changes  2011-07-05 
09:02:14.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul  5 08:59:16 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + General:
+- bgo#653642: Alt+F4 followed by Escape leaves the Orca window
+  closed, but Orca still running
+- bgo#653628: List shortcuts mode: shortcut is spelled out as
+  "shift T A B" instead of saying "shift tab"
+- bgo#653634: Orca welcome message is cut off
+- bgo#653624: bash-ism causes error in orca startup script
+- bgo#653514: The only magnification work Orca should be doing
+  is handling caret and focus tracking
+- bgo#652500: DBusException seen when Orca is running with
+  gnome-shell mag
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  orca-3.1.2.tar.bz2

New:

  orca-3.1.3.tar.bz2



Other differences:
--
++ orca.spec ++
--- /var/tmp/diff_new_pack.hpPyJw/_old  2011-07-08 10:48:50.0 +0200
+++ /var/tmp/diff_new_pack.hpPyJw/_new  2011-07-08 10:48:50.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   orca
-Version:3.1.2
+Version:3.1.3
 Release:1
 License:LGPLv2.1+
 Summary:Screen reader for GNOME
 Url:http://www.gnome.org/
 Group:  System/GUI/GNOME
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/orca/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  at-spi-devel
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes

++ orca-3.1.2.tar.bz2 -> orca-3.1.3.tar.bz2 ++
 40881 lines of diff (skipped)






Remember to have fun...

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



commit libunique1 for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libunique1 for openSUSE:Factory
checked in at Fri Jul 8 10:48:42 CEST 2011.




--- libunique1/libunique1.changes   2011-05-19 18:27:12.0 +0200
+++ /mounts/work_src_done/STABLE/libunique1/libunique1.changes  2011-06-17 
16:26:52.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 17 10:57:55 UTC 2011 - dims...@opensuse.org
+
+- Add libunique1-no_g_const_return.patch: Use const instead of
+  G_CONST_RETURN. This is needed because of the G_CONST_RETURN
+  deprecation in recent glib 2.29.x.
+
+---

calling whatdependson for head-i586


New:

  libunique1-no_g_const_return.patch



Other differences:
--
++ libunique1.spec ++
--- /var/tmp/diff_new_pack.MeYSYs/_old  2011-07-08 10:48:03.0 +0200
+++ /var/tmp/diff_new_pack.MeYSYs/_new  2011-07-08 10:48:03.0 +0200
@@ -20,7 +20,7 @@
 Name:   libunique1
 %define _name   libunique
 Version:1.1.6
-Release:10
+Release:12
 License:LGPLv2.1+
 Summary:A library for writing single instance application
 Url:http://live.gnome.org/LibUnique
@@ -28,6 +28,8 @@
 Source: %{_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM libunique1-gcc46.patch dims...@opensuse.org -- Backport 
commit f791ed from master to unique-1.1.
 Patch0: libunique1-gcc46.patch
+# PATCH-FIX-UPSTREAM libunique1-no_g_const_return.patch dims...@opensuse.org 
-- Use const instead of G_CONST_RETURN. Not send upstream, as libunique1 is 
obsoleted.
+Patch1: libunique1-no_g_const_return.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gtk-doc
@@ -70,6 +72,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --enable-debug=no --enable-static=no --enable-dbus=yes

++ libunique1-no_g_const_return.patch ++
diff -ur libunique-1.1.6.orig/unique/uniqueapp.c 
libunique-1.1.6/unique/uniqueapp.c
--- libunique-1.1.6.orig/unique/uniqueapp.c 2009-11-01 19:33:13.0 
+0100
+++ libunique-1.1.6/unique/uniqueapp.c  2011-06-17 12:53:52.346788995 +0200
@@ -781,7 +781,7 @@
 }
 
 
-G_CONST_RETURN gchar *
+const gchar *
 unique_command_to_string (UniqueApp *app,
   gint   command)
 {
@@ -863,7 +863,7 @@
   return retval;
 }
 
-G_CONST_RETURN gchar *
+const gchar *
 unique_response_to_string (UniqueResponse response)
 {
   GEnumClass *enum_class;
diff -ur libunique-1.1.6.orig/unique/uniquebackend.c 
libunique-1.1.6/unique/uniquebackend.c
--- libunique-1.1.6.orig/unique/uniquebackend.c 2009-11-09 12:02:06.0 
+0100
+++ libunique-1.1.6/unique/uniquebackend.c  2011-06-17 12:53:52.346788995 
+0200
@@ -111,7 +111,7 @@
  *
  * Return value: FIXME
  */
-G_CONST_RETURN gchar *
+const gchar *
 unique_backend_get_name (UniqueBackend *backend)
 {
   g_return_val_if_fail (UNIQUE_IS_BACKEND (backend), NULL);
@@ -154,7 +154,7 @@
  *
  * Return value: FIXME
  */
-G_CONST_RETURN gchar *
+const gchar *
 unique_backend_get_startup_id (UniqueBackend *backend)
 {
   g_return_val_if_fail (UNIQUE_IS_BACKEND (backend), NULL);
diff -ur libunique-1.1.6.orig/unique/uniquebackend.h 
libunique-1.1.6/unique/uniquebackend.h
--- libunique-1.1.6.orig/unique/uniquebackend.h 2009-09-21 14:31:14.0 
+0200
+++ libunique-1.1.6/unique/uniquebackend.h  2011-06-17 12:53:52.346788995 
+0200
@@ -94,10 +94,10 @@
 
 UniqueBackend *   unique_backend_create (void);
 
-G_CONST_RETURN gchar *unique_backend_get_name   (UniqueBackend 
*backend);
+const gchar *unique_backend_get_name   (UniqueBackend *backend);
 void  unique_backend_set_name   (UniqueBackend 
*backend,
  const gchar   *name);
-G_CONST_RETURN gchar *unique_backend_get_startup_id (UniqueBackend 
*backend);
+const gchar *unique_backend_get_startup_id (UniqueBackend *backend);
 void  unique_backend_set_startup_id (UniqueBackend 
*backend,
  const gchar   
*startup_id);
 GdkScreen *   unique_backend_get_screen (UniqueBackend 
*backend);
diff -ur libunique-1.1.6.orig/unique/uniqueinternals.h 
libunique-1.1.6/unique/uniqueinternals.h
--- libunique-1.1.6.orig/unique/uniqueinternals.h   2009-09-21 
14:31:14.0 +0200
+++ libunique-1.1.6/unique/uniqueinternals.h2011-06-17 12:53:52.350789062 
+0200
@@ -44,11 +44,11 @@
  * and then back into an id
  */
 UniqueResponseunique_response_from_string  (const gchar*response);
-G_CONST_RETURN gchar *unique_response_to_string(UniqueResponse  response);
+const gchar *unique_response_to_string(UniqueResponse  response);
 
 gint  unique_command_from_string  

commit totem-pl-parser for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package totem-pl-parser for openSUSE:Factory
checked in at Fri Jul 8 10:47:53 CEST 2011.




--- GNOME/totem-pl-parser/totem-pl-parser.changes   2011-05-26 
21:52:12.0 +0200
+++ /mounts/work_src_done/STABLE/totem-pl-parser/totem-pl-parser.changes
2011-06-16 17:01:36.0 +0200
@@ -1,0 +2,20 @@
+Wed Jun  8 17:14:37 UTC 2011 - nmarq...@opensuse.org
+
+- Move to pkgconfig() style BuildRequires:
+  + Old ones: glib2-devel, gmime-2_4-devel,
+gobject-introspection-devel, libquvi-devel, libsoup-devel,
+libxml2-devel.
+  + New ones: glib-2.0, gmime-2.4, gobject-introspection-1.0,
+libquvi, libsoup-2.4, libxml-2.0.
+- Improved removal of libtool archives on spec.
+
+---
+Wed Jun  1 12:26:33 CEST 2011 - vu...@opensuse.org
+
+- Add libquvi-devel BuildRequires to enable Quvi video link
+  parsing. Fix bnc#676294.
+- Pass --enable-quvi to make sure quvi support is built-in; it will
+  make the build fail if we lose it for some reason, which is good
+  to not lose the feature silently.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ totem-pl-parser.spec ++
--- /var/tmp/diff_new_pack.Kql7XF/_old  2011-07-08 10:46:26.0 +0200
+++ /var/tmp/diff_new_pack.Kql7XF/_new  2011-07-08 10:46:26.0 +0200
@@ -20,20 +20,21 @@
 
 Name:   totem-pl-parser
 Version:2.32.5
-Release:1
+Release:2
 License:LGPLv2.0+
 Group:  Productivity/Multimedia/Video/Players
 Source0:%{name}-%{version}.tar.bz2
 Summary:A simple GObject-based library to parse playlist formats
 Url:http://www.gnome.org/projects/totem/
-BuildRequires:  glib2-devel
-BuildRequires:  gmime-2_4-devel
-BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
-BuildRequires:  libsoup-devel
-BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gmime-2.4)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(libarchive)
+BuildRequires:  pkgconfig(libquvi)
+BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang
 
@@ -55,11 +56,13 @@
 
 %lang_package
 %prep
-%setup
+%setup -q
 translation-update-upstream
 
 %build
-%configure --disable-static
+%configure \
+--disable-static \
+--enable-quvi
 make %{?jobs:-j%jobs}
 
 %post -p /sbin/ldconfig
@@ -71,7 +74,7 @@
 %if 0%{?suse_version} <= 1120
 %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
-rm $RPM_BUILD_ROOT/%{_libdir}/*.la
+find %{buildroot}%{_libdir} -name "*.la" -type f -print -delete
 %find_lang %{name}
 
 %clean






Remember to have fun...

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



commit libgweather for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory
checked in at Fri Jul 8 10:46:12 CEST 2011.




--- GNOME/libgweather/libgweather.changes   2011-05-24 09:30:32.0 
+0200
+++ /mounts/work_src_done/STABLE/libgweather/libgweather.changes
2011-07-04 18:28:27.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul  4 18:25:04 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Modernize build system a bit
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  libgweather-3.0.2.tar.bz2

New:

  libgweather-3.1.3.tar.bz2



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.wqfqiS/_old  2011-07-08 10:45:48.0 +0200
+++ /var/tmp/diff_new_pack.wqfqiS/_new  2011-07-08 10:45:48.0 +0200
@@ -18,14 +18,14 @@
 
 
 Name:   libgweather
-Version:3.0.2
+Version:3.1.3
 Release:1
 # FIXME: change Obsoletes in -data subpackage from '<=' to '<' with next 
version (> 3.0.0)
 License:GPLv2+
 Summary:Library to get online weather information
 Url:http://developer.gnome.org/libgweather/
 Group:  Development/Libraries/GNOME
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/libgweather/3.1/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 # PATCH-FEATURE-OPENSUSE libgweather-bnc428346-bundle.patch bnc428346 
vu...@novell.com -- Support a bundle directory so that bundle-lang-gnome-* 
doesn't conflict with libgweather-lang.
 Patch1: libgweather-bnc428346-bundle.patch

++ libgweather-3.0.2.tar.bz2 -> libgweather-3.1.3.tar.bz2 ++
GNOME/libgweather/libgweather-3.0.2.tar.bz2 
/mounts/work_src_done/STABLE/libgweather/libgweather-3.1.3.tar.bz2 differ: char 
11, line 1






Remember to have fun...

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



commit vte for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package vte for openSUSE:Factory
checked in at Fri Jul 8 10:45:35 CEST 2011.




--- GNOME/vte/vte.changes   2011-05-18 17:22:34.0 +0200
+++ /mounts/work_src_done/STABLE/vte/vte.changes2011-06-15 
09:59:15.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun 15 09:56:37 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.28.1:
+  + bgo#652124: malicious escape sequence causes gnome-terminal to
+exhaust memory
+  + Updated translations.
+
+---
vte2.changes: same change

calling whatdependson for head-i586


Old:

  vte-0.28.0.tar.bz2

New:

  vte-0.28.1.tar.bz2



Other differences:
--
++ vte.spec ++
--- /var/tmp/diff_new_pack.PGpI6Y/_old  2011-07-08 10:43:51.0 +0200
+++ /var/tmp/diff_new_pack.PGpI6Y/_new  2011-07-08 10:43:51.0 +0200
@@ -38,7 +38,7 @@
 Url:http://www.gnome.org
 License:GPLv2+
 Group:  Development/Libraries/GNOME
-Version:0.28.0
+Version:0.28.1
 Release:1
 Summary:Terminal Emulator Library
 Source: 
ftp://ftp.gnome.org/pub/gnome/sources/vte/0.16/%{_name}-%{version}.tar.bz2

++ vte2.spec ++
--- /var/tmp/diff_new_pack.PGpI6Y/_old  2011-07-08 10:43:51.0 +0200
+++ /var/tmp/diff_new_pack.PGpI6Y/_new  2011-07-08 10:43:51.0 +0200
@@ -38,7 +38,7 @@
 Url:http://www.gnome.org
 License:GPLv2+
 Group:  Development/Libraries/GNOME
-Version:0.28.0
+Version:0.28.1
 Release:1
 Summary:Terminal Emulator Library
 Source: 
ftp://ftp.gnome.org/pub/gnome/sources/vte/0.16/%{_name}-%{version}.tar.bz2
@@ -64,6 +64,7 @@
 
 %package -n libvte%{_sover}
 
+
 License:GPLv2+
 Summary:Terminal Emulator Library
 Group:  System/Libraries

++ vte-0.28.0.tar.bz2 -> vte-0.28.1.tar.bz2 ++
 14554 lines of diff (skipped)






Remember to have fun...

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



commit libsoup for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory
checked in at Fri Jul 8 10:43:39 CEST 2011.




--- GNOME/libsoup/libsoup.changes   2011-05-23 23:29:37.0 +0200
+++ /mounts/work_src_done/STABLE/libsoup/libsoup.changes2011-07-06 
10:50:57.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul  5 08:24:36 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.35.3:
+  + Always send the "Keep-Alive" header.
+  + Deal with broken apache Content-Encoding for .gz files, that
+was leading to decompressing the files.
+  + Various cache improvements, including:
+- Do not store hop-by-hop headers in cache.
+- Store the HTTP status code in the cache.
+- Add versioning support to SoupCache.
+  + Fix integer overflow on 32bit.
+  + Fix memory leaks.
+  + Build fixes.
+
+---

calling whatdependson for head-i586


Old:

  libsoup-2.34.2.tar.bz2

New:

  libsoup-2.35.3.tar.bz2



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.x5Lwz0/_old  2011-07-08 10:43:24.0 +0200
+++ /var/tmp/diff_new_pack.x5Lwz0/_new  2011-07-08 10:43:24.0 +0200
@@ -20,12 +20,12 @@
 
 Name:   libsoup
 Summary:HTTP client/server library for GNOME
-Version:2.34.2
+Version:2.35.3
 Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/GNOME
 Url:http://www.gnome.org
-Source: 
ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/libsoup/2.35/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  glib2-devel
 BuildRequires:  glib-networking

++ libsoup-2.34.2.tar.bz2 -> libsoup-2.35.3.tar.bz2 ++
 37936 lines of diff (skipped)






Remember to have fun...

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



commit gtk2-branding-openSUSE for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gtk2-branding-openSUSE for 
openSUSE:Factory
checked in at Fri Jul 8 10:42:08 CEST 2011.




--- GNOME/gtk2-branding-openSUSE/gtk2-branding-SLED.changes 2010-11-03 
16:19:48.0 +0100
+++ 
/mounts/work_src_done/STABLE/gtk2-branding-openSUSE/gtk2-branding-SLED.changes  
2011-07-06 16:16:54.0 +0200
@@ -1,0 +2,14 @@
+Wed Jul  6 16:14:11 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Change default theme to use Adwaita engine and gnome icon theme,
+  as we do not have any other good theme for GNOME 3 right now:
+  + Update gtk2-branding-gtkrc accordingly.
+  + Change gtk2-metatheme-sonar Requires to gtk3-metatheme-adwaita.
+  + Change sonar-icon-theme Requires to gnome-icon-theme.
+- Change gtk2-devel BuildRequires to gtk2, since this is enough.
+- Add a Requires for the package providing gtk2, since the branding
+  package is useless without it.
+- Update summary and description.
+
+---
gtk2-branding-openSUSE.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ gtk2-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.uIznj7/_old  2011-07-08 10:38:33.0 +0200
+++ /var/tmp/diff_new_pack.uIznj7/_new  2011-07-08 10:38:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk2-branding-SLED (Version 11.4)
+# spec file for package gtk2-branding-SLED
 #
-# 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
@@ -24,19 +24,19 @@
 # Do not edit this auto generated file! Edit gtk2-branding.spec.in.
 
 Name:   gtk2-branding-SLED
-Version:11.4
-Release:2
+Version:12.1
+Release:1
 Group:  System/Libraries
 License:BSD3c
-Summary:SLED theme configuration
+Summary:The GTK+ toolkit library (version 2) -- SLED theme 
configuration
 Source: gtk2-branding-gtkrc
 Source1:gtk2-branding-COPYING
-BuildRequires:  gtk2-devel
-%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' gtk2-devel)
-# Sonar gtk+ theme
-Requires:   gtk2-metatheme-sonar
-# Sonar icon theme
-Requires:   sonar-icon-theme
+BuildRequires:  gtk2
+%define gtk2_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk2)
+%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' 
%{gtk2_real_package})
+Requires:   %{gtk2_real_package} = %{gtk2_version}
+Requires:   gtk2-metatheme-adwaita
+Requires:   gnome-icon-theme
 Provides:   gtk2-branding = %{gtk2_version}
 Conflicts:  otherproviders(gtk2-branding)
 Supplements:packageand(gtk2:branding-SLED)
@@ -44,7 +44,12 @@
 BuildArch:  noarch
 
 %description
-SLED theme configuration for widget and icon themes.
+GTK+ is a multi-platform toolkit for creating graphical user interfaces.
+Offering a complete set of widgets, GTK+ is suitable for projects
+ranging from small one-off projects to complete application suites.
+
+This package provides the SLED theme configuration for
+widgets and icon themes.
 
 %prep
 %setup -q -T -c %{name}-%{version}

++ gtk2-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.uIznj7/_old  2011-07-08 10:38:33.0 +0200
+++ /var/tmp/diff_new_pack.uIznj7/_new  2011-07-08 10:38:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk2-branding-openSUSE (Version 11.4)
+# spec file for package gtk2-branding-openSUSE
 #
-# 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
@@ -24,19 +24,19 @@
 # Do not edit this auto generated file! Edit gtk2-branding.spec.in.
 
 Name:   gtk2-branding-openSUSE
-Version:11.4
-Release:2
+Version:12.1
+Release:1
 Group:  System/Libraries
 License:BSD3c
-Summary:openSUSE theme configuration
+Summary:The GTK+ toolkit library (version 2) -- openSUSE theme 
configuration
 Source: gtk2-branding-gtkrc
 Source1:gtk2-branding-COPYING
-BuildRequires:  gtk2-devel
-%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' gtk2-devel)
-# Sonar gtk+ theme
-Requires:   gtk2-metatheme-sonar
-# Sonar icon theme
-Requires:   sonar-icon-theme
+BuildRequires:  gtk2
+%define gtk2_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk2)
+%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' 
%{gtk2_real_package})
+Requires:   %{gtk2_real_package} = %{gtk2_version}

commit NetworkManager-pptp for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-pptp for 
openSUSE:Factory
checked in at Fri Jul 8 10:39:04 CEST 2011.




--- NetworkManager-pptp/NetworkManager-pptp.changes 2011-05-04 
17:32:00.0 +0200
+++ 
/mounts/work_src_done/STABLE/NetworkManager-pptp/NetworkManager-pptp.changes
2011-06-21 11:15:14.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 21 09:13:24 UTC 2011 - dims...@opensuse.org
+
+- Add NetworkManager-pptp-gtk_box_new.patch: Fix build with GTK+
+  3.1.6, which has gtk_{h|v}box_new deprecated. Patch taken from
+  upstream git, commit id 81b8afb2.
+
+---

calling whatdependson for head-i586


New:

  NetworkManager-pptp-gtk_box_new.patch



Other differences:
--
++ NetworkManager-pptp.spec ++
--- /var/tmp/diff_new_pack.X8A5St/_old  2011-07-08 10:38:33.0 +0200
+++ /var/tmp/diff_new_pack.X8A5St/_new  2011-07-08 10:38:33.0 +0200
@@ -22,7 +22,7 @@
 %define pppd_plugin_dir %(rpm -ql ppp | grep -m1 pppd/[0-9]*)
 Summary:NetworkManager VPN support for PPTP
 Version:0.8.999
-Release:1
+Release:2
 # FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs. 
They will re-appear later on (when nmce supports --import)
 License:GPLv2+
 Group:  Productivity/Networking/System
@@ -30,6 +30,8 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:gnome-mime-application-x-pptp-settings.png
 Patch0: nm-pptp-desktop.patch
+# PATCH-FIX-UPSTREAM NetworkManager-pptp-gtk_box_new.patch bgo#652801 
dims...@opensuse.org -- Fix build with GTK+ 3.1.6. Patch taken from upstream 
git, commit id 81b8afb2.
+Patch1: NetworkManager-pptp-gtk_box_new.patch
 BuildRequires:  grep
 BuildRequires:  intltool
 BuildRequires:  ppp-devel
@@ -63,6 +65,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 cp -a %{S:1} nm-pptp-settings.png
 
 %build


++ NetworkManager-pptp-gtk_box_new.patch ++
>From 81b8afb29d52959f5e07030eab2c7a3247d8 Mon Sep 17 00:00:00 2001
From: Jiří Klimeš 
Date: Mon, 20 Jun 2011 11:46:33 +
Subject: auth-dialog: use gtk_box_new() instead of gtk_(h/v)box_new() (bgo 
#652801)

These functions have been deprecated in GTK+ 3.1.6.
---
diff --git a/auth-dialog/gnome-two-password-dialog.c 
b/auth-dialog/gnome-two-password-dialog.c
index d9555b8..9ca3663 100644
--- a/auth-dialog/gnome-two-password-dialog.c
+++ b/auth-dialog/gnome-two-password-dialog.c
@@ -352,10 +352,14 @@ gnome_two_password_dialog_new (const char *dialog_title,
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON 
(password_dialog->details->connect_with_no_userpass_button), TRUE);
}

+#if GTK_CHECK_VERSION (3,1,6)
+   password_dialog->details->radio_vbox = gtk_box_new 
(GTK_ORIENTATION_VERTICAL, 6);
+#else
password_dialog->details->radio_vbox = gtk_vbox_new (FALSE, 6);
+#endif
gtk_box_pack_start (GTK_BOX (password_dialog->details->radio_vbox),
password_dialog->details->connect_with_no_userpass_button,
-   FALSE, FALSE, 0);   
+   FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (password_dialog->details->radio_vbox),
 password_dialog->details->connect_with_userpass_button,
 FALSE, FALSE, 0);
@@ -416,14 +420,23 @@ gnome_two_password_dialog_new (const char *dialog_title,
add_table_rows (password_dialog);
 
/* Adds some eye-candy to the dialog */
+#if GTK_CHECK_VERSION (3,1,6)
+   hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12);
+#else
hbox = gtk_hbox_new (FALSE, 12);
+#endif
+
gtk_container_set_border_width (GTK_CONTAINER (hbox), 5);
dialog_icon = gtk_image_new_from_stock 
(GTK_STOCK_DIALOG_AUTHENTICATION, GTK_ICON_SIZE_DIALOG);
gtk_misc_set_alignment (GTK_MISC (dialog_icon), 0.5, 0.0);
gtk_box_pack_start (GTK_BOX (hbox), dialog_icon, FALSE, FALSE, 0);
 
/* Fills the vbox */
+#if GTK_CHECK_VERSION (3,1,6)
+   main_vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 18);
+#else
main_vbox = gtk_vbox_new (FALSE, 18);
+#endif
 
if (message) {
message_label = GTK_LABEL (gtk_label_new (message));
@@ -434,7 +447,11 @@ gnome_two_password_dialog_new (const char  *dialog_title,
FALSE, FALSE, 0);
}
 
+#if GTK_CHECK_VERSION (3,1,6)
+   vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
+#else
vbox = gtk_vbox_new (FALSE, 6);
+#endif
gtk_box_pack_start (GTK_BOX (main_vbox), vbox, FALSE, FALSE, 0);
 
gtk_box_pack_start (GTK_BOX (vbox), 
password_dialog->details->radio_vbox,
--
cgit v0.9






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensus

commit gtk3-branding-openSUSE for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gtk3-branding-openSUSE for 
openSUSE:Factory
checked in at Fri Jul 8 10:38:12 CEST 2011.




--- GNOME/gtk3-branding-openSUSE/gtk3-branding-SLED.changes 2011-02-13 
22:26:10.0 +0100
+++ 
/mounts/work_src_done/STABLE/gtk3-branding-openSUSE/gtk3-branding-SLED.changes  
2011-07-06 16:09:21.0 +0200
@@ -1,0 +2,13 @@
+Wed Jul  6 16:07:07 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Change default theme to use Adwaita engine and gnome icon theme,
+  as we do not have any other good theme for GNOME 3 right now:
+  + Update gtk3-branding-settings.ini accordingly.
+  + Change sonar-icon-theme Requires to gnome-icon-theme.
+  + Add gtk3-metatheme-adwaita Requires.
+- Add a Requires for the package providing gtk3, since the branding
+  package is useless without it.
+- Update summary and description.
+
+---
gtk3-branding-openSUSE.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ gtk3-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.sxEAQk/_old  2011-07-08 10:36:44.0 +0200
+++ /var/tmp/diff_new_pack.sxEAQk/_new  2011-07-08 10:36:44.0 +0200
@@ -24,18 +24,19 @@
 # Do not edit this auto generated file! Edit gtk3-branding.spec.in.
 
 Name:   gtk3-branding-SLED
-Version:11.4
-Release:3
+Version:12.1
+Release:1
 Group:  System/Libraries
 License:BSD3c
-Summary:SLED theme configuration
+Summary:The GTK+ toolkit library (version 3) -- SLED theme 
configuration
 Source: gtk3-branding-settings.ini
 Source1:gtk3-branding-COPYING
 BuildRequires:  gtk3
-%define gtk3_real_package %(rpm -q --whatprovides gtk3)
+%define gtk3_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk3)
 %define gtk3_version %(rpm -q --qf '%%{version}-%%{release}' 
%{gtk3_real_package})
-# Sonar icon theme
-Requires:   sonar-icon-theme
+Requires:   %{gtk3_real_package} = %{gtk3_version}
+Requires:   gnome-icon-theme
+Requires:   gtk3-metatheme-adwaita
 Provides:   gtk3-branding = %{gtk3_version}
 Conflicts:  otherproviders(gtk3-branding)
 Supplements:packageand(gtk3:branding-SLED)
@@ -43,7 +44,12 @@
 BuildArch:  noarch
 
 %description
-SLED theme configuration for widget and icon themes.
+GTK+ is a multi-platform toolkit for creating graphical user interfaces.
+Offering a complete set of widgets, GTK+ is suitable for projects
+ranging from small one-off projects to complete application suites.
+
+This package provides the SLED theme configuration for
+widgets and icon themes.
 
 %prep
 %setup -q -T -c %{name}-%{version}

++ gtk3-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.sxEAQk/_old  2011-07-08 10:36:44.0 +0200
+++ /var/tmp/diff_new_pack.sxEAQk/_new  2011-07-08 10:36:44.0 +0200
@@ -24,18 +24,19 @@
 # Do not edit this auto generated file! Edit gtk3-branding.spec.in.
 
 Name:   gtk3-branding-openSUSE
-Version:11.4
-Release:3
+Version:12.1
+Release:1
 Group:  System/Libraries
 License:BSD3c
-Summary:openSUSE theme configuration
+Summary:The GTK+ toolkit library (version 3) -- openSUSE theme 
configuration
 Source: gtk3-branding-settings.ini
 Source1:gtk3-branding-COPYING
 BuildRequires:  gtk3
-%define gtk3_real_package %(rpm -q --whatprovides gtk3)
+%define gtk3_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk3)
 %define gtk3_version %(rpm -q --qf '%%{version}-%%{release}' 
%{gtk3_real_package})
-# Sonar icon theme
-Requires:   sonar-icon-theme
+Requires:   %{gtk3_real_package} = %{gtk3_version}
+Requires:   gnome-icon-theme
+Requires:   gtk3-metatheme-adwaita
 Provides:   gtk3-branding = %{gtk3_version}
 Conflicts:  otherproviders(gtk3-branding)
 Supplements:packageand(gtk3:branding-openSUSE)
@@ -43,7 +44,12 @@
 BuildArch:  noarch
 
 %description
-openSUSE theme configuration for widget and icon themes.
+GTK+ is a multi-platform toolkit for creating graphical user interfaces.
+Offering a complete set of widgets, GTK+ is suitable for projects
+ranging from small one-off projects to complete application suites.
+
+This package provides the openSUSE theme configuration for
+widgets and icon themes.
 
 %prep
 %setup -q -T -c %{name}-%{version}

++ gtk3-branding-settings.ini ++
--- /var/tmp/diff_new_pack.sxEAQk/_old  2011-07-08 10:36:44.0 +0200
+++ /var/tmp/diff_new_pack.sxEAQk/_new  2011-07-08 10:36:44.0 +0200
@@ -8,7 +8,6 @@
 # This is the default for openSUSE.
 
 [Settings]
-#FIXME: We don't have a good default theme for gtk+ 3 at the moment.
-#gtk-theme-name = Sonar
-gtk-icon-theme-name = Sonar
+gtk-theme-name = Adwaita
+gtk-icon-theme-name 

commit NetworkManager-gnome for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory
checked in at Fri Jul 8 10:37:53 CEST 2011.




--- GNOME/NetworkManager-gnome/NetworkManager-gnome.changes 2011-05-05 
11:25:53.0 +0200
+++ 
/mounts/work_src_done/STABLE/NetworkManager-gnome/NetworkManager-gnome.changes  
2011-06-09 16:47:19.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun  9 14:37:22 UTC 2011 - fcro...@novell.com
+
+- Update to 0.8.9997:
+  + don't allow inserting 0.0.0.0 as destination and netmask for
+IPv4 routes.
+  + Fix crash when connection is invalid.
+  + Complete openconnect migration support.
+  + handle PKCS#8 private keys.
+  + filter APN entry characters in mobile-wizard.
+  + allow _ as APN character.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  network-manager-applet-0.8.999.tar.bz2

New:

  network-manager-applet-0.8.9997.tar.bz2



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.SLKVmF/_old  2011-07-08 10:35:06.0 +0200
+++ /var/tmp/diff_new_pack.SLKVmF/_new  2011-07-08 10:35:06.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   NetworkManager-gnome
 Url:http://www.gnome.org/projects/NetworkManager/
-Version:0.8.999
+Version:0.8.9997
 Release:1
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ network-manager-applet-0.8.999.tar.bz2 -> 
network-manager-applet-0.8.9997.tar.bz2 ++
 12965 lines of diff (skipped)






Remember to have fun...

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



commit gtkmm2-documentation for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gtkmm2-documentation for 
openSUSE:Factory
checked in at Fri Jul 8 10:36:34 CEST 2011.




--- gtkmm2-documentation/gtkmm2-documentation.changes   2011-05-27 
12:38:11.0 +0200
+++ 
/mounts/work_src_done/STABLE/gtkmm2-documentation/gtkmm2-documentation.changes  
2011-06-28 17:45:14.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 28 17:34:09 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.24.1:
+  + Put a 2 in the name, so this is now Programming with gtkmm 2.
+- Changes from version 2.24.0:
+  + Replace mentions of the deprecated ComboBoxEntry with CombBox
+plus has-entry.
+  + Add Gtk::Tooltip example.
+  + Build: Check for mm-common.
+- Changes from version 2.23.0:
+  + Adapted to recent API deprecations in gtkmm 2.23/24.
+
+---

calling whatdependson for head-i586


Old:

  gtkmm-documentation-2.22.0.tar.bz2

New:

  gtkmm-documentation-2.24.1.tar.bz2



Other differences:
--
++ gtkmm2-documentation.spec ++
--- /var/tmp/diff_new_pack.H5AnRg/_old  2011-07-08 10:36:16.0 +0200
+++ /var/tmp/diff_new_pack.H5AnRg/_new  2011-07-08 10:36:16.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   gtkmm2-documentation
 %define _name   gtkmm-documentation
-Version:2.22.0
+Version:2.24.1
 Release:1
 License:GFDL 1.2 ; GPLv2+
 Summary:C++ Bindings for GTK+ -- Documentation

++ gtkmm-documentation-2.22.0.tar.bz2 -> gtkmm-documentation-2.24.1.tar.bz2 
++
 20791 lines of diff (skipped)






Remember to have fun...

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



commit gtksourceviewmm2 for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gtksourceviewmm2 for openSUSE:Factory
checked in at Fri Jul 8 10:36:09 CEST 2011.




--- GNOME/gtksourceviewmm2/gtksourceviewmm2.changes 2011-04-28 
11:24:56.0 +0200
+++ /mounts/work_src_done/STABLE/gtksourceviewmm2/gtksourceviewmm2.changes  
2011-06-26 15:31:07.0 +0200
@@ -1,0 +2,12 @@
+Sun Jun 26 15:21:20 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.10.2:
+  + Fixed plenty of reference counting problems, mainly in
+completion stuff.
+  + Added completion test.
+  + Fixed building with newer glibmm.
+- No longer pass --disable-documentation to configure: We have a
+  new tarball that fixes the issue we needed to workaround with
+  this.
+
+---

calling whatdependson for head-i586


Old:

  gtksourceviewmm-2.10.1.tar.bz2

New:

  gtksourceviewmm-2.10.2.tar.bz2



Other differences:
--
++ gtksourceviewmm2.spec ++
--- /var/tmp/diff_new_pack.qy9x3h/_old  2011-07-08 10:35:46.0 +0200
+++ /var/tmp/diff_new_pack.qy9x3h/_new  2011-07-08 10:35:46.0 +0200
@@ -19,9 +19,8 @@
 
 Name:   gtksourceviewmm2
 %define _name   gtksourceviewmm
-Version:2.10.1
+Version:2.10.2
 Release:1
-# FIXME: if there is a new upstream version, remove --disable-documentation 
from configure: this is right now broken because of the move to mm-common 
upstream, and we need a tarball to have this work.
 License:LGPLv2.1+
 Summary:C++ interface for gtksourceview
 Url:http://projects.gnome.org/gtksourceviewmm/
@@ -62,8 +61,7 @@
 
 %build
 %configure \
---disable-static \
---disable-documentation
+--disable-static
 make %{?_smp_mflags}
 
 %install
@@ -84,6 +82,8 @@
 
 %files devel
 %defattr(-,root,root,-)
+%doc %{_datadir}/devhelp/books/gtksourceviewmm-2.0/
+%doc %{_datadir}/doc/gtksourceviewmm-2.0/
 %{_includedir}/gtksourceviewmm-2.0/
 %{_libdir}/gtksourceviewmm-2.0/
 %{_libdir}/*.so

++ gtksourceviewmm-2.10.1.tar.bz2 -> gtksourceviewmm-2.10.2.tar.bz2 ++
 54423 lines of diff (skipped)






Remember to have fun...

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



commit gtkmm3 for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gtkmm3 for openSUSE:Factory
checked in at Fri Jul 8 10:35:37 CEST 2011.




--- GNOME/gtkmm3/gtkmm3.changes 2011-04-21 10:48:58.0 +0200
+++ /mounts/work_src_done/STABLE/gtkmm3/gtkmm3.changes  2011-07-06 
14:52:10.0 +0200
@@ -1,0 +2,24 @@
+Wed Jul  6 14:45:50 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.8:
+  + Gtk:
+- ComboBoxText: Constructor: Set entry-text-column and
+  id-column (bgo#653579).
+
+---
+Mon Jul  4 16:04:52 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.6:
+  + Gtk:
+- All H* or V* specialized classes have been deprecated, to
+  match the deprecations in the GTK+ C API.
+- Dialog: Deprecate get_vbox(), replacing with
+  get_content_area(), to match the C function name.
+- Changes from version 3.0.1:
+  + Gtk:
+- EntryCompletion: signal_cursor_match_info(): Fix this.
+- MessageDialog: Correct the get_message_area() return type.
+- ScrolledWindow: Correct the get_v/hscrollbar() return types.
+- Fix the --enable-warnings=fatal build with GTK+ 3.1.x.
+
+---

calling whatdependson for head-i586


Old:

  gtkmm-3.0.0.tar.bz2

New:

  gtkmm-3.1.8.tar.bz2



Other differences:
--
++ gtkmm3.spec ++
--- /var/tmp/diff_new_pack.GlIkIQ/_old  2011-07-08 10:34:36.0 +0200
+++ /var/tmp/diff_new_pack.GlIkIQ/_new  2011-07-08 10:34:36.0 +0200
@@ -21,13 +21,13 @@
 
 Name:   gtkmm3
 %define _name gtkmm
-Version:3.0.0
+Version:3.1.8
 Release:1
 Group:  System/Libraries
 License:LGPLv2.1+
 Summary:C++ Interface for GTK3 (a GUI Library for X)
 Url:http://www.gtkmm.org/
-Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.99/%{_name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gtkmm/3.1/%{_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(atkmm-1.6)
@@ -46,6 +46,7 @@
 
 %package -n libgtkmm%{so_ver}
 
+
 License:LGPLv2.1+
 Group:  System/Libraries
 Summary:C++ Interface for GTK3 (a GUI library for X)

++ gtkmm-3.0.0.tar.bz2 -> gtkmm-3.1.8.tar.bz2 ++
GNOME/gtkmm3/gtkmm-3.0.0.tar.bz2 
/mounts/work_src_done/STABLE/gtkmm3/gtkmm-3.1.8.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit gvfs for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory
checked in at Fri Jul 8 10:34:28 CEST 2011.




--- GNOME/gvfs/gvfs.changes 2011-06-06 12:06:55.0 +0200
+++ /mounts/work_src_done/STABLE/gvfs/gvfs.changes  2011-07-01 
11:18:46.0 +0200
@@ -1,0 +2,37 @@
+Fri Jul  1 11:10:33 CEST 2011 - vu...@opensuse.org
+
+- Drop gvfs-dice-backend.patch: the dice features are not getting
+  maintained by anyone, and we do not want to support them in that
+  case.
+
+---
+Tue Jun 14 14:20:38 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.9.1:
+  + client:
+- Handle error events when polling _g_vfs_daemon_call_sync ()
+- Don't leak the GCancellable's fd in case of an g_poll error
+  + daemon:
+- New logic to the backend to block requests
+- Add logic to force close active channels
+- Implement auto-busy on unmount
+  + daemonfile: Re-root the path in set_display_name ()
+  + afc: Better error messages
+  + dav:
+- Correctly encode URLs
+- Unescape the path when setting the mount_prefix of the
+  GMountSpec
+- Include username and/or port in the backend's display-name
+- Decode the paths of the multistatus response before comparing
+  them
+- Check for empty but present displayname dav-property
+- Implement query_fs_info and report used and free space
+- Use default unmount logic
+  + gphoto2: Use new default auto-busy code
+  + http:
+- Add http_backend_get_mount_base ()
+- Get rid of unnecessary calls to uri_for_filename ()
+  + build: Change default tarball compression format to xz
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gvfs-1.9.0.tar.bz2
  gvfs-dice-backend.patch

New:

  gvfs-1.9.1.tar.bz2



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.7Y6vNc/_old  2011-07-08 10:33:45.0 +0200
+++ /var/tmp/diff_new_pack.7Y6vNc/_new  2011-07-08 10:33:45.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gvfs
-Version:1.9.0
+Version:1.9.1
 Release:1
 # FIXME: add libbluray BuildRequires once available (fate#312440)
 License:LGPLv2.0+
@@ -27,8 +27,6 @@
 Group:  Development/Libraries/C and C++
 Source0:%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
-# PATCH-FEATURE-OPENSUSE gvfs-dice-backend.patch h...@suse.de -- Implements 
Novell IceDesktop backend. Should be upstreamed eventually.
-Patch1: gvfs-dice-backend.patch
 # PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksam...@novell.com -- Provides gvfs 
backend for novell nautilus plugin
 Patch5: gvfs-nvvfs.patch
 # PATCH-FEATURE-OPENSUSE gvfs-nds.patch ksam...@novell.com -- Provides NDS 
browsing for nautilus
@@ -115,7 +113,6 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch1 -p1
 %patch5 -p1
 %patch6 -p1
 autoreconf -f
@@ -205,8 +202,6 @@
 %{_libexecdir}/%{name}/gvfsd-dav
 %{_datadir}/%{name}/mounts/dav.mount
 %{_datadir}/%{name}/mounts/dav+sd.mount
-%{_libexecdir}/%{name}/gvfsd-dice
-%{_datadir}/%{name}/mounts/dice.mount
 %{_libexecdir}/%{name}/gvfsd-dnssd
 %{_datadir}/%{name}/mounts/dns-sd.mount
 %{_libexecdir}/%{name}/gvfsd-ftp

++ gvfs-1.9.0.tar.bz2 -> gvfs-1.9.1.tar.bz2 ++
 18906 lines of diff (skipped)






Remember to have fun...

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



commit gtksourceview for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory
checked in at Fri Jul 8 10:33:35 CEST 2011.




--- GNOME/gtksourceview/gtksourceview.changes   2011-06-04 20:13:16.0 
+0200
+++ /mounts/work_src_done/STABLE/gtksourceview/gtksourceview.changes
2011-07-04 18:54:32.0 +0200
@@ -1,0 +2,16 @@
+Mon Jul  4 18:53:53 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + New Markdown lang file
+  + New Standard ML lang file
+  + Misc bugfixes
+  + Updated translations
+
+---
+Tue Jun 14 09:42:26 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Misc bugfixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gtksourceview-3.1.1.tar.bz2

New:

  gtksourceview-3.1.3.tar.bz2



Other differences:
--
++ gtksourceview.spec ++
--- /var/tmp/diff_new_pack.0lLUFl/_old  2011-07-08 10:33:20.0 +0200
+++ /var/tmp/diff_new_pack.0lLUFl/_new  2011-07-08 10:33:20.0 +0200
@@ -19,13 +19,13 @@
 %define enable_glade_catalog 0
 
 Name:   gtksourceview
-Version:3.1.1
+Version:3.1.3
 Release:1
 License:GPLv2+
 Summary:GTK+ Source Editing Widget
 Url:http://www.gnome.org/
 Group:  System/GUI/GNOME
-Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.8/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gtksourceview/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool

++ gtksourceview-3.1.1.tar.bz2 -> gtksourceview-3.1.3.tar.bz2 ++
 7278 lines of diff (skipped)






Remember to have fun...

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



commit json-glib for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package json-glib for openSUSE:Factory
checked in at Fri Jul 8 10:33:12 CEST 2011.




--- GNOME/json-glib/json-glib.changes   2011-05-18 21:34:43.0 +0200
+++ /mounts/work_src_done/STABLE/json-glib/json-glib.changes2011-06-15 
14:16:28.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun 15 14:12:26 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.13.4:
+  + Remove all G_CONST_RETURN usage after the deprecation
+  + Allow JsonSerializable to override the introspection and
+modification of properties
+  + Add i18n support for GError messages
+  + Do not serialize GObject properties that match their default
+values.
+
+---

calling whatdependson for head-i586


Old:

  json-glib-0.13.2.tar.bz2

New:

  json-glib-0.13.4.tar.bz2



Other differences:
--
++ json-glib.spec ++
--- /var/tmp/diff_new_pack.XlkD8k/_old  2011-07-08 10:30:20.0 +0200
+++ /var/tmp/diff_new_pack.XlkD8k/_new  2011-07-08 10:30:20.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   json-glib
-Version:0.13.2
+Version:0.13.4
 Release:1
 Summary:Library for JavaScript Object Notation format
 License:LGPLv2.1+
@@ -103,7 +103,7 @@
 
 %files -n libjson-glib-1_0-0
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc ChangeLog COPYING NEWS README
 %{_libdir}/*.so.*
 %{_libdir}/girepository-1.0/Json-1.0.typelib
 

++ json-glib-0.13.2.tar.bz2 -> json-glib-0.13.4.tar.bz2 ++
 21250 lines of diff (skipped)






Remember to have fun...

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



commit gtk3 for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory
checked in at Fri Jul 8 10:30:11 CEST 2011.




--- GNOME/gtk3/gtk3.changes 2011-06-07 16:08:21.0 +0200
+++ /mounts/work_src_done/STABLE/gtk3/gtk3.changes  2011-07-07 
11:08:30.0 +0200
@@ -1,0 +2,153 @@
+Wed Jul  6 16:05:11 CEST 2011 - vu...@opensuse.org
+
+- Change branding-upstream subpackage:
+  + Add Requires for libgtk-3-0 since the branding package is
+useless without it.
+  + Update summary and description.
+  + Make noarch.
+  + Add branding comments to let people know how gtk3 branding
+works.
+
+---
+Wed Jul  6 00:31:20 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.8:
+  + Theming improvements:
+- Multiple colors are now supported
+- Support CSS font properties like font-size, font-family, etc
+- nth-child works for toolbars too
+  + Bug fixes: bgo#652506, bgo#652618, bgo#652769, bgo#653053,
+bgo#653191, bgo#65, bgo#653512, bgo#653785.
+  + Updated translations.
+- Drop gtk3-fix-crash.patch: fixed upstream.
+- Drop gtk3-fix-100-empathy.patch: fixed upstream another way.
+
+---
+Tue Jun 28 11:52:32 CEST 2011 - vu...@opensuse.org
+
+- Add gtk3-fix-100-empathy.patch to fix empathy taking 100% of the
+  CPU.
+- Add gtk3-fix-crash.patch to fix a crash in empathy, when opening
+  the context menu for a contact.
+
+---
+Thu Jun 16 19:31:53 CEST 2011 - vu...@opensuse.org
+
+- Pass --enable-x11-backend to configure to make sure we always
+  build the X11 backend, that we always want.
+- Add a build_broadway_backend define, that controls whether we
+  build the broadway (HTML5!) backend. If set:
+  + we pass --enable-broadway-backend to configure
+  + we package the additional files
+- Set build_broadway_backend to 1 for now, so people can play with
+  the backend.
+
+---
+Wed Jun 15 10:25:43 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.6:
+  + GtkOverlay is a new container that allows to place one or more
+'overlay' widgets on top of another widget. This can be used
+ for 'floating statusbars' and similar interfaces.
+  + GtkLockButton has been simplified in appearance to look like a
+normal button
+  + GtkNotebook now supports height-for-width layout
+  + Accessibility for menuitems and combo boxes has been restored
+  + The horizontal and vertical subclasses of GtkBox, GtkPaned,
+GtkSeparator, GtkScrollbar, GtkScale and GtkButtonBox have
+been deprecated
+  + The print dialog can now display color profile information
+  + Many enhancements and fixes to CSS theming
+- The CSS parser has been rewritten with the goal of better CSS
+  compliance and improved error handling
+- A testsuite for the parser has been added
+- Attributes can be inherited from parent widgets
+- Shorthand properties are supported
+- Color and font attributes are now inherited
+- Borders and padding are now handled much more consistently,
+  and border-radius support is more complete
+- text-shadow, box-shadow and icon-shadow attributes are now
+  supported
+- nth-child works for boxes
+  + Bugs fixed: bgo#353712, bgo#576492, bgo#624539, bgo#634491,
+bgo#634994, bgo#641087, bgo#642768, bgo#642773, bgo#642929,
+bgo#644906, bgo#646859, bgo#649314, bgo#649779, bgo#649972,
+bgo#649979, bgo#650012, bgo#650110, bgo#650114, bgo#650167,
+bgo#650202, bgo#650302, bgo#650382, bgo#650418, bgo#650420,
+bgo#650424, bgo#650530, bgo#650664, bgo#651194, bgo#651706,
+bgo#651707, bgo#651734, bgo#651979, bgo#652045, bgo#652102,
+bgo#652103, bgo#652282.
+  + Updated translations.
+- Add pkgconfig(colord) BuildRequires for new color profile
+  information feature.
+
+---
+Tue Jun  7 16:51:16 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.4:
+  + GtkAssistant has received a visual refresh; as a side-effect,
+the various image properties are no longer used
+  + GtkTextView can now handle RGBA colors
+  + GtkFileChooser now remembers the last opened directory
+  + GtkLockButton is a new widget to control dialogs with
+PolicyKit (or other) permissions
+  + Size allocation changes:
+- GtkPaned and GtkMenuBar now do height-for-width
+- GtkAccelLabel is smarter about hiding the accel if too small
+- GTK+ now warns if widgets are under-allocated; this
+  may cause considerable noise, it will be turned off
+  before the next stable release
+- Label size allocation has been reworked, check your labels
+- No longer try to guess the size of labels; this makes
+  it more important to give windows reasonable default
+  sizes or set width

commit gcc46 for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gcc46 for openSUSE:Factory
checked in at Fri Jul 8 10:28:11 CEST 2011.




--- gcc46/cross-hppa-gcc-icecream-backend.changes   2011-06-07 
13:39:31.0 +0200
+++ /mounts/work_src_done/STABLE/gcc46/cross-hppa-gcc-icecream-backend.changes  
2011-07-06 11:56:04.0 +0200
@@ -1,0 +2,13 @@
+Wed Jul  6 09:55:09 UTC 2011 - rguent...@novell.com
+
+- Do not depend on non-existent libquadmath0 for ppc, ppc64, s390
+  and s390x.
+
+---
+Fri Jul  1 07:19:03 UTC 2011 - rguent...@novell.com
+
+- Update to gcc-4_6-branch head (r175746).  [fate#312149]
+  * Includes GCC 4.6.1 release.
+- Backport -mvzeroupper fixes.
+
+---
cross-i386-gcc-icecream-backend.changes: same change
cross-ia64-gcc-icecream-backend.changes: same change
cross-ppc-gcc-icecream-backend.changes: same change
cross-ppc64-gcc-icecream-backend.changes: same change
cross-s390-gcc-icecream-backend.changes: same change
cross-s390x-gcc-icecream-backend.changes: same change
cross-x86_64-gcc-icecream-backend.changes: same change
gcc46-testresults.changes: same change
gcc46.changes: same change
libffi46.changes: same change
libgcj46.changes: same change

calling whatdependson for head-i586


Old:

  gcc-4.6.0-20110607.tar.bz2

New:

  amd-ix86_reorg-run-move_or_dele.patch
  amd-save-the-initial-options-after-checking-vzeroupper.patch
  gcc-4.6.1-20110701.tar.bz2



Other differences:
--
++ cross-hppa-gcc-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.uyLIpH/_old  2011-07-08 10:23:43.0 +0200
+++ /var/tmp/diff_new_pack.uyLIpH/_new  2011-07-08 10:23:43.0 +0200
@@ -46,7 +46,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.6.0_20110607
+Version:4.6.1_20110701
 Release:1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -87,6 +87,9 @@
 Patch61:gcc44-rename-info-files.patch
 # Patches for SAP features
 Patch130:   sap303956-uchar.diff
+# Patches for AMD features
+Patch140:   amd-save-the-initial-options-after-checking-vzeroupper.patch
+Patch141:   amd-ix86_reorg-run-move_or_dele.patch
 
 # GCC-TESTSUITE-DELETE-BEGIN
 # LIBFFI-DELETE-BEGIN
@@ -174,6 +177,8 @@
 %patch60
 %patch61
 %patch130
+%patch140 -p1
+%patch141 -p1
 
 %build
 # Avoid rebuilding of generated files

cross-i386-gcc-icecream-backend.spec: same change
cross-ia64-gcc-icecream-backend.spec: same change
cross-ppc-gcc-icecream-backend.spec: same change
cross-ppc64-gcc-icecream-backend.spec: same change
cross-s390-gcc-icecream-backend.spec: same change
cross-s390x-gcc-icecream-backend.spec: same change
cross-x86_64-gcc-icecream-backend.spec: same change
++ gcc46-testresults.spec ++
--- /var/tmp/diff_new_pack.uyLIpH/_old  2011-07-08 10:23:43.0 +0200
+++ /var/tmp/diff_new_pack.uyLIpH/_new  2011-07-08 10:23:43.0 +0200
@@ -155,7 +155,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.6.0_20110607
+Version:4.6.1_20110701
 Release:1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -217,6 +217,9 @@
 Patch61:gcc44-rename-info-files.patch
 # Patches for SAP features
 Patch130:   sap303956-uchar.diff
+# Patches for AMD features
+Patch140:   amd-save-the-initial-options-after-checking-vzeroupper.patch
+Patch141:   amd-ix86_reorg-run-move_or_dele.patch
 
 License:Public Domain, Freeware
 Summary:Testsuite results
@@ -407,6 +410,8 @@
 %patch60
 %patch61
 %patch130
+%patch140 -p1
+%patch141 -p1
 
 %build
 # Avoid rebuilding of generated files

++ gcc46.spec ++
--- /var/tmp/diff_new_pack.uyLIpH/_old  2011-07-08 10:23:43.0 +0200
+++ /var/tmp/diff_new_pack.uyLIpH/_new  2011-07-08 10:23:43.0 +0200
@@ -135,7 +135,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.6.0_20110607
+Version:4.6.1_20110701
 Release:1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -197,6 +197,9 @@
 Patch61:gcc44-rename-info-files.patch
 # Patches for SAP features
 Patch130:   sap303956-uchar.diff
+# Patches for AMD features
+Patch140:   amd-save-the-initial-options-after-checking-vzeroupper.patch
+Patch141:   amd-ix86_reorg-run-move_or_dele.patch
 
 # GCC-TESTSUITE-DELETE-BEGIN
 # LIBFFI-DELETE-BEGIN
@@ -857,6 +860,7 @@
 Group:  Development/Languages/Fortran
 AutoReqProv:on
 Requi

commit cogl for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package cogl for openSUSE:Factory
checked in at Fri Jul 8 10:22:17 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/cogl/cogl.changes  2011-06-15 
11:27:16.0 +0200
@@ -0,0 +1,6 @@
+---
+Wed Jun 15 10:49:14 CEST 2011 - vu...@opensuse.org
+
+- New package (version 1.7.0). Cogl got split out of the clutter
+  source code.
+

calling whatdependson for head-i586


New:

  cogl-1.7.0.tar.bz2
  cogl.changes
  cogl.spec



Other differences:
--
++ cogl.spec ++
#
# spec file for package cogl
#
# 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:   cogl
Version:1.7.0
Release:1
License:LGPLv2.1+
Summary:An object oriented GL/GLES Abstraction/Utility Layer
Url:http://clutter-project.org/
Group:  System/Libraries
Source0:
http://download.gnome.org/sources/cogl/1.7/%{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  gtk-doc
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(libdrm)
BuildRequires:  pkgconfig(pangocairo)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xcomposite)
BuildRequires:  pkgconfig(xdamage)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xfixes)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures.

%package -n libcogl0
License:LGPLv2.1+
Summary:An object oriented GL/GLES Abstraction/Utility Layer
Group:  System/Libraries
Recommends: %{name}-lang = %{version}
# To make the lang package installable
Provides:   %{name} = %{version}

%description  -n libcogl0
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures.

%package -n libcogl-pango0
License:LGPLv2.1+
Summary:An object oriented GL/GLES Abstraction/Utility Layer -- Pango 
Integration
Group:  System/Libraries

%description  -n libcogl-pango0
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures.

%package devel
License:LGPLv2.1+
Summary:An object oriented GL/GLES Abstraction/Utility Layer -- 
Development Files
Group:  Development/Libraries/GNOME
Requires:   libcogl0 = %{version}
Requires:   libcogl-pango0 = %{version}

%description  devel
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures.

%lang_package
%prep
%setup -q

%build
%configure \
--disable-static \
--with-pic \
--enable-gtk-doc
make %{?_smp_mflags} V=1

%install
%makeinstall
%{__rm} %{buildroot}%{_libdir}/*.la
%find_lang cogl
%fdupes %{buildroot}%{_libdir}/pkgconfig/

%post -n libcogl0 -p /sbin/ldconfig

%postun -n libcogl0 -p /sbin/ldconfig

%post -n libcogl-pango0 -p /sbin/ldconfig

%postun -n libcogl-pango0 -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files -n libcogl0
%defattr(-,root,root)
%doc COPYING NEWS README ChangeLog
%{_libdir}/libcogl.so.*
%{_libdir}/girepository-1.0/Cogl-1.0.typelib

%files -n libcogl-pango0
%defattr(-,root,root)
%doc COPYING NEWS README ChangeLog
%{_libdir}/libcogl-pango.so.*
%{_libdir}/girepository-1.0/CoglPango-1.0.typelib

%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_includedir}/cogl/
%{_libdir}/pkgconfig/cogl-1.0.pc
%{_libdir}/pkgconfig/cogl-2.0-experimental.pc
%{_libdir}/pkgconfig/cogl-gl-1.0.pc
%{_libdir}/pkgconfig/cogl-pango-1.0.pc
%{_libdir}/pkgconfig/cogl-pango-2.0-experimental.pc
%{_datadir}/gir-1.0/*.gir
%doc %{_datadir}/gtk-doc/html/cogl/

%files lang -f cogl.lang

%changelog





Remember to have fun...

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



commit gimp-branding-openSUSE for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gimp-branding-openSUSE for 
openSUSE:Factory
checked in at Fri Jul 8 10:16:41 CEST 2011.




--- gimp-branding-openSUSE/gimp-branding-SLED.changes   2010-06-22 
08:51:28.0 +0200
+++ 
/mounts/work_src_done/STABLE/gimp-branding-openSUSE/gimp-branding-SLED.changes  
2011-07-06 16:22:59.0 +0200
@@ -1,0 +2,9 @@
+Wed Jul  6 16:22:43 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Add a Requires for gimp, since the branding package is useless
+  without it.
+- Update summary and description.
+- Add Url tag.
+
+---
--- gimp-branding-openSUSE/gimp-branding-openSUSE.changes   2011-02-08 
12:22:34.0 +0100
+++ 
/mounts/work_src_done/STABLE/gimp-branding-openSUSE/gimp-branding-openSUSE.changes
  2011-07-06 16:23:01.0 +0200
@@ -2 +2 @@
-Tue Feb  8 11:21:19 UTC 2011 - jav...@opensuse.org
+Wed Jul  6 16:22:43 CEST 2011 - vu...@opensuse.org
@@ -4 +4,5 @@
-- Update splash for 11.4 
+- Bump version to 12.1.
+- Add a Requires for gimp, since the branding package is useless
+  without it.
+- Update summary and description.
+- Add Url tag.

calling whatdependson for head-i586




Other differences:
--
++ gimp-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.Gs4kZb/_old  2011-07-08 10:16:04.0 +0200
+++ /var/tmp/diff_new_pack.Gs4kZb/_new  2011-07-08 10:16:04.0 +0200
@@ -22,16 +22,18 @@
 # Do not edit this auto generated file! Edit gimp-branding.spec.in.
 
 Name:   gimp-branding-SLED
-Version:11.3
-Release:7
+Version:12.1
+Release:1
 Group:  Productivity/Graphics/Bitmap Editors
 License:BSD3c(or similar)
-Summary:SLED splash screen for GIMP
+Summary:The GNU Image Manipulation Program -- SLED Splash Screen
+Url:http://www.gimp.org/
 Source0:gimp-branding-COPYING
 Source1:gimp-branding-openSUSE-splash.png
 Source2:gimp-branding-SLED-splash.png
 BuildRequires:  gimp
 %define gimp_version %(rpm -q --qf '%%{version}-%%{release}' gimp)
+Requires:   gimp = %{gimp_version}
 Provides:   gimp-branding = %{gimp_version}
 Conflicts:  otherproviders(gimp-branding)
 Supplements:packageand(gimp:branding-SLED)
@@ -39,7 +41,18 @@
 BuildArch:  noarch
 
 %description
-This package contains SLED splash screen for the GIMP.
+The GIMP (GNU Image Manipulation Program) is a powerful image
+composition and editing program, which can be extremely useful for
+creating logos and other graphics for Web pages.  The GIMP offers many
+of the tools and filters you would expect to find in similar commercial
+offerings and contains some interesting extras as well. The GIMP
+provides a large image manipulation toolbox, including channel
+operations and layers, effects, subpixel imaging and antialiasing, and
+conversions- all including multilevel undo. The GIMP offers a scripting
+facility, but many of the included scripts rely on fonts that we cannot
+distribute.
+
+This package contains the SLED splash screen for the GIMP.
 
 %prep
 %setup -q -T -c %{name}-%{version}

++ gimp-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Gs4kZb/_old  2011-07-08 10:16:04.0 +0200
+++ /var/tmp/diff_new_pack.Gs4kZb/_new  2011-07-08 10:16:04.0 +0200
@@ -22,16 +22,18 @@
 # Do not edit this auto generated file! Edit gimp-branding.spec.in.
 
 Name:   gimp-branding-openSUSE
-Version:11.3
-Release:7
+Version:12.1
+Release:1
 Group:  Productivity/Graphics/Bitmap Editors
 License:BSD3c(or similar)
-Summary:openSUSE splash screen for GIMP
+Summary:The GNU Image Manipulation Program -- openSUSE Splash Screen
+Url:http://www.gimp.org/
 Source0:gimp-branding-COPYING
 Source1:gimp-branding-openSUSE-splash.png
 Source2:gimp-branding-SLED-splash.png
 BuildRequires:  gimp
 %define gimp_version %(rpm -q --qf '%%{version}-%%{release}' gimp)
+Requires:   gimp = %{gimp_version}
 Provides:   gimp-branding = %{gimp_version}
 Conflicts:  otherproviders(gimp-branding)
 Supplements:packageand(gimp:branding-openSUSE)
@@ -39,7 +41,18 @@
 BuildArch:  noarch
 
 %description
-This package contains openSUSE splash screen for the GIMP.
+The GIMP (GNU Image Manipulation Program) is a powerful image
+composition and editing program, which can be extremely useful for
+creating logos and other graphics for Web pages.  The GIMP offers many
+of the tools and filters you would expect to find in similar commercial
+offerings and contains some interesting extras as well. The GIMP
+provides a large image manipulation toolbox, including channel
+operations and layers, effects, subpixel imaging and antialiasing, and
+conversions- all including multilevel

commit glib2-branding-openSUSE for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package glib2-branding-openSUSE for 
openSUSE:Factory
checked in at Fri Jul 8 10:15:53 CEST 2011.




--- GNOME/glib2-branding-openSUSE/glib2-branding-openSUSE.changes   
2011-01-14 16:03:27.0 +0100
+++ 
/mounts/work_src_done/STABLE/glib2-branding-openSUSE/glib2-branding-openSUSE.changes
2011-07-07 11:36:31.0 +0200
@@ -1,0 +2,63 @@
+Thu Jul  7 11:35:18 CEST 2011 - vu...@opensuse.org
+
+- Change GSettings default:
+  + org.gnome.shell/favorite-apps: set to [ 'firefox.desktop',
+'evolution.desktop', 'empathy.desktop', 'banshee.desktop',
+'shotwell.desktop', 'writer.desktop', 'nautilus.desktop' ]
+  + this enables us to drop default-applications.patch from
+gnome-shell.
+  + fix bnc#689610.
+
+---
+Wed Jul  6 22:51:42 CEST 2011 - vu...@opensuse.org
+
+- Change GSettings defaults:
+  + org.freedesktop.Tracker.Miner.Files/index-removable-devices:
+set to false (so we can remove
+tracker-removeable-media-off.patch from the tracker package)
+  + org.gnome.eog.ui/external-editor: set to gimp.desktop, since we
+want to use GIMP as default there.
+
+---
+Wed Jul  6 22:09:05 CEST 2011 - vu...@opensuse.org
+
+- Rework the package to only build the openSUSE branding package,
+  or the SLE branding packages, but not all of them at once. Use a
+  %build_for_openSUSE define for that, which is used to also define
+  a %build_for_SLE helper.
+- Create gio-branding-{openSUSE,SLED,SLES} subpackages, and do not
+  create glib2-branding-{openSUSE,SLED,SLES} subpackages anymore:
+  the data we add here is related only to gio, not to the whole
+  glib.
+- The gio-branding-{openSUSE,SLED,SLES} subpackage have appropriate
+  Provides/Obsoletes for glib2-branding-{openSUSE,SLED,SLES}, to
+  enable smooth upgrades.
+- Update glib2-branding-openSUSE-gnome_defaults.conf to define
+  default handlers for URI schemes (after migration of this
+  settings from gconf to the MIME system):
+  + Add firefox.desktop as default handler for
+x-scheme-handler/{http,https,ftp}
+  + Add evolution.desktop as default handler for
+x-scheme-handler/mailto
+  + Add yelp.desktop as default handler for all MIME types it
+handles (ie, the help-related URI schemes)
+- Add default values for GSettings schemas:
+  + Add glib2-branding.gschema.override.in file. This file is
+populated with default values based on the old gconf2-branding
+package.
+  + Process glib2-branding.gschema.override.in in %install to
+correctly define the wallpaper, and remove
+openSUSE/SLE-specific defaults.
+  + Change glib2 BuildRequires to glib2-devel, since we need the
+%glib2_gsettings_schema_* macros.
+  + Create post/postun scripts for all packages, using the
+%glib2_gsettings_schema_post(un) macros.
+  + This fixes bnc#676301 and bnc#687780.
+- Add Requires for desktop-data-{openSUSE,SLED} to
+  gio-branding-{openSUSE,SLED,SLES} to make sure the wallpaper is
+  installed.
+- Bump version to 12.1.
+- Update summary and description.
+- Add Url tag.
+
+---

calling whatdependson for head-i586


New:

  glib2-branding.gschema.override.in



Other differences:
--
++ glib2-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.4TQVMs/_old  2011-07-08 09:51:10.0 +0200
+++ /var/tmp/diff_new_pack.4TQVMs/_new  2011-07-08 09:51:10.0 +0200
@@ -17,88 +17,187 @@
 
 # norootforbuild
 
+%define build_for_openSUSE 1
+
+%if %{build_for_openSUSE}
+%define build_for_SLE 0
+%else
+%define build_for_SLE 1
+%endif
+
+%if %{build_for_openSUSE}
+%define desktop_data  openSUSE
+%define desktop_data_ver  11.4
+%define wallpaper_fileopenSUSE-default.xml
+%endif
+%if %{build_for_SLE}
+%define desktop_data  SLED
+%define desktop_data_ver  11
+%define wallpaper_fileSLED110-1600x1200.png
+%endif
 
 Name:   glib2-branding-openSUSE
-Version:11.4
-Release:7
+Version:12.1
+Release:1
 Group:  System/GUI/GNOME
 License:BSD3c
-Summary:Definition of GNOME Default Applications
+Summary:General-Purpose Utility Library -- openSUSE default 
configuration
+Url:http://www.gtk.org/
 Source: %{name}-gnome_defaults.conf
 Source1:%{name}-COPYING
+Source2:glib2-branding.gschema.override.in
+BuildRequires:  desktop-data-%{desktop_data}
+BuildRequires:  glib2-devel
 # We need glib2-branding-upstream else, the call to SuSEconfig.glib2 fails
-BuildRequires:  glib2
 BuildRequires:  glib2-branding-upstream
-%define glib2_real_package %(rpm -q --whatprovides glib2)
-%define glib2_version %(rpm -q --qf '%%{version}-%%{release}' 
%{glib2_real_package})
-Provides: 

drop drapes from openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

FYI: Package drapes was dropped from openSUSE:Factory at Fri Jul  8 09:56:02 
CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=drapes

Remember to have fun...

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



drop contact-lookup-applet from openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

FYI: Package contact-lookup-applet was dropped from openSUSE:Factory at Fri Jul 
 8 09:55:26 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=contact-lookup-applet

Remember to have fun...

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



drop gnome-netstatus from openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

FYI: Package gnome-netstatus was dropped from openSUSE:Factory at Fri Jul  8 
09:54:52 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=gnome-netstatus

Remember to have fun...

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



commit gnome-games-extra-data for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-games-extra-data for 
openSUSE:Factory
checked in at Fri Jul 8 09:50:59 CEST 2011.




--- GNOME/gnome-games-extra-data/gnome-games-extra-data.changes 2011-04-26 
20:32:14.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-games-extra-data/gnome-games-extra-data.changes
  2011-07-01 12:19:45.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  1 12:18:04 CEST 2011 - vu...@opensuse.org
+
+- Stop shipping card themes, as those moved to aisleriot in 3.1.x.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gnome-games-extra-data.spec ++
--- /var/tmp/diff_new_pack.CfetXU/_old  2011-07-08 09:50:21.0 +0200
+++ /var/tmp/diff_new_pack.CfetXU/_new  2011-07-08 09:50:21.0 +0200
@@ -19,7 +19,8 @@
 
 Name:   gnome-games-extra-data
 Version:3.0.0
-Release:1
+Release:3
+# FIXME: On update to > 3.0.x, check that the rm in %%install is still correct
 License:GPL v2.0 or later
 Summary:Extra data files for GNOME Games
 Url:http://live.gnome.org/GnomeGames
@@ -44,6 +45,8 @@
 
 %install
 %makeinstall
+# Those files moved to aisleriot, see 
http://git.gnome.org/browse/gnome-games-extra-data/commit/?id=9ba297c9db69dac476001e32042dba5592006350
+rm -r %{buildroot}%{_datadir}/gnome-games-common/cards
 
 %clean
 %{__rm} -rf %{buildroot}






Remember to have fun...

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



commit gnome-video-effects for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-video-effects for 
openSUSE:Factory
checked in at Fri Jul 8 09:50:14 CEST 2011.




--- GNOME/gnome-video-effects/gnome-video-effects.changes   2011-04-26 
20:42:21.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-video-effects/gnome-video-effects.changes
2011-07-07 14:04:34.0 +0200
@@ -1,0 +2,9 @@
+Thu Jul  7 14:00:17 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.3.0:
+  + Add preview links to each of the effects.
+  + Add a small tool to generate previews for all effects.
+  + Build system fixes and improvements.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gnome-video-effects-0.2.0.tar.bz2

New:

  gnome-video-effects-0.3.0.tar.bz2



Other differences:
--
++ gnome-video-effects.spec ++
--- /var/tmp/diff_new_pack.KVNbK0/_old  2011-07-08 09:49:54.0 +0200
+++ /var/tmp/diff_new_pack.KVNbK0/_new  2011-07-08 09:49:54.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-video-effects
-Version:0.2.0
+Version:0.3.0
 Release:1
 License:GPLv2+
 Summary:Collection of GStreamer effects
 Url:http://live.gnome.org/GnomeVideoEffects
 Group:  Productivity/Multimedia/Other
-Source0:
http://ftp.gnome.org/pub/GNOME/sources/gnome-video-effects/0.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/gnome-video-effects/0.3/%{name}-%{version}.tar.bz2
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gnome-video-effects-0.2.0.tar.bz2 -> gnome-video-effects-0.3.0.tar.bz2 
++
 20817 lines of diff (skipped)






Remember to have fun...

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



commit hicolor-icon-theme-branding-openSUSE for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package hicolor-icon-theme-branding-openSUSE 
for openSUSE:Factory
checked in at Fri Jul 8 09:49:45 CEST 2011.




--- 
hicolor-icon-theme-branding-openSUSE/hicolor-icon-theme-branding-openSUSE.changes
   2011-02-13 17:23:43.0 +0100
+++ 
/mounts/work_src_done/STABLE/hicolor-icon-theme-branding-openSUSE/hicolor-icon-theme-branding-openSUSE.changes
  2011-07-06 15:53:54.0 +0200
@@ -1,0 +2,9 @@
+Wed Jul  6 15:53:20 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Add a Requires for hicolor-icon-theme, since the branding package
+  is useless without it.
+- Update summary and description.
+- Add Url tag.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ hicolor-icon-theme-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.PqmxAr/_old  2011-07-08 09:46:31.0 +0200
+++ /var/tmp/diff_new_pack.PqmxAr/_new  2011-07-08 09:46:31.0 +0200
@@ -23,14 +23,16 @@
 
 Name:   hicolor-icon-theme-branding-openSUSE
 License:GPLv2+
-Version:11.4
-Release:2
-Summary:openSUSE branding of hicolor-icon-theme
+Version:12.1
+Release:1
+Summary:Fallback Icon Theme -- openSUSE Icons
 Group:  System/X11/Utilities
+Url:http://icon-theme.freedesktop.org/wiki/HicolorTheme
 Source0:suse-icon.tar.bz2
 Source1:COPYING
 BuildRequires:  hicolor-icon-theme
 %define hicolor_icon_theme_version %(rpm -q --qf '%%{version}-%%{release}' 
hicolor-icon-theme)
+Requires:   hicolor-icon-theme = %{hicolor_icon_theme_version}
 Provides:   hicolor-icon-theme-branding = %{hicolor_icon_theme_version}
 Conflicts:  otherproviders(hicolor-icon-theme-branding)
 Supplements:packageand(hicolor-icon-theme:branding-openSUSE)
@@ -38,7 +40,10 @@
 BuildArch:  noarch
 
 %description
-This package provides openSUSE Look and Feel for hicolor-icon-theme.
+This is the default fallback theme used by implementations of the icon
+theme specification.
+
+This package provides openSUSE icons for hicolor-icon-theme.
 
 %prep
 %setup -q -c %{name}-%{version}

++ hicolor-icon-theme-branding.changes.in ++
--- /var/tmp/diff_new_pack.PqmxAr/_old  2011-07-08 09:46:31.0 +0200
+++ /var/tmp/diff_new_pack.PqmxAr/_new  2011-07-08 09:46:31.0 +0200
@@ -1,4 +1,13 @@
 ---
+Wed Jul  6 15:53:20 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Add a Requires for hicolor-icon-theme, since the branding package
+  is useless without it.
+- Update summary and description.
+- Add Url tag.
+
+---
 Sun Feb 13 12:26:37 CET 2011 - vu...@opensuse.org
 
 - Call relevant macros in %post/%postun:

++ hicolor-icon-theme-branding.spec.in ++
--- /var/tmp/diff_new_pack.PqmxAr/_old  2011-07-08 09:46:31.0 +0200
+++ /var/tmp/diff_new_pack.PqmxAr/_new  2011-07-08 09:46:31.0 +0200
@@ -21,14 +21,16 @@
 
 Name:   hicolor-icon-theme-branding-%{branding_name}
 License:GPLv2+
-Version:11.4
+Version:12.1
 Release:1
-Summary:%{branding_name} branding of hicolor-icon-theme
+Summary:Fallback Icon Theme -- %{branding_name} Icons
 Group:  System/X11/Utilities
+Url:http://icon-theme.freedesktop.org/wiki/HicolorTheme
 Source0:suse-icon.tar.bz2
 Source1:COPYING
 BuildRequires:  hicolor-icon-theme
 %define hicolor_icon_theme_version %(rpm -q --qf '%%{version}-%%{release}' 
hicolor-icon-theme)
+Requires:   hicolor-icon-theme = %{hicolor_icon_theme_version}
 Provides:   hicolor-icon-theme-branding = %{hicolor_icon_theme_version}
 Conflicts:  otherproviders(hicolor-icon-theme-branding)
 Supplements:packageand(hicolor-icon-theme:branding-%{branding_name})
@@ -36,7 +38,10 @@
 BuildArch:  noarch
 
 %description
-This package provides %{branding_name} Look and Feel for hicolor-icon-theme.
+This is the default fallback theme used by implementations of the icon
+theme specification.
+
+This package provides %{branding_name} icons for hicolor-icon-theme.
 
 %prep
 %setup -q -c %{name}-%{version}






Remember to have fun...

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



  1   2   >