commit rpm for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2011-11-23 12:03:14

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


Package is "rpm", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2011-10-21 16:35:50.0 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2011-11-23 
12:03:16.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 15 21:36:05 UTC 2011 - crrodrig...@opensuse.org
+
+- The %configure macro should use --disable-dependency-tracking
+  that feature makes no sense when building rpms and only generates
+  extra I/O and uglify log files. Fedora uses it since 
+  redhat-rpm-config version 9.1.0 too.
+
+---

New:

  rpm-deptracking.patch



Other differences:
--
++ rpm.spec ++
--- /var/tmp/diff_new_pack.S9YyuM/_old  2011-11-23 12:03:21.0 +0100
+++ /var/tmp/diff_new_pack.S9YyuM/_new  2011-11-23 12:03:21.0 +0100
@@ -114,6 +114,7 @@
 Patch77:mono-find-requires.diff
 Patch78:debugedit-stabs-warning.diff
 Patch79:headerchk.diff
+Patch80:rpm-deptracking.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
 # avoid bootstrapping problem
@@ -176,7 +177,7 @@
 %patch -P 40 -P 41 -P 42 -P 43 -P 44 -P 45 -P 46 -P 47 -P 48 -P 49
 %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58 -P 59
 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69
-%patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
+%patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79 -P 80
 #chmod 755 scripts/find-supplements{,.ksyms}
 #chmod 755 scripts/find-provides.ksyms scripts/find-requires.ksyms
 #chmod 755 scripts/firmware.prov
@@ -208,11 +209,11 @@
 #cp -p /usr/share/gettext/config.rpath .
 cp autogen.sh beecrypt
 pushd beecrypt
-./autogen.sh --with-pic --without-python $BUILDTARGET
+./autogen.sh --disable-dependency-tracking --with-pic --without-python 
$BUILDTARGET
 make %{?_smp_mflags}
 popd
 
-./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
+./autogen.sh --disable-dependency-tracking --prefix=%{_prefix} 
--mandir=%{_mandir} --infodir=%{_infodir} \
 --libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua \
 --with-selinux --with-internal-beecrypt \
 --with-acl --with-cap --enable-shared %{?with_python: --enable-python} 
$BUILDTARGET

++ rpm-deptracking.patch ++
--- macros.in.orig
+++ macros.in
@@ -900,7 +900,8 @@ print (t)\
--localstatedir=%{_localstatedir} \\\
--sharedstatedir=%{_sharedstatedir} \\\
--mandir=%{_mandir} \\\
-   --infodir=%{_infodir}
+   --infodir=%{_infodir} \\\
+   --disable-dependency-tracking
 
 #--
 # The make install analogue of %configure for modern autotools:
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libtunepimp for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libtunepimp for openSUSE:Factory 
checked in at 2011-11-23 12:03:37

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


Package is "libtunepimp", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libtunepimp/libtunepimp.changes  2011-09-23 
02:11:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libtunepimp.new/libtunepimp.changes 
2011-11-23 12:03:40.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:24:06 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libtunepimp.spec ++
--- /var/tmp/diff_new_pack.lDU0FE/_old  2011-11-23 12:03:42.0 +0100
+++ /var/tmp/diff_new_pack.lDU0FE/_new  2011-11-23 12:03:42.0 +0100
@@ -22,7 +22,7 @@
 # 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 build patched 
build plus original as addon.
-BuildRequires:  curl-devel flac-devel gcc-c++ libexpat-devel libmpcdec-devel 
libmusicbrainz-devel libofa-devel libvorbis-devel readline-devel taglib-devel 
zlib-devel
+BuildRequires:  curl-devel flac-devel gcc-c++ libexpat-devel libmpcdec-devel 
libmusicbrainz-devel libofa-devel libtool libvorbis-devel readline-devel 
taglib-devel zlib-devel
 %if 0%{?BUILD_ORIG}
 BuildRequires:  mad-devel mpeg4ip-devel
 %if 0%{?BUILD_ORIG_ADDON}
@@ -38,7 +38,7 @@
 License:LGPL v2.1 or later
 Group:  System/Libraries
 Version:0.5.3
-Release:152
+Release:1
 # Package name for 9.1 and SLES9:
 Provides:   trm
 Obsoletes:  trm < %{version}
@@ -59,23 +59,6 @@
 server is designed to enable Audio CD, MP3, and Vorbis players to
 download metadata about the music they are playing.
 
-
-
-Authors:
-
-Adam Wozniak 
-Ben Wong 
-Bert Vermeulen 
-Johnny Tevessen 
-Jukka Poikolainen 
-Marc E E van Woerkom 
-Mark A Mankins 
-Rick Bradey 
-Robert Kaye 
-Stephen van Egmond 
-Winston Chang 
-David W. Gray 
-
 %package -n libtunepimp5
 License:LGPL v2.1 or later
 Group:  System/Libraries
@@ -87,23 +70,6 @@
 server is designed to enable Audio CD, MP3, and Vorbis players to
 download metadata about the music they are playing.
 
-
-
-Authors:
-
-Adam Wozniak 
-Ben Wong 
-Bert Vermeulen 
-Johnny Tevessen 
-Jukka Poikolainen 
-Marc E E van Woerkom 
-Mark A Mankins 
-Rick Bradey 
-Robert Kaye 
-Stephen van Egmond 
-Winston Chang 
-David W. Gray 
-
 %if 0%{?BUILD_ORIG}
 %if 0%{?BUILD_ORIG_ADDON}
 
@@ -121,23 +87,6 @@
 server is designed to enable Audio CD, MP3, and Vorbis players to
 download metadata about the music they are playing.
 
-
-
-Authors:
-
-Adam Wozniak 
-Ben Wong 
-Bert Vermeulen 
-Johnny Tevessen 
-Jukka Poikolainen 
-Marc E E van Woerkom 
-Mark A Mankins 
-Rick Bradey 
-Robert Kaye 
-Stephen van Egmond 
-Winston Chang 
-David W. Gray 
-
 %endif
 %endif
 
@@ -151,23 +100,6 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-Adam Wozniak 
-Ben Wong 
-Bert Vermeulen 
-Johnny Tevessen 
-Jukka Poikolainen 
-Marc E E van Woerkom 
-Mark A Mankins 
-Rick Bradey 
-Robert Kaye 
-Stephen van Egmond 
-Winston Chang 
-David W. Gray 
-
 %prep
 %setup -q
 %patch

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



commit qrencode for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package qrencode for openSUSE:Factory 
checked in at 2011-11-23 12:03:45

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


Package is "qrencode", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2011-09-23 
12:43:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes   2011-11-23 
12:03:49.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:26:00 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ qrencode.spec ++
--- /var/tmp/diff_new_pack.fX3a2y/_old  2011-11-23 12:03:51.0 +0100
+++ /var/tmp/diff_new_pack.fX3a2y/_new  2011-11-23 12:03:51.0 +0100
@@ -25,7 +25,7 @@
 Url:http://fukuchi.org/works/qrencode/index.en.html
 Group:  Development/Libraries/C and C++
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  autoconf
+BuildRequires:  autoconf libtool
 BuildRequires:  libSDL-devel
 %if 0%{suse_version} > 1120
 BuildRequires:  libpng12-devel

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



commit aaa_base for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2011-11-23 19:33:53

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


Package is "aaa_base", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2011-11-14 
11:49:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2011-11-23 
19:33:55.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 22 11:49:07 UTC 2011 - r...@suse.de
+
+- random seed start script: use pool_size from kernel,
+  not the old 512 bytes (bnc#730736)
+
+---

Old:

  systemd_no_wrap_service.patch



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.zaxT0T/_old  2011-11-23 19:34:21.0 +0100
+++ /var/tmp/diff_new_pack.zaxT0T/_new  2011-11-23 19:34:21.0 +0100
@@ -35,7 +35,6 @@
 # run make package in checkout out git repo to recreate
 Source: aaa_base.tar.bz2
 Source99:   aaa_base-rpmlintrc
-Patch0: systemd_no_wrap_service.patch
 
 %description
 This package installs several important configuration files. Central
@@ -55,7 +54,6 @@
 
 %prep
 %setup -n aaa_base
-%patch0 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags}

++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/random 
new/aaa_base/files/etc/init.d/random
--- old/aaa_base/files/etc/init.d/random2011-11-02 15:39:14.0 
+0100
+++ new/aaa_base/files/etc/init.d/random2011-11-22 12:47:20.0 
+0100
@@ -27,13 +27,21 @@
 . /etc/rc.status
 
 random_seed=/var/lib/misc/random-seed
+read pool_size < /proc/sys/kernel/random/poolsize
+# fall back to the old 512 if not found,
+# current default should be 4096
+test -n "$pool_size" || pool_size=512
 
 rc_reset
 case "$1" in
 start)
 echo -n "Initializing random number generator"
 # Carry a random seed from start-up to start-up
-# Load and then save 512 bytes, which is the size of the entropy pool
+# Load and then save a number bytes, the size of the entropy pool
+if test -f $random_seed ; then
+   RSIZE=`stat -c %s $random_seed`
+   test "$RSIZE" = "$pool_size" || rm -f $random_seed
+   fi
 if test -f $random_seed ; then
 cat $random_seed > /dev/urandom
rc_status
@@ -42,7 +50,7 @@
rc_status
 fi
 chmod 600 $random_seed
-dd if=/dev/urandom of=$random_seed count=1 bs=512 2>/dev/null
+dd if=/dev/urandom of=$random_seed count=1 bs=$pool_size 2>/dev/null
rc_status -v
;;
 stop)
@@ -54,7 +62,7 @@
rc_status
fi
 chmod 600 $random_seed
-dd if=/dev/urandom of=$random_seed count=1 bs=512 2>/dev/null
+dd if=/dev/urandom of=$random_seed count=1 bs=$pool_size 2>/dev/null
rc_status -v
;;
 status)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/sbin/service 
new/aaa_base/files/sbin/service
--- old/aaa_base/files/sbin/service 2011-11-02 15:39:14.0 +0100
+++ new/aaa_base/files/sbin/service 2011-11-22 12:47:20.0 +0100
@@ -21,12 +21,13 @@
 #
 
PATH=/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
 test -n "$TERM" || TERM=raw
+test -n "$SYSTEMD_NO_WRAP" && export SYSTEMD_NO_WRAP
 LANG=POSIX
 export PATH TERM LANG
 
 exec_rc ()
 {
-env -i LANG=$LANG PATH=$PATH TERM=$TERM ${1+"$@"}
+env -i LANG=$LANG PATH=$PATH TERM=$TERM SYSTEMD_NO_WRAP=$SYSTEMD_NO_WRAP 
${1+"$@"}
 }
 
 usage ()

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



commit armadillo for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2011-11-23 19:33:58

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


Package is "armadillo", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2011-11-16 
17:16:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2011-11-23 
19:34:22.0 +0100
@@ -1,0 +2,17 @@
+Tue Nov 22 20:06:40 UTC 2011 - badshah...@gmail.com
+
+- Update to version 2.3.91 (2.4 beta 1):
+  + Added shorter forms of transposes: .t() and .st()
+  + Added optional use of 64 bit indices, allowing matrices to
+have more than 4 billion elements
+  + Added experimental support for C++11 initialiser lists
+  + Faster pinv()
+  + Faster inplace transpose
+  + Bugfixes for handling expressions with aliasing and
+submatrices
+  + Refactored code to eliminate warnings when using the Clang
+C++ compiler
+  + .print_trans() and .raw_print_trans() are deprecated
+ 
+
+---

Old:

  armadillo-2.2.5.tar.bz2

New:

  armadillo-2.3.91.tar.bz2



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.fcR7ZW/_old  2011-11-23 19:34:26.0 +0100
+++ /var/tmp/diff_new_pack.fcR7ZW/_new  2011-11-23 19:34:26.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   armadillo
-Version:2.2.5
+Version:2.3.91
 Release:1
 License:LGPLv3+
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS

++ armadillo-2.2.5.tar.bz2 -> armadillo-2.3.91.tar.bz2 ++
 30596 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

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-23 19:34:08

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-11-22 17:47:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-23 19:34:27.0 +0100
@@ -2 +2 @@
-Tue Nov 22 07:40:11 CET 2011 - autobu...@suse.de
+Wed Nov 23 11:40:05 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-22
+- automated update on 2011-11-23



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.6i5hXq/_old  2011-11-23 19:34:31.0 +0100
+++ /var/tmp/diff_new_pack.6i5hXq/_new  2011-11-23 19:34:31.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.22
+Version:2011.11.23
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.6i5hXq/_old  2011-11-23 19:34:31.0 +0100
+++ /var/tmp/diff_new_pack.6i5hXq/_new  2011-11-23 19:34:31.0 +0100
@@ -80786,6 +80786,12 @@
Berlin  10779
GERMANY
 
