commit acct for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package acct for openSUSE:Factory checked in 
at 2012-02-07 14:44:39

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


Package is acct, Maintainer is mkudlv...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/acct/acct.changes2011-10-04 
18:06:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.acct.new/acct.changes   2012-02-07 
14:44:46.0 +0100
@@ -1,0 +2,10 @@
+Mon Jan 23 08:43:45 UTC 2012 - bart.vanass...@gmail.com
+
+- switch from acct-6.3.5 to acct-6.5.5. From the upstream acct ChangeLog:
+   * Fix potential buffer-overflows.
+   * UNIX 98 pty support.
+   * Add Linux multiformat support.
+   * lastcomm.c: integrated patch from Paul Jones which adds
+ paging and swapping support to lastcomm and sa
+
+---

Old:

  acct-6.3.5-ac.dif
  acct-6.3.5-acct_v3-fix.diff
  acct-6.3.5-axp.dif
  acct-6.3.5-hz.patch
  acct-6.3.5-info.diff
  acct-6.3.5-time-fix.diff
  acct-6.3.5-warning.patch
  acct-6.3.5.tar.bz2

New:

  acct-6.5.5.tar.gz
  acct-ac.patch
  acct-axp.patch
  acct-hz.patch
  acct-info.patch



Other differences:
--
++ acct.spec ++
--- /var/tmp/diff_new_pack.11H38v/_old  2012-02-07 14:44:48.0 +0100
+++ /var/tmp/diff_new_pack.11H38v/_new  2012-02-07 14:44:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package acct
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,19 +21,16 @@
 License:GPL-2.0+
 Group:  System/Base
 PreReq: %insserv_prereq %fillup_prereq fileutils %install_info_prereq
-Version:6.3.5
-Release:829
-Source: %{name}-%{version}.tar.bz2
+Version:6.5.5
+Release:830
+Source: %{name}-%{version}.tar.gz
 Source1:rc.acct
 Source2:logrotate.acct
 BuildRequires:  libtool
-Patch:  %{name}-%{version}-axp.dif
-Patch1: %{name}-%{version}-ac.dif
-Patch2: %{name}-%{version}-info.diff
-Patch3: %{name}-%{version}-acct_v3-fix.diff
-Patch4: %{name}-%{version}-time-fix.diff
-Patch5: %{name}-%{version}-hz.patch
-Patch6: %{name}-%{version}-warning.patch
+Patch:  %{name}-hz.patch
+Patch1: %{name}-axp.patch
+Patch2: %{name}-info.patch
+Patch3: %{name}-ac.patch
 Url:http://www.gnu.org/directory/acct.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:User-Specific Process Accounting
@@ -44,22 +41,16 @@
 
 %prep
 %setup -q
-%patch
-%patch1
-%patch2
-%patch3
-%patch4
-%patch5
-%patch6
+%patch -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %define prefix   /usr
 %define sysconfdir /etc
 %{suse_update_config}
-libtoolize -f
-aclocal
-automake -a
-autoconf
+autoreconf -ivf
 CFLAGS=$RPM_OPT_FLAGS CXXFLAGS=$RPM_OPT_FLAGS ./configure \
   --mandir=%{_mandir} \
   --prefix=%{prefix} \

++ acct-ac.patch ++
Subject: configure.ac: Change AC_LANG_SOURCE() into AC_LANG_PROGRAM()

