commit acpid for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package acpid for openSUSE:Factory checked 
in at 2012-01-05 13:47:31

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


Package is acpid, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/acpid/acpid.changes  2011-12-30 
08:45:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.acpid.new/acpid.changes 2012-01-05 
13:47:33.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec 31 05:49:05 UTC 2011 - crrodrig...@opensuse.org
+
+- Put acpid back in %{_sbindir} /usr is nowdays mounted by the 
+  initrd
+
+---



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.4oDvQz/_old  2012-01-05 13:47:34.0 +0100
+++ /var/tmp/diff_new_pack.4oDvQz/_new  2012-01-05 13:47:34.0 +0100
@@ -16,13 +16,13 @@
 #
 
 
+
 Name:   acpid
-Url:http://tedfelix.com/linux/acpid-netlink.html
 Version:2.0.13
 Release:0
-PreReq: %insserv_prereq %fillup_prereq
-Summary:Executes Actions at ACPI Events
 License:GPL-2.0+
+Summary:Executes Actions at ACPI Events
+Url:http://tedfelix.com/linux/acpid-netlink.html
 Group:  System/Daemons
 Source: http://tedfelix.com//linux/%{name}-%{version}.tar.gz
 Source2:rcacpid
@@ -33,10 +33,14 @@
 Source6:thinkpad_handler
 Source7:power_button
 Source8:acpid.service
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: acpid-makefile.patch
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch2: acpid-wrong-memset.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  systemd
+Requires(pre):  %fillup_prereq
+Requires(pre):  %insserv_prereq
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ia64
 %systemd_requires
 
@@ -53,30 +57,30 @@
 %patch1
 %patch2 -p1
 
-cp %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{S:7} %{S:9} .
+cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} 
%{SOURCE9} .
 
 %build
 export LDFLAGS=-Wl,-z,relro,-z,now
-make OPT=$RPM_OPT_FLAGS %{?_smp_mflags}
+make OPT=%{optflags} %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT SBINDIR=/sbin
-install -Dm 744 rcacpid %{buildroot}/etc/init.d/acpid
-install -Dm 644 thinkpad_acpi.modprobe 
%{buildroot}/etc/modprobe.d/50-thinkpad_acpi.conf
-install -Dm 744 thinkpad_handler %{buildroot}/usr/lib/acpid/thinkpad_handler
-install -Dm 744 power_button %{buildroot}/usr/lib/acpid/power_button
-mkdir -p %{buildroot}/usr/sbin
-ln -sf ../../etc/init.d/acpid %{buildroot}/usr/sbin/rcacpid
-install -Dm 644 events.power_button %{buildroot}/etc/acpi/events/power_button
-install -Dm 644 events.thinkpad %{buildroot}/etc/acpi/events/thinkpad
-mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
-install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/%{_unitdir}
+make install DESTDIR=%{buildroot} SBINDIR=%{_sbindir}
+install -Dm 744 rcacpid %{buildroot}%{_initddir}/acpid
+install -Dm 644 thinkpad_acpi.modprobe 
%{buildroot}%{_sysconfdir}/modprobe.d/50-thinkpad_acpi.conf
+install -Dm 744 thinkpad_handler 
%{buildroot}%{_prefix}/lib/acpid/thinkpad_handler
+install -Dm 744 power_button %{buildroot}%{_prefix}/lib/acpid/power_button
+mkdir -p %{buildroot}%{_prefix}/sbin
+ln -sf ../../etc/init.d/acpid %{buildroot}%{_sbindir}/rcacpid
+install -Dm 644 events.power_button 
%{buildroot}%{_sysconfdir}/acpi/events/power_button
+install -Dm 644 events.thinkpad %{buildroot}%{_sysconfdir}/acpi/events/thinkpad
+mkdir -p %{buildroot}/%{_unitdir}
+install -m 644 %{SOURCE8} %{buildroot}/%{_unitdir}
 
 # for the rpmlint fascists
 mv samples examples 
 # keep the logfile
-install -dm 755 %buildroot%_var/log
-touch %buildroot%_var/log/acpid
+install -dm 755 %{buildroot}%{_localstatedir}/log
+touch %{buildroot}%{_localstatedir}/log/acpid
 
 %pre
 %service_add_pre acpid.service
@@ -96,21 +100,21 @@
 
 %files
 %defattr(-,root,root)
-%dir /etc/modprobe.d
-%dir /etc/acpi
-%dir /etc/acpi/events
-/etc/acpi/events/thinkpad
-/etc/acpi/events/power_button
-/usr/lib/acpid
-/etc/init.d/acpid
-/etc/modprobe.d/50-thinkpad_acpi.conf
+%dir %{_sysconfdir}/modprobe.d
+%dir %{_sysconfdir}/acpi
+%dir %{_sysconfdir}/acpi/events
+%{_sysconfdir}/acpi/events/thinkpad
+%{_sysconfdir}/acpi/events/power_button
+%{_prefix}/lib/acpid
+%{_sysconfdir}/init.d/acpid
+%{_sysconfdir}/modprobe.d/50-thinkpad_acpi.conf
 %_unitdir/%{name}.service
-/usr/sbin/rcacpid
-/sbin/acpid
-/usr/bin/acpi_listen
+%{_sbindir}/rcacpid
+%{_sbindir}/acpid
+%{_bindir}/acpi_listen
 %doc README.SuSE README Changelog 

commit aide for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package aide for openSUSE:Factory checked in 
at 2012-01-05 13:47:36

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


Package is aide, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/aide/aide.changes2011-09-23 
01:51:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.aide.new/aide.changes   2012-01-05 
13:47:41.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  4 13:34:11 UTC 2012 - crrodrig...@opensuse.org
+
+- libmhash development was abandoned in 2007, so it is time 
+  for it to go into the library heaven, use libgcrypt instead.
+
+---
+Fri Dec  2 06:21:56 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ aide.spec ++
--- /var/tmp/diff_new_pack.oG9Fca/_old  2012-01-05 13:47:44.0 +0100
+++ /var/tmp/diff_new_pack.oG9Fca/_new  2012-01-05 13:47:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aide
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,20 @@
 
 
 Name:   aide
-BuildRequires:  bison flex libacl-devel libattr-devel mhash-devel pkg-config 
zlib-devel
-BuildRequires:  curl-devel libselinux-devel
-%defineprefix  /usr
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  curl-devel
+BuildRequires:  flex
+BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 Version:0.15.1
-Release:1
+Release:0
 Summary:Advanced Intrusion Detection Environment
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Security
 Source0:http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2
 Source1:aide.conf
@@ -42,11 +49,7 @@
 
 %build
 autoreconf -fiv
-CFLAGS=$RPM_OPT_FLAGS\
-./configure\
-   --prefix=%{_prefix} \
-   --sysconfdir=/etc   \
-   --mandir=%{_mandir} \
+%configure \
--with-config_file=/etc/aide.conf   \
--with-dbhmactype=md5   \
--disable-static\
@@ -55,7 +58,9 @@
--with-xattr\
--with-selinux  \
--with-curl \
-   --with-zlib
+   --with-zlib \
+--with-gcrypt \
+--without-mhash
 # --enable-forced_configmd
 make %{?_smp_mflags}
 

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



commit amavisd-new for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:Factory 
checked in at 2012-01-05 13:47:40

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


Package is amavisd-new, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes  2011-11-05 
10:53:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes 
2012-01-05 13:47:44.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  4 14:47:42 UTC 2012 - vark...@suse.com
+
+- bnc#706257 - amavis failed to start during boot, however it is active
+
+---



Other differences:
--
++ amavisd-new.spec ++
--- /var/tmp/diff_new_pack.TtthYc/_old  2012-01-05 13:47:45.0 +0100
+++ /var/tmp/diff_new_pack.TtthYc/_new  2012-01-05 13:47:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amavisd-new
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   amavisd-new
 Summary:High-Performance E-Mail Virus Scanner
-Version:2.7.0
-Release:1
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
+Version:2.7.0
+Release:0
 Url:http://www.ijs.si/software/amavisd/
-BuildRequires:  sendmail sendmail-devel
+BuildRequires:  sendmail
+BuildRequires:  sendmail-devel
 Requires:   gzip bzip2 unarj zoo sharutils file
 Requires:   perl-Compress-Zlib perl-Convert-UUlib perl-IO-stringy
 Requires:   perl-MIME-tools perl-MailTools perl-Archive-Tar 
perl-Unix-Syslog
@@ -80,7 +79,6 @@
 %package docs
 Summary:Documentation for the High-Performance E-Mail Virus Scanner
 Group:  Documentation/Other
-License:GPL-2.0+
 Recommends: %{name} = %{version}
 
 %description docs

++ rc.amavis ++
--- /var/tmp/diff_new_pack.TtthYc/_old  2012-01-05 13:47:45.0 +0100
+++ /var/tmp/diff_new_pack.TtthYc/_new  2012-01-05 13:47:45.0 +0100
@@ -28,6 +28,38 @@
 AMAVIS_PID=/var/spool/amavis/amavisd.pid
 AMAVIS_MILTER_SOCK=local:/var/run/amavis/amavis-milter.sock
 
+# it's like checkproc, but works for scripts too:
+checkproc_script()
+{
+if [ ${1} = -p ]; then
+   if [ -z ${2} -o -z ${3} ]; then
+   return 101
+   fi
+   CHECK_PID=`cat ${2}`;
+   if [ -e /proc/${CHECK_PID} ]; then
+   CHECK_EXE=${3};
+   FOUND=`cat /proc/${CHECK_PID}/cmdline | grep ${CHECK_EXE}`
+   if [ -n ${FOUND} ]; then
+   return 0;
+   else
+   return 1;
+   fi
+   else
+   return 3;
+   fi
+elif [ -z ${2} ]; then
+   CHECK_EXE=${1};
+   FOUND=`ps auxwww | grep ${CHECK_EXE}`
+   if [ -n ${FOUND} ]; then
+   return 0;
+   else
+   return 7;
+   fi
+fi
+
+return 101;
+}
+
 # Check for missing binaries (stale symlinks should not happen)
 # Note: Special treatment of stop for LSB conformance
 test -x $AMAVISD_BIN || { echo $AMAVIS_BIN not installed;
@@ -60,7 +92,7 @@
 start)
# ZMI 20100428 check for stale pid file
if test -f $AMAVIS_PID ; then
-   checkproc -p $AMAVIS_PID amavisd
+   checkproc_script -p $AMAVIS_PID $AMAVISD_BIN
if test $? -ge 1 ; then
# pid file is stale, remove it
echo -n (stale amavisd pid file $AMAVIS_PID found, 
removing. Did amavisd crash?)
@@ -69,7 +101,7 @@
fi
 echo -n Starting virus-scanner (amavisd-new): 
 $AMAVISD_BIN start
-if ! checkproc amavisd; then
+   if ! checkproc_script $AMAVISD_BIN; then
 rc_failed 7
 fi
 rc_status -v
@@ -82,7 +114,7 @@
;;
 stop)
 echo -n Shutting down virus-scanner (amavisd-new): 
-if checkproc amavisd; then
+if checkproc_script $AMAVISD_BIN; then
 rc_reset
 $AMAVISD_BIN stop
 else
@@ -117,12 +149,12 @@
 ;; 
 status)
 echo -n Checking for service amavis (amavisd-new): 
-checkproc -p $AMAVIS_PID amavisd
+checkproc_script -p $AMAVIS_PID $AMAVISD_BIN
 rc_status -v
 if [ $AMAVIS_SENDMAIL_MILTER == yes ]; then
 rc_reset
 echo -n Checking for 

commit aqbanking for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2012-01-05 13:47:45

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


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

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2011-10-02 
09:48:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2012-01-05 
13:47:46.0 +0100
@@ -1,0 +2,14 @@
+Mon Dec 19 23:01:26 UTC 2011 - nico.laus.2...@gmx.de
+
+- Update to version 5.0.19:
+  + support for optical chipTAN methods (in principal - for now only
+implemented in the FOX front-end)
+
+---
+Wed Nov 30 22:12:00 UTC 2011 - nico.laus.2...@gmx.de
+
+- Update to version 5.0.17:
+  + additionally licensed under GPLv3
+  + fixes a bug in the PIN/TAN definition files (HBCI backend)
+
+---

Old:

  aqbanking-5.0.16.tar.gz

New:

  aqbanking-5.0.19.tar.gz



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.Zhs5qF/_old  2012-01-05 13:47:48.0 +0100
+++ /var/tmp/diff_new_pack.Zhs5qF/_new  2012-01-05 13:47:48.0 +0100
@@ -26,22 +26,22 @@
 %define  q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
 
 Name:   aqbanking
-Version:5.0.16
+Version:5.0.19
 Release:1
 # FIXME Still unable to use parallel make. Last checked: 2011-09-25
-License:GPL-2.0+
+License:GPL-2.0 or GPL-3.0
 Summary:Library for Online Banking Functions and Financial Data Import 
and Export
 Url:http://www.aquamaniac.de/aqbanking/
 Group:  Productivity/Office/Finance
 Source: %{name}-%{version}.tar.gz
-#Source:
http://www.aquamaniac.de/sites/download/download.php?package=03release=87file=01dummy=aqbanking-5.0.16.tar.gz
+#Source:
http://www2.aquamaniac.de/sites/download/download.php?package=03release=89file=01dummy=aqbanking-5.0.19.tar.gz
 Source1:aqbanking4-handbook-20091231.pdf
 #Source1:   
http://www.aquamaniac.de/sites/download/download.php?package=09release=09file=01dummy=aqbanking4-handbook-20091231.pdf
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-BuildRequires:  gwenhywfar-devel = 4.0
+BuildRequires:  gwenhywfar-devel = 4.3.1
 BuildRequires:  gwenhywfar-tools
 BuildRequires:  ktoblzcheck-devel = 1.10
 BuildRequires:  pkgconfig(gtk+-2.0)

++ aqbanking-5.0.16.tar.gz - aqbanking-5.0.19.tar.gz ++
 24641 lines of diff (skipped)

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-05 13:47:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-31 17:19:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-05 13:47:52.0 +0100
@@ -2 +2 @@
-Fri Dec 30 07:40:04 CET 2011 - autobu...@suse.de
+Thu Jan  5 08:40:08 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-30
+- automated update on 2012-01-05



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

++ oui.txt ++
--- /var/tmp/diff_new_pack.rCCV5w/_old  2012-01-05 13:47:53.0 +0100
+++ /var/tmp/diff_new_pack.rCCV5w/_new  2012-01-05 13:47:53.0 +0100
@@ -82648,6 +82648,12 @@
FUZHOU FUJIAN 350002
CHINA
 
+14-1A-51   (hex)   Treetech Sistemas Digitais
+141A51 (base 16)   Treetech Sistemas Digitais
+   Praca Claudino Alves, 141
+   Atibaia Sao Paulo 12940-800
+   BRAZIL
+
 14-1B-BD   (hex)   Volex Inc.
 141BBD (base 16)   Volex Inc.
915 Tate Blvd. SE
@@ -84449,6 +84455,13 @@
Auckland  0943
NEW ZEALAND
 
+2C-36-F8   (hex)   Cisco Systems
+2C36F8 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 2C-3A-28   (hex)   Fagor Electr�nica
 2C3A28 (base 16)   Fagor Electr�nica
B. San Andres, s/n 
@@ -86140,6 +86153,13 @@
Cupertino CA 95014
UNITED STATES
 
+44-2B-03   (hex)   Cisco Systems
+442B03 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 44-32-2A   (hex)   Avaya Inc
 44322A (base 16)   Avaya Inc
211 Mount Airy Road 
@@ -87451,6 +87471,12 @@
FAENZA RA 48018
ITALY
 
+58-08-FA   (hex)   Fiber Optic amp; telecommunication INC.
+5808FA (base 16)   Fiber Optic amp; telecommunication INC.
+   161-4 Kumjeong-Dong, 
+   Kunpo-city Gyeonggi-Do 435-824
+   KOREA, REPUBLIC OF
+
 58-16-26   (hex)   Avaya, Inc
 581626 (base 16)   Avaya, Inc
211 Mount Airy Road
@@ -88092,6 +88118,13 @@
Buchon-si Gyeinggi-do 420-857
KOREA, REPUBLIC OF
 
+60-36-DD   (hex)   Intel Corporate
+6036DD (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 60-38-0E   (hex)   Alps Electric Co.,
 60380E (base 16)   Alps Electric Co.,
1-2-1, Okinouchi
@@ -90543,6 +90576,12 @@
Dallas TX 75243
UNITED STATES
 
+7C-94-B2   (hex)   Philips Healthcare PCCI
+7C94B2 (base 16)   Philips Healthcare PCCI
+   2271 Cosmos Ct
+   Carlsbad CA 92011
+   UNITED STATES
+
 7C-A2-9B   (hex)   D.SignT GmbH amp; Co. KG
 7CA29B (base 16)   D.SignT 

commit ddd for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2012-01-05 13:47:55

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2011-11-23 19:34:36.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2012-01-05 
13:47:58.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 15:15:02 UTC 2011 - idon...@suse.com
+
+- Fix wrong size parameter in memcpy call 
+
+---

New:

  ddd-wrong-memcpy.patch



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.azlpsh/_old  2012-01-05 13:47:59.0 +0100
+++ /var/tmp/diff_new_pack.azlpsh/_new  2012-01-05 13:47:59.0 +0100
@@ -15,18 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   ddd
-BuildRequires:  ImageMagick apache2-devel freetype2-devel gcc-c++ 
ghostscript_any
-BuildRequires:  libapr-util1-devel libtiff-devel openmotif-devel pcre-devel 
transfig
-BuildRequires:  ghostscript-library ncurses-devel update-desktop-files
-License:GPL-2.0+ ; LGPL-2.1+
-Group:  Development/Tools/Debuggers
+BuildRequires:  ImageMagick
+BuildRequires:  apache2-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  gcc-c++
+BuildRequires:  ghostscript-library
+BuildRequires:  ghostscript_any
+BuildRequires:  libapr-util1-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  openmotif-devel
+BuildRequires:  pcre-devel
+BuildRequires:  transfig
+BuildRequires:  update-desktop-files
 Requires:   gdb
 Version:3.3.12
-Release:3
+Release:0
 Summary:Debugger with Graphical User Interface
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Development/Tools/Debuggers
 Url:http://www.gnu.org/software/ddd
 Source: ddd-%{version}.tar.bz2
 Source1:ddd.png
@@ -34,6 +42,7 @@
 Source3:README.SUSE
 Source4:ddd.wrapper
 Patch0: ddd-3.3.12-gcc44.patch
+Patch1: ddd-wrong-memcpy.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %install_info_prereq
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
@@ -47,7 +56,6 @@
 Pascal, MODULA-2, FORTRAN, ADA, and even at the assembler code level.
 
 %package doc
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Debugger with Graphical User Interface
 Group:  Development/Tools/Debuggers
 %if %suse_version  1110
@@ -64,6 +72,7 @@
 %define apache_docroot %(apxs2 -q PREFIX)/htdocs
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 cp %{S:3} .

++ ddd-wrong-memcpy.patch ++
Index: ddd-3.3.12/ddd/ddd.C
===
--- ddd-3.3.12.orig/ddd/ddd.C
+++ ddd-3.3.12/ddd/ddd.C
@@ -5822,7 +5822,7 @@ struct WhenReadyInfo {
}
else
{
-   memcpy(cbs.event, c.event, sizeof(cbs.event));
+   memcpy(cbs.event, c.event, sizeof(XEvent));
cbs.event = event;
}
 }

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



commit ipset for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package ipset for openSUSE:Factory checked 
in at 2012-01-05 13:48:08

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


Package is ipset, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ipset.new/ipset.changes 2012-01-05 
13:48:11.0 +0100
@@ -0,0 +1,5 @@
+---
+Sun Jan  1 03:17:39 UTC 2012 - jeng...@medozas.de
+
+- Populate ipset package on build.opensuse.org after disabling
+  ipset-genl compilation in xtables-addons

New:

  ipset-6.10+git9.tar.xz
  ipset-preamble
  ipset.changes
  ipset.spec
  kernel-3_3.diff
  no-static.diff



Other differences:
--
++ ipset.spec ++
#
# spec file for package ipset
#
# 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:   ipset
%define lname   libipset1
Version:6.10+git9
Release:0
Group:  Productivity/Networking/Security
Summary:Netfilter ipset administration utility
License:GPL-2.0
URL:http://ipset.netfilter.org/

#Git-Clone: git://git.netfilter.org/ipset
#Git-Web:   http://git.netfilter.org/
Source: %name-%version.tar.xz
Source3:%name-preamble
Patch1: no-static.diff
Patch2: kernel-3_3.diff

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  autoconf, automake, libtool
BuildRequires:  pkgconfig = 0.23, pkgconfig(libmnl) = 1, xz
%if 0%{?suse_version}
BuildRequires:  %kernel_module_package_buildreqs
BuildRequires:  kernel-syms = 2.6.39
Recommends: %name-kmp
%endif

%kernel_module_package -p %name-preamble

%description
IP sets are a framework inside the Linux kernel, which can be
administered by the ipset utility. Depending on the type, currently
an IP set may store IP addresses, (TCP/UDP) port numbers or IP
addresses with MAC addresses in a way, which ensures lightning speed
when matching an entry against a set.

ipset can:
* store multiple IP addresses or port numbers and match against the
  collection by iptables at one swoop;
* dynamically update iptables rules against IP addresses or ports
  without performance penalty;
* express complex IP address and ports based rulesets with one single
  iptables rule and benefit from the speed of IP sets

%package KMP
Group:  System/Kernel
Summary:Netfilter ipset kernel modules

%description KMP
IP sets are a framework inside the Linux kernel, which can be
administered by the ipset utility. Depending on the type, currently
an IP set may store IP addresses, (TCP/UDP) port numbers or IP
addresses with MAC addresses in a way, which ensures lightning speed
when matching an entry against a set.

This package contains a version update to the in-kernel ipset modules.

%package -n %lname
Summary:Userspace library for the in-kernel Netfilter ipset interface
Group:  System/Libraries

%description -n %lname
IP sets are a framework inside the Linux kernel, which can be
administered by the ipset utility. Depending on the type, currently
an IP set may store IP addresses, (TCP/UDP) port numbers or IP
addresses with MAC addresses in a way, which ensures lightning speed
when matching an entry against a set.

%package devel
Summary:Development files for ipset extensions
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
IP sets are a framework inside the Linux kernel, which can be
administered by the ipset utility. Depending on the type, currently
an IP set may store IP addresses, (TCP/UDP) port numbers or IP
addresses with MAC addresses in a way, which ensures lightning speed
when matching an entry against a set.

%prep
%setup -q
%patch -P 1 -P 2 -p1

%build
if [ ! -e configure ]; then
./autogen.sh;
fi;
pushd ../;
for flavor in %flavors_to_build; do
cp -a %name-%version %name-$flavor-%version;
pushd %name-$flavor-%version/;
# ksource: it just checks for a header

commit kbuild for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package kbuild for openSUSE:Factory checked 
in at 2012-01-05 13:48:18

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


Package is kbuild, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kbuild/kbuild.changes2011-12-08 
11:50:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.kbuild.new/kbuild.changes   2012-01-05 
13:48:24.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 15:20:13 UTC 2011 - idon...@suse.com
+
+- Fix wrong size parameter in memset call 
+
+---

New:

  kbuild-wrong-memset.patch



Other differences:
--
++ kbuild.spec ++
--- /var/tmp/diff_new_pack.Wu0geT/_old  2012-01-05 13:48:25.0 +0100
+++ /var/tmp/diff_new_pack.Wu0geT/_new  2012-01-05 13:48:25.0 +0100
@@ -21,9 +21,9 @@
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libacl-devel
+Summary:Framework for writing simple makefiles for complex tasks
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Summary:Framework for writing simple makefiles for complex tasks
 Version:0.1.9998svn2543
 Release:0
 %define _svnrev 2543
@@ -36,6 +36,7 @@
 Patch5: kbuild-pthread.diff
 Patch6: kbuild-timestamps.diff
 Patch7: kbuild-armv7l.diff
+Patch8: kbuild-wrong-memset.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,6 +65,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS

++ kbuild-wrong-memset.patch ++
Index: kbuild-0.1.9998svn2543/src/lib/md5.c
===
--- kbuild-0.1.9998svn2543.orig/src/lib/md5.c
+++ kbuild-0.1.9998svn2543/src/lib/md5.c
@@ -144,7 +144,7 @@ void MD5Final(unsigned char digest[16],
 MD5Transform(ctx-buf, (uint32 *) ctx-in);
 byteReverse((unsigned char *) ctx-buf, 4);
 memcpy(digest, ctx-buf, 16);
-memset(ctx, 0, sizeof(ctx));/* In case it's sensitive */
+memset(ctx, 0, sizeof(struct MD5Context));/* In case it's 
sensitive */
 }
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit krename for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package krename for openSUSE:Factory checked 
in at 2012-01-05 13:48:23

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


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

Changes:

--- /work/SRC/openSUSE:Factory/krename/krename.changes  2011-09-23 
02:07:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.krename.new/krename.changes 2012-01-05 
13:48:25.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  4 20:07:46 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 4.0.9:
+  * Fix for a compilation error in the PoDoFo plugin and updates the Czech
+translation.
+  From 4.0.8:
+  * Fix a crash on Ubuntu when starting KRename.
+- Removed the patch to fix crash on static initialization (fixed upstream).
+
+---

Old:

  krename-4.0.7-static-init-crash.patch
  krename-4.0.7.tar.bz2

New:

  krename-4.0.9.tar.bz2



Other differences:
--
++ krename.spec ++
--- /var/tmp/diff_new_pack.vERN2z/_old  2012-01-05 13:48:27.0 +0100
+++ /var/tmp/diff_new_pack.vERN2z/_new  2012-01-05 13:48:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package krename
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,28 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   krename
-Version:4.0.7
-Release:2
-License:GPL-2.0+
+Version:4.0.9
+Release:0
 Summary:A Powerful Batch Renamer for KDE
-Url:http://www.krename.net/
+License:GPL-2.0+
 Group:  Productivity/File utilities
+Url:http://www.krename.net/
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM desktop-files.diff asterios.dra...@gmail.com -- Make the 
desktop file KDE and XDG compatible
 Patch0: desktop-files.diff
 # PATCH-FIX-UPSTREAM servicemenus-files.patch asterios.dra...@gmail.com -- 
Make the desktop files KDE and XDG compatible
 Patch1: servicemenus-files.patch
-# PATCH-FIX-OPENSUSE krename-4.0.7-static-init-crash.patch rh#684908 
asterios.dra...@gmail.com -- Fix crash on static initialization (patch taken 
from Fedora)
-Patch2: krename-4.0.7-static-init-crash.patch
 # PATCH-FIX-UPSTREAM krename-4.0.7_add_common_names_to_FindLIBPODOFO.patch 
sf#3256922 asterios.dra...@gmail.com -- Fix podofo library names cmake check 
(patch taken from upstream)
-Patch3: krename-4.0.7_add_common_names_to_FindLIBPODOFO.patch
-Patch4: remove-gplv2-code.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+Patch2: krename-4.0.7_add_common_names_to_FindLIBPODOFO.patch
+# PATCH-FIX-UPSTREAM remove-gplv2-code.diff dmuel...@suse.de -- Remove GPLv2 
only code (only used for self-testing)
+Patch3: remove-gplv2-code.diff
 BuildRequires:  libexiv2-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libpodofo-devel
@@ -44,6 +39,7 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
 %description
@@ -57,10 +53,9 @@
 %patch0
 %patch1
 %patch2 -p1
-%patch3 -p1
 # GPLv2 only code, not really needed, lets avoid the license discussion
 rm -rf src/modeltest.*
-%patch4
+%patch3
 
 # Remove build time references so build-compare can do its work (fix rpmlint 
warning file-contains-date-and-time)
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')
@@ -85,9 +80,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README TODO

++ krename-4.0.7.tar.bz2 - krename-4.0.9.tar.bz2 ++
 27691 lines of diff (skipped)

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



commit libnetfilter_conntrack for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_conntrack for 
openSUSE:Factory checked in at 2012-01-05 13:48:27

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/libnetfilter_conntrack/libnetfilter_conntrack.changes
2011-09-23 02:09:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_conntrack.new/libnetfilter_conntrack.changes
   2012-01-05 13:48:29.0 +0100
@@ -1,0 +2,21 @@
+Wed Jan  4 18:28:21 UTC 2012 - jeng...@medozas.de
+
+- Update to new upstream release 1.0.0
+* build and compilation updates
+* expect: fix missing parsing of master tuple
+* expect: nfexp_snprintf prints expectation timeout if present
+* expect: nfexp_snprintf displays mask and master tuple information
+* expect: add nfexp_send()
+* expect: support CTA_EXPECT_HELP_NAME
+* src: clarify licensing terms of library (GPLv2+)
+* conntrack: fix size of CTA_PROTOINFO_TCP_FLAGS_ORIGINAL in ARM
+* conntrack: fix set operation for master IPv6 src and dst
+* expect: add nfexp_cmp
+
+---
+Thu Dec 29 21:17:48 UTC 2011 - jeng...@medozas.de
+
+- SPDX format for License: tag
+- Use separate include directory to catch compile errors
+
+---

Old:

  libnetfilter_conntrack-0.9.1.tar.bz2
  libnetfilter_conntrack-0.9.1.tar.bz2.sig

New:

  libnetfilter_conntrack-1.0.0.tar.bz2
  libnetfilter_conntrack-1.0.0.tar.bz2.sig



Other differences:
--
++ libnetfilter_conntrack.spec ++
--- /var/tmp/diff_new_pack.Z13v1Y/_old  2012-01-05 13:48:30.0 +0100
+++ /var/tmp/diff_new_pack.Z13v1Y/_new  2012-01-05 13:48:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_conntrack
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%define soname 3
 
 Name:   libnetfilter_conntrack
-Version:0.9.1
-Release:1
-License:GNU GPL v2
+%define lname  %{name}3
+Version:1.0.0
+Release:0
+License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnetfilter_conntrack/
-Source: 
http://netfilter.org/projects/%name/files/%name-%version.tar.bz2
-Source2:
http://netfilter.org/projects/%name/files/%name-%version.tar.bz2.sig
+
+#Git-Clone:git://git.netfilter.org/libnetfilter_conntrack
+%define git_snapshot 0
+Source: 
ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/%name-%version.tar.bz2
+Source2:
ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libnfnetlink-devel = 1.0.0
-BuildRequires:  linux-kernel-headers = 2.6.18 pkg-config
+%if %git_snapshot
+BuildRequires:  autoconf automake = 1.6 libtool
+%endif
+BuildRequires:  pkgconfig = 0.23 pkgconfig(libnfnetlink) = 1.0.0
 Summary:Userspace library for the in-kernel connection tracking state 
table
 
 %description
@@ -40,29 +44,23 @@
 libnfnetlink_conntrack and libctnetlink. This library is currently
 used by conntrack-tools among many other applications.
 
-%define debug_package_requires %{name}%{soname} = %{version}-%{release}
-
-%package -n %{name}%{soname}
-
-
+%package -n %lname
 Group:  System/Libraries
 Summary:Userspace library for the in-kernel connection tracking state 
table
 
-%description -n %{name}%{soname}
+%description -n %lname
 libnetfilter_conntrack is a userspace library providing a programming
 interface (API) to the in-kernel connection tracking state table. The
 library libnetfilter_conntrack has been previously known as
 libnfnetlink_conntrack and libctnetlink. This library is currently
 used by conntrack-tools among many other applications.
 
-%package -n %{name}-devel
-
-
+%package devel
 Group:  Development/Libraries/C and C++
-Requires:   %{name}%{soname} = %{version}
+Requires:   %lname = %version
 Summary:Userspace library for the in-kernel connection tracking state 
table
 
-%description -n %{name}-devel
+%description devel
 libnetfilter_conntrack is a userspace library providing a 

commit libnl3 for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package libnl3 for openSUSE:Factory checked 
in at 2012-01-05 13:48:32

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


Package is libnl3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libnl3/libnl3.changes2011-11-22 
17:48:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnl3.new/libnl3.changes   2012-01-05 
13:48:38.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan  3 13:23:24 UTC 2012 - adr...@suse.de
+
+- add dangling-co_major_cache-reference fix required by ntrack
+
+---

New:

  avoid-dangling-co_major_cache-reference-to-NL_AUTO_P.diff



Other differences:
--
++ libnl3.spec ++
--- /var/tmp/diff_new_pack.gtsIlu/_old  2012-01-05 13:48:41.0 +0100
+++ /var/tmp/diff_new_pack.gtsIlu/_new  2012-01-05 13:48:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnl3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,8 +32,10 @@
 Source: libnl-%version.tar.xz
 Source2:baselibs.conf
 Patch1: libdir.diff
+Patch2: avoid-dangling-co_major_cache-reference-to-NL_AUTO_P.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison fdupes flex libtool pkgconfig python-devel xz
+BuildRequires:  autoconf automake bison fdupes flex libtool
+BuildRequires:  pkgconfig = 0.23 python-devel xz
 
 %description
 The libnl suite is a collection of libraries providing APIs to