+04-F4-BC   (hex)   Xena Networks
+04F4BC (base 16)   Xena Networks
+   Graabroedretorv 6, 3. sal
+   K�benhavn Danmark 1154
+   DENMARK
+
 04-FE-7F   (hex)   Cisco Systems
 04FE7F (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -82043,6 +82049,12 @@
Cupertino CA 95014
UNITED STATES
 
+0C-75-23   (hex)   BEIJING GEHUA CATV NETWORK CO.,LTD
+0C7523 (base 16)   BEIJING GEHUA CATV NETWORK CO.,LTD
+   No.35,N.Huayuan RD.,Haidian District
+   BEIJING  100083
+   CHINA
+
 0C-7D-7C   (hex)   Kexiang Information Technology Co, Ltd.
 0C7D7C (base 16)   Kexiang Information Technology Co, Ltd.
Room 1502, Longxi Hotel No.3788 Jiangnan 
Avenue. 
@@ -83897,6 +83909,12 @@
Minato-ku Tokyo 108-0075
JAPAN
 
+28-10-7B   (hex)   D-Link International
+28107B (base 16)   D-Link International
+   1 International Business Park, #03-12, The 
Synergy 
+   609917
+   SINGAPORE
+
 28-14-71   (hex)   Lantis co., LTD.
 281471 (base 16)   Lantis co., LTD.
busan innobiz center 401
@@ -88754,6 +88772,13 @@
Beijing  100029
CHINA
 
+6C-3A-84   (hex)   Shenzhen Aero-Startech. Co.Ltd
+6C3A84 (base 16)   Shenzhen Aero-Startech. Co.Ltd
+   F3-4, Building3,Zhongyuntai Industrial 
Park.Shiyan Town.,
+   Bao'an District
+   Shenzhen Guangdong 518108
+   CHINA
+
 6C-3E-9C   (hex)   KE Knestel Elektronik GmbH
 6C3E9C (base 16)   KE Knestel Elektronik GmbH
Osterwalder Str. 12
@@ -94685,6 +94710,12 @@
Bangalore Karnataka 560038
INDIA
 
+BC-2C-55   (hex)   Bear Flag Design, Inc.
+BC2C55 (base 16)   Bear Flag Design, Inc.
+   1 Thayer Road
+   Santa Cruz CA 95060
+   UNITED STATES
+
 BC-30-5B   (hex)   Dell Inc.
 BC305B (base 16)   Dell Inc.
One Dell Way, MS RR5-45

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



commit aspell for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package aspell for openSUSE:Factory checked 
in at 2011-11-23 19:34:14

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


Package is "aspell", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/aspell/aspell.changes2011-10-05 
17:35:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.aspell.new/aspell.changes   2011-11-23 
19:34:32.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 14:03:06 UTC 2011 - pgaj...@suse.com
+
+- add -ltinfo
+
+---



Other differences:
--
++ aspell.spec ++
--- /var/tmp/diff_new_pack.uuYfFc/_old  2011-11-23 19:34:36.0 +0100
+++ /var/tmp/diff_new_pack.uuYfFc/_new  2011-11-23 19:34:36.0 +0100
@@ -137,6 +137,9 @@
 export CXXFLAGS="%{optflags}"
 
 %configure \
+%if %suse_version > 1210
+ --enable-curses="-lncursesw -ltinfo" \
+%endif
  --disable-rpath
 
 make %{?_smp_mflags}

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



commit ddd for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2011-11-23 19:34:19

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-09-23 01:54:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2011-11-23 
19:34:36.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 22 12:20:20 UTC 2011 - pgaj...@suse.com
+
+- compile against libtinfo
+
+---
+Tue Nov 15 09:40:46 UTC 2011 - pgaj...@suse.com
+
+- don't build html in parallel build
+
+---



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.WaPWO0/_old  2011-11-23 19:34:40.0 +0100
+++ /var/tmp/diff_new_pack.WaPWO0/_new  2011-11-23 19:34:40.0 +0100
@@ -67,8 +67,13 @@
 
 %build
 cp %{S:3} .
+%if %suse_version > 1210
+%configure --with-termlib=tinfo
+%else
 %configure
-make %{?_smp_mflags} all html
+%endif
+make %{?_smp_mflags} all 
+make html
 
 %install
 %makeinstall


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



commit emacs for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2011-11-23 19:34:24

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


Package is "emacs", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2011-10-03 
09:17:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2011-11-23 
19:34:40.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 14:40:45 UTC 2011 - wer...@suse.de
+
+- Add patch to use libtinfo if available 
+
+---

New:

  emacs-23.3-tinfo.dif



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.nPxzc0/_old  2011-11-23 19:34:43.0 +0100
+++ /var/tmp/diff_new_pack.nPxzc0/_new  2011-11-23 19:34:43.0 +0100
@@ -54,6 +54,7 @@
 Patch11:emacs-22.0.99-xim.patch
 Patch12:emacs-22.0.99-x11r7.patch
 Patch13:emacs-23.3-s390x.dif
+Patch14:emacs-23.3-tinfo.dif
 Patch15:emacs-22.2-iconic.patch
 Patch16:emacs-23.1-flyspell.patch
 Patch18:emacs-sparc.diff
@@ -160,6 +161,7 @@
 %patch11 -p0 -b .xim
 %patch12 -p0 -b .x11r7
 %patch13 -p0 -b .s390x
+%patch14 -p0 -b .tinfo
 %patch15 -p0 -b .iconic
 %patch16 -p0 -b .flyspell
 %patch

++ emacs-23.3-tinfo.dif ++
--- configure.in
+++ configure.in2011-11-22 14:37:39.195146873 +
@@ -2376,11 +2376,13 @@ AC_CHECK_FUNCS(getpt)
 # That is because we have not set up to link ncurses in lib-src.
 # It's better to believe a function is not available
 # than to expect to find it in ncurses.
-AC_CHECK_LIB(ncurses, tparm)
+for lib in tinfo ncurses ; do
+  AC_CHECK_LIB($lib, tparm)
+done
 
 case "$opsys" in
   netbsd)
-AC_SEARCH_LIBS(tputs, [ncurses terminfo termcap])
+AC_SEARCH_LIBS(tputs, [tinfo ncurses ncursesw terminfo termcap])
 if test $ac_cv_search_tputs = -lterminfo; then
   AC_DEFINE(TERMINFO, 1, [Define to 1 if you use terminfo instead of 
termcap.])
 fi
--- src/config.in
+++ src/config.in   2011-11-22 14:34:49.199647061 +
@@ -388,6 +388,9 @@ along with GNU Emacs.  If not, see 

commit haveged for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2011-11-23 19:34:41

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


Package is "haveged", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2011-10-02 
10:12:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes 2011-11-23 
19:34:44.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov 22 14:24:33 UTC 2011 - crrodrig...@opensuse.org
+
+- Use Service type "simple" in systemd unit 
+
+---
+Tue Oct 25 08:37:28 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.3:
+  * reorganized to allow its collection mechanism to be better accessed
+directly through the file system: includes the option to suppress the
+daemon interface in the build for circumstances where /dev/random is
+unavailable or its use is inappropriate
+
+---

Old:

  haveged-1.2.tar.gz

New:

  haveged-1.3.tar.gz



Other differences:
--
++ haveged.spec ++
--- /var/tmp/diff_new_pack.fxUNKy/_old  2011-11-23 19:34:53.0 +0100
+++ /var/tmp/diff_new_pack.fxUNKy/_new  2011-11-23 19:34:53.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   haveged
-Version:1.2
+Version:1.3
 Release:2
 License:GPLv3
 Summary:Feed entropy into random pool
@@ -51,7 +51,7 @@
 %build
 autoreconf -fiv
 export LDFLAGS="-Wl,-z,relro,-z,now"
-%configure --with-libcap-ng=yes --sbindir=/sbin --enable-nistest=yes
+%configure --with-libcap-ng=yes --sbindir=/sbin --enable-nistest=yes 
--enable-daemon=yes
 make %{?_smp_mflags}
 
 %check
@@ -59,14 +59,13 @@
 
 %install
 %makeinstall
-%{__install} -m0755 %{S:1} %{buildroot}%{_initddir}/haveged
+%{__install} -D -m0755 %{S:1} %{buildroot}%{_initddir}/haveged
 %{__mkdir_p} %{buildroot}%{_sbindir}
 %{__ln_s} -f %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
-%{__mkdir_p} %{buildroot}/lib/systemd/system
-%{__install} -m0755 %{S:2} %{buildroot}/lib/systemd/system/haveged.service
+%{__install} -D -m0755 %{S:2} %{buildroot}/lib/systemd/system/haveged.service
 
 %clean
-rm -rf %{buildroot}
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %post
 # do not enable on condition here, let YAST, kiwi or the user do it.

++ haveged-1.2.tar.gz -> haveged-1.3.tar.gz ++
 3119 lines of diff (skipped)

++ haveged.service ++
--- /var/tmp/diff_new_pack.fxUNKy/_old  2011-11-23 19:34:53.0 +0100
+++ /var/tmp/diff_new_pack.fxUNKy/_new  2011-11-23 19:34:53.0 +0100
@@ -3,9 +3,8 @@
 After= local-fs.target syslog.target
 
 [Service]
-Type=forking
-ExecStart=/sbin/haveged -w 1024 -v 1
-PIDFile=/var/run/haveged.pid
+Type=simple
+ExecStart=/sbin/haveged -F 1 -w 1024 -v 1
 
 [Install]
 WantedBy=multi-user.target

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



commit lapack for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package lapack for openSUSE:Factory checked 
in at 2011-11-23 19:34:46

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


Package is "lapack", Maintainer is "rguent...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lapack/lapack.changes2011-09-23 
02:07:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.lapack.new/lapack.changes   2011-11-23 
19:34:53.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 16 21:03:58 UTC 2011 - bur...@net-b.de
+
+- Update to 3.4.0
+  * xGEQRT: QR factorization (improved interface)
+  * xGEQRT3: recursive QR factorization.
+  * xTPQRT: Communication-Avoiding QR sequential kernels.
+  * Bug fixes.
+  * Changes see http://www.netlib.org/lapack/lapack-3.4.0.html
+
+---

Old:

  ila-bound-fix.patch
  lapack-3.3.1.tar.bz2
  manpages.tar.bz2

New:

  lapack-3.4.0.tar.bz2



Other differences:
--
++ lapack.spec ++
--- /var/tmp/diff_new_pack.tzcFqv/_old  2011-11-23 19:35:17.0 +0100
+++ /var/tmp/diff_new_pack.tzcFqv/_new  2011-11-23 19:35:17.0 +0100
@@ -19,17 +19,15 @@
 
 
 Name:   lapack
-BuildRequires:  gcc-fortran
+BuildRequires:  doxygen gcc-fortran python
 Summary:Linear Algebra Package
-Version:3.3.1
+Version:3.4.0
 Release:3
 License:Public Domain, Freeware
 Group:  Development/Libraries/Parallel
 Source0:lapack-%{version}.tar.bz2
-Source1:manpages.tar.bz2
 Source99:   lapack-rpmlintrc
 Patch1: lapack-3.2.2.patch
-Patch2: ila-bound-fix.patch
 Url:http://www.netlib.org/lapack/
 Requires:   blas  = %{version}
 Requires:   liblapack3 = %{version}
@@ -151,8 +149,6 @@
 %prep
 %setup -q
 %patch1
-%patch2
-tar xjf %{S:1}
 
 %build
 case "$RPM_ARCH" in
@@ -165,7 +161,7 @@
 make %{?jobs:-j%jobs} blaslib \
   OPTS="$RPM_OPT_FLAGS -fPIC" \
   NOOPT="$RPM_OPT_FLAGS -O0 -fPIC"