---
 configure.ac |8 ++--
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 743fe29..c150ca3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,7 +162,7 @@ AC_CHECK_HEADER(sys/acct.h,
 dnl
 dnl find out where utmp/pacct are stored
 dnl
-AC_RUN_IFELSE([AC_LANG_SOURCE([[
+AC_RUN_IFELSE([AC_LANG_PROGRAM([[
 #include stdio.h
 #include stdlib.h
 #include sys/types.h
@@ -241,9 +241,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
 #endif
 #  endif
 #endif
-
-main ()
-{
+]], [[
   FILE *fp;
   fp = fopen (locs, w);
   fprintf (fp, WTMP_FILE_LOC=%s\n, WTMP_FILE);
@@ -251,8 +249,6 @@ main ()
   fprintf (fp, SAVACCT_FILE_LOC=%s\n, SAVACCT_FILE);
   fprintf (fp, USRACCT_FILE_LOC=%s\n, USRACCT_FILE);
   fclose (fp);
-  exit(0);
-}
 ]])],[. ./locs; rm locs],[echo Error -- could not locate your wtmp and acct 
files.; exit 1],[echo Sorry -- you cannot cross-compile this package 
(FIXME).; exit 1 ])
 AC_TYPE_PID_T dnl for sys/acct.h
 AC_TYPE_UID_T dnl same as above
-- 
1.7.7

++ acct-axp.patch ++
Subject: acct-axp.patch

---
 accton.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/accton.c b/accton.c
index eeb503d..4c8e2eb 100644
--- a/accton.c
+++ b/accton.c
@@ -21,6 +21,7 @@ MA 02139, USA.
 
 #include config.h
 
+#include stdlib.h
 #include 

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-07 14:44:45

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


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

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-03 10:21:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-07 14:44:53.0 +0100
@@ -2 +2 @@
-Fri Feb  3 07:40:04 CET 2012 - autobu...@suse.de
+Tue Feb  7 07:40:05 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-03
+- automated update on 2012-02-07



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.zmMCco/_old  2012-02-07 14:44:54.0 +0100
+++ /var/tmp/diff_new_pack.zmMCco/_new  2012-02-07 14:44:54.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.3
+Version:2012.2.7
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.zmMCco/_old  2012-02-07 14:44:55.0 +0100
+++ /var/tmp/diff_new_pack.zmMCco/_new  2012-02-07 14:44:55.0 +0100
@@ -12135,9 +12135,9 @@
San Jose CA 95134
UNITED STATES
 
-00-07-51   (hex)   m·u·t AG
-000751 (base 16)   m·u·t AG
-   Meßgeräte für Medizin- und Umwelttechnik
+00-07-51   (hex)   m-u-t AG
+000751 (base 16)   m-u-t AG
+   Messger�te f�r Medizin- und Umwelttechnik
Am Marienhof 2
Wedel  22880
GERMANY
@@ -81992,6 +81992,13 @@
25436 TORNESCH  
GERMANY
 
+08-BE-09   (hex)   Astrol Electronic AG
+08BE09 (base 16)   Astrol Electronic AG
+   Vorderi B�de 3
+   Gewerbehaus Casora
+   Oberrohrdorf AG 5452
+   SWITZERLAND
+
 08-D0-9F   (hex)   Cisco Systems
 08D09F (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -84550,6 +84557,12 @@
Houston Texas 77070
UNITED STATES
 
+2C-2D-48   (hex)   bct electronic GesmbH
+2C2D48 (base 16)   bct electronic GesmbH
+   Saalachstrasse 88
+   Salzburg  5020
+   AUSTRIA
+
 2C-30-68   (hex)   Pantech Co.,Ltd
 2C3068 (base 16)   Pantech Co.,Ltd
110-1 Ongjeong-Ri, Tongjin-Eup
@@ -84845,6 +84858,13 @@
Oulu Ou 90590
FINLAND
 
+30-39-26   (hex)   Sony Ericsson Mobile Communications AB
+303926 (base 16)   Sony Ericsson Mobile Communications AB
+   S�lvegatan 51
+   -
+   Lund - 22188
+   SWEDEN
+
 30-39-55   (hex)   Shenzhen Jinhengjia Electronic Co., Ltd.
 303955 (base 16)   Shenzhen Jinhengjia Electronic Co., Ltd.
4-6 Floors, Factory Building, Jijia Industrial 
Park,
@@ -85657,6 +85677,12 @@
Taipei  110
TAIWAN, REPUBLIC OF CHINA
 
+3C-3A-73   (hex)   Avaya, Inc
+3C3A73 (base 16)   Avaya, Inc
+   211 Mount Airy Road 
+   Basking Ridge NJ 07920
+   UNITED STATES
+
 3C-43-8E   (hex)   Motorola Mobility, Inc.
 3C438E (base 16)   Motorola Mobility, Inc.
600 North US Highway 45
@@ -86858,6 +86884,12 @@
Newport Beach Ca. 92660
UNITED STATES
 
+48-D7-FF   (hex)   BLANKOM Antennentechnik GmbH
+48D7FF (base 16)   BLANKOM Antennentechnik GmbH
+   Hermann-Petersilge Str. 1
+   Bad Blankenburg TH 07422
+   

commit build-compare for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2012-02-07 14:44:54

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


Package is build-compare, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2012-01-27 15:17:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2012-02-07 14:44:55.0 +0100
@@ -1,0 +2,28 @@
+Mon Feb  6 11:53:57 UTC 2012 - a...@suse.de
+
+- Fix off-by-one error in rpmlint processing that hit packages with 
+  just one binary package.
+
+---
+Sun Feb  5 12:16:49 UTC 2012 - a...@suse.de
+
+- Improve rpmlint check.
+
+---
+Sun Feb  5 12:11:35 UTC 2012 - a...@suse.de
+
+- Take care of date format change of unzip.
+
+---
+Sun Feb  5 10:43:49 UTC 2012 - a...@suse.de
+
+- Replace all occurences of release in rpmlint, take care of 
+  temporary files in rpmlint
+
+---
+Sun Feb  5 09:23:56 UTC 2012 - a...@suse.de
+
+- Use separate invocation lines for .TH lines to catch
+  some better.
+
+---



Other differences:
--
++ rpm-check.sh ++
--- /var/tmp/diff_new_pack.c5RnZk/_old  2012-02-07 14:44:57.0 +0100
+++ /var/tmp/diff_new_pack.c5RnZk/_new  2012-02-07 14:44:57.0 +0100
@@ -190,9 +190,12 @@
unjar_l ./$file |sort  flist
#  10-05-2010 14:39
sed -i -e s, [0-9][0-9]-[0-9][0-9]-[0-9]\+ [0-9][0-9]:[0-9][0-9] , 
date , flist
+   # 2012-02-03 07:59
+   sed -i -e s, 20[0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9] 
, date , flist
cd ../new
unjar_l ./$file |sort flist
sed -i -e s, [0-9][0-9]-[0-9][0-9]-[0-9]\+ [0-9][0-9]:[0-9][0-9] , 
date ,;  flist
+   sed -i -e s, 20[0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9] 
, date , flist
cd ..
if ! cmp -s old/flist new/flist; then
   echo $file has different file list
@@ -318,14 +321,21 @@
 # .TH appender.h 3 Tue Aug 31 2010 Version 1.2.1 log4c \ -*- 
nroff -*-
 # .TH OFFLINEIMAP 1 11 May 2010 John Goerzen OfflineIMAP 
Manual
 # .TH gv 3guile 13 May 2010
-# .TH ARCH 1 September 2010 GNU coreutils 8.5 User Commands
 #.TH GIT\-ARCHIMPORT 1 09/13/2010 Git 1\.7\.1 Git Manual
 # .TH LDIRECTORD 8 2010-10-20 perl v5.12.2 User Contributed Perl 
Documentation
 
for f in old/$file new/$file; do
-sed -i -e 's|.TH \?\([^ ]*\)\? \?\([0-9][a-z]*\)\? 
\?\(20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]\|[A-Z][a-z]* [0-9][0-9], 
20[0-9][0-9]\|[0-9]* [A-Z][a-z]* 20[0-9][0-9]\|[A-Z][a-z][a-z] [A-Z][a-z][a-z] 
[0-9]\+ 20[0-9][0-9]\|[A-Z][a-z]* 20[0-9][0-9]\)\? |.TH \1 \2 2000-01-01 |' 
$f
+sed -i -e 's|.TH \?\([^ ]*\)\? \?\([0-9][a-z]*\)\? 
\?\(20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]\|[0-9]* [A-Z][a-z]* 20[0-9][0-9]\)\? 
|.TH \1 \2 2000-01-01 |' $f
 sed -i -e 's|.TH \?\([^ ]*\)\? \?\([0-9][a-z]*\)\? 
\?\([0-1][0-9]/[0-9][0-9]/201[0-9]\)\? |.TH \1 \2 2000-01-01 |' $f
 sed -i -e 's|.TH \(.*\) \?\(20[0-1][0-9]-[0-9][0-9]-[0-9][0-9]\)\? 
|.TH \1  2000-01-01 |' $f
+# .TH ccmake 1 February 05, 2012 ccmake 2.8.7
+ sed  -i -e 's|^.TH \?\([^ ]*\)\? \?\([0-9][a-z]*\)\? 
\?\([A-Z][a-z]* [0-9][0-9], 20[0-9][0-9]\)\? |.TH \1 \2 2000-01-01 |' $f
+# .TH appender.h 3 Tue Aug 31 2010 Version 1.2.1 log4c \ -*- 
nroff -*-
+sed -i -e 's|.TH \?\([^ ]*\)\? \?\([0-9][a-z]*\)\? 
\?[A-Z][a-z][a-z] [A-Z][a-z][a-z] [0-9]\+ 20[0-9][0-9]\? |.TH \1 \2 
2000-01-01 |' $f
+# .TH ARCH 1 September 2010 GNU coreutils 8.5 User Commands
+sed -i -e 's|.TH \?\([^ ]*\)\? \?\([0-9][a-z]*\)\? \?[A-Z][a-z]* 
20[0-9][0-9]\? |.TH \1 \2 2000-01-01  |' $f
+# .TH GCM-CALIBRATE 1 03 February 2012  
+sed -i -e 's|.TH \?\([^ ]*\)\? \?\([0-9][a-z]*\)\? \?[0-9]* 
[A-Z][a-z]* 20[0-9][0-9]\? |.TH \1 \2 2000-01-01  |' $f
 # generated by docbook xml:
 #.\  Date: 09/13/2010
  sed -i -e 's|Date: [0-1][0-9]/[0-9][0-9]/201[0-9]|Date: 09/13/2010|' 
$f

++ same-build-result.sh ++
--- /var/tmp/diff_new_pack.c5RnZk/_old  2012-02-07 14:44:57.0 +0100
+++ /var/tmp/diff_new_pack.c5RnZk/_new  2012-02-07 14:44:57.0 +0100
@@ -63,8 +63,8 @@
 NEWRPMS=($(find $NEWDIRS -name \*rpm -a ! -name \*src.rpm -a ! -name 
\*.delta.rpm|sort --field-separator=/ --key=7|grep -v 

commit cpio for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package cpio for openSUSE:Factory checked in 
at 2012-02-07 14:45:03

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


Package is cpio, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cpio/cpio.changes2012-01-20 
20:23:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.cpio.new/cpio.changes   2012-02-07 
14:45:04.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 13:31:13 UTC 2012 - rschweik...@suse.com
+
+- leave binary in /usr (UsrMerge project), link to binary from /bin
+
+---



Other differences:
--
++ cpio.spec ++
--- /var/tmp/diff_new_pack.FZuST2/_old  2012-02-07 14:45:06.0 +0100
+++ /var/tmp/diff_new_pack.FZuST2/_new  2012-02-07 14:45:06.0 +0100
@@ -97,8 +97,9 @@
 %install
 mkdir -p $RPM_BUILD_ROOT/{usr/bin,bin}
 make prefix=$RPM_BUILD_ROOT/usr infodir=$RPM_BUILD_ROOT/%_infodir 
mandir=$RPM_BUILD_ROOT/%_mandir install
-mv $RPM_BUILD_ROOT/usr/bin/cpio $RPM_BUILD_ROOT/bin
-ln -sf ../../bin/cpio $RPM_BUILD_ROOT/usr/bin/cpio
+#UsrMerge 
+ln -sf %_bindir/cpio $RPM_BUILD_ROOT/bin
+#EndUsrMerge 
 %find_lang %{name}
 
 %post
@@ -112,9 +113,11 @@
 
 %files
 %defattr(-,root,root)
+#UsrMerge 
 /bin/cpio
-/usr/bin/cpio
-/usr/bin/mt
+#EndUsrMerge 
+%_bindir/cpio
+%_bindir/mt
 %doc %{_infodir}/cpio.info.gz
 %doc %{_mandir}/man1/cpio.1.gz
 %doc %{_mandir}/man1/mt.1.gz

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



commit dante for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package dante for openSUSE:Factory checked 
in at 2012-02-07 14:45:12

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


Package is dante, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dante/dante.changes  2011-12-05 
12:43:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.dante.new/dante.changes 2012-02-07 
14:45:19.0 +0100
@@ -1,0 +2,34 @@
+Thu Jan 12 16:54:58 UTC 2012 - tabra...@novell.com
+
+- fixed 64bit-portability-issue
+- fixed some man page format problems
+
+- update to 1.3.2
+  * Part of possible resource optimization indicated in section 4.4
+of the Dante 1.3.1 performance evaluation report
+(http://www.inet.no/dante/doc/1.3.x/dante_performance_1.3.1.pdf)
+has been implemented: scheduling new clients to the Dante process
+with fewest free slots available.
+  * If the proxy server (socks, http, or upnp) is configured via
+environment variables, don't attempt to also parse any socks.conf
+files
+  * The HTTP_PROXY environment variable has been renamed to 
+HTTP_CONNECT_PROXY to avoid conflict with HTTP proxies that do
+not support the HTTP CONNECT request
+  * Fixed an unintended change to ACL semantics regarding bind requests
+in Dante 1.2.3 noted by Ralf Wenk 
+ralf.w...@hs-karlsruhe.de.example.com many thanks
+  * Fixed a bug regarding handling of cases where the ulimit for max
+number of files is unlimited. Reported and analyzed by Ralf Wenk
+ralf.w...@hs-karlsruhe.de.example.com 
+
+- changes in 1.3.1
+  * Fixed a bug regarding handling of socks clients that do not fillow
+the spec and start sending traffic data before request has been
+granted.
+  * Fixed an error related to ACL on UDP-packets. If a given SOCKS
+client was allowed to send some UDP packets, in some cases
+packets from the same SOCKS client that should have been blocked
+were allowed.
+
+---

Old:

  dante-1.3.0.tar.bz2

New:

  dante-1.3.2-64bit_portability.patch
  dante-1.3.2-sockd_conf_man_format.patch
  dante-1.3.2-socksify_man_format.patch
  dante-1.3.2.tar.gz



Other differences:
--
++ dante.spec ++
--- /var/tmp/diff_new_pack.aEMG2m/_old  2012-02-07 14:45:20.0 +0100
+++ /var/tmp/diff_new_pack.aEMG2m/_new  2012-02-07 14:45:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dante
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,19 +22,23 @@
 BuildRequires:  pam-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  libtool
+BuildRequires:  autoconf = 2.61
 %if 0%{?suse_version} == 0 || 0%{?suse_version} = 1000
 BuildRequires:  krb5-devel
 %endif
 Summary:A Free Socks v4 and v5 Client Implementation
-Version:1.3.0
+Version:1.3.2
 Release:1
 License:BSD-3-Clause
-URL:http://www.inet.no/dante/
-# http://www.inet.no/dante/files/dante-%{version}.tar.gz
-Source: dante-%{version}.tar.bz2
+Url:http://www.inet.no/dante/
+# http://www.inet.no/dante/files/dante-%%{version}.tar.gz
+Source: dante-%{version}.tar.gz
 Source1:sockd.init
 Source2:baselibs.conf
 Source3:%name-rpmlintrc
+Patch:  dante-1.3.2-64bit_portability.patch
+Patch2: dante-1.3.2-sockd_conf_man_format.patch
+Patch3: dante-1.3.2-socksify_man_format.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  Productivity/Networking/Security
 # SuSE series: sec
@@ -84,6 +88,9 @@
 
 %prep
 %setup -q
+%patch
+%patch2
+%patch3
 %{?suse_update_config:%{suse_update_config -l -f}}
 
 %build
@@ -121,6 +128,9 @@
 
 %__rm Makefile* SPECS/Makefile*
 
+%preun -n dante-server
+%stop_on_removal
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
@@ -130,6 +140,7 @@
 
 %postun -n dante-server
 %{insserv_cleanup}
+%restart_on_update
 
 %files
 %defattr(-,root,root)

++ dante-1.3.2-64bit_portability.patch ++
--- lib/log.c.orig  2012-01-11 11:51:00.816935242 -0500
+++ lib/log.c   2012-01-12 09:33:14.205467014 -0500
@@ -715,7 +715,7 @@
char **strings;
 
size= backtrace(array, (int)ELEMENTS(array));
-   strings = backtrace_symbols(array, size);
+   strings = (char **)backtrace_symbols(array, size);
 
if (strings == NULL)  {
   swarn(%s: strings = NULL, function);
++ 

commit dotconf for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package dotconf for openSUSE:Factory checked 
in at 2012-02-07 14:45:18

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


Package is dotconf, Maintainer is ma...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/dotconf/dotconf.changes  2011-10-03 
09:16:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.dotconf.new/dotconf.changes 2012-02-07 
14:45:21.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb  5 20:17:13 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+- Remove dependencies on main package, which only has docs
+
+---



Other differences:
--
++ dotconf.spec ++
--- /var/tmp/diff_new_pack.eRYNzp/_old  2012-02-07 14:45:22.0 +0100
+++ /var/tmp/diff_new_pack.eRYNzp/_new  2012-02-07 14:45:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dotconf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   dotconf
 Url:https://github.com/williamh/dotconf/
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 Version:1.3
-Release:1
-License:LGPL-2.1+
-Group:  Development/Languages/C and C++
+Release:0
 Source: %{name}-%{version}.tbz2
 Summary:Configuration file parser library
+License:LGPL-2.1+
+Group:  Development/Languages/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,10 +40,8 @@
 config files.
 
 %package -n libdotconf0
-License:LGPL-2.1+
 Summary:Configuration file parser library
 Group:  Development/Languages/C and C++
-Requires:   %{name} = %{version} 
 # Package was formerly libdotconf-1_0-0
 Provides:   libdotconf-1_0-0 = %{version} 
 Obsoletes:  libdotconf-1_0-0  %{version}
@@ -62,10 +58,9 @@
 config files.
 
 %package devel
-License:LGPL-2.1+
 Summary:Configuration file parser library
 Group:  Development/Languages/C and C++
-Requires:   %{name} = %{version} libdotconf0
+Requires:   libdotconf0 = %version
 
 %description devel
 dotconf is a simple-to-use and powerful configuration-file parser


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



commit eric for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package eric for openSUSE:Factory checked in 
at 2012-02-07 14:45:26

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


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

Changes:

--- /work/SRC/openSUSE:Factory/eric/eric.changes2011-12-13 
11:48:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.eric.new/eric.changes   2012-02-07 
14:45:31.0 +0100
@@ -1,0 +2,30 @@
+Sat Feb  4 23:11:28 UTC 2012 - ter...@gmail.com
+
+- Update to 4.5.0
+* Platform Support:
++ Mac OS X is an officially supported platform
+(s. README-MacOSX.txt for setup instructions) 
+* Editor:
++ Improved highlighter styles configuration
++ Added configurable file filters
++ Added configuration option for new QScintilla releases
++ Enhanced template auto-completion
++ Added capability to change keywords of the highlighters
+* Email dialog:
++ Added function to check the login data
+* Project:
++ Added forms generation support for PySide and Python3 Qt projects
+* Subversion interfaces:
++ Diff context menu entry for the status dialog
++ Made status dialog more universal (you can add, remove,
+commit,... from it)
++ Added a filter on status to the status dialog
+* Tools:
++ Enhanced source browser and source documentor
+* Web-Browser:
++ Improved proxy configuration
++ Added more default search engines
++ Improved handling of mouse buttons 3 and 4 (back/forward in
+history) 
+
+---

Old:

  eric4-4.4.19.tar.gz
  eric4-i18n-cs-4.4.19.tar.gz
  eric4-i18n-de-4.4.19.tar.gz
  eric4-i18n-en-4.4.19.tar.gz
  eric4-i18n-es-4.4.19.tar.gz
  eric4-i18n-fr-4.4.19.tar.gz
  eric4-i18n-it-4.4.19.tar.gz
  eric4-i18n-ru-4.4.19.tar.gz
  eric4-i18n-tr-4.4.19.tar.gz
  eric4-i18n-zh_CN.GB2312-4.4.19.tar.gz

New:

  eric4-4.5.0.tar.gz
  eric4-i18n-cs-4.5.0.tar.gz
  eric4-i18n-de-4.5.0.tar.gz
  eric4-i18n-en-4.5.0.tar.gz
  eric4-i18n-es-4.5.0.tar.gz
  eric4-i18n-fr-4.5.0.tar.gz
  eric4-i18n-it-4.5.0.tar.gz
  eric4-i18n-ru-4.5.0.tar.gz
  eric4-i18n-tr-4.5.0.tar.gz
  eric4-i18n-zh_CN.GB2312-4.5.0.tar.gz



Other differences:
--
++ eric.spec ++
--- /var/tmp/diff_new_pack.vfBWsz/_old  2012-02-07 14:45:34.0 +0100
+++ /var/tmp/diff_new_pack.vfBWsz/_new  2012-02-07 14:45:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eric
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   eric
-Version:4.4.19
+Version:4.5.0
 Release:0
 Summary:Python IDE
 License:GPL-3.0+

++ _service ++
--- /var/tmp/diff_new_pack.vfBWsz/_old  2012-02-07 14:45:34.0 +0100
+++ /var/tmp/diff_new_pack.vfBWsz/_new  2012-02-07 14:45:34.0 +0100
@@ -3,51 +3,51 @@
   service mode=localonly name=download_url
 param name=hostsourceforge.net/param
 param name=protocolhttp/param
-param 
name=path/projects/eric-ide/files/eric4/stable/4.4.19/eric4-4.4.19.tar.gz/param
+param 
name=path/projects/eric-ide/files/eric4/stable/4.5.0/eric4-4.5.0.tar.gz/param
   /service
   service mode=localonly name=download_url
 param name=hostsourceforge.net/param
 param name=protocolhttp/param
-param 
name=path/projects/eric-ide/files/eric4/stable/4.4.19/eric4-i18n-zh_CN.GB2312-4.4.19.tar.gz/param
+param 
name=path/projects/eric-ide/files/eric4/stable/4.5.0/eric4-i18n-zh_CN.GB2312-4.5.0.tar.gz/param
   /service
   service mode=localonly name=download_url
 param name=hostsourceforge.net/param
 param name=protocolhttp/param
-param 
name=path/projects/eric-ide/files/eric4/stable/4.4.19/eric4-i18n-tr-4.4.19.tar.gz/param
+param 
name=path/projects/eric-ide/files/eric4/stable/4.5.0/eric4-i18n-tr-4.5.0.tar.gz/param
   /service
   service mode=localonly name=download_url
 param name=hostsourceforge.net/param
 param name=protocolhttp/param
-param 
name=path/projects/eric-ide/files/eric4/stable/4.4.19/eric4-i18n-ru-4.4.19.tar.gz/param
+param 
name=path/projects/eric-ide/files/eric4/stable/4.5.0/eric4-i18n-ru-4.5.0.tar.gz/param
   /service
   service mode=localonly name=download_url
 param name=hostsourceforge.net/param
 param 

commit gcc33 for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package gcc33 for openSUSE:Factory checked 
in at 2012-02-07 14:45:33

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


Package is gcc33, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gcc33/gcc33.changes  2011-10-24 
13:39:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc33.new/gcc33.changes 2012-02-07 
14:45:36.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb  6 09:50:28 UTC 2012 - rguent...@suse.com
+
+- fix licenses of sub-packages
+
+---
+Thu Jan 12 11:30:34 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---
libgcj33.changes: same change



Other differences:
--
++ gcc33.spec ++
 941 lines (skipped)
 between /work/SRC/openSUSE:Factory/gcc33/gcc33.spec
 and /work/SRC/openSUSE:Factory/.gcc33.new/gcc33.spec

++ libgcj33.spec ++
--- /var/tmp/diff_new_pack.RN3mpa/_old  2012-02-07 14:45:39.0 +0100
+++ /var/tmp/diff_new_pack.RN3mpa/_new  2012-02-07 14:45:39.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libgcj33 (Version 3.3.3)
+# spec file for package libgcj33
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,8 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
 # icecream 0
 
 %define building_libjava 1
@@ -67,12 +65,18 @@
 %endif
 
 Name:   libgcj33
-BuildRequires:  bison flex gettext-devel glibc-devel-32bit zlib-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gettext-devel
+BuildRequires:  glibc-devel-32bit
+BuildRequires:  zlib-devel
 %if %{build_ada}
 BuildRequires:  gcc-ada
 %endif
 %if %{build_libjava}
-BuildRequires:  gtk2-devel libart_lgpl-devel update-desktop-files
+BuildRequires:  gtk2-devel
+BuildRequires:  libart_lgpl-devel
+BuildRequires:  update-desktop-files
 %endif
 %if %{build_fortran}
 #BuildRequires: mpfr-devel
@@ -81,7 +85,8 @@
 BuildRequires:  libunwind-devel
 %endif
 %if %{run_tests}
-BuildRequires:  dejagnu expect
+BuildRequires:  dejagnu
+BuildRequires:  expect
 %endif
 
 # Define version number of libgcc_s
@@ -133,9 +138,8 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc
 
 Url:http://gcc.gnu.org/
-License:GPL
 Version:3.3.3
-Release:25
+Release:0
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed 
's/_/-/')
 %define binsuffix -3.3
@@ -149,9 +153,6 @@
 %endif
 
 # COMMON-BEGIN
-Group:  System/Libraries
-AutoReqProv:on
-Summary:Java Runtime Library for gcc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: gcc-%{gcc_version}%{snapshot_date}.tar.bz2
 Source1:change_spec
@@ -219,10 +220,10 @@
 Patch87:testsuite-hooks.patch
 
 Summary:Java Runtime Library for gcc
+License:GPL-2.0-with-classpath-exception
 Group:  System/Libraries
 Provides:   libgcj = %{version}-%{release}
 Obsoletes:  libgcj
-AutoReqProv:on
 
 %description 
 This library is needed if you want to use the GNU Java compiler, gcj.
@@ -230,10 +231,9 @@
 
 
 %package -n libgcj33-devel
-License:GPL
 Summary:Include Files and Libraries mandatory for Development.
+License:GPL-2.0-with-classpath-exception
 Group:  Development/Libraries/Java
-AutoReqProv:on
 Requires:   libstdc++33-devel = %{version}-%{release}
 Requires:   libgcj = %{version}-%{release}
 Requires:   gtk2-devel
@@ -250,11 +250,10 @@
 
 
 %package -n gcc33-gij
-License:GPL
 Summary:Java Bytecode Interpreter for gcc
+License:GPL-2.0-with-classpath-exception
 Group:  Development/Libraries/Java
 Requires:   libgcj = %{version}-%{release}
-AutoReqProv:on
 
 %description -n gcc33-gij
 This package contains the java bytecode interpreter gij and related tools.
@@ -263,10 +262,9 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi33
-License:GPL
 Summary:Foreign Function Interface library
+License:BSD-3-Clause
 Group:  Development/Languages/C and C++
-AutoReqProv:on
 Provides:   g-wrap:/usr/lib/libffi.so.4
 
 %description -n libffi33
@@ -275,10 +273,9 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi33-32bit
-License:

commit gltt for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package gltt for openSUSE:Factory checked in 
at 2012-02-07 14:45:39

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gltt/gltt.changes2011-10-16 
12:49:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.gltt.new/gltt.changes   2012-02-07 
14:45:42.0 +0100
@@ -1,0 +2,11 @@
+Sun Feb  5 18:14:15 UTC 2012 - jeng...@medozas.de
+
+- Utilize newly-appeared freetype-devel subpackage
+
+---
+Sun Feb  5 16:30:01 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ gltt.spec ++
--- /var/tmp/diff_new_pack.imJNs1/_old  2012-02-07 14:45:43.0 +0100
+++ /var/tmp/diff_new_pack.imJNs1/_new  2012-02-07 14:45:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gltt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,18 +14,18 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
-
 Name:   gltt
-BuildRequires:  freeglut-devel freetype gcc-c++ libdrm-devel xorg-x11
+BuildRequires:  freeglut-devel
+BuildRequires:  freetype-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libdrm-devel
 BuildRequires:  libtool
-License:LGPL-2.1+
-Group:  Development/Libraries/X11
+BuildRequires:  xorg-x11
 Version:2.5.2
-Release:704
+Release:0
 Summary:Library for TrueType with OpenGL Applications
+License:LGPL-2.1+
+Group:  Development/Libraries/X11
 Url:http://gltt.sourceforge.net
 Source: gltt-%{version}.tar.bz2
 Patch:  gltt-%{version}-autoconf.patch
@@ -41,19 +41,12 @@
 It supports bitmapped and antialiased font drawing as well as
 vectorized and polygonized drawing.
 
-
-
-Authors:
-
-Stephane Rehel re...@worldnet.fr
-
 %package devel
-License:GPL-2.0+
 Summary:Library for TrueType with OpenGL Applications
+License:GPL-2.0+
 Group:  Development/Libraries/X11
 Provides:   gltt:%{_includedir}/gltt/FTFace.h
-# FIXME: freetype should split to freetype  freetype-devel
-Requires:   %{name} = %{version} xorg-x11-devel freetype
+Requires:   %{name} = %{version} xorg-x11-devel freetype-devel
 
 %description devel
 gltt is a library that allows you to read and draw TrueType fonts in
@@ -62,12 +55,6 @@
 It supports bitmapped and antialiased font drawing as well as
 vectorized and polygonized drawing.
 
-
-
-Authors:
-
-Stephane Rehel re...@worldnet.fr
-
 %prep
 %setup
 %patch
@@ -82,14 +69,11 @@
--with-ttf-libraries=%{_libdir}\
--with-ttf-includes=%{_includedir}\
--with-gl-libraries=%{_libdir}
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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



commit grep for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2012-02-07 14:45:44

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


Package is grep, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/grep/grep.changes2011-12-05 
20:33:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2012-02-07 
14:45:48.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb  4 15:53:38 UTC 2012 - rschweik...@suse.com
+
+- keep executables in /usr tree (UsrMerge project)
+
+---



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.wP0otl/_old  2012-02-07 14:45:50.0 +0100
+++ /var/tmp/diff_new_pack.wP0otl/_new  2012-02-07 14:45:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grep
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,13 @@
 BuildRequires:  pcre
 %endif
 Url:http://www.gnu.org/software/grep/
-License:GPL-3.0+
-Group:  Productivity/Text/Utilities
 Provides:   base:/usr/bin/grep
 PreReq: %{install_info_prereq}
 Version:2.9
 Release:0
 Summary:Print lines matching a pattern
+License:GPL-3.0+
+Group:  Productivity/Text/Utilities
 Source: grep-%{version}.tar.bz2
 Patch0: fix-testsuite.diff
 Patch1: grep-ppc-fix.patch
@@ -56,7 +56,7 @@
 %configure -C --bindir=/bin --disable-silent-rules --without-included-regex
 %else
 AUTOPOINT=true autoreconf --force --install
-%configure --disable-silent-rules --bindir=/bin --without-included-regex
+%configure --disable-silent-rules --without-included-regex
 %endif
 %{__make} %{?_smp_mflags}
 
@@ -65,10 +65,19 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
+%if 0%{?suse_version}  1120
 install -d $RPM_BUILD_ROOT/usr/bin
 ln -sf ../../bin/egrep $RPM_BUILD_ROOT/usr/bin/egrep
 ln -sf ../../bin/fgrep $RPM_BUILD_ROOT/usr/bin/fgrep
 ln -sf ../../bin/grep  $RPM_BUILD_ROOT/usr/bin/grep
+%else
+#UsrMerge
+install -d $RPM_BUILD_ROOT/bin
+ln -sf %{_bindir}/egrep $RPM_BUILD_ROOT/bin/egrep
+ln -sf %{_bindir}/fgrep $RPM_BUILD_ROOT/bin/fgrep
+ln -sf %{_bindir}/grep $RPM_BUILD_ROOT/bin/grep
+#EndUsrMerge
+%endif
 %find_lang %name
 
 %post
@@ -80,8 +89,16 @@
 %files -f %name.lang
 %defattr(-,root,root)
 %doc README AUTHORS NEWS THANKS TODO
+%if 0%{?suse_version}  1120
 /bin/*
-/usr/bin/*
+%else
+#UsrMerge
+/bin/egrep
+/bin/fgrep
+/bin/grep
+#EndUsrMerge
+%endif
+%{_bindir}/*
 %{_mandir}/man1/*.gz
 %{_infodir}/*.gz
 

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



commit hdparm for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package hdparm for openSUSE:Factory checked 
in at 2012-02-07 14:45:48

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


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

Changes:

--- /work/SRC/openSUSE:Factory/hdparm/hdparm.changes2012-01-09 
16:22:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.hdparm.new/hdparm.changes   2012-02-07 
14:45:51.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb  6 13:44:39 UTC 2012 - pu...@suse.com
+
+- update to hdparm-9.39 
+  - added -R flag to control Read-Write-Verify feature, courtesy of
+Gordan Bobic
+  - nuked leftover sgio.c.orig file
+
+---

Old:

  hdparm-9.38.tar.gz

New:

  hdparm-9.39.tar.gz



Other differences:
--
++ hdparm.spec ++
--- /var/tmp/diff_new_pack.PJ3hjV/_old  2012-02-07 14:45:54.0 +0100
+++ /var/tmp/diff_new_pack.PJ3hjV/_new  2012-02-07 14:45:54.0 +0100
@@ -16,10 +16,11 @@
 #
 
 
+
 Name:   hdparm
 PreReq: %insserv_prereq %fillup_prereq coreutils
 Provides:   base:/sbin/hdparm
-Version:9.38
+Version:9.39
 Release:0
 Summary:A Program to get and set hard disk parameters
 License:PERMISSIVE-OSI-COMPLIANT

++ hdparm-9.38.tar.gz - hdparm-9.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hdparm-9.38/Changelog new/hdparm-9.39/Changelog
--- old/hdparm-9.38/Changelog   2012-01-06 17:47:10.0 +0100
+++ new/hdparm-9.39/Changelog   2012-02-06 14:45:27.0 +0100
@@ -1,4 +1,7 @@
-9.37+
+hdparm-9.39
+   - added -R flag to control Read-Write-Verify feature, courtesy of 
Gordan Bobic
+   - nuked leftover sgio.c.orig file
+hdparm-9.38
- updated wiper.sh to allow all SCSI_DISK major numbers
- updated handing for very long SECURITY-ERASE times
- added -J flag for wdidle3 set/get
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hdparm-9.38/hdparm.8 new/hdparm-9.39/hdparm.8
--- old/hdparm-9.38/hdparm.82012-01-07 22:58:56.0 +0100
+++ new/hdparm-9.39/hdparm.82012-02-03 04:24:42.0 +0100
@@ -1,4 +1,4 @@
-.TH HDPARM 8 January 2012 Version 9.38
+.TH HDPARM 8 January 2012 Version 9.39
 
 .SH NAME
 hdparm \- get/set SATA/IDE device parameters
@@ -542,6 +542,17 @@
 .I -r
 Get/set read-only flag for the device.  When set, Linux disallows write 
operations on the device.
 .TP
+.I -R
+Get/set Write-Read-Verify feature, if the drive supports it.
+Usage:
+.B -R0
+(disable) or
+.B -R1
+(enable).  This feature is intended to have the drive firmware automatically
+read-back any data that is written by software, to verify that the data was
+successfully written.  This is generally overkill, and can slow down disk
+writes by as much as a factor of two (or more).
+.TP
 .I --read-sector
 Reads from the specified sector number, and dumps the contents in hex to 
standard output.
 The sector number must be given (base10) after this option.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hdparm-9.38/hdparm.c new/hdparm-9.39/hdparm.c
--- old/hdparm-9.38/hdparm.c2012-01-07 22:57:24.0 +0100
+++ new/hdparm-9.39/hdparm.c2012-02-03 04:24:33.0 +0100
@@ -1,5 +1,5 @@
 /* hdparm.c - Command line interface to get/set hard disk parameters */
-/*  - by Mark Lord (C) 1994-2008 -- freely distributable */
+/*  - by Mark Lord (C) 1994-2012 -- freely distributable */
 #define _LARGEFILE64_SOURCE /*for lseek64*/
 #define _BSD_SOURCE/* for strtoll() */
 #include unistd.h
@@ -35,7 +35,7 @@
 
 extern const char *minor_str[];
 
-#define VERSION v9.38
+#define VERSION v9.39
 
 #ifndef O_DIRECT
 #define O_DIRECT   04  /* direct disk access, not easily obtained from 
headers */
@@ -101,6 +101,7 @@
 static int set_busstate = 0, get_busstate = 0, busstate = 0;
 static int set_reread_partn = 0, get_reread_partn;
 static int set_acoustic = 0, get_acoustic = 0, acoustic = 0;
+static int write_read_verify = 0, get_write_read_verify = 0, 
set_write_read_verify = 0;
 
 static int   make_bad_sector = 0, make_bad_sector_flagged;
 static __u64 make_bad_sector_addr = ~0ULL;
@@ -1451,7 +1452,7 @@
 -q   Change next setting quietly\n
 -Q   Get/set DMA queue_depth (if supported)\n
 -r   Get/set device readonly flag (DANGEROUS to set)\n
--R   Obsolete\n
+-R   Get/set device write-read-verify flag\n
 -s   Set power-up in standby flag (0/1) (DANGEROUS)\n
 -S   Set standby (spindown) 

commit horde4-turba for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package horde4-turba for openSUSE:Factory 
checked in at 2012-02-07 14:45:54

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


Package is horde4-turba, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/horde4-turba/horde4-turba.changes
2011-09-23 02:02:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.horde4-turba.new/horde4-turba.changes   
2012-02-07 14:45:55.0 +0100
@@ -1,0 +2,41 @@
+Fri Feb  3 09:49:43 UTC 2012 - cfarr...@suse.com
+
+- license update: Apache-1.1
+  This is the 5 clause Apache-1.1 license, not the 6 clause Apache-1.0
+
+---
+Tue Jan 17 16:43:12 UTC 2012 - l...@b1-systems.de
+
+- version 3.0.11
+- [jan] Add missing migration script (Bug #10436).
+- [jan] Fix attribute name for assistant phone (Bug #10449).
+- [rla] Turba LDAP Driver now only rewrites changed attributes (Bug #9343).
+- [mjr] Run attribute values through decode_attribute hook when exporting.
+- [mjr] Ensure encode_attribute hook is called on imported objects.
+- [mjr] Improve handling of removeUserData.
+- [mjr] Honor auto_create configuration setting (qoole.ho...@lillimoth.com, 
Bug #10452)
+- [jan] Donapos;t allow to search binary fields.
+- [mjr] Add the ability to specify the fields to return from contacts/search.
+- [jan] Fix importing contacts with composite fields.
+- [jan] Fix LDAP connection test (Bug #10554).
+- [gwr] Avoid including the owner name into the default share (Kolab backend).
+- [jan] Set VOICE parameter when exporting phone numbers to vCard (Request 
#10349).
+- [jan] Fix importing vCards with empty X-ANNIVERSARY attributes (Bug #10557).
+- [jan] Update Japanese translation (Hiromi Kimura 
lt;hir...@tac.tsukuba.ac.jpgt;).
+
+---
+Sat Aug 27 20:09:05 UTC 2011 - l...@b1-systems.de
+
+- version 3.0.7
+- [mjr] Fix issue with synchronizing deleted contacts (Bug #10422).
+- [jan] Fix searching for duplicates on some databases (Bug #10383).
+- [mjr] Add and support more attributes by default.
+
+---
+Mon Aug 15 11:52:43 UTC 2011 - l...@b1-systems.de
+
+- version 3.0.5
+- [mjr] Fix obtaining default share via Turba's API (vil...@lnk.lt, Bug 
#10393).
+- [mjr] Force ActiveSync device reset after sync_books pref is changed 
(Request #10342).
+ 
+---

Old:

  turba-3.0.4.tgz

New:

  turba-3.0.11.tgz



Other differences:
--
++ horde4-turba.spec ++
--- /var/tmp/diff_new_pack.faNuA9/_old  2012-02-07 14:46:00.0 +0100
+++ /var/tmp/diff_new_pack.faNuA9/_new  2012-02-07 14:46:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package horde4-turba
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,20 +21,20 @@
 %define hordedir /usr/share/php5/PEAR/www/horde
 
 Summary:PEAR: A web based addressbook
+License:Apache-1.1
+Group:  Productivity/Networking/Web/Utilities
 
 Name:   horde4-turba
-Version:3.0.4
-Release:1
-License:ASL
-Group:  Productivity/Networking/Web/Utilities
+Version:3.0.11
+Release:0
 Source0:http://pear.horde.org/get/turba-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/turba
 BuildRequires:  php5-pear = 1.4.7
 Requires:   horde4  5.0.0, php5-pear = 1.7.0
-Conflicts:  horde4 = 5.0.0
 BuildRequires:  fdupes
-BuildRequires:  php5-pear-Horde_Role php5-pear-channel-horde
+BuildRequires:  php5-pear-Horde_Role
+BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde, php5-pear-Horde_Role, 
php5-pear-Horde_Auth, php5-pear-Horde_Core, php5-pear-Horde_Data, 
php5-pear-Horde_Date, php5-pear-Horde_Date_Parser, php5-pear-Horde_Exception, 
php5-pear-Horde_Form 
 Requires:   php5-pear-Horde_Group, php5-pear-Horde_History, 
php5-pear-Horde_Icalendar, php5-pear-Horde_Db, php5-pear-Horde_Pdf, 
php5-pear-Horde_Crypt, php5-pear-Horde_Cli, php5-pear-Horde_Mime
 Requires:   php5-pear-Horde_Prefs, php5-pear-Horde_Perms, 
php5-pear-Horde_Share, php5-pear-Horde_Support, php5-pear-Horde_Text_Filter, 
php5-pear-Horde_View, php5-pear-Horde_ActiveSync, php5-pear-Horde_Image
@@ -65,6 +65,7 @@
 pear -c pearrc install --nodeps 

commit isight-firmware-tools for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package isight-firmware-tools for 
openSUSE:Factory checked in at 2012-02-07 14:45:58

Comparing /work/SRC/openSUSE:Factory/isight-firmware-tools (Old)
 and  /work/SRC/openSUSE:Factory/.isight-firmware-tools.new (New)


Package is isight-firmware-tools, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/isight-firmware-tools/isight-firmware-tools.changes  
2011-09-23 02:03:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.isight-firmware-tools.new/isight-firmware-tools.changes
 2012-02-07 14:46:01.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 07 07:35:09 UTC 2012 - tuukka.pasa...@ilmi.fi
+
+- Added support for older iMac isight 
+
+
+---

New:

  isight-firmware-tools-older_isight-1.6.0.diff



Other differences:
--
++ isight-firmware-tools.spec ++
--- /var/tmp/diff_new_pack.wcEAcP/_old  2012-02-07 14:46:04.0 +0100
+++ /var/tmp/diff_new_pack.wcEAcP/_new  2012-02-07 14:46:04.0 +0100
@@ -25,6 +25,7 @@
 Url:http://bersace03.free.fr/ift/
 Group:  Amusements/Toys/Graphics
 Source: isight-firmware-tools-%{version}.tar.gz
+Patch0: isight-firmware-tools-older_isight-1.6.0.diff
 BuildRequires:  gcc
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
@@ -38,6 +39,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ isight-firmware-tools-older_isight-1.6.0.diff ++
diff --git a/src/load.h b/src/load.h
index ac5d354..7dc1b4f 100644
--- a/src/load.h
+++ b/src/load.h
@@ -40,7 +40,8 @@
 #define_LOAD_H_
 
 #define APPLE_VENDOR_ID0x05AC
-#defineISIGHT_PRODUCT_ID   0x8300
+#defineISIGHT_PRODUCT_ID1  0x8300
+#defineISIGHT_PRODUCT_ID2  0x8501
 
 #defineift_debug(args...)  syslog(LOG_DEBUG, args)
 #defineift_message(args...)syslog(LOG_INFO, args)
diff --git a/src/udev.c b/src/udev.c
index 004e773..94d43c2 100644
--- a/src/udev.c
+++ b/src/udev.c
@@ -109,11 +109,18 @@ main(int argc, char *argv[])
 
 
dev = find_usb_product(APPLE_VENDOR_ID,
-  ISIGHT_PRODUCT_ID);
+  ISIGHT_PRODUCT_ID1);
+
+/* If we can't open that device try another one. Older */
+   if (!dev){
+   dev = find_usb_product(APPLE_VENDOR_ID,
+  ISIGHT_PRODUCT_ID2);
+}
 
if (!dev)
ift_error(_(No iSight found));
 
+
if (load_firmware(dev, firmware) == -1)
ift_error(_(Failed to upload firmware to 0x%04X:0x%04X),
  dev-descriptor.idVendor,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libcryptopp for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package libcryptopp for openSUSE:Factory 
checked in at 2012-02-07 14:46:04

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


Package is libcryptopp, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libcryptopp/libcryptopp.changes  2011-10-18 
14:29:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcryptopp.new/libcryptopp.changes 
2012-02-07 14:46:05.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb  5 16:39:49 UTC 2012 - jeng...@medozas.de
+
+- Proper shared library versioning
+
+---



Other differences:
--
++ libcryptopp.spec ++
--- /var/tmp/diff_new_pack.hLExoo/_old  2012-02-07 14:46:12.0 +0100
+++ /var/tmp/diff_new_pack.hLExoo/_new  2012-02-07 14:46:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcryptopp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 Name:   libcryptopp
 Version:5.6.1
-Release:6
-License:SUSE-Public-Domain
+Release:0
 %define pkg_version 561
-# This needs to be bumped manually with every ABI change since there is
-# no upstream interface version information. Please keep in sync with
-# Debian: http://packages.debian.org/en/source/experimental/libcrypto++
-%define soname  9
+# There is no upstream interface version information.
+# Therefore we need unique basenames:
+%define soname  -5_6_1-0
 Summary:Crypto++ Library
-URL:http://www.cryptopp.com
+License:SUSE-Public-Domain
 Group:  Development/Libraries/C and C++
+Url:http://www.cryptopp.com
 # http://www.cryptopp.com/cryptopp%%{pkg_version}.zip
 Source: cryptopp%{pkg_version}.tar.bz2
 Source2:cryptopp.pc
@@ -65,8 +64,7 @@
 PREFIX=%{_prefix} \
 LIB=%{_lib} \
 CXX=g++ \
-VERSION=%{soname}.0.0 \
-MAJOR=%{soname} \
+LIBSUFFIX=-%version \
 LDFLAGS=-pthread \
 all
 
@@ -76,8 +74,7 @@
 PREFIX=%{_prefix} \
 LIB=%{_lib} \
 CXX=g++ \
-VERSION=%{soname}.0.0 \
-MAJOR=%{soname} \
+LIBSUFFIX=-%version \
 install
 rm -rf %{buildroot}%{_bindir}
 mkdir %{buildroot}%{_libdir}/pkgconfig/
@@ -92,8 +89,7 @@
 
 %files -n %{name}%{soname}
 %defattr(-,root,root)
-%{_libdir}/libcryptopp.so.%{soname}
-%{_libdir}/libcryptopp.so.%{soname}.*
+%_libdir/libcryptopp-%version.so.0
 
 %files -n %{name}-devel
 %defattr(-,root,root)

++ libcryptopp-shared.patch ++
--- /var/tmp/diff_new_pack.hLExoo/_old  2012-02-07 14:46:12.0 +0100
+++ /var/tmp/diff_new_pack.hLExoo/_new  2012-02-07 14:46:12.0 +0100
@@ -1,5 +1,11 @@
 GNUmakefile.orig   2010-08-09 14:22:42.0 +0200
-+++ GNUmakefile2010-12-16 15:58:54.174167505 +0100
+---
+ GNUmakefile |   19 ++-
+ 1 file changed, 10 insertions(+), 9 deletions(-)
+
+Index: GNUmakefile
+===
+--- GNUmakefile.orig
 GNUmakefile
 @@ -1,7 +1,7 @@
  CXXFLAGS = -DNDEBUG -g -O2
  #CXXFLAGS = -g
@@ -9,7 +15,7 @@
  # the following options reduce code size, but breaks link or makes link very 
slow on some systems
  # CXXFLAGS += -ffunction-sections -fdata-sections
  # LDFLAGS += -Wl,--gc-sections
-@@ -134,26 +134,29 @@
+@@ -134,26 +134,27 @@ DLLTESTOBJS = dlltest.dllonly.o
  all: cryptest.exe
  
  test: cryptest.exe
@@ -27,9 +33,8 @@
 -  $(CP) *.exe $(PREFIX)/bin
 +  $(MKDIR) -p $(DESTDIR)$(PREFIX)/include/cryptopp 
$(DESTDIR)$(PREFIX)/$(LIB) $(DESTDIR)$(PREFIX)/bin
 +  $(CP) *.h $(DESTDIR)$(PREFIX)/include/cryptopp
-+  $(CP) libcryptopp.so.$(VERSION) $(DESTDIR)$(PREFIX)/$(LIB)
-+  ln -s libcryptopp.so.$(VERSION) 
$(DESTDIR)$(PREFIX)/$(LIB)/libcryptopp.so.$(MAJOR)
-+  ln -s libcryptopp.so.$(MAJOR) $(DESTDIR)$(PREFIX)/$(LIB)/libcryptopp.so
++  $(CP) libcryptopp${LIBSUFFIX}.so.0 $(DESTDIR)$(PREFIX)/$(LIB)
++  ln -s libcryptopp${LIBSUFFIX}.so.0 
$(DESTDIR)$(PREFIX)/$(LIB)/libcryptopp.so
 +  $(CP) *.exe $(DESTDIR)$(PREFIX)/bin
  
  libcryptopp.a: $(LIBOBJS)
@@ -38,9 +43,8 @@
  
  libcryptopp.so: $(LIBOBJS)
 -  $(CXX) -shared -o $@ $(LIBOBJS)
-+  $(CXX) -shared -Wl,-soname,libcryptopp.so.$(MAJOR) -o 
libcryptopp.so.$(VERSION) $(LIBOBJS) $(LDFLAGS) $(LDLIBS)
-+  ln -s libcryptopp.so.$(VERSION) libcryptopp.so.$(MAJOR)
-+  ln -s libcryptopp.so.$(MAJOR) $@
++  $(CXX) -shared 

commit liboop for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package liboop for openSUSE:Factory checked 
in at 2012-02-07 14:46:08

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


Package is liboop, Maintainer is lmue...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/liboop/liboop.changes2011-09-23 
02:09:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.liboop.new/liboop.changes   2012-02-07 
14:46:12.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 31 11:28:37 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+- Employ shlib policy
+- Make pkgconfig provides available
+
+---



Other differences:
--
++ liboop.spec ++
--- /var/tmp/diff_new_pack.bPfYEY/_old  2012-02-07 14:46:15.0 +0100
+++ /var/tmp/diff_new_pack.bPfYEY/_new  2012-02-07 14:46:15.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package liboop (Version 1.0)
+# spec file for package liboop
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   liboop
+%define lname  liboop4
 Version:1.0
-Release:138
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
+Release:0
 Url:http://liboop.org/
-AutoReqProv:on
 Summary:Low-Level Event Loop Management Library
+License:LGPL-2.1+
+Group:  Development/Libraries/C and C++
 Source: http://download.ofb.net/liboop/liboop.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 Liboop is a low-level event loop management library for POSIX-based
@@ -44,11 +43,26 @@
 
 Dan Egnor egnor at ofb dot net
 
+%package -n %lname
+Summary:Low-Level Event Loop Management Library
+Group:  System/Libraries
+#O/P added for 12.1
+Obsoletes:  liboop  %version-%release
+Provides:   liboop = %version-%release
+
+%description -n %lname
+Liboop is a low-level event loop management library for POSIX-based
+operating systems. It supports the development of modular, multiplexed
+applications that may respond to events from several sources. It
+replaces the select() loop and allows the registration of event
+handlers for file and network I/O, timers, and signals. Because
+processes use these mechanisms for almost all external communication,
+liboop can be used as the basis for almost any application.
+
 %package devel
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Development Libraries and Header Files of liboop
-Requires:   %{name} = %{version}
+Group:  Development/Libraries/C and C++
+Requires:   %lname = %version
 
 %description devel
 This package contains the static libraries and header files needed to
@@ -64,24 +78,23 @@
 %setup -q
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
 %configure --disable-static --with-pic
-%{__make} all check
+make %{?_smp_mflags}
+
+%check
+make check %{?_smp_mflags}
 
 %install
 %{__make} DESTDIR=${RPM_BUILD_ROOT} install
 
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files
+%files -n %lname
 %defattr(-,root,root)
-%{_libdir}/liboop.so.*
-%doc COPYING INSTALL
+%_libdir/liboop.so.4*
+%doc COPYING
 
 %files devel
 %defattr(-,root,root)

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



commit novell-ipsec-tools for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package novell-ipsec-tools for 
openSUSE:Factory checked in at 2012-02-07 14:46:20

Comparing /work/SRC/openSUSE:Factory/novell-ipsec-tools (Old)
 and  /work/SRC/openSUSE:Factory/.novell-ipsec-tools.new (New)


Package is novell-ipsec-tools, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/novell-ipsec-tools/novell-ipsec-tools.changes
2011-11-28 12:55:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.novell-ipsec-tools.new/novell-ipsec-tools.changes   
2012-02-07 14:46:21.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  6 10:05:10 UTC 2012 - a...@suse.de
+
+- Remove suse_update_config, add missing build requires on autoconf,
+  automake
+
+---



Other differences:
--
++ novell-ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.T484WF/_old  2012-02-07 14:46:27.0 +0100
+++ /var/tmp/diff_new_pack.T484WF/_new  2012-02-07 14:46:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package novell-ipsec-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,12 @@
 
 
 Name:   novell-ipsec-tools
-BuildRequires:  bison flex libtool openssl-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libtool
+BuildRequires:  openssl-devel
 Version:0.7.3
 Release:0
 License:BSD-3-Clause
@@ -122,8 +127,6 @@
 ln -sf acracoon.m4 acinclude.m4
 
 %build
-%{suse_update_config -f . src/racoon}
-#autoreconf -fi
 ./bootstrap
 export CFLAGS=%optflags -fno-strict-aliasing
 %configure --disable-shared \

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



commit pcsc-acsccid for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package pcsc-acsccid for openSUSE:Factory 
checked in at 2012-02-07 14:46:30

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


Package is pcsc-acsccid, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-acsccid/pcsc-acsccid.changes
2011-09-23 12:21:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-acsccid.new/pcsc-acsccid.changes   
2012-02-07 14:46:34.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan 13 09:37:09 UTC 2012 - godfrey.ch...@acs.com.hk
+
+- Updated to version 1.0.3.
+- Updated copyright.
+- Added USB IDs of readers.
+- Removed acsccid-1.0.2-pcscd-autostart.patch.
+- Removed pcsc-lite-1_7_3.patch.
+- Included ChangeLog from upstream.
+
+---

Old:

  acsccid-1.0.2-pcscd-autostart.patch
  acsccid-1.0.2.tar.bz2
  pcsc-lite-1_7_3.patch

New:

  acsccid-1.0.3.tar.bz2



Other differences:
--
++ pcsc-acsccid.spec ++
--- /var/tmp/diff_new_pack.3X54t3/_old  2012-02-07 14:46:36.0 +0100
+++ /var/tmp/diff_new_pack.3X54t3/_new  2012-02-07 14:46:36.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package pcsc-acsccid
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2011 Advanced Card Systems Ltd.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 Advanced Card Systems Ltd.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,41 +25,60 @@
 %if 0%{?suse_version} = 1140
 BuildRequires:  udev
 %endif
-Version:1.0.2
-Release:4
+Version:1.0.3
+Release:1
 Group:  Productivity/Security
 License:LGPL-2.1+
 Url:http://acsccid.sourceforge.net/
 Summary:PCSC Driver for ACS CCID Based Smart Card Readers
 Source: 
http://downloads.sourceforge.net/%{_name}/%{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-%if 0%{?suse_version} = 1140
-Patch:  acsccid-1.0.2-pcscd-autostart.patch
-%endif
-Patch1: pcsc-lite-1_7_3.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   pcsc-lite = 1.3.3
 %define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
 
+Enhances:   modalias(usb:v072fp8300d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp8302d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp8307d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp8301d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp90ccd*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp90d8d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp90d2d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp8306d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2011d*dc*dsc*dp*ic*isc*ip*)
-Enhances:   modalias(usb:v072fp1204d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp8900d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp8901d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp8902d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp1205d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp1204d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp1206d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2200d*dc*dsc*dp*ic*isc*ip*)
-Enhances:   modalias(usb:v072fp2207d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp2214d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp1280d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp2207d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp222bd*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2206d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2203d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2100d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp220fd*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp2223d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2208d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp0901d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp220ad*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp2224d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp2215d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp2220d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp0102d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp0103d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp0100d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   

commit pdfmod for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package pdfmod for openSUSE:Factory checked 
in at 2012-02-07 14:46:34

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


Package is pdfmod, Maintainer is gb...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pdfmod/pdfmod.changes2011-09-23 
12:21:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdfmod.new/pdfmod.changes   2012-02-07 
14:46:37.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb  5 21:00:31 UTC 2012 - dims...@opensuse.org
+
+- Replace gmime-2_4-sharp BuildRequires with gmime-sharp: we now
+  build against gmime 2.6.
+
+---



Other differences:
--
++ pdfmod.spec ++
--- /var/tmp/diff_new_pack.q338FC/_old  2012-02-07 14:46:38.0 +0100
+++ /var/tmp/diff_new_pack.q338FC/_new  2012-02-07 14:46:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pdfmod
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   pdfmod
 Version:0.9.1
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:PDF Modifier
-Url:http://live.gnome.org/PdfMod
+License:GPL-2.0+
 Group:  Productivity/Publishing/PDF
+Url:http://live.gnome.org/PdfMod
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM pdfmod-mono-2.10.patch bgo644516  dims...@opensuse.org -- 
Fix build with recent mono, taken from git
 Patch0: pdfmod-mono-2.10.patch
 BuildRequires:  gconf-sharp2
 BuildRequires:  glib-sharp2
-BuildRequires:  gmime-2_4-sharp
+BuildRequires:  gmime-sharp
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-sharp2
 BuildRequires:  gtk-sharp2-gapi

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



commit python-configobj for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package python-configobj for 
openSUSE:Factory checked in at 2012-02-07 14:46:41

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


Package is python-configobj, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-configobj/python-configobj.changes
2011-09-23 12:42:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-configobj.new/python-configobj.changes   
2012-02-07 14:46:42.0 +0100
@@ -1,0 +2,30 @@
+Sun Feb  5 19:40:33 UTC 2012 - dims...@opensuse.org
+
+- Really make the obsoletes sane: The package was called
+  python-configobj-docs before, so that's what we need to obsolete
+  (not -doc).
+- The Obsoletes tag is for = %{version}, as the package existed in
+  version 4.7.2, which is also when it was merged back. Obsoleting
+  only  4.7.2 would cause conflicts when installing the newly
+  merged package.
+
+---
+Tue Jan 24 13:50:32 UTC 2012 - bwiedem...@suse.com
+
+- fix Obsoletes
+
+---
+Fri Dec  9 12:39:05 UTC 2011 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Use upstream tarball
+  * Obsoleted empty doc package
+  * Fix SLE-11 build
+  * Use upstream description
+
+---
+Thu Dec  8 13:54:30 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---

Old:

  configobj-4.7.2.zip

New:

  configobj-4.7.2.tar.gz



Other differences:
--
++ python-configobj.spec ++
--- /var/tmp/diff_new_pack.dK82Fu/_old  2012-02-07 14:46:44.0 +0100
+++ /var/tmp/diff_new_pack.dK82Fu/_new  2012-02-07 14:46:44.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-configobj (Version 4.7.2)
+# spec file for package python-configobj
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,74 +15,56 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   python-configobj
-BuildRequires:  python-devel unzip
-Summary:ConfigObj is a simple but powerful config file reader and 
writer
 Version:4.7.2
-Release:1
-License:BSD
-Group:  Development/Libraries/Python
-Source: http://configobj.googlecode.com/files/configobj-%{version}.zip
+Release:0
+# FIXME: Change python-cofigobj-docs Obsoletes to  with next version update. 
Obsoletes introduced with version 4.7.2.
 Url:http://www.voidspace.org.uk/python/configobj.html
+Summary:Config file reading, writing and validation
+License:BSD-2-Clause
+Group:  Development/Languages/Python
+Source: 
http://pypi.python.org/packages/source/c/configobj/configobj-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1120
+BuildRequires:  python-devel
+# There are no real docs!
+Provides:   python-configobj-docs = %{version}
+Obsoletes:  python-configobj-docs = %{version}
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
 BuildArch:  noarch
 %endif
-%{py_requires}
 
 %description
-ConfigObj is a simple but powerful config file reader and writer: an ini file
-round tripper. Its main feature is that it is very easy to use, with a
+ConfigObj is a simple but powerful config file reader and writer: an ini
+file round tripper. Its main feature is that it is very easy to use, with a
 straightforward programmer's interface and a simple syntax for config files.
+It has lots of other features though:
 
-It has lots of other features though :
-* Nested sections (subsections), to any level
-* List values
-* Multiple line values
-* String interpolation (substitution)
-* Integrated with a powerful validation system
-  including automatic type checking/conversion, repeated sections,
-  and allowing default values
-* All comments in the file are preserved
-* The order of keys/sections is preserved
-* No external dependencies
-* Full Unicode support
-* A powerful unrepr mode for storing basic datatypes
-
-%package docs
-License:BSD
-Summary:ConfigObj Documentation
-Group:  Development/Libraries/Python
-Requires:  

commit servicelog for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package servicelog for openSUSE:Factory 
checked in at 2012-02-07 14:46:50

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


Package is servicelog, Maintainer is jloe...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/servicelog/servicelog.changes2011-11-17 
16:03:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.servicelog.new/servicelog.changes   
2012-02-07 14:46:53.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb  6 21:50:33 UTC 2012 - dval...@suse.com
+
+- add autoconf, libtool and automake to BuildRequires 
+
+---



Other differences:
--
++ servicelog.spec ++
--- /var/tmp/diff_new_pack.WtqJTo/_old  2012-02-07 14:46:54.0 +0100
+++ /var/tmp/diff_new_pack.WtqJTo/_new  2012-02-07 14:46:54.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package servicelog (Version 1.0.1)
+# spec file for package servicelog
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,8 @@
 Version:1.1.9
 Release:1
 Summary:Servicelog Tools
-BuildRequires:  sqlite3-devel libservicelog-devel librtas-devel
+BuildRequires:  librtas-devel libservicelog-devel sqlite3-devel
+BuildRequires:  autoconf automake libtool
 Group:  System/Management
 License:GPL-2.0
 Url:http://linux-diag.sourceforge.net/servicelog 

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



commit spice-gtk for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package spice-gtk for openSUSE:Factory 
checked in at 2012-02-07 14:46:55

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


Package is spice-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spice-gtk/spice-gtk.changes  2012-01-27 
21:28:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.spice-gtk.new/spice-gtk.changes 2012-02-07 
14:46:56.0 +0100
@@ -1,0 +2,21 @@
+Sun Feb  5 13:13:04 UTC 2012 - dims...@opensuse.org
+
+- Don't install /usr/bin/spice-client-glib-usb-acl-helper with suid
+  bit set until bnc#744251 has gotten the full treatment. This
+  kills functionality for USB passthrough.
+
+---
+Tue Jan 31 09:38:27 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.8:
+  + add USB redirection support
+  + introduce SpiceGtkSession to deal with session-wide Gtk events,
+such as clipboard, instead of doing it per display
+  + many cursor and keyboard handling improvements
+  + handle the new semi-seamless migration
+  + support new Spice mini-headers
+  + better coroutines: fibers on windows  jmp on linux
+  + add Vala vapi bindings generation
+  + many bug fixes and code improvements
+
+---

Old:

  spice-gtk-0.7.159.tar.bz2

New:

  spice-gtk-0.8.tar.bz2



Other differences:
--
++ spice-gtk.spec ++
--- /var/tmp/diff_new_pack.Hsqo9D/_old  2012-02-07 14:46:58.0 +0100
+++ /var/tmp/diff_new_pack.Hsqo9D/_new  2012-02-07 14:46:58.0 +0100
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package spice-gtk
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,18 +16,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   spice-gtk
-Version:0.7.159
-Release:1
-License:LGPL-2.1+
+Version:0.8
+Release:0
+# FIXME: /usr/bin/spice-client-glib-usb-acl-helper should be installed u+s, 
see bnc#744251.
 Summary:Gtk client and libraries for SPICE remote desktop servers
-Url:http://spice-space.org/page/Spice-Gtk
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
+Url:http://spice-space.org/page/Spice-Gtk
 Source: http://spice-space.org/download/gtk/%{name}-%{version}.tar.bz2
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  intltool
-BuildRequires:  libjpeg-devel
 BuildRequires:  libacl-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  python-pyparsing
 BuildRequires:  vala
 BuildRequires:  perl(Text::CSV)
@@ -38,21 +41,22 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gthread-2.0) = 2.0.0
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) = 2.91.3
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libcacard) = 0.1.2
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
 BuildRequires:  pkgconfig(libusb-1.0) = 1.0.9
-BuildRequires:  pkgconfig(libusbredirhost) = 0.3.1
+BuildRequires:  pkgconfig(libusbredirhost) = 0.3.3
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(pixman-1) = 0.17.7
-BuildRequires:  pkgconfig(polkit-gobject-1)
-BuildRequires:  pkgconfig(pygtk-2.0)
-BuildRequires:  pkgconfig(spice-protocol) = 0.8.1
+BuildRequires:  pkgconfig(polkit-gobject-1) = 0.96
+BuildRequires:  pkgconfig(pygtk-2.0) = 2.0.0
+BuildRequires:  pkgconfig(spice-protocol) = 0.10.1
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xrandr)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires(pre):  permissions
 
 %description
 A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows) 
@@ -79,15 +83,15 @@
 A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows) 
 
 %package -n typelib-1_0-SpiceClientGtk-3_0
-Group:  System/Libraries
 Summary:Gtk client and libraries for SPICE remote desktop servers - 
gi-bindings
+Group:  System/Libraries
 
 %description -n typelib-1_0-SpiceClientGtk-3_0
 A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows) 
 
 %package -n typelib-1_0-SpiceClientGlib-2_0
-Group:  System/Libraries
 Summary:Gtk client and libraries for SPICE remote desktop servers - 
gi-bindings
+Group:  System/Libraries
 
 %description -n typelib-1_0-SpiceClientGlib-2_0
 A Gtk client 

commit whohas for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package whohas for openSUSE:Factory checked 
in at 2012-02-07 14:47:01

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


Package is whohas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/whohas/whohas.changes2011-09-23 
12:50:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.whohas.new/whohas.changes   2012-02-07 
14:47:05.0 +0100
@@ -1,0 +2,60 @@
+Sat Feb  4 13:49:53 UTC 2012 - asterios.dra...@gmail.com
+
+- Rebased ubuntu-versions-510203.patch to apply cleanly.
+- Removed opkg-repo.patch (repository doesn't respond).
+- Readded openbsd-cache-results-557724.patch (problem not fixed upstream).
+- Added fedora-search-619873.patch (taken from Debian) to support Fedora's
+  package listing.
+- Fix compilation in SLE (don't use make_install macro).
+
+---
+Sun Dec  4 20:18:53 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 0.29:
+  * fixed AUR module
+  * fixed Mandriva module
+  * fixed a problem with openBSD URL construction
+  * added new Slackware module to replace the previous one which queried a
+now-defunct (third party) web interface
+  * code cleanup
+  * implemented functionality suggested by Guillaume Delacour and Steve Cotton
+  * updated to current version numbers of Ubuntu, Mandriva, openSUSE, OpenBSD,
+Fedora, Slackware (13.1 not 13.37 as we're waiting on linuxpackages.net to
+update their search interface)
+- Rebased the following patches to apply cleanly:
+  * manpage-0.24.patch.
+  * debian-versions-511364.patch.
+  * help-param-513476.patch.
+  * strictness-510020-510524.patch.
+  * improve-fetchdoc.patch.
+  * opensuse-searchpath-585596.patch.
+- Marked the following patches as PATCH-NEEDS-REBASE (not critical):
+  * ubuntu-versions-510203.patch.
+  * opkg-repo.patch.
+- Removed the following patches:
+  * use-getopt-513473.patch (merged upstream).
+  * openbsd-cache-results.patch (fixed upstream).
+  * fedora-version.patch (fixed upstream).
+  * openbsd-url-586537.patch (fixed upstream).
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changed License: to GPL-2.0+ (SPDX style).
+
+---
+Wed Aug 24 14:48:11 UTC 2011 - sascha.ma...@open-slx.de
+
+- fixed build 
+
+---
+Sun Jul 24 20:30:51 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Removed find and perl-DateTime from Requires: (not needed).
+  * Added perl-XML-Simple in Requires:.
+  * Minor other updates.
+- Added some patches (taken from Debian) that fix/improve various issues with
+  the package and add support for more recent distributions.
+- Removed whohas-opensuse-fix.patch and replaced it with the Debian patch which
+  also shows the version number of a package.
+
+---

Old:

  whohas-0.24.tar.bz2
  whohas-opensuse-fix.patch

New:

  archlinux-url-561536.patch
  debian-versions-511364.patch
  dont-mask-vars-560891.patch
  fedora-search-619873
  gentoo-result-url-516071.patch
  help-param-513476.patch
  improve-fetchdoc.patch
  manpage-0.23.patch
  manpage-0.24.patch
  openbsd-cache-results-557724
  opensuse-searchpath-585596.patch
  strictness-510020-510524.patch
  ubuntu-versions-510203.patch
  whohas-0.29.tar.gz



Other differences:
--
++ whohas.spec ++
--- /var/tmp/diff_new_pack.Ko70n3/_old  2012-02-07 14:47:07.0 +0100
+++ /var/tmp/diff_new_pack.Ko70n3/_new  2012-02-07 14:47:07.0 +0100
@@ -1,8 +1,9 @@
 #
 # spec file for package whohas
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2010 Sascha Manns saigk...@opensuse.org
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 8/2011 open-slx GmbH sascha.ma...@open-slx.de
+# Copyright (c) 2010 - 7/2011 Sascha Manns saigk...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,46 +17,80 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   whohas
-Version:0.24
-Release:1
-License:GPLv2 or later
+Version:0.29
+Release:0
 Summary:Package list querying tool
-Url:http://www.philippwesche.org/200811/whohas/intro.html
+License:GPL-2.0+
 Group:  System/Console
-Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM -- saigk...@opensuse.org Fixed some minor 

commit xorg-x11-server for openSUSE:11.4

2012-02-07 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:11.4
checked in at Tue Feb 7 17:25:06 CET 2012.




--- old-versions/11.4/UPDATES/all/xorg-x11-server/xorg-x11-server.changes   
2011-05-30 17:26:35.0 +0200
+++ 11.4/xorg-x11-server/xorg-x11-server.changes2012-02-06 
15:50:34.0 +0100
@@ -1,0 +2,15 @@
+Mon Feb  6 14:50:06 UTC 2012 - sndir...@suse.com
+
+-  U_01-glx-make-sure-screen-is-non-negative-in-validGlxScreen.patch
+   U_02-glx-validate-request-lengths.patch
+   U_03-glx-check-request-length-before-swapping.patch
+   U_04-glx-swap-the-request-arrays-entirely-not-just-half-of-them.patch
+   U_05-glx-validate-numAttribs-field-before-using-it.patch
+   U_06-glx-fix-request-length-check-for-CreateGLXPbufferSGIX.patch
+   U_07-glx-fix-BindTexImageEXT-length-check.patch
+   U_08-glx-Work-around-wrong-request-lengths-sent-by-mesa.patch:
+Check GLX requests for correct size to avoid access to arbitrary
+memory locations. 
+CVE-2010-4818, bnc #648287.
+
+---

calling whatdependson for 11.4-i586


New:

  U_01-glx-make-sure-screen-is-non-negative-in-validGlxScreen.patch
  U_02-glx-validate-request-lengths.patch
  U_03-glx-check-request-length-before-swapping.patch
  U_04-glx-swap-the-request-arrays-entirely-not-just-half-of-them.patch
  U_05-glx-validate-numAttribs-field-before-using-it.patch
  U_06-glx-fix-request-length-check-for-CreateGLXPbufferSGIX.patch
  U_07-glx-fix-BindTexImageEXT-length-check.patch
  U_08-glx-Work-around-wrong-request-lengths-sent-by-mesa.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.2bwXEp/_old  2012-02-07 17:24:33.0 +0100
+++ /var/tmp/diff_new_pack.2bwXEp/_new  2012-02-07 17:24:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-server
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 %endif
 Url:http://xorg.freedesktop.org/
 Version:7.6_%{dirsuffix}
-Release:15.RELEASE24
+Release:15.RELEASE26
 License:GPLv2+ ; MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -123,6 +123,14 @@
 Patch224:   pad-size-of-system-memory-copy-for-1x1-pixmaps
 Patch225:   xorg-server-stop-cpu-eating.diff
 Patch226:   EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch
+Patch227:   
U_01-glx-make-sure-screen-is-non-negative-in-validGlxScreen.patch
+Patch228:   U_02-glx-validate-request-lengths.patch
+Patch229:   U_03-glx-check-request-length-before-swapping.patch
+Patch230:   
U_04-glx-swap-the-request-arrays-entirely-not-just-half-of-them.patch
+Patch231:   U_05-glx-validate-numAttribs-field-before-using-it.patch
+Patch232:   
U_06-glx-fix-request-length-check-for-CreateGLXPbufferSGIX.patch
+Patch233:   U_07-glx-fix-BindTexImageEXT-length-check.patch
+Patch234:   U_08-glx-Work-around-wrong-request-lengths-sent-by-mesa.patch
 %if %moblin
 Patch300:   moblin-use_preferred_mode_for_all_outputs.diff
 %endif
@@ -257,6 +265,14 @@
 %patch224 -p1
 %patch225 -p1
 %patch226 -p1
+%patch227 -p1
+%patch228 -p1
+%patch229 -p1
+%patch230 -p1
+%patch231 -p1
+%patch232 -p1
+%patch233 -p1
+%patch234 -p1
 %if %moblin
 %patch300 -p1
 %endif

++ U_01-glx-make-sure-screen-is-non-negative-in-validGlxScreen.patch ++
From: Julien Cristau jcris...@debian.org
Date: Sat Jul 3 19:42:26 2010 +0100
Subject: [PATCH] glx: make sure screen is non-negative in validGlxScreen
Patch-Mainline: Upstream
Git-commit: 3f0d3f4d97bce75c1828635c322b6560a45a037f
References: bnc #648278, CVE-2010-4818
Signed-off-by: Egbert Eich e...@suse.de

Reviewed-by: Adam Jackson a...@redhat.com
Reviewed-by: Kristian Høgsberg k...@bitplanet.net
Reviewed-by: Daniel Stone dan...@fooishbar.org
Signed-off-by: Julien Cristau jcris...@debian.org
---
 glx/glxcmds.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- xorg-server-1.6.5.orig/glx/glxcmds.c
+++ xorg-server-1.6.5/glx/glxcmds.c
@@ -65,7 +65,7 @@ validGlxScreen(ClientPtr client, int scr
 /*
 ** Check if screen exists.
 */
-if (screen = screenInfo.numScreens) {
+if (screen  0 || screen = screenInfo.numScreens) {
client-errorValue = screen;
*err = BadValue;
return FALSE;
++ U_02-glx-validate-request-lengths.patch ++
From: Julien Cristau jcris...@debian.org
Date: Sat Jul 3 19:47:55 2010 +0100
Subject: [PATCH] glx: validate request lengths
Patch-Mainline: Upstream
Git-commit: 

commit apparmor for openSUSE:12.1:Update:Test

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package apparmor for 
openSUSE:12.1:Update:Test checked in at 2012-02-07 17:36:33

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/apparmor/apparmor.changes   
2012-02-07 17:36:37.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.apparmor.new/apparmor.changes  
2012-02-07 17:36:38.0 +0100
@@ -1,0 +2,79 @@
+Tue Jan 31 09:53:06 UTC 2012 - opens...@cboltz.de
+
+- Update to AppArmor 2.7.2 (= 2.7 branch / r1894)
+  - move various permissions from httpd2-prefork profile to
+abstractions/apache2-common. Backward-incompatible change: *.htaccess
+files are no longer allowed for ^HANDLING_UNTRUSTED_INPUT
+  - allow access for more /usr/lib*/samba/ files for smbd (bnc#725967#c5)
+  - allow various .conf files for dovecot (lp#458922)
+  - disallow wl for *.so in @{HOME}/.pki/nssdb/ in abstractions/private-files
+and abstractions/private-files-strict (lp#911847)
+  - update abstractions/kde, private-files* and ubuntu-browsers.d/user-files
+to use ~/.kde4, not only ~/.kde (bnc#741592)
+  - block write access to ~/.kde{,4}/env in abstractions/private-files
+(lp#914190)
+  - allow write access for personal dictionary etc. in abstractions/aspell
+(lp#917859)
+  - when using genprof for a script, include read access to the script itsself
+  - automatically include abstractions/python or abstractions/ruby for
+python/ruby scripts
+  - add profile for smbldap-useradd and allow smbd to call it (bnc#738041)
+  - allow creation of the .config directory in abstractions/enchant (lp#914184)
+  - allow TFTP read-only access in dnsmasq profile (lp#905412)
+  - allow capability dac_read_search for syslog-ng (bnc#731876)
+  - add p11-kit abstraction and include it in abstractions/authentification
+(lp#912754, lp#912752)
+  - add audacity to abstractions/ubuntu-media-players (lp#899963)
+  - allow software-center, fireclam plugin, [tT]unar, exo-open, kate and
+/dev/nvidia* in abstractons/ubuntu-browsers.d/* (lp#662906, lp#562831,
+lp#890894, lp#890894, lp#884748)
+  - fix typo for multiarch gconf-modules in abstractions/base (lp#904548)
+  - allow avahi to do dbus introspection (lp#769148)
+  - allow access to ~/.fonts.conf.d in abstractions/fonts (lp#870992)
+  - allow transmission in abstractions/ubuntu-bittorrent-clients (lp#852062)
+  - allow reading ~/.cups/client.conf and ~/.cups/lpoptions in
+abstractions/cups-client (lp#887992)
+  - allow read access of /etc/python{2,3}.[0-7]*/sitecustomize.py in
+abstractions/python (lp#860856)
+  - various updates to the sshd profile (lp#817956)
+  - (and some more changes I already included in the apparmor-2.7-branch.diff)
+
+---
+Tue Jan  3 23:52:38 UTC 2012 - opens...@cboltz.de
+
+- Update to AppArmor 2.7.0 (= r1858)
+  - make traceroute6 work (bnc#733312)
+  - allow access to pyconfig.h in abstractions/python (lp#840734)
+  - fix logprof/genprof for hex-encoded program filenames (= filenames
+containing space etc.)
+- add apparmor-2.7-branch.diff with some upstreamed fixes:
+  - usr.sbin.smbd needs read access for /etc/netgroup (bnc#738041)
+  - create /etc/apparmor.d/tunables/multiarch.d as directory, not as file
+  - fix syntax error in abstractons/python
+
+---
+Tue Nov 29 18:34:54 CET 2011 - meiss...@suse.de
+
+- changed a $ - % (typo)
+
+---
+Sat Nov 26 21:52:31 UTC 2011 - opens...@cboltz.de
+
+- make Provides for perl-libapparmor versioned to avoid self-Obsoletes
+
+---
+Thu Nov 10 20:16:24 UTC 2011 - opens...@cboltz.de
+
+- update to AppArmor 2.7.0 rc2
+  Most of the changes since rc1 were already included as patches.
+  Additional changes:
+  - fix logprof/genprof to recognize mknod in audit.log
+  - fix libapparmor python bindings to compile with python 3
+  - fix wrong status message in initscript if apparmor-utils are not installed
+  - parser/Makefile: fix some warnings, always respect CXX and LDFLAGS
+  - fix some warnings in utils/Makefile
+- remove 4 upstreamed patches
+- remove mkdir /etc/apparmor.d/disable - that's done by upstream Makefile now
+- update line numbers in 2 patches
+
+---

Old:

  apparmor-2.5.1-ldapclient-profile
  apparmor-2.7.0rc1-aa-notify-better-error-message.diff
  apparmor-2.7.rc1.tar.gz
  apparmor-abstractions-winbind-64bit.diff
  apparmor-samba-vfs-objects.diff

New:

  

commit chmsee for openSUSE:12.1:Update:Test

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:12.1:Update:Test 
checked in at 2012-02-07 17:37:44

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/chmsee/chmsee.changes   2011-12-23 
09:25:59.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.chmsee.new/chmsee.changes  
2012-02-07 17:37:45.0 +0100
@@ -2 +2 @@
-Thu Dec 22 13:54:48 UTC 2011 - lnus...@suse.de
+Mon Feb  6 13:37:39 UTC 2012 - w...@rosenauer.org
@@ -4 +4,9 @@
-- declare compatible with Firefox 9 and fix build (xpidl replaced with python 
scripts)
+- Update to version 1.99.07
+- patch to build against Gecko 10
+- allow xulrunner to be updated even if it breaks chmsee (bnc#745303)
+
+---
+Sun Dec 25 08:03:30 UTC 2011 - w...@rosenauer.org
+
+- Update to version 1.99.06
+- Adapted chmsee-newer-firefox.patch for xulrunner 9

Old:

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

New:

  jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz



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

++ chmsee-newer-firefox.patch ++
--- /var/tmp/diff_new_pack.IHHI8t/_old  2012-02-07 17:37:46.0 +0100
+++ /var/tmp/diff_new_pack.IHHI8t/_new  2012-02-07 17:37:46.0 +0100
@@ -1,10 +1,25 @@
-Index: jungleji-chmsee-370f906/application.ini
-===
 jungleji-chmsee-370f906.orig/application.ini
-+++ jungleji-chmsee-370f906/application.ini
-@@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371
+diff --git a/application.ini b/application.ini
+index 7102022..44b0c1c 100644
+--- a/application.ini
 b/application.ini
+@@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371}
  
  [Gecko]
- MinVersion=2.0b9
--MaxVersion=7.0.*
-+MaxVersion=9.0.*
+ MinVersion=6.0
+-MaxVersion=9.0.*
++MaxVersion=10.0.*
+diff --git a/src/common.mk b/src/common.mk
+index 43a6302..b0174bd 100644
+--- a/src/common.mk
 b/src/common.mk
+@@ -45,8 +45,8 @@ LDFLAGS+= ${DEFINES} \
+ all: ${TARGET}
+ 
+ ${XPT}: ${IDL}
+-  ${XPIDL_HEADER} -o ${INTERFACE}.h -I ${SDK_IDL} ${IDL}
+-  ${XPIDL_TYPELIB} -o ${INTERFACE}.xpt -I ${SDK_IDL} ${IDL}
++  ${XPIDL_HEADER} -o ${INTERFACE}.h -I ${SDK_IDL} --cachedir=.  ${IDL}
++  ${XPIDL_TYPELIB} -o ${INTERFACE}.xpt -I ${SDK_IDL} --cachedir=. ${IDL}
+   ${XPT_LINK} ${XPT} ${INTERFACE}.xpt
+ 
+ ${TARGET}: ${XPT} ${OBJS}

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

commit pan for openSUSE:12.1:Update:Test

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package pan for openSUSE:12.1:Update:Test 
checked in at 2012-02-07 17:40:24

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/pan/pan.changes 2012-02-07 
17:40:28.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.pan.new/pan.changes2012-02-07 
17:40:28.0 +0100
@@ -1,0 +2,20 @@
+Thu Jan 31 08:20:25 UTC 2012 - zai...@opensuse.org
+ 
+- Rebuilt package against GTK2, instead of GTK3 (for now).
+  + No spell-check in Pan. bnc#725971
+  + Pan groups panel re-sizes itself and gets stuck in new
+position. bnc#728311
+  + Corrected erroneous sourceurl in specfile.   
+
+---
+Thu Jan 12 08:18:32 UTC 2012 - dims...@opensuse.org
+
+- Build openSUSE  12.1 against gmime 2.6: Conditionally change
+  pkgconfig(gmime-2.4) BuildRequires to pkgconfig(gmime-2.6).
+
+---
+Thu Dec  1 13:59:30 UTC 2011 - dims...@opensuse.org
+
+- Add pan-glib-2.31.patch: Fix build with glib 2.31.
+
+---

New:

  pan-glib-2.31.patch



Other differences:
--
++ pan.spec ++
--- /var/tmp/diff_new_pack.FdLG1e/_old  2012-02-07 17:40:29.0 +0100
+++ /var/tmp/diff_new_pack.FdLG1e/_new  2012-02-07 17:40:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pan
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+## Fix for bnc#725971 and bnc#728311 - prefer building with GTK2. - Upstream: 
bgo#669402 and bgo#669403
+%define favor_gtk2 1
 
 Name:   pan
 Version:0.135
-Release:1
-License:GPLv2+
+Release:0
 Summary:A Powerful Newsreader for GNOME
-Url:http://pan.rebelbase.com/
+License:GPL-2.0+
 Group:  Productivity/Networking/News/Clients
-Source: 
http://pan.rebelbase.com/download/releases/0.134/source/%{name}-%{version}.tar.bz2
+Url:http://pan.rebelbase.com/
+Source: 
http://pan.rebelbase.com/download/releases/0.135/source/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM fix-desktop-file-11.0.diff -- validate desktop file
 Patch0: fix-desktop-file-11.0.diff
+# PATCH-FIX-UPSTREAM pan-glib-2.31.patch bgo#665289 dims...@opensuse.org -- 
Fix build with glib 2.31
+Patch1: pan-glib-2.31.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-patch-translation
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+%if 0%{?suse_version}  1210
+BuildRequires:  pkgconfig(gmime-2.6)
+%else
 BuildRequires:  pkgconfig(gmime-2.4)
+%endif
 %if 0%{?favor_gtk2}
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtkspell-2.0)
@@ -57,6 +64,7 @@
 translation-update-upstream
 gnome-patch-translation-prepare
 %patch0
+%patch1 -p1
 gnome-patch-translation-update
 
 %build

++ pan-glib-2.31.patch ++
Index: pan-0.135/pan/data-impl/data-impl.cc
===
--- pan-0.135.orig/pan/data-impl/data-impl.cc
+++ pan-0.135/pan/data-impl/data-impl.cc
@@ -24,7 +24,7 @@
 #include config.h
 extern C {
   #include glib/gi18n.h
-  #include glib/gfileutils.h // for g_build_filename
+  #include glib.h // for g_build_filename
 }
 #include pan/general/debug.h
 #include pan/general/file-util.h
Index: pan-0.135/pan/data/article-cache.h
===
--- pan-0.135.orig/pan/data/article-cache.h
+++ pan-0.135/pan/data/article-cache.h
@@ -23,7 +23,7 @@
 #include map
 #include vector
 extern C {
-  #include glib/gtypes.h // for guint64
+  #include glib.h // for guint64
 }
 #include pan/general/string-view.h
 #include pan/general/quark.h
Index: pan-0.135/pan/general/file-util.h
===
--- pan-0.135.orig/pan/general/file-util.h
+++ pan-0.135/pan/general/file-util.h
@@ -25,7 +25,7 @@
 extern C {
   #include stddef.h
   #include stdio.h
-  #include glib/gtypes.h
+  #include glib.h
   #include glib/gstdio.h
 }
 #include pan/general/string-view.h
Index: pan-0.135/pan/general/locking.h

commit slib for openSUSE:12.1:Update:Test

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package slib for openSUSE:12.1:Update:Test 
checked in at 2012-02-07 17:40:40

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/slib/slib.changes   2012-02-07 
17:40:44.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.slib.new/slib.changes  2012-02-07 
17:40:44.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 10 14:21:45 UTC 2012 - pgaj...@suse.com
+
+- using guile1 [bnc#724917]
+
+---



Other differences:
--
++ slib.spec ++
--- /var/tmp/diff_new_pack.oJdK27/_old  2012-02-07 17:40:44.0 +0100
+++ /var/tmp/diff_new_pack.oJdK27/_new  2012-02-07 17:40:44.0 +0100
@@ -23,7 +23,7 @@
 Group:  Development/Languages/Scheme
 Provides:   scheme:/usr/lib/scheme/slib/umbscheme.init
 PreReq: %install_info_prereq
-PreReq: guile coreutils
+PreReq: guile1 coreutils
 AutoReqProv:on
 Version:3b3
 Release:1
@@ -57,13 +57,13 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%triggerin -- guile
+%triggerin -- guile1
 # install guile library
 # We need new guile for registration, see Incompatible change in guile 1.8.2.
 # During update must be slib-3a5 installed first (See Conflits: slib  3a5 in 
guile.spec)
 # because of %triggerin in slib, 3a1 for example, though.
 if [ -d usr/share/guile/site ] ; then
-  GUILE_VERSION=`guile -c (display (version)) | sed s:\.::g`
+  GUILE_VERSION=`guile1 -c (display (version)) | sed s:\.::g`
   # guile is instaled
   if [ $GUILE_VERSION -ge 182 ]; then
 # we have guile = 1.8.2
@@ -71,12 +71,12 @@
   # link slib library into guile
   ln -sf ../../slib usr/share/guile/site/slib
 fi
-usr/bin/guile -c (use-modules (ice-9 slib)) (require 'new-catalog)
+usr/bin/guile1 -c (use-modules (ice-9 slib)) (require 'new-catalog)
   fi
 fi
 exit 0
 
-%triggerpostun -- guile
+%triggerpostun -- guile1
 # Delete slib library files, only if guile was uninstalled.
 if ! test -e usr/bin/guile ; then
 rm -f usr/share/guile/site/slib
@@ -93,7 +93,7 @@
 # During update must be slib-3a5 installed first (See Conflits: slib  3a5 in 
guile.spec)
 # because of %triggerin in slib, 3a1 for example, though.
 if [ -d usr/share/guile/site ] ; then
-  GUILE_VERSION=`guile -c (display (version)) | sed s:\.::g`
+  GUILE_VERSION=`guile1 -c (display (version)) | sed s:\.::g`
   # guile is instaled
   if [ $GUILE_VERSION -ge 182 ]; then
   # we have guile = 1.8.2
@@ -101,7 +101,7 @@
   # link slib library into guile
   ln -sf ../../slib usr/share/guile/site/slib
 fi
-usr/bin/guile -c (use-modules (ice-9 slib)) (require 'new-catalog)
+usr/bin/guile1 -c (use-modules (ice-9 slib)) (require 'new-catalog)
   fi
 fi
 

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



commit seamonkey for openSUSE:11.4

2012-02-07 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.4
checked in at Tue Feb 7 19:29:44 CET 2012.




--- old-versions/11.4/UPDATES/all/seamonkey/seamonkey.changes   2011-12-20 
21:08:57.0 +0100
+++ 11.4/seamonkey/seamonkey.changes2012-02-01 09:21:52.0 +0100
@@ -1,0 +2,28 @@
+Tue Jan 31 22:16:33 UTC 2012 - w...@rosenauer.org
+
+- update to Seamonkey 2.7 (bnc#744275)
+  * MFSA 2012-01/CVE-2012-0442/CVE-2012-0443
+Miscellaneous memory safety hazards
+  * MFSA 2012-03/CVE-2012-0445 (bmo#701071)
+iframe element exposed across domains via name attribute
+  * MFSA 2012-04/CVE-2011-3659 (bmo#708198)
+Child nodes from nsDOMAttribute still accessible after removal
+of nodes
+  * MFSA 2012-05/CVE-2012-0446 (bmo#705651)
+Frame scripts calling into untrusted objects bypass security
+checks
+  * MFSA 2012-06/CVE-2012-0447 (bmo#710079)
+Uninitialized memory appended when encoding icon images may
+cause information disclosure
+  * MFSA 2012-07/CVE-2012-0444 (bmo#719612)
+Potential Memory Corruption When Decoding Ogg Vorbis files
+  * MFSA 2012-08/CVE-2012-0449 (bmo#701806, bmo#702466)
+Crash with malformed embedded XSLT stylesheets
+
+---
+Sat Dec 24 12:48:01 UTC 2011 - w...@rosenauer.org
+
+- update to Seamonkey 2.6.1
+  * (strongparent) parentNode of element gets lost (bmo#335998)
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-2.6.tar.bz2
  seamonkey-2.6-source.tar.bz2

New:

  l10n-2.7.tar.bz2
  seamonkey-2.7-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.QUA2e6/_old  2012-02-07 19:28:32.0 +0100
+++ /var/tmp/diff_new_pack.QUA2e6/_new  2012-02-07 19:28:32.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package seamonkey
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2011 Wolfgang Rosenauer
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#   2006-2012 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,9 +38,9 @@
 BuildRequires:  yasm
 BuildRequires:  zip
 Provides:   web_browser
-Version:2.6
+Version:2.7
 Release:0.RELEASE2
-%define releasedate 2011121600
+%define releasedate 2012013000
 Summary:The successor of the Mozilla Application Suite
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Productivity/Networking/Web/Browsers
@@ -336,14 +336,9 @@
 %dir %{progdir}/distribution/extensions/
 #%exclude %{progdir}/distribution/extensions/debu...@mozilla.org.xpi
 %{progdir}/chrome/icons
-%{progdir}/hyphenation/
 %{progdir}/extensions/mod...@themes.mozilla.org.xpi
 %{progdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
-#%{progdir}/greprefs/
 %{progdir}/isp/
-#%{progdir}/modules/
-#%{progdir}/plugins/
-#%{progdir}/res/
 %{progdir}/searchplugins/
 %{progdir}/add-plugins.sh
 %{progdir}/application.ini
@@ -352,7 +347,7 @@
 %{progdir}/dependentlibs.list
 %{progdir}/*.so
 %{progdir}/mozilla-xremote-client
-%{progdir}/omni.jar
+%{progdir}/omni.ja
 %{progdir}/platform.ini
 %{progdir}/plugin-container
 %{progdir}/%{progname}.sh

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.QUA2e6/_old  2012-02-07 19:28:32.0 +0100
+++ /var/tmp/diff_new_pack.QUA2e6/_new  2012-02-07 19:28:32.0 +0100
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH=releases/comm-release
-RELEASE_TAG=SEAMONKEY_2_6_RELEASE
-VERSION=2.6
+RELEASE_TAG=SEAMONKEY_2_7_RELEASE
+VERSION=2.7
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.6.tar.bz2 - l10n-2.7.tar.bz2 ++
old-versions/11.4/UPDATES/all/seamonkey/l10n-2.6.tar.bz2 
11.4/seamonkey/l10n-2.7.tar.bz2 differ: char 11, line 1

++ mozilla-nongnome-proxies.patch ++
--- /var/tmp/diff_new_pack.QUA2e6/_old  2012-02-07 19:28:32.0 +0100
+++ /var/tmp/diff_new_pack.QUA2e6/_new  2012-02-07 19:28:32.0 +0100
@@ -5,17 +5,19 @@
 ===
 RCS file: 
/cvsroot/mozilla/toolkit/system/unixproxy/nsUnixSystemProxySettings.cpp,v
 retrieving revision 1.1
-diff -u -p -6 -r1.1 nsUnixSystemProxySettings.cpp
 toolkit/system/unixproxy/nsUnixSystemProxySettings.cpp 29 Jan 2008 
15:58:41 -  1.1
-+++ b/toolkit/system/unixproxy/nsUnixSystemProxySettings.cpp   17 Apr 2008 
19:02:19 -
-@@ -69,13 +69,19 @@ private:
+
+diff --git a/toolkit/system/unixproxy/nsUnixSystemProxySettings.cpp 
b/toolkit/system/unixproxy/nsUnixSystemProxySettings.cpp
+--- 

commit gcc41 for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory checked 
in at 2012-02-07 22:12:49

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


Package is gcc41, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes  2011-10-24 
13:39:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2012-02-07 
22:12:51.0 +0100
@@ -1,0 +2,10 @@
+Fri Feb  3 12:54:16 UTC 2012 - rguent...@suse.com
+
+- Add README.First-for.SuSE.packagers and baselibs.conf as sources.
+
+---
+Thu Jan 12 11:30:35 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---
libgcj41.changes: same change



Other differences:
--
++ gcc41.spec ++
 996 lines (skipped)
 between /work/SRC/openSUSE:Factory/gcc41/gcc41.spec
 and /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.spec

++ libgcj41.spec ++
--- /var/tmp/diff_new_pack.JkChLv/_old  2012-02-07 22:12:55.0 +0100
+++ /var/tmp/diff_new_pack.JkChLv/_new  2012-02-07 22:12:55.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libgcj41 (Version 4.1.2_20070115)
+# spec file for package libgcj41
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,8 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
 # icecream 0
 
 %define building_libjava 1
@@ -69,7 +67,13 @@
 %endif
 
 Name:   libgcj41
-BuildRequires:  bison flex gettext-devel glibc-devel-32bit perl texinfo 
zlib-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gettext-devel
+BuildRequires:  glibc-devel-32bit
+BuildRequires:  perl
+BuildRequires:  texinfo
+BuildRequires:  zlib-devel
 %if %{build_ada}
 %if %{suse_version}  1010
 %define hostsuffix -4.1
@@ -80,7 +84,9 @@
 %endif
 %endif
 %if %{build_libjava}
-BuildRequires:  gtk2-devel libart_lgpl-devel unzip
+BuildRequires:  gtk2-devel
+BuildRequires:  libart_lgpl-devel
+BuildRequires:  unzip
 %endif
 %if %{build_fortran}
 BuildRequires:  mpfr-devel
@@ -89,7 +95,8 @@
 BuildRequires:  libunwind-devel
 %endif
 %if %{run_tests}
-BuildRequires:  dejagnu expect
+BuildRequires:  dejagnu
+BuildRequires:  expect
 %endif
 
 # Define this as 1 to get gcc packages for business products
@@ -151,9 +158,8 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc
 
 Url:http://gcc.gnu.org/
-License:GPL
 Version:4.1.2_20070115
-Release:19
+Release:0
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed 
's/_/-/')
 %define binsuffix -4.1
@@ -173,13 +179,15 @@
 %endif
 
 # COMMON-BEGIN
+Summary:The GNU C Compiler and Support Files
+License:GPL-2.0+
 Group:  System/Libraries
-AutoReqProv:on
-Summary:Java Runtime Library for gcc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: gcc-%{gcc_version}%{snapshot_date}.tar.bz2
 Source1:change_spec
 Source2:gcc41-rpmlintrc
+Source5:README.First-for.SuSE.packagers
+Source6:baselibs.conf
 Patch1: bug-reporting.patch
 Patch2: gcc-noalias-warn.diff
 Patch5: boehm-gc-strict-aliasing.patch
@@ -296,7 +304,6 @@
 %ifarch ppc64
 Obsoletes:  libgcj-64bit
 %endif
-AutoReqProv:on
 
 %description 
 This library is needed if you want to use the GNU Java compiler, gcj.
@@ -309,10 +316,8 @@
 /sbin/ldconfig
 
 %package -n libgcj41-devel
-License:GPL
 Summary:Include Files and Libraries mandatory for Development.
 Group:  Development/Libraries/Java
-AutoReqProv:on
 Requires:   libstdc++41-devel = %{version}
 Requires:   libgcj = %{version}-%{release}
 Requires:   gtk2-devel
@@ -329,11 +334,9 @@
 
 
 %package -n gcc41-gij
-License:GPL
 Summary:Java Bytecode Interpreter for gcc
 Group:  Development/Libraries/Java
 Requires:   libgcj = %{version}-%{release}
-AutoReqProv:on
 
 %description -n gcc41-gij
 This package contains the java bytecode interpreter gij and related tools.
@@ -342,10 +345,8 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi41
-License:GPL
 Summary:Foreign Function Interface library
 Group:  Development/Languages/C and C++
-AutoReqProv:on
 

commit libsocialweb-branding-openSUSE for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package libsocialweb-branding-openSUSE for 
openSUSE:Factory checked in at 2012-02-07 22:13:01

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


Package is libsocialweb-branding-openSUSE, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/libsocialweb-branding-openSUSE/libsocialweb-branding-openSUSE.changes
2011-10-13 16:27:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libsocialweb-branding-openSUSE.new/libsocialweb-branding-openSUSE.changes
   2012-02-07 22:13:03.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb  3 12:38:25 UTC 2012 - a...@suse.de
+
+- Add plurk key.
+
+---

New:

  plurk



Other differences:
--
++ libsocialweb-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Od6mDq/_old  2012-02-07 22:13:04.0 +0100
+++ /var/tmp/diff_new_pack.Od6mDq/_new  2012-02-07 22:13:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsocialweb-branding-openSUSE
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
 Source5:twitpic
 Source6:twitter
 Source7:smugmug
+Source8:plurk
 BuildRequires:  libsocialweb
 %define libsocialweb_version %(rpm -q --qf '%%{version}' libsocialweb)
 Requires:   libsocialweb = %{libsocialweb_version}
@@ -65,6 +66,7 @@
 cp %{SOURCE5} %{buildroot}/%{keydir}
 cp %{SOURCE6} %{buildroot}/%{keydir}
 cp %{SOURCE7} %{buildroot}/%{keydir}
+cp %{SOURCE8} %{buildroot}/%{keydir}
 
 %clean
 rm -rf %{buildroot}

++ README-keys.txt ++
--- /var/tmp/diff_new_pack.Od6mDq/_old  2012-02-07 22:13:04.0 +0100
+++ /var/tmp/diff_new_pack.Od6mDq/_new  2012-02-07 22:13:04.0 +0100
@@ -13,6 +13,7 @@
  twitter - https://dev.twitter.com/apps/1141319/show (user @openSUSE_webkey)
  twitpic - http://dev.twitpic.com/apps/
  smugmug
+ plurk
 
 Other keys registered (part of earlier setup):
  facebook
@@ -21,8 +22,8 @@
 Keys missing:
  myspace
  photbuckect
- plurk
  sina
  vimeo
  youtube
 
+

++ plurk ++
OsVzOaJOBgBFAEGgSzTHH3Sr8aksCjNK

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



commit QtZeitgeist for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-02-07 22:13:15

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


Package is QtZeitgeist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2012-02-01 
13:17:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-02-07 22:13:17.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 10:48:48 UTC 2012 - idon...@suse.com
+
+- devel package must require libQtWebKit-devel too 
+
+---



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.B0KpNW/_old  2012-02-07 22:13:18.0 +0100
+++ /var/tmp/diff_new_pack.B0KpNW/_new  2012-02-07 22:13:18.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   QtZeitgeist
 %define rname   libqzeitgeist
 %define sonum   1
@@ -29,8 +30,8 @@
 Source1:baselibs.conf
 BuildRequires:  automoc4
 BuildRequires:  cmake
-BuildRequires:  libqt4-devel
 BuildRequires:  libQtWebKit-devel
+BuildRequires:  libqt4-devel
 BuildRequires:  pkg-config
 BuildRequires:  zeitgeist
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -93,6 +94,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{libname} = %{version}
 Requires:   libqt4-devel
+Requires:   libQtWebKit-devel
 Requires:   zeitgeist
 
 %description devel

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



commit phonon for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package phonon for openSUSE:Factory checked 
in at 2012-02-07 22:13:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/phonon/phonon.changes2012-01-07 
08:52:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.phonon.new/phonon.changes   2012-02-07 
22:13:14.0 +0100
@@ -1,0 +2,11 @@
+Tue Feb  7 10:49:14 UTC 2012 - idon...@suse.com
+
+- Revert adding libQtWebKit-devel dependency, QtZeitgeist devel
+  package now requires it.
+
+---
+Wed Feb  1 10:52:58 UTC 2012 - idon...@suse.com
+
+- Add libQtWebKit-devel dependency needed due to QtZeitgeist 
+
+---



Other differences:
--
++ phonon.spec ++
--- /var/tmp/diff_new_pack.7apD20/_old  2012-02-07 22:13:15.0 +0100
+++ /var/tmp/diff_new_pack.7apD20/_new  2012-02-07 22:13:15.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   phonon
 Version:4.6.0
 Release:0


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



commit autofs for openSUSE:11.4

2012-02-07 Thread h_root

Hello community,

here is the log from the commit of package autofs for openSUSE:11.4
checked in at Wed Feb 8 00:57:17 CET 2012.




--- old-versions/11.4/UPDATES/all/autofs/autofs.changes 2011-08-26 
15:29:05.0 +0200
+++ 11.4/autofs/autofs.changes  2012-02-02 23:22:10.0 +0100
@@ -1,0 +2,45 @@
+Thu Feb  2 22:22:20 UTC 2012 - lchiqui...@suse.com
+
+- second AutoFS maintenance update for openSUSE 11.4 (bnc#744873)
+
+---
+Thu Feb  2 19:24:21 UTC 2012 - lchiqui...@suse.com
+
+- fix segfault caused by an use after free in st_queue_handler()
+  (bnc#727392)
+
+---
+Thu Feb  2 19:21:26 UTC 2012 - lchiqui...@suse.com
+
+- disable --as-needed to make sure automount will be linked
+  against libtirpc (bnc#742846)
+- fix typo in libtirpc file name
+
+---
+Thu Feb  2 19:18:24 UTC 2012 - lchiqui...@suse.com
+
+- import bug fixes from the upstream repository:
+  * fix ipv6 name for lookup
+  * fix libtirpc ipv6 check
+  * fix ipv6 name for lookup fix
+  * fix paged query more results check
+  * fix dumpmaps not reading maps
+  * fix result null check in read_one_map() (bnc#707715)
+  * fix LDAP result leaks on error paths
+  * fix fix LDAP result leaks on error paths (bnc#730245)
+  * code analysis fixes part 1
+  * fix wait for master source mutex
+  * fix submount shutdown race
+  * fix fix map source check in file lookup
+  * fix ipv6 name lookup check
+  * fix ipv6 rpc calls
+  * fix ipv6 configure check
+  * fix rpc build error
+
+---
+Thu Feb  2 18:52:26 UTC 2012 - lchiqui...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+- build against libtirpc since glibc's rpc code is deprecated
+
+---

calling whatdependson for 11.4-i586


New:

  autofs-5.0.5-fix-ipv6-name-for-lookup.patch
  autofs-5.0.5-fix-libtirpc-ipv6-check.patch
  autofs-5.0.6-code-analysis-fixes-1.patch
  autofs-5.0.6-fix-dumpmaps-not-reading-maps.patch
  autofs-5.0.6-fix-fix-ldap-result-leaks-on-error-paths.patch
  autofs-5.0.6-fix-fix-map-source-check-in-file-lookup.patch
  autofs-5.0.6-fix-ipv6-configure-check.patch
  autofs-5.0.6-fix-ipv6-name-for-lookup-fix.patch
  autofs-5.0.6-fix-ipv6-name-lookup-check.patch
  autofs-5.0.6-fix-ipv6-rpc-calls.patch
  autofs-5.0.6-fix-ldap-result-leaks-on-error-paths.patch
  autofs-5.0.6-fix-libtirpc-name-typo.patch
  autofs-5.0.6-fix-paged-query-more-results-check.patch
  autofs-5.0.6-fix-result-null-check-in-read_one_map.patch
  autofs-5.0.6-fix-rpc-build-error.patch
  autofs-5.0.6-fix-submount-shutdown-race.patch
  autofs-5.0.6-fix-wait-for-master-source-mutex.patch
  autofs-5.0.6-task-use-after-free.patch



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.WPbYiM/_old  2012-02-08 00:56:44.0 +0100
+++ /var/tmp/diff_new_pack.WPbYiM/_new  2012-02-08 00:56:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autofs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   autofs
 Url:http://www.kernel.org/pub/linux/daemons/autofs/v5/
-BuildRequires:  bison e2fsprogs flex module-init-tools nfs-client
-BuildRequires:  krb5-devel libxml2-devel openldap2-devel
-License:GPLv2+
-Group:  System/Daemons
-AutoReqProv:on
+BuildRequires:  autoconf
+BuildRequires:  bison
+BuildRequires:  e2fsprogs
+BuildRequires:  flex
+BuildRequires:  krb5-devel
+BuildRequires:  libtirpc-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  module-init-tools
+BuildRequires:  nfs-client
+BuildRequires:  openldap2-devel
 Version:5.0.5
-Release:14.RELEASE19
+Release:14.RELEASE21
 Summary:A Kernel-Based Automounter
+License:GPL-2.0+
+Group:  System/Daemons
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: 
ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/%{name}-%{version}.tar.bz2
 Source1:sysconfig.autofs
@@ -40,9 +46,27 @@
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
 Patch1: autofs-5.0.5-invalid-ghost-dirs.patch
 Patch2: autofs-5.0.5-fix-null-cache-deadlock.patch
-Patch10:autofs-suse-auto_master_default.patch
-Patch11:autofs-suse-autofs_init.patch
-Patch12:autofs-suse-build.patch
+Patch3: 

commit virt-utils for openSUSE:11.4

2012-02-07 Thread h_root

Hello community,

here is the log from the commit of package virt-utils for openSUSE:11.4
checked in at Wed Feb 8 00:58:42 CET 2012.




--- old-versions/11.4/all/virt-utils/virt-utils.changes 2011-02-21 
12:10:06.0 +0100
+++ 11.4/virt-utils/virt-utils.changes  2012-02-06 18:52:27.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan 31 10:19:27 MST 2012 - carn...@novell.com
+
+- fate#309765: Create images that can be run on Microsoft Hyper-V host
+  qemu-img-vpc-fixed-disk.patch
+
+---
+Fri Oct 28 14:39:33 MDT 2011 - carn...@novell.com
+
+- fate#309765: Create images that can be run on Microsoft Hyper-V host
+  Fixes vpc file format data offset field in the Dynamic Disk Header
+  qemu-img-git-vpc-fix.patch
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/virt-utils
Destination is old-versions/11.4/UPDATES/all/virt-utils
calling whatdependson for 11.4-i586


New:

  qemu-img-git-vpc-fix.patch
  qemu-img-vpc-fixed-disk.patch



Other differences:
--
++ virt-utils.spec ++
--- /var/tmp/diff_new_pack.BPH8cE/_old  2012-02-08 00:57:43.0 +0100
+++ /var/tmp/diff_new_pack.BPH8cE/_new  2012-02-08 00:57:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,15 @@
 Name:   virt-utils
 BuildRequires:  zlib-devel
 Version:1.1.5
-Release:1.RELEASE2
+Release:1.RELEASE4
 License:GPLv2
 Group:  System/Kernel
 Summary:Virtualization Utilities
 Source0:qemu-0.14.0.tar.bz2
 Source1:vm-snapshot-disk
 Patch1: qemu-img-vmdk-scsi.patch
+Patch2: qemu-img-git-vpc-fix.patch
+Patch3: qemu-img-vpc-fixed-disk.patch
 Url:http://www.qemu.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -55,6 +57,8 @@
 %if %{?qemu_utils}0
 %setup -q -n qemu-0.14.0
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 %endif
 
 %build

++ qemu-img-git-vpc-fix.patch ++

Subject: block: Fix vpc initialization of the Dynamic Disk Header
From: Charles Arnold carn...@suse.com Wed Nov 9 09:32:25 2011 -0700
Date: Fri Nov 11 14:02:58 2011 +0100:
Git: 78439f6af1caa3e8bdafc9fc2d62aeefa53ed63a

The Data Offset field in the Dynamic Disk Header is an 8 byte field.
Although the specification (2006-10-11) gives an example of initializing
only the first 4 bytes, images generated by Microsoft on Windows initialize
all 8 bytes.

Failure to initialize all 8 bytes results in errors from utilities
like Citrix's vhd-util which checks specifically for the proper Data
Offset field initialization.

Signed-off-by: Charles Arnold carn...@suse.com
Reviewed-by: Andreas Färber afaer...@suse.de
Signed-off-by: Kevin Wolf kw...@redhat.com

Index: qemu-0.14.0/block/vpc.c
===
--- qemu-0.14.0.orig/block/vpc.c
+++ qemu-0.14.0/block/vpc.c
@@ -591,7 +591,11 @@ static int vpc_create(const char *filena
 
 memcpy(dyndisk_header-magic, cxsparse, 8);
 
-dyndisk_header-data_offset = be64_to_cpu(0x);
+/*
+ * Note: The spec is actually wrong here for data_offset, it says
+ * 0x, but MS tools expect all 64 bits to be set.
+ */
+dyndisk_header-data_offset = be64_to_cpu(0xULL);
 dyndisk_header-table_offset = be64_to_cpu(3 * 512);
 dyndisk_header-version = be32_to_cpu(0x0001);
 dyndisk_header-block_size = be32_to_cpu(block_size);
++ qemu-img-vpc-fixed-disk.patch ++
Index: qemu-0.14.0/block/vpc.c
===
--- qemu-0.14.0.orig/block/vpc.c
+++ qemu-0.14.0/block/vpc.c
@@ -156,13 +156,27 @@ static int vpc_open(BlockDriverState *bs
 struct vhd_dyndisk_header* dyndisk_header;
 uint8_t buf[HEADER_SIZE];
 uint32_t checksum;
+int disk_type = VHD_DYNAMIC;
 
 if (bdrv_pread(bs-file, 0, s-footer_buf, HEADER_SIZE) != HEADER_SIZE)
 goto fail;
 
 footer = (struct vhd_footer*) s-footer_buf;
-if (strncmp(footer-creator, conectix, 8))
-goto fail;
+if (strncmp(footer-creator, conectix, 8)) {
+int64_t offset = bdrv_getlength(bs-file);
+if (offset  HEADER_SIZE) {
+goto fail;
+}
+/* If a fixed disk, the footer is found only at the end of the file */
+if (bdrv_pread(bs-file, offset-HEADER_SIZE, s-footer_buf, 
HEADER_SIZE)
+!= HEADER_SIZE) {
+goto fail;
+}
+if 

commit libvirt for openSUSE:11.4

2012-02-07 Thread h_root

Hello community,

here is the log from the commit of package libvirt for openSUSE:11.4
checked in at Wed Feb 8 01:07:29 CET 2012.




--- old-versions/11.4/UPDATES/all/libvirt/libvirt.changes   2011-07-01 
20:32:18.0 +0200
+++ 11.4/libvirt/libvirt.changes2011-11-10 03:22:42.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov  9 19:19:28 MST 2011 - jfeh...@suse.com
+
+- Disable netcf driver.  netcf is buggy and not maintained on
+  SUSE distros.  netcontrol provides the same functionality on
+  newer SUSE distros (12.1, SLE11 SP2)
+  bnc#728681
+
+---

calling whatdependson for 11.4-i586




Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.ssXnyS/_old  2012-02-08 01:06:51.0 +0100
+++ /var/tmp/diff_new_pack.ssXnyS/_new  2012-02-08 01:06:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,15 +38,14 @@
 %define with_numactl 1
 %define with_selinux 1
 %define with_apparmor0
+%define with_netcf   0
 # options
 %if 0%{?suse_version} = 1140
 %define with_yajl1
-%define with_netcf   1
 %define with_macvtap 1
 %define with_virtualport 1
 %else
 %define with_yajl0
-%define with_netcf   0
 %define with_macvtap 0
 %define with_virtualport 0
 %endif
@@ -145,7 +144,7 @@
 Group:  Development/Libraries/C and C++
 AutoReqProv:yes
 Version:0.8.8
-Release:0.RELEASE12
+Release:0.RELEASE14
 Summary:A C toolkit to interract with the virtualization capabilities 
of Linux
 # The client side, i.e. shared libs and virsh are in a subpackage
 Requires:   %{name}-client = %{version}-%{release}

continue with q...



Remember to have fun...

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