@@ -97,7 +99,7 @@
 tar -xf %{S:0} --use=xz;
 %setup -DTqn libnl-%version
 %endif
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 # we do have patches
@@ -135,7 +137,6 @@
 %_libdir/pkgconfig/*
 
 %if %with_tools
-#
 
 %files -n libnl-config
 %defattr(-,root,root)
@@ -146,7 +147,6 @@
 %defattr(-,root,root)
 %_mandir/man*/*
 %_sbindir/*
-
 %endif
 
 %changelog

++ avoid-dangling-co_major_cache-reference-to-NL_AUTO_P.diff ++
From 8525e3a4082f88bc93f70c996577e2e48eb57d79 Mon Sep 17 00:00:00 2001
From: Alexander Sack a...@jwsdot.com
Date: Fri, 21 Oct 2011 00:31:39 +0200
Subject: [PATCH] avoid dangling co_major_cache reference to NL_AUTO_PROVIDE
 caches

---
 lib/cache_mngr.c |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/lib/cache_mngr.c b/lib/cache_mngr.c
index cfa676b..69fd4aa 100644
--- a/lib/cache_mngr.c
+++ b/lib/cache_mngr.c
@@ -372,9 +372,12 @@ void nl_cache_mngr_free(struct nl_cache_mngr *mngr)
if (mngr-cm_handle)
nl_close(mngr-cm_handle);
 
-   for (i = 0; i  mngr-cm_nassocs; i++)
-   if (mngr-cm_assocs[i].ca_cache)
+   for (i = 0; i  mngr-cm_nassocs; i++) {
+   if (mngr-cm_assocs[i].ca_cache) {
+   nl_cache_mngt_unprovide(mngr-cm_assocs[i].ca_cache);
nl_cache_free(mngr-cm_assocs[i].ca_cache);
+   }
+   }
 
free(mngr-cm_assocs);
free(mngr);
-- 
1.7.5.4


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



commit phonon-backend-gstreamer-0_10 for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package phonon-backend-gstreamer-0_10 for 
openSUSE:Factory checked in at 2012-01-05 13:49:40

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


Package is phonon-backend-gstreamer-0_10, Maintainer is 
kde-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/phonon-backend-gstreamer-0_10/phonon-backend-gstreamer-0_10.changes
  2011-10-16 12:58:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.phonon-backend-gstreamer-0_10.new/phonon-backend-gstreamer-0_10.changes
 2012-01-05 13:49:41.0 +0100
@@ -1,0 +2,18 @@
+Tue Jan  3 11:42:26 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 4.6RC1
+  * Gapless playback
+  * Improved subtitles
+  * Misc fixes in audio fade in and out
+  * Fixes to KIO streaming
+  * A handful of fixed memory leaks
+  * Multichannel AudioDataOutput support
+  * Thread safety!
+  * Removed a hard dependency on ALSA
+  * Lots of lines of code wiped out
+  * Usage of playbin2 in GStreamer insead of a fragile, hand-made pipeline
+  * More debugging tools fort us
+  * More plugin installation fixes
+- Apply commit cf8f37 from upstream to build the backend with Phonon 4.6
+
+---

Old:

  phonon-backend-gstreamer-4.5.1.tar.bz2
  stoptimer.diff

New:

  fix_build.diff
  phonon-backend-gstreamer-4.5.90.tar.bz2



Other differences:
--
++ phonon-backend-gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.vEN6NR/_old  2012-01-05 13:49:42.0 +0100
+++ /var/tmp/diff_new_pack.vEN6NR/_new  2012-01-05 13:49:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package phonon-backend-gstreamer-0_10
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,17 @@
 #
 
 
-
 Name:   phonon-backend-gstreamer-0_10
-Version:4.5.1
-Release:1
-License:LGPL-2.0+
+Version:4.5.90
+Release:0
 Summary:Phonon Multimedia Platform Abstraction
-Url:http://phonon.kde.org/
+License:LGPL-2.0+
 Group:  System/GUI/KDE
+Url:http://phonon.kde.org/
 %define filename phonon-backend-gstreamer
-%define _phonon_version 4.5.0
+%define _phonon_version 4.6.0
 Source0:%{filename}-%{version}.tar.bz2
-Patch0: stoptimer.diff
+Patch0: fix_build.diff
 BuildRequires:  alsa-devel
 BuildRequires:  automoc4
 BuildRequires:  cmake

++ fix_build.diff ++
commit cf8f37f2571e466491f817144a089abf43c4f009
Author: Harald Sitter sit...@kde.org
Date:   Tue Dec 27 19:11:56 2011 +0100

Build even if Phonon was built without experimental

Building phonon without the experimental is possible and actually
default in git master due to intermediate breakage, so support this case
properly.
BUG: 289773
FIXED-IN: 4.6.0

diff --git a/gstreamer/CMakeLists.txt b/gstreamer/CMakeLists.txt
index ac19f14..79dbb89 100644
--- a/gstreamer/CMakeLists.txt
+++ b/gstreamer/CMakeLists.txt
@@ -27,9 +27,6 @@ if (BUILD_PHONON_GSTREAMER)
   ${LIBXML2_INCLUDE_DIR}
   ${X11_X11_INCLUDE_PATH})
add_definitions(-DPHONON_BACKEND_VERSION_4_2)
-   if (PHONON_FOUND_EXPERIMENTAL)
-  add_definitions(-DPHONON_EXPERIMENTAL)
-   endif (PHONON_FOUND_EXPERIMENTAL)
 
# configure plugin api
if(USE_INSTALL_PLUGIN)
@@ -56,12 +53,16 @@ if (BUILD_PHONON_GSTREAMER)
   plugininstaller.cpp
   qwidgetvideosink.cpp
   streamreader.cpp
-  videodataoutput.cpp
   videowidget.cpp
   volumefadereffect.cpp
   widgetrenderer.cpp
   )
 
+if(PHONON_FOUND_EXPERIMENTAL)
+add_definitions(-DPHONON_EXPERIMENTAL)
+list(APPEND phonon_gstreamer_SRCS videodataoutput.cpp)
+endif(PHONON_FOUND_EXPERIMENTAL)
+
if(OPENGL_FOUND)
 list(APPEND phonon_gstreamer_SRCS glrenderer.cpp)
endif(OPENGL_FOUND)
diff --git a/gstreamer/backend.cpp b/gstreamer/backend.cpp
index 6e93414..bccb933 100644
--- a/gstreamer/backend.cpp
+++ b/gstreamer/backend.cpp
@@ -18,7 +18,9 @@
 #include backend.h
 #include audiooutput.h
 #include audiodataoutput.h
+#ifdef PHONON_EXPERIMENTAL
 #include videodataoutput.h
+#endif
 #include audioeffect.h
 #include mediaobject.h
 #include videowidget.h
@@ -144,9 +146,11 @@ QObject *Backend::createObject(BackendInterface::Class c, 
QObject *parent, const
 return new AudioDataOutput(this, parent);
 
 #ifndef QT_NO_PHONON_VIDEO

commit R-base for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2012-01-05 13:49:48

Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and  /work/SRC/openSUSE:Factory/.R-base.new (New)


Package is R-base, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2011-11-02 
12:17:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes   2012-01-05 
13:49:49.0 +0100
@@ -1,0 +2,8 @@
+Thu Dec 22 12:19:10 UTC 2011 - ste...@unibw-hamburg.de
+
+- Upstream updated to 2.14.1
+- see, as usual, /usr/lib/R/doc/NEWS.html for details.
+- Only minor bug fixes + workaround for missing inconsolata.sty 
+- on older systems.
+ 
+---

Old:

  R-2.14.0.tar.bz2

New:

  R-2.14.1.tar.bz2



Other differences:
--
++ R-base.spec ++
--- /var/tmp/diff_new_pack.IYTrCt/_old  2012-01-05 13:49:51.0 +0100
+++ /var/tmp/diff_new_pack.IYTrCt/_new  2012-01-05 13:49:51.0 +0100
@@ -19,12 +19,12 @@
 
 Name:   R-base
 %define release 1 
-Version:2.14.0
+Version:2.14.1
 Release:%release
 Source: R-%{version}.tar.bz2
 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
 
-License:GPL-2.0 or GPL-3.0
+License:GPL-2.0 || GPL-3.0
 Url:http://www.r-project.org/
 Group:  Productivity/Scientific/Math
 
@@ -39,30 +39,33 @@
 %endif
 %if %suse_version  1020
 BuildRequires:  texlive-bin texlive-bin-latex texlive-latex
-BuildRequires:  texlive-fonts-extra
 BuildRequires:  fdupes
 %endif
+%if %suse_version  1120 
+BuildRequires:  texlive-fonts-extra
+%endif
 BuildRequires:  pango-devel tcl-devel texinfo tk-devel xorg-x11-devel
 Requires:   readline, xorg-x11-fonts-100dpi
 Requires:   xorg-x11-fonts-75dpi, cairo = 1.2
 Requires:   fontconfig, freetype2, xdg-utils
+
 Provides:   R-boot = 1.3.3
 Provides:   R-class = 7.3.3
 Provides:   R-cluster = 1.14.1
 Provides:   R-codetools = 0.2.8
 Provides:   R-compiler = %{version}
 Provides:   R-datasets = %{version}
-Provides:   R-foreign = 0.8.46
+Provides:   R-foreign = 0.8.48
 Provides:   R-graphics = %{version}
 Provides:   R-grDevices = %{version}
 Provides:   R-grid = %{version}
-Provides:   R-KernSmooth = 2.23.6
+Provides:   R-KernSmooth = 2.23.7
 Provides:   R-lattice = 0.20.0
 Provides:   R-MASS = 7.3.16
-Provides:   R-Matrix = 1.0.1
-Obsoletes:  R-Matrix  1.0.1
+Provides:   R-Matrix = 1.0.2
+Obsoletes:  R-Matrix  1.0.2
 Provides:   R-methods = %{version}
-Provides:   R-mgcv = 1.7.9
+Provides:   R-mgcv = 1.7.12
 Provides:   R-nlme = 3.1.102
 Provides:   R-nnet = 7.3.1
 Provides:   R-rpart = 3.1.50
@@ -83,8 +86,8 @@
 Summary:Libraries and includefiles for developing with R-base
 Group:  Development/Libraries/Other
 Requires:   R-base = %{version}
-Provides:   R-Matrix-devel = 1.0.1
-Obsoletes:  R-Matrix-devel  1.0.1
+Provides:   R-Matrix-devel = 1.0.2
+Obsoletes:  R-Matrix-devel  1.0.2
 
 %description -n R-base-devel
 This package provides the necessary development headers and

++ R-2.14.0.tar.bz2 - R-2.14.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/R-base/R-2.14.0.tar.bz2 
/work/SRC/openSUSE:Factory/.R-base.new/R-2.14.1.tar.bz2 differ: char 11, line 1

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



commit rpmlint for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-01-05 13:49:52

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


Package is rpmlint, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2011-12-25 
17:41:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2012-01-05 
13:49:53.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  4 16:56:40 CET 2012 - dmuel...@suse.de
+
+- reenable libtool wrapper check
+
+---



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.ZEUkSs/_old  2012-01-05 13:49:57.0 +0100
+++ /var/tmp/diff_new_pack.ZEUkSs/_new  2012-01-05 13:49:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 #!BuildIgnore: rpmlint-mini
 
 Name:   rpmlint
@@ -172,7 +171,7 @@
 #%patch34
 #%patch35
 %patch37
-#%patch39
+%patch39
 #%patch41
 %patch42
 #%patch46

++ libtool-wrapper-check.diff ++
--- /var/tmp/diff_new_pack.ZEUkSs/_old  2012-01-05 13:49:57.0 +0100
+++ /var/tmp/diff_new_pack.ZEUkSs/_new  2012-01-05 13:49:57.0 +0100
@@ -1,56 +1,38 @@
-package ProtocolReader;
- i
-
-require Exportei path
-Da/work/built/patchinfo/a8074a35e4528cffdfb08bd7c9969012/protocol-autotest))Da/work/built/patchinfo/a8074a35e4528cffdfb08bd7c9969012/protocol-autotest));;
-@ISA   = qw(Exporter);
-@EXPORT= qw(new read);
- is_ar =
-
-rpath
-
-asdfdff
-
-ead_one_protocol(fc46dcae41fa022273d4dfd752880372/protocol) to
-
-:x
-
-sub new { bless {} } string.find(i[1], 'current ar archive') != -1
- is_ocaml_native = string.find(i[1], 
'ObjABXML::ABXML::patchprotocolnative') != -1
-print Dumper(a+is_shell = string.find(i[1], shell script) != -)1
-
+--- BinariesCheck.py
 BinariesCheck.py
+@@ -231,8 +231,19 @@
+ is_elf = 'ELF' in pkgfile.magic
+ is_ar = 'current ar archive' in pkgfile.magic
+ is_ocaml_native = 'Objective caml native' in pkgfile.magic
++is_shell = shell script in pkgfile.magic
  is_binary = is_elf or is_ar or is_ocaml_native
  
- if is_binary:
-@@ -278,6 +279,16 @@
- printError(pkg, 'invalid-directory-reference', i[0],
-'(line %s)' % , .join(lines))
- 
 +if is_shell:
 +count= 0
-+for l in file(pkg.dirName() + i[0], r):
++for l in file(pkgfile.path, r):
 +count = count + 1
 +if (l.find(This wrapper script should never be moved out 
of the build directory) != -1):
-+printError(pkg, 'libtool-wrapper-in-package', i[0])
++printError(pkg, 'libtool-wrapper-in-package', fname)
 +break
 +if (count  20):
 +break;
 +
- if has_lib != []:
- if exec_files != []:
- for f in exec_files:
-@@ -341,6 +352,14 @@
+ if not is_binary:
+ if reference_regex.search(fname):
+ lines = pkg.grep(invalid_dir_ref_regex, fname)
+@@ -463,6 +474,15 @@
  Another common mistake that causes this problem is linking with
  ``gcc -Wl,-shared'' instead of ``gcc -shared''.''',
  
 +'libtool-wrapper-in-package',
 +'''Your package contains a libtool wrapper shell script. This
 +will not work. Instead of install'ing the libtool wrapper file,
-+run 
++run·
 +
 +libtool --mode=install install -m perm file dest
 +
 +to install the relinked file.''',
++
  'binary-or-shlib-defines-rpath',
  '''The binary or shared library defines `RPATH'. Usually this is a
  bad thing because it hardcodes the path to search libraries and so


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



commit unscd for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package unscd for openSUSE:Factory checked 
in at 2012-01-05 13:50:06

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


Package is unscd, Maintainer is pbau...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/unscd/unscd.changes  2012-01-04 
07:32:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.unscd.new/unscd.changes 2012-01-05 
13:50:08.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan  3 12:47:52 UTC 2012 - a...@suse.de
+
+- Update to 0.48: Fix for glibc 2.15
+
+---

Old:

  nscd-0.47.c

New:

  nscd-0.48.c



Other differences:
--
++ unscd.spec ++
--- /var/tmp/diff_new_pack.7JW6LC/_old  2012-01-05 13:50:09.0 +0100
+++ /var/tmp/diff_new_pack.7JW6LC/_new  2012-01-05 13:50:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unscd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define pkg_name nscd
 
 Name:   unscd
-Version:0.47
+Version:0.48
 Release:0
 Summary:Alternative Name Service Caching Daemon
 License:GPL-2.0+

++ COPYING ++
--- /var/tmp/diff_new_pack.7JW6LC/_old  2012-01-05 13:50:09.0 +0100
+++ /var/tmp/diff_new_pack.7JW6LC/_new  2012-01-05 13:50:09.0 +0100
@@ -1,12 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 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
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@
 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 Library General Public License instead.)  You can apply it to
+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
@@ -55,8 +55,8 @@
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-   GNU GENERAL PUBLIC LICENSE
+
+GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -110,7 +110,7 @@
 License.  (Exception: if the Program itself is interactive but
 does not normally print such an announcement, your work based on
 the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -168,7 +168,7 @@
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -225,7 +225,7 @@
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, the
 original copyright holder who places the Program under this License
@@ -255,7 +255,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-   NO WARRANTY
+NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE 

commit xapian-core for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package xapian-core for openSUSE:Factory 
checked in at 2012-01-05 13:50:23

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


Package is xapian-core, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xapian-core/xapian-core.changes  2011-12-01 
12:27:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-core.new/xapian-core.changes 
2012-01-05 13:50:31.0 +0100
@@ -1,0 +2,11 @@
+Thu Dec 29 11:31:53 CET 2011 - dmuel...@suse.de
+
+- update to 1.2.8:
+  * Add support to TermGenerator and QueryParser for indexing and searching CJK
+  text using n-grams.  Currently this is only enabled when the environmental
+  variable XAPIAN_CJK_NGRAM is set to a non-empty value.
+  * overview.html,quickstart.html: Fix several factual errors.
+  * Improve documentation comments for several methods.
+  * Add documentation for function parameters which didn't have it.
+
+---

Old:

  xapian-core-1.2.7.tar.gz

New:

  xapian-core-1.2.8.tar.gz



Other differences:
--
++ xapian-core.spec ++
--- /var/tmp/diff_new_pack.T2PLWW/_old  2012-01-05 13:50:32.0 +0100
+++ /var/tmp/diff_new_pack.T2PLWW/_new  2012-01-05 13:50:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-core
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,20 @@
 #
 
 
-
 Name:   xapian-core
-Version:1.2.7
-Release:1
-License:GPL-2.0
+Version:1.2.8
+Release:0
 Summary:The Xapian Probabilistic Information Retrieval Library
-Url:http://www.xapian.org/
+License:GPL-2.0
 Group:  Productivity/Databases/Servers
+Url:http://www.xapian.org/
 Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libuuid-devel
 BuildRequires:  zlib-devel
-Requires:   %{name}-libs = %{version}
+Requires:   libxapian22 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,7 +40,6 @@
 %package -n libxapian22
 Summary:Xapian search engine libraries
 Group:  Development/Libraries/C and C++
-Provides:   xapian-core-libs
 
 %description -n libxapian22
 Xapian is an Open Source Probabilistic Information Retrieval framework. It
@@ -93,7 +92,7 @@
 
 %install
 %makeinstall docdatadir=%{_docdir}/%{name}
-rm -rf 
examples/{.libs,.deps,.dirstamp,*.o,quest,delve,simplesearch,simpleexpand,simpleindex,copydatabase}
+rm -rf 
examples/{.libs,.deps,.dirstamp,*.o,quest,delve,simplesearch,simpleexpand,simpleindex,copydatabase,xapian-metadata}
 cp -vr examples  %{buildroot}%{_docdir}/%{name}/
 find . -name \*.spec -delete
 install -m 644 AUTHORS COPYING ChangeLog INSTALL README NEWS HACKING PLATFORMS 
ChangeLog.examples %{buildroot}%{_docdir}/%{name}

++ xapian-core-1.2.7.tar.gz - xapian-core-1.2.8.tar.gz ++
 122573 lines of diff (skipped)

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



commit xapian-bindings for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2012-01-05 13:50:19

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2011-09-23 12:50:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2012-01-05 13:50:29.0 +0100
@@ -1,0 +2,18 @@
+Thu Dec 29 11:33:52 CET 2011 - dmuel...@suse.de
+
+- update to 1.2.8:
+  * Wrap user-subclassable functor objects by allowing the user to pass a
+Lua function where the functor object would be passed in the C++ API.
+  * Fix PHP Notice:  Undefined variable: r in xapian.php.  (Fixes bug#576)
+  * The PHP bindings will now work again with a version of PHP built with ZTS
+enabled (which is the default on Microsoft Windows).  This was broken by
+the changes to support subclassing in PHP in the version of SWIG used since
+1.2.6.
+  * Add a module docstring.  (Fixes bug #573)
+  * The python testsuite now checks for object leaks during each testcase.
+  * In test_matchingterms_iter, run the code we're testing for leaks twice, and
+only check for leaks the second time to avoid falsely reporting a leak when
+some cached value gets initialised under Python 2.5.
+  * Wrap optional prefix parameter to Database::allterms.
+
+---

Old:

  xapian-bindings-1.2.7.tar.gz

New:

  xapian-bindings-1.2.8.tar.gz



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.eioc2e/_old  2012-01-05 13:50:30.0 +0100
+++ /var/tmp/diff_new_pack.eioc2e/_new  2012-01-05 13:50:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define php_extension_dir %(php-config --extension-dir)
 
 Name:   xapian-bindings
-Version:1.2.7
+Version:1.2.8
 Release:0
-License:GPL-2.0
 Summary:Bindings for xapian
-Url:http://www.xapian.org/
+License:GPL-2.0
 Group:  Development/Languages/Other
+Url:http://www.xapian.org/
 Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel

++ xapian-bindings-1.2.7.tar.gz - xapian-bindings-1.2.8.tar.gz ++
 22443 lines of diff (skipped)

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



commit xtables-geoip for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package xtables-geoip for openSUSE:Factory 
checked in at 2012-01-05 13:50:27

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


Package is xtables-geoip, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xtables-geoip/xtables-geoip.changes  
2011-09-23 12:52:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtables-geoip.new/xtables-geoip.changes 
2012-01-05 13:50:33.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan  4 18:53:02 UTC 2012 - jeng...@medozas.de
+
+- update db files to 2011.12
+- removing LGPL from License: field, it applies only to libGeoIP,
+  which is not shipped in any form in xtables-geoip
+
+---
+Wed Dec 14 08:34:09 UTC 2011 - co...@suse.com
+
+- LICENSE is BSD-4-Clause and LGPL-2.1+ is mentioned
+
+---

New:

  xtables-geoip-rpmlintrc



Other differences:
--
++ xtables-geoip.spec ++
--- /var/tmp/diff_new_pack.2hSNeN/_old  2012-01-05 13:50:34.0 +0100
+++ /var/tmp/diff_new_pack.2hSNeN/_new  2012-01-05 13:50:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtables-geoip
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,23 @@
 
 
 Name:   xtables-geoip
-Version:2011.09
-Release:1
-Group:  Productivity/Networking/Security
+Version:2011.12
+Release:0
 Summary:Geolocation database files for xt_geoip
-License:BSD
+License:BSD-4-Clause
+Group:  Productivity/Networking/Security
 Url:http://www.maxmind.com/app/geolitecountry
 Source1:GeoIPCountryWhois.csv.xz
 Source2:GeoIPv6.csv.xz
 Source3:MAXMIND_LICENSE.txt
+Source4:%name-rpmlintrc
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-Text-CSV_XS
 BuildRequires:  xtables-addons = 1.33
-BuildRequires:  perl perl-Text-CSV_XS xz
+BuildRequires:  xz
+#db format changed at that time
 Conflicts:  xtables-addons  1.33
 
 %description

++ GeoIPCountryWhois.csv.xz ++
Files /var/tmp/diff_new_pack.2hSNeN/_old and /var/tmp/diff_new_pack.2hSNeN/_new 
differ

++ GeoIPv6.csv.xz ++
Files /var/tmp/diff_new_pack.2hSNeN/_old and /var/tmp/diff_new_pack.2hSNeN/_new 
differ

++ xtables-geoip-rpmlintrc ++
# Desired result. The set of IPv4 countries is not necessary equal to
# the set of IPv6 countries, but we generate .iv* files for each
# country code, so as to avoid the surprise that e.g. ip6tables fails
# with no such country and iptables does not.
addFilter(zero-length)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-ntp-client for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2012-01-05 13:50:31

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


Package is yast2-ntp-client, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes
2011-10-04 18:01:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2012-01-05 13:50:34.0 +0100
@@ -1,0 +2,10 @@
+Thu Jan  5 07:26:54 UTC 2012 - vark...@suse.com
+
+- bnc#707408 - Additional NTP server entries for NTP client Configuration 
+
+---
+Wed Jan  4 12:33:27 UTC 2012 - vark...@suse.com
+
+- bnc#724762 - bad yast2 timezone NTP config 
+
+---

Old:

  yast2-ntp-client-2.21.1.tar.bz2

New:

  yast2-ntp-client-2.21.2.tar.bz2



Other differences:
--
++ yast2-ntp-client.spec ++
--- /var/tmp/diff_new_pack.BeWwy4/_old  2012-01-05 13:50:36.0 +0100
+++ /var/tmp/diff_new_pack.BeWwy4/_new  2012-01-05 13:50:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ntp-client
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-ntp-client
-Version:2.21.1
+Version:2.21.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-ntp-client-%{version}.tar.bz2
 
-Prefix: /usr
-
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
 BuildRequires:  yast2-country-data
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 #SLPAPI.pm 
 # Hostname::CurrentDomain
 # Wizard::SetDesktopTitleAndIcon
@@ -40,6 +38,8 @@
 BuildArch:  noarch
 
 Summary:YaST2 - NTP Client Configuration
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 This package contains the YaST2 component for NTP client configuration.
@@ -48,23 +48,23 @@
 %setup -n yast2-ntp-client-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -81,9 +81,9 @@
 /usr/share/YaST2/scrconf/cfg_ntp.scr
 /usr/share/YaST2/scrconf/etc_ntp.scr
 /usr/share/YaST2/modules/*.y*
-%{prefix}/share/applications/YaST2/ntp-client.desktop
+%{_prefix}/share/applications/YaST2/ntp-client.desktop
 /usr/share/YaST2/data/ntp_servers.ycp
-%doc %{prefix}/share/doc/packages/yast2-ntp-client
+%doc %{_prefix}/share/doc/packages/yast2-ntp-client
 /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc
 
 %changelog

++ yast2-ntp-client-2.21.1.tar.bz2 - yast2-ntp-client-2.21.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-2.21.1/VERSION 
new/yast2-ntp-client-2.21.2/VERSION
--- old/yast2-ntp-client-2.21.1/VERSION 2011-09-29 13:17:31.0 +0200
+++ new/yast2-ntp-client-2.21.2/VERSION 2012-01-04 13:24:37.0 +0100
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit apparmor for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2012-01-05 13:51:05

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


Package is apparmor, Maintainer is mszer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2011-11-28 
12:52:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2012-01-05 
13:51:07.0 +0100
@@ -1,0 +2,18 @@
+Tue Jan  3 23:52:38 UTC 2012 - opens...@cboltz.de
+
+- Update to AppArmor 2.7.0 (= r1858)
+  - make traceroute6 work (bnc#733312)
+  - allow access to pyconfig.h in abstractions/python (lp#840734)
+  - fix logprof/genprof for hex-encoded program filenames (= filenames
+containing space etc.)
+- add apparmor-2.7-branch.diff with some upstreamed fixes:
+  - usr.sbin.smbd needs read access for /etc/netgroup (bnc#738041)
+  - create /etc/apparmor.d/tunables/multiarch.d as directory, not as file
+  - fix syntax error in abstractons/python
+
+---
+Tue Nov 29 18:34:54 CET 2011 - meiss...@suse.de
+
+- changed a $ - % (typo)
+
+---

Old:

  apparmor-2.7.rc2.tar.gz

New:

  apparmor-2.7-branch.diff
  apparmor-2.7.0.tar.gz



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.eSDgc3/_old  2012-01-05 13:51:08.0 +0100
+++ /var/tmp/diff_new_pack.eSDgc3/_new  2012-01-05 13:51:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apparmor
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,9 +43,9 @@
 %if ! %{?distro:1}0
   %define distro suse
 %endif
-Version:2.7.rc2
+Version:2.7.0
 Release:1
-%define versiondir2.7.0~rc2
+%define versiondir2.7.0
 Summary:AppArmor userlevel parser utility
 Group:  Productivity/Networking/Security
 Source0:apparmor-%{version}.tar.gz
@@ -53,6 +53,9 @@
 Source2:%{name}-profile-editor.desktop
 Source3:update-trans.sh
 
+# upstream changes since the 2.7 release
+Patch0: apparmor-2.7-branch.diff
+
 # enable caching of profiles (= massive performance speedup when loading 
profiles)
 Patch1: apparmor-enable-profile-cache.diff
 
@@ -200,7 +203,7 @@
 Group:  Development/Libraries/C and C++
 %ifarch ppc64
 Obsoletes:  libapparmor-64bit  %{version}
-Provides:   libapparmor-64bit = ${version}
+Provides:   libapparmor-64bit = %{version}
 %endif
 Provides:   libapparmor = %{version}
 Provides:   libimmunix = %{version}
@@ -401,6 +404,7 @@
 
 %prep
 %setup -q -n %{name}-%{versiondir}
+%patch0 -p0
 %patch1 -p1
 %patch2 -p0
 %patch5 -p1

++ apparmor-2.7-branch.diff ++
svn diff -r1858..1861  2.7-branch.diff

=== modified file 'profiles/Makefile'
--- profiles/Makefile   2011-10-19 22:23:19 +
+++ profiles/Makefile   2012-01-03 22:45:00 +
@@ -56,6 +56,7 @@
   ${PROFILES_DEST}/program-chunks \
   ${PROFILES_DEST}/tunables \
   ${PROFILES_DEST}/tunables/home.d \
+  ${PROFILES_DEST}/tunables/multiarch.d \
   ${PROFILES_DEST}/local
install -m 644 ${PROFILES_TO_COPY} ${PROFILES_DEST}
install -m 644 ${ABSTRACTIONS_TO_COPY} ${PROFILES_DEST}/abstractions

=== modified file 'profiles/apparmor.d/abstractions/python'
--- profiles/apparmor.d/abstractions/python 2011-11-30 16:56:45 +
+++ profiles/apparmor.d/abstractions/python 2012-01-03 20:23:30 +
@@ -31,4 +31,4 @@
   /usr/lib/wx/python/*.pth r,
 
   # python build configuration and headers
-  /usr/include/python{2,3}.[0-7]*/pyconfig.h
+  /usr/include/python{2,3}.[0-7]*/pyconfig.h r,

=== modified file 'profiles/apparmor.d/usr.sbin.smbd'
--- profiles/apparmor.d/usr.sbin.smbd   2011-11-01 17:28:49 +
+++ profiles/apparmor.d/usr.sbin.smbd   2011-12-30 20:55:58 +
@@ -21,6 +21,7 @@
   capability sys_tty_config,
 
   /etc/mtab r,