-mv blas_LINUX.a libblas_pic.a
+mv librefblas.a libblas_pic.a
 mkdir tmp
 ( cd tmp; ar x ../libblas_pic.a )
 gfortran -shared -Wl,-soname=libblas.so.3 -o libblas.so.%version tmp/*.o
@@ -186,12 +182,12 @@
 else
   true  # No failures
 fi
-mv blas_LINUX.a libblas.a
+mv librefblas.a libblas.a
 make cleanlib
 make %{?jobs:-j%jobs} lapacklib \
   OPTS="$RPM_OPT_FLAGS -fPIC" \
   NOOPT="$RPM_OPT_FLAGS -O0 -fPIC"
-mv lapack_LINUX.a liblapack_pic.a
+mv liblapack.a liblapack_pic.a
 mkdir tmp
 ( cd tmp; ar x ../liblapack_pic.a )
 gfortran -shared -Wl,-soname=liblapack.so.3 -o liblapack.so.%version tmp/*.o 
-L. -lblas
@@ -201,7 +197,7 @@
 make %{?jobs:-j%jobs} lapacklib \
   OPTS="$RPM_OPT_FLAGS" \
   NOOPT="$RPM_OPT_FLAGS -O0"
-ln -s libblas.a blas_LINUX.a
+ln -s libblas.a librefblas.a
 make lapack_testing \
   OPTS="$RPM_OPT_FLAGS $PRECFLAGS" \
   NOOPT="$RPM_OPT_FLAGS $PRECFLAGS -O0"
@@ -213,7 +209,35 @@
 else
   true  # No failures
 fi
-mv lapack_LINUX.a liblapack.a
+# Create man pages - and do some cleanup
+make man
+rm -f DOCS/man/man3/*tst*
+rm -f DOCS/man/man3/TST*
+rm -f DOCS/man/man3/MYSUB.3
+rm -f DOCS/man/man3/INSTALL_lsame.f.3
+rm -f DOCS/man/man3/xerbla.f.3
+rm -f DOCS/man/man3/xerbla_array.f.3
+rm -f DOCS/man/man3/*_.3
+rm -f DOCS/man/man3/dsecnd_*.3
+rm -f DOCS/man/man3/DSECND.3
+rm -f DOCS/man/man3/second_*3
+rm -f DOCS/man/man3/SECOND.3
+rm -f DOCS/man/man3/LAPACK_version.f.3
+rm -f DOCS/man/man3/SRC_ilaver.f.3
+rm -f DOCS/man/man3/SRC_xerbla.f.3
+rm -f DOCS/man/man3/SRC_xerbla_array.f.3
+rm -f DOCS/man/man3/SLAMC2.3.gz
+rm -f DOCS/man/man3/SLAMC3.3.gz
+rm -f DOCS/man/man3/SLAMC4.3.gz
+rm -f DOCS/man/man3/SLAMC5.3.gz
+rm -f DOCS/man/man3/DLAMC2.3.gz
+rm -f DOCS/man/man3/DLAMC3.3.gz
+rm -f DOCS/man/man3/DLAMC4.3.gz
+rm -f DOCS/man/man3/DLAMC5.3.gz
+mv DOCS/man/man3/BLAS_SRC_lsame.f.3 DOCS/man/man3/lsame.f.3
+mv DOCS/man/man3/BLAS_SRC_xerbla.f.3 DOCS/man/man3/xerbla.f.3
+mv DOCS/man/man3/BLAS_SRC_xerbla_array.f.3 DOCS/man/man3/xerbla_array.f.3
+mv DOCS/man/man3/INSTALL_ilaver.f.3 DOCS/man/man3/ilaver.f.3
 
 %install
 install -d $RPM_BUILD_ROOT/%{_libdir}
@@ -227,29 +251,44 @@
 install -m 755 liblapack.so.%version $RPM_BUILD_ROOT/%{_libdir}
 ln -s liblapack.so.%version $RPM_BUILD_ROOT/%{_libdir}/liblapack.so.3
 ln -s liblapack.so.%version $RPM_BUILD_ROOT/%{_libdir}/liblapack.so
-# remove duplicate manpages
-rm manpages/man/manl/xerbla.l
-rm manpages/man/manl/xerbla_array.l
-rm manpages/man/manl/lsame.l
-rm manpages/man/manl/zdrot.l
-rm manpages/man/manl/csrot.l
-# remove bogus files
-rm manpages/blas/man/manl/ssyrk.txt_new
-rm manpages/blas/man/manl/intro_blas1.man
-# move and rename manpages
 install -d $RPM_BUILD_ROOT%{_mandir}/man3
-function CopyFile {
-

commit libopensync-plugin-file for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-file for 
openSUSE:Factory checked in at 2011-11-23 19:34:51

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


Package is "libopensync-plugin-file", Maintainer is "csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-file/libopensync-plugin-file.changes
  2011-09-23 02:09:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-file.new/libopensync-plugin-file.changes
 2011-11-23 19:35:24.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:12:09 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync-plugin-file.spec ++
--- /var/tmp/diff_new_pack.BxZ7ZZ/_old  2011-11-23 19:35:39.0 +0100
+++ /var/tmp/diff_new_pack.BxZ7ZZ/_new  2011-11-23 19:35:39.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libopensync-plugin-file (Version 0.22)
+# spec file for package libopensync-plugin-file
 #
-# 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
@@ -19,14 +19,13 @@
 
 
 Name:   libopensync-plugin-file
-BuildRequires:  libopensync-devel
+BuildRequires:  libopensync-devel libtool
 Url:http://www.opensync.org
 Version:0.22
 Release:149
 Summary:File Synchronization Plug-In for OpenSync
 License:LGPL v2.1 or later
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define prefix   /usr

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



commit libopensync-plugin-gnokii for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-gnokii for 
openSUSE:Factory checked in at 2011-11-23 19:34:56

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


Package is "libopensync-plugin-gnokii", Maintainer is "csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-gnokii/libopensync-plugin-gnokii.changes
  2011-09-23 02:09:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-gnokii.new/libopensync-plugin-gnokii.changes
 2011-11-23 19:35:39.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:14:20 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync-plugin-gnokii.spec ++
--- /var/tmp/diff_new_pack.R3w1Jx/_old  2011-11-23 19:35:41.0 +0100
+++ /var/tmp/diff_new_pack.R3w1Jx/_new  2011-11-23 19:35:41.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libopensync-plugin-gnokii (Version 0.22)
+# spec file for package libopensync-plugin-gnokii
 #
-# 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
@@ -19,14 +19,13 @@
 
 
 Name:   libopensync-plugin-gnokii
-BuildRequires:  bluez-devel gnokii-devel libical-devel libopensync-devel 
libusb-devel
+BuildRequires:  bluez-devel gnokii-devel libical-devel libopensync-devel 
libtool libusb-devel
 Url:http://www.opensync.org
 Version:0.22
 Release:179
 Summary:Gnokii Synchronization Plug-In for OpenSync
 License:GPLv2+
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 Patch0: libopensync-plugin-gnokii-add_new_entries.diff
 Patch1: nowerror.patch

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



commit libopensync-plugin-google-calendar for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-google-calendar 
for openSUSE:Factory checked in at 2011-11-23 19:34:59

Comparing /work/SRC/openSUSE:Factory/libopensync-plugin-google-calendar (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync-plugin-google-calendar.new 
(New)


Package is "libopensync-plugin-google-calendar", Maintainer is 
"csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar.changes
2011-09-23 02:09:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-google-calendar.new/libopensync-plugin-google-calendar.changes
   2011-11-23 19:35:41.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:14:35 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync-plugin-google-calendar.spec ++
--- /var/tmp/diff_new_pack.lhtol8/_old  2011-11-23 19:35:43.0 +0100
+++ /var/tmp/diff_new_pack.lhtol8/_new  2011-11-23 19:35:43.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libopensync-plugin-google-calendar (Version 0.22)
+# spec file for package libopensync-plugin-google-calendar
 #
-# 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
@@ -19,14 +19,13 @@
 
 
 Name:   libopensync-plugin-google-calendar
-BuildRequires:  libopensync-devel python-httplib2
+BuildRequires:  libopensync-devel libtool python-httplib2
 Url:http://www.opensync.org
 Version:0.22
 Release:149
 Summary:Google Calendar Synchronization Plug-In for OpenSync
 License:GPL v2 or later
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   python-httplib2 pyxml

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



commit libopensync-plugin-gpe for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-gpe for 
openSUSE:Factory checked in at 2011-11-23 19:35:08

Comparing /work/SRC/openSUSE:Factory/libopensync-plugin-gpe (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync-plugin-gpe.new (New)


Package is "libopensync-plugin-gpe", Maintainer is "csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-gpe/libopensync-plugin-gpe.changes
2011-09-23 02:09:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-gpe.new/libopensync-plugin-gpe.changes
   2011-11-23 19:35:43.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:14:59 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync-plugin-gpe.spec ++
--- /var/tmp/diff_new_pack.8lgTS6/_old  2011-11-23 19:35:45.0 +0100
+++ /var/tmp/diff_new_pack.8lgTS6/_new  2011-11-23 19:35:45.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libopensync-plugin-gpe (Version 0.22)
+# spec file for package libopensync-plugin-gpe
 #
-# 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
@@ -19,14 +19,13 @@
 
 
 Name:   libopensync-plugin-gpe
-BuildRequires:  libopensync-devel
+BuildRequires:  libopensync-devel libtool
 Url:http://www.opensync.org
 Version:0.22
-Release:149
+Release:1
 Summary:GPE Synchronization Plug-In for OpenSync
 License:GPL v2 or later
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define prefix   /usr

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



commit libopensync-plugin-irmc for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-irmc for 
openSUSE:Factory checked in at 2011-11-23 19:35:19

Comparing /work/SRC/openSUSE:Factory/libopensync-plugin-irmc (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync-plugin-irmc.new (New)


Package is "libopensync-plugin-irmc", Maintainer is "csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-irmc/libopensync-plugin-irmc.changes
  2011-09-23 02:09:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-irmc.new/libopensync-plugin-irmc.changes
 2011-11-23 19:35:45.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:15:17 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync-plugin-irmc.spec ++
--- /var/tmp/diff_new_pack.oQxr4z/_old  2011-11-23 19:35:48.0 +0100
+++ /var/tmp/diff_new_pack.oQxr4z/_new  2011-11-23 19:35:48.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libopensync-plugin-irmc (Version 0.22)
+# spec file for package libopensync-plugin-irmc
 #
-# Copyright (c) 2008 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
@@ -19,14 +19,13 @@
 
 
 Name:   libopensync-plugin-irmc
-BuildRequires:  bluez-devel libopensync-devel openobex-devel
+BuildRequires:  bluez-devel libopensync-devel libtool openobex-devel
 Url:http://www.opensync.org
 Version:0.22
-Release:155
+Release:1
 Summary:IrMC Synchronization Plug-In for OpenSync
 License:GPL v2 or later
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 Patch0: libopensync-plugin-irmc-openobex-cvs.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit libopensync-plugin-opie for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-opie for 
openSUSE:Factory checked in at 2011-11-23 19:35:24

Comparing /work/SRC/openSUSE:Factory/libopensync-plugin-opie (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync-plugin-opie.new (New)


Package is "libopensync-plugin-opie", Maintainer is "csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-opie/libopensync-plugin-opie.changes
  2011-09-23 02:09:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-opie.new/libopensync-plugin-opie.changes
 2011-11-23 19:35:48.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:15:40 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync-plugin-opie.spec ++
--- /var/tmp/diff_new_pack.PDeKD1/_old  2011-11-23 19:35:50.0 +0100
+++ /var/tmp/diff_new_pack.PDeKD1/_new  2011-11-23 19:35:50.0 +0100
@@ -19,14 +19,13 @@
 
 
 Name:   libopensync-plugin-opie
-BuildRequires:  curl-devel glib2-devel libopensync-devel libxml2-devel 
openssl-devel sqlite-devel
+BuildRequires:  curl-devel glib2-devel libopensync-devel libtool libxml2-devel 
openssl-devel sqlite-devel
 Url:http://www.opensync.org
 Version:0.22
-Release:166
+Release:1
 Summary:Opie Synchronization Plug-In for OpenSync
 License:GPL v2 or later
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 Patch1: libopensync-plugin-opie-0.22-curl-callbacks.patch
 Patch2: curl-types.patch

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



commit libopensync-plugin-palm for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-palm for 
openSUSE:Factory checked in at 2011-11-23 19:35:44

Comparing /work/SRC/openSUSE:Factory/libopensync-plugin-palm (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync-plugin-palm.new (New)


Package is "libopensync-plugin-palm", Maintainer is "csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-palm/libopensync-plugin-palm.changes
  2011-09-23 02:09:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-palm.new/libopensync-plugin-palm.changes
 2011-11-23 19:35:50.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:15:56 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync-plugin-palm.spec ++
--- /var/tmp/diff_new_pack.Hbzlh5/_old  2011-11-23 19:35:53.0 +0100
+++ /var/tmp/diff_new_pack.Hbzlh5/_new  2011-11-23 19:35:53.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libopensync-plugin-palm (Version 0.22)
+# spec file for package libopensync-plugin-palm
 #
-# 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
@@ -19,14 +19,13 @@
 
 
 Name:   libopensync-plugin-palm
-BuildRequires:  libopensync-devel pilot-link-devel
+BuildRequires:  libopensync-devel libtool pilot-link-devel
 Url:http://www.opensync.org
 Version:0.22
-Release:184
+Release:1
 Summary:Palm Synchronization Plug-In for OpenSync
 License:LGPL v2.1 or later
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   pilot-link

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



commit libopensync-plugin-sunbird for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-sunbird for 
openSUSE:Factory checked in at 2011-11-23 19:35:50

Comparing /work/SRC/openSUSE:Factory/libopensync-plugin-sunbird (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync-plugin-sunbird.new (New)


Package is "libopensync-plugin-sunbird", Maintainer is "csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-sunbird/libopensync-plugin-sunbird.changes
2011-09-23 02:09:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-sunbird.new/libopensync-plugin-sunbird.changes
   2011-11-23 19:35:53.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:16:39 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync-plugin-sunbird.spec ++
--- /var/tmp/diff_new_pack.C0G1Jp/_old  2011-11-23 19:35:55.0 +0100
+++ /var/tmp/diff_new_pack.C0G1Jp/_new  2011-11-23 19:35:55.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libopensync-plugin-sunbird (Version 0.22)
+# spec file for package libopensync-plugin-sunbird
 #
-# 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
@@ -19,14 +19,13 @@
 
 
 Name:   libopensync-plugin-sunbird
-BuildRequires:  libopensync-devel neon-devel openssl-devel
+BuildRequires:  libopensync-devel libtool neon-devel openssl-devel
 Url:http://www.opensync.org
 Version:0.22
-Release:153
+Release:1
 Summary:Mozilla Calendar / Sunbird Synchronization Plug-In for OpenSync
 License:LGPL v2.1 or later
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 Patch0: libopensync-plugin-sunbird-readonly-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit librcps for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package librcps for openSUSE:Factory checked 
in at 2011-11-23 19:35:57

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


Package is "librcps", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/librcps/librcps.changes  2011-09-23 
02:09:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.librcps.new/librcps.changes 2011-11-23 
19:35:59.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 10:17:47 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ librcps.spec ++
--- /var/tmp/diff_new_pack.9TPZ7v/_old  2011-11-23 19:36:00.0 +0100
+++ /var/tmp/diff_new_pack.9TPZ7v/_new  2011-11-23 19:36:00.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package librcps (Version 0.3)
+# spec file for package librcps
 #
-# 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
@@ -27,7 +27,7 @@
 Group:  Development/Libraries/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
-BuildRequires:  texlive-latex
+BuildRequires:  libtool texlive-latex
 
 %description
 A versatile, powerful and fast open source library for resource constrained 
project scheduling

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



commit libopensync-plugin-syncml for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-syncml for 
openSUSE:Factory checked in at 2011-11-23 19:35:54

Comparing /work/SRC/openSUSE:Factory/libopensync-plugin-syncml (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync-plugin-syncml.new (New)


Package is "libopensync-plugin-syncml", Maintainer is "csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-syncml/libopensync-plugin-syncml.changes
  2011-09-23 02:09:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-syncml.new/libopensync-plugin-syncml.changes
 2011-11-23 19:35:55.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:13:05 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync-plugin-syncml.spec ++
--- /var/tmp/diff_new_pack.Mrar1F/_old  2011-11-23 19:35:56.0 +0100
+++ /var/tmp/diff_new_pack.Mrar1F/_new  2011-11-23 19:35:56.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libopensync-plugin-syncml (Version 0.22)
+# spec file for package libopensync-plugin-syncml
 #
-# 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
@@ -19,14 +19,13 @@
 
 
 Name:   libopensync-plugin-syncml
-BuildRequires:  libopensync-devel libsyncml-devel
+BuildRequires:  libopensync-devel libsyncml-devel libtool
 Url:http://www.openync.org
 Version:0.22
 Release:152
 Summary:SyncML Synchronization Plug-In for OpenSync
 License:LGPL v2.1 or later
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 Patch:  libopensync-plugin-syncml-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit libsamplerate for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2011-11-23 19:36:01

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


Package is "libsamplerate", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes  
2011-09-23 02:10:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2011-11-23 19:36:09.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 10:19:16 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.3dLBqb/_old  2011-11-23 19:36:11.0 +0100
+++ /var/tmp/diff_new_pack.3dLBqb/_new  2011-11-23 19:36:11.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   libsamplerate
-BuildRequires:  fftw3-devel libsndfile-devel pkgconfig
+BuildRequires:  fftw3-devel libsndfile-devel libtool pkgconfig
 Summary:A Sample Rate Converter Library
 Version:0.1.7
 Release:11

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



commit libsndfile for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libsndfile for openSUSE:Factory 
checked in at 2011-11-23 19:36:08

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


Package is "libsndfile", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libsndfile/libsndfile.changes2011-11-22 
17:48:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsndfile.new/libsndfile.changes   
2011-11-23 19:36:11.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 19:04:31 UTC 2011 - co...@suse.com
+
+- fix devel dependency
+
+---



Other differences:
--
++ libsndfile-progs.spec ++
--- /var/tmp/diff_new_pack.sZUye4/_old  2011-11-23 19:36:13.0 +0100
+++ /var/tmp/diff_new_pack.sZUye4/_new  2011-11-23 19:36:13.0 +0100
@@ -26,7 +26,7 @@
 Group:  System/Libraries
 Source: libsndfile-%{version}.tar.gz
 Patch:  libsndfile-example-fix.diff
-URL:http://www.mega-nerd.com/libsndfile/
+Url:http://www.mega-nerd.com/libsndfile/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libsndfile.spec ++
--- /var/tmp/diff_new_pack.sZUye4/_old  2011-11-23 19:36:13.0 +0100
+++ /var/tmp/diff_new_pack.sZUye4/_new  2011-11-23 19:36:13.0 +0100
@@ -37,7 +37,7 @@
 %ifarch ppc64
 Obsoletes:  libsndfile-64bit
 %endif
-URL:http://www.mega-nerd.com/libsndfile/
+Url:http://www.mega-nerd.com/libsndfile/
 #
 Source: libsndfile-%{version}.tar.gz
 Source2:baselibs.conf
@@ -66,7 +66,7 @@
 %package devel
 Summary:Development package for the libsndfile library
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
+Requires:   %{lname} = %{version}
 Requires:   glibc-devel
 Requires:   libstdc++-devel
 Obsoletes:  libsndd

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



commit libstroke for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libstroke for openSUSE:Factory 
checked in at 2011-11-23 19:36:14

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


Package is "libstroke", Maintainer is "lzw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libstroke/libstroke.changes  2011-09-23 
02:10:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstroke.new/libstroke.changes 2011-11-23 
19:36:15.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 10:20:27 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libstroke.spec ++
--- /var/tmp/diff_new_pack.WTiDeX/_old  2011-11-23 19:36:16.0 +0100
+++ /var/tmp/diff_new_pack.WTiDeX/_new  2011-11-23 19:36:16.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libstroke (Version 0.5.1)
+# spec file for package libstroke
 #
-# 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
@@ -19,10 +19,9 @@
 
 
 Name:   libstroke
-BuildRequires:  xorg-x11 xorg-x11-devel
-License:GPL v2 or later
+BuildRequires:  libtool xorg-x11 xorg-x11-devel
+License:GPL-2.0+
 Group:  System/Libraries
-AutoReqProv:on
 Version:0.5.1
 Release:208
 Url:http://www.etla.net/libstroke/

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



commit libvorbis for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libvorbis for openSUSE:Factory 
checked in at 2011-11-23 19:36:21

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


Package is "libvorbis", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libvorbis/libvorbis.changes  2011-09-23 
02:11:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvorbis.new/libvorbis.changes 2011-11-23 
19:36:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 10:21:04 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libvorbis.spec ++
--- /var/tmp/diff_new_pack.GI1lWG/_old  2011-11-23 19:36:25.0 +0100
+++ /var/tmp/diff_new_pack.GI1lWG/_new  2011-11-23 19:36:25.0 +0100
@@ -40,7 +40,7 @@
 Patch10:libvorbis-pkgconfig.patch
 Patch11:vorbis-fix-linking.patch
 BuildRequires:  libogg-devel
-BuildRequires:  fdupes pkgconfig
+BuildRequires:  fdupes libtool pkgconfig
 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 libwebp for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2011-11-23 19:36:28

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


Package is "libwebp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2011-11-14 
13:16:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2011-11-23 
19:36:29.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:26:59 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.37bWPQ/_old  2011-11-23 19:36:29.0 +0100
+++ /var/tmp/diff_new_pack.37bWPQ/_new  2011-11-23 19:36:29.0 +0100
@@ -29,7 +29,7 @@
 Source0:http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libjpeg-devel libpng-devel xz
+BuildRequires:  libjpeg-devel libpng-devel libtool xz
 
 %define debug_package_requires %lname = %version-%release
 
@@ -41,7 +41,6 @@
 images more efficiently.
 
 %package -n webp-tools
-
 Group:  Productivity/Archiving/Compression
 Summary:The WebP command line tools
 
@@ -53,7 +52,6 @@
 images more efficiently.
 
 %package -n %lname
-
 Group:  System/Libraries
 Summary:Library for the WebP graphics format
 
@@ -65,7 +63,6 @@
 images more efficiently.
 
 %package devel
-
 Group:  Development/Libraries/C and C++
 Summary:Development files for libwebp, a library for the WebP format
 Requires:   %lname = %version

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



commit libwmf for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libwmf for openSUSE:Factory checked 
in at 2011-11-23 19:36:32

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


Package is "libwmf", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libwmf/libwmf.changes2011-09-23 
02:11:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwmf.new/libwmf.changes   2011-11-23 
19:36:34.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 15 20:15:43 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Apply shlib packaging (-> new libwmf-0_2-7 subpackage),
+  create "wmf-utils" subpackage as suggested by namtrac
+
+---



Other differences:
--
++ libwmf.spec ++
--- /var/tmp/diff_new_pack.8CmeEt/_old  2011-11-23 19:36:35.0 +0100
+++ /var/tmp/diff_new_pack.8CmeEt/_new  2011-11-23 19:36:35.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libwmf (Version 0.2.8.4)
+# spec file for package libwmf
 #
-# 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,20 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libwmf
+%define lname  libwmf-0_2-7
 BuildRequires:  gd-devel gtk2-devel libtiff-devel libxml2-devel 
update-desktop-files
 Provides:   wv:/usr/bin/wmftopng
 Provides:   mswordvw:/usr/bin/wmftopng
 License:LGPLv2.1+
-Group:  System/Libraries
-AutoReqProv:on
+Group:  Productivity/Graphics/Other
 Version:0.2.8.4
 Release:218
-Summary:Library and Utilities for Displaying and Converting Metafile 
Images
-Url:http://wvWare.sourceforge.net/
+Summary:Utilities for Displaying and Converting Metafile Images
+URL:http://wvWare.sourceforge.net/
 Source: libwmf-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch:  libwmf-%{version}-ia64.patch
@@ -50,14 +49,31 @@
 Caolan McNamara 
 Francis James Franklin 
 
+%package -n wmf-utils
+Summary:Utilities for Displaying and Converting Metafile Images
+Group:  Productivity/Graphics/Other
+# Prov/Obs added on 2011-11-22 (post openSUSE 12.1)
+Provides:   libwmf = %version-%release
+Obsoletes:  libwmf < %version-%release
+
+%description -n wmf-utils
+These utilities read metafile images and can either display them
+using the X Window System or convert them to standard formats such as
+PNG, JPEG, PS, EPS, and more.
+
+%package -n %lname
+Summary:Library for reading Metafile Images
+Group:  System/Libraries
+
+%description -n %lname
+This library reads metafile images.
+
 %package devel
-License:LGPLv2.1+
-Requires:   libwmf = %{version} libwmf-gnome = %{version}
+Requires:   %lname = %{version}, libwmf-gnome = %{version}
 Provides:   wv-devel:/usr/lib/libwmf.a
 Provides:   mswordvd:/usr/lib/libwmf.a
 Summary:Static libraries, header files and documentation for libwmf
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
 Requires:   libwmf libjpeg-devel libpng-devel xorg-x11-devel 
 
 %description devel
@@ -72,7 +88,6 @@
 Francis James Franklin 
 
 %package gnome
-License:LGPLv2.1+
 Summary:GNOME plugin for displaying and Converting Metafile Images
 Group:  System/Libraries
 
@@ -109,14 +124,11 @@
  install
 cp AUTHORS COPYING CREDITS ChangeLog README TODO 
$RPM_BUILD_ROOT/%{_defaultdocdir}/libwmf
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%post -n %lname -p /sbin/ldconfig
 
-%post -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
-
-%files
+%files -n wmf-utils
 %defattr(-,root,root)
 /usr/bin/libwmf-fontmap
 /usr/bin/wmf2eps
@@ -127,7 +139,6 @@
 /usr/bin/wmf2svg
 /usr/bin/wmf2x
 #
-%{_libdir}/libwmf*.so.*
 #
 /usr/share/libwmf
 #
@@ -139,6 +150,10 @@
 %doc %{_defaultdocdir}/libwmf/README
 %doc %{_defaultdocdir}/libwmf/TODO
 
+%files -n %lname
+%defattr(-,root,root)
+%_libdir/libwmf*-0.2.so.7*
+
 %files gnome
 %defattr(-,root,root)
 %dir %{_libdir}/gtk-*/*/loaders

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