+  /etc/netgroup r,
   /etc/printcap r,
   /proc/*/mounts r,
   /proc/sys/kernel/core_pattern r,

++ apparmor-2.7.rc2.tar.gz - apparmor-2.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apparmor-2.7.0~rc2/common/.stamp_rev 
new/apparmor-2.7.0/common/.stamp_rev
--- old/apparmor-2.7.0~rc2/common/.stamp_rev2011-11-10 

commit libvirt for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2012-01-05 13:51:26

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


Package is libvirt, Maintainer is jfeh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2011-12-01 
12:24:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2012-01-05 
13:51:27.0 +0100
@@ -1,0 +2,41 @@
+Wed Jan  4 16:41:32 MST 2012 - jfeh...@suse.com
+
+- Fixup systemd support as per openSUSE systemd packaging
+  guidelines.
+
+---
+Tue Jan  3 09:20:43 MST 2012 - jfeh...@suse.com
+
+- Use %fdupes for duplicate file checking instead of hand-rolled
+  function
+
+---
+Wed Dec 14 18:13:11 MST 2011 - jfeh...@suse.com
+
+- CVE-2011-4600: unintended firewall port exposure after restarting
+  libvirtd when defining a bridged forward-mode network
+  ae1232b2-CVE-2011-4600.patch
+  bnc#736082
+
+- Post-0.9.8 upstream systemd patches
+  10404671-systemd-build-fix.patch 478a4d07-systemd-build-fix.patch
+  
+- Update to libvirt 0.9.8
+  - Add support for QEMU 1.0
+  - Add first parts of PPC cpu driver
+  - Add new API virDomain{Set, Get}BlockIoTune
+  - block_resize: Define the new API
+  - Add a public API to invoke suspend/resume on the host
+  - Various improvements for LXC containers
+  - Define keepalive protocol and add virConnectIsAlive API
+  - Add support for STP and VLANfiltering
+  - Numerous bug fixes and improvements
+
+---
+Tue Dec 13 21:37:19 MST 2011 - jfeh...@suse.com
+
+- Add support for QEMU 1.0
+  dd8e8956-qemu-1.0.patch
+  bnc#736569
+
+---

Old:

  a495365d-sexpr-empty-str.patch
  d47ab3fe-polkit0.patch
  libvirt-0.9.7.tar.bz2

New:

  10404671-systemd-build-fix.patch
  478a4d07-systemd-build-fix.patch
  AF_PACKET.patch
  ae1232b2-CVE-2011-4600.patch
  libvirt-0.9.8.tar.bz2



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.nGfyzY/_old  2012-01-05 13:51:30.0 +0100
+++ /var/tmp/diff_new_pack.nGfyzY/_new  2012-01-05 13:51:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -78,7 +78,8 @@
 %define with_audit 0%{!?_without_audit:0}
 %define with_dtrace0%{!?_without_dtrace:0}
 %define with_cgconfig  0%{!?_without_cgconfig:0}
-
+%define with_sanlock   0%{!?_without_sanlock:0}
+%define with_systemd   0%{!?_without_systemd:0}
  
 # Non-server/HV driver defaults which are always enabled
 %define with_python0%{!?_without_python:1}
 %define with_sasl  0%{!?_without_sasl:1}
@@ -151,6 +152,10 @@
 # All supported version of openSUSE/SLE contain audit
 %define with_audit 0%{!?_without_audit:1}
 
+%if 0%{?suse_version}  1140
+%define with_systemd   0%{!?_without_systemd:1}
+%endif
+
 # Disable some drivers when building without libvirt daemon.
 # The logic is the same as in configure.ac
 %if ! %{with_libvirtd}
@@ -306,13 +311,19 @@
 # we need /usr/sbin/dtrace 
 BuildRequires:  systemtap-sdt-devel
 %endif
+%if %{with_sanlock}
+BuildRequires:  sanlock-devel = 1.8
+%endif
+%if %{with_systemd}
+BuildRequires:  systemd
+%endif
 
 Name:   libvirt
 Url:http://libvirt.org/
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 AutoReqProv:yes
-Version:0.9.7
+Version:0.9.8
 Release:1
 Summary:A C toolkit to interact with the virtualization capabilities 
of Linux
 Conflicts:  kvm  0.14.1
@@ -374,19 +385,27 @@
 # For multipath support
 Recommends: device-mapper
 %endif
+# For virConnectGetSysinfo
+Requires:   dmidecode
+# For service management
+%if %{with_systemd}
+%{?systemd_requires}
+%endif
 
 Source0:%{name}-%{version}.tar.bz2
 Source1:libvirtd.init
 Source2:libvirtd-relocation-server.fw
 Source99:   baselibs.conf
 # Upstream patches
-Patch0: d47ab3fe-polkit0.patch
-Patch1: a495365d-sexpr-empty-str.patch
+Patch0: ae1232b2-CVE-2011-4600.patch
+Patch1: 478a4d07-systemd-build-fix.patch
+Patch2: 10404671-systemd-build-fix.patch
 # 

commit mkinitrd for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2012-01-05 13:51:32

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


Package is mkinitrd, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes2011-12-12 
17:03:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2012-01-05 
13:51:34.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan  3 14:24:46 UTC 2012 - mma...@suse.cz
+
+- Fix ibft for virtio devices (bnc#735058).
+
+---
+Tue Jan  3 14:20:54 UTC 2012 - mma...@suse.cz
+
+- boot-ibft: Do not hardcode eth* device names (bnc#728631,
+  bnc#735058#c1).
+
+---



Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.qFxJaF/_old  2012-01-05 13:51:35.0 +0100
+++ /var/tmp/diff_new_pack.qFxJaF/_new  2012-01-05 13:51:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkinitrd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-12-07 22:16:36.0 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2012-01-03 15:38:31.0 +0100
@@ -1,4 +1,21 @@
 ---
+Tue Jan  3 14:24:46 UTC 2012 - mma...@suse.cz
+
+- Fix ibft for virtio devices (bnc#735058).
+
+---
+Tue Jan  3 14:20:54 UTC 2012 - mma...@suse.cz
+
+- boot-ibft: Do not hardcode eth* device names (bnc#728631,
+  bnc#735058#c1).
+
+---
+Thu Dec  8 10:56:45 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  Use SPDX format (http://www.spdx.org/licenses)
+
+---
 Wed Dec  7 21:14:12 UTC 2011 - mma...@suse.cz
 
 - setup-network: Remember the interface name as a fallback if the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.spec 
new/mkinitrd-2.7.0/mkinitrd.spec
--- old/mkinitrd-2.7.0/mkinitrd.spec2011-12-07 22:16:36.0 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.spec2012-01-03 15:38:31.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package mkinitrd (Version 2.5.10)
+# spec file for package mkinitrd
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,7 +19,7 @@
 
 
 Name:   mkinitrd
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Base
 #!BuildIgnore:  module-init-tools e2fsprogs udev reiserfs fop
 BuildRequires:  asciidoc libxslt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-ibft.sh 
new/mkinitrd-2.7.0/scripts/boot-ibft.sh
--- old/mkinitrd-2.7.0/scripts/boot-ibft.sh 2011-12-07 22:16:36.0 
+0100
+++ new/mkinitrd-2.7.0/scripts/boot-ibft.sh 2012-01-03 15:38:31.0 
+0100
@@ -20,7 +20,21 @@
 }
 
 ibft_get_ethdev() {
-(cd $ibft_nic/device/net; ls -d eth* 2/dev/null)
+local iface
+
+if test -d $ibft_nic/device/net ; then
+   for iface in $ibft_nic/device/net/*/addr_len; do
+   break
+done
+else
+   for iface in $ibft_nic/device/*/*/addr_len; do
+break
+   done
+fi
+iface=${iface%/*}
+iface=${iface##*/}
+
+echo $iface
 }
 
 ibft_get_initiatorname() {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-ibft.sh 
new/mkinitrd-2.7.0/scripts/setup-ibft.sh
--- old/mkinitrd-2.7.0/scripts/setup-ibft.sh2011-12-07 22:16:36.0 
+0100
+++ new/mkinitrd-2.7.0/scripts/setup-ibft.sh2012-01-03 15:38:31.0 
+0100
@@ -6,9 +6,15 @@
 ibft_set_iface() {
 local iface
 
-for iface in $ibft_nic/device/net/*/addr_len; do
+if test -d $ibft_nic/device/net ; then
+   for iface in $ibft_nic/device/net/*/addr_len; do
break
-done
+done
+else
+   for iface in $ibft_nic/device/*/*/addr_len; do
+break
+   done
+fi
  

commit python-sip for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2012-01-05 13:51:41

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is python-sip, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2011-11-22 
17:49:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2012-01-05 13:51:47.0 +0100
@@ -1,0 +2,15 @@
+Fri Dec 23 13:49:02 CET 2011 - dmuel...@suse.de
+
+- update to 4.13.1:
+  - Deprecation warnings can no longer be disabled.
+  - Added the all_raise_py_exception argument to the %Module directive.
+  - Added the /NoRaisesPyException/ function annotation.
+  - Added the /PyName/ typedef annotation.
+  - Class templates now allow super-classes to be defined as template
+   arguments.
+ - Added support for 'public' preceding the name of a class in a super-class
+   list.
+ - Added support for 'protected' and 'private' preceding the name of a class
+   in a super-class list.  Any such super-class will be ignored.
+
+---

Old:

  sip-4.13.tar.bz2

New:

  sip-4.13.1.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.BMKD2L/_old  2012-01-05 13:51:49.0 +0100
+++ /var/tmp/diff_new_pack.BMKD2L/_new  2012-01-05 13:51:49.0 +0100
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   python-sip
-BuildRequires:  c++_compiler python python-devel
+BuildRequires:  c++_compiler
+BuildRequires:  python
+BuildRequires:  python-devel
+Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SIP
 Group:  Development/Libraries/Python
-Summary:SIP tool to use python sip bindings
-Version:4.13
+Version:4.13.1
 Release:0
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:sip-%{rversion}.tar.bz2
+Source0:
http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
 Patch0: disable-rpaths.diff
 Patch1: build-compare.diff
 %py_requires
@@ -40,8 +40,6 @@
 for any C or C++ library.
 
 %package devel
-License:GPL-2.0 or GPL-3.0 or SIP
-Group:  Development/Libraries/Python
 Summary:SIP tool to create python bindings
 Requires:   %name = %version
 Requires:   c++_compiler python-devel python-sip-bin
@@ -57,8 +55,6 @@
 
 
 %package bin
-License:GPL-2.0 or GPL-3.0 or SIP
-Group:  Development/Libraries/Python
 Summary:SIP tool to create python bindings
 Provides:   python-sip:/usr/bin/sip
 

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.BMKD2L/_old  2012-01-05 13:51:49.0 +0100
+++ /var/tmp/diff_new_pack.BMKD2L/_new  2012-01-05 13:51:49.0 +0100
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   python3-sip
-Version:4.13
-Release:2
-License:GPL-2.0 or GPL-3.0 or SIP
+Version:4.13.1
+Release:0
 Summary:SIP tool to use python sip bindings
+License:GPL-2.0 or GPL-3.0 or SIP
+Group:  Development/Libraries/Python
 %define rversion %{version}
 Url:http://www.riverbankcomputing.com/software/sip/intro
-Group:  Development/Libraries/Python
-Source0:sip-%{rversion}.tar.bz2
+Source0:
http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
 Patch0: disable-rpaths.diff
 Patch1: build-compare.diff
 BuildRequires:  c++_compiler
@@ -50,9 +49,7 @@
 for any C or C++ library.
 
 %package devel
-License:GPL-2.0 or GPL-3.0 or SIP
 Summary:SIP tool to create python bindings
-Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   c++_compiler
 Requires:   python-sip-bin

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



commit QtZeitgeist for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-01-05 13:51:45

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


Package is QtZeitgeist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2012-01-04 
08:01:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-01-05 13:51:49.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  4 13:59:21 UTC 2012 - toddrme2...@gmail.com
+  
+- Added recommends for zeitgeist, since the package is useless without it
+- Minor cleanup of spec file
+
+---



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.Oosvgl/_old  2012-01-05 13:51:50.0 +0100
+++ /var/tmp/diff_new_pack.Oosvgl/_new  2012-01-05 13:51:50.0 +0100
@@ -17,7 +17,8 @@
 
 Name:   QtZeitgeist
 %define rname   libqzeitgeist
-%define libname libqzeitgeist1
+%define sonum   1
+%define libname %{rname}%{sonum}
 Version:0.8.0
 Release:0
 Summary:Qt Zeitgeist Library
@@ -66,6 +67,7 @@
 
 Summary:Qt Zeitgeist Library
 Group:  Development/Libraries/KDE
+Recommends: zeitgeist
 
 %description -n %{libname}
 Zeitgeist is a service which logs the user's activities
@@ -78,7 +80,6 @@
 This package provides the Qt interface for Zeitgeist
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}

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



commit rasqal for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package rasqal for openSUSE:Factory checked 
in at 2012-01-05 13:51:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rasqal/rasqal.changes2011-12-27 
18:38:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rasqal.new/rasqal.changes   2012-01-05 
13:51:50.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan  4 06:20:42 UTC 2012 - crrodrig...@opensuse.org
+
+- remove libmhash buildrequires, which development was 
+  abandoned on 2007-08-18 and therefore should not be used.
+  the library will fallback to internal hashing routines.
+- remove obsolete configure options/cflags
+
+---



Other differences:
--
++ rasqal.spec ++
--- /var/tmp/diff_new_pack.MhHCcQ/_old  2012-01-05 13:51:51.0 +0100
+++ /var/tmp/diff_new_pack.MhHCcQ/_new  2012-01-05 13:51:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rasqal
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   rasqal
 Version:0.9.28
 Release:0
@@ -30,7 +32,6 @@
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libraptor-devel
-BuildRequires:  mhash-devel
 BuildRequires:  mpfr-devel
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
@@ -79,11 +80,7 @@
 %setup -q
 
 %build
-export CFLAGS=%{optflags} -fno-strict-aliasing
-export CXXFLAGS=%{optflags} -fno-strict-aliasing
-
 %configure --enable-release \
-   --with-raptor=system \
--disable-static \
--with-pic \
--with-regex-library=pcre \
@@ -100,6 +97,7 @@
 rm -rf %{buildroot}
 
 %post   -n lib%{name}%{sonum} -p /sbin/ldconfig
+
 %postun -n lib%{name}%{sonum} -p /sbin/ldconfig
 
 %files -n lib%{name}%{sonum}

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



commit subversion for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2012-01-05 13:51:53

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


Package is subversion, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2011-12-12 
17:04:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2012-01-05 13:51:54.0 +0100
@@ -1,0 +2,20 @@
+Wed Dec 21 18:57:10 UTC 2011 - andreas.stie...@gmx.de
+
+- update license to Apache-2
+- run regression tests for 12.1 again
+- allow builds --without regression_tests
+- subversion.libtool-verbose.patch
+  refresh for moved source lines
+- subversion-swig-perl-install_vendor.patch
+  refresh for moved source lines
+- subversion.libtool-pie-flags.patch
+  refresh for moved source lines
+- subversion.perl.LD_RUN_PATH.patch
+  refresh for moved source lines
+- subversion-no-build-date.patch
+  refresh for moved source lines
+- subversion-neon-systemproxy.patch
+  adjust to changed upstream sources, remove one chunk which would
+  create duplicated lines in patched result
+
+---



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.6SUfEs/_old  2012-01-05 13:51:56.0 +0100
+++ /var/tmp/diff_new_pack.6SUfEs/_new  2012-01-05 13:51:56.0 +0100
@@ -38,6 +38,8 @@
 %bcond_without subversion_libserf_support
 %endif
 
+%bcond_without regression_tests
+
 Name:   subversion
 Version:1.7.2
 Release:1
@@ -101,7 +103,7 @@
 #
 Summary:Subversion version control system
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-License:ASLv2
+License:Apache-2
 Group:  Development/Tools/Version Control
 Url:http://subversion.apache.org
 Source0:
http://www.apache.org/dist/subversion/subversion-%{version}.tar.bz2
@@ -163,7 +165,7 @@
 
 
 %package devel
-License:ASLv2
+License:Apache-2
 Group:  Development/Libraries/C and C++
 Summary:Development package for Subversion developers
 Requires:   subversion = %{version}
@@ -177,7 +179,7 @@
 
 
 %package tools
-License:ASLv2
+License:Apache-2
 Group:  Development/Tools/Version Control
 Summary:Tools for Subversion
 
@@ -186,7 +188,7 @@
 repository admins.
 
 %package perl
-License:ASLv2
+License:Apache-2
 Group:  Development/Tools/Version Control
 Summary:Allows Perl scripts to directly use Subversion repositories
 Requires:   subversion = %{version}
@@ -199,7 +201,7 @@
 
 
 %package python
-License:ASLv2
+License:Apache-2
 Group:  Development/Tools/Version Control
 Summary:Allows Python scripts to directly use Subversion repositories
 Requires:   subversion = %{version}
@@ -223,7 +225,7 @@
 %if %with_ruby
 
 %package ruby
-License:ASLv2
+License:Apache-2
 Group:  Development/Tools/Version Control
 Summary:Allows Ruby scripts to directly use Subversion repositories
 Requires:   subversion = %{version}
@@ -236,7 +238,7 @@
 %endif # with_ruby
 
 %package server
-License:ASLv2
+License:Apache-2
 Group:  Development/Tools/Version Control
 Summary:Apache server module for Subversion server
 Requires:   subversion = %{version} apache2 %{apache_mmn}
@@ -252,7 +254,7 @@
 %if %with_kde4_kwallet
 
 %package -n libsvn_auth_kwallet-1-0 
-License:ASLv2
+License:Apache-2
 Summary:A Concurrent Versioning system similar to but better than CVS
 Group:  Development/Tools/Version Control
 
@@ -264,7 +266,7 @@
 %if %with_gnome_keyring
 
 %package -n libsvn_auth_gnome_keyring-1-0
-License:ASLv2
+License:Apache-2
 Summary:A Concurrent Versioning system similar to but better than CVS
 Group:  Development/Tools/Version Control
 
@@ -544,7 +546,10 @@
 rm -f %{buildroot}/var/adm/perl-modules/subversion
 
 %check
-%if 0%{?suse_version}  1210
+
+%if %{with regression_tests}
+
+%if 0%{?suse_version}  1220
 ulimit -a
 # During make check, auth-test loads DSOs at runtime and can't find
 # them if we don't set up LD_LIBRARY_PATH as below.
@@ -592,7 +597,10 @@
 %if %with_ruby
 %__make check-swig-rb
 %endif # with_ruby
-%endif
+
+%endif # suse_version
+
+%endif # with regression_tests
 
 %clean
 %__rm -rf %{buildroot}

++ subversion-neon-systemproxy.patch ++
--- /var/tmp/diff_new_pack.6SUfEs/_old  2012-01-05 13:51:56.0 +0100
+++ /var/tmp/diff_new_pack.6SUfEs/_new  2012-01-05 

commit sudo for openSUSE:11.3

2012-01-05 Thread h_root

Hello community,

here is the log from the commit of package sudo for openSUSE:11.3
checked in at Thu Jan 5 16:11:58 CET 2012.




--- old-versions/11.3/UPDATES/all/sudo/sudo.changes 2011-12-13 
09:46:37.0 +0100
+++ 11.3/sudo/sudo.changes  2012-01-02 17:42:37.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  2 16:23:49 UTC 2012 - vci...@suse.cz
+
+- escape values passed to ldap_search (bnc#724490)
+
+---

calling whatdependson for 11.3-i586


New:

  sudo-1.7.6p2-ldap_search_escape.patch



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.DXegQr/_old  2012-01-05 16:11:27.0 +0100
+++ /var/tmp/diff_new_pack.DXegQr/_new  2012-01-05 16:11:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sudo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 BuildRequires:  libselinux-devel
 PreReq: coreutils
 Version:1.7.6p2
-Release:0.RELEASE5
+Release:0.RELEASE7
 Group:  System/Base
 License:BSD3c(or similar)
 Url:http://www.sudo.ws/
@@ -38,6 +38,7 @@
 Patch6: %{name}-ldap.diff
 Patch7: %{name}-env.diff
 Patch8: sudo-1.7.6p2-manpage.patch
+Patch9: sudo-1.7.6p2-ldap_search_escape.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -66,6 +67,7 @@
 %patch6
 %patch7
 %patch8 -p1
+%patch9 -p1
 cp %{S:1} %{S:2} .
 
 %build

++ sudo-1.7.6p2-ldap_search_escape.patch ++
Index: sudo-1.7.6p2/ldap.c
===
--- sudo-1.7.6p2.orig/ldap.c2011-04-12 17:48:56.0 +0200
+++ sudo-1.7.6p2/ldap.c 2011-12-12 12:05:14.443420672 +0100
@@ -994,6 +994,99 @@
 }
 
 /*
+ * Determine length of query value after escaping characters
+ * as per RFC 4515.
+ */
+static size_t
+sudo_ldap_value_len(const char *value)
+{
+const char *s;
+size_t len = 0;
+
+for (s = value; *s != '\0'; s++) {
+   switch (*s) {
+   case '\\':
+   case '(':
+   case ')':
+   case '*':
+   len += 2;
+   break;
+   }
+}
+len += (size_t)(s - value);
+return len;
+}
+
+/*
+ * Like strlcat() but escapes characters as per RFC 4515.
+ */
+static size_t
+sudo_ldap_value_cat(char *dst, const char *src, size_t size)
+{
+char *d = dst;
+const char *s = src;
+size_t n = size;
+size_t dlen;
+
+/* Find the end of dst and adjust bytes left but don't go past end */
+while (n-- != 0  *d != '\0')
+   d++;
+dlen = d - dst;
+n = size - dlen;
+
+if (n == 0)
+   return dlen + strlen(s);
+while (*s != '\0') {
+   switch (*s) {
+   case '\\':
+   if (n  3)
+   goto done;
+   *d++ = '\\';
+   *d++ = '5';
+   *d++ = 'c';
+   n -= 3;
+   break;
+   case '(':
+   if (n  3)
+   goto done;
+   *d++ = '\\';
+   *d++ = '2';
+   *d++ = '8';
+   n -= 3;
+   break;
+   case ')':
+   if (n  3)
+   goto done;
+   *d++ = '\\';
+   *d++ = '2';
+   *d++ = '9';
+   n -= 3;
+   break;
+   case '*':
+   if (n  3)
+   goto done;
+   *d++ = '\\';
+   *d++ = '2';
+   *d++ = 'a';
+   n -= 3;
+   break;
+   default:
+   if (n  1)
+   goto done;
+   *d++ = *s;
+   n--;
+   break;
+   }
+   s++;
+}
+done:
+*d = '\0';
+while (*s != '\0')
+   s++;
+return dlen + (s - src);   /* count does not include NUL */
+}
+
+/*
  * Builds up a filter to check against LDAP.
  */
 static char *
@@ -1010,18 +1103,18 @@
sz += strlen(ldap_conf.search_filter) + 3;
 
 /* Then add (|(sudoUser=USERNAME)(sudoUser=ALL)) + NUL */
-sz += 29 + strlen(pw-pw_name);
+sz += 29 + sudo_ldap_value_len(pw-pw_name);
 
 /* Add space for groups */
 if ((grp = sudo_getgrgid(pw-pw_gid)) != NULL) {
-   sz += 12 + strlen(grp-gr_name);/* primary group */
+   sz += 12 + sudo_ldap_value_len(grp-gr_name);
gr_delref(grp);
 }
 for (i = 0; i  user_ngroups; i++) {
if (user_groups[i] == pw-pw_gid)
continue;
if ((grp = sudo_getgrgid(user_groups[i])) != NULL) {
-   sz += 12 + strlen(grp-gr_name);/* supplementary group */
+   sz += 12 + sudo_ldap_value_len(grp-gr_name);
gr_delref(grp);
}
 }
@@ -1044,13 +1137,13 @@
 
 /* Global OR + 

commit php5 for openSUSE:11.3

2012-01-05 Thread h_root

Hello community,

here is the log from the commit of package php5 for openSUSE:11.3
checked in at Thu Jan 5 16:16:14 CET 2012.




--- old-versions/11.3/UPDATES/all/php5/php5.changes 2011-09-05 
17:23:21.0 +0200
+++ 11.3/php5/php5.changes  2012-01-05 10:25:39.0 +0100
@@ -1,0 +2,21 @@
+Mon Jan  2 14:32:42 UTC 2012 - pgaj...@suse.com
+
+- security update:
+  * CVE-2011-4885 [bnc#738221] -- added max_input_vars directive
+to prevent attacks based on hash collisions
+
+---
+Tue Dec 20 14:53:08 UTC 2011 - pgaj...@suse.com
+
+- apache module conflicts with apache2-worker [bnc#728671]
+
+---
+Fri Dec  9 11:38:27 UTC 2011 - pgaj...@suse.com
+
+- security update:
+  * CVE-2011-4566 [bnc#733590]
+  * CVE-2011-3182 [bnc#713652]
+  * CVE-2011-1466 [bnc#736169]
+  * CVE-2011-1072 [bnc#735613]
+
+---

calling whatdependson for 11.3-i586


New:

  php-5.3.3-CVE-2011-1466.patch
  php-5.3.3-CVE-2011-3182.patch
  php-5.3.3-CVE-2011-4566.patch
  php-5.3.3-CVE-2011-4885.patch



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.ct4wbe/_old  2012-01-05 16:12:20.0 +0100
+++ /var/tmp/diff_new_pack.ct4wbe/_new  2012-01-05 16:12:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -77,7 +77,7 @@
 ###
 ###
 Version:5.3.3
-Release:0.RELEASE21
+Release:0.RELEASE23
 License:The PHP License, version 3.01
 Group:  Development/Languages/Other
 Provides:   php zend php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
@@ -145,6 +145,10 @@
 Patch54:php-5.3.3-CVE-2011-2202.patch
 Patch55:php-5.3.3-CVE-2011-3268.patch
 Patch56:php-5.3.3-64-bit-post-large-files.patch
+Patch57:php-5.3.3-CVE-2011-4566.patch
+Patch58:php-5.3.3-CVE-2011-3182.patch
+Patch59:php-5.3.3-CVE-2011-1466.patch
+Patch60:php-5.3.3-CVE-2011-4885.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -229,6 +233,7 @@
 Requires:   apache2-prefork %{apache2_mmn} %{name} = %{version}
 PreReq: apache2
 Conflicts:  apache2-mod_php4
+Conflicts:  apache2-worker
 Provides:   mod_php_any php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
 
 %description -n apache2-mod_php5
@@ -1259,6 +1264,10 @@
 %patch54
 %patch55
 %patch56 -p1
+%patch57
+%patch58
+%patch59
+%patch60
 # we build three SAPI
 %{__mkdir_p} build-apache2
 %{__mkdir_p} build-fastcgi/sapi/cgi/libfcgi

++ install-pear-nozlib.phar ++
 8646 lines (skipped)
 between install-pear-nozlib.phar
 and 11.3/php5/install-pear-nozlib.phar

++ php-5.3.3-CVE-2011-1466.patch ++
http://svn.php.net/viewvc/?view=revisionamp;revision=306475
http://svn.php.net/viewvc/?view=revisionamp;revision=317360
http://svn.php.net/viewvc/?view=revisionamp;revision=317387

Index: ext/calendar/gregor.c
===
--- ext/calendar/gregor.c.orig
+++ ext/calendar/gregor.c
@@ -127,6 +127,7 @@
  **/
 
 #include sdncal.h
+#include limits.h
 
 #define GREGOR_SDN_OFFSET 32045
 #define DAYS_PER_5_MONTHS  153
@@ -146,21 +147,12 @@ void SdnToGregorian(
long int temp;
int dayOfYear;
 
-   if (sdn = 0) {
-   *pYear = 0;
-   *pMonth = 0;
-   *pDay = 0;
-   return;
+   if (sdn = 0 ||
+   sdn  (LONG_MAX - 4 * GREGOR_SDN_OFFSET) / 4) {
+   goto fail;
}
temp = (sdn + GREGOR_SDN_OFFSET) * 4 - 1;
 
-   if (temp  0) {
-   *pYear = 0;
-   *pMonth = 0;
-   *pDay = 0;
-   return;
-   }
-
/* Calculate the century (year/100). */
century = temp / DAYS_PER_400_YEARS;
 
@@ -190,6 +182,10 @@ void SdnToGregorian(
*pYear = year;
*pMonth = month;
*pDay = day;
+fail:
+   *pYear = 0;
+   *pMonth = 0;
+   *pDay = 0;
 }
 
 long int GregorianToSdn(
Index: ext/calendar/julian.c
===
--- ext/calendar/julian.c.orig
+++ ext/calendar/julian.c
@@ -146,6 +146,7 @@
  

commit php5 for openSUSE:11.4

2012-01-05 Thread h_root

Hello community,

here is the log from the commit of package php5 for openSUSE:11.4
checked in at Thu Jan 5 16:25:50 CET 2012.




--- old-versions/11.4/UPDATES/all/php5/php5.changes 2011-09-05 
17:22:49.0 +0200
+++ 11.4/php5/php5.changes  2012-01-02 15:44:44.0 +0100
@@ -1,0 +2,21 @@
+Mon Jan  2 14:33:06 UTC 2012 - pgaj...@suse.com
+
+- security update:
+  * CVE-2011-4885 [bnc#738221] -- added max_input_vars directive
+to prevent attacks based on hash collisions
+
+---
+Tue Dec 20 14:53:08 UTC 2011 - pgaj...@suse.com
+
+- apache module conflicts with apache2-worker [bnc#728671]
+
+---
+Fri Dec  9 11:37:06 UTC 2011 - pgaj...@suse.com
+
+- security update:
+  * CVE-2011-4566 [bnc#733590]
+  * CVE-2011-3182 [bnc#713652]
+  * CVE-2011-1466 [bnc#736169]
+  * CVE-2011-1072 [bnc#735613]
+
+---

calling whatdependson for 11.4-i586


New:

  php-5.3.5-CVE-2011-1466.patch
  php-5.3.5-CVE-2011-3182.patch
  php-5.3.5-CVE-2011-4566.patch
  php-5.3.5-CVE-2011-4885.patch



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.07uwzj/_old  2012-01-05 16:16:34.0 +0100
+++ /var/tmp/diff_new_pack.07uwzj/_new  2012-01-05 16:16:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -77,7 +77,7 @@
 ###
 ###
 Version:5.3.5
-Release:5.RELEASE16
+Release:5.RELEASE18
 License:The PHP License, version 3.01
 Group:  Development/Languages/Other
 Provides:   php zend php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
@@ -136,6 +136,10 @@
 Patch44:php-5.3.5-CVE-2011-3267.patch
 Patch45:php-5.3.5-CVE-2011-3268.patch
 Patch46:php-5.3.5-64-bit-post-large-files.patch
+Patch47:php-5.3.5-CVE-2011-4566.patch
+Patch48:php-5.3.5-CVE-2011-3182.patch
+Patch49:php-5.3.5-CVE-2011-1466.patch
+Patch50:php-5.3.5-CVE-2011-4885.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -220,6 +224,7 @@
 Requires:   apache2-prefork %{apache2_mmn} %{name} = %{version}
 PreReq: apache2
 Conflicts:  apache2-mod_php4
+Conflicts:  apache2-worker
 Provides:   mod_php_any php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
 
 %description -n apache2-mod_php5
@@ -1265,6 +1270,10 @@
 %patch44
 %patch45
 %patch46 -p1
+%patch47
+%patch48
+%patch49
+%patch50
 
 # we build three SAPI
 %{__mkdir_p} build-apache2 build-fpm

++ install-pear-nozlib.phar ++
 8646 lines (skipped)
 between install-pear-nozlib.phar
 and 11.4/php5/install-pear-nozlib.phar

++ php-5.3.5-CVE-2011-1466.patch ++
http://svn.php.net/viewvc/?view=revisionamp;revision=306475
http://svn.php.net/viewvc/?view=revisionamp;revision=317360
http://svn.php.net/viewvc/?view=revisionamp;revision=317387

Index: ext/calendar/gregor.c
===
--- ext/calendar/gregor.c.orig
+++ ext/calendar/gregor.c
@@ -127,6 +127,7 @@
  **/
 
 #include sdncal.h
+#include limits.h
 
 #define GREGOR_SDN_OFFSET 32045
 #define DAYS_PER_5_MONTHS  153
@@ -146,21 +147,12 @@ void SdnToGregorian(
long int temp;
int dayOfYear;
 
-   if (sdn = 0) {
-   *pYear = 0;
-   *pMonth = 0;
-   *pDay = 0;
-   return;
+   if (sdn = 0 ||
+   sdn  (LONG_MAX - 4 * GREGOR_SDN_OFFSET) / 4) {
+   goto fail;
}
temp = (sdn + GREGOR_SDN_OFFSET) * 4 - 1;
 
-   if (temp  0) {
-   *pYear = 0;
-   *pMonth = 0;
-   *pDay = 0;
-   return;
-   }
-
/* Calculate the century (year/100). */
century = temp / DAYS_PER_400_YEARS;
 
@@ -190,6 +182,10 @@ void SdnToGregorian(
*pYear = year;
*pMonth = month;
*pDay = day;
+fail:
+   *pYear = 0;
+   *pMonth = 0;
+   *pDay = 0;
 }
 
 long int GregorianToSdn(
Index: ext/calendar/julian.c
===
--- ext/calendar/julian.c.orig
+++ ext/calendar/julian.c
@@ -146,6 +146,7 @@
  **/
 
 #include sdncal.h
+#include 

commit acpid for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package acpid for openSUSE:12.1:Update:Test 
checked in at 2012-01-05 16:50:06

Comparing /work/SRC/openSUSE:12.1:Update:Test/acpid (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.acpid.new (New)


Package is acpid, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/acpid/acpid.changes 2012-01-05 
16:50:09.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.acpid.new/acpid.changes
2012-01-05 16:50:09.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 28 11:53:54 CET 2011 - hma...@suse.de
+
+- add acpid-set-umask-for-scripts.patch: Set umask for running
+  scripts (bnc#735282, CVE-2011-4578)
+
+---

New:

  acpid-set-umask-for-scripts.patch



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.Ry1m51/_old  2012-01-05 16:50:09.0 +0100
+++ /var/tmp/diff_new_pack.Ry1m51/_new  2012-01-05 16:50:09.0 +0100
@@ -35,6 +35,7 @@
 Source7:power_button
 Source8:acpid.service
 Patch1: acpid-makefile.patch
+Patch2: acpid-set-umask-for-scripts.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  systemd
 ExclusiveArch:  %ix86 x86_64 ia64
@@ -51,6 +52,7 @@
 %prep
 %setup -q
 %patch1 -p0
+%patch2 -p1
 cp %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{S:7} %{S:9} .
 
 %build

++ acpid-set-umask-for-scripts.patch ++
Index: acpid-2.0.10/event.c
===
--- acpid-2.0.10.orig/event.c
+++ acpid-2.0.10/event.c
@@ -641,6 +641,7 @@ do_cmd_rule(struct rule *rule, const cha
if (acpid_debug  logevents) {
fprintf(stdout, BEGIN HANDLER MESSAGES\n);
}
+   umask(0077);
execl(/bin/sh, /bin/sh, -c, action, NULL);
/* should not get here */
acpid_log(LOG_ERR, execl(): %s, strerror(errno));
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit acpid for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package acpid for openSUSE:12.1:Update:Test 
checked in at 2012-01-05 16:50:03

Comparing /work/SRC/openSUSE:12.1:Update:Test/acpid (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.acpid.new (New)


Package is acpid, Maintainer is hma...@suse.com

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:12.1:Update:Test/.acpid.new/acpid.changes
2012-01-05 16:50:09.0 +0100
@@ -0,0 +1,639 @@
+---
+Mon Sep 26 16:20:40 UTC 2011 - fcro...@suse.com
+
+- Use latest systemd RPM macros.
+
+---
+Fri Sep 23 14:18:54 UTC 2011 - fcro...@suse.com
+
+- Ensure acpid is enabled on initial install, under systemd
+
+---
+Sat Sep 17 10:46:41 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---
+Wed Aug 24 16:30:58 UTC 2011 - fcro...@suse.com
+
+- Use systemd macros to enable acpid service.
+
+---
+Tue Aug 23 12:07:59 UTC 2011 - a...@suse.de
+
+- Remove _service file.
+
+---
+Tue Aug 23 02:54:40 UTC 2011 - g...@suse.com
+
+- Add the check for gnome-settings-daemon in power_button since
+  gnome-power-manager has been integrated into
+  gnome-settings-daemon. bnc#711148 
+
+---
+Sat May 21 16:09:14 UTC 2011 - vlado.pas...@gmail.com
+
+- Version update to 2.0.10 for systemd support
+
+---
+Wed Mar  9 13:07:22 UTC 2011 - co...@novell.com
+
+- update to 2.0.8:
+  - Fixed comparison between signed and unsigned integer expressions
+error with gcc 4.6.  (libnetlink.c) (Eugeni Dodonov)
+  - Fixed unused variable type with gcc 4.6.  (libnetlink.c) (Jiri Skala)
+
+---
+Wed Dec 22 03:36:31 UTC 2010 - a...@suse.de
+
+- Update to 2.0.7:
+  * Reduced the startup logging and skipped processing of . and ..
+in the config files directory
+  * Added CD-related buttons.
+  * Removed the getppid() == 1 hack from daemonize().  
+  * Added FD_CLOEXEC to the input layer fd's.
+  Obsoletes patches acpid-2.0.5-forking.patch and 
+  acpid-2.0.6-event-skip-messages.patch.
+
+---
+Fri Nov 19 16:34:01 UTC 2010 - se...@opensuse.org
+
+- fix systemd service file (acpid is in /sbin, not /usr/sbin)
+
+---
+Tue Nov  9 15:42:19 UTC 2010 - cristian.rodrig...@opensuse.org
+
+- use full RELRO here. 
+
+---
+Tue Oct 12 18:51:58 UTC 2010 - cristian.rodrig...@opensuse.org
+
+- fix logic 
+
+---
+Tue Oct 12 15:28:20 UTC 2010 - cristian.rodrig...@opensuse.org
+
+- Do not warn on skipping .. and . directory entries 
+
+---
+Sat Oct  2 19:49:08 UTC 2010 - a...@suse.de
+
+- Add systemd configuration.
+- Always fork, even if called from PID 1.
+
+---
+Sat Oct  2 19:27:50 UTC 2010 - a...@suse.de
+
+- Update to version 2.0.6:
+  * cleanup of code and build infrastructure
+  * Support netlink and input layer
+
+---
+Sat Oct  2 19:26:45 UTC 2010 - a...@suse.de
+
+- Split up acpi in its own package.
+
+---
+Wed Sep  2 17:58:25 CEST 2009 - g...@novell.com  
+   
+- Don't shutdown if dalston-power-applet is running.
+ 
+---
+Sun Aug 30 11:56:59 UTC 2009 - a...@suse.de
+
+- Remove enable from hotkey setting for think_acpi to get rid of this
+  kernel message:
+  Please remove the hotkey=enable module parameter, it is deprecated.
+   Hotkeys are always enabled.
+
+---
+Thu Jul  9 15:17:58 CEST 2009 - se...@suse.de
+
+- remove obsolete cruft from acpid init script
+- fix syntax error in rcacpid probe (bnc#508574)
+
+---
+Wed Apr 22 20:57:52 CEST 2009 - se...@suse.de
+
+- update to version 1.0.10
+  - Add a -C (--clientmax) command line flag to set max number of
+non-root 

commit php5 for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:12.1:Update:Test 
checked in at 2012-01-05 17:06:35

Comparing /work/SRC/openSUSE:12.1:Update:Test/php5 (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.php5.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/php5/php5.changes   2012-01-05 
17:06:40.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.php5.new/php5.changes  2012-01-05 
17:06:41.0 +0100
@@ -1,0 +2,19 @@
+Mon Jan  2 14:36:39 UTC 2012 - pgaj...@suse.com
+
+- security update:
+  * CVE-2011-4885 [bnc#738221] -- added max_input_vars directive
+to prevent attacks based on hash collisions
+
+---
+Tue Dec 20 12:58:50 UTC 2011 - pgaj...@suse.com
+
+- apache module conflicts with apache2-worker [bnc#728671]
+
+---
+Fri Dec  9 11:35:56 UTC 2011 - pgaj...@suse.com
+
+- security update:
+  * CVE-2011-4566 [bnc#733590]
+  * CVE-2011-1466 [bnc#736169]
+
+---

New:

  php-5.3.8-CVE-2011-1466.patch
  php-5.3.8-CVE-2011-4566.patch
  php-5.3.8-CVE-2011-4885.patch



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.00es7w/_old  2012-01-05 17:06:41.0 +0100
+++ /var/tmp/diff_new_pack.00es7w/_new  2012-01-05 17:06:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -137,6 +137,9 @@
 %endif
 Patch34:php5-2g-crash.patch
 Patch35:php-5.3.8-CVE-2011-3379.patch
+Patch36:php-5.3.8-CVE-2011-4566.patch
+Patch37:php-5.3.8-CVE-2011-1466.patch
+Patch38:php-5.3.8-CVE-2011-4885.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -219,6 +222,7 @@
 Requires:   apache2-prefork %{apache2_mmn} %{name} = %{version}
 PreReq: apache2
 Conflicts:  apache2-mod_php4
+Conflicts:  apache2-worker
 Provides:   mod_php_any php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
 
 %description -n apache2-mod_php5
@@ -1246,6 +1250,9 @@
 %endif
 %patch34
 %patch35
+%patch36
+%patch37
+%patch38
 # Safety check for API version change.
 vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
 if test x${vapi} != x%{apiver}; then


++ php-5.3.8-CVE-2011-1466.patch ++
http://svn.php.net/viewvc/?view=revisionamp;revision=306475
http://svn.php.net/viewvc/?view=revisionamp;revision=317360
http://svn.php.net/viewvc/?view=revisionamp;revision=317387

Index: ext/calendar/gregor.c
===
--- ext/calendar/gregor.c.orig
+++ ext/calendar/gregor.c
@@ -127,6 +127,7 @@
  **/
 
 #include sdncal.h
+#include limits.h
 
 #define GREGOR_SDN_OFFSET 32045
 #define DAYS_PER_5_MONTHS  153
@@ -146,21 +147,12 @@ void SdnToGregorian(
long int temp;
int dayOfYear;
 
-   if (sdn = 0) {
-   *pYear = 0;
-   *pMonth = 0;
-   *pDay = 0;
-   return;
+   if (sdn = 0 ||
+   sdn  (LONG_MAX - 4 * GREGOR_SDN_OFFSET) / 4) {
+   goto fail;
}
temp = (sdn + GREGOR_SDN_OFFSET) * 4 - 1;
 
-   if (temp  0) {
-   *pYear = 0;
-   *pMonth = 0;
-   *pDay = 0;
-   return;
-   }
-
/* Calculate the century (year/100). */
century = temp / DAYS_PER_400_YEARS;
 
@@ -190,6 +182,10 @@ void SdnToGregorian(
*pYear = year;
*pMonth = month;
*pDay = day;
+fail:
+   *pYear = 0;
+   *pMonth = 0;
+   *pDay = 0;
 }
 
 long int GregorianToSdn(
++ php-5.3.8-CVE-2011-4566.patch ++
http://svn.php.net/viewvc/?view=revisionamp;revision=319535
--- ext/exif/exif.c 2011/11/19 04:41:03 319534
+++ ext/exif/exif.c 2011/11/19 04:49:36 319535
@@ -2874,11 +2874,11 @@
offset_val = php_ifd_get32u(dir_entry+8, 
ImageInfo-motorola_intel);
/* If its bigger than 4 bytes, the dir entry contains an 
offset. */
value_ptr = offset_base+offset_val;
-   if (offset_val+byte_count  IFDlength || value_ptr  dir_entry) 
{
+   

commit release-notes-openSUSE for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package release-notes-openSUSE for 
openSUSE:12.1:Update:Test checked in at 2012-01-05 17:10:50

Comparing /work/SRC/openSUSE:12.1:Update:Test/release-notes-openSUSE (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.release-notes-openSUSE.new (New)


Package is release-notes-openSUSE, Maintainer is k...@suse.com

Changes:

--- 
/work/SRC/openSUSE:12.1:Update:Test/release-notes-openSUSE/release-notes-openSUSE.changes
   2011-12-15 17:14:19.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.release-notes-openSUSE.new/release-notes-openSUSE.changes
  2012-01-05 17:10:56.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  4 13:00:55 UTC 2012 - k...@suse.de
+
+- 12.1.10:
+* Update translations; e.g., de and hu (bnc#739252).
+
+---

Old:

  release-notes-opensuse-12.1.9.tar.bz2

New:

  release-notes-opensuse-12.1.10.tar.bz2



Other differences:
--
++ release-notes-openSUSE.spec ++
--- /var/tmp/diff_new_pack.bkiW43/_old  2012-01-05 17:10:56.0 +0100
+++ /var/tmp/diff_new_pack.bkiW43/_new  2012-01-05 17:10:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package release-notes-openSUSE
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   release-notes-openSUSE
 BuildRequires:  docbook-xsl-stylesheets
@@ -28,13 +26,13 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xml2po
 BuildRequires:  xmlcharent
-License:GFDLv1.1
-Group:  Documentation/SUSE
 Summary:Most Important Changes for This openSUSE Release
+License:GFDL-1.1
+Group:  Documentation/SUSE
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:12.1.9
-Release:1
+Version:12.1.10
+Release:0
 Provides:   release-notes = %{version}
 Source0:release-notes-opensuse-%{version}.tar.bz2
 Source8:%{name}.desktop.in

++ release-notes-opensuse-12.1.9.tar.bz2 - 
release-notes-opensuse-12.1.10.tar.bz2 ++
 3193 lines of diff (skipped)

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



commit sudo for openSUSE:11.4

2012-01-05 Thread h_root

Hello community,

here is the log from the commit of package sudo for openSUSE:11.4
checked in at Thu Jan 5 17:15:56 CET 2012.




--- old-versions/11.4/UPDATES/all/sudo/sudo.changes 2011-12-13 
09:51:02.0 +0100
+++ 11.4/sudo/sudo.changes  2012-01-02 17:39:08.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  2 16:23:49 UTC 2012 - vci...@suse.cz
+
+- escape values passed to ldap_search (bnc#724490)
+
+---

calling whatdependson for 11.4-i586


New:

  sudo-1.7.6p2-ldap_search_escape.patch



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.7Z5R65/_old  2012-01-05 17:15:45.0 +0100
+++ /var/tmp/diff_new_pack.7Z5R65/_new  2012-01-05 17:15:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sudo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 BuildRequires:  libselinux-devel
 PreReq: coreutils
 Version:1.7.6p2
-Release:0.RELEASE5
+Release:0.RELEASE7
 Group:  System/Base
 License:BSD3c(or similar)
 Url:http://www.sudo.ws/
@@ -38,6 +38,7 @@
 Patch6: %{name}-ldap.diff
 Patch7: %{name}-env.diff
 Patch8: sudo-1.7.6p2-manpage.patch
+Patch9: sudo-1.7.6p2-ldap_search_escape.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -66,6 +67,7 @@
 %patch6
 %patch7
 %patch8 -p1
+%patch9 -p1
 cp %{S:1} %{S:2} .
 
 %build

++ sudo-1.7.6p2-ldap_search_escape.patch ++
Index: sudo-1.7.6p2/ldap.c
===
--- sudo-1.7.6p2.orig/ldap.c2011-04-12 17:48:56.0 +0200
+++ sudo-1.7.6p2/ldap.c 2011-12-12 12:05:14.443420672 +0100
@@ -994,6 +994,99 @@
 }
 
 /*
+ * Determine length of query value after escaping characters
+ * as per RFC 4515.
+ */
+static size_t
+sudo_ldap_value_len(const char *value)
+{
+const char *s;
+size_t len = 0;
+
+for (s = value; *s != '\0'; s++) {
+   switch (*s) {
+   case '\\':
+   case '(':
+   case ')':
+   case '*':
+   len += 2;
+   break;
+   }
+}
+len += (size_t)(s - value);
+return len;
+}
+
+/*
+ * Like strlcat() but escapes characters as per RFC 4515.
+ */
+static size_t
+sudo_ldap_value_cat(char *dst, const char *src, size_t size)
+{
+char *d = dst;
+const char *s = src;
+size_t n = size;
+size_t dlen;
+
+/* Find the end of dst and adjust bytes left but don't go past end */
+while (n-- != 0  *d != '\0')
+   d++;
+dlen = d - dst;
+n = size - dlen;
+
+if (n == 0)
+   return dlen + strlen(s);
+while (*s != '\0') {
+   switch (*s) {
+   case '\\':
+   if (n  3)
+   goto done;
+   *d++ = '\\';
+   *d++ = '5';
+   *d++ = 'c';
+   n -= 3;
+   break;
+   case '(':
+   if (n  3)
+   goto done;
+   *d++ = '\\';
+   *d++ = '2';
+   *d++ = '8';
+   n -= 3;
+   break;
+   case ')':
+   if (n  3)
+   goto done;
+   *d++ = '\\';
+   *d++ = '2';
+   *d++ = '9';
+   n -= 3;
+   break;
+   case '*':
+   if (n  3)
+   goto done;
+   *d++ = '\\';
+   *d++ = '2';
+   *d++ = 'a';
+   n -= 3;
+   break;
+   default:
+   if (n  1)
+   goto done;
+   *d++ = *s;
+   n--;
+   break;
+   }
+   s++;
+}
+done:
+*d = '\0';
+while (*s != '\0')
+   s++;
+return dlen + (s - src);   /* count does not include NUL */
+}
+
+/*
  * Builds up a filter to check against LDAP.
  */
 static char *
@@ -1010,18 +1103,18 @@
sz += strlen(ldap_conf.search_filter) + 3;
 
 /* Then add (|(sudoUser=USERNAME)(sudoUser=ALL)) + NUL */
-sz += 29 + strlen(pw-pw_name);
+sz += 29 + sudo_ldap_value_len(pw-pw_name);
 
 /* Add space for groups */
 if ((grp = sudo_getgrgid(pw-pw_gid)) != NULL) {
-   sz += 12 + strlen(grp-gr_name);/* primary group */
+   sz += 12 + sudo_ldap_value_len(grp-gr_name);
gr_delref(grp);
 }
 for (i = 0; i  user_ngroups; i++) {
if (user_groups[i] == pw-pw_gid)
continue;
if ((grp = sudo_getgrgid(user_groups[i])) != NULL) {
-   sz += 12 + strlen(grp-gr_name);/* supplementary group */
+   sz += 12 + sudo_ldap_value_len(grp-gr_name);
gr_delref(grp);
}
 }
@@ -1044,13 +1137,13 @@
 
 /* Global OR + 

commit amavisd-new for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for 
openSUSE:12.1:Update:Test checked in at 2012-01-05 17:46:01

Comparing /work/SRC/openSUSE:12.1:Update:Test/amavisd-new (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.amavisd-new.new (New)


Package is amavisd-new, Maintainer is vark...@suse.com

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:12.1:Update:Test/.amavisd-new.new/amavisd-new.changes
2012-01-05 17:46:02.0 +0100
@@ -0,0 +1,988 @@
+---
+Wed Nov  2 10:05:41 UTC 2011 - vark...@suse.com
+
+- Fix amavisd-milter binary name 
+
+---
+Wed Oct 26 08:58:10 UTC 2011 - w...@rosenauer.org
+
+- obsolete amavisd-milter package
+
+---
+Thu Oct 13 13:11:20 UTC 2011 - vark...@suse.com
+
+- Integrate amavisd-milter 
+
+---
+Tue Oct 11 14:22:57 UTC 2011 - vark...@suse.com
+
+- bnc#718025 - amavisd-new 2.7.0 fails to start 
+
+---
+Sat Sep 17 11:02:03 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
+Tue Sep 13 13:24:37 UTC 2011 - vark...@suse.com
+
+- update to 2.7.0 With a synergy of four solutions, using amavisd-new
+  in a pre-queue filtering setup became a sensible / better behaved solution:
+
+  - old helper programs amavis.c and amavis-milter.c are no longer distributed
+with the package, along with the whole helper-progs subdirectory.
+As a milter client please use the more modern 'amavisd-milter' package by
+Petr Rehor, available at http://sourceforge.net/projects/amavisd-milter/
+
+  - the smtpd_proxy_options=speed_adjust Postfix option, available since
+Postfix 2.7.0 (20091101), improves decoupling between SMTP clients
+and a content filter in a proxy setup, reducing the number of content
+filtering processes needed for the same mail load. With this option
+turned on, a Postfix SMTP server receives the entire message before
+connecting to a before-queue content filter;
+  
+  - a master_deadline option and its API equivalent, available in SpamAssassin
+since version 3.3.0, allows for time limiting on lengthy rules checking,
+while still providing results when a time limit is exceeded; this makes
+it more suitable for time-sensitive setups like a pre-queue filtering 
setup;
+  
+  - reworked sub-task time limiting in amavisd, along with its counterpart
+solution in SpamAssassin, makes it better suited to a real-time nature
+of pre-queue filtering setups, where one has no control over how long
+SMTP clients are willing to wait at the data-end stage;
+  
+  - a re-purposed command line option 'reload' now does a warm restart,
+keeping sockets available to an MTA client at all times, thus reducing
+a chance that an MTA would even notice a content filter's warm restart.
+
+---
+Tue Aug 30 15:22:40 UTC 2011 - vark...@suse.com
+
+- bnc#710289 - amavisd-new: fails rpmlint check non-ghost-in-var-run 
+
+---
+Tue Jul 12 16:02:45 UTC 2011 - vark...@novell.com
+
+- Enable clamav as integrated scanner
+- Enable Avira Antivir personal
+
+---
+Tue May 24 08:02:50 UTC 2011 - vark...@suse.de
+
+- update to 2.6.6
+ - amavisd-release was not sending a 'mail_file' attribute when a quarantined
+  message was a non-compressed file in a single-level directory quarantine
+
+- quarantining to SQL was sporadically failing, reporting some unrelated
+  random error (like 'not available' or 'OpenSSL error: header too long');
+
+- avoid a warning _WARN: Use of uninitialized value in string eq at ...
+  line 275. when an SQL-based white/black-listing is used;
+
+- wrap the sql clause  SET NAMES 'utf8'  so that only a warning at
+  a log level 2 is issued if an SQL server does not understand the
+  command (SQLite, old versions of MySQL) instead of aborting;
+ 
+- when a back-end MTA rejected a message, amavisd would send a non-delivery
+  status notification, but also propagate the reject status back, which is
+  wrong, only one or the other response would be appropriate. A fix also
+  allows choosing either a D_REJECT, D_BOUNCE or D_DISCARD response for
+  such a case, configurable through %final_destiny_by_ccat at a CC_MTA
+  entry, defaulting to D_REJECT;
+

commit amavisd-new for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for 
openSUSE:12.1:Update:Test checked in at 2012-01-05 17:46:03

Comparing /work/SRC/openSUSE:12.1:Update:Test/amavisd-new (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.amavisd-new.new (New)


Package is amavisd-new, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/amavisd-new/amavisd-new.changes 
2012-01-05 17:46:02.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.amavisd-new.new/amavisd-new.changes
2012-01-05 17:46:04.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  4 14:47:42 UTC 2012 - vark...@suse.com
+
+- bnc#706257 - amavis failed to start during boot, however it is active
+
+---
+Fri Nov  4 06:23:56 UTC 2011 - vark...@suse.com
+
+- Add systemd scripts 
+
+---

New:

  amavisd-milter.sh
  amavisd.service



Other differences:
--
++ amavisd-new.spec ++
--- /var/tmp/diff_new_pack.HK0Pmf/_old  2012-01-05 17:46:04.0 +0100
+++ /var/tmp/diff_new_pack.HK0Pmf/_new  2012-01-05 17:46:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amavisd-new
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   amavisd-new
 Summary:High-Performance E-Mail Virus Scanner
-Version:2.7.0
-Release:1
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Networking/Security
+Version:2.7.0
+Release:0
 Url:http://www.ijs.si/software/amavisd/
-BuildRequires:  sendmail sendmail-devel
+BuildRequires:  sendmail
+BuildRequires:  sendmail-devel
 Requires:   gzip bzip2 unarj zoo sharutils file
 Requires:   perl-Compress-Zlib perl-Convert-UUlib perl-IO-stringy
 Requires:   perl-MIME-tools perl-MailTools perl-Archive-Tar 
perl-Unix-Syslog
@@ -34,6 +33,10 @@
 %if 0%{?suse_version}  1120
 Requires:   lha
 %endif
+%if 0%{?suse_version}  1140
+BuildRequires:  systemd
+%{?systemd_requires}
+%endif
 Recommends: unrar
 Recommends: clamav perl-spamassassin
 Recommends: perl-DBI
@@ -51,6 +54,8 @@
 Source2:rc.amavis
 Source3:amavisd-new-rpmlintrc
 Source4:amavisd-milter.tar.bz2
+Source5:amavisd.service
+Source6:amavisd-milter.sh
 Patch1: activate_virus_scanner.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define avspool/var/spool/amavis
@@ -74,7 +79,6 @@
 %package docs
 Summary:Documentation for the High-Performance E-Mail Virus Scanner
 Group:  Documentation/Other
-License:GPLv2+
 Recommends: %{name} = %{version}
 
 %description docs
@@ -131,6 +135,9 @@
 ln -s ../../etc/init.d/amavis $RPM_BUILD_ROOT/%{_sbindir}/rcamavis
 install -m 644 LDAP.schema 
$RPM_BUILD_ROOT/etc/openldap/schema/amavisd-new.schema
 install -m 644 JpegTester.pm $RPM_BUILD_ROOT/%{perl_vendorlib}/JpegTester.pm
+mkdir -p $RPM_BUILD_ROOT/lib/systemd/system
+install -m 644 %{S:5} $RPM_BUILD_ROOT/lib/systemd/system/
+install -m 755 %{S:6} $RPM_BUILD_ROOT/usr/sbin/
 cd amavisd-milter
 make install DESTDIR=$RPM_BUILD_ROOT
 
@@ -180,6 +187,10 @@
 /var/adm/fillup-templates/sysconfig.amavis
 %{_sbindir}/*
 %{perl_vendorlib}/JpegTester.pm
+%if 0%{?suse_version} = 1140
+%config /lib/systemd/system/amavisd.service
+/usr/sbin/amavisd-milter.sh
+%endif
 %defattr(0750,%{avuser},%{avgroup})
 %dir %{avspool}
 %dir %{avspool}/tmp

++ amavisd-milter.sh ++
#!/bin/bash

. /etc/sysconfig/amavis
AMAVIS_MILTER_BIN=/usr/sbin/amavisd-milter
AMAVIS_MILTER_SOCK=local:/var/run/amavis/amavis-milter.sock

case $1 in
start)
if [ $AMAVIS_SENDMAIL_MILTER = yes ]; then
startproc -u vscan $AMAVIS_MILTER_BIN -p $AMAVIS_MILTER_SOCK  
/dev/null 21
fi
;;
stop)
if [ $AMAVIS_SENDMAIL_MILTER = yes ]; then
killproc -TERM $AMAVIS_MILTER_BIN
fi
;;
esac
exit 0
++ amavisd.service ++
# This file is part of package amavisd.
#
# Copyright (c) 2011 SuSE LINUX Products GmbH, Germany.
# Author: Werner Fink
# Please send feedback to http://www.suse.de/feedback
#
# Description:
#
#  Used to start the amavisd
#   Amavisd-new is a high-performance interface between mailer (MTA) and
#   content checkers: virus scanners or SpamAssassin. It talks to the MTA
#   via (E)SMTP, LMTP, or 

commit prelink for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package prelink for 
openSUSE:12.1:Update:Test checked in at 2012-01-05 17:47:14

Comparing /work/SRC/openSUSE:12.1:Update:Test/prelink (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.prelink.new (New)


Package is prelink, Maintainer is meiss...@suse.com

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:12.1:Update:Test/.prelink.new/prelink.changes
2012-01-05 17:47:20.0 +0100
@@ -0,0 +1,304 @@
+---
+Mon Sep  5 11:05:02 CEST 2011 - meiss...@suse.de
+
+- buildrequire glibc-devel-static
+- --copy-dt-needed-entries for testsuite.
+
+---
+Wed Feb 23 10:16:42 CET 2011 - meiss...@suse.de
+
+- ifunc3 test fails with malloc perturb, so disable that until fixed
+  in glibc.
+
+---
+Mon Mar 15 14:42:31 CET 2010 - meiss...@suse.de
+
+- updated to 20100106
+  Naming seems to be snapshot based these days.
+  - Lots of fixes and improvements.
+
+---
+Sat Jan 30 11:08:04 CET 2010 - meiss...@suse.de
+
+- fuzz=0
+
+---
+Fri Jun 19 10:35:46 CEST 2009 - co...@novell.com
+
+- disable as-needed for this package as it fails to build with it
+
+---
+Wed Mar 19 09:32:08 CET 2008 - a...@suse.de
+
+- Update to 0.4.0:
+  * add support for -c /etc/prelink.conf.d/*.conf in prelink.conf
+  * remove no longer existent directories from default prelink.conf
+  * reenabled prelink C++ optimizations which have not triggered any longer
+since _ZT[IV]* moved into .data.rel.ro section from .data
+  * fixed performance issues in C++ optimizations, especially on GCJ
+CNI programs
+  * other performance improvements, prelink -avmR after prelink -ua now
+takes roughly 3m4s real time instead of 20m27s before
+  * don't run TEXTREL tests if SELinux is enforcing
+
+
+---
+Mon Jul  2 17:10:09 CEST 2007 - ti...@suse.de
+
+- changed from libelf to libelf0-devel in buildrequires.
+
+---
+Mon Jan 29 18:13:33 CET 2007 - sbra...@suse.cz
+
+- Changed references to /opt/gnome.
+- Removed references to /opt/gnome2.
+- Removed reference to not existing gnome-database-components.
+
+---
+Thu Jan 18 13:45:45 CET 2007 - meiss...@suse.de
+
+- upgraded to 0.3.10.
+   - mostly MIPS stuff
+   - integrated upstream fix
+
+---
+Tue Oct 24 17:12:58 CEST 2006 - meiss...@suse.de
+
+- replaced by Jakubs correct fix.
+
+---
+Thu Oct 19 18:37:17 CEST 2006 - meiss...@suse.de
+
+- fixed incorrect condition in .debug_ranges adjuster.
+  (reduces failures by 50%)
+
+---
+Tue Jul 18 22:06:39 CEST 2006 - meiss...@suse.de
+
+-  Update to 0.3.9 (sync with Fedora Core)
+   - fixed 0x2e stab missing in WINE.
+
+---
+Sun Mar 12 15:42:40 CET 2006 - a...@suse.de
+
+- Update to 0.3.6 (sync with Fedora release number) using
+  prelink-20060213):
+  * disable -Wl,-z,nocopyreloc tests on x86_64, nocopyreloc really
+doesn't work on this platform
+  * don't relocate stabs N_{B,D,}SLINE
+  * on ppc32 handle -mbss-plt .got sections created with -msecure-plt
+capable binutils
+- Use $PRELINK_OPTS.
+- Blacklist more files and directories in prelink.conf
+- Package builds again on x86-64, s390.
+- Remember that ia64 is not supported.
+
+---
+Wed Jan 25 21:40:37 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Tue Aug 23 15:07:37 CEST 2005 - co...@suse.de
+
+- Michael forgot to tell me a tiny little detail
+  when he assured me rpm would handle prelink
+
+---
+Wed Aug 17 18:29:53 CEST 2005 - co...@suse.de
+
+- some update to the config
+
+---
+Thu Jun 23 10:16:34 CEST 2005 - co...@suse.de
+
+- update to latest snapshot
+
+---
+Fri May 13 11:27:00 CEST 2005 - co...@suse.de
+
+- fix build with gcc4
+

commit prelink for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package prelink for 
openSUSE:12.1:Update:Test checked in at 2012-01-05 17:47:15

Comparing /work/SRC/openSUSE:12.1:Update:Test/prelink (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.prelink.new (New)


Package is prelink, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/prelink/prelink.changes 2012-01-05 
17:47:20.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.prelink.new/prelink.changes
2012-01-05 17:47:20.0 +0100
@@ -1,0 +2,17 @@
+Tue Jan  3 14:15:55 CET 2012 - meiss...@suse.de
+
+- fixed testsuite issue
+
+---
+Tue Jan  3 09:23:02 UTC 2012 - a...@suse.de
+
+- Update to 20111012 (bnc#739072):
+  - add --layout-page-size=N option, default to --layout-page-size=32768
+on AMD Bulldozer
+  - fix cxx3.sh for ppc
+  - support for arm
+  - handle various handle DW_OP_GNU parameters
+  - support copying over extended attributes
+  - fix handling of DW_OP_call_ref
+
+---

Old:

  prelink-20100106.tar.bz2

New:

  prelink-20111012.tar.bz2



Other differences:
--
++ prelink.spec ++
--- /var/tmp/diff_new_pack.ccsTPT/_old  2012-01-05 17:47:20.0 +0100
+++ /var/tmp/diff_new_pack.ccsTPT/_new  2012-01-05 17:47:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package prelink
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   prelink
-BuildRequires:  gcc-c++ glibc-devel-static libelf0-devel
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel-static
+BuildRequires:  libelf0-devel
 Summary:An ELF Prelinking Utility
-Version:20100106
-Release:9
+License:GPL-2.0+
 Group:  System/Base
-License:GPLv2+
-Url:ftp://people.redhat.com/jakub/prelink
+Version:20111012
+Release:0
+Url:http://people.redhat.com/jakub/prelink/
 PreReq: %fillup_prereq
-Source: %name-%version.tar.bz2
+Source: http://people.redhat.com/jakub/prelink/%name-%version.tar.bz2
 Source2:%name.conf
 Source3:SuSEconfig.%name
 Source4:sysconfig.%name

++ prelink-20100106.tar.bz2 - prelink-20111012.tar.bz2 ++
 1939 lines of diff (skipped)

++ prelink-tests.diff ++
--- /var/tmp/diff_new_pack.ccsTPT/_old  2012-01-05 17:47:20.0 +0100
+++ /var/tmp/diff_new_pack.ccsTPT/_new  2012-01-05 17:47:20.0 +0100
@@ -79,25 +79,3 @@
  esac
  # Disable this test under SELinux if textrel
  if test -z $SHFLAGS -a -x /usr/sbin/getenforce; then
 testsuite/reloc9.sh.orig   2009-12-16 13:23:03.0 +0100
-+++ testsuite/reloc9.sh2010-03-15 14:38:33.361358000 +0100
-@@ -11,7 +11,7 @@
- rm -f prelink.cache
- NOCOPYRELOC=-Wl,-z,nocopyreloc
- case `uname -m` in
--  x86_64|s390*) if file reloc1lib1.so | grep -q 64-bit; then NOCOPYRELOC=; 
fi;;
-+  x86_64|s390*|alpha) NOCOPYRELOC=; ;;
- esac
- $CC -shared -O2 -Wl,-z,nocombreloc -fpic -o reloc9lib1.so $srcdir/reloc3lib1.c
- $CC -shared -O2 -Wl,-z,nocombreloc -fpic -o reloc9lib2.so 
$srcdir/reloc1lib2.c reloc9lib1.so
 testsuite/reloc8.sh.orig   2009-12-16 13:22:56.0 +0100
-+++ testsuite/reloc8.sh2010-03-15 14:38:02.84694 +0100
-@@ -11,7 +11,7 @@
- rm -f prelink.cache
- NOCOPYRELOC=-Wl,-z,nocopyreloc
- case `uname -m` in
--  x86_64|s390*) if file reloc1lib1.so | grep -q 64-bit; then NOCOPYRELOC=; 
fi;;
-+  x86_64|s390*|alpha) NOCOPYRELOC=; ;;
- esac
- $CC -shared -O2 -Wl,-z,nocombreloc -fpic -o reloc8lib1.so $srcdir/reloc3lib1.c
- $CC -shared -O2 -Wl,-z,nocombreloc -fpic -o reloc8lib2.so 
$srcdir/reloc1lib2.c reloc8lib1.so

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



commit python-greenlet for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package python-greenlet for 
openSUSE:12.1:Update:Test checked in at 2012-01-05 17:47:51

Comparing /work/SRC/openSUSE:12.1:Update:Test/python-greenlet (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.python-greenlet.new (New)


Package is python-greenlet, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/python-greenlet/python-greenlet.changes 
2012-01-05 17:47:56.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.python-greenlet.new/python-greenlet.changes
2012-01-05 17:47:56.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 23 13:20:47 UTC 2011 - idon...@suse.com
+
+- Add upstream commits 25bf29f4d3b7 and 2d5b17472757 (bnc#738431) 
+- Implement %check
+
+---

New:

  get-rid-of-ts_origin.patch
  i686-register-fixes.patch



Other differences:
--
++ python-greenlet.spec ++
--- /var/tmp/diff_new_pack.JYCJil/_old  2012-01-05 17:47:56.0 +0100
+++ /var/tmp/diff_new_pack.JYCJil/_new  2012-01-05 17:47:56.0 +0100
@@ -1,29 +1,32 @@
 #
 # spec file for package python-greenlet
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 B1 Systems GmbH, Vohburg, 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
 # 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 O2en Source License is a
+# 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:   python-greenlet
 Version:0.3.1
 Release:0
-URL:http://pypi.python.org/pypi/greenlet
+Url:http://pypi.python.org/pypi/greenlet
 Summary:Lightweight in-process concurrent programming
 License:MIT
 Group:  Development/Libraries/Python
 Source0:
http://pypi.python.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM idoen...@suse.de i686-register-fixes.patch -- Upstream 
commit 25bf29f4d3b7
+Patch1: i686-register-fixes.patch
+# PATCH-FIX-UPSTREAM idoen...@suse.de get-rid-of-ts_origin.patch -- Upstream 
commit 2d5b17472757
+Patch2: get-rid-of-ts_origin.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
@@ -48,6 +51,8 @@
 
 %prep
 %setup -q -n greenlet-%{version}
+%patch1 -p1
+%patch2 -p1
 
 %build
 CFLAGS=%{optflags} -fno-strict-aliasing python setup.py build
@@ -55,6 +60,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python setup.py test
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS NEWS README

++ get-rid-of-ts_origin.patch ++
diff -up greenlet-0.3.1/greenlet.c.get-rid-of-ts_origin 
greenlet-0.3.1/greenlet.c
--- greenlet-0.3.1/greenlet.c.get-rid-of-ts_origin  2010-04-05 
17:24:25.0 -0400
+++ greenlet-0.3.1/greenlet.c   2011-10-19 13:59:30.485035920 -0400
@@ -116,10 +116,8 @@ extern PyTypeObject PyGreenlet_Type;
 
 /* The current greenlet in this thread state (holds a reference) */
 static PyGreenlet* ts_current = NULL;
-/* Holds a reference to the switching-from stack during the slp switch */
-static PyGreenlet* ts_origin = NULL;
 /* Holds a reference to the switching-to stack during the slp switch */
-static PyGreenlet* ts_target = NULL;
+static PyGreenlet* volatile ts_target = NULL;
 /* NULL if error, otherwise args tuple to pass around during slp switch */
 static PyObject* ts_passaround_args = NULL;
 static PyObject* ts_passaround_kwargs = NULL;
@@ -257,6 +255,7 @@ static int g_save(PyGreenlet* g, char* s
 static void slp_restore_state(void)
 {
PyGreenlet* g = ts_target;
+   PyGreenlet* owner = ts_current;

/* Restore the heap copy back into the C stack */
if (g-stack_saved != 0) {
@@ -265,30 +264,32 @@ static void slp_restore_state(void)
g-stack_copy = NULL;
g-stack_saved = 0;
}
-   if (ts_current-stack_stop == g-stack_stop)
-   g-stack_prev = ts_current-stack_prev;
-   else
-   g-stack_prev = ts_current;
+   if (owner-stack_start == NULL)
+   owner = 

commit python-greenlet for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package python-greenlet for 
openSUSE:12.1:Update:Test checked in at 2012-01-05 17:47:49

Comparing /work/SRC/openSUSE:12.1:Update:Test/python-greenlet (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.python-greenlet.new (New)


Package is python-greenlet, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.python-greenlet.new/python-greenlet.changes
2012-01-05 17:47:56.0 +0100
@@ -0,0 +1,14 @@
+---
+Wed Sep 21 09:35:58 UTC 2011 - sasc...@suse.de
+
+- Spec file cleanup:
+  * BuildRequire modern python-distribute instead of python-setuptools
+  * No need for changing executable bits for benchmarks
+  * Use SUSE version checks around specific macros
+  * Only require %{name} = %{version} in devel package
+
+---
+Fri Nov 26 14:44:42 UTC 2010 - seife+...@b1-systems.com
+
+- initial package (version 0.3.1)
+

New:

  _link
  greenlet-0.3.1.tar.gz
  python-greenlet.changes
  python-greenlet.spec



Other differences:
--
++ python-greenlet.spec ++
#
# spec file for package python-greenlet
#
# Copyright (c) 2010 B1 Systems GmbH, Vohburg, 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
# 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 O2en 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:   python-greenlet
Version:0.3.1
Release:0
URL:http://pypi.python.org/pypi/greenlet
Summary:Lightweight in-process concurrent programming
License:MIT
Group:  Development/Libraries/Python
Source0:
http://pypi.python.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
%if 0%{?suse_version}
%py_requires
%endif
%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}

%description
The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called tasklets. Tasklets run
pseudo-concurrently (typically in a single or a few OS-level threads)
and are synchronized with data exchanges on channels.

%package devel
Summary:C development headers for python-greenlet
Group:  Development/Libraries/Python
Requires:   %{name} = %{version}

%description devel
This package contains header files required for C modules development.

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

%build
CFLAGS=%{optflags} -fno-strict-aliasing python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README
%{python_sitearch}/*

%files devel
%defattr(-,root,root,-)
%{_includedir}/python*/greenlet

%changelog
++ _link ++
link project=openSUSE:12.1 package=python-greenlet 
baserev=604cd10746d7ccf94ad527ef2a92ce50
  patches
branch/
  /patches
/link
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-ntp-client for openSUSE:12.1:Update:Test

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:12.1:Update:Test checked in at 2012-01-05 17:58:03

Comparing /work/SRC/openSUSE:12.1:Update:Test/yast2-ntp-client (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.yast2-ntp-client.new (New)


Package is yast2-ntp-client, Maintainer is mvid...@suse.com

Changes:

--- 
/work/SRC/openSUSE:12.1:Update:Test/yast2-ntp-client/yast2-ntp-client.changes   
2012-01-05 17:58:08.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.yast2-ntp-client.new/yast2-ntp-client.changes
  2012-01-05 17:58:08.0 +0100
@@ -1,0 +2,10 @@
+Thu Jan  5 07:26:54 UTC 2012 - vark...@suse.com
+
+- bnc#707408 - Additional NTP server entries for NTP client Configuration 
+
+---
+Wed Jan  4 12:33:27 UTC 2012 - vark...@suse.com
+
+- bnc#724762 - bad yast2 timezone NTP config 
+
+---

Old:

  yast2-ntp-client-2.21.1.tar.bz2

New:

  yast2-ntp-client-2.21.2.tar.bz2



Other differences:
--
++ yast2-ntp-client.spec ++
--- /var/tmp/diff_new_pack.0A5vnm/_old  2012-01-05 17:58:08.0 +0100
+++ /var/tmp/diff_new_pack.0A5vnm/_new  2012-01-05 17:58:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ntp-client
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-ntp-client
-Version:2.21.1
+Version:2.21.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-ntp-client-%{version}.tar.bz2
 
-Prefix: /usr
-
-Group:  System/YaST
-License:GPL v2 or later
-BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
 BuildRequires:  yast2-country-data
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 #SLPAPI.pm 
 # Hostname::CurrentDomain
 # Wizard::SetDesktopTitleAndIcon
@@ -40,6 +38,8 @@
 BuildArch:  noarch
 
 Summary:YaST2 - NTP Client Configuration
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 This package contains the YaST2 component for NTP client configuration.
@@ -48,23 +48,23 @@
 %setup -n yast2-ntp-client-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -81,9 +81,9 @@
 /usr/share/YaST2/scrconf/cfg_ntp.scr
 /usr/share/YaST2/scrconf/etc_ntp.scr
 /usr/share/YaST2/modules/*.y*
-%{prefix}/share/applications/YaST2/ntp-client.desktop
+%{_prefix}/share/applications/YaST2/ntp-client.desktop
 /usr/share/YaST2/data/ntp_servers.ycp
-%doc %{prefix}/share/doc/packages/yast2-ntp-client
+%doc %{_prefix}/share/doc/packages/yast2-ntp-client
 /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc
 
 %changelog

++ yast2-ntp-client-2.21.1.tar.bz2 - yast2-ntp-client-2.21.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-2.21.1/VERSION 
new/yast2-ntp-client-2.21.2/VERSION
--- old/yast2-ntp-client-2.21.1/VERSION 2011-09-29 13:17:31.0 +0200
+++ new/yast2-ntp-client-2.21.2/VERSION 2012-01-04 13:24:37.0 +0100
@@ -1 +1 @@
-2.21.1

commit abiword for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package abiword for openSUSE:Factory checked 
in at 2012-01-05 19:09:44

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


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

Changes:

--- /work/SRC/openSUSE:Factory/abiword/abiword.changes  2011-10-02 
09:46:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.abiword.new/abiword.changes 2012-01-05 
19:09:46.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 28 22:03:52 UTC 2011 - dims...@opensuse.org
+
+- Add abiword-glib-2.31.patch: Fix build with glib 2.31.
+
+---

New:

  abiword-glib-2.31.patch



Other differences:
--
++ abiword.spec ++
--- /var/tmp/diff_new_pack.qz1mk9/_old  2012-01-05 19:09:47.0 +0100
+++ /var/tmp/diff_new_pack.qz1mk9/_new  2012-01-05 19:09:47.0 +0100
@@ -29,6 +29,8 @@
 Source0:
http://www.abisource.com/downloads/%{name}/%{version}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM abiword-gcc46.patch 
http://bugzilla.abisource.com/show_bug.cgi?id=13066 dims...@opensuse.org -- Fix 
build with gcc 4.6
 Patch0: abiword-gcc46.patch
+# PATCH-FIX-UPSTREAM abiword-glib-2.31.patch 
http://bugzilla.abisource.com/show_bug.cgi?id=13197 dims...@opensuse.org -- Fix 
build with glib 2.31.
+Patch1: abiword-glib-2.31.patch
 BuildRequires:  asio-devel
 BuildRequires:  bison
 BuildRequires:  boost-devel
@@ -104,6 +106,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
 
 %build
 # -fno-strict-aliasing added 2009-04-12. Still needed for 2.8.1.

++ abiword-glib-2.31.patch ++
Index: src/af/util/xp/ut_go_file.h
===
--- src/af/util/xp/ut_go_file.h (revision 30478)
+++ src/af/util/xp/ut_go_file.h (working copy)
@@ -31,7 +31,6 @@
 
 #include glib.h
 #include gsf/gsf.h
-#include glib/gerror.h
 #include time.h
 
 G_BEGIN_DECLS
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit accountsservice for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory 
checked in at 2012-01-05 19:09:48

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


Package is accountsservice, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes  
2011-10-19 13:48:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.accountsservice.new/accountsservice.changes 
2012-01-05 19:09:49.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec  8 08:55:14 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-AccountsService-1_0
+  subpackage.
+- Add typelib-1_0-AccountsService-1_0 Requires to devel subpackage.
+
+---



Other differences:
--
++ accountsservice.spec ++
--- /var/tmp/diff_new_pack.kYWmFY/_old  2012-01-05 19:09:50.0 +0100
+++ /var/tmp/diff_new_pack.kYWmFY/_new  2012-01-05 19:09:50.0 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   accountsservice
 Version:0.6.15
-Release:1
-License:GPL-3.0+
+Release:0
 Summary:D-Bus Service to Manipulate User Account Information
-Url:http://www.fedoraproject.org/wiki/Features/UserAccountDialog
+License:GPL-3.0+
 Group:  System/Daemons
+Url:http://www.fedoraproject.org/wiki/Features/UserAccountDialog
 Source: 
http://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz
 # WARNING: do not remove/significantly change patch0 without updating the 
relevant patch in gdm too
 # PATCH-FIX-OPENSUSE accountsservice-sysconfig.patch bnc#688071 
vu...@opensuse.org -- Read/write autologin configuration from sysconfig, like 
gdm (see gdm-sysconfig-settings.patch)
@@ -49,7 +48,6 @@
 commands.
 
 %package -n libaccountsservice0
-License:GPL-3.0+
 Summary:D-Bus Service to Manipulate User Account Information -- Client 
Library
 Group:  System/Libraries
 # Clients do need the server to do something useful
@@ -61,11 +59,22 @@
 
 This package provides a client library for the service.
 
+%package -n typelib-1_0-AccountsService-1_0
+Summary:D-Bus Service to Manipulate User Account Information -- 
Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-AccountsService-1_0
+The accountsservice server provides a set of D-Bus interfaces for
+querying and manipulating user account information.
+
+This package provides the GObject Introspection bindings for the
+client library.
+
 %package devel
-License:GPL-3.0+
 Summary:D-Bus Service to Manipulate User Account Information -- 
Development Files
 Group:  Development/Libraries/C and C++
 Requires:   libaccountsservice0 = %{version}
+Requires:   typelib-1_0-AccountsService-1_0 = %{version}
 
 %description devel
 The accountsservice server provides a set of D-Bus interfaces for
@@ -113,6 +122,9 @@
 %files -n libaccountsservice0
 %defattr(-,root,root,-)
 %{_libdir}/*.so.0*
+
+%files -n typelib-1_0-AccountsService-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/AccountsService-1.0.typelib
 
 %files devel


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



commit at-spi2-core for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory 
checked in at 2012-01-05 19:09:57

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


Package is at-spi2-core, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes
2011-10-19 13:48:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-core.new/at-spi2-core.changes   
2012-01-05 19:09:59.0 +0100
@@ -1,0 +2,25 @@
+Tue Dec 20 09:36:11 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.3.3:
+  + Handle event detail suffixes (such as :system).
+- 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.
+- Rewrite description of libatspi0 subpackage.
+- Split typelib file into typelib-1_0-Atspi-2_0 subpackage.
+- Add typelib-1_0-Atspi-2_0 Requires to devel subpackage.
+
+---
+Tue Nov 22 09:37:35 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.3.2:
+  + Some documentation improvements.
+
+---
+Tue Nov 15 10:21:44 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.3.1:
+  + Fix return type of org.a11y.Bus.IsEnabled property
+  + Declare void functions as such
+
+---

Old:

  at-spi2-core-2.2.1.tar.bz2

New:

  at-spi2-core-2.3.3.tar.xz



Other differences:
--
++ at-spi2-core.spec ++
--- /var/tmp/diff_new_pack.01ZB4y/_old  2012-01-05 19:10:00.0 +0100
+++ /var/tmp/diff_new_pack.01ZB4y/_new  2012-01-05 19:10:00.0 +0100
@@ -15,22 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   at-spi2-core
-Version:2.2.1
-Release:1
+Version:2.3.3
+Release:0
 Summary:Assistive Technology Service Provider Interface - D-Bus based 
implementation
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Libraries
 Url:http://www.gnome.org/
-Source0:
http://download.gnome.org/sources/at-spi2-core/2.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/at-spi2-core/2.3/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
-BuildRequires:  xorg-x11-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-1)
 # dbus-daemon is needed to have this work fine
 Requires:   dbus-1
@@ -48,21 +48,30 @@
 with applications running on the desktop.
 
 %package -n libatspi0
-License:GPLv2+
-Summary:An Accessibility ToolKit
+Summary:An Accessibility ToolKit -- Library
 Group:  System/Libraries
 
 %description -n libatspi0
-The ATK library provides a set of accessibility interfaces. By
-supporting the ATK interfaces, an application or toolkit can be used
-with screen readers, magnifiers, and alternate input devices.
+AT-SPI is a general interface for applications to make use of the
+accessibility toolkit. This version is based on dbus.
+
+%package -n typelib-1_0-Atspi-2_0
+Summary:An Accessibility ToolKit -- Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Atspi-2_0
+AT-SPI is a general interface for applications to make use of the
+accessibility toolkit. This version is based on dbus.
+
+This package provides the GObject Introspection bindings for the
+libatspi library.
 
 %package devel
-License:GPLv2+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/GNOME
-Requires:   libatspi0 = %{version}
 Requires:   at-spi2-core = %{version}
+Requires:   libatspi0 = %{version}
+Requires:   typelib-1_0-Atspi-2_0 = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -105,6 +114,9 @@
 %files -n libatspi0
 %defattr(-, root, root)
 %{_libdir}/libatspi.so.0*
+
+%files -n typelib-1_0-Atspi-2_0
+%defattr(-, root, root)
 %{_libdir}/girepository-1.0/Atspi-2.0.typelib
 
 %files devel

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



commit bakefile for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package bakefile for openSUSE:Factory 
checked in at 2012-01-05 19:10:02

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


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

Changes:

--- /work/SRC/openSUSE:Factory/bakefile/bakefile.changes2011-10-02 
09:50:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.bakefile.new/bakefile.changes   2012-01-05 
19:10:03.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 30 09:50:23 CEST 2011 - zai...@opensuse.org
+
+- Own %{_datadir}/aclocal to fix build without automake/autoconf.
+
+---



Other differences:
--
++ bakefile.spec ++
--- /var/tmp/diff_new_pack.dzGZ3O/_old  2012-01-05 19:10:03.0 +0100
+++ /var/tmp/diff_new_pack.dzGZ3O/_new  2012-01-05 19:10:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bakefile
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,17 +14,17 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
 # nodebuginfo
 
 
 Name:   bakefile
-BuildRequires:  python python-devel
+BuildRequires:  python
+BuildRequires:  python-devel
+Summary:Tool required to build WebKit
 License:MIT
 Group:  Development/Libraries/C and C++
-Summary:Tool required to build WebKit
 Version:0.2.9
-Release:2
+Release:0
 Source0:%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.bakefile.org
@@ -49,6 +49,7 @@
 %{_bindir}/bakefil*
 %{_datadir}/bakefile*
 %{_libdir}/bakefile*
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/bakefile-lang.m4
 %{_datadir}/aclocal/bakefile.m4
 %{_datadir}/aclocal/bakefile-dllar.m4

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



commit balsa for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package balsa for openSUSE:Factory checked 
in at 2012-01-05 19:10:05

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


Package is balsa, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/balsa/balsa.changes  2011-11-28 
14:48:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.balsa.new/balsa.changes 2012-01-05 
19:10:06.0 +0100
@@ -8 +8 @@
-- Drop balsa-fix-linking.patch: fxied upstream.
+- Drop balsa-fix-linking.patch: fixed upstream.



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



commit cherrytree for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package cherrytree for openSUSE:Factory 
checked in at 2012-01-05 19:10:17

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


Package is cherrytree, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cherrytree/cherrytree.changes2011-10-04 
18:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.cherrytree.new/cherrytree.changes   
2012-01-05 19:10:19.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  4 09:35:30 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.24:
+  + Add AppIndicator support.
+  + Add options: show white spaces, highlight current line,
+gtksouceview style scheme.
+  + Make it possible to move a row up/down.
+  + Various bug fixes.
+  + Updated translations.
+
+---

Old:

  cherrytree-0.23.1.tar.gz

New:

  cherrytree-0.24.tar.gz



Other differences:
--
++ cherrytree.spec ++
--- /var/tmp/diff_new_pack.18b9Ua/_old  2012-01-05 19:10:20.0 +0100
+++ /var/tmp/diff_new_pack.18b9Ua/_new  2012-01-05 19:10:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cherrytree
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   cherrytree
-Version:0.23.1
-Release:1
-License:GPL-2.0+
+Version:0.24
+Release:0
 Summary:A hierarchical note taking application
-Url:http://www.giuspen.com/cherrytree/
+License:GPL-2.0+
 Group:  Productivity/Office/Other
+Url:http://www.giuspen.com/cherrytree/
 Source: http://www.giuspen.com/software/%{name}-%{version}.tar.gz
 BuildRequires:  desktop-file-utils
 BuildRequires:  python-gtk
@@ -96,6 +95,7 @@
 %{_datadir}/cherrytree/
 %{_datadir}/icons/hicolor/scalable/apps/cherrytree.svg
 %{_datadir}/mime/packages/cherrytree.xml
+%{_mandir}/man1/cherrytree.1%{?ext_man}
 %{python_sitelib}/CherryTree-%{version}-py%{python_version}.egg-info
 
 %files lang -f %{name}.lang

++ cherrytree-0.23.1.tar.gz - cherrytree-0.24.tar.gz ++
 22558 lines of diff (skipped)

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



commit deja-dup for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package deja-dup for openSUSE:Factory 
checked in at 2012-01-05 19:10:26

Comparing /work/SRC/openSUSE:Factory/deja-dup (Old)
 and  /work/SRC/openSUSE:Factory/.deja-dup.new (New)


Package is deja-dup, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/deja-dup/deja-dup.changes2011-10-28 
19:26:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.deja-dup.new/deja-dup.changes   2012-01-05 
19:10:27.0 +0100
@@ -1,0 +2,42 @@
+Tue Nov 22 15:02:09 UTC 2011 - dims...@opensuse.org
+
+- Update to version 21.2:
+  + Bug Fixes:
+- Use smarter test for detecting whether existing backups are
+  encrypted, which will work even if duplicity uses
+  translations
+- Fix a bug that in some situations could lead to a full backup
+  being created more frequently than once a month
+  + Polish:
+- Drop After a week from Keep backups option, since
+  internally, we always wait a month anyway
+- Treat any AssertionError by duplicity as an internal
+  duplicity error by wiping the cache and trying again; this
+  will let us be more pro-active about fixing some odd
+  duplicity situations
+  + Packaging:
+- Start of a unit test for our internal library; compile and
+  run it with 'make check'
+  + Updated translations.
+
+---
+Tue Nov 15 22:39:58 UTC 2011 - vu...@opensuse.org
+
+- Update to version 21.1:
+  + Polish:
+- Switch to notebook tabs for preferences instead of side list
+  + Bug Fixes:
+- Allow passwords that contain only whitespaces (while
+  continuing to strip whitespace from normal passwords)
+  + Packaging:
+- Use valac 0.14 instead of 0.12
+- Tarballs now only include the vala code, so you'll need valac
+  to compile
+- No longer require libdbusmenu-gtk3 for Unity support
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Disable parallel build as it breaks the build with this release.
+
+---

Old:

  deja-dup-20.1.tar.bz2

New:

  deja-dup-21.2.tar.xz



Other differences:
--
++ deja-dup.spec ++
--- /var/tmp/diff_new_pack.gVMAt4/_old  2012-01-05 19:10:28.0 +0100
+++ /var/tmp/diff_new_pack.gVMAt4/_new  2012-01-05 19:10:28.0 +0100
@@ -18,22 +18,25 @@
 
 
 Name:   deja-dup
-Version:20.1
+Version:21.2
 Release:1
+# FIXME: parallel build fails in 21.1; check if it's fixed in newer versions
 # FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 # FIXME: check if python-cloudfiles is packaged, and if yes, uncomment 
Recommends
 License:GPLv3+
 Summary:Simple backup tool and frontend for duplicity
 Url:https://launchpad.net/deja-dup
 Group:  Productivity/Archiving/Backup
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  itstool
 BuildRequires:  perl-gettext
 BuildRequires:  update-desktop-files
-BuildRequires:  vala = 0.11.6
+BuildRequires:  vala = 0.14.0
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnautilus-extension)
@@ -84,7 +87,8 @@
 
 %build
 %configure --disable-static
-%__make %{?_smp_mflags}
+#make %%{?_smp_mflags}
+make
 
 %install
 %makeinstall

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



commit banshee for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-01-05 19:10:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2011-10-04 
18:06:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-01-05 
19:10:11.0 +0100
@@ -1,0 +2,111 @@
+Thu Dec 22 09:38:06 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 2.3.3
+  + Enhancements:
+- StreamPositionLabel: Fix label when loading
+- Preferences: Change wording of Metadata settings
+- bgo#608389: AudiobookLibrarySource: Accept tracks dragged
+  from playlists
+- bgo#666493: Emusic.Store: Remove unneeded refresh
+- bgo#666488: Dap.MassStorage: Add and use specific icons for
+  Xperia phones
+  + Bugs fixed, including:
+- bgo#638130: Fix importing of rating and play count when
+  updating track
+- bgo#644145: Fix FileLocation queries for the StartsWith
+  operator
+- bgo#656439: Audiobook: Add a button to go back to the list of
+  audiobooks
+- bgo#661322: PlaybackShuffleActions: Fix crash when setting
+  shuffle mode
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Wed Nov 30 23:52:38 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 2.3.2
+  + New Features:
+- Configurable browser filters
+  + Enhancements:
+- bgo#664424: AsxPlaylistFormat: Add support for external ASX
+  playlists
+- bgo#664642: Add support for the NEC LifeTouch Note
+- Dap.MassStorage: Don't sync 'unknown album' metadata
+  + Bugs fixed, including:
+- Mpris: Change trackid type from string to DBus object path
+- Gio: Fix encoding of URIs in Directory class and fix values
+  in database
+- bgo#662883: Fix activation of UbuntuOneMusicStore source on
+  startup
+- bgo#651743: YouTubeTile: Fix construction of the playback
+  URI
+- bgo#664381: Dap.MassStorage: Rename Xperia X12 to Xperia
+  arc
+- bgo#664079: Skip empty files when importing and show error
+- Importing: when showing an error, use file paths, not URIs
+- Remove support for 11.3 builds: 11.3 is nearing end of support
+  lifecycle, and it simplifies the packaging.
+- Add explicit pkgconfig(gconf-2.0) BuildRequires, following
+  upstream change.
+- Stop building the soundmenu extension as there is no need for it
+  on openSUSE:
+  + stop passing --extensions-soundmenu to configure.
+  + drop extensions-soundmenu subpackage.
+  + add a banshee-extensions-soundmenu Obsoletes to main
+subpackage.
+
+---
+Wed Nov 16 09:52:14 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.3.1:
+  + New Features:
+- DVD playback support
+  + Enhancements:
+- Several improvements to Muinshee, our alternative UI:
+  . Add a Clear button to the toolbar
+  . Make double-click on an album do the same as the Play
+button
+  . Don't close the dialog when pressing Enqueue
+  . Make the Esc key close the dialog if there is no search
+text
+  . Use better icons for the Play and Enqueue buttons
+- Add separate options for writing ratings and play counts to
+  files
+- Update values for the Smiley Face equalizer preset
+- Set the PulseAudio media.role property
+  + Bug fixes, including:
+- Fixes from 2.2.1 release.
+- Notify playlists on rating change through d-bus or command
+  line
+- bgo#647898: Try to fetch coverart without an internet
+  connection
+- bgo#658803: Prune CoverArtDownloads table when removing
+  tracks
+- Remove xz BuildRequires as we have a bz2 tarball again.
+
+---
+Tue Nov  1 22:46:28 UTC 2011 - nmarq...@opensuse.org
+
+- Update to 2.2.1:
+  + Bug fixes, including:
+- bgo#661467: AmazonMp3: Handle plain text AMZ files now sent
+  by Amazon
+- UbuntuOneMusicStore: Ensure u1ms URIs passed at startup get
+  loaded
+- Daap: Fix crash while resolving the address of a DAAP service
+- DatabaseImportManager: Support importing .mka files
+- bgo#662906: AudiobookLibrarySource: Fix crash when adding
+  tracks
+- bgo#659841: GnomeBackend: Be more robust against GConf
+  failures
+- bgo#656533: Notification: Fix application name used in
+  internal notify#
+- bgo#649277: NotificationArea: Only use supported tags in the
+  notification 

commit chmsee for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2012-01-05 19:10:20

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


Package is chmsee, Maintainer is p...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2011-11-16 
17:17:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2012-01-05 
19:10:22.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 25 08:03:30 UTC 2011 - w...@rosenauer.org
+
+- Update to version 1.99.06
+- Adapted chmsee-newer-firefox.patch for xulrunner 9
+
+---

Old:

  jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz

New:

  jungleji-chmsee-v1.99.06-0-gad31e43.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.toYw0u/_old  2012-01-05 19:10:23.0 +0100
+++ /var/tmp/diff_new_pack.toYw0u/_new  2012-01-05 19:10:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chmsee
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   chmsee
 Summary:A Gtk+2 CHM document viewer
-Version:1.99.05
-Release:1
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
+Version:1.99.06
+Release:0
 Url:http://code.google.com/p/chmsee/
-Source0:jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz
+Source0:jungleji-chmsee-v1.99.06-0-gad31e43.tar.gz
 Source1:Makefile
-# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 8
+# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 9
 Patch0: chmsee-newer-firefox.patch
 BuildRequires:  chmlib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  python
-BuildRequires:  xulrunner-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
+BuildRequires:  xulrunner-devel = 9.0
 %define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner)
 Requires:   xulrunner = %{xulrunner_version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +47,7 @@
 and several other great people.
 
 %prep
-%setup -q -n jungleji-chmsee-370f906
+%setup -q -n jungleji-chmsee-dd9130e
 cp %{SOURCE1} src
 %patch0 -p1
 

++ chmsee-newer-firefox.patch ++
--- /var/tmp/diff_new_pack.toYw0u/_old  2012-01-05 19:10:23.0 +0100
+++ /var/tmp/diff_new_pack.toYw0u/_new  2012-01-05 19:10:23.0 +0100
@@ -1,10 +1,35 @@
-Index: jungleji-chmsee-370f906/application.ini
-===
 jungleji-chmsee-370f906.orig/application.ini
-+++ jungleji-chmsee-370f906/application.ini
-@@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371
+diff --git a/application.ini b/application.ini
+index 2019445..ca6fa4d 100644
+--- a/application.ini
 b/application.ini
+@@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371}
  
  [Gecko]
- MinVersion=2.0b9
--MaxVersion=7.0.*
-+MaxVersion=8.0.*
+ MinVersion=6.0
+-MaxVersion=8.0.*
++MaxVersion=9.0.*
+diff --git a/src/common.mk b/src/common.mk
+index c0af241..07e22a6 100644
+--- a/src/common.mk
 b/src/common.mk
+@@ -11,7 +11,8 @@ IDL = ${INTERFACE}.idl
+ XPT = ${COMPONENTSDIR}/xpcomchm.xpt
+ 
+ SDK_IDL = ${LIBXUL_SDK}/idl
+-XPIDL = ${LIBXUL_SDK}/bin/xpidl
++TYPELIB = ${LIBXUL_SDK}/sdk/bin/typelib.py
++HEADER = ${LIBXUL_SDK}/sdk/bin/header.py
+ XPT_LINK = ${LIBXUL_SDK}/sdk/bin/xpt.py link
+ 
+ MOZ_DEBUG_DISABLE_DEFS= -DNDEBUG -DTRIMMED
+@@ -43,8 +44,8 @@ LDFLAGS+= ${DEFINES} \
+ all: ${TARGET}
+ 
+ ${XPT}: ${IDL}
+-  ${XPIDL} -w -v -m header -I ${SDK_IDL} ${IDL}
+-  ${XPIDL} -w -v -m typelib -I ${SDK_IDL} ${IDL}
++  ${HEADER} -I ${SDK_IDL} -o ${INTERFACE}.h ${IDL}
++  ${TYPELIB} -I ${SDK_IDL} -o ${INTERFACE}.xpt ${IDL}
+   ${XPT_LINK} ${XPT} ${INTERFACE}.xpt
+ 
+ ${TARGET}: ${XPT} ${OBJS}

++ jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz - 
jungleji-chmsee-v1.99.06-0-gad31e43.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jungleji-chmsee-370f906/application.ini 
new/jungleji-chmsee-dd9130e/application.ini
--- old/jungleji-chmsee-370f906/application.ini 

commit dia for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package dia for openSUSE:Factory checked in 
at 2012-01-05 19:10:30

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


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

Changes:

--- /work/SRC/openSUSE:Factory/dia/dia.changes  2011-10-04 18:08:58.0 
+0200
+++ /work/SRC/openSUSE:Factory/.dia.new/dia.changes 2012-01-05 
19:10:31.0 +0100
@@ -1,0 +2,19 @@
+Wed Jan  4 09:47:29 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.97.2:
+  + More colors for SADT.
+  + Various bug fixes, including:
+- crashes
+- fixes to SVG, PNG and Xfig exports
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Drop dia-python-acinclude.patch: fixed upstream.
+
+---
+Thu Dec  1 21:09:34 UTC 2011 - dims...@opensuse.org
+
+- Add dia-glib-2.31.patch: Fix build with glib 2.31.
+
+---

Old:

  dia-0.97.1.tar.bz2
  dia-python-acinclude.patch

New:

  dia-0.97.2.tar.xz
  dia-glib-2.31.patch



Other differences:
--
++ dia.spec ++
--- /var/tmp/diff_new_pack.Kr685Z/_old  2012-01-05 19:10:32.0 +0100
+++ /var/tmp/diff_new_pack.Kr685Z/_new  2012-01-05 19:10:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dia
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   dia
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -36,27 +35,29 @@
 BuildRequires:  swig
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-License:GPLv2+
-Group:  Productivity/Graphics/Other
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 Requires:   ghostscript-fonts-std
 Requires:   python-gtk
 # for xdg-open
 Requires:   xdg-utils
 Summary:A Diagram Creation Program
-Version:0.97.1
-Release:11
-Source: 
ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{version}.tar.bz2
+License:GPL-2.0+
+Group:  Productivity/Graphics/Other
+Version:0.97.2
+Release:0
+Source: 
http://download.gnome.org/sources/dia/0.97/%{name}-%{version}.tar.xz
 Source1:font-test-japanese.dia
 Source2:font-test-czech.dia
 Source3:font-test-german-euro.dia
 # PATCH-FIX-OPENSUSE dia-0.92.2-no-strict-aliasing.patch
 Patch3: dia-0.92.2-no-strict-aliasing.patch
-# PATCH-FIX-UPSTREAM bgo581533 dia-python-acinclude.patch
-Patch14:dia-python-acinclude.patch
 # PATCH-FIX-OPENSUSE dia-remove-datetime.patch vu...@novell.com -- Do not put 
date/time in the compiled binary (needed for build-compare)
 Patch17:dia-remove-datetime.patch
 # PATCH-FIX-UPSTREAM dia-swig-2x.patch bgo#651127 idoen...@suse.de -- Support 
swig 2.x
 Patch18:dia-swig-2x.patch
+# PATCH-FIX-UPSTREAM dia-glib-2.31.patch bgo#655335 dims...@opensuse.org -- 
Fix build with glib 2.31.
+Patch19:dia-glib-2.31.patch
 Url:http://live.gnome.org/Dia
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang
@@ -79,9 +80,9 @@
 %setup -q
 translation-update-upstream
 %patch3
-%patch14
 %patch17 -p1
 %patch18
+%patch19 -p1
 cp $RPM_SOURCE_DIR/font-test*dia .
 
 %build

++ dia-glib-2.31.patch ++
Index: dia-0.97.1/objects/custom/shape_typeinfo.c
===
--- dia-0.97.1.orig/objects/custom/shape_typeinfo.c
+++ dia-0.97.1/objects/custom/shape_typeinfo.c
@@ -27,7 +27,7 @@
 #include custom_util.h
 #include string.h
 #include stdarg.h
-#include glib/gstrfuncs.h
+#include glib.h
 #include glib/gstdio.h
 #include libxml/parser.h
 
Index: dia-0.97.1/plug-ins/pgf/render_pgf.c
===
--- dia-0.97.1.orig/plug-ins/pgf/render_pgf.c
+++ dia-0.97.1/plug-ins/pgf/render_pgf.c
@@ -61,7 +61,7 @@ TODO:
 #endif
 #include errno.h
 
-#include glib/gprintf.h
+#include glib.h
 #include glib/gstdio.h
 
 #include intl.h
Index: dia-0.97.1/tests/test-boundingbox.c
===
--- dia-0.97.1.orig/tests/test-boundingbox.c
+++ 

commit gbrainy for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory checked 
in at 2012-01-05 19:10:41

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gbrainy/gbrainy.changes  2011-10-02 
10:01:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gbrainy.new/gbrainy.changes 2012-01-05 
19:10:42.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 15 11:26:21 UTC 2011 - dims...@opensuse.org
+
+- Update to version 2.06:
+  + Bugs fixed: bgo#663259
+  + Updated translations,
+- Changes from version 2.05:
+  + Fixes Family relation English version of the Puzzle.
+- Changes from version 2.04:
+  + Bugx fixed: bgo#661307, bgo#662041, bgo#881156
+
+---

Old:

  gbrainy-2.03.tar.gz

New:

  gbrainy-2.06.tar.gz



Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.PlF2Jo/_old  2012-01-05 19:10:43.0 +0100
+++ /var/tmp/diff_new_pack.PlF2Jo/_new  2012-01-05 19:10:43.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   gbrainy
-Version:2.03
+Version:2.06
 Release:1
 License:GPLv2+
 Source: 
http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz

++ gbrainy-2.03.tar.gz - gbrainy-2.06.tar.gz ++
 2714 lines of diff (skipped)

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



commit fyre for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package fyre for openSUSE:Factory checked in 
at 2012-01-05 19:10:36

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


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

Changes:

--- /work/SRC/openSUSE:Factory/fyre/fyre.changes2011-09-23 
01:58:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.fyre.new/fyre.changes   2012-01-05 
19:10:38.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:25:57 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ fyre.spec ++
--- /var/tmp/diff_new_pack.YX4LPg/_old  2012-01-05 19:10:38.0 +0100
+++ /var/tmp/diff_new_pack.YX4LPg/_new  2012-01-05 19:10:38.0 +0100
@@ -15,19 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   fyre
-BuildRequires:  OpenEXR-devel desktop-file-utils gcc-c++ gnet-devel gtk2-devel 
libglade2-devel libstdc++-devel shared-mime-info update-desktop-files
+BuildRequires:  OpenEXR-devel
+BuildRequires:  automake
+BuildRequires:  desktop-file-utils
+BuildRequires:  gcc-c++
+BuildRequires:  gnet-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  shared-mime-info
+BuildRequires:  update-desktop-files
 Version:1.0.1
-Release:93
+Release:0
 Url:http://fyre.navi.cx/
 Group:  Productivity/Graphics/Other
 License:GPL-2.0+
 Summary:Rendering system for chaotic maps
 Source: %{name}-%{version}.tar.bz2
-AutoReqProv:on
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit gconfmm for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gconfmm for openSUSE:Factory checked 
in at 2012-01-05 19:10:46

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gconfmm/gconfmm.changes  2011-09-23 
01:59:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.gconfmm.new/gconfmm.changes 2012-01-05 
19:10:48.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 15 10:30:17 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.28.3:
+  + Fix documentation build with glibmm 2.28 and later
+(bgo#648860).
+- Change = in Obsoletes to  now that we have a new upstream
+  version.
+- Stop passing --disable-documentation to configure: the
+  documentation build system now works again.
+
+---

Old:

  gconfmm-2.28.2.tar.bz2

New:

  gconfmm-2.28.3.tar.bz2



Other differences:
--
++ gconfmm.spec ++
--- /var/tmp/diff_new_pack.hVT4dH/_old  2012-01-05 19:10:49.0 +0100
+++ /var/tmp/diff_new_pack.hVT4dH/_new  2012-01-05 19:10:49.0 +0100
@@ -18,15 +18,13 @@
 
 
 Name:   gconfmm
-Version:2.28.2
-Release:5
-# NOTE: on upgrade to a new upstream version, change the Obsoletes from = to 
-# 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. See bgo#648860.
+Version:2.28.3
+Release:1
 License:LGPLv2.1+
 Summary:C++ Interface for GConf
 Url:http://www.gtkmm.org/
 Group:  System/GUI/GNOME
-Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.16/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gconfmm/2.28/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glibmm-2.4)
@@ -42,8 +40,7 @@
 Summary:C++ Interface for GConf
 Group:  System/GUI/GNOME
 Provides:   %{name} = %{version}
-# Note: we keep = (and a rpmlint warning...) until we get a version higher 
than 2.28.2 (when this provides/obsoletes was introduced)
-Obsoletes:  %{name} = %{version}
+Obsoletes:  %{name}  %{version}
 
 %description -n libgconfmm-2_6-1
 This package provides a C++ interface for GConf. It is a subpackage of
@@ -66,8 +63,7 @@
 
 %build
 %configure \
---disable-static \
---disable-documentation
+--disable-static
 make %{?jobs:-j%jobs}
 
 %install
@@ -88,8 +84,8 @@
 
 %files devel
 %defattr (-, root, root)
-#%%doc %%{_datadir}/doc/gconfmm-2.6/
-#%%doc %%{_datadir}/devhelp/books/gconfmm-2.6/
+%doc %{_datadir}/doc/gconfmm-2.6/
+%doc %{_datadir}/devhelp/books/gconfmm-2.6/
 %{_includedir}/gconfmm-2.6/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc

++ gconfmm-2.28.2.tar.bz2 - gconfmm-2.28.3.tar.bz2 ++
 34791 lines of diff (skipped)

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



commit gedit-latex for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2012-01-05 19:11:01

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


Package is gedit-latex, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2011-10-21 
16:29:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new/gedit-latex.changes 
2012-01-05 19:11:03.0 +0100
@@ -1,0 +2,16 @@
+Wed Nov 16 07:59:05 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.2:
+  + Prevent crash of bibtex parser on quoted strings
+  + Initial port to GtkGrid
+  + Use gvfs-open instead of deprecated gnome-open
+  + Misc bugfixes
+  + Updated translations.
+- Changes from version 3.3.1:
+  + Remove the template system and use the snippets plugin instead
+  + Move all files in the base dir to the root dir
+  + Misc bugfixes
+  + Updated translations.
+- Add gvfs Requires to gedit-plugin-latex since we use gvfs-open.
+
+---

Old:

  gedit-latex-3.2.1.tar.bz2

New:

  gedit-latex-3.3.2.tar.bz2



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.umE2t9/_old  2012-01-05 19:11:04.0 +0100
+++ /var/tmp/diff_new_pack.umE2t9/_new  2012-01-05 19:11:04.0 +0100
@@ -18,14 +18,14 @@
 
 
 Name:   gedit-latex
-Version:3.2.1
+Version:3.3.2
 Release:1
 # Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
 License:GPLv3+
 Summary:GEdit Plugin for Editing LaTeX Documents
 Url:https://live.gnome.org/Gedit/LaTeXPlugin
 Group:  Productivity/Text/Editors
-Source0:
http://download.gnome.org/sources/gedit-latex/3.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/gedit-latex/3.3/%{name}-%{version}.tar.bz2
 # For directory ownership
 BuildRequires:  gedit
 BuildRequires:  intltool
@@ -44,6 +44,8 @@
 Summary:GEdit Plugin for Editing LaTeX Documents
 Requires:   dbus-1-python
 Requires:   gedit
+# For gvfs-open
+Requires:   gvfs
 Requires:   rubber
 Recommends: %{name}-lang
 # Nice, and needed to make lang package installable

++ gedit-latex-3.2.1.tar.bz2 - gedit-latex-3.3.2.tar.bz2 ++
 20313 lines of diff (skipped)

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



commit geany for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package geany for openSUSE:Factory checked 
in at 2012-01-05 19:10:50

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


Package is geany, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/geany/geany.changes  2011-09-23 
01:59:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.geany.new/geany.changes 2012-01-05 
19:10:52.0 +0100
@@ -1,0 +2,16 @@
+Tue Oct  4 07:49:26 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.21:
+  + Add support for real-time symbol parsing.
+  + Fix loading of non-UTF-8 templates.
+  + Update Scintilla to version 2.25.
+  + Add support for separate single and multiline comments.
+  + Add support for filetype-specific indentation settings.
+  + Add UI to edit formerly hidden preferences.
+  + Add Scala custom filetype.
+  + Add Cython custom filetype.
+  + Add filetype Cobol.
+  + Several bug fixes and UI enhancements (see NEWS for details).
+  + Updated translations.
+
+---

Old:

  geany-0.20.tar.bz2

New:

  geany-0.21.tar.bz2



Other differences:
--
++ geany.spec ++
--- /var/tmp/diff_new_pack.z54Rhi/_old  2012-01-05 19:10:53.0 +0100
+++ /var/tmp/diff_new_pack.z54Rhi/_new  2012-01-05 19:10:53.0 +0100
@@ -18,8 +18,8 @@
 
 
 Name:   geany
-Version:0.20
-Release:2
+Version:0.21
+Release:1
 License:GPLv2+
 Summary:Small and lightweight IDE
 Url:http://geany.org/

++ geany-0.20.tar.bz2 - geany-0.21.tar.bz2 ++
 431327 lines of diff (skipped)

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



commit giggle for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

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

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


Package is giggle, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/giggle/giggle.changes2011-09-23 
01:59:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.giggle.new/giggle.changes   2012-01-05 
19:11:06.0 +0100
@@ -1,0 +2,22 @@
+Tue Nov 15 12:31:29 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.6.1:
+  + Several bugfixes
+  + Updated translations.
+- Changes from version 0.6:
+  + Port to GTK+3
+  + Added new mallard documentation
+  + Establish giggle as url-handler for git:// links
+  + Allow diff view to display diffs by chunks, files or all
+  + Several bugfixes
+- Drop giggle-ld_fix.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh.
+- Replace pkgconfig(gtk+-2.0) with pkgconfig(gtk+-3.0),
+  pkgconfig(gtksourceview-2.0) with pkgconfig(gtksourceview-3.0)
+  and pkgconfig(vte) with pkgconfig(vte-2.90), following upstream
+  changes.
+- Add itstool BuildRequires.
+- Add localized help to -lang package. Install section inspired by
+  aisleriot, which does the same.
+
+---

Old:

  giggle-0.5.tar.bz2
  giggle-ld_fix.patch

New:

  giggle-0.6.1.tar.bz2



Other differences:
--
++ giggle.spec ++
--- /var/tmp/diff_new_pack.HPiTP6/_old  2012-01-05 19:11:07.0 +0100
+++ /var/tmp/diff_new_pack.HPiTP6/_new  2012-01-05 19:11:07.0 +0100
@@ -18,26 +18,24 @@
 
 
 Name:   giggle
-Version:0.5
-Release:8
+Version:0.6.1
+Release:1
+# FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
 License:GPLv2+
 Summary:A graphical frontend for git
 Url:http://live.gnome.org/giggle
 Group:  Development/Tools/Version Control
-Source: 
http://ftp.gnome.org/pub/GNOME/sources/giggle/0.4/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM giggle-ld_fix.patch suse-...@gmx.de -- Fix build with new 
ld behavior, taken from git
-Patch0: giggle-ld_fix.patch
+Source: 
http://download.gnome.org/sources/giggle/0.6/%{name}-%{version}.tar.bz2
 BuildRequires:  git-core = 1.5
-# needed for patch0
-BuildRequires:  gnome-common
 BuildRequires:  intltool
+BuildRequires:  itstool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtksourceview-2.0)
+BuildRequires:  pkgconfig(glib-2.0) = 2.18
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.0
+BuildRequires:  pkgconfig(gtksourceview-3.0) = 3.0
 BuildRequires:  pkgconfig(libebook-1.2)
-BuildRequires:  pkgconfig(vte)
+BuildRequires:  pkgconfig(vte-2.90) = 0.26
 Recommends: %{name}-lang
 Requires:   git-core = 1.5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -67,14 +65,11 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream po giggle
 
 %build
-# needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -82,6 +77,15 @@
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file -G Git repository viewer %{name}
 
+# Localized help
+for help in %{buildroot}%{_datadir}/help/*/%{name}/; do
+LOCALE=`echo $help | sed s:.*%{_datadir}/help/\([^/]*\)/%{name}/:\1:g`
+echo %%lang($LOCALE) %%dir %%{_datadir}/help/$LOCALE  
%{name}.help-lang.tmp
+echo %%lang($LOCALE) %%doc /${help##%{buildroot}}  
%{name}.help-lang.tmp
+done
+echo %%defattr(-,root,root)  %{name}.help-lang
+sort -u %{name}.help-lang.tmp | grep -v ^%%lang(C)  %{name}.help-lang
+
 %clean
 rm -rf %{buildroot}
 
@@ -104,6 +108,9 @@
 %doc AUTHORS COPYING INSTALL NEWS README
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
+%doc %dir %{_datadir}/help
+%doc %dir %{_datadir}/help/C
+%doc %{_datadir}/help/C/%{name}/
 %{_datadir}/icons/hicolor/*/*/*.png
 %{_datadir}/icons/hicolor/*/*/*.svg
 %{_libdir}/libgiggle.so.*
@@ -115,7 +122,7 @@
 %{_libdir}/giggle/plugins/%{version}/*.xml
 %{_datadir}/giggle/
 
-%files lang -f %{name}.lang
+%files lang -f %{name}.lang -f %{name}.help-lang
 
 %files devel
 %defattr(-,root,root)

++ giggle-0.5.tar.bz2 - giggle-0.6.1.tar.bz2 ++
 83389 lines of diff (skipped)

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



commit gedit-code-assistance for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gedit-code-assistance for 
openSUSE:Factory checked in at 2012-01-05 19:10:58

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


Package is gedit-code-assistance, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gedit-code-assistance/gedit-code-assistance.changes  
2011-11-16 17:18:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gedit-code-assistance.new/gedit-code-assistance.changes
 2012-01-05 19:10:59.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov 20 15:46:14 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.1.2:
+  + Move various tasks to background threads
+  + Misc bugfixes.
+
+---

Old:

  gedit-code-assistance-0.1.1.tar.bz2

New:

  gedit-code-assistance-0.1.2.tar.bz2



Other differences:
--
++ gedit-code-assistance.spec ++
--- /var/tmp/diff_new_pack.tAt5Hh/_old  2012-01-05 19:11:00.0 +0100
+++ /var/tmp/diff_new_pack.tAt5Hh/_new  2012-01-05 19:11:00.0 +0100
@@ -16,14 +16,15 @@
 #
 
 
+
 Name:   gedit-code-assistance
-Version:0.1.1
+Version:0.1.2
 Release:1
 License:GPL-3.0+
 Summary:Plugin for gedit which provides code assistance for C, C++ and 
Objective-C
 Url:http://git.gnome.org/browse/gedit-code-assistance
 Group:  Productivity/Text/Editors
-Source: 
http://ftp.gnome.org/pub/gnome/sources/gedit-code-assistance/0.1/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gedit-code-assistance/0.1/%{name}-%{version}.tar.bz2
 BuildRequires:  llvm-clang-devel = 2.8
 BuildRequires:  llvm-devel = 2.8
 BuildRequires:  vala

++ gedit-code-assistance-0.1.1.tar.bz2 - 
gedit-code-assistance-0.1.2.tar.bz2 ++
 5853 lines of diff (skipped)

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



commit gimp-gap for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gimp-gap for openSUSE:Factory 
checked in at 2012-01-05 19:11:08

Comparing /work/SRC/openSUSE:Factory/gimp-gap (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-gap.new (New)


Package is gimp-gap, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gimp-gap/gimp-gap.changes2011-10-02 
10:03:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp-gap.new/gimp-gap.changes   2012-01-05 
19:11:10.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:32:06 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ gimp-gap.spec ++
--- /var/tmp/diff_new_pack.eI67KI/_old  2012-01-05 19:11:11.0 +0100
+++ /var/tmp/diff_new_pack.eI67KI/_new  2012-01-05 19:11:11.0 +0100
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gimp-gap
 Version:2.6.0
-Release:11
+Release:0
 # Patched code is built by default.
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to name original code 
as -orig.
-BuildRequires:  gimp-devel = 2.6.0 intltool libjpeg-devel
+BuildRequires:  automake
+BuildRequires:  gimp-devel = 2.6.0
+BuildRequires:  intltool
+BuildRequires:  libjpeg-devel
 BuildRequires:  translation-update-upstream
 %if 0%{?BUILD_ORIG}
 %if ! 0%{?BUILD_ORIG_ADDON}
@@ -36,10 +37,10 @@
 Conflicts:  %{name}-orig
 %endif
 Url:http://www.gimp.org/
-License:GPL-2.0
-Group:  Productivity/Multimedia/Video/Editors and Convertors
 Requires:   %{name}-lang = %{version}
 Summary:GIMP Animation Package
+License:GPL-2.0
+Group:  Productivity/Multimedia/Video/Editors and Convertors
 %if 0%{?BUILD_ORIG}
 Source: 
ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/%{name}-%{version}.tar.bz2
 %else
@@ -75,8 +76,6 @@
 
 %package orig
 Summary:GIMP Animation Package
-Group:  Productivity/Multimedia/Video/Editors and Convertors
-License:GPL-2.0
 Provides:   %{name} = %{version}-%{release}
 Obsoletes:  %{name}  %{version}-%{release}
 

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



commit geany-plugins for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2012-01-05 19:10:54

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


Package is geany-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2011-09-23 01:59:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2012-01-05 19:10:56.0 +0100
@@ -1,0 +2,71 @@
+Wed Nov 16 16:44:34 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.21.1:
+  + Add geanylatex/doc/ to autotools build system.
+- Changes from version 0.21:
+  + General:
+- Renew autotools build system
+- Add new plugin Debugger
+- Add new plugin Devhelp
+- Add new plugin GeanyPG
+- Add new plugin GeanyMacro
+- Add new plugin GeanyNumberedBookmarks
+- Add new plugin Tableconvert
+- Add new plugin XMLSnippets
+  + Addons:
+- DocList addon: Add preference to define the order of the
+  documents in the list (sf#3204573)
+- Tasks addon: Activate and update the task list when the Tasks
+  addon is enabled
+  + GeanyLaTeX:
+- Moved LaTeX-menu to a separate menu inside Geany main menu
+- Added a feature to autocapetlise letters on typing on begin
+  of a sentence
+- Added a way to put a icon for \LaTeX{}-wizard into Geany's
+  main toolbar
+- Added a dialog for inserting BibTeX references based on
+  available *.bib-files
+- Upgrade plugin API to version 199
+- Ensure to not insert {} after \^ and \_
+- Adding a keystroke to toggle inserting {} after ^ and _
+- Fix an issue with wrong inserted formating using a keybinding
+- Small update to enable i18n also on Geany = 0.21
+- Various bugfixes and memory leak fixes.
+  + GeanyLipsum:
+- Small update to enable i18n also on Geany = 0.21
+  + GeanySendMail:
+- Some minor cleaning up of code
+- Fix for an isue with replacing of command string in case of
+  %r has not being used
+- Don't double free a variable which might ended up inside a
+  segmentation fault when using plugin function more than once.
+- Small update to enable i18n also on Geany = 0.21
+  + GeanyVC:
+- Some smaller fixes for compiler warnings and memory leaks
+- Small update to enable i18n also on Geany = 0.21
+  + Spell Check:
+- Reduce artifacts on partially checked words
+- Improve 'Check as you type' feature, make it more reliably
+  + Tableconvert:
+- Adding new plugin, helping on converting tabulator separated
+  list into table supporting LaTeX, HTML and SQL so far.
+- Small update to enable i18n also on Geany = 0.21
+  + Updatechecker:
+- Fix an issue with init threads for older GTK/glib versions by
+  updating to Geany API version 203.
+- Small update to enable i18n also on Geany = 0.21
+- Fix a typo inside waf-build system
+  + WebHelper:
+- Fix creation of configuration directory in some cases.
+- Fix missing update of navigation buttons on anchor links.
+- Fix thread initialization problem.
+- Fix some issues with keybingins on secondary windows.
+- Add a keybinding to show/hide web view's window (sf#3156262).
+- Allow for better configuration of secondary windows.
+  + Updated translations.
+- Re-enable webhelper plugin by uncommenting pkgconfig(webkit-1.0)
+  BuildRequires.
+- Add pkgconfig(vte) BuildRequires for the new debugger plugin.
+- Add libgpgme-devel BuildRequires for the new GeanyPG plugin.
+
+---

Old:

  geany-plugins-0.20.tar.bz2

New:

  geany-plugins-0.21.1.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.rHmwxx/_old  2012-01-05 19:10:57.0 +0100
+++ /var/tmp/diff_new_pack.rHmwxx/_new  2012-01-05 19:10:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geany-plugins
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   geany-plugins
-Version:0.20
-Release:1
+Version:0.21.1
+Release:0
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
-# FIXME: check if webhelper plugin builds (last checked: 0.20)
-License:GPLv2+ ; GPLv3+
 Summary:A collection of different plugins for 

commit gimp-save-for-web for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gimp-save-for-web for 
openSUSE:Factory checked in at 2012-01-05 19:11:12

Comparing /work/SRC/openSUSE:Factory/gimp-save-for-web (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-save-for-web.new (New)


Package is gimp-save-for-web, Maintainer is crrodrig...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/gimp-save-for-web/gimp-save-for-web.changes  
2011-10-18 14:13:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp-save-for-web.new/gimp-save-for-web.changes 
2012-01-05 19:11:13.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 06:32:22 UTC 2011 - co...@suse.com
+
+- Add automake and libtool BuildRequires to avoid implicit
+  dependencies from prjconf.
+
+---



Other differences:
--
++ gimp-save-for-web.spec ++
--- /var/tmp/diff_new_pack.dkvDVS/_old  2012-01-05 19:11:13.0 +0100
+++ /var/tmp/diff_new_pack.dkvDVS/_new  2012-01-05 19:11:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gimp-save-for-web
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,18 @@
 #
 
 
-
 Name:   gimp-save-for-web
 Version:0.29.3
-Release:1
-License:GPLv2+ ; MIT License (or similar)
+Release:0
 Summary:Save for Web plug-in for The Gimp
-Url:http://registry.gimp.org/node/33
+License:GPL-2.0+ ; MIT
 Group:  Productivity/Graphics/Bitmap Editors
+Url:http://registry.gimp.org/node/33
 Source: http://registry.gimp.org/files/%{name}-%{version}.tar.bz2
+BuildRequires:  automake
 BuildRequires:  gimp-devel
 BuildRequires:  intltool
+BuildRequires:  libtool
 %if %{?gimp_api_version:1}0
 Requires:   gimp(abi) = %{gimp_abi_version}
 Requires:   gimp(api) = %{gimp_api_version}

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



commit gnome-dvb-daemon for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-dvb-daemon for 
openSUSE:Factory checked in at 2012-01-05 19:11:47

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


Package is gnome-dvb-daemon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-dvb-daemon/gnome-dvb-daemon.changes
2011-10-11 16:54:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-dvb-daemon.new/gnome-dvb-daemon.changes   
2012-01-05 19:11:48.0 +0100
@@ -1,0 +2,21 @@
+Tue Dec 13 20:42:51 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.2.7:
+  + gnomedvb: Let get_adapter_info return a dict
+- Changes from version 0.2.6:
+  + Don't use deprecated GTK+ widgets anymore
+  + Use ugettext to make sure we always obtain an utf8 encoded
+string
+  + totem-plugin: Change title of window to the name of the channel
+that is currently playing
+  + gnomedvb: Remove userdirs module and use GLib via introspection
+instead
+  + Added GetAdapterInfo method to Manager DBus interface
+  + Droped python-gstreamer dependency
+- Remove python-gstreamer-0_10 BuildRequires, following upstream
+  change.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that...
+  See bnc#697467 for more details.
+
+---

Old:

  gnome-dvb-daemon-0.2.5.tar.bz2

New:

  gnome-dvb-daemon-0.2.7.tar.xz



Other differences:
--
++ gnome-dvb-daemon.spec ++
--- /var/tmp/diff_new_pack.zYe3Fc/_old  2012-01-05 19:11:49.0 +0100
+++ /var/tmp/diff_new_pack.zYe3Fc/_new  2012-01-05 19:11:49.0 +0100
@@ -15,26 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gnome-dvb-daemon
-Version:0.2.5
-Release:1
-License:GPL-3.0+
+Version:0.2.7
+Release:0
 Summary:Daemon to use DVB devices
-Url:http://live.gnome.org/DVBDaemon
+License:GPL-3.0+
 Group:  Productivity/Multimedia/Other
-Source0:
http://download.gnome.org/sources/gnome-dvb-daemon/0.2/%{name}-%{version}.tar.bz2
+Url:http://live.gnome.org/DVBDaemon
+Source0:
http://download.gnome.org/sources/gnome-dvb-daemon/0.2/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gstreamer-0_10-plugins-bad
 BuildRequires:  gstreamer-0_10-plugins-good
 BuildRequires:  gstreamer-0_10-utils
 BuildRequires:  intltool
-BuildRequires:  python-gstreamer-0_10
 BuildRequires:  python-devel
 BuildRequires:  totem-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gstreamer-0.10)
@@ -53,8 +52,8 @@
 via its D-Bus interface or with UI applications that come with it.
 
 %package -n python-gnome-dvb-daemon
-License:GPL-3.0+
 Summary:Daemon to use DVB devices -- Python Library
+Group:  Productivity/Multimedia/Other
 Url:http://live.gnome.org/DVBDaemon
 Requires:   %{name} = %{version}
 Requires:   dbus-1-python
@@ -79,8 +78,8 @@
 of DVB Daemon.
 
 %package -n totem-plugin-gnome-dvb-daemon
-License:GPL-3.0+
 Summary:Daemon to use DVB devices -- Totem Plugin
+Group:  Productivity/Multimedia/Other
 Url:http://live.gnome.org/DVBDaemon
 Requires:   python-gnome-dvb-daemon = %{version}
 Requires:   totem

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



commit gnome-do for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-do for openSUSE:Factory 
checked in at 2012-01-05 19:11:42

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-do/gnome-do.changes2011-10-16 
12:49:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-do.new/gnome-do.changes   2012-01-05 
19:11:44.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 28 22:28:01 UTC 2011 - dims...@opensuse.org
+
+- Add gnome-do-glib-2.31.patch: Fix build with glib 2.31. 
+
+---

New:

  gnome-do-glib-2.31.patch



Other differences:
--
++ gnome-do.spec ++
--- /var/tmp/diff_new_pack.nIqBuz/_old  2012-01-05 19:11:45.0 +0100
+++ /var/tmp/diff_new_pack.nIqBuz/_new  2012-01-05 19:11:45.0 +0100
@@ -31,6 +31,8 @@
 Patch1: gnome-do-quiet-autostart.patch
 # PATCH-FIX-UPSTREAM gnome-do-fix-warning-empty-keybinding.patch lp#722996 
vu...@opensuse.org -- Do not register OS bindings to empty keys
 Patch7: gnome-do-fix-warning-empty-keybinding.patch
+# PATCH-FIX-UPSREAM gnome-do-glib-2.31.patch lp#897450 dims...@opensuse.org -- 
Fix build with glib 2.31
+Patch8: gnome-do-glib-2.31.patch
 Summary:A powerful, speedy, and sexy remote control for your GNOME 
Desktop
 Group:  Productivity/Other
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -83,6 +85,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 autoreconf -fi

++ gnome-do-glib-2.31.patch ++
Index: gnome-do-0.8.5/libdo/keybinder.h
===
--- gnome-do-0.8.5.orig/libdo/keybinder.h
+++ gnome-do-0.8.5/libdo/keybinder.h
@@ -24,7 +24,7 @@
 #ifndef __DO_KEY_BINDER_H__
 #define __DO_KEY_BINDER_H__
 
-#include glib/gtypes.h
+#include glib.h
 
 G_BEGIN_DECLS
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-activity-journal for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-activity-journal for 
openSUSE:Factory checked in at 2012-01-05 19:11:31

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


Package is gnome-activity-journal, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-activity-journal/gnome-activity-journal.changes
2011-09-23 02:00:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-activity-journal.new/gnome-activity-journal.changes
   2012-01-05 19:11:32.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 12 16:38:32 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ gnome-activity-journal.spec ++
--- /var/tmp/diff_new_pack.frfmBK/_old  2012-01-05 19:11:33.0 +0100
+++ /var/tmp/diff_new_pack.frfmBK/_new  2012-01-05 19:11:33.0 +0100
@@ -16,15 +16,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gnome-activity-journal
 Version:0.8.0
-Release:1
-License:GPLv3+ ; CC-BY-SA
+Release:0
 Summary:Chronological journal to help find files
-Url:http://live.gnome.org/GnomeActivityJournal
+License:GPL-3.0+ ; CC-BY-SA-3.0
 Group:  Productivity/File utilities
+Url:http://live.gnome.org/GnomeActivityJournal
 Source: 
http://launchpad.net/gnome-activity-journal/0.8/0.8.0/+download/%{name}-%{version}.tar.gz
 Source99:   gnome-activity-journal-rpmlintrc
 BuildRequires:  fdupes

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



commit gitg for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

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

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


Package is gitg, Maintainer is 

Changes:

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



Other differences:
--
++ gitg.spec ++
--- /var/tmp/diff_new_pack.yaprUu/_old  2012-01-05 19:11:17.0 +0100
+++ /var/tmp/diff_new_pack.yaprUu/_new  2012-01-05 19:11:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gitg
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,11 @@
 #
 
 
-
 Name:   gitg
 Version:0.2.5
-Release:1
-License:GPLv2+
+Release:0
 Summary:Git repository viewer
+License:GPL-2.0+
 Group:  Development/Tools/Version Control
 Url:http://trac.novowork.com/gitg/
 Source: 
http://download.gnome.org/sources/gitg/0.2/%{name}-%{version}.tar.bz2
@@ -45,7 +44,6 @@
 graphical presentation.
 
 %package -n libgitg-1_0-0
-License:GPLv2+
 Summary:Git repository viewer -- Library
 Group:  System/Libraries
 
@@ -55,7 +53,6 @@
 graphical presentation.
 
 %package -n glade-catalog-gitg
-License:GPLv2+
 Summary:Git repository viewer -- Catalog for Glade
 Group:  Development/Tools/GUI Builders
 Requires:   libgitg-1_0-0 = %{version}
@@ -71,7 +68,6 @@
 widgets in Glade.
 
 %package -n libgitg-devel
-License:GPLv2+
 Summary:Git repository viewer -- Development Files
 Group:  Development/Libraries/GNOME
 Requires:   libgitg-1_0-0 = %{version}
@@ -88,7 +84,8 @@
 
 %build
 %configure --disable-static \
---enable-glade-catalog
+--enable-glade-catalog \
+--disable-maintainer-mode
 make %{?jobs:-j%jobs}
 
 %install

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



commit glib2-branding-openSUSE for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package glib2-branding-openSUSE for 
openSUSE:Factory checked in at 2012-01-05 19:11:20

Comparing /work/SRC/openSUSE:Factory/glib2-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.glib2-branding-openSUSE.new (New)


Package is glib2-branding-openSUSE, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/glib2-branding-openSUSE/glib2-branding-openSUSE.changes
  2011-11-10 16:11:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.glib2-branding-openSUSE.new/glib2-branding-openSUSE.changes
 2012-01-05 19:11:21.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 21 17:44:55 UTC 2011 - vu...@opensuse.org
+
+- Change GSettings default:
+  + Stop changing epiphany homepage
+(org.gnome.Epiphany/homepage-url): there's no such setting
+anymore.
+
+---



Other differences:
--
++ glib2-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.jWtQKv/_old  2012-01-05 19:11:21.0 +0100
+++ /var/tmp/diff_new_pack.jWtQKv/_new  2012-01-05 19:11:21.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define build_for_openSUSE 1
 
@@ -36,10 +35,10 @@
 
 Name:   glib2-branding-openSUSE
 Version:12.1
-Release:3
-Group:  System/GUI/GNOME
-License:BSD-3-Clause
+Release:0
 Summary:General-Purpose Utility Library -- openSUSE default 
configuration
+License:BSD-3-Clause
+Group:  System/GUI/GNOME
 Url:http://www.gtk.org/
 Source: %{name}-gnome_defaults.conf
 Source1:%{name}-COPYING
@@ -65,9 +64,8 @@
 %if %{build_for_openSUSE}
 
 %package -n gio-branding-openSUSE
-License:BSD-3-Clause
-Group:  System/GUI/GNOME
 Summary:openSUSE definitions of default settings and applications
+Group:  System/GUI/GNOME
 # For wallpaper
 Requires:   wallpaper-branding-openSUSE
 Provides:   glib2-branding-openSUSE = %{version}
@@ -86,9 +84,8 @@
 %if %{build_for_SLE}
 
 %package -n gio-branding-SLED
-License:BSD-3-Clause
-Group:  System/GUI/GNOME
 Summary:SLED definitions of default settings and applications
+Group:  System/GUI/GNOME
 # For wallpaper
 Requires:   desktop-data-%{desktop_data} = %{desktop_data_ver}
 Provides:   glib2-branding-SLED = %{version}
@@ -104,9 +101,8 @@
 GSettings and applications used by the MIME system.
 
 %package -n gio-branding-SLES
-License:BSD-3-Clause
-Group:  System/GUI/GNOME
 Summary:SLES definitions of default settings and applications
+Group:  System/GUI/GNOME
 # For wallpaper
 Requires:   desktop-data-%{desktop_data} = %{desktop_data_ver}
 Provides:   glib2-branding-SLES = %{version}
@@ -131,7 +127,7 @@
 %build
 test -f %{_datadir}/wallpapers/%{wallpaper_file}
 sed s,@@WALLPAPER_URI@@,file:///usr/share/wallpapers/%{wallpaper_file}, 
glib2-branding.gschema.override.in  glib2-branding.gschema.override
-#for ephy homepage + sound theme
+#for sound theme
 %if %{build_for_openSUSE}
 sed s:@@IF_openSUSE@@::g  glib2-branding.gschema.override | grep -v ^@@IF_ 
 openSUSE-branding.gschema.override
 %endif

++ glib2-branding.gschema.override.in ++
--- /var/tmp/diff_new_pack.jWtQKv/_old  2012-01-05 19:11:21.0 +0100
+++ /var/tmp/diff_new_pack.jWtQKv/_new  2012-01-05 19:11:21.0 +0100
@@ -63,11 +63,6 @@
 ## Default extensions that are enabled
 enabled-extensions = [ 
'alternative-status-m...@gnome-shell-extensions.gnome.org' ]
 
-[org.gnome.Epiphany]
-## Change epiphany homepage
-@@IF_SLE@@homepage-url = http://www.novell.com/linux/11/;
-@@IF_openSUSE@@homepage-url = http://www.opensuse.org/;
-
 [org.gnome.gnome-panel.applet.window-list]
 ## Display all workspaces in the gnome-panel window list applet
 display-all-workspaces = true

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



commit gnome-commander for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2012-01-05 19:11:38

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2011-10-05 17:45:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes 
2012-01-05 19:11:39.0 +0100
@@ -1,0 +2,10 @@
+Tue Jan  3 07:50:06 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.2.8.15:
+  + Fix missing links in documentation.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

Old:

  gnome-commander-1.2.8.14.tar.bz2

New:

  gnome-commander-1.2.8.15.tar.xz



Other differences:
--
++ gnome-commander.spec ++
--- /var/tmp/diff_new_pack.KHe1C4/_old  2012-01-05 19:11:40.0 +0100
+++ /var/tmp/diff_new_pack.KHe1C4/_new  2012-01-05 19:11:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-commander
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   gnome-commander
-Version:1.2.8.14
-Release:1
-License:GPL-2.0+
+Version:1.2.8.15
+Release:0
 Summary:Nice and Fast File Manager for the GNOME Desktop
-Url:http://www.nongnu.org/gcmd/
+License:GPL-2.0+
 Group:  Productivity/File utilities
-Source: 
http://download.gnome.org/sources/gnome-commander/1.2/%{name}-%{version}.tar.bz2
+Url:http://www.nongnu.org/gcmd/
+Source: 
http://download.gnome.org/sources/gnome-commander/1.2/%{name}-%{version}.tar.xz
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -39,6 +38,8 @@
 BuildRequires:  taglib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 Recommends: %{name}-lang
 # For xdg-su
 Recommends: xdg-utils

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



commit gnokii for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnokii for openSUSE:Factory checked 
in at 2012-01-05 19:11:27

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


Package is gnokii, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gnokii/gnokii.changes2011-09-23 
02:00:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnokii.new/gnokii.changes   2012-01-05 
19:11:28.0 +0100
@@ -1,0 +2,73 @@
+Sat Dec  3 10:42:14 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.6.31:
+  + libgnokii updates
+- add gn_lib_phone_change_driver() function to allow replacing
+  used driver in runtime
+- GSM number type is rather mask than define; use it as such
+  when parsing the input
+- avoid overruns in phonet
+- print names of config files it tried to open only if none
+  could be used
+- fix setting alarms for zero length events read from icalendar
+  files (eg. birthdays)
+- fix sms encoding: don't break multibyte characters when
+  creating multipart messages
+- add possibility to disable setting serial port speed and
+  DTR and RTS bits
+- change the order of lookup for the config file
+  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623694)
+- add id for Nokia 3109c and for Nokia C1-01 to misc.c only;
+  both use model=series40
+- fix gn_sms_send() so the message could be resent  (Paweł Kot)
+- make the vcard reader handle also BDAY, TITLE, NICKNAME, ORG,
+  X-SIP;POC and X-WV-ID
+- make the vcard reader handle also empty fields in N and in
+  ADR (like in addresses without a PO Box)
+- support for compressed messages is not implemented yet
+- make the vcard writer handle also the date property in DC,
+  MC, RC (the reader will ignore it) and ignore X-GNOKII-70 and
+  X-GNOKII-71 (they are part of the N property)
+- make the vcard reader unfold correctly when lines end with CR
+  LF
+- make the vcard writer fold lines at the 75th character
+- add id for Nokia 1280 to misc.c only; it doesn't support many
+  commands because it's a Series 30; use model=series40
+- add id for Nokia 2700 clasic (series40)
+- add id for Nokia C2-03
+  + nk6510 driver updates
+- fix calendar handling issues (few off-by-ones)
+- implement deletecalendarnote for series40 3rd+ Ed
+- handle TODOs and Notes in series40 3rd+ Ed
+- avoid segfault reported by Chuck when unexpected smsc
+  information arrives
+- fix writing birthday entries to phonebook
+- fix setting speed dials with location  255
+  + gnokii updates
+- create path to gnokii-errors even on Windows
+- allow to specify custom path for gnokii-errors
+- make the output of --getspeeddial more readable (show SM or
+  ME instead of a number) and consistent with the arguments of
+  --setspeeddial
+  + fake driver updates
+- add multipart message to SMS inbox
+- add ability to use --writephonebook
+  + smsd updates
+- do not call GetSMSC every time SMS is sent
+- NULL freed pointers
+  + xgnokii updates
+- set icon phone for all windows when using gtk+ 2.6 or later
+  + at driver updates
+- correctly initialize memory type on WritePhonebookExt
+- Samsung SGH-U600 suppots extended phonebook
+- AT+SBPW=0,... is not supported for SM memory
+- Samsung B2100 encodes phone numbers
+- Return GN_ERR_EMPTYLOCATION also for phones that return error
+- Add gnokii-xgnokii.patch: Fix typo which stops xgnokii from being
+  built and installed.
+- Add libtool BuildRequires and call autoreconf, as the above patch
+  touches configure.in and we need to rebootstrap.
+- Remove _service.
+- Change license tag to spdx identifier.
+
+---

Old:

  _service
  _service:download_url:gnokii-0.6.30.tar.bz2

New:

  gnokii-0.6.31.tar.bz2
  gnokii-xgnokii.patch



Other differences:
--
++ gnokii.spec ++
--- /var/tmp/diff_new_pack.liKH2y/_old  2012-01-05 19:11:29.0 +0100
+++ /var/tmp/diff_new_pack.liKH2y/_new  2012-01-05 19:11:29.0 +0100
@@ -18,9 +18,9 @@
 
 
 Name:   gnokii
-Version:0.6.30
+Version:0.6.31
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Summary:Nokia Connectivity Program
 Url:http://www.gnokii.org/
 Group:  Hardware/Mobile
@@ -28,11 +28,15 @@
 Source1:xgnokii.desktop
 Source2:gnokii.xpm
 Source3:README.SUSE
+# PATCH-FIX-UPSTREAM gnokii-xgnokii.patch dims...@opensuse.org -- Fix typo 
which results in xgnokii not being built and installed.

commit gnome-phone-manager for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-phone-manager for 
openSUSE:Factory checked in at 2012-01-05 19:12:00

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


Package is gnome-phone-manager, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-phone-manager/gnome-phone-manager.changes  
2011-10-18 14:13:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-phone-manager.new/gnome-phone-manager.changes 
2012-01-05 19:12:02.0 +0100
@@ -1,0 +2,10 @@
+Thu Dec  1 16:59:27 UTC 2011 - dims...@opensuse.org
+
+- Add gnome-phone-manager-g_thread.patch: g_thread_init is no
+  longer used (since glib 2.24).
+- Add gnome-phone-manager-bt33api.patch: Support gnome-bluetooth
+  3.3 API.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  gnome-phone-manager-bt33api.patch touches configure.in.
+
+---

New:

  gnome-phone-manager-bt33api.patch
  gnome-phone-manager-g_thread.patch



Other differences:
--
++ gnome-phone-manager.spec ++
--- /var/tmp/diff_new_pack.lQVEge/_old  2012-01-05 19:12:02.0 +0100
+++ /var/tmp/diff_new_pack.lQVEge/_new  2012-01-05 19:12:02.0 +0100
@@ -27,7 +27,13 @@
 Source: 
http://download.gnome.org/sources/gnome-phone-manager/0.68/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE gnome-phone-manager-desktop-icon-check.patch bnc337219
 Patch0: gnome-phone-manager-desktop-icon-check.patch
+# PATCH-FIX-UPSTREAM gnome-phone-manager-g_thread.patch bgo#665302 
dims...@opensuse.org -- No longer use g_thread_init.
+Patch1: gnome-phone-manager-g_thread.patch
+# PATCH-FIX-UPSTREAM gnome-phone-manager-bt33api.patch bgo#665309 
dims...@opensuse.org -- Support gnome-bluetooth 3.3 API
+Patch2: gnome-phone-manager-bt33api.patch
 BuildRequires:  fdupes
+# Needed by patch2
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(bluez)
@@ -79,8 +85,11 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
+%patch2 -p1
 
 %build
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
 --disable-static \
--disable-schemas-install

++ gnome-phone-manager-bt33api.patch ++
From d51067ce7b0063f8106761da3df4cac585680017 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Thu, 1 Dec 2011 18:53:00 +0100
Subject: [PATCH 1/2] Bug 665309: support gnome-bluetooth 3.3 API

---
 configure.in   |5 +
 gnome-bluetooth/phonemgr.c |6 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 101a77f..42e4836 100644
--- a/configure.in
+++ b/configure.in
@@ -100,6 +100,11 @@ if test x$ENABLE_BLUETOOTH_PLUGIN = xyes ; then
 fi
 if test x$HAVE_BLUETOOTH_PLUGIN = xyes; then
AC_DEFINE(HAVE_BLUETOOTH_PLUGIN, 1, [Defined to 1 if you build the 
gnome-bluetooth plugin.])
+   dnl Verifying if we have gnome-bluetooth = 3.3, which had an API 
change.
+   PKG_CHECK_MODULES(GNOME_BLUETOOTH_33, gnome-bluetooth-1.0 = 3.3,
+ AC_DEFINE(GNOME_BT33_API, 1, [Defined to 1 if you 
build with gnome-bluetooth 3.3 API.]),
+ AC_DEFINE(GNOME_BT33_API, 0, [Defined to 1 if you 
build with gnome-bluetooth 3.3 API.]))
+
 fi
 AM_CONDITIONAL(HAVE_BLUETOOTH_PLUGIN, test x$HAVE_BLUETOOTH_PLUGIN = xyes)
 
diff --git a/gnome-bluetooth/phonemgr.c b/gnome-bluetooth/phonemgr.c
index 9ebac12..07afa56 100644
--- a/gnome-bluetooth/phonemgr.c
+++ b/gnome-bluetooth/phonemgr.c
@@ -44,7 +44,11 @@ get_type (const char *address)
gboolean cont;
 
client = bluetooth_client_new (); 
-   model = bluetooth_client_get_device_model (client, NULL);
+   model = bluetooth_client_get_device_model (client
+#if !GNOME_BT33_API
+   , NULL
+#endif
+   );
if (model == NULL) {
g_object_unref (client);
return type;
-- 
1.7.7

++ gnome-phone-manager-g_thread.patch ++
Index: gnome-phone-manager-0.68/src/main.c
===
--- gnome-phone-manager-0.68.orig/src/main.c
+++ gnome-phone-manager-0.68/src/main.c
@@ -49,8 +49,6 @@ main (int argc, char **argv)
GOptionContext *context;
GError *error = NULL;
 
-   g_thread_init (NULL);
-
bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, UTF-8);
textdomain (GETTEXT_PACKAGE);
Index: gnome-phone-manager-0.68/src/test-entry.c
===

commit gnome-gmail-notifier for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-gmail-notifier for 
openSUSE:Factory checked in at 2012-01-05 19:11:55

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


Package is gnome-gmail-notifier, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-gmail-notifier/gnome-gmail-notifier.changes
2011-09-23 02:00:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-gmail-notifier.new/gnome-gmail-notifier.changes
   2012-01-05 19:11:56.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  1 23:32:11 UTC 2011 - dims...@opensuse.org
+
+- Add gnome-gmail-notifier-glib-2.31.patch: Fix build with glib
+  2.31.
+
+---

New:

  gnome-gmail-notifier-glib-2.31.patch



Other differences:
--
++ gnome-gmail-notifier.spec ++
--- /var/tmp/diff_new_pack.cuyusM/_old  2012-01-05 19:11:57.0 +0100
+++ /var/tmp/diff_new_pack.cuyusM/_new  2012-01-05 19:11:57.0 +0100
@@ -27,6 +27,8 @@
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gnome-gmail-notifier-libnotify-0.7.patch issue#86 
dims...@opensuse.org -- Fix build with libnotify 0.7.
 Patch0: gnome-gmail-notifier-libnotify-0.7.patch
+# PATCH-FIX-UPSTREAM gnome-gmail-notifier-glib-2.31.patch issue#95 
dims...@opensuse.org -- Fix build with glib 2.31.
+Patch1: gnome-gmail-notifier-glib-2.31.patch
 BuildRequires:  fdupes
 BuildRequires:  gstreamer-0_10-plugins-good
 BuildRequires:  gstreamer-0_10-utils
@@ -52,6 +54,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++ gnome-gmail-notifier-glib-2.31.patch ++
Index: gnome-gmail-notifier-0.10.1/src/main.h
===
--- gnome-gmail-notifier-0.10.1.orig/src/main.h
+++ gnome-gmail-notifier-0.10.1/src/main.h
@@ -47,10 +47,9 @@
 
 /*
  * glib explicit threading support include statement.
- * this includes the gthread header and the pthread
- * header.
+ * this includes the the pthread header.
+ * The gthread header is implicit included by glib.h.
  */
-#include glib/gthread.h
 #include pthread.h
 
 /*
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-gmail for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-gmail for openSUSE:Factory 
checked in at 2012-01-05 19:11:50

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


Package is gnome-gmail, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-gmail/gnome-gmail.changes  2011-09-28 
15:27:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-gmail.new/gnome-gmail.changes 
2012-01-05 19:11:52.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 15 11:21:39 UTC 2011 - vu...@opensuse.org
+
+- Update to version 1.8.2:
+  + Determine Drafts folder, for attachments, using Google IMAP
+Extentions
+  + Remove dependency on libgnome2
+  + Updated translations.
+- Add xdg-utils Requires since xdg-open is used.
+
+---

Old:

  gnome-gmail-1.8.1.tar.gz

New:

  gnome-gmail-1.8.2.tar.gz



Other differences:
--
++ gnome-gmail.spec ++
--- /var/tmp/diff_new_pack.966O8O/_old  2012-01-05 19:11:53.0 +0100
+++ /var/tmp/diff_new_pack.966O8O/_new  2012-01-05 19:11:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-gmail
 #
-# 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
@@ -16,14 +16,15 @@
 #
 
 
+
 Name:   gnome-gmail
-Version:1.8.1
+Version:1.8.2
 Release:1
 License:GPLv2+
 Summary:Gmail as a gnome mail handler
 Url:http://sourceforge.net/projects/%{name}
 Group:  Productivity/Networking/Email/Clients
-Source: 
http://downloads.sourceforge.net/project/gnome-gmail/Version_1.8.1/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/gnome-gmail/Version_1.8.2/%{name}-%{version}.tar.gz
 # For directory ownerships
 BuildRequires:  gnome-control-center
 BuildRequires:  intltool
@@ -47,6 +48,7 @@
 %endif
 Requires:   python-gtk
 Requires:   python-xml
+Requires:   xdg-utils
 %gconf_schemas_requires
 
 %description
@@ -81,12 +83,14 @@
 %preun -f %{name}.schemas_preun
 
 %if 0%{?suse_version}  1130
+
 %post
 %desktop_database_post
 %icon_theme_cache_post
 %endif
 
 %if 0%{?suse_version}  1130
+
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun

++ gnome-gmail-1.8.1.tar.gz - gnome-gmail-1.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-gmail-1.8.1/COPYING 
new/gnome-gmail-1.8.2/COPYING
--- old/gnome-gmail-1.8.1/COPYING   2011-08-17 04:49:22.0 +0200
+++ new/gnome-gmail-1.8.2/COPYING   2011-10-01 04:13:36.0 +0200
@@ -1,12 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 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
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@
 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 Library General Public License instead.)  You can apply it to
+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
@@ -55,8 +55,8 @@
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-   GNU GENERAL PUBLIC LICENSE
+
+GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -110,7 +110,7 @@
 License.  (Exception: if the Program itself is interactive but
 does not normally print such an announcement, your work based on
 the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 

commit gnome-backgrounds for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-backgrounds for 
openSUSE:Factory checked in at 2012-01-05 19:11:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-backgrounds/gnome-backgrounds.changes  
2011-10-02 10:04:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-backgrounds.new/gnome-backgrounds.changes 
2012-01-05 19:11:36.0 +0100
@@ -1,0 +2,10 @@
+Mon Dec 19 17:40:27 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Add former default wallpaper
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

Old:

  gnome-backgrounds-3.2.0.tar.bz2

New:

  gnome-backgrounds-3.3.3.tar.xz



Other differences:
--
++ gnome-backgrounds.spec ++
--- /var/tmp/diff_new_pack.mU5tcy/_old  2012-01-05 19:11:38.0 +0100
+++ /var/tmp/diff_new_pack.mU5tcy/_new  2012-01-05 19:11:38.0 +0100
@@ -15,24 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gnome-backgrounds
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
-License:GPL-2.0+
-Group:  System/GUI/GNOME
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 AutoReqProv:off
 BuildArch:  noarch
-Version:3.2.0
-Release:1
-Source: 
http://download.gnome.org/sources/gnome-backgrounds/3.2/%{name}-%{version}.tar.bz2
+Version:3.3.3
+Release:0
+Source: 
http://download.gnome.org/sources/gnome-backgrounds/3.3/%{name}-%{version}.tar.xz
 Url:http://www.gnome.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:GNOME Backgrounds
+License:GPL-2.0+
+Group:  System/GUI/GNOME
 
 %description
 Background images from the GNOME project.

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



commit gnome-user-docs for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-user-docs for openSUSE:Factory 
checked in at 2012-01-05 19:12:08

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


Package is gnome-user-docs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs.changes  
2011-10-18 14:14:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs.changes 
2012-01-05 19:12:10.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 15 10:14:35 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.2:
+  + Several improvements.
+  + Updated translations.
+
+---

Old:

  gnome-user-docs-3.2.1.tar.bz2

New:

  gnome-user-docs-3.2.2.tar.bz2



Other differences:
--
++ gnome-user-docs.spec ++
--- /var/tmp/diff_new_pack.zBKLx3/_old  2012-01-05 19:12:11.0 +0100
+++ /var/tmp/diff_new_pack.zBKLx3/_new  2012-01-05 19:12:11.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-user-docs
-Version:3.2.1
+Version:3.2.2
 Release:1
 # FIXME: parallel build is disabled because it's actually much slower (see 
bgo#659421); should be safe to reenable in 3.3.x
 # FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang

++ gnome-user-docs-3.2.1.tar.bz2 - gnome-user-docs-3.2.2.tar.bz2 ++
 78931 lines of diff (skipped)

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



commit gnome-web-photo for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-web-photo for openSUSE:Factory 
checked in at 2012-01-05 19:12:12

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


Package is gnome-web-photo, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-web-photo/gnome-web-photo.changes  
2011-10-02 10:08:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-web-photo.new/gnome-web-photo.changes 
2012-01-05 19:12:14.0 +0100
@@ -1,0 +2,9 @@
+Sun Dec 25 19:37:48 CET 2011 - zai...@opensuse.org
+
+- Update to version 0.10.5:
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+  
+---

Old:

  gnome-web-photo-0.10.4.tar.bz2

New:

  gnome-web-photo-0.10.5.tar.xz



Other differences:
--
++ gnome-web-photo.spec ++
--- /var/tmp/diff_new_pack.PE0088/_old  2012-01-05 19:12:15.0 +0100
+++ /var/tmp/diff_new_pack.PE0088/_new  2012-01-05 19:12:15.0 +0100
@@ -16,17 +16,18 @@
 #
 
 
-
 Name:   gnome-web-photo
-Version:0.10.4
-Release:1
-License:GPL-2.0+
+Version:0.10.5
+Release:0
 Summary:GNOME Web Photographer
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Source: 
http://download.gnome.org/sources/gnome-web-photo/0.10/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-web-photo/0.10/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 %if 0%{?favor_gtk2}
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)

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



commit gnote for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2012-01-05 19:12:16

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


Package is gnote, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2011-10-25 
16:00:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2012-01-05 
19:12:21.0 +0100
@@ -1,0 +2,36 @@
+Tue Jan  3 07:50:31 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.8.2:
+  + New Features:
+- Added template bar to template notes
+- Integrated with GtkApplication (bgo#640430)
+- Gnote remains present while at least one window is present
+- Panel applet disabled by default
+- Added option for status icon to preferences (bgo#663817)
+- Added background mode
+- Return ordered note list when using D-BUS search (bgo#662246)
+  + Fixes:
+- Fixed keys in GSettings schema descriptions
+- Manual fixes
+- Updated man page to current behaviour
+- Do not open Search Window in status icon mode (bgo#653447)
+- Fixed special XML character encoding
+- Make sticky note importer support special chars
+- Show in all desktop environements (bgo#664609)
+- src/notetag.hpp must include map (bgo#655340)
+- Add missing includes (bgo#665344)
+- Fixed a warning about a condition never reached
+- Fixed note deletion with international characters
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Drop gnote-buildfix.patch: fixed upstream.
+- Pass --enable-applet to configure to keep building the applet.
+
+---
+Thu Dec  1 21:57:00 UTC 2011 - dims...@opensuse.org
+
+- Add gnote-buildfix.patch: Fix build for Factory.
+
+---

Old:

  gnote-0.8.1.tar.bz2

New:

  gnote-0.8.2.tar.xz



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.apo0aC/_old  2012-01-05 19:12:22.0 +0100
+++ /var/tmp/diff_new_pack.apo0aC/_new  2012-01-05 19:12:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnote
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   gnote
-Version:0.8.1
-Release:1
-License:GNU GPL v3 or later
+Version:0.8.2
+Release:0
 Summary:A Port of Tomboy to C++
+License:GPL-3.0+
 Group:  Productivity/Text/Editors
 Url:http://live.gnome.org/Gnote
-Source: 
http://download.gnome.org/sources/gnote/0.8/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnote/0.8/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel = 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -36,6 +35,8 @@
 BuildRequires:  libxslt-devel
 BuildRequires:  pcre-devel
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(libpanelapplet-4.0) = 3.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,7 +51,7 @@
 %setup -q
 
 %build
-%configure --disable-static --disable-scrollkeeper
+%configure --disable-static --disable-scrollkeeper --enable-applet
 V=1 make %{?_smp_mflags}
 
 %install

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



commit gnucash for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2011-10-02 
10:08:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2012-01-05 
19:12:23.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 06:25:28 UTC 2011 - co...@suse.com
+
+- Add automake and libtool BuildRequires to avoid implicit
+  dependencies from prjconf.
+
+---



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.Upr5Xn/_old  2012-01-05 19:12:24.0 +0100
+++ /var/tmp/diff_new_pack.Upr5Xn/_new  2012-01-05 19:12:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnucash
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gnucash
 Version:2.4.7
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:Personal Finance Manager
-Url:http://www.gnucash.org/
+License:GPL-2.0+
 Group:  Productivity/Office/Finance
+Url:http://www.gnucash.org/
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
@@ -32,18 +30,20 @@
 Patch3: gnucash-cpan-warning.patch
 # PATCH-FIX-UPSTREAM gnucash-guile-2.0.patch bgo#655901 pgaj...@novell.com -- 
Fix build with guile 2.0
 Patch4: gnucash-guile-2.0.patch
+BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  guile-devel
 BuildRequires:  intltool
 BuildRequires:  libdbi-devel
 BuildRequires:  libofx-devel
+BuildRequires:  libtool
 BuildRequires:  slib
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(aqbanking)
 BuildRequires:  pkgconfig(gconf-2.0)
-BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gwengui-gtk2)
 BuildRequires:  pkgconfig(gwenhywfar)
@@ -78,7 +78,6 @@
 ensure balanced books.
 
 %package devel
-License:GPL-2.0+
 Summary:Personal Finance Manager
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

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



commit gpa for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gpa for openSUSE:Factory checked in 
at 2012-01-05 19:12:27

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


Package is gpa, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gpa/gpa.changes  2011-09-23 02:01:45.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gpa.new/gpa.changes 2012-01-05 
19:12:29.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:32:54 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ gpa.spec ++
--- /var/tmp/diff_new_pack.4KtY29/_old  2012-01-05 19:12:30.0 +0100
+++ /var/tmp/diff_new_pack.4KtY29/_new  2012-01-05 19:12:30.0 +0100
@@ -15,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gpa
 Version:0.9.0
-Release:10
+Release:0
+Summary:GNU Privacy Assistant
 License:GPL-3.0
 Group:  Productivity/Security
-AutoReqProv:on
-Summary:GNU Privacy Assistant
 Url:http://www.gnupg.org/related_software/gpa/index.html
 Source: gpa-%{version}.tar.bz2
 Source1:gpa.desktop
 # PATCH-FIX-UPSTREAM gpa-assuan2.patch -- Taken from upstream
 Patch0: gpa-assuan2.patch
+BuildRequires:  automake
 BuildRequires:  gnupg
 BuildRequires:  gpgme-devel = 1.2.0
 BuildRequires:  gtk2-devel = 2.10.0

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



commit gob2 for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gob2 for openSUSE:Factory checked in 
at 2012-01-05 19:12:23

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gob2/gob2.changes2011-09-23 
02:01:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gob2.new/gob2.changes   2012-01-05 
19:12:24.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 22 09:50:37 UTC 2011 - vu...@opensuse.org
+
+- Explicitly list files we package.
+
+---



Other differences:
--
++ gob2.spec ++
--- /var/tmp/diff_new_pack.iHS2a3/_old  2012-01-05 19:12:25.0 +0100
+++ /var/tmp/diff_new_pack.iHS2a3/_new  2012-01-05 19:12:25.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package gob2 (Version 2.0.18)
+# spec file for package gob2
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gob2
 Version:2.0.18
-Release:1
+Release:0
 Summary:Simple Preprocessor to Write GObject objects
 License:GPL-2.0+
 Group:  Development/Tools/GUI Builders
 Url:http://www.5z.com/jirka/gob.html
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  bison flex glib2-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  glib2-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -53,8 +52,8 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING COPYING.generated-code README NEWS ChangeLog
 %doc examples
-%{_bindir}/*
-%{_datadir}/aclocal/*.m4
-%{_mandir}/man?/*.*
+%{_bindir}/gob2
+%{_datadir}/aclocal/gob2.m4
+%{_mandir}/man1/gob2.1%{?ext_man}
 
 %changelog

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



commit gparted for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gparted for openSUSE:Factory checked 
in at 2012-01-05 19:12:30

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


Package is gparted, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gparted/gparted.changes  2011-10-02 
10:09:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gparted.new/gparted.changes 2012-01-05 
19:12:32.0 +0100
@@ -1,0 +2,24 @@
+Tue Jan  3 08:43:08 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.11.0:
+  + Display ext2/3/4 unicode volume labels properly (bgo#662537)
+  + Display ntfs unicode volume labels properly (lp#614994)
+  + Fix FAT16/32 label displayed as uppercase (bgo#625337)
+  + Add labelling of btrfs file systems (bgo#663207)
+  + Fix btrfs volume label reading (bgo#663590)
+  + Enable XFS copy to new smaller partition (bgo#663806)
+  + Use newer btrfs multi-tool control command first (bgo#663884)
+  + Avoid redundant file system maximize actions (bgo#663980)
+  + Updated translations.
+
+---
+Mon Nov  7 09:44:57 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.10.0:
+  + Merge overlapping operations (bgo#438573)
+  + Add ability to resize btrfs file systems (bgo#661715)
+  + Add detection of exfat file systems (bgo#639760)
+  + Fix compile error with older gcc (bgo#662174)
+  + Updated translations.
+
+---

Old:

  gparted-0.9.1.tar.bz2

New:

  gparted-0.11.0.tar.bz2



Other differences:
--
++ gparted.spec ++
--- /var/tmp/diff_new_pack.iUXBVc/_old  2012-01-05 19:12:33.0 +0100
+++ /var/tmp/diff_new_pack.iUXBVc/_new  2012-01-05 19:12:33.0 +0100
@@ -1,21 +1,28 @@
 #
 # spec file for package gparted
 #
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An Open Source License is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 Name:   gparted
-Version:0.9.1
-Release:1
-License:GPL v2
+Version:0.11.0
+Release:0
 Summary:Gnome Partition Editor
-Url:http://gparted.sourceforge.net/
+License:GPL-2.0
 Group:  System/Filesystems
-Source0:
http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.9.1/%{name}-%{version}.tar.bz2
+Url:http://gparted.sourceforge.net/
+Source0:
http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.11.0/%{name}-%{version}.tar.bz2
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ gparted-0.9.1.tar.bz2 - gparted-0.11.0.tar.bz2 ++
 32603 lines of diff (skipped)

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



commit gtg for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2012-01-05 19:12:39

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


Package is gtg, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gtg/gtg.changes  2011-10-02 10:10:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2012-01-05 
19:12:41.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec  2 20:55:58 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.2.5:
+  + Ability to downgrade data from development, future GTG 0.3 code
+- Update license tag to spdx identifier (GPL-3.0+)
+
+---

Old:

  gtg-0.2.4.tar.bz2

New:

  gtg-0.2.5.tar.gz



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.SCr50x/_old  2012-01-05 19:12:42.0 +0100
+++ /var/tmp/diff_new_pack.SCr50x/_new  2012-01-05 19:12:42.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   gtg
-Version:0.2.4
-Release:7
-License:GPLv3+
+Version:0.2.5
+Release:1
+License:GPL-3.0+
 Summary:Personal Organizer for GNOME
 Url:https://gtg.fritalk.com
 Group:  Productivity/Office/Organizers
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://launchpad.net/gtg/0.2/%{version}/+download/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gtg-hamster-plugin-not-starting-tracking-tasks.patch 
lp#620313 bnc#683748 malcolmle...@opensuse.org -- Fix After activiting the 
Hamster (Time Tracking) plugin in GTG nothing happens.
 Patch0: gtg-hamster-plugin-not-starting-tracking-tasks.patch
 BuildRequires:  dbus-1
@@ -94,6 +94,7 @@
 %doc AUTHORS LICENSE CHANGELOG README
 %{_bindir}/gtg
 %{_bindir}/gtg_new_task
+%{_bindir}/downgrade-gtg-0.2.9.py
 %{python_sitelib}/GTG/
 %{python_sitelib}/gtg-%{version}*.egg-info
 %{_datadir}/applications/gtg.desktop

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



commit gtk2-themes for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gtk2-themes for openSUSE:Factory 
checked in at 2012-01-05 19:13:00

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gtk2-themes/gtk2-themes.changes  2011-09-23 
02:02:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2-themes.new/gtk2-themes.changes 
2012-01-05 19:13:01.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 20:33:01 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ gtk2-themes.spec ++
--- /var/tmp/diff_new_pack.6Q4VnQ/_old  2012-01-05 19:13:01.0 +0100
+++ /var/tmp/diff_new_pack.6Q4VnQ/_new  2012-01-05 19:13:01.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk2-themes (Version 0.1)
+# spec file for package gtk2-themes
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gtk2-themes
 Summary:Additional Themes and Engines for GTK2
-Version:0.1
-Release:779
 License:GPL-2.0+
 Group:  System/GUI/GNOME
+Version:0.1
+Release:0
 Source: bluebubble.tar.bz2
 Patch0: bluebubble-colors.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,7 +39,6 @@
 %prep
 %setup -n bluebubble 
 %patch0 -p1
-%{?suse_update_config:%{suse_update_config -f}}
 
 %build
 
@@ -52,9 +48,6 @@
 tar xvfj %SOURCE0
 patch -p0 %PATCH0
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644, root, root, 755)
 %{_datadir}/themes/*

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



commit gtk3-metatheme-sonar for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gtk3-metatheme-sonar for 
openSUSE:Factory checked in at 2012-01-05 19:13:04

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


Package is gtk3-metatheme-sonar, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gtk3-metatheme-sonar/gtk3-metatheme-sonar.changes
2011-10-21 16:30:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtk3-metatheme-sonar.new/gtk3-metatheme-sonar.changes
   2012-01-05 19:13:05.0 +0100
@@ -1,0 +2,15 @@
+Fri Dec 16 21:34:39 UTC 2011 - malcolmle...@opensuse.org
+
+- Update on 2nd November 2011:
+  + Fixed rubberband selection looking solid white in the
+filemanager.
+  + Added DnD lines.
+- Updates from 25th October 2011:
+  + Improved tabs.
+  + Added dark border on menus.
+  + Lighter selection.
+  + Don't use dark Adwaita theme for image viewer.
+- Add fdupes BuildRequires and call %fdupes: there are now some
+  duplicate svg images and css files.
+
+---



Other differences:
--
++ gtk3-metatheme-sonar.spec ++
--- /var/tmp/diff_new_pack.QK5Ifk/_old  2012-01-05 19:13:06.0 +0100
+++ /var/tmp/diff_new_pack.QK5Ifk/_new  2012-01-05 19:13:06.0 +0100
@@ -16,16 +16,17 @@
 #
 
 
-
 Name:   gtk3-metatheme-sonar
-Version:3.2
-Release:1
+Version:3.2.2002
+Release:0
+%define _version 3.2
 # Note: on update to new version, check that we copy all the required files in 
%%install
-Group:  System/GUI/GNOME
-License:GPL-3.0+
 Summary:GTK+ 3 Sonar Theme
+License:GPL-3.0+
+Group:  System/GUI/GNOME
 Url:http://half-left.deviantart.com/art/Sonar-GTK3-254801661
-Source0:Sonar-%{version}.tar.bz2
+Source0:Sonar-%{_version}.tar.bz2
+BuildRequires:  fdupes
 # For directory ownership
 BuildRequires:  metatheme-sonar-common
 Requires:   metatheme-sonar-common
@@ -38,14 +39,16 @@
 GTK+ 3 theme, based on the one created for openSUSE 11.2.
 
 %prep
-%setup -q -n Sonar-%{version}
+%setup -q -n Sonar-%{_version}
 
 %build
 
 %install
 mkdir -p %{buildroot}%{_datadir}/themes/Sonar/gtk-3.0/
 cd gtk-3.0/
-cp -a assets/ *.css *.ini %{buildroot}%{_datadir}/themes/Sonar/gtk-3.0/
+cp -a assets/ *.css %{buildroot}%{_datadir}/themes/Sonar/gtk-3.0/
+test -f settings.ini  cp -a settings.ini 
%{buildroot}%{_datadir}/themes/Sonar/gtk-3.0/
+%fdupes %{buildroot}
 
 %clean
 rm -rf %{buildroot}

++ Sonar-3.2.tar.bz2 ++
 7147 lines of diff (skipped)

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



commit libinfinity for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package libinfinity for openSUSE:Factory 
checked in at 2012-01-05 19:13:37

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libinfinity/libinfinity.changes  2011-09-23 
02:08:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libinfinity.new/libinfinity.changes 
2012-01-05 19:13:39.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec 14 18:58:36 UTC 2011 - janger...@weiler-marker.com
+
+- Add pam-devel BuildRequires to build with pam support.
+
+---
+Wed Nov 30 20:21:56 UTC 2011 - dims...@opensuse.org
+
+- Add libinfinity-glib-2.31.patch: Fix build with glib 2.31.
+
+---

New:

  libinfinity-glib-2.31.patch



Other differences:
--
++ libinfinity.spec ++
--- /var/tmp/diff_new_pack.KXeWo1/_old  2012-01-05 19:13:40.0 +0100
+++ /var/tmp/diff_new_pack.KXeWo1/_new  2012-01-05 19:13:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libinfinity
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libinfinity
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
 BuildRequires:  gtk-doc
+BuildRequires:  pam-devel
 %if 0%{?favor_gtk2}
 BuildRequires:  glib2-devel
 BuildRequires:  gnutls-devel
@@ -39,17 +37,19 @@
 BuildRequires:  pkgconfig(libgsasl)
 BuildRequires:  pkgconfig(libxml-2.0)
 %endif
-License:LGPLv2.1+
-Group:  Development/Libraries/GNOME
 Version:0.5.1
-Release:1
+Release:0
 %define _version 0.5
 Summary:Implementation of the Infinote collaborative editing protocol
+License:LGPL-2.1+
+Group:  Development/Libraries/GNOME
 Source0:http://releases.0x539.de/libinfinity/%{name}-%{version}.tar.gz
 Source1:infinoted.init
 Source2:infinoted.sysconfig
 Source3:infinoted.conf
 Patch0: infinoted-add-conf-subdir.patch
+# PATCH-FIX-UPSTREAM libinfinity-glib-2.31.patch dims...@opensuse.org -- Fix 
build with glib 2.31. Sent upstream by mail (vuntz, 2011-01-05)
+Patch1: libinfinity-glib-2.31.patch
 Url:http://gobby.0x539.de/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -60,7 +60,6 @@
 platforms.
 
 %package -n libinfinity-1_0-0
-License:LGPLv2.1+
 Summary:Implementation of the Infinote collaborative editing protocol
 Group:  Development/Libraries/GNOME
 Recommends: %{name}-lang
@@ -74,7 +73,6 @@
 platforms.
 
 %package devel
-License:LGPLv2.1+
 Summary:Implementation of the Infinote collaborative editing protocol
 Group:  Development/Libraries/GNOME
 Requires:   libinfinity-1_0-0 = %{version}
@@ -91,7 +89,6 @@
 platforms.
 
 %package -n infinoted
-License:LGPLv2.1+
 Summary:Server for Collaborative Document Edition
 Group:  Development/Libraries/GNOME
 Requires:   libinfinity-1_0-0 = %{version}
@@ -104,6 +101,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # -fno-strict-aliasing added 2009-05-07. Need for 0.3.0 -- vuntz

++ libinfinity-glib-2.31.patch ++
Index: libinfinity-0.5.1/infinoted/infinoted-creds.h
===
--- libinfinity-0.5.1.orig/infinoted/infinoted-creds.h
+++ libinfinity-0.5.1/infinoted/infinoted-creds.h
@@ -22,8 +22,7 @@
 
 #include libinfinity/common/inf-certificate-credentials.h
 
-#include glib/gtypes.h
-#include glib/gerror.h
+#include glib.h
 
 #include gnutls/gnutls.h
 
Index: libinfinity-0.5.1/infinoted/infinoted-util.h
===
--- libinfinity-0.5.1.orig/infinoted/infinoted-util.h
+++ libinfinity-0.5.1/infinoted/infinoted-util.h
@@ -22,8 +22,7 @@
 
 #include libinfinity/inf-config.h
 
-#include glib/gtypes.h
-#include glib/gerror.h
+#include glib.h
 
 G_BEGIN_DECLS
 
Index: libinfinity-0.5.1/libinfinity/common/inf-xml-util.h
===
--- libinfinity-0.5.1.orig/libinfinity/common/inf-xml-util.h
+++ libinfinity-0.5.1/libinfinity/common/inf-xml-util.h
@@ -20,8 +20,7 @@
 #ifndef __INF_XML_UTIL_H__
 #define 

commit inkscape for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2012-01-05 19:13:21

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


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

Changes:

--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes2011-09-23 
02:03:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2012-01-05 
19:13:23.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 09:14:47 UTC 2011 - dims...@opensuse.org
+
+- Add inkscape-glib-2.31.patch: Fix build with glib 2.31.
+
+---

New:

  inkscape-glib-2.31.patch



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.CGJ26g/_old  2012-01-05 19:13:24.0 +0100
+++ /var/tmp/diff_new_pack.CGJ26g/_new  2012-01-05 19:13:24.0 +0100
@@ -32,6 +32,8 @@
 Patch0: inkscape-remove-datetime.patch
 # PATCH-FIX-OPENSUSE inkscape-packages.patch sbra...@suse.cz -- Suggest 
packages instead of compilation from source.
 Patch1: inkscape-packages.patch
+# PATCH-FIX-UPSTREAM inkscape-glib-2.31.patch lp#898538 dims...@opensuse.org 
-- Fix build with glib 2.31
+Patch2: inkscape-glib-2.31.patch
 BuildRequires:  boost-devel
 BuildRequires:  docbook-toys
 BuildRequires:  fdupes
@@ -156,6 +158,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing

++ inkscape-glib-2.31.patch ++
 2381 lines (skipped)

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



commit gtkhotkey for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gtkhotkey for openSUSE:Factory 
checked in at 2012-01-05 19:13:08

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


Package is gtkhotkey, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gtkhotkey/gtkhotkey.changes  2011-09-23 
02:02:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkhotkey.new/gtkhotkey.changes 2012-01-05 
19:13:10.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 30 20:00:13 UTC 2011 - dims...@opensuse.org
+
+- Add gtkhotkey-glib-2.31.patch: Fix build with gtk 2.31.
+- Change License tag to spdx identifier.
+
+---

New:

  gtkhotkey-glib-2.31.patch



Other differences:
--
++ gtkhotkey.spec ++
--- /var/tmp/diff_new_pack.ZmScnp/_old  2012-01-05 19:13:10.0 +0100
+++ /var/tmp/diff_new_pack.ZmScnp/_new  2012-01-05 19:13:10.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gtkhotkey (Version 0.2.1)
+# spec file for package gtkhotkey
 #
-# 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
@@ -20,11 +20,13 @@
 Name:   gtkhotkey
 Version:0.2.1
 Release:1
-License:LGPLv3+
+License:LGPL-3.0+
 Summary:Platform Independent Hotkey Handling for GTK+ Applications
 Url:http://launchpad.net/gtkhotkey/
 Group:  Development/Libraries/X11
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gtkhotkey-glib-2.31.patch lp#898334 dims...@opensuse.org 
-- Fix build with glib 2.31
+Patch0: gtkhotkey-glib-2.31.patch
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
@@ -59,6 +61,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++ gtkhotkey-glib-2.31.patch ++
Index: gtkhotkey-0.2.1/src/gtk-hotkey-error.h
===
--- gtkhotkey-0.2.1.orig/src/gtk-hotkey-error.h
+++ gtkhotkey-0.2.1/src/gtk-hotkey-error.h
@@ -23,7 +23,7 @@
 #ifndef __GTK_HOTKEY_ERROR_H__
 #define __GTK_HOTKEY_ERROR_H__
 
-#include glib/gquark.h
+#include glib.h
 
 G_BEGIN_DECLS
 
Index: gtkhotkey-0.2.1/src/x11/tomboykeybinder.h
===
--- gtkhotkey-0.2.1.orig/src/x11/tomboykeybinder.h
+++ gtkhotkey-0.2.1/src/x11/tomboykeybinder.h
@@ -2,7 +2,7 @@
 #ifndef __TOMBOY_KEY_BINDER_H__
 #define __TOMBOY_KEY_BINDER_H__
 
-#include glib/gtypes.h
+#include glib.h
 
 G_BEGIN_DECLS
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgxps for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2012-01-05 19:13:34

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


Package is libgxps, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2011-11-16 
17:19:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2012-01-05 
19:13:36.0 +0100
@@ -1,0 +2,46 @@
+Sun Nov 20 21:33:34 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.2.0:
+  + API changes:
+- This release contains a small API break. Even though all of
+  the XPS documents we have for testing use integer numbers for
+  the page size, the XPS Specification says that page size is a
+  double value. Functions gxps_page_get_size() and
+  gxps_document_get_page_size() now return page width and page
+  height as gdouble values instead of guint.
+  + New features:
+- Add support for PolyQuadraticBezierSegment figures
+- Add support for Smooth Cubic Bézier curve
+- Initial implementation of ICC based colors. Only CMYK colors
+  are supported for now
+- Support Opacity for SolidColorBrush elements (bgo#663472)
+- Add support for scRGB color syntax
+- Implement Quadratic Bézier curve
+- Support OpacityMask for Glyphs elements (bgo#66347)
+- Support OpacityMask for Canvas elements (bgo#663475)
+- Support opacity for ImageBrush elements (bgo#663471)
+- Support opacity for Glyphs elements (bgo#662654)
+- Support opacity for Canvas elements (bgo#662653)
+- Support opacity for Path elements (bgo#662652)
+- Support opacity for LinearGradientBrush and
+  RadialGradientBrush elements (bgo#662655)
+  + Bug fixes:
+- Fix parser error messages for invalid content (bgo#663899)
+  + Tools:
+- Add xpstojpeg tool for converting XPS documents to JPEG
+- Add xpstosvg tool for converting XPS documents to SVG
+- Add xpstops tool for converting XPS documents to PostScript
+- Add xpstopdf tool for converting XPS documents to PDF
+- Add xpstopng tool for converting XPS documents to PNG
+  + Updated documentation.
+- Add libgxps-link-libm.patch: Add missing libm linking.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh for
+  above patch.
+- Add pkgconfig(cairo-pdf), pkgconfig(cairo-ps),
+  pkgconfig(cairo-svg), pkgconfig(lcms2) and pkgconfig(libpng)
+  BuildRequires: new dependencies upstream.
+- Rename libgxps1 subpackage to libgxps2, following upstream
+  soversion change.
+- Create a tools subpackage to distribute the various new tools.
+
+---

Old:

  libgxps-0.1.0.tar.bz2

New:

  libgxps-0.2.0.tar.bz2
  libgxps-link-libm.patch



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.v8XBz4/_old  2012-01-05 19:13:37.0 +0100
+++ /var/tmp/diff_new_pack.v8XBz4/_new  2012-01-05 19:13:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgxps
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,42 +16,57 @@
 #
 
 Name:   libgxps
-Version:0.1.0
-Release:1
-License:LGPL-2.1+
+Version:0.2.0
+Release:0
 Summary:Library for rendering XPS documents
-Url:https://live.gnome.org/libgxps
+License:LGPL-2.1+
 Group:  System/Libraries
-Source0:%{name}-%{version}.tar.bz2
+Url:https://live.gnome.org/libgxps
+Source0:
http://download.gnome.org/sources/libgxps/0.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libgxps-link-libm.patch bgo#664439 dims...@opensuse.org 
-- Add missing libm linking parameters.
+Patch0: libgxps-link-libm.patch
+# Needed by patch0
+BuildRequires:  gnome-common
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig(cairo) = 1.10.0
+BuildRequires:  pkgconfig(cairo-pdf)
+BuildRequires:  pkgconfig(cairo-ps)
+BuildRequires:  pkgconfig(cairo-svg)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(gio-2.0) = 2.24
 BuildRequires:  pkgconfig(glib-2.0) = 2.24
 BuildRequires:  pkgconfig(gobject-2.0) = 2.24
+BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libarchive) = 2.8.0
+BuildRequires:  pkgconfig(libpng)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libgxps is a GObject based library 

commit libgda3 for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package libgda3 for openSUSE:Factory checked 
in at 2012-01-05 19:13:28

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libgda3/libgda3.changes  2011-09-23 
02:08:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgda3.new/libgda3.changes 2012-01-05 
19:13:30.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 27 17:14:37 UTC 2011 - dims...@opensuse.org
+
+- Add libgda-glib.patch: Fix build with glib 2.31.
+
+---

New:

  libgda-glib.patch



Other differences:
--
++ libgda3.spec ++
--- /var/tmp/diff_new_pack.9Bh7qU/_old  2012-01-05 19:13:31.0 +0100
+++ /var/tmp/diff_new_pack.9Bh7qU/_new  2012-01-05 19:13:31.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libgda3 (Version 3.1.5)
+# spec file for package libgda3
 #
-# 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
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libgda3
 %define real_name libgda
 BuildRequires:  db-devel
@@ -39,11 +36,11 @@
 BuildRequires:  sgml-skel
 BuildRequires:  sqlite3-devel
 BuildRequires:  unixODBC-devel
-License:GPLv2+ ; LGPLv2.1+
-Group:  Productivity/Databases/Clients
 Version:3.1.5
-Release:9
+Release:0
 Summary:GNU Data Access (GDA) Library
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Productivity/Databases/Clients
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.gnome-db.org/
 Source: 
http://ftp.gnome.org/pub/GNOME/sources/%{real_name}/3.1/%{real_name}-%{version}.tar.bz2
@@ -55,6 +52,8 @@
 Patch3: libgda-fix-soname.patch
 # PATCH-FIX-UPSTREAM libgda-am111.patch co...@novell.com -- remove duplicates 
file
 Patch4: libgda-fix-am111.patch
+# PATCH-FIX-UPSTREAM libgda-glib.patch dims...@opensuse.org -- Fix build with 
glib 2.31: only glib.h can be included. Not sent upstream as this branch is 
dead upstream.
+Patch5: libgda-glib.patch
 
 %description
 GNU Data Access (GDA) is an attempt to provide uniform access to
@@ -82,7 +81,6 @@
 Gerhard Dieringer gdierin...@compuserve.com (report, queries)
 
 %package -n libgda-3_0
-License:GPLv2+ ; LGPLv2.1+
 Summary:GNU Data Access (GDA) Library
 Group:  Productivity/Databases/Clients
 Requires:   %{name} = %{version}
@@ -113,7 +111,6 @@
 Gerhard Dieringer gdierin...@compuserve.com (report, queries)
 
 %package -n libgda-3_0-3
-License:GPLv2+ ; LGPLv2.1+
 Summary:GNU Data Access (GDA) Library
 Group:  System/Libraries
 Recommends: %{name}-lang
@@ -146,7 +143,6 @@
 Gerhard Dieringer gdierin...@compuserve.com (report, queries)
 
 %package -n libgda-report-3_0-3
-License:GPLv2+ ; LGPLv2.1+
 Summary:GNU Data Access (GDA) Library
 Group:  System/Libraries
 
@@ -176,7 +172,6 @@
 Gerhard Dieringer gdierin...@compuserve.com (report, queries)
 
 %package -n libgda-xslt-3_0-0
-License:GPLv2+ ; LGPLv2.1+
 Summary:GNU Data Access (GDA) Library
 Group:  System/Libraries
 
@@ -206,7 +201,6 @@
 Gerhard Dieringer gdierin...@compuserve.com (report, queries)
 
 %package -n libgda-3_0-devel
-License:GPLv2+ ; LGPLv2.1+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   libgda-3_0-3 = %{version} glib2-devel libxml2-devel 
libxslt-devel glibc-devel gnome-vfs2-devel sqlite3-devel
@@ -238,7 +232,6 @@
 Gerhard Dieringer gdierin...@compuserve.com (report, queries)
 
 %package -n libgda-3_0-doc
-License:GPLv2+ ; LGPLv2.1+
 Summary:Additional Package Documentation
 Group:  Development/Libraries/C and C++
 Requires:   %{real_name}-3_0 = %{version}
@@ -272,7 +265,6 @@
 Gerhard Dieringer gdierin...@compuserve.com (report, queries)
 
 %package -n libgda-3_0-mysql
-License:GPLv2+ ; LGPLv2.1+
 Summary:MySQL Provider for GNU Data Access (GDA)
 Group:  Productivity/Databases/Clients
 %if %suse_version  1030
@@ -309,7 +301,6 @@
 Gerhard Dieringer gdierin...@compuserve.com (report, queries)
 
 %package -n libgda-3_0-odbc
-License:GPLv2+ ; LGPLv2.1+
 Summary:

commit gwget for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gwget for openSUSE:Factory checked 
in at 2012-01-05 19:13:12

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


Package is gwget, Maintainer is mse...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/gwget/gwget.changes  2011-09-23 
02:02:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwget.new/gwget.changes 2012-01-05 
19:13:13.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 13:06:36 UTC 2011 - dims...@opensuse.org
+
+- Add gwget-glib-2.31.patch: Fix build with glib 2.31.
+
+---

New:

  gwget-glib-2.31.patch



Other differences:
--
++ gwget.spec ++
--- /var/tmp/diff_new_pack.DmCmm3/_old  2012-01-05 19:13:13.0 +0100
+++ /var/tmp/diff_new_pack.DmCmm3/_new  2012-01-05 19:13:13.0 +0100
@@ -40,6 +40,8 @@
 Patch0: gwget-epiphany-2.29.patch
 # PATCH-FIX-UPSTREAM gwget-libnotify-0.7.patch bgo#634170 vu...@opensuse.org 
-- Fix build with libnotify 0.7
 Patch1: gwget-libnotify-0.7.patch
+# PATCH-FIX-UPSTREAM gwget-glib-2.31.patch bgo#665286 dims...@opensuse.org -- 
Fix build with glib 2.31
+Patch2: gwget-glib-2.31.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang
 %gconf_schemas_prereq
@@ -55,6 +57,7 @@
 %patch0 -p1
 %endif
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ gwget-glib-2.31.patch ++
Index: gwget-1.0.4/src/gwget-application.h
===
--- gwget-1.0.4.orig/src/gwget-application.h
+++ gwget-1.0.4/src/gwget-application.h
@@ -18,7 +18,7 @@
 #ifndef GWGET_APPLICATION_H
 #define GWGET_APPLICATION_H
 
-#include glib/gerror.h
+#include glib.h
 #include glib-object.h
 
 G_BEGIN_DECLS
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtk2-metatheme-equinox for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gtk2-metatheme-equinox for 
openSUSE:Factory checked in at 2012-01-05 19:12:55

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


Package is gtk2-metatheme-equinox, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gtk2-metatheme-equinox/gtk2-metatheme-equinox.changes
2011-09-23 02:02:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtk2-metatheme-equinox.new/gtk2-metatheme-equinox.changes
   2012-01-05 19:12:57.0 +0100
@@ -1,0 +2,25 @@
+Thu Jan  5 10:44:10 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.50:
+  + New option resizegripstyle
+  + New value for menubaritemstyle option
+  + Support of global menu (must be manually enabled, see README
+file)
+  + Better support of Ubuntu One Client and Software Center
+  + Some fixes for Metacity themes in Ubuntu 11.04
+- Changes from version 1.40:
+  + New options menubaritemstyle, scrollbartrough, textstyle and
+textshade
+  + Rendering of progressbars improved
+  + Better support of dark themes
+  + Some changes in displaying focuses
+  + Fix some crashes with Evolution
+- Drop equinox-no-return-value.patch: fixed upstream.
+
+---
+Wed Nov 30 19:51:22 UTC 2011 - dims...@opensuse.org
+
+- Add gtk2-metatheme-equinox-glib-2.31.patch: Fix build with glib
+  2.31.
+
+---

Old:

  121881-equinox-1.30.tar.bz2
  equinox-no-return-value.patch

New:

  121881-equinox-1.50.tar.gz
  140449-equinox-themes-1.50.tar.gz
  gtk2-metatheme-equinox-glib-2.31.patch



Other differences:
--
++ gtk2-metatheme-equinox.spec ++
--- /var/tmp/diff_new_pack.gdSnpY/_old  2012-01-05 19:12:58.0 +0100
+++ /var/tmp/diff_new_pack.gdSnpY/_new  2012-01-05 19:12:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk2-metatheme-equinox
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,21 @@
 #
 
 
-%define _version 1.30
+%define _version 1.50
 # Unfortunately, the tarballs are not properly versioned. The real
 # version has to be found on the website...
 
 Name:   gtk2-metatheme-equinox
-Version:1.30.2
-Release:2
-License:GPLv2+
+Version:1.50
+Release:0
 Summary:Equinox Metathemes for GTK+
-Url:
http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881
+License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
http://gnome-look.org/CONTENT/content-files/121881-equinox-%{_version}.tar.bz2
-# PATCH-FIX-UPSTREAM equinox-no-return-value.patch
-Patch0: equinox-no-return-value.patch
+Url:
http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881
+Source0:
http://gnome-look.org/CONTENT/content-files/121881-equinox-%{_version}.tar.gz
+Source1:
http://gnome-look.org/CONTENT/content-files/140449-equinox-themes-%{_version}.tar.gz
+# PATCH-FIX-UPSTREAM gtk2-metatheme-equinox-glib-2.31.patch 
dims...@opensuse.org -- Fix build with glib 2.31. Sent upstream by mail (vuntz, 
2011-01-05)
+Patch1: gtk2-metatheme-equinox-glib-2.31.patch
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(gtk+-2.0)
 Requires:   gtk2-engine-equinox
@@ -40,7 +41,6 @@
 engine.
 
 %package -n gtk2-engine-equinox
-License:GPLv2+
 Summary:Equinox GTK+ Theme Engine
 Group:  System/GUI/GNOME
 Recommends: gtk2-metatheme-equinox
@@ -50,18 +50,13 @@
 of the Aurora engine (version 1.40).
 
 %prep
-%setup -q -c %{name}-%{_version}
-tar xzf equinox-gtk-engine.tar.gz
+%setup -q -c %{name}-%{_version} -a1
 pushd equinox-%{_version}
-%patch0 -p0
+%patch1 -p1
 for file in AUTHORS ChangeLog COPYING NEWS README; do
   chmod -x $file
 done
 popd
-mkdir themes
-pushd themes
-tar xzf ../equinox-themes.tar.gz
-popd
 
 %build
 pushd equinox-%{_version}
@@ -74,12 +69,10 @@
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 popd
-pushd themes
 install -d %{buildroot}%{_datadir}/themes
-for file in Equinox Equinox Classic Equinox Classic Glass Equinox 
Evolution Equinox Evolution Light Equinox Evolution Rounded Equinox 
Evolution Squared Equinox Glass Equinox Light Equinox Light Glass 
Equinox Wide; do
+for file in Equinox Evolution Equinox Evolution Dawn Equinox Evolution 
Dawn Squared Equinox Evolution 

commit gthumb for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2012-01-05 19:12:44

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2011-10-02 
10:10:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes   2012-01-05 
19:12:52.0 +0100
@@ -1,0 +2,26 @@
+Sun Dec  4 22:10:52 CET 2011 - zai...@opensuse.org
+
+- Update to version 2.14.1:
+  + Fixed infinite reloading of some images when selected in the
+file list. 
+  + Fixed export to Photobucket.
+  + Fixed crash when no file properties view is registered.
+  + Fixed crash when closing the media viewer very quickly.
+  + Fixed some memory leaks.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+  
+---
+Mon Nov  7 11:24:06 UTC 2011 - dims...@opensuse.org
+
+- Update to version 2.14.0:
+  + Resize images: when resizing a single image update the second
+dimension if the ratio is fixed. (bgo#662397)
+  + Faster image loading if the file is not local (bgo#655471)
+  + File selection not updated in status bar when using thumbnail
+side panel (bgo#660430)
+  + Updated translations.
+
+---

Old:

  gthumb-2.13.91.tar.bz2

New:

  gthumb-2.14.1.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.wsKRFP/_old  2012-01-05 19:12:55.0 +0100
+++ /var/tmp/diff_new_pack.wsKRFP/_new  2012-01-05 19:12:55.0 +0100
@@ -19,14 +19,16 @@
 
 
 Name:   gthumb
-Version:2.13.91
+Version:2.14.1
 Release:1
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 License:GPLv2+
 Summary:An Image Viewer and Browser for GNOME
 Url:http://live.gnome.org/gthumb
 Group:  Productivity/Graphics/Viewers
-Source: 
http://download.gnome.org/sources/gthumb/2.13/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gthumb/2.14/%{name}-%{version}.tar.xz
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  fdupes
 # For web albums
 BuildRequires:  bison
@@ -137,7 +139,7 @@
 
 %files devel
 %defattr(-, root, root)
-%{_includedir}/gthumb-2.12/
+%{_includedir}/gthumb-2.14/
 %{_datadir}/aclocal/gthumb.m4
 %{_libdir}/pkgconfig/*.pc
 

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



commit gwibber for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gwibber for openSUSE:Factory checked 
in at 2012-01-05 19:13:16

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


Package is gwibber, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gwibber/gwibber.changes  2011-10-07 
00:47:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwibber.new/gwibber.changes 2012-01-05 
19:13:17.0 +0100
@@ -1,0 +2,16 @@
+Fri Dec  2 15:50:23 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---
+Tue Nov 15 22:49:23 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.1:
+  + Add an index to speed up retrieving messages
+  + Make model refreshes async, greatly speeds up startup time
+  + Unity lens improvements.
+  + Add profiling output
+  + Remove debugging output
+  + Code cleanups.
+
+---

Old:

  gwibber-3.2.0.1.tar.gz

New:

  gwibber-3.2.1.tar.gz



Other differences:
--
++ gwibber.spec ++
--- /var/tmp/diff_new_pack.rT8Rmx/_old  2012-01-05 19:13:18.0 +0100
+++ /var/tmp/diff_new_pack.rT8Rmx/_new  2012-01-05 19:13:18.0 +0100
@@ -15,8 +15,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 # See lp#866038: no translations in tarball
 %define have_lang 0
 
@@ -24,9 +22,9 @@
 %define __requires_exclude 
typelib\\(Dbusmenu\\)|typelib\\(Indicate\\)|typelib\\(Unity\\)
 
 Name:   gwibber
-Version:3.2.0.1
-Release:1
-License:GPLv2+
+Version:3.2.1
+Release:0
+License:GPL-2.0+
 Summary:Microblogging Client
 Url:http://gwibber.com
 Group:  Productivity/Networking/Other
@@ -40,6 +38,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  python-base
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version}  1140
@@ -85,9 +84,7 @@
 Pownce, Flickr and Digg.
 
 %package devel
-License:GPLv2+
 Summary:Microblogging Client -- Development Files
-Group:  Productivity/Networking/Other
 Requires:   %{name} = %{version}
 
 %description devel

++ gwibber-3.2.0.1.tar.gz - gwibber-3.2.1.tar.gz ++
 5685 lines of diff (skipped)

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



commit nemiver for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package nemiver for openSUSE:Factory checked 
in at 2012-01-05 19:14:20

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


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

Changes:

--- /work/SRC/openSUSE:Factory/nemiver/nemiver.changes  2011-10-08 
11:43:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.nemiver.new/nemiver.changes 2012-01-05 
19:14:22.0 +0100
@@ -1,0 +2,16 @@
+Sun Nov 20 18:35:38 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.1:
+  + Handle deprecated functions on glibmm-2.4 2.30.0 and
+glib-2.0 2.31.0
+  + Bye bye gziped tarballs, welcome xz
+  + Source code tab label completely ellipsized [bgo#664385]
+  + Allow shrinking of the memory view widget
+  + Relax the fixed minimum sizes preventing shrinking
+  + Allow selecting current frame twice consecutively
+  + Add cmd line option to choose the gdb binary [bgo#646698]
+  + Handle plural form of a string [bgo#659462]
+  + Use local time instead of UTC time
+  + Updated translations.
+
+---

Old:

  nemiver-0.9.0.tar.bz2

New:

  nemiver-0.9.1.tar.bz2



Other differences:
--
++ nemiver.spec ++
--- /var/tmp/diff_new_pack.cfIvd0/_old  2012-01-05 19:14:23.0 +0100
+++ /var/tmp/diff_new_pack.cfIvd0/_new  2012-01-05 19:14:23.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   nemiver
-Version:0.9.0
+Version:0.9.1
 Release:1
 License:GPLv2+
 Summary:Nemiver graphical debugger

++ nemiver-0.9.0.tar.bz2 - nemiver-0.9.1.tar.bz2 ++
 15568 lines of diff (skipped)

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



commit memprof for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package memprof for openSUSE:Factory checked 
in at 2012-01-05 19:14:00

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


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

Changes:

--- /work/SRC/openSUSE:Factory/memprof/memprof.changes  2011-09-23 
02:12:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.memprof.new/memprof.changes 2012-01-05 
19:14:02.0 +0100
@@ -1,0 +2,6 @@
+Sun Oct 30 18:36:52 UTC 2011 - r...@wi.rr.com
+
+- Add memprof-arch-neutral.patch: Fix build error making
+  stack-frame.h arch neutral based on word size and not arch name.
+
+---

New:

  memprof-arch-neutral.patch



Other differences:
--
++ memprof.spec ++
--- /var/tmp/diff_new_pack.RJ2ZlK/_old  2012-01-05 19:14:03.0 +0100
+++ /var/tmp/diff_new_pack.RJ2ZlK/_new  2012-01-05 19:14:03.0 +0100
@@ -27,6 +27,8 @@
 Source: %{name}-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch3: memprof-0.5.1-desktop.patch
+# PATCH-FIX-UPSTREAM memprof-arch-neutral.patch bgo#663253 r...@wi.rr.com -- 
Fix build on different archs than x86_64 and i586.
+Patch4: memprof-arch-neutral.patch
 BuildRequires:  binutils-devel
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
@@ -46,6 +48,7 @@
 %setup -q
 translation-update-upstream
 %patch3
+%patch4 -p1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing CXXFLAGS=%{optflags} 
-fno-strict-aliasing

++ memprof-arch-neutral.patch ++
--- memprof-0.6.2/lib/stack-frame.h.orig2011-10-30 13:33:48.0 
-0500
+++ memprof-0.6.2/lib/stack-frame.h 2011-10-30 13:33:50.0 -0500
@@ -34,11 +34,11 @@
 #define __STACK_FRAME_H__
 
 /* STACKPOINTER macros to access the right regs on different ARCHs */
-#if defined (__i386__)
+#if __WORDSIZE == 32
 #define EIPRIP eip
 #define EBPRBP ebp
 #define ESPRSP esp
-#elif defined (__x86_64__)
+#elif __WORDSIZE == 64
 #define EIPRIP rip
 #define EBPRBP rbp
 #define ESPRSP rsp
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ModemManager for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2012-01-05 19:14:08

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


Package is ModemManager, Maintainer is tam...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes
2011-10-02 09:44:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2012-01-05 19:14:11.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 16 13:44:45 UTC 2011 - vu...@opensuse.org
+
+- Add ModemManager-glib-2.31.patch: fix build with glib 2.31.
+
+---
+Tue Nov 15 14:15:25 UTC 2011 - dims...@opensuse.org
+
+- Really enable parallel build: fix typo smp_flags = smp_mflags.
+
+---

New:

  ModemManager-glib-2.31.patch



Other differences:
--
++ ModemManager.spec ++
--- /var/tmp/diff_new_pack.irUbKu/_old  2012-01-05 19:14:14.0 +0100
+++ /var/tmp/diff_new_pack.irUbKu/_new  2012-01-05 19:14:14.0 +0100
@@ -25,6 +25,8 @@
 Url:http://cgit.freedesktop.org/ModemManager/ModemManager
 Group:  Productivity/Networking/System
 Source0:
http://download.gnome.org/sources/ModemManager/0.5/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM ModemManager-glib-2.31.patch vu...@opensuse.org -- Taken 
from git, remove some includes and deprecated API to fix build with glib 2.31
+Patch0: ModemManager-glib-2.31.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 pppddir=`ls -1d %{_libdir}/pppd/2*`
@@ -63,7 +66,7 @@
 --disable-static \
 --with-pppd-plugin-dir=$pppddir \
 --with-polkit
-%__make %{?_smp_flags}
+%__make %{?_smp_mflags}
 
 %install
 %makeinstall

++ ModemManager-glib-2.31.patch ++
From 28f64090dfa15097587bbea69209df10b8ab8593 Mon Sep 17 00:00:00 2001
From: Aleksander Morgado aleksan...@lanedo.com
Date: Mon, 24 Oct 2011 19:09:11 +
Subject: core: don't include private headers from glib

The glib/gtypes.h is now considered private, and only glib.h should be
included directly.
---
diff --git a/src/mm-at-serial-port.h b/src/mm-at-serial-port.h
index 5d5f13f..cec5dc3 100644
--- a/src/mm-at-serial-port.h
+++ b/src/mm-at-serial-port.h
@@ -18,7 +18,6 @@
 #define MM_AT_SERIAL_PORT_H
 
 #include glib.h
-#include glib/gtypes.h
 #include glib-object.h
 
 #include mm-serial-port.h
diff --git a/src/mm-manager.h b/src/mm-manager.h
index 1c98458..c6a64bd 100644
--- a/src/mm-manager.h
+++ b/src/mm-manager.h
@@ -17,7 +17,6 @@
 #ifndef MM_MANAGER_H
 #define MM_MANAGER_H
 
-#include glib/gtypes.h
 #include glib-object.h
 #include dbus/dbus-glib.h
 #include mm-modem.h
diff --git a/src/mm-modem-base.h b/src/mm-modem-base.h
index 933aae1..be11af6 100644
--- a/src/mm-modem-base.h
+++ b/src/mm-modem-base.h
@@ -18,7 +18,6 @@
 #define MM_MODEM_BASE_H
 
 #include glib.h
-#include glib/gtypes.h
 #include glib-object.h
 
 #include mm-port.h
diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h
index 4b0932c..5b049a4 100644
--- a/src/mm-plugin-base.h
+++ b/src/mm-plugin-base.h
@@ -17,7 +17,6 @@
 #define MM_PLUGIN_BASE_H
 
 #include glib.h
-#include glib/gtypes.h
 #include glib-object.h
 
 #define G_UDEV_API_IS_SUBJECT_TO_CHANGE
diff --git a/src/mm-port.h b/src/mm-port.h
index 4bcffd4..df935db 100644
--- a/src/mm-port.h
+++ b/src/mm-port.h
@@ -17,7 +17,6 @@
 #define MM_PORT_H
 
 #include glib.h
-#include glib/gtypes.h
 #include glib-object.h
 
 typedef enum {
diff --git a/src/mm-qcdm-serial-port.h b/src/mm-qcdm-serial-port.h
index 2786ee8..605016d 100644
--- a/src/mm-qcdm-serial-port.h
+++ b/src/mm-qcdm-serial-port.h
@@ -18,7 +18,6 @@
 #define MM_QCDM_SERIAL_PORT_H
 
 #include glib.h
-#include glib/gtypes.h
 #include glib-object.h
 
 #include mm-serial-port.h
diff --git a/src/mm-serial-port.h b/src/mm-serial-port.h
index eb12cbb..9450926 100644
--- a/src/mm-serial-port.h
+++ b/src/mm-serial-port.h
@@ -18,7 +18,6 @@
 #define MM_SERIAL_PORT_H
 
 #include glib.h
-#include glib/gtypes.h
 #include glib-object.h
 
 #include mm-port.h
--
cgit v0.9.0.2-2-gbebe
From 58aa172b4e539605554dd300dca199b34fbf9186 Mon Sep 17 00:00:00 2001
From: Aleksander Morgado aleksan...@lanedo.com
Date: Mon, 24 Oct 2011 19:31:37 +
Subject: serial: use g_value_set_schar() and g_value_get_schar() when glib = 
2.31

---
diff --git a/src/mm-serial-port.c b/src/mm-serial-port.c
index 7749196..caf500d 100644
--- a/src/mm-serial-port.c
+++ b/src/mm-serial-port.c
@@ -1360,7 +1360,11 @@ set_property (GObject 

commit libpst for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2012-01-05 19:13:42

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


Package is libpst, Maintainer is abhar...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2011-09-23 
02:09:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2012-01-05 
19:13:45.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 30 10:05:49 CET 2011 - zai...@opensuse.org
+
+- Update to version 0.6.54:
+  + Embedded rfc822 messages might contain rtf encoded bodies. 
+
+---

Old:

  libpst-0.6.53.tar.gz

New:

  libpst-0.6.54.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.7JD7s0/_old  2012-01-05 19:13:47.0 +0100
+++ /var/tmp/diff_new_pack.7JD7s0/_new  2012-01-05 19:13:47.0 +0100
@@ -16,15 +16,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libpst
-Version:0.6.53
-Release:1
+Version:0.6.54
+Release:0
 Summary:A library for reading PST files
-Group:  Productivity/Networking/Email/Utilities
 License:GPL-2.0+
+Group:  Productivity/Networking/Email/Utilities
 Source0:
http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
 Url:http://www.gnome.org/projects/evolution/
 BuildRequires:  gcc-c++
@@ -42,7 +39,6 @@
 
 
 %package -n libpst4
-License:GPL-2.0+
 Summary:Shared library for libpst
 Group:  System/Libraries
 
@@ -55,7 +51,6 @@
 
 
 %package devel
-License:GPL-2.0+
 Summary:A library for reading PST files (devel package)
 Group:  Development/Libraries/C and C++
 Requires:   libpst4 = %{version}

++ libpst-0.6.53.tar.gz - libpst-0.6.54.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.53.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.54.tar.gz differ: char 5, 
line 1

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



commit liferea for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package liferea for openSUSE:Factory checked 
in at 2012-01-05 19:13:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/liferea/liferea.changes  2011-12-06 
16:23:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.liferea.new/liferea.changes 2012-01-05 
19:13:52.0 +0100
@@ -1,0 +2,24 @@
+Thu Jan  5 10:04:13 UTC 2012 - vu...@opensuse.org
+
+- Remove NetworkManager-devel, dbus-1-glib-devel, libglade2-devel,
+  lua-devel BuildRequires: not needed anymore.
+- Add explicit glib2-devel and libsoup-devel BuildRequires: they
+  were implicitly brought in before.
+
+---
+Sun Dec 11 18:38:24 UTC 2011 - cth...@suse.com
+
+- Update to version 1.8.0:
+  + Many performance improvements.
+  + Better Google Reader support.
+  + Better TinyTinyRss 1.5+ support.
+  + New inline browser link+image actions.
+  + Allow sorting subscriptions.
+  + Allow reordering of browser tabs.
+  + Many other changes, see ChangeLog for details.
+- Add json-glib-devel and libunique1-devel BuildRequires: new
+  dependencies upstream.
+- Drop liferea-libnotify07.patch: fixed upstream.
+- Rebase liferea-opensuse-feeds.patch.
+
+---
@@ -4,2 +28,2 @@
-- Replaced dead url planetsuse.org with current 
-  planet.opensuse.org. 
+- Update liferea-opensuse-feeds.patch: replace dead url
+  planetsuse.org with current planet.opensuse.org.

Old:

  liferea-1.6.7.tar.gz
  liferea-libnotify07.patch

New:

  liferea-1.8.0.tar.gz



Other differences:
--
++ liferea.spec ++
--- /var/tmp/diff_new_pack.3eQgCA/_old  2012-01-05 19:13:52.0 +0100
+++ /var/tmp/diff_new_pack.3eQgCA/_new  2012-01-05 19:13:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liferea
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,35 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   liferea
-License:GPL-2.0+
-Group:  Productivity/Other
-Version:1.6.7
-Release:1
+Version:1.8.0
+Release:0
 # FIXME: Make sure to remove liferea_dbus.xml again with next tarball.
 Summary:Linux Feed Reader
+License:GPL-2.0+
+Group:  Productivity/Other
 Url:http://liferea.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.6.7/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.8.0/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-OPENSUSE liferea-opensuse-feeds.patch -- Add openSUSE feeds to 
default feeds
 Patch0: liferea-opensuse-feeds.patch
-# PATCH-FIX-UPSTREAM liferea-libnotify07.patch dims...@opensuse.org -- fix 
build with libnotify 0.7.x; discussed with upstream, but won't enter 1.6.x 
branch
-Patch1: liferea-libnotify07.patch
-BuildRequires:  NetworkManager-devel
-BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gconf2-devel
+BuildRequires:  glib2-devel = 2.26.0
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
-BuildRequires:  libtool
-BuildRequires:  libglade2-devel
+BuildRequires:  json-glib-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  libwebkit-devel
+BuildRequires:  libsoup-devel = 2.28.2
+BuildRequires:  libtool
+BuildRequires:  libunique1-devel
+BuildRequires:  libwebkit-devel = 1.2.2
 BuildRequires:  libxslt-devel
-BuildRequires:  lua-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  update-desktop-files
 Requires:   dbus-1 = 0.30
@@ -63,8 +59,7 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0
 
 %build
 autoreconf -fi
@@ -111,7 +106,6 @@
 %{_bindir}/*
 %{_datadir}/applications/liferea.desktop
 %{_datadir}/liferea
-%{_libdir}/liferea
 %{_datadir}/icons/hicolor/*/*/*.*
 %doc %{_mandir}/man1/liferea.1*
 # We can't really move the localized manpages to the lang package, since they'd

++ liferea-1.6.7.tar.gz - liferea-1.8.0.tar.gz ++
 183306 lines of diff (skipped)

++ liferea-opensuse-feeds.patch ++
--- /var/tmp/diff_new_pack.3eQgCA/_old  2012-01-05 19:13:53.0 +0100
+++ /var/tmp/diff_new_pack.3eQgCA/_new  2012-01-05 19:13:53.0 

commit paman for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package paman for openSUSE:Factory checked 
in at 2012-01-05 19:14:28

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


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

Changes:

--- /work/SRC/openSUSE:Factory/paman/paman.changes  2011-09-23 
12:21:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.paman.new/paman.changes 2012-01-05 
19:14:30.0 +0100
@@ -1,0 +2,10 @@
+Tue Jan  3 15:16:19 UTC 2012 - vu...@opensuse.org
+
+- Add automake BuildRequires, as needed by autoreconf.
+
+---
+Wed Dec 21 10:39:20 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ paman.spec ++
--- /var/tmp/diff_new_pack.5LANM7/_old  2012-01-05 19:14:30.0 +0100
+++ /var/tmp/diff_new_pack.5LANM7/_new  2012-01-05 19:14:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paman
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   paman
-BuildRequires:  gcc-c++ libglademm-devel libpulse-devel update-desktop-files
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libglademm-devel
+BuildRequires:  libpulse-devel
+BuildRequires:  update-desktop-files
 Summary:PulseAudio Manager
-Version:0.9.4
-Release:142
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
+Version:0.9.4
+Release:0
 Url:http://0pointer.de/lennart/projects/paman/
 Source: %{name}-%{version}.tar.bz2
 Source1:paman.png


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



commit pan for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package pan for openSUSE:Factory checked in 
at 2012-01-05 19:14:34

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


Package is pan, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pan/pan.changes  2011-10-16 12:57:18.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pan.new/pan.changes 2012-01-05 
19:14:35.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 13:59:30 UTC 2011 - dims...@opensuse.org
+
+- Add pan-glib-2.31.patch: Fix build with glib 2.31.
+
+---

New:

  pan-glib-2.31.patch



Other differences:
--
++ pan.spec ++
--- /var/tmp/diff_new_pack.6bM8rE/_old  2012-01-05 19:14:36.0 +0100
+++ /var/tmp/diff_new_pack.6bM8rE/_new  2012-01-05 19:14:36.0 +0100
@@ -27,6 +27,8 @@
 Source: 
http://pan.rebelbase.com/download/releases/0.134/source/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM fix-desktop-file-11.0.diff -- validate desktop file
 Patch0: fix-desktop-file-11.0.diff
+# PATCH-FIX-UPSTREAM pan-glib-2.31.patch bgo#665289 dims...@opensuse.org -- 
Fix build with glib 2.31
+Patch1: pan-glib-2.31.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-patch-translation
@@ -57,6 +59,7 @@
 translation-update-upstream
 gnome-patch-translation-prepare
 %patch0
+%patch1 -p1
 gnome-patch-translation-update
 
 %build

++ pan-glib-2.31.patch ++
Index: pan-0.135/pan/data-impl/data-impl.cc
===
--- pan-0.135.orig/pan/data-impl/data-impl.cc
+++ pan-0.135/pan/data-impl/data-impl.cc
@@ -24,7 +24,7 @@
 #include config.h
 extern C {
   #include glib/gi18n.h
-  #include glib/gfileutils.h // for g_build_filename
+  #include glib.h // for g_build_filename
 }
 #include pan/general/debug.h
 #include pan/general/file-util.h
Index: pan-0.135/pan/data/article-cache.h
===
--- pan-0.135.orig/pan/data/article-cache.h
+++ pan-0.135/pan/data/article-cache.h
@@ -23,7 +23,7 @@
 #include map
 #include vector
 extern C {
-  #include glib/gtypes.h // for guint64
+  #include glib.h // for guint64
 }
 #include pan/general/string-view.h
 #include pan/general/quark.h
Index: pan-0.135/pan/general/file-util.h
===
--- pan-0.135.orig/pan/general/file-util.h
+++ pan-0.135/pan/general/file-util.h
@@ -25,7 +25,7 @@
 extern C {
   #include stddef.h
   #include stdio.h
-  #include glib/gtypes.h
+  #include glib.h
   #include glib/gstdio.h
 }
 #include pan/general/string-view.h
Index: pan-0.135/pan/general/locking.h
===
--- pan-0.135.orig/pan/general/locking.h
+++ pan-0.135/pan/general/locking.h
@@ -22,7 +22,7 @@
 #ifndef _Mutex_h_
 #define _Mutex_h_
 
-#include glib/gthread.h
+#include glib.h
 
 namespace pan
 {
Index: pan-0.135/pan/general/macros.h
===
--- pan-0.135.orig/pan/general/macros.h
+++ pan-0.135/pan/general/macros.h
@@ -62,12 +62,11 @@
 
 extern C
 {
-  #include glibconfig.h // get the version
-  #include glib/gutils.h // get GLIB_CHECK_VERSION
+  #include glib.h
 
   // pick up g_assert()
   #if GLIB_CHECK_VERSION(2,16,0)
-#include glib/gtestutils.h
+#include glib.h
   #else
 #include glib/gmessages.h
   #endif
Index: pan-0.135/pan/general/time-elapsed.h
===
--- pan-0.135.orig/pan/general/time-elapsed.h
+++ pan-0.135/pan/general/time-elapsed.h
@@ -1,9 +1,7 @@
 #ifndef __Time_Elapsed_h__
 #define __Time_Elapsed_h__
 
-#include glib/gtypes.h // for GTimeVal
-#include glib/gmain.h // for g_get_current_time
-#include glib/gtimer.h // for GUSEC_PER_SEC
+#include glib.h
 
 namespace pan
 {
Index: pan-0.135/pan/general/worker-pool.cc
===
--- pan-0.135.orig/pan/general/worker-pool.cc
+++ pan-0.135/pan/general/worker-pool.cc
@@ -21,7 +21,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include cassert
-#include glib/gmain.h // for g_idle_add
+#include glib.h // for g_idle_add
 #include pan/general/debug.h
 #include pan/general/macros.h
 #include worker-pool.h
Index: pan-0.135/pan/general/worker-pool.h
===
--- pan-0.135.orig/pan/general/worker-pool.h
+++ pan-0.135/pan/general/worker-pool.h
@@ -24,8 +24,7 @@
 #define _Worker_Pool_H_
 
 #include set
-#include glib/gtypes.h
-#include 

commit pavumeter for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package pavumeter for openSUSE:Factory 
checked in at 2012-01-05 19:14:44

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


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

Changes:

--- /work/SRC/openSUSE:Factory/pavumeter/pavumeter.changes  2011-09-23 
12:21:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.pavumeter.new/pavumeter.changes 2012-01-05 
19:14:46.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:33:29 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ pavumeter.spec ++
--- /var/tmp/diff_new_pack.9CDPeV/_old  2012-01-05 19:14:46.0 +0100
+++ /var/tmp/diff_new_pack.9CDPeV/_new  2012-01-05 19:14:46.0 +0100
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   pavumeter
-BuildRequires:  gcc-c++ libpulse-devel update-desktop-files
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libpulse-devel
+BuildRequires:  update-desktop-files
 %if %suse_version  1010
 BuildRequires:  gtkmm2-devel
 %else
 BuildRequires:  gtkmm24-devel
 %endif
 Summary:PulseAudio Volume Meter
-Version:0.9.3
-Release:179
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Visualization
+Version:0.9.3
+Release:0
 Url:http://0pointer.de/lennart/projects/pavumeter/
 Source: %{name}-%{version}.tar.bz2
 Source1:pavumeter.png


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



commit pinpoint for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package pinpoint for openSUSE:Factory 
checked in at 2012-01-05 19:14:58

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


Package is pinpoint, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pinpoint/pinpoint.changes2011-10-13 
12:33:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.pinpoint.new/pinpoint.changes   2012-01-05 
19:15:00.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan  2 02:41:38 UTC 2012 - g...@suse.com
+
+- Add Add pinpoint-racy-video-frame.patch to fix the segfault when
+  rendering the video thumbnail on the speaker screen
+  (bnc#739092, bgo#665756)
+
+---
+Tue Nov 15 16:50:30 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.1.4:
+  + Start of a speaker screen, support for speaker notes.
+  + A camera/v4l based slide background.
+  + Fully stop videos when transitioning between them.
+  + Made fade be the default transition.
+  + Inhibit screensaver when running fullscreen.
+- Drop pinpoint-speakerview.patch: fixed upstream.
+
+---

Old:

  pinpoint-0.1.2.tar.bz2
  pinpoint-speakerview.patch

New:

  pinpoint-0.1.4.tar.bz2
  pinpoint-racy-video-frame.patch



Other differences:
--
++ pinpoint.spec ++
--- /var/tmp/diff_new_pack.o14wMj/_old  2012-01-05 19:15:01.0 +0100
+++ /var/tmp/diff_new_pack.o14wMj/_new  2012-01-05 19:15:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pinpoint
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,15 @@
 
 
 Name:   pinpoint
-Version:0.1.2
-Release:3
-License:LGPL-2.1+
+Version:0.1.4
+Release:0
 Summary:Simple Presentation Tool for Excellent Presentations
-Url:http://live.gnome.org/Pinpoint
+License:LGPL-2.1+
 Group:  Productivity/Publishing/Presentation
-Source: 
http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/%{name}-%{version}.tar.bz2
-# PATCH-FEATURE-UPSTREAM pinpoint-speakerview.patch -- Taken from git, add the 
speaker view feature
-Patch1: pinpoint-speakerview.patch
+Url:http://live.gnome.org/Pinpoint
+Source: 
http://download.gnome.org/sources/pinpoint/0.1/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM pinpoint-racy-video-frame.patch bnc#739092,bgo#665756 
g...@suse.com -- Fix crash when rendering the video thumbnail on the speaker 
screen
+Patch1: pinpoint-racy-video-frame.patch
 BuildRequires:  pkgconfig(cairo-pdf)
 BuildRequires:  pkgconfig(clutter-1.0)
 BuildRequires:  pkgconfig(clutter-gst-1.0)

++ pinpoint-0.1.2.tar.bz2 - pinpoint-0.1.4.tar.bz2 ++
 4668 lines of diff (skipped)

++ pinpoint-racy-video-frame.patch ++
From 591e97ad8c787a257db1eebfb8e1cc2098a02014 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin chingp...@gmail.com
Date: Fri, 30 Dec 2011 18:04:37 +0800
Subject: [PATCH] Skip the frames until the previous frame is rendered

Rendering the thumbnail of the video file may takes longer than
15 milliseconds, and pinpoint would crash when there are more than
2 threads to render the frames.

https://bugzilla.gnome.org/show_bug.cgi?id=665756
---
 pp-clutter.c |   13 -
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/pp-clutter.c b/pp-clutter.c
index 1136033..f4ad00a 100644
--- a/pp-clutter.c
+++ b/pp-clutter.c
@@ -1638,11 +1638,18 @@ static gboolean update_speaker_screen (ClutterRenderer 
*renderer)
 return FALSE;
 
   point = pp_slidep-data;
+  static gboolean is_updated = TRUE;
   static float current_slide_time = 0.0;
   static float current_slide_duration = 0.0;
   static GList *current_slide = NULL;
   float nh, nw;
 
+  /* Skip this update since the previous one isn't finished */
+  if (!is_updated)
+return TRUE;
+
+  is_updated = FALSE;
+
   if (renderer-reset)
 {
   current_slide = NULL;
@@ -1708,7 +1715,7 @@ static gboolean update_speaker_screen (ClutterRenderer 
*renderer)
 }
 
   if (!renderer-speaker_mode)
-return TRUE;
+goto out;
 
   if (point-speaker_notes)
 clutter_text_set_text (CLUTTER_TEXT (renderer-speaker_notes),
@@ -1874,6 +1881,10 @@ static gboolean update_speaker_screen (ClutterRenderer 
*renderer)
   nh * 0.35);
   clutter_actor_set_width(renderer-speaker_notes,
   

  1   2   >