commit lv for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package lv for openSUSE:Factory checked in 
at 2011-11-23 19:36:37

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


Package is "lv", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lv/lv.changes2011-09-23 02:12:14.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lv.new/lv.changes   2011-11-23 
19:36:43.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 11:58:34 UTC 2011 - pgaj...@suse.com
+
+- build against libtinfo
+
+---

New:

  lv-splitted-libtinfo.patch



Other differences:
--
++ lv.spec ++
--- /var/tmp/diff_new_pack.v0k2DF/_old  2011-11-23 19:36:45.0 +0100
+++ /var/tmp/diff_new_pack.v0k2DF/_new  2011-11-23 19:36:45.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package lv (Version 4.51)
+# spec file for package lv
 #
-# 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
@@ -26,11 +26,12 @@
 Version:4.51
 Release:125
 Url:http://www.ff.iij4u.or.jp/~nrt/lv/
-Source: http://www.ff.iij4u.or.jp/~nrt/freeware/lv451.tar.bz2
+Source: lv451.tar.bz2
 Patch0: lv-add-lgrep-man-page.patch 
 Patch2: lv-fixes.patch
 Patch3: lv-strip.patch
 Patch4: missing-include.patch
+Patch5: lv-splitted-libtinfo.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Powerful, Multilingual File Viewer, Same User Interface as 
"Less"
 
@@ -60,8 +61,14 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%if %suse_version > 1210
+%patch5 -p1
+%endif
 
 %build
+pushd src
+  autoreconf -fi
+popd
 # update config.{guess,sub}
 %{?suse_update_config:%{suse_update_config -f src }}
 pushd build

++ lv-splitted-libtinfo.patch ++
Index: lv451/src/configure.in
===
--- lv451.orig/src/configure.in
+++ lv451/src/configure.in
@@ -24,7 +24,7 @@ AC_ARG_ENABLE(purify,
 dnl Checks for libraries.
 AC_DEFINE(UNIX)
 AC_DEFINE(TERMCAP)
-AC_CHECK_LIB(terminfo, tgetstr,, [AC_CHECK_LIB(termcap, tgetstr,, 
[AC_CHECK_LIB(ncurses, tgetstr,, [AC_CHECK_LIB(curses, tgetstr)])])])
+AC_CHECK_LIB(terminfo, tgetstr,, [AC_CHECK_LIB(termcap, tgetstr,, 
[AC_CHECK_LIB(tinfo, tgetstr,, [AC_CHECK_LIB(curses, tgetstr)])])])
 
 dnl Checks for header files.
 AC_HEADER_STDC
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit malaga for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package malaga for openSUSE:Factory checked 
in at 2011-11-23 19:36:42

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


Package is "malaga", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/malaga/malaga.changes2011-09-23 
02:12:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.malaga.new/malaga.changes   2011-11-23 
19:36:45.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:27:25 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ malaga.spec ++
--- /var/tmp/diff_new_pack.JffrPV/_old  2011-11-23 19:36:47.0 +0100
+++ /var/tmp/diff_new_pack.JffrPV/_new  2011-11-23 19:36:47.0 +0100
@@ -29,7 +29,7 @@
 Source99:   baselibs.conf
 PreReq: %install_info_prereq
 Requires:   libmalaga7 = %{version}
-BuildRequires:  gtk2-devel readline-devel
+BuildRequires:  gtk2-devel libtool readline-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: malaga-7.12-verbose.patch
 # PATCH-FIX-FEDORA malaga-rename-map_file.diff bnc#641649 redhat#502546 
sourceforge#2802548 sbra...@suse.cz -- Fix symbol clash with samba.

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



commit meanwhile for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package meanwhile for openSUSE:Factory 
checked in at 2011-11-23 19:36:46

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


Package is "meanwhile", Maintainer is "wstephen...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/meanwhile/meanwhile.changes  2011-09-23 
02:12:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.meanwhile.new/meanwhile.changes 2011-11-23 
19:36:47.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:27:12 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ meanwhile.spec ++
--- /var/tmp/diff_new_pack.2MVJxu/_old  2011-11-23 19:36:50.0 +0100
+++ /var/tmp/diff_new_pack.2MVJxu/_new  2011-11-23 19:36:50.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   meanwhile
-BuildRequires:  glib2-devel
+BuildRequires:  glib2-devel libtool
 License:LGPL v2.1 or later
 Group:  Development/Libraries/C and C++
 Version:1.0.2

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



commit microcode_ctl for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package microcode_ctl for openSUSE:Factory 
checked in at 2011-11-23 19:36:50

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


Package is "microcode_ctl", Maintainer is "tr...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/microcode_ctl/microcode_ctl.changes  
2011-10-11 18:21:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.microcode_ctl.new/microcode_ctl.changes 
2011-11-23 19:36:52.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 22 18:53:50 UTC 2011 - crrodrig...@opensuse.org
+
+- Add a systemd.service in the meanwhile we sort out 
+  if this has to be automatically handled by the kernel
+
+---

New:

  microcode_ctl.service



Other differences:
--
++ microcode_ctl.spec ++
--- /var/tmp/diff_new_pack.YkfDre/_old  2011-11-23 19:36:54.0 +0100
+++ /var/tmp/diff_new_pack.YkfDre/_new  2011-11-23 19:36:54.0 +0100
@@ -32,6 +32,7 @@
 Source1:microcode.init
 Source2:microcode-%{intel_version}.tar.bz2
 Source3:amd-ucode-%{amd_version}.tar.bz2
+Source4:microcode_ctl.service
 Patch0: microcode.ctl_1.17-13.diff.gz
 Patch1: microcode_ctl-1.17-suse_rh_paths.patch
 Patch2: microcode-ctl-cloexec.patch
@@ -66,6 +67,8 @@
 install -D -m 0644 amd-ucode-%{amd_version}/LICENSE 
$RPM_BUILD_ROOT/%{_defaultdocdir}/microcode_ctl/amd/LICENSE
 install -D -m 0644 amd-ucode-%{amd_version}/INSTALL 
$RPM_BUILD_ROOT/%{_defaultdocdir}/microcode_ctl/amd/INSTALL
 
+install -D -m 0644 %SOURCE4 
%{buildroot}/lib/systemd/system/microcode.ctl.service
+
 %post
 # Install service on affected Intel/AMD machines by default
 # Remove this after openSUSE 11.4 when the kernel can autoload microcode.ko
@@ -85,6 +88,7 @@
 
 %files
 %defattr(-,root,root)
+/lib/systemd/system/microcode.ctl.service
 /lib/firmware/microcode.dat
 /sbin/microcode_ctl
 /etc/init.d/microcode.ctl

++ microcode_ctl.service ++
[Unit]
Description=CPU microcode updater
RefuseManualStop=true
ConditionVirtualization=false
[Service]
Type=oneshot
ExecStartPre=/sbin/modprobe -q microcode
ExecStart=/sbin/microcode_ctl -Qu
RemainAfterExit=true
[Install]
WantedBy=multi-user.target
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mkinitrd for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2011-11-23 19:36:55

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-11-14 
13:17:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2011-11-23 
19:36:57.0 +0100
@@ -1,0 +2,12 @@
+Tue Nov 22 12:29:02 UTC 2011 - mma...@suse.cz
+
+- setup-modules: Allow aliases as dependencies in the SUSE INITRD
+  REQUIRES syntax (bnc#730617).
+
+---
+Tue Nov 22 11:02:18 UTC 2011 - mma...@suse.cz
+
+- setup-modules: Fix adding more than one additional dependency to
+  modules (bnc#730617).
+
+---



Other differences:
--
++ 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-11-09 23:19:02.0 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-11-22 13:49:46.0 +0100
@@ -1,4 +1,16 @@
 ---
+Tue Nov 22 12:29:02 UTC 2011 - mma...@suse.cz
+
+- setup-modules: Allow aliases as dependencies in the SUSE INITRD
+  REQUIRES syntax (bnc#730617).
+
+---
+Tue Nov 22 11:02:18 UTC 2011 - mma...@suse.cz
+
+- setup-modules: Fix adding more than one additional dependency to
+  modules (bnc#730617).
+
+---
 Mon Nov  7 12:54:16 UTC 2011 - mma...@suse.cz
 
 - Revert the NO_KMS_IN_INITRD -> KMS_IN_INITRD rename, it breaks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-modules.sh 
new/mkinitrd-2.7.0/scripts/setup-modules.sh
--- old/mkinitrd-2.7.0/scripts/setup-modules.sh 2011-11-09 23:19:02.0 
+0100
+++ new/mkinitrd-2.7.0/scripts/setup-modules.sh 2011-11-22 13:49:46.0 
+0100
@@ -150,7 +150,7 @@
 else
 number=0
 added=0
-for entry in ${additional_module_dependencies[@]} ; do
+for entry in "${additional_module_dependencies[@]}" ; do
 local module2 requirements2 val
 module2=${entry/:*}
 requirements2=${entry/*:}
@@ -181,52 +181,25 @@
 #   Checks for a given kernel modules if there are additional dependencies
 #   found by load_additional_dependencies.
 #
-#   Prints a list (separated by ' ') of modules if there are additional
-#   dependencies.
+#   Prints a list (separated by whitespace or newlines) of modules
+#   if there are additional dependencies.
 #
 # Parameters
 #   mod: the module for which additional depdencies should be found
-#   ver: the kernel version
-#   recursive: recursive call if 1, don't print the final newline
-#
-# Return value
-#   0 (true) if there are additional dependencies, 1 (false) otherwise
 get_add_module_deps()
 {
 local mod=${1##*/}
-local version=$2
-local recursive=$3
-local printed=0
 mod=${mod%.ko}
 
 for entry in "${additional_module_dependencies[@]}" ; do
-local module requirements m
+local module requirements
 
 module=${entry/:*}
 requirements=${entry/*:}
 if [ "$module" = "$mod" ] ; then
-for m in $requirements ; do
-filename=$(modinfo -k "$version" -F filename $m)
-if [ -z "$filename" ] ; then
-echo >&2 "Ignoring additional requirement $mod REQUIRES $m"
-else
-echo -n "$filename "
-get_add_module_deps "$m" "$version" 1
-printed=$[printed+1]
-fi
-done
+echo $requirements
 fi
 done
-
-# build the return value
-if [ $printed -ne 0 ] ; then
-if [ "$recursive" -ne 1 ] ; then
-echo ""
-fi
-return 0
-fi
-
-return 1
 }
 
 # Resolve module dependencies and parameters. Returns a list of modules and
@@ -236,6 +209,7 @@
 local module=
 local supported=
 local additional_args=
+local seen=
 shift
 
 if ! check_supported_kernel $kernel_version ; then
@@ -248,6 +222,7 @@
 module=${module##*/}
 shift
 
+seen="$seen $module"
 

commit mutt for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2011-11-23 19:36:59

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


Package is "mutt", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2011-11-05 
11:49:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2011-11-23 
19:37:01.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 12:58:28 UTC 2011 - wer...@suse.de
+
+- Add patch to use libtinfo if available
+
+---

New:

  mutt-1.5.21-tinfo.dif



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.5P6a9v/_old  2011-11-23 19:37:03.0 +0100
+++ /var/tmp/diff_new_pack.5P6a9v/_new  2011-11-23 19:37:03.0 +0100
@@ -68,6 +68,7 @@
 Patch9: mutt-1.5.20-gpgme_set_locale.patch
 Patch10:bug-676388-largefile.patch
 Patch11:nion.sidebar-color.diff
+Patch12:mutt-1.5.21-tinfo.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir %{_sysconfdir}
 
@@ -95,6 +96,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1 -b .sidebar.color
+%patch12 -p0 -b .tinfo
 
 cp doc/Muttrc Muttrc.SuSE
 cp %{S:2} .

++ mutt-1.5.21-tinfo.dif ++
--- configure.ac
+++ configure.ac2011-11-22 12:48:52.319147493 +
@@ -274,9 +274,14 @@ main ()
do
AC_CHECK_LIB($lib, waddnwstr, [cf_ncurses="$lib"; break])
done
+   cf_tinfo=""
+   AC_CHECK_LIB(tinfo, tgetent, [cf_tinfo="tinfo"])
 AC_CHECK_LIB($cf_ncurses, initscr,
-[MUTTLIBS="$MUTTLIBS -l$cf_ncurses"
-   
+[if test x$cf_tinfo = x ; then
+   MUTTLIBS="$MUTTLIBS -l$cf_ncurses"
+   else
+   MUTTLIBS="$MUTTLIBS -l$cf_ncurses -l$cf_tinfo"
+   fi
 if test "$cf_ncurses" = ncursesw; then

AC_CHECK_HEADERS(ncursesw/ncurses.h,[cf_cv_ncurses_header="ncursesw/ncurses.h"])
else


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



commit ncurses for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2011-11-23 19:37:13

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


Package is "ncurses", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2011-11-16 
17:20:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2011-11-23 
19:37:16.0 +0100
@@ -1,0 +2,386 @@
+Tue Nov 22 12:03:47 UTC 2011 - wer...@suse.de
+
+- Add ncurses patch 5.9.2019
+ * remove obsolete/conflicting fallback definition for _POSIX_SOURCE
+   from curses.priv.h, fixing a regression with IRIX64 and Tru64
+   (cf: 20110416)
+ * modify _nc_tic_dir() to ensure that its return-value is nonnull,
+   i.e., the database iterator was not initialized.  This case is needed
+   to when tic is translating to termcap, rather than loading the
+   database (cf:  20111001).
+
+---
+Fri Nov 18 12:00:10 UTC 2011 - wer...@suse.de
+
+- Update to tack 1.07-20110626
+- Enlarge hash size for run time linker
+- Enforce bind references to global function symbols to the
+  definition within libncurses and libtinfo
+
+---
+Thu Nov 17 13:16:17 UTC 2011 - wer...@suse.de
+
+- Add ncurses patch 5.9.2012
+ * add pccon entries for OpenBSD console (Alexei Malinin).
+ * build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
+   600 to work around inconsistent ifdef'ing of wcstof between C and
+   C++ header files.
+ * modify capconvert script to accept more than exact match on "xterm",
+   e.g., the "xterm-*" variants, to exclude from the conversion (patch
+   by Robert Millan).
+ * fix a typo misc/Makefile.in, used in uninstalling pc-files.
+
+- Add ncurses patch 5.9.20111030
+ * modify make_db_path() to allow creating "terminfo.db" in the same
+   directory as an existing "terminfo" directory.  This fixes a case
+   where switching between hashed/filesystem databases would cause the
+   new hashed database to be installed in the next best location -
+   root's home directory.
+ * add variable cf_cv_prog_gnat_correct to those passed to
+   config.status, fixing a problem with Ada95 builds (cf: 20111022).
+ * change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
+   accommodate broken implementations for _XPG6.
+ * eliminate usage of NULL symbol from etip.h, to reduce header
+   interdependencies.
+ * add configure check to decide when to add _XOPEN_SOURCE define to
+   compiler options, i.e., for Solaris 10 and later (cf: 20100403).
+   This is a workaround for gcc 4.6, which fails to build the c++
+   binding if that symbol is defined by the application, due to
+   incorrectly combining the corresponding feature test macros
+   (report by Peter Kruse).
+
+- Add ncurses patch 5.9.20111022
+ * correct logic for discarding mouse events, retaining the partial
+   events used to build up click, double-click, etc, until needed
+   (cf: 20110917).
+ * fix configure script to avoid creating unused Ada95 makefile when
+   gnat does not work.
+ * cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
+   internal functions of libncurses.  The external interface of courses
+   uses bool, which still produces these warnings.
+
+- Add ncurses patch 5.9.20111015
+ * improve description of --disable-tic-depends option to make it
+   clear that it may be useful whether or not the --with-termlib
+   option is also given (report by Sven Joachim).
+ * amend termcap equivalent for set_pglen_inch to use the X/Open
+   "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
+ * improve manpage for tgetent differences from termcap library.
+- Add ncurses patch 5.9.20111008
+ * moved static data from db_iterator.c to lib_data.c
+ * modify db_iterator.c for memory-leak checking, fix one leak.
+ * modify misc/gen-pkgconfig.in to use Requires.private for the parts
+   of ncurses rather than Requires, as well as Libs.private for the
+   other library dependencies (prompted by Debian #644728).
+
+- Add ncurses patch 5.9.20111001
+ * modify tic "-K" option to only set the strict-flag rather than force
+   source-output.  That allows the same flag to control the parser for
+   input and output of termcap source.
+ * modify _nc_getent() to ignore backslash at the end of a comment line,
+   making it consistent with ncurses' parser.
+ * restore a special-case check for directory needed to make termcap
+   text files load as if they were databases (cf: 20110924).
+ * modify tic's resolution/collision checking to attempt to remove the
+   conflicting alias from the second entry in the pair, which is
+   normally following in the sourc

commit opensp for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package opensp for openSUSE:Factory checked 
in at 2011-11-23 19:37:21

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


Package is "opensp", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/opensp/opensp.changes2011-09-23 
12:20:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.opensp.new/opensp.changes   2011-11-23 
19:37:22.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 22 16:28:04 UTC 2011 - co...@suse.com
+
+- fix source link
+
+---
+Sun Nov 20 06:51:03 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---

Old:

  opensp-multilib.patch



Other differences:
--
++ opensp-doc.spec ++
--- /var/tmp/diff_new_pack.0FdHdu/_old  2011-11-23 19:37:24.0 +0100
+++ /var/tmp/diff_new_pack.0FdHdu/_new  2011-11-23 19:37:24.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package opensp-doc (Version 1.5.2)
+# spec file for package opensp-doc
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -21,18 +21,17 @@
 Name:   opensp-doc
 %define rname opensp
 %define doc_package 1
-BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++ libtool
 %if 0%{?doc_package}
 BuildRequires:  xmlto
 %endif
 License:MIT
 Group:  Productivity/Publishing/SGML
-AutoReqProv:on
 Version:1.5.2
-Release:184
-Source: 
http://unc.dl.sourceforge.net/sourceforge/openjade/OpenSP-%{version}.tar.gz
-Patch10:opensp-multilib.patch
+Release:1
+Source: 
http://sourceforge.net/projects/openjade/files/opensp/%{version}/OpenSP-%{version}.tar.gz
 Patch11:opensp-nodeids.patch
+Patch12:opensp-lfs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?doc_package}
 BuildArch:  noarch
@@ -55,25 +54,6 @@
 
 This package is a fork from James Clark's SP suite.
 
-
-
-Authors:
-
-Avi Kivity
-Cees de Groot   
-David Megginson 
-Didier PH Martin
-Henry Thompson
-Ian Castle 
-James Clark 
-Kathleen Marszalek
-Matthias Clasen
-Paul Prescod
-Peter Newcomb
-Peter Nilsson
-Sebastian Rahtz 
-Terje Bless 
-
 %if ! 0%{?doc_package}
 
 %package-n opensp-devel
@@ -106,6 +86,7 @@
 # %patch0 -p1
 # %patch1 -p1
 %patch11 -p1
+%patch12
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++ opensp.spec ++
--- /var/tmp/diff_new_pack.0FdHdu/_old  2011-11-23 19:37:24.0 +0100
+++ /var/tmp/diff_new_pack.0FdHdu/_new  2011-11-23 19:37:24.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package opensp (Version 1.5.2)
+# spec file for package opensp
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -21,20 +21,21 @@
 Name:   opensp
 %define rname opensp
 %define doc_package 0
-BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++ libtool
 %if 0%{?doc_package}
 BuildRequires:  xmlto
 %endif
 License:MIT
 Group:  Productivity/Publishing/SGML
-AutoReqProv:on
 Version:1.5.2
-Release:184
-Source: 
http://unc.dl.sourceforge.net/sourceforge/openjade/OpenSP-%{version}.tar.gz
-Patch10:opensp-multilib.patch
+Release:1
+Source: 
http://sourceforge.net/projects/openjade/files/opensp/%{version}/OpenSP-%{version}.tar.gz
 Patch11:opensp-nodeids.patch
 Patch12:opensp-lfs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?doc_package}
+BuildArch:  noarch
+%endif
 Url:http://openjade.sourceforge.net/
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat}

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



commit perl-Gtk2 for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2011-11-23 19:37:27

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


Package is "perl-Gtk2", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2011-09-23 
12:37:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2011-11-23 
19:37:30.0 +0100
@@ -1,0 +2,18 @@
+Wed Nov 23 09:18:36 UTC 2011 - vci...@suse.com
+
+- update to 1.241
+  * Fix a test failure in t/GtkEntryBuffer.t
+  * Fix a test failure in t/tied-objects.t
+  * Add the missing NEWS entries from the stable branch.
+  * Wrap missing gdk, gdk-pixbuf and gtk+ 2.12, 2.14, 2.16, 2.18, 2.20 and 
2.22 API
+  * Add Gtk2::Gdk::Image
+  * Add Gtk2::Container->find_child_property and list_child_properties
+  * Add Gtk2::Widget->find_style_property and list_style_properties
+  * Add Gtk2::Gdk::Pixbuf->get_option
+  * Add is_writable field to Gtk2::Gdk::PixbufFormat
+  * Make Gtk2::FontButton->new and Gtk2::ColorButton->new more flexible
+  * Accept format strings in Gtk2::MessageDialog->format_secondary_markup
+  * In syntax check mode, do not call gtk_init
+  * Improve the documentation in many places
+
+---

Old:

  Gtk2-1.224.tar.gz
  takeouttests.diff

New:

  Gtk2-1.241.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.0L6SQa/_old  2011-11-23 19:37:33.0 +0100
+++ /var/tmp/diff_new_pack.0L6SQa/_new  2011-11-23 19:37:33.0 +0100
@@ -15,37 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-Gtk2
-%define cpan_name Gtk2
-Summary:Perl interface to the 2.x series of the Gimp Toolkit library
-Version:1.224
+Version:1.241
 Release:1
 License:LGPLv2.1+
-Group:  Development/Libraries/Perl
+%define cpan_name Gtk2
+Summary:Perl interface to the 2
 Url:http://search.cpan.org/dist/Gtk2/
+Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/modules/by-module/Gtk2/Gtk2-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  gtk2-devel update-desktop-files
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-Xvfb
-BuildRequires:  xorg-x11-server
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  perl(Cairo) >= 1.000
 BuildRequires:  perl(ExtUtils::Depends) >= 0.300
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
 BuildRequires:  perl(Glib) >= 1.220
 BuildRequires:  perl(Pango) >= 1.220
+BuildRequires:  perl-macros
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-Xvfb
+BuildRequires:  xorg-x11-server
+BuildRequires:  pkgconfig(gtk+-2.0)
 Requires:   perl(Cairo) >= 1.000
 Requires:   perl(ExtUtils::Depends) >= 0.300
 Requires:   perl(ExtUtils::PkgConfig) >= 1.03
 Requires:   perl(Glib) >= 1.220
 Requires:   perl(Pango) >= 1.220
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 
 %description
 Perl bindings to the 2.x series of the Gtk+ widget set.  This module
@@ -57,14 +57,14 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
 Xvfb :95 &
 trap "kill $! || true" EXIT
 sleep 5
-DISPLAY=:95 %{__make} test
+DISPLAY=:95 make test
 
 %install
 %perl_make_install
@@ -72,7 +72,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++ Gtk2-1.224.tar.gz -> Gtk2-1.241.tar.gz ++
 17749 lines of diff (skipped)

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



commit procps for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2011-11-23 19:37:39

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


Package is "procps", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/procps/procps.changes2011-11-05 
12:01:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes   2011-11-23 
19:37:41.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 22 16:57:06 UTC 2011 - wer...@suse.de
+
+- Work around stupid build system
+
+---
+Tue Nov 22 13:43:26 UTC 2011 - wer...@suse.de
+
+- Add patch to use libtinfo if available
+
+---

Old:

  procps-3.2.8.tar.bz2

New:

  procps-3.2.8-tinfo.dif
  procps-3.2.8.tar.gz



Other differences:
--
++ procps.spec ++
--- /var/tmp/diff_new_pack.QZ8T9y/_old  2011-11-23 19:37:42.0 +0100
+++ /var/tmp/diff_new_pack.QZ8T9y/_new  2011-11-23 19:37:42.0 +0100
@@ -31,7 +31,7 @@
 Summary:ps utilities for /proc
 Provides:   ps
 Obsoletes:  ps
-Source: http://procps.sourceforge.net/procps-%version.tar.bz2
+Source: http://procps.sourceforge.net/procps-%version.tar.gz
 Source1:boot.sysctl
 Source2:systat.xinetd
 Source3:sysctl.conf
@@ -78,6 +78,7 @@
 Patch40:
procps-3.2.8-read-sysctls-also-from-boot-sysctl.conf-kernelversion.diff
 Patch41:procps-3.2.7-petabytes.patch
 Patch42:procps-3.2.7-large_pcpu.patch
+Patch43:procps-3.2.8-tinfo.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -148,6 +149,7 @@
 %patch40 -p1
 %patch41 -p1
 %patch42 -p1
+%patch43
 
 %build
 make %{?_smp_mflags} CFLAGS="-Wall -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
$RPM_OPT_FLAGS -pipe" \

++ procps-3.2.8-tinfo.dif ++
--- Makefile
+++ Makefile2011-11-22 13:36:47.115145920 +
@@ -117,6 +117,13 @@ ifneq ($(MAKECMDGOALS),tar)
 ifneq ($(MAKECMDGOALS),extratar)
 ifneq ($(MAKECMDGOALS),beta)
 
+# This macro gcc_library checks for a specifig library
+gcc_library = $(shell if $(CC) dummy.c -o /dev/null -l$(1:lib%=%) > /dev/null 
2>&1 ; then echo "-l$(1:lib%=%)"; else echo "$(2)"; fi)
+
+ifneq ($(call gcc_library,libtinfo),)
+CURSES += -ltinfo
+endif
+
 # Unlike the kernel one, this check_gcc goes all the way to
 # producing an executable. There might be a -m64 that works
 # until you go looking for a 64-bit curses library.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pinentry for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package pinentry for openSUSE:Factory 
checked in at 2011-11-23 19:37:34

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


Package is "pinentry", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pinentry/pinentry.changes2011-10-26 
15:43:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.pinentry.new/pinentry.changes   2011-11-23 
19:37:38.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 22 15:57:45 UTC 2011 - vci...@suse.com
+
+- patch that fixes Glib warning (bnc#730453)
+- add -ltinfo to fix build
+
+---

New:

  pinentry-0.8.1-editing-cancelled_warning.patch
  pinentry-0.8.1-tinfo.patch



Other differences:
--
++ pinentry.spec ++
--- /var/tmp/diff_new_pack.pAqWIo/_old  2011-11-23 19:37:40.0 +0100
+++ /var/tmp/diff_new_pack.pAqWIo/_new  2011-11-23 19:37:40.0 +0100
@@ -36,6 +36,10 @@
 Patch5: pinentry-0.8.1-allow_paste_gtk2.patch
 # PATCH-FIX-SUSE fix qt4 password entry not to allow IM (bnc#725471)
 Patch6: qt4-disable-inputmethod-for-passwords.diff
+# PATCH-FIX-UPSTREAM prevents glib warning (bnc#690514)
+Patch7: pinentry-0.8.1-editing-cancelled_warning.patch
+# PATCH-FIX-SUSE add -ltinfo to fix build
+Patch8: pinentry-0.8.1-tinfo.patch
 BuildRequires:  cmake
 BuildRequires:  libcap-devel
 BuildRequires:  libdrm-devel
@@ -108,6 +112,8 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 cp /usr/share/gettext/config.rpath .

++ pinentry-0.8.1-editing-cancelled_warning.patch ++
Index: pinentry-0.8.1/gtk+-2/gtksecentry.c
===
--- pinentry-0.8.1.orig/gtk+-2/gtksecentry.c2011-11-22 15:56:56.909315227 
+0100
+++ pinentry-0.8.1/gtk+-2/gtksecentry.c 2011-11-22 15:56:56.941316154 +0100
@@ -22,7 +22,7 @@
  * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
  * file for a list of people on the GTK+ Team.  See the ChangeLog
  * files for a list of changes.  These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
 /*
@@ -71,7 +71,8 @@
 PROP_ACTIVATES_DEFAULT,
 PROP_WIDTH_CHARS,
 PROP_SCROLL_OFFSET,
-PROP_TEXT
+PROP_TEXT,
+PROP_EDITING_CANCELED
 };
 
 static guint signals[LAST_SIGNAL] = { 0 };
@@ -428,6 +429,10 @@
 class->delete_from_cursor = gtk_secure_entry_delete_from_cursor;
 class->activate = gtk_secure_entry_real_activate;
 
+g_object_class_override_property (gobject_class,
+  PROP_EDITING_CANCELED,
+  "editing-canceled");
+
 g_object_class_install_property(gobject_class,
PROP_CURSOR_POSITION,
g_param_spec_int("cursor_position",
@@ -723,6 +728,14 @@
gtk_secure_entry_set_text(entry, g_value_get_string(value));
break;
 
+case PROP_EDITING_CANCELED:
+  /* We may want to implement the GtkCelllEditable methods.
+ However it is only used by GtkTreeView and we don't use that
+ here.  We provide this property only to get rid of a Gtk+
+ runtime warning.  */
+entry->editing_canceled = g_value_get_boolean (value);
+break;
+
 case PROP_SCROLL_OFFSET:
 case PROP_CURSOR_POSITION:
 default:
@@ -766,6 +779,9 @@
 case PROP_TEXT:
g_value_set_string(value, gtk_secure_entry_get_text(entry));
break;
+case PROP_EDITING_CANCELED:
+g_value_set_boolean (value, entry->editing_canceled);
+break;
 
 default:
G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
@@ -2704,14 +2720,14 @@
  *   be clamped to the range 0-65536.
  *
  * Creates a new #GtkSecureEntry widget with the given maximum length.
- * 
+ *
  * Note: the existence of this function is inconsistent
  * with the rest of the GTK+ API. The normal setup would
  * be to just require the user to make an extra call
  * to gtk_secure_entry_set_max_length() instead. It is not
  * expected that this function will be removed, but
  * it would be better practice not to use it.
- * 
+ *
  * Return value: a new #GtkSecureEntry.
  **/
 GtkWidget *
@@ -2784,7 +2800,7 @@
  * gtk_secure_entry_set_invisible_char:
  * @entry: a #GtkSecureEntry
  * @ch: a Unicode character
- * 
+ *
  * Sets the character to use in place of the actual text when
  * gtk_secure_entry_set_visibility() has been called to set text visibility
  * to %FALSE. i.e. this is the character used in "password mode" to
@@ -2792,7 +2808,7 @@
 

commit qscintilla for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package qscintilla for openSUSE:Factory 
checked in at 2011-11-23 19:37:43

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


Package is "qscintilla", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/qscintilla/python3-qscintilla.changes
2011-09-23 12:43:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/python3-qscintilla.changes   
2011-11-23 19:37:47.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 23:50:59 UTC 2011 - cgiboude...@gmx.com
+
+- Define python3_sitearch for opensuse < 12.1
+
+---
--- /work/SRC/openSUSE:Factory/qscintilla/qscintilla.changes2011-09-23 
12:43:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/qscintilla.changes   
2011-11-23 19:37:47.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 06:35:52 UTC 2011 - ter...@gmail.com
+
+- build QScintilla plugin for QT4 Designer
+
+---



Other differences:
--
++ python3-qscintilla.spec ++
--- /var/tmp/diff_new_pack.xRYDGQ/_old  2011-11-23 19:37:48.0 +0100
+++ /var/tmp/diff_new_pack.xRYDGQ/_new  2011-11-23 19:37:48.0 +0100
@@ -41,6 +41,8 @@
 Requires:   python3-sip
 Requires:   libqt4-x11
 
+%global python3_sitearch %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_lib(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
+
 %description
 QScintilla is a Qt port of Neil Hodgson's Scintilla C++ editor class.
 

++ qscintilla.spec ++
--- /var/tmp/diff_new_pack.xRYDGQ/_old  2011-11-23 19:37:48.0 +0100
+++ /var/tmp/diff_new_pack.xRYDGQ/_new  2011-11-23 19:37:48.0 +0100
@@ -107,6 +107,10 @@
 qmake
 make %{?jobs:-j %jobs}
 popd
+pushd designer-Qt4
+qmake
+make %{?jobs:-j %jobs}
+popd
 %qt3_environment
 pushd Qt3
 qmake -o Makefile qscintilla.pro
@@ -117,6 +121,9 @@
 pushd Qt4
 make INSTALL_ROOT=$RPM_BUILD_ROOT install
 popd
+pushd designer-Qt4
+make INSTALL_ROOT=$RPM_BUILD_ROOT install
+popd
 %qt3_environment
 pushd Qt3
 make INSTALL_ROOT=$RPM_BUILD_ROOT install
@@ -146,5 +153,6 @@
 /usr/lib/qt3/include/*
 /usr/lib/qt3/%_lib/libqscintilla2.so
 %_libdir/libqscintilla2.so
+%_libdir/qt4/plugins/designer/libqscintillaplugin.so
 
 %changelog

++ qscintilla.diff ++
--- /var/tmp/diff_new_pack.xRYDGQ/_old  2011-11-23 19:37:48.0 +0100
+++ /var/tmp/diff_new_pack.xRYDGQ/_new  2011-11-23 19:37:48.0 +0100
@@ -24,3 +24,13 @@
  
  INSTALLS += header trans qsci target
  
+--- designer-Qt4/designer.pro.orig 2011-11-23 01:10:02.0 -0500
 designer-Qt4/designer.pro  2011-11-23 01:11:58.0 -0500
+@@ -12,4 +12,5 @@
+ target.path = $$[QT_INSTALL_PLUGINS]/designer
+ INSTALLS += target
+ 
+-LIBS += -lqscintilla2
++LIBS += -L../Qt4 -lqscintilla2
++INCLUDEPATH += ../Qt4
+

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



commit syslogd for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory checked 
in at 2011-11-23 19:37:47

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


Package is "syslogd", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes  2011-11-07 
15:57:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2011-11-23 
19:37:49.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 08:17:38 UTC 2011 - wer...@suse.de
+
+- Add pre requires for fillup and insserv to klogd package (bnc#731541) 
+
+---



Other differences:
--
++ syslogd.spec ++
--- /var/tmp/diff_new_pack.8kpBts/_old  2011-11-23 19:37:50.0 +0100
+++ /var/tmp/diff_new_pack.8kpBts/_new  2011-11-23 19:37:50.0 +0100
@@ -94,6 +94,7 @@
 %package -n klogd
 License:GPLv2+
 Provides:   klogd:/sbin/klogd
+PreReq: %insserv_prereq  %fillup_prereq
 Summary:The kernel log daemon
 Group:  System/Daemons
 AutoReqProv:on


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



commit tiff for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2011-11-23 19:37:53

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


Package is "tiff", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tiff/tiff.changes2011-09-23 
12:48:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2011-11-23 
19:37:55.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:31:16 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.WSVfEI/_old  2011-11-23 19:37:58.0 +0100
+++ /var/tmp/diff_new_pack.WSVfEI/_new  2011-11-23 19:37:58.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   tiff
-BuildRequires:  gcc-c++ libjpeg-devel zlib-devel
+BuildRequires:  gcc-c++ libjpeg-devel libtool zlib-devel
 License:PERMISSIVE-OSI-COMPLIANT ; MIT License (or similar)
 Group:  Productivity/Graphics/Convertors
 AutoReqProv:on

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



commit tvtime for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package tvtime for openSUSE:Factory checked 
in at 2011-11-23 19:37:57

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


Package is "tvtime", Maintainer is "hvo...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tvtime/tvtime.changes2011-09-23 
12:49:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.tvtime.new/tvtime.changes   2011-11-23 
19:37:59.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 10:22:52 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ tvtime.spec ++
--- /var/tmp/diff_new_pack.PLxnUj/_old  2011-11-23 19:38:00.0 +0100
+++ /var/tmp/diff_new_pack.PLxnUj/_new  2011-11-23 19:38:00.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package tvtime (Version 1.0.2)
+# spec file for package tvtime
 #
-# 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
@@ -19,7 +19,7 @@
 
 
 Name:   tvtime
-BuildRequires:  SDL-devel freetype2-devel gcc-c++ libpng-devel libxml2-devel 
update-desktop-files
+BuildRequires:  SDL-devel freetype2-devel gcc-c++ libpng-devel libtool 
libxml2-devel update-desktop-files
 Version:1.0.2
 Release:239
 Summary:High Quality Television Application

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



commit vim for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2011-11-23 19:38:01

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


Package is "vim", Maintainer is "idon...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2011-11-07 16:18:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2011-11-23 
19:38:04.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 22 22:49:39 UTC 2011 - reddw...@opensuse.org
+
+- Set tinfo as the terminal library for openSUSE > 12.1 since it
+  has been splitted from ncurses
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.70LlUi/_old  2011-11-23 19:38:09.0 +0100
+++ /var/tmp/diff_new_pack.70LlUi/_new  2011-11-23 19:38:09.0 +0100
@@ -296,7 +296,11 @@
 --enable-sniff \
 --with-features=huge \
 --with-compiledby='http://www.opensuse.org/' \
+%if 0%{?suse_version} > 1210
+--with-tlib=tinfo \
+%else
 --with-tlib=ncurses \
+%endif
 --with-global-runtime=%{site_runtimepath}"
 export SCRIPT_OPTIONS="\
 --enable-perlinterp \


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



commit xorg-x11-driver-video for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2011-11-23 19:38:09

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is "xorg-x11-driver-video", Maintainer is "sndir...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2011-11-05 12:14:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2011-11-23 19:38:15.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:48:11 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.hIBxHY/_old  2011-11-23 19:38:17.0 +0100
+++ /var/tmp/diff_new_pack.hIBxHY/_new  2011-11-23 19:38:17.0 +0100
@@ -20,7 +20,7 @@
 %define broken_kms_blacklist 0
 
 Name:   xorg-x11-driver-video
-BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
+BuildRequires:  Mesa-devel libdrm-devel libtool pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:77

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



commit xorg-x11-driver-video-ivtv for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video-ivtv for 
openSUSE:Factory checked in at 2011-11-23 19:38:19

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video-ivtv (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video-ivtv.new (New)


Package is "xorg-x11-driver-video-ivtv", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video-ivtv/xorg-x11-driver-video-ivtv.changes
2011-09-23 12:52:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video-ivtv.new/xorg-x11-driver-video-ivtv.changes
   2011-11-23 19:38:21.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:32:55 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-driver-video-ivtv.spec ++
--- /var/tmp/diff_new_pack.2U33Hl/_old  2011-11-23 19:38:30.0 +0100
+++ /var/tmp/diff_new_pack.2U33Hl/_new  2011-11-23 19:38:30.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-driver-video-ivtv (Version 1.1.1)
+# spec file for package xorg-x11-driver-video-ivtv
 #
-# 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
@@ -19,11 +19,10 @@
 
 
 Name:   xorg-x11-driver-video-ivtv
-BuildRequires:  xorg-x11-sdk
+BuildRequires:  libtool xorg-x11-sdk
 Url:http://ivtvdriver.org
 License:MIT
 Group:  System/X11/Servers/XF86_4
-AutoReqProv:on
 Version:1.1.1
 Release:2
 Summary:The X11 video driver for the PVR-350 frame buffer

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



commit xorg-x11-libICE for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libICE for openSUSE:Factory 
checked in at 2011-11-23 19:38:24

Comparing /work/SRC/openSUSE:Factory/xorg-x11-libICE (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-libICE.new (New)


Package is "xorg-x11-libICE", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-libICE/xorg-x11-libICE.changes  
2011-09-23 12:52:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libICE.new/xorg-x11-libICE.changes 
2011-11-23 19:38:30.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:48:18 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-libICE.spec ++
--- /var/tmp/diff_new_pack.veNhmE/_old  2011-11-23 19:38:32.0 +0100
+++ /var/tmp/diff_new_pack.veNhmE/_new  2011-11-23 19:38:32.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-libICE (Version 7.6)
+# spec file for package xorg-x11-libICE
 #
-# 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,7 +20,7 @@
 
 Name:   xorg-x11-libICE
 %define dirsuffix 1.0.7
-BuildRequires:  pkgconfig xorg-x11-proto-devel xorg-x11-xtrans-devel
+BuildRequires:  libtool pkgconfig xorg-x11-proto-devel xorg-x11-xtrans-devel
 Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:1

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



commit xorg-x11-libs for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libs for openSUSE:Factory 
checked in at 2011-11-23 19:38:30

Comparing /work/SRC/openSUSE:Factory/xorg-x11-libs (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-libs.new (New)


Package is "xorg-x11-libs", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-libs/xorg-x11-libs.changes  
2011-09-23 12:52:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libs.new/xorg-x11-libs.changes 
2011-11-23 19:38:33.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:49:27 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-libs.spec ++
--- /var/tmp/diff_new_pack.vTYhxG/_old  2011-11-23 19:39:12.0 +0100
+++ /var/tmp/diff_new_pack.vTYhxG/_new  2011-11-23 19:39:12.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   xorg-x11-libs
-BuildRequires:  fdupes fontconfig-devel freetype2-devel gperf libXi6-devel 
libexpat-devel libxslt pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel 
xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel 
xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel 
xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel 
xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel 
xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel 
xorg-x11-util-devel xorg-x11-xtrans-devel
+BuildRequires:  fdupes fontconfig-devel freetype2-devel gperf libXi6-devel 
libexpat-devel libtool libxslt pkgconfig xorg-x11-libICE-devel 
xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel 
xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel 
xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel 
xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel 
xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel 
xorg-x11-proto-devel xorg-x11-util-devel xorg-x11-xtrans-devel
 %ifarch ppc64 s390x x86_64
 Provides:   libXaw.so.8()(64bit) libXaw.so.7()(64bit) libXaw.so.6()(64bit)
 Provides:   libXaw8.so.8()(64bit) libXaw7.so.7()(64bit) 
libXaw6.so.6()(64bit)

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



commit xorg-x11-libSM for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libSM for openSUSE:Factory 
checked in at 2011-11-23 19:38:33

Comparing /work/SRC/openSUSE:Factory/xorg-x11-libSM (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-libSM.new (New)


Package is "xorg-x11-libSM", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-libSM/xorg-x11-libSM.changes
2011-09-23 12:52:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libSM.new/xorg-x11-libSM.changes   
2011-11-23 19:39:12.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:48:24 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-libSM.spec ++
--- /var/tmp/diff_new_pack.7xMsJF/_old  2011-11-23 19:39:25.0 +0100
+++ /var/tmp/diff_new_pack.7xMsJF/_new  2011-11-23 19:39:25.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-libSM (Version 7.6)
+# spec file for package xorg-x11-libSM
 #
-# 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,7 +20,7 @@
 
 Name:   xorg-x11-libSM
 %define dirsuffix 1.2.0
-BuildRequires:  libuuid-devel pkgconfig xorg-x11-libICE-devel 
xorg-x11-proto-devel xorg-x11-xtrans-devel
+BuildRequires:  libtool libuuid-devel pkgconfig xorg-x11-libICE-devel 
xorg-x11-proto-devel xorg-x11-xtrans-devel
 Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:1

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



commit xorg-x11-libX11 for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libX11 for openSUSE:Factory 
checked in at 2011-11-23 19:38:37

Comparing /work/SRC/openSUSE:Factory/xorg-x11-libX11 (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-libX11.new (New)


Package is "xorg-x11-libX11", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-libX11/xorg-x11-libX11.changes  
2011-09-23 12:52:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libX11.new/xorg-x11-libX11.changes 
2011-11-23 19:39:25.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:48:30 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-libX11.spec ++
--- /var/tmp/diff_new_pack.i5Ak8y/_old  2011-11-23 19:39:28.0 +0100
+++ /var/tmp/diff_new_pack.i5Ak8y/_new  2011-11-23 19:39:28.0 +0100
@@ -21,7 +21,7 @@
 Name:   xorg-x11-libX11
 %define xcb 1
 %define dirsuffix 1.4.0
-BuildRequires:  fdupes pkgconfig xorg-x11-libXau-devel xorg-x11-libXdmcp-devel 
xorg-x11-proto-devel xorg-x11-xtrans-devel zlib-devel
+BuildRequires:  fdupes libtool pkgconfig xorg-x11-libXau-devel 
xorg-x11-libXdmcp-devel xorg-x11-proto-devel xorg-x11-xtrans-devel zlib-devel
 %if %xcb
 BuildRequires:  xorg-x11-libxcb-devel
 %endif

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



commit xorg-x11-libxcb for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libxcb for openSUSE:Factory 
checked in at 2011-11-23 19:38:40

Comparing /work/SRC/openSUSE:Factory/xorg-x11-libxcb (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-libxcb.new (New)


Package is "xorg-x11-libxcb", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-libxcb/xorg-x11-libxcb.changes  
2011-09-23 12:52:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libxcb.new/xorg-x11-libxcb.changes 
2011-11-23 19:39:28.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:49:34 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-libxcb.spec ++
--- /var/tmp/diff_new_pack.DYnKy3/_old  2011-11-23 19:39:30.0 +0100
+++ /var/tmp/diff_new_pack.DYnKy3/_new  2011-11-23 19:39:30.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-libxcb (Version 7.6_1.7)
+# spec file for package xorg-x11-libxcb
 #
-# 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,7 +20,7 @@
 
 Name:   xorg-x11-libxcb
 %define dirsuffix 1.7
-BuildRequires:  libxslt pkgconfig python-base python-xml xorg-x11-libXau-devel 
xorg-x11-proto-devel
+BuildRequires:  libtool libxslt pkgconfig python-base python-xml 
xorg-x11-libXau-devel xorg-x11-proto-devel
 #%ifarch ppc64 s390x x86_64
 #Provides:   libxcb-xlib.so.0()(64bit)
 #%else


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



commit xorg-x11-libXdmcp for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libXdmcp for 
openSUSE:Factory checked in at 2011-11-23 19:38:44

Comparing /work/SRC/openSUSE:Factory/xorg-x11-libXdmcp (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-libXdmcp.new (New)


Package is "xorg-x11-libXdmcp", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-libXdmcp/xorg-x11-libXdmcp.changes  
2011-09-23 12:52:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libXdmcp.new/xorg-x11-libXdmcp.changes 
2011-11-23 19:39:30.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:48:56 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-libXdmcp.spec ++
--- /var/tmp/diff_new_pack.GVXLOr/_old  2011-11-23 19:39:32.0 +0100
+++ /var/tmp/diff_new_pack.GVXLOr/_new  2011-11-23 19:39:32.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-libXdmcp (Version 7.6)
+# spec file for package xorg-x11-libXdmcp
 #
-# 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,7 +20,7 @@
 
 Name:   xorg-x11-libXdmcp
 %define dirsuffix 1.1.0
-BuildRequires:  pkgconfig xorg-x11-proto-devel
+BuildRequires:  libtool pkgconfig xorg-x11-proto-devel
 Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:1

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



commit xorg-x11-libXmu for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libXmu for openSUSE:Factory 
checked in at 2011-11-23 19:38:48

Comparing /work/SRC/openSUSE:Factory/xorg-x11-libXmu (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-libXmu.new (New)


Package is "xorg-x11-libXmu", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-libXmu/xorg-x11-libXmu.changes  
2011-09-23 12:52:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libXmu.new/xorg-x11-libXmu.changes 
2011-11-23 19:39:32.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:49:04 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-libXmu.spec ++
--- /var/tmp/diff_new_pack.I81z3Q/_old  2011-11-23 19:39:34.0 +0100
+++ /var/tmp/diff_new_pack.I81z3Q/_new  2011-11-23 19:39:34.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-libXmu (Version 7.6)
+# spec file for package xorg-x11-libXmu
 #
-# 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,7 +20,7 @@
 
 Name:   xorg-x11-libXmu
 %define dirsuffix 1.1.0
-BuildRequires:  pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel 
xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel 
xorg-x11-libXext-devel xorg-x11-libXt-devel xorg-x11-proto-devel 
xorg-x11-xtrans-devel
+BuildRequires:  libtool pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel 
xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel 
xorg-x11-libXext-devel xorg-x11-libXt-devel xorg-x11-proto-devel 
xorg-x11-xtrans-devel
 Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:1

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



commit xorg-x11-libXt for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libXt for openSUSE:Factory 
checked in at 2011-11-23 19:38:51

Comparing /work/SRC/openSUSE:Factory/xorg-x11-libXt (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-libXt.new (New)


Package is "xorg-x11-libXt", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-libXt/xorg-x11-libXt.changes
2011-10-06 16:46:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libXt.new/xorg-x11-libXt.changes   
2011-11-23 19:39:34.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:49:19 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-libXt.spec ++
--- /var/tmp/diff_new_pack.ADz22E/_old  2011-11-23 19:39:38.0 +0100
+++ /var/tmp/diff_new_pack.ADz22E/_new  2011-11-23 19:39:38.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   xorg-x11-libXt
 %define dirsuffix 1.0.9
-BuildRequires:  fdupes pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel 
xorg-x11-libX11-devel
+BuildRequires:  fdupes libtool pkgconfig xorg-x11-libICE-devel 
xorg-x11-libSM-devel xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXau-devel xorg-x11-libXdmcp-devel 
xorg-x11-proto-devel xorg-x11-xtrans-devel
 Url:http://xorg.freedesktop.org/
 Version:7.6_%{dirsuffix}

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



commit xorg-x11-server for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2011-11-23 19:38:55

Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New)


Package is "xorg-x11-server", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2011-11-10 16:08:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2011-11-23 19:39:38.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:49:40 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.n7DCFj/_old  2011-11-23 19:39:40.0 +0100
+++ /var/tmp/diff_new_pack.n7DCFj/_new  2011-11-23 19:39:40.0 +0100
@@ -21,7 +21,7 @@
 Name:   xorg-x11-server
 %define dirsuffix 1.10.4
 %define vnc 1
-BuildRequires:  Mesa-devel bison flex fontconfig-devel freetype2-devel 
ghostscript-library libdrm-devel libopenssl-devel pkgconfig xorg-x11 
xorg-x11-devel xorg-x11-fonts-devel xorg-x11-libICE-devel xorg-x11-libSM-devel 
xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel 
xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel 
xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel 
xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel 
xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel 
xorg-x11-xtrans-devel
+BuildRequires:  Mesa-devel bison flex fontconfig-devel freetype2-devel 
ghostscript-library libdrm-devel libopenssl-devel libtool pkgconfig xorg-x11 
xorg-x11-devel xorg-x11-fonts-devel xorg-x11-libICE-devel xorg-x11-libSM-devel 
xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel 
xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel 
xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel 
xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel 
xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel 
xorg-x11-xtrans-devel
 ### udev support (broken on openSUSE 11.2, see also bnc #589997)
 %if %suse_version > 1120
 BuildRequires:  libudev-devel

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



commit bind for openSUSE:12.1:Update:Test

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:12.1:Update:Test 
checked in at 2011-11-24 01:57:38

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


Package is "bind", Maintainer is "u...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/bind/bind.changes   2011-11-17 
17:48:49.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.bind.new/bind.changes  2011-11-24 
01:57:39.0 +0100
@@ -2 +2,7 @@
-Thu Nov 17 16:31:45 CET 2011 - u...@suse.de
+Tue Nov 22 11:37:01 CET 2011 - u...@suse.de
+
+- fixed apparmor profile for lib and lib64 in chroot
+  (bnc#716745)
+
+---
+Thu Nov 17 15:25:54 CET 2011 - fteod...@suse.de
@@ -6 +11,0 @@
-  CVE-2011-4313



Other differences:
--
++ vendor-files.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/apparmor/usr.sbin.named 
new/vendor-files/apparmor/usr.sbin.named
--- old/vendor-files/apparmor/usr.sbin.named2009-11-18 10:42:46.0 
+0100
+++ new/vendor-files/apparmor/usr.sbin.named2011-11-22 11:36:43.0 
+0100
@@ -41,4 +41,7 @@
   /var/opt/novell/xad/ds/krb5kdc/krb5.keytab r,
   /var/tmp/DNS_* rw,
   /tmp/DNS_* rw,
+
+  /var/lib/named/lib64/** mrlpx,
+  /var/lib/named/lib/** mrlpx,
 }

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



commit gnome-shell-extensions for openSUSE:12.1:Update:Test

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:12.1:Update:Test checked in at 2011-11-24 01:58:30

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


Package is "gnome-shell-extensions", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:12.1:Update:Test/gnome-shell-extensions/gnome-shell-extensions.changes
   2011-11-24 01:58:30.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.gnome-shell-extensions.new/gnome-shell-extensions.changes
  2011-11-24 01:58:32.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 23:10:01 UTC 2011 - rbrown...@opensuse.org
+
+- Add gnome-shell-extensions-enable-dock.patch: to allow users to
+  enable dock extension. (bnc#728598)
+
+---

New:

  gnome-shell-extensions-enable-dock.patch



Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.fCS8JO/_old  2011-11-24 01:58:32.0 +0100
+++ /var/tmp/diff_new_pack.fCS8JO/_new  2011-11-24 01:58:32.0 +0100
@@ -31,6 +31,8 @@
 Patch0: gnome-shell-extensions-fix-popup-menus.patch
 # PATCH-FIX-UPSTREAM gnome-shell-extensions-make-dock-extension-work.patch 
malcolmlewis@opensuse-org -- Without this patch dock is invisible, but reacts 
on mouse clicks.
 Patch1: gnome-shell-extensions-make-dock-extension-work.patch
+# PATCH-FIX-OPENSUSE gnome-shell-extensions-enable-dock.patch bnc#728598 
rbrown...@opensuse.org -- Enable dock extension
+Patch2: gnome-shell-extensions-enable-dock.patch
 # Needed for directory ownership
 BuildRequires:  gnome-shell
 # gobject-introspection is needed for the typelib() rpm magic.
@@ -219,6 +221,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 cp %{S:1} .
 
 %build

++ gnome-shell-extensions-enable-dock.patch ++
diff --git a/extensions/dock/metadata.json.in b/extensions/dock/metadata.json.in
index dce4a88..96237b4 100644
--- a/extensions/dock/metadata.json.in
+++ b/extensions/dock/metadata.json.in
@@ -3,7 +3,7 @@
 "name": "Dock",
 "description": "A dock for the GNOME Shell -- displays favorite and running 
applications",
 "original-author": "tclaes...@gmail.com",
-"shell-version": [ "@shell_current@" ],
+"shell-version": [ "@shell_current@", "3.2" ],
 "localedir": "@LOCALEDIR@",
 "url": "@url@"
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pk-update-icon for openSUSE:12.1:Update:Test

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package pk-update-icon for 
openSUSE:12.1:Update:Test checked in at 2011-11-24 01:59:18

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


Package is "pk-update-icon", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/pk-update-icon/pk-update-icon.changes   
2011-11-24 01:59:21.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.pk-update-icon.new/pk-update-icon.changes  
2011-11-24 01:59:21.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 15 12:04:03 UTC 2011 - g...@opensuse.org
+
+- update to version 0.2.1
+  - hide the autostart file in KDE and GNOME rather than explicitly
+showing it in Xfce and LXDE only
+  - increase default startup-delay to 5 min (bnc#729230)
+  - fix some typos
+  - use the VERSION macro in the about dialog 
+
+---

Old:

  pk-update-icon-0.2.tar.gz

New:

  pk-update-icon-0.2.1.tar.gz



Other differences:
--
++ pk-update-icon.spec ++
--- /var/tmp/diff_new_pack.DB2ffd/_old  2011-11-24 01:59:21.0 +0100
+++ /var/tmp/diff_new_pack.DB2ffd/_new  2011-11-24 01:59:21.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   pk-update-icon
-Version:0.2
+Version:0.2.1
 Release:1
 License:GPLv2+
 Summary:Software Update Notifier based on PackageKit

++ pk-update-icon-0.2.tar.gz -> pk-update-icon-0.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2/Makefile 
new/pk-update-icon-0.2.1/Makefile
--- old/pk-update-icon-0.2/Makefile 2011-10-22 10:15:46.0 +0200
+++ new/pk-update-icon-0.2.1/Makefile   2011-11-15 12:49:11.0 +0100
@@ -19,7 +19,7 @@
 
 PACKAGE =  pk-update-icon
 APP_NAME = org.opensuse.pk-update-icon
-VERSION =  0.2
+VERSION =  0.2.1
 DISTNAME :=$(PACKAGE)-$(VERSION)
 OBJS = main.o pkui-icon.o pkui-backend.o
 AUTOSTART_FILE =   $(PACKAGE).desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2/pk-update-icon-0.2.1 
new/pk-update-icon-0.2.1/pk-update-icon-0.2.1
--- old/pk-update-icon-0.2/pk-update-icon-0.2.1 1970-01-01 01:00:00.0 
+0100
+++ new/pk-update-icon-0.2.1/pk-update-icon-0.2.1   2011-11-24 
01:59:21.0 +0100
@@ -0,0 +1 @@
+symbolic link to .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2/pk-update-icon.desktop.in 
new/pk-update-icon-0.2.1/pk-update-icon.desktop.in
--- old/pk-update-icon-0.2/pk-update-icon.desktop.in2011-10-22 
09:47:32.0 +0200
+++ new/pk-update-icon-0.2.1/pk-update-icon.desktop.in  2011-11-15 
12:28:33.0 +0100
@@ -7,4 +7,4 @@
 Terminal=false
 Type=Application
 Categories=Utility;GTK;TrayIcon;
-OnlyShowIn=XFCE;LXDE;
+NotShowIn=KDE;GNOME;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2/pkui-backend.c 
new/pk-update-icon-0.2.1/pkui-backend.c
--- old/pk-update-icon-0.2/pkui-backend.c   2011-10-22 09:47:32.0 
+0200
+++ new/pk-update-icon-0.2.1/pkui-backend.c 2011-11-15 11:57:17.0 
+0100
@@ -59,7 +59,7 @@
LAST_SIGNAL
 };
 
-static guint   pkui_backend_signals[LAST_SIGNAL] = { 0, };
+static guint   pkui_backend_signals[LAST_SIGNAL] = { 0 };
 
 static gboolean periodic_check(gpointer data);
 
@@ -190,8 +190,8 @@
pspec);
 
pspec = g_param_spec_uint("startup-delay", "Startup delay",
-   "Initial delay in second before the first check for new package "
-   "updates", 0, G_MAXUINT, 60,
+   "Initial delay in seconds before the first check for new package "
+   "updates", 0, G_MAXUINT, 300,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
g_object_class_install_property(gobject_class, PROP_STARTUP_DELAY,
pspec);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2/pkui-icon.c 
new/pk-update-icon-0.2.1/pkui-icon.c
--- old/pk-update-icon-0.2/pkui-icon.c  2011-10-22 09:47:32.0 +0200
+++ new/pk-update-icon-0.2.1/pkui-icon.c2011-11-14 20:56:31.0 
+0100
@@ -154,7 +154,7 @@
if (strcmp(translators, "translators") == 0)
translators = NULL;
 
-   gtk_show_about_dialog (NULL, "version", "0.1", "copyright", copyright,
+   gtk_show_about_dialog (NULL, "version", VERSION, "copyright", copyright,
"authors", authors, "documenters", documenters,
"translator-cre

commit polkit-default-privs for openSUSE:12.1:Update:Test

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:12.1:Update:Test checked in at 2011-11-24 01:59:40

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


Package is "polkit-default-privs", Maintainer is "lnus...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:12.1:Update:Test/polkit-default-privs/polkit-default-privs.changes
   2011-11-23 15:54:35.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.polkit-default-privs.new/polkit-default-privs.changes
  2011-11-24 01:59:41.0 +0100
@@ -4,0 +5,2 @@
+- allow time zone changes (bnc#731812)
+- allow setting pin on modems (bnc#732358)

New:

  polkit-default-privs-bnc-731812.diff
  polkit-default-privs-bnc-732358.diff



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.hYQb0b/_old  2011-11-24 01:59:41.0 +0100
+++ /var/tmp/diff_new_pack.hYQb0b/_new  2011-11-24 01:59:41.0 +0100
@@ -27,6 +27,8 @@
 Summary:SUSE PolicyKit default permissions
 Source: polkit-default-privs-%version.tar.bz2
 Patch0: polkit-default-privs-bnc-716291.diff
+Patch1: polkit-default-privs-bnc-731812.diff
+Patch2: polkit-default-privs-bnc-732358.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Supplements:PolicyKit
 Supplements:libpolkit0, polkit
@@ -55,6 +57,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 

++ polkit-default-privs-bnc-731812.diff ++
>From c75c2c7c9fa5b0b9644e08af2f8c3d3eba08514e Mon Sep 17 00:00:00 2001
From: Ludwig Nussel 
Date: Wed, 23 Nov 2011 12:00:08 +0100
Subject: [PATCH 1/2] allow setting the system's time zone (bnc#731812)

---
 polkit-default-privs.standard |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/polkit-default-privs.standard b/polkit-default-privs.standard
index df9827e..da6722a 100644
--- a/polkit-default-privs.standard
+++ b/polkit-default-privs.standard
@@ -272,7 +272,7 @@ org.freedesktop.hostname1.set-machine-info  
auth_admin
 org.freedesktop.systemd1.reply-password auth_admin
 org.freedesktop.systemd1.bus-access auth_admin
 org.freedesktop.timedate1.set-time  auth_admin_keep
-org.freedesktop.timedate1.set-timezone  auth_admin_keep
+org.freedesktop.timedate1.set-timezone  
auth_admin_keep:auth_admin_keep:yes
 org.freedesktop.timedate1.set-local-rtc auth_admin_keep
 org.freedesktop.locale1.set-locale  auth_admin_keep
 org.freedesktop.login1.attach-deviceauth_admin_keep
-- 
1.7.7

++ polkit-default-privs-bnc-732358.diff ++
>From 411c3b340eb5ab401caf65b3c130dd547f12802d Mon Sep 17 00:00:00 2001
From: Ludwig Nussel 
Date: Wed, 23 Nov 2011 12:01:02 +0100
Subject: [PATCH 2/2] allow org.freedesktop.ModemManager.Device.Control

NM applets actually need to talk to MM in order to unlock devices. The same 
privilege is used for scanning and for setting a pin/puk in the first place 
unfortunately
---
 polkit-default-privs.standard |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/polkit-default-privs.standard b/polkit-default-privs.standard
index da6722a..0e3e5f9 100644
--- a/polkit-default-privs.standard
+++ b/polkit-default-privs.standard
@@ -297,7 +297,7 @@ com.hp.driveguard.toggle
auth_admin
 com.hp.driveguard.install-setup auth_admin
 
 # ModemManager
-org.freedesktop.ModemManager.Device.Control auth_admin
+org.freedesktop.ModemManager.Device.Control 
auth_admin:auth_admin:yes
 org.freedesktop.ModemManager.Device.Info
auth_admin:auth_admin:yes
 org.freedesktop.ModemManager.Contacts   auth_admin
 org.freedesktop.ModemManager.SMSauth_admin
-- 
1.7.7

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