commit yast2-ycp-ui-bindings for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory checked in at 2012-02-14 19:10:12

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


Package is "yast2-ycp-ui-bindings", Maintainer is "tgoettlic...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes  
2011-09-23 12:53:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes
 2012-02-14 19:10:14.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec  7 10:06:22 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Nov 25 12:27:04 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-ycp-ui-bindings.spec ++
--- /var/tmp/diff_new_pack.dxKOTa/_old  2012-02-14 19:10:15.0 +0100
+++ /var/tmp/diff_new_pack.dxKOTa/_new  2012-02-14 19:10:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ycp-ui-bindings
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-ycp-ui-bindings
 Version:2.21.2
-Release:1
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ycp-ui-bindings-2.21.2.tar.bz2
-
-Prefix: /usr
-
-Group:  System/YaST
-License:GPL-2.0+
+Source0:yast2-ycp-ui-bindings-%{version}.tar.bz2
 
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  yast2-devtools
 
 # autodocs + docbook docs
 BuildRequires:  doxygen
-BuildRequires:  docbook-xsl-stylesheets libxslt
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxslt
 BuildRequires:  sgml-skel
 
 Requires:   yast2-core
@@ -52,6 +47,8 @@
 BuildRequires:  boost-devel
 
 Summary:YaST2 - YCP Bindings for the YaST2 User Interface Engine
+License:GPL-2.0+
+Group:  System/YaST
 Provides:   %{_libdir}/YaST2/plugin/libpy2UI.so.2.0.0
 
 %description
@@ -60,10 +57,10 @@
 modules are written).
 
 %package devel
-
 Requires:   yast2-ycp-ui-bindings = %version
-Group:  Development/Libraries
+
 Summary:YaST2 - YCP Bindings for the YaST2 User Interface Engine
+Group:  Development/Libraries
 
 Requires:   glibc-devel
 Requires:   libstdc++-devel
@@ -79,26 +76,25 @@
 language in which most YaST2 modules are written).
 
 %prep
-%setup -n yast2-ycp-ui-bindings-2.21.2
+%setup -n yast2-ycp-ui-bindings-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -121,7 +117,8 @@
 %defattr(-,root,root)
 %{_libdir}/YaST2/plugin/lib*.so
 %{_libdir}/YaST2/plugin/lib*.la
-%{prefix}/include/YaST2
+%{_prefix}/include/YaST2
 %{_libdir}/pkgconfig/yast2-ycp-ui-bindings.pc
-%doc %{prefix}/share/doc/packages/yast2-ycp-ui-bindings
+%doc %{_prefix}/share/doc/packages/yast2-ycp-ui-bindings
+
 %changelog

++ yast2-ycp-ui-bindings-2.21.2.tar.bz2 ++
 19009 lines of diff (skipped)

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

commit zeromq for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2012-02-14 19:10:18

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


Package is "zeromq", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes2011-09-28 
15:37:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes   2012-02-14 
19:10:21.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 28 21:36:20 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---



Other differences:
--
++ zeromq.spec ++
--- /var/tmp/diff_new_pack.L3ptiM/_old  2012-02-14 19:10:23.0 +0100
+++ /var/tmp/diff_new_pack.L3ptiM/_new  2012-02-14 19:10:23.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-4Suite-XML
+# spec file for package zeromq
 #
-# 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
@@ -11,10 +11,12 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   zeromq
 Version:2.1.7
 Release:0
@@ -63,6 +65,7 @@
 protocols and more.
 
 %define lib_name libzmq1
+
 %package -n %{lib_name}
 Summary:Shared Library for ZeroMQ
 Group:  Productivity/Networking/Web/Servers
@@ -110,12 +113,10 @@
 
 %install
 %makeinstall V=1
-find %{buildroot} -name \*.la -print0 | xargs -r0 rm -v
-
-%clean
-rm -rf %{buildroot}
+find %{buildroot} -name "*.la" -delete
 
 %post   -n %{lib_name} -p /sbin/ldconfig
+
 %postun -n %{lib_name} -p /sbin/ldconfig
 
 %files -n %{lib_name}

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



commit yast2-branding-openSUSE for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "yast2-branding-openSUSE", Maintainer is "jsr...@suse.com"

Changes:

yast2-branding-SLES.changes: same change
--- 
/work/SRC/openSUSE:Factory/yast2-branding-openSUSE/yast2-branding-openSUSE.changes
  2011-09-23 12:53:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-branding-openSUSE.new/yast2-branding-openSUSE.changes
 2012-02-14 19:10:12.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 20 15:41:23 CET 2012 - tgoettlic...@suse.de
+
+- fixed bnc#740162: dependency problem with yast-qt
+
+---



Other differences:
--
++ yast2-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.6oGekT/_old  2012-02-14 19:10:14.0 +0100
+++ /var/tmp/diff_new_pack.6oGekT/_new  2012-02-14 19:10:14.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-branding-SLED (Version 2.18.0)
+# spec file for package yast2-branding-SLED
 #
-# 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,14 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-branding-SLED
 Version:2.18.0
-Release:1
-License:GPL-2.0+
-Group:  System/YaST
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:COPYING
 Prefix: /usr
@@ -33,6 +29,8 @@
 Conflicts:  otherproviders(yast2-branding)
 Requires:   yast2-theme-SLE
 Summary:YaST2 - SLED Branding
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 YaST2 branding for the SUSE LINUX Enterprise Desktop distribution

++ yast2-branding-SLES.spec ++
--- /var/tmp/diff_new_pack.6oGekT/_old  2012-02-14 19:10:14.0 +0100
+++ /var/tmp/diff_new_pack.6oGekT/_new  2012-02-14 19:10:14.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-branding-SLES (Version 2.18.0)
+# spec file for package yast2-branding-SLES
 #
-# 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,14 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-branding-SLES
 Version:2.18.0
-Release:1
-License:GPL-2.0+
-Group:  System/YaST
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:COPYING
 Prefix: /usr
@@ -33,6 +29,8 @@
 Requires:   yast2-theme-SLE
 Supplements:packageand(yast2:branding-SLES)
 Summary:SLES branding for YaST
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 YaST branding for the SUSE LINUX Enterprise Server distribution

++ yast2-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.6oGekT/_old  2012-02-14 19:10:14.0 +0100
+++ /var/tmp/diff_new_pack.6oGekT/_new  2012-02-14 19:10:14.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-branding-openSUSE (Version 2.18.0)
+# spec file for package yast2-branding-openSUSE
 #
-# 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,28 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-branding-openSUSE
 Version:2.18.0
-Release:1
-License:GPL-2.0+
-Group:  System/YaST
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:COPYING
 Prefix: /usr
 BuildRequires:  yast2-devtools
 BuildArch:  noarch
 Provides:   yast2-branding
-Supplements:packageand(yast2:branding-openSUSE)
-Supplements:packageand(yast2:branding-upstream)
+Supplements:packageand(yast2-qt:branding-openSUSE)
+Supplements:packageand(yast2-gtk:branding-openSUSE)
+Supplements:packageand(yast2-qt:branding-upstream)
+Sup

commit xulrunner for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2012-02-14 19:09:53

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


Package is "xulrunner", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2012-02-08 
17:21:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2012-02-14 
19:10:02.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 10:20:49 UTC 2012 - w...@rosenauer.org
+
+- update to version 10.0.1 (bnc#746616)
+  * MFSA 2012-10/CVE-2012-0452 (bmo#724284)
+use after free in nsXBLDocumentInfo::ReadPrototypeBindings
+
+---

Old:

  l10n-10.0.tar.bz2
  xulrunner-10.0-source.tar.bz2

New:

  l10n-10.0.1.tar.bz2
  xulrunner-10.0.1-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.ZNNqze/_old  2012-02-14 19:10:11.0 +0100
+++ /var/tmp/diff_new_pack.ZNNqze/_new  2012-02-14 19:10:11.0 +0100
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xulrunner
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf213
@@ -42,12 +43,12 @@
 %endif
 BuildRequires:  mozilla-nspr-devel >= 4.8.9
 BuildRequires:  mozilla-nss-devel >= 3.13.1
-Version:10.0
+Version:10.0.1
 Release:0
-%define releasedate 2012012900
-%define version_internal 10.0
+%define releasedate 2012020800
+%define version_internal 10.0.1
 %define apiversion 10
-%define uaweight 100
+%define uaweight 101
 Summary:Mozilla Runtime Environment
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Productivity/Other

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.ZNNqze/_old  2012-02-14 19:10:11.0 +0100
+++ /var/tmp/diff_new_pack.ZNNqze/_new  2012-02-14 19:10:11.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_10_0_RELEASE"
-VERSION="10.0"
+RELEASE_TAG="FIREFOX_10_0_1_RELEASE"
+VERSION="10.0.1"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla

++ l10n-10.0.tar.bz2 -> l10n-10.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/xulrunner/l10n-10.0.tar.bz2 
/work/SRC/openSUSE:Factory/.xulrunner.new/l10n-10.0.1.tar.bz2 differ: char 11, 
line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.ZNNqze/_old  2012-02-14 19:10:11.0 +0100
+++ /var/tmp/diff_new_pack.ZNNqze/_new  2012-02-14 19:10:11.0 +0100
@@ -1,2 +1,2 @@
-REV=baefae4b6685
+REV=c581b36e7a12
 REPO=http://hg.mozilla.org/releases/mozilla-release

++ xulrunner-10.0-source.tar.bz2 -> xulrunner-10.0.1-source.tar.bz2 ++
/work/SRC/openSUSE:Factory/xulrunner/xulrunner-10.0-source.tar.bz2 
/work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner-10.0.1-source.tar.bz2 
differ: char 11, line 1

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



commit xterm for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2012-02-14 19:09:48

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


Package is "xterm", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xterm/xterm.changes  2012-01-20 
22:08:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2012-02-14 
19:09:52.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 20 12:55:44 UTC 2012 - pce...@suse.com
+
+- fixed build on SLE9
+
+---



Other differences:
--
++ xterm.spec ++
--- /var/tmp/diff_new_pack.78oYXs/_old  2012-02-14 19:09:56.0 +0100
+++ /var/tmp/diff_new_pack.78oYXs/_new  2012-02-14 19:09:56.0 +0100
@@ -31,7 +31,9 @@
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
 %else
+BuildRequires:  XFree86-devel
 BuildRequires:  XFree86-libs
+BuildRequires:  xaw3d
 %endif
 Url:http://invisible-island.net/xterm/
 License:MIT
@@ -98,7 +100,12 @@
 --enable-wide-chars \
 --with-utempter \
 --with-tty-group=tty \
---with-app-defaults=%{xappdefs}
+--with-app-defaults=%{xappdefs} \
+%if 0%{?suse_version} < 1000
+--x-includes=/usr/X11R6/include \
+--x-libraries=/usr/X11R6/%{_lib} \
+%endif
+
 make %{?_smp_mflags}
 
 pushd ../vttest-20091231




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



commit xerces-c for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package xerces-c for openSUSE:Factory 
checked in at 2012-02-14 19:09:43

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


Package is "xerces-c", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xerces-c/xerces-c.changes2011-09-23 
12:51:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.xerces-c.new/xerces-c.changes   2012-02-14 
19:09:45.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 28 22:15:56 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+- Restore missing pkgconfig provides
+
+---



Other differences:
--
++ xerces-c.spec ++
--- /var/tmp/diff_new_pack.p8QyEn/_old  2012-02-14 19:09:46.0 +0100
+++ /var/tmp/diff_new_pack.p8QyEn/_new  2012-02-14 19:09:46.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xerces-c (Version 3.0.1)
+# spec file for package xerces-c
 #
-# 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,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   xerces-c
-BuildRequires:  gcc-c++ libicu-devel
+BuildRequires:  gcc-c++ libicu-devel pkgconfig
 License:Apache-2.0
 Group:  Productivity/Publishing/XML
 Version:3.0.1
@@ -39,14 +38,7 @@
 faithful to the XML 1.0 recommendation and associated standards ( DOM
 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces).
 
-
-
-Authors:
-
-The Apache Group 
-
 %package -n libxerces-c-3_0
-License:Apache-2.0
 Group:  Productivity/Publishing/XML
 Summary:Shared libraries for Xerces-c - a validating XML parser
 Provides:   Xerces-c = %{version}
@@ -62,14 +54,7 @@
 
 This package contains just the shared libraries.
 
-
-
-Authors:
-
-The Apache Group 
-
 %package -n libxerces-c-devel
-License:Apache-2.0
 Requires:   libxerces-c-3_0 = %{version}
 Provides:   Xerces-c-devel = %{version}
 Obsoletes:  Xerces-c-devel <= %{version}
@@ -86,12 +71,6 @@
 
 This package includes files needed for development with Xerces-c
 
-
-
-Authors:
-
-The Apache Group 
-
 %prep
 %setup -q -n xerces-c-%{version}
 %patch0
@@ -100,15 +79,12 @@
 %build
 %configure \
 --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libxerces-c-3_0 -p /sbin/ldconfig
 
 %postun -n libxerces-c-3_0 -p /sbin/ldconfig

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



commit wvstreams for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package wvstreams for openSUSE:Factory 
checked in at 2012-02-14 19:09:34

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


Package is "wvstreams", Maintainer is "klw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/wvstreams/wvstreams.changes  2011-09-23 
12:50:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.wvstreams.new/wvstreams.changes 2012-02-14 
19:09:35.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 28 22:26:35 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---



Other differences:
--
++ wvstreams.spec ++
--- /var/tmp/diff_new_pack.QTx0Fs/_old  2012-02-14 19:09:36.0 +0100
+++ /var/tmp/diff_new_pack.QTx0Fs/_new  2012-02-14 19:09:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wvstreams
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   wvstreams
@@ -49,7 +48,6 @@
 Net Integration Technologies, Inc.
 
 %package devel
-License:LGPL-2.1+
 Summary:Network Programming Library in C++
 Group:  Development/Libraries/Other
 Requires:   wvstreams = %{version}
@@ -66,7 +64,7 @@
 Net Integration Technologies, Inc.
 
 %prep
-%setup -q -n wvstreams-%{version}
+%setup -q
 %patch0
 %patch1
 %patch2
@@ -85,18 +83,14 @@
 export CXXFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing"
 export CXXOPTS="$CXXFLAGS"
 export LDFLAGS="-ldb -lpthread"
-./configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir}  \
---sysconfdir=/etc --localstatedir=/var --enable-verbose
-make %{?jobs:-j %jobs}
+%configure --enable-verbose
+make %{?_smp_mflags}
 
 %install
 export SUSE_ASNEEDED=0
 make install DESTDIR=%{buildroot}
 rm %{buildroot}/%_libdir/valgrind/wvstreams.supp
 
-%clean
-rm -rf %{buildroot}
-
 %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 uuid for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package uuid for openSUSE:Factory checked in 
at 2012-02-14 19:09:26

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


Package is "uuid", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/uuid/uuid.changes2011-11-21 
15:50:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.uuid.new/uuid.changes   2012-02-14 
19:09:27.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 01:00:09 UTC 2012 - jeng...@medozas.de
+
+- Parallel building using %_smp_mflags
+- Enable pkgconfig provides
+
+---



Other differences:
--
++ uuid.spec ++
--- /var/tmp/diff_new_pack.24bmg3/_old  2012-02-14 19:09:28.0 +0100
+++ /var/tmp/diff_new_pack.24bmg3/_new  2012-02-14 19:09:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uuid
 #
-# 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,7 +24,7 @@
 License:MIT
 Group:  Development/Libraries/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++ pkgconfig
 Url:http://www.ossp.org/pkg/lib/uuid/
 #Source:ftp://ftp.ossp.org/pkg/lib/%{name}/%{name}-%{version}.tar.gz
 Source: %{name}-%{version}.tar.bz2
@@ -239,7 +239,7 @@
 --with-perl-compat \
 %endif
 --with-dce
-make LD_RUN_PATH=""
+make LD_RUN_PATH="" %{?_smp_mflags}
 
 %install
 %makeinstall

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



commit unscd for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package unscd for openSUSE:Factory checked 
in at 2012-02-14 19:09:21

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


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

Changes:

--- /work/SRC/openSUSE:Factory/unscd/unscd.changes  2012-01-05 
13:50:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.unscd.new/unscd.changes 2012-02-14 
19:09:22.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb 11 01:54:49 UTC 2012 - crrodrig...@opensuse.org
+
+- systemd: CAP_SETGID and CAP_SETUID are only needed in case nscd
+  is told to run under a different user, which is not the
+  case in our distribution.
+
+---



Other differences:
--
++ nscd.service ++
--- /var/tmp/diff_new_pack.yfyVrr/_old  2012-02-14 19:09:27.0 +0100
+++ /var/tmp/diff_new_pack.yfyVrr/_new  2012-02-14 19:09:27.0 +0100
@@ -2,7 +2,7 @@
 Description=Name Service Cache Daemon
 
 [Service]
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
 ExecStart=/usr/sbin/nscd -d
 ExecStop=/usr/sbin/nscd --shutdown
 Restart=always

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



commit tor for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2012-02-14 19:09:16

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


Package is "tor", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2011-12-21 10:04:05.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2012-02-14 
19:09:18.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  2 16:51:20 UTC 2012 - andreas.stie...@gmx.de
+
+- add CVE references in changelog, fixing bug #739133
+
+---
@@ -33,0 +39,2 @@
+- fixes CVE-2011-4895 Tor Bridge circuit building information disclosure
+- fixes CVE-2011-4894 Tor DirPort information disclosure
@@ -221,0 +229,2 @@
+- fixes CVE-2011-4897 Tor Nickname information disclosure
+- fixes CVE-2011-4896 Tor Bridge information disclosure



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.zB08mm/_old  2012-02-14 19:09:20.0 +0100
+++ /var/tmp/diff_new_pack.zB08mm/_new  2012-02-14 19:09:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tor
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   tor
 Version:0.2.2.35
-Release:1
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-License:BSD-3-Clause
 Summary:Anonymizing overlay network for TCP (The onion router)
-Url:https://www.torproject.org/
+License:BSD-3-Clause
 Group:  Productivity/Networking/Security
+Url:https://www.torproject.org/
 Source: %{name}-%{version}.tar.bz2
 Requires:   logrotate
 BuildRequires:  openssl-devel

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



commit tetrinet-server for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package tetrinet-server for openSUSE:Factory 
checked in at 2012-02-14 19:09:12

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


Package is "tetrinet-server", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tetrinet-server/tetrinet-server.changes  
2011-12-25 17:42:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.tetrinet-server.new/tetrinet-server.changes 
2012-02-14 19:09:13.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 22 00:58:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---



Other differences:
--
++ tetrinet-server.spec ++
--- /var/tmp/diff_new_pack.TkhvyW/_old  2012-02-14 19:09:15.0 +0100
+++ /var/tmp/diff_new_pack.TkhvyW/_new  2012-02-14 19:09:15.0 +0100
@@ -16,13 +16,14 @@
 #
 
 
+
 Name:   tetrinet-server
 BuildRequires:  libadns-devel
 %define realname   tetrinetx
 %define qirc_version   1.40c
 Version:1.13.16
 Release:0
-Url:http://tetrinetx.sourceforge.net/
+URL:http://tetrinetx.sourceforge.net/
 Summary:The GNU TetriNET server
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
@@ -35,13 +36,6 @@
 Tetrinetx-qirc1.40c with Async DNS support for high productivity
 server.
 
-
-
-Authors:
-
-Brendan Grieve 
-Roongroj Phoophuangpairoj 
-
 %prep
 %setup -n %{realname}-%{version}+qirc-%{qirc_version}
 %patch2
@@ -60,7 +54,6 @@
 ./c
 
 %install
-rm -rf $RPM_BUILD_ROOT/*
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 mv bin/tetrix.linux $RPM_BUILD_ROOT%{_bindir}/%{realname}
 ln -sf %{_bindir}/%{realname} $RPM_BUILD_ROOT%{_bindir}/%{name}
@@ -70,9 +63,6 @@
 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services
 install -m  644 %{S:1} 
$RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/tetrinet-server
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README README.qirc.spectators

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



commit susepaste for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package susepaste for openSUSE:Factory 
checked in at 2012-02-14 19:08:56

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


Package is "susepaste", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/susepaste/susepaste.changes  2011-12-21 
15:41:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.susepaste.new/susepaste.changes 2012-02-14 
19:08:57.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 16 20:48:02 CET 2011 - mhruse...@suse.cz
+
+- minor spec file beautifications
+
+---



Other differences:
--
++ susepaste.spec ++
--- /var/tmp/diff_new_pack.Uw3t7a/_old  2012-02-14 19:08:58.0 +0100
+++ /var/tmp/diff_new_pack.Uw3t7a/_new  2012-02-14 19:08:58.0 +0100
@@ -18,7 +18,7 @@
 Name:   susepaste
 Version:0.5
 Release:1
-License:GPLv3
+License:GPL-3.0
 Url:http://susepaste.org
 Source0:susepaste-script-%{version}.tar.bz2
 Group:  Productivity/Other
@@ -60,9 +60,6 @@
 install -D -m 0644 susepaste-screenshot.1 
%{buildroot}%{_mandir}/man1/susepaste-screenshot.1
 install -D -m 0644 lang-mappings.sed 
%{buildroot}/usr/share/susepaste/lang-mappings.sed
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc COPYING

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



commit squid3 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package squid3 for openSUSE:Factory checked 
in at 2012-02-14 19:08:50

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


Package is "squid3", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/squid3/squid3.changes2011-12-25 
17:42:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.squid3.new/squid3.changes   2012-02-14 
19:08:53.0 +0100
@@ -1,0 +2,9 @@
+Mon Jan 16 13:49:22 UTC 2012 - ch...@computersalat.de
+
+- add upstream patches
+  * 3.1-10419: Bug #3085: Crash when parsing esi:include
+  * 3.1-10420: Bug #3473: erase last uses of obsolete auth_user_hash_pointer
+  * 3.1-10421: Bug #3420: Request body consumption races and !theConsumer
+exception.
+
+---

New:

  squid-3.1-10419.patch
  squid-3.1-10420.patch
  squid-3.1-10421.patch



Other differences:
--
++ squid3.spec ++
--- /var/tmp/diff_new_pack.HnAsf9/_old  2012-02-14 19:08:56.0 +0100
+++ /var/tmp/diff_new_pack.HnAsf9/_new  2012-02-14 19:08:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package squid3
 #
-# 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
@@ -54,6 +54,12 @@
 Patch2: 
http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-10417.patch
 # Bug #3442: assertion failed: external_acl.cc:908: ch->auth_user_request != 
NULL
 Patch3: 
http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-10418.patch
+# Bug #3085: Crash when parsing esi:include
+Patch4: 
http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-10419.patch
+# Bug #3473: erase last uses of obsolete auth_user_hash_pointer
+Patch5: 
http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-10420.patch
+# Bug #3420: Request body consumption races and !theConsumer exception.
+Patch6: 
http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-10421.patch
 #
 # some useful defaults for squid
 Patch100:   squid-3.1.12-config.patch
@@ -137,6 +143,9 @@
 %patch1 -p0
 %patch2 -p0
 %patch3 -p0
+%patch4 -p0
+%patch5 -p0
+%patch6 -p0
 # other patches
 %patch100 -p1
 %if 0%{?suse_version} > 1010

++ squid-3.1-10419.patch ++

revno: 10419
revision-id: squ...@treenet.co.nz-20120103221151-682r7ux8n1on6hle
parent: squ...@treenet.co.nz-20111208111329-4p5ugr1bj8lxdd8i
fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=3085
committer: Amos Jeffries 
branch nick: SQUID_3_1
timestamp: Tue 2012-01-03 15:11:51 -0700
message:
  Bug 3085: Crash when parsing esi:include

# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: squ...@treenet.co.nz-20120103221151-682r7ux8n1on6hle
# target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\
#   /SQUID_3_1/
# testament_sha1: 9ac3e39da9fe702a92596f8fdee77dba9563d044
# timestamp: 2012-01-03 22:52:55 +
# source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\
#   /SQUID_3_1
# base_revision_id: squ...@treenet.co.nz-20111208111329-\
#   4p5ugr1bj8lxdd8i
# 
# Begin patch
=== modified file 'src/client_side_request.cc'
--- src/client_side_request.cc  2011-12-02 12:17:07 +
+++ src/client_side_request.cc  2012-01-03 22:11:51 +
@@ -873,18 +873,22 @@
 request->flags.auth = 1;
 
 ConnStateData *http_conn = http->getConn();
-assert(http_conn);
-request->flags.connection_auth_disabled = 
http_conn->port->connection_auth_disabled;
-if (!request->flags.connection_auth_disabled) {
-if (http_conn->pinning.fd != -1) {
-if (http_conn->pinning.auth) {
-request->flags.connection_auth = 1;
-request->flags.auth = 1;
-} else {
-request->flags.connection_proxy_auth = 1;
+if (http_conn) {
+request->flags.connection_auth_disabled = 
http_conn->port->connection_auth_disabled;
+if (!request->flags.connection_auth_disabled) {
+if (http_conn->pinning.fd != -1) {
+if (http_conn->pinning.auth) {
+request->flags.connection_auth = 1;
+request->flags.auth = 1;
+} else {
+request->flags.connection_proxy_auth = 1;
+}
+request->setPinnedConnection(http_conn);
 }
-re

commit smssend for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "smssend", Maintainer is "mse...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/smssend/smssend.changes  2011-11-28 
12:57:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.smssend.new/smssend.changes 2012-02-14 
19:08:47.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 27 14:53:40 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---



Other differences:
--
++ smssend.spec ++
--- /var/tmp/diff_new_pack.hYsOyT/_old  2012-02-14 19:08:49.0 +0100
+++ /var/tmp/diff_new_pack.hYsOyT/_new  2012-02-14 19:08:49.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   smssend
@@ -30,7 +29,7 @@
 Patch1: %{name}-%{version}-updated_scripts.diff.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:interface to internet SMS forwarding services
-Url:http://zekiller.skytech.org/smssend_menu_en.html
+URL:http://zekiller.skytech.org/smssend_menu_en.html
 
 %description
 smssend is a utility providing a command line interface to the GSM
@@ -42,12 +41,6 @@
 Keep in mind that these internet to SMS gateways may not tolerate and
 may even forbid their use via scripts.
 
-
-
-Authors:
-
-Christophe 'Ze KiLleR' Calmejane 
-
 %prep
 %setup -a 1
 %patch1
@@ -58,28 +51,21 @@
 autoreconf --force --install
 cd skyutils-%{skyutils_version}
 autoreconf --force --install
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --libdir=${PWD}/src/.libs \
+%configure --libdir=${PWD}/src/.libs \
--disable-shared \
--enable-static
-make
+make %{?_smp_mflags}
 cd ..
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --mandir=%{_mandir} \
---prefix=%{_prefix} \
---infodir=%{_infodir} \
+%configure \
--datadir=/usr/share \
--disable-shared \
--with-skyutils=${PWD}/skyutils-%{skyutils_version} \
--with-data-dir=/usr/share/xfce
 # feel free to improve following change and please notify upstream
 sed -i "s:\(^LIBS =.*\):\1 -lcrypto:" Makefile
-make
+make %{?_smp_mflags}
 
 %install
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot} 
 make DESTDIR=$RPM_BUILD_ROOT install 
 cd skyutils-%{skyutils_version}
 mkdir -p ${RPM_BUILD_ROOT}/usr/share/doc/packages/smssend/skyutils
@@ -88,9 +74,6 @@
 cp -p INSTALL ChangeLog AUTHORS COPYING NEWS README AUTHORS 
${RPM_BUILD_ROOT}/usr/share/doc/packages/smssend
 install -m 644 scripts/*.sms ${RPM_BUILD_ROOT}/usr/share/smssend/
 
-%clean
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot} 
-
 %files
 %defattr(-,root,root)
 %doc /usr/share/doc/packages/smssend

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



commit slang for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package slang for openSUSE:Factory checked 
in at 2012-02-14 19:08:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/slang/slang.changes  2012-01-04 
08:01:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.slang.new/slang.changes 2012-02-14 
19:08:30.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 19:20:43 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---



Other differences:
--
++ slang.spec ++
--- /var/tmp/diff_new_pack.gp9Upa/_old  2012-02-14 19:08:31.0 +0100
+++ /var/tmp/diff_new_pack.gp9Upa/_new  2012-02-14 19:08:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package slang
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   slang
 License:GPL-2.0+
 Group:  System/Libraries
@@ -36,7 +38,7 @@
 %else
 BuildRequires:  libpng-devel
 %endif
-BuildRequires:  automake
+BuildRequires:  automake pkgconfig
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -127,9 +129,6 @@
 make
 make static
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %install
 %makeinstall install-static
 

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



commit skelcd-control-openSUSE for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2012-02-14 19:08:20

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


Package is "skelcd-control-openSUSE", Maintainer is "loci...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
  2011-12-08 14:46:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE.changes
 2012-02-14 19:08:21.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 12:27:08 UTC 2012 - co...@suse.com
+
+- update to 12.2 repos (bnc#746668)
+
+---



Other differences:
--
++ skelcd-control-openSUSE.spec ++
--- /var/tmp/diff_new_pack.EzbXPq/_old  2012-02-14 19:08:22.0 +0100
+++ /var/tmp/diff_new_pack.EzbXPq/_new  2012-02-14 19:08:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package skelcd-control-openSUSE
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   skelcd-control-openSUSE
 BuildRequires:  libxml2
 # new global option - FaTE#307555

++ control.xml ++
--- /var/tmp/diff_new_pack.EzbXPq/_old  2012-02-14 19:08:23.0 +0100
+++ /var/tmp/diff_new_pack.EzbXPq/_new  2012-02-14 19:08:23.0 +0100
@@ -200,9 +200,9 @@



-   http://download.opensuse.org/update/12.1/
+   http://download.opensuse.org/update/12.2/
 repo-update
-openSUSE-12.1-Update
+openSUSE-12.2-Update
/
true
true
@@ -211,36 +211,36 @@
 


-   
http://download.opensuse.org/distribution/12.1/repo/oss/
+   
http://download.opensuse.org/distribution/12.2/repo/oss/
 repo-oss
-openSUSE-12.1-Oss
+openSUSE-12.2-Oss
/
true
true
99


-   
http://download.opensuse.org/distribution/12.1/repo/non-oss/
+   
http://download.opensuse.org/distribution/12.2/repo/non-oss/
 repo-non-oss
-openSUSE-12.1-Non-Oss
+openSUSE-12.2-Non-Oss
/
true
true
99


-   
http://download.opensuse.org/debug/distribution/12.1/repo/oss/
+   
http://download.opensuse.org/debug/distribution/12.2/repo/oss/
 repo-debug
-openSUSE-12.1-Debug
+openSUSE-12.2-Debug
/
false
true
99

 
-
http://download.opensuse.org/debug/update/12.1/
+
http://download.opensuse.org/debug/update/12.2/
 repo-debug-update
-openSUSE-12.1-Update-Debug
+openSUSE-12.2-Update-Debug
 /
 false
 true
@@ -248,9 +248,9 @@
 
 
 
-
http://download.opensuse.org/source/distribution/12.1/repo/oss/
+
http://download.opensuse.org/source/distribution/12.2/repo/oss/
 repo-source
-openSUSE-12.1-Source
+openSUSE-12.2-Source
 /
 false
 true
@@ -384,6 +384,7 @@
partitioning
bootloader
kdump
+   ntp-client
 
 
 

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



commit shotwell for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2012-02-14 19:08:16

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


Package is "shotwell", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2012-01-05 
19:15:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2012-02-14 
19:08:20.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:56:03 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.Hre9zb/_old  2012-02-14 19:08:21.0 +0100
+++ /var/tmp/diff_new_pack.Hre9zb/_new  2012-02-14 19:08:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shotwell
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,20 @@
 #
 
 
-
 Name:   shotwell
 Version:0.11.6
-Release:1
+Release:0
 # FIXME: Check if the hack to remove --fatal-warnings is still required. Also 
see http://redmine.yorba.org/issues/3760
-License:LGPLv2.1+
 Summary:Photo Manager for GNOME
-Url:http://yorba.org/shotwell/
+License:LGPL-2.1+
 Group:  Productivity/Graphics/Viewers
+Url:http://yorba.org/shotwell/
 Source: 
http://yorba.org/download/shotwell/0.11/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE shotwell-no-max-vala.patch vu...@opensuse.org -- Shotwell 
devs don't want vala 0.13/0.14 for 0.11.x, but it's okay to use it. See 
http://redmine.yorba.org/issues/3760 and the vala fix in 
https://bugzilla.gnome.org/show_bug.cgi?id=656266
 Patch0: shotwell-no-max-vala.patch
 BuildRequires:  libraw-devel-static
-BuildRequires:  vala
 BuildRequires:  update-desktop-files
+BuildRequires:  vala
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gdk-2.0)

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



commit seamonkey for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2012-02-14 19:08:06

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


Package is "seamonkey", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2012-02-02 
18:00:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2012-02-14 
19:08:12.0 +0100
@@ -1,0 +2,10 @@
+Thu Feb  9 12:36:02 UTC 2012 - w...@rosenauer.org
+
+- update to Seamonkey 2.7.1 (bnc#746616)
+  * MFSA 2012-10/CVE-2012-0452 (bmo#724284)
+use after free in nsXBLDocumentInfo::ReadPrototypeBindings
+- Use YARR interpreter instead of PCRE on platforms where YARR JIT
+  is not supported, since PCRE doesnt build (bmo#691898)
+- fix ppc64 build (bmo#703534)
+
+---

Old:

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

New:

  l10n-2.7.1.tar.bz2
  mozilla-bmo703534.patch
  mozilla-yarr-pcre.patch
  seamonkey-2.7.1-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.jXy0yS/_old  2012-02-14 19:08:19.0 +0100
+++ /var/tmp/diff_new_pack.jXy0yS/_new  2012-02-14 19:08:19.0 +0100
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   seamonkey
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf213
@@ -36,9 +37,9 @@
 BuildRequires:  yasm
 BuildRequires:  zip
 Provides:   web_browser
-Version:2.7
+Version:2.7.1
 Release:0
-%define releasedate 2012013000
+%define releasedate 2012020800
 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
@@ -60,6 +61,8 @@
 Patch5: mozilla-language.patch
 Patch8: mozilla-ntlm-full-path.patch
 Patch10:mozilla-ua-locale.patch
+Patch11:mozilla-bmo703534.patch
+Patch12:mozilla-yarr-pcre.patch
 Patch20:seamonkey-ua-locale.patch
 Patch21:seamonkey-shared-nss-db.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -156,6 +159,8 @@
 %patch5 -p1
 %patch8 -p1
 %patch10 -p1
+%patch11 -p1
+%patch12 -p1
 popd
 # comm patches
 %patch20 -p1

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.jXy0yS/_old  2012-02-14 19:08:20.0 +0100
+++ /var/tmp/diff_new_pack.jXy0yS/_new  2012-02-14 19:08:20.0 +0100
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/comm-release"
-RELEASE_TAG="SEAMONKEY_2_7_RELEASE"
-VERSION="2.7"
+RELEASE_TAG="SEAMONKEY_2_7_1_RELEASE"
+VERSION="2.7.1"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.7.tar.bz2 -> l10n-2.7.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/seamonkey/l10n-2.7.tar.bz2 
/work/SRC/openSUSE:Factory/.seamonkey.new/l10n-2.7.1.tar.bz2 differ: char 11, 
line 1

++ mozilla-bmo703534.patch ++
# HG changeset patch
# User Mike Hommey 
# Date 1321613368 -3600
# Node ID 15cf58eb7923d34de7e61df80fa5f8a18a995abf
# Parent  aeb035da53283c56370992f254e4f79d7dd180f8
Bug 703534 - Fix build failure on platforms without YARR JIT. r=luke
target: M11

diff --git a/js/src/jscompartment.cpp b/js/src/jscompartment.cpp
--- a/js/src/jscompartment.cpp
+++ b/js/src/jscompartment.cpp
@@ -45,17 +45,16 @@
 #include "jsiter.h"
 #include "jsmath.h"
 #include "jsproxy.h"
 #include "jsscope.h"
 #include "jstracer.h"
 #include "jswatchpoint.h"
 #include "jswrapper.h"
 #include "assembler/wtf/Platform.h"
-#include "assembler/jit/ExecutableAllocator.h"
 #include "yarr/BumpPointerAllocator.h"
 #include "methodjit/MethodJIT.h"
 #include "methodjit/PolyIC.h"
 #include "methodjit/MonoIC.h"
 #include "vm/Debugger.h"
 
 #include "jsgcinlines.h"
 #include "jsscopeinlines.h"
++ mozilla-yarr-pcre.patch ++
From: Mike Hommey 
Date: Sat, 24 Dec 2011 09:56:58 +0100
Subject: Bug 691898 - Use YARR interpreter instead of PCRE on platforms where
 YARR JIT is not supported

---
 js/src/Makefile.in   |   21 +
 js/src/vm/RegExpObject-inl.h |   28 ++--
 js/src/vm/RegExpObject.cpp   |   36 
 js/src/vm/RegExpObject.h |   27 ++-
 js/src/yarr/wtfbridge.h  |2 --
 5 files changed, 25 insertions(+), 89 deletions(-)

diff --git a/js/src/Makefile.in b/js/src/Makefile.in
index fc48cbd..49f0bdc 100644
--- a/js/src/Makefile.in
+++ b/js/src/Makefile.in
@@ -416,15 +416,20 @@ CPPSRCS +=checks.cc \
 
 ifeq (,$(filter arm% sparc %86 x86

commit scim-anthy for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package scim-anthy for openSUSE:Factory 
checked in at 2012-02-14 19:08:00

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


Package is "scim-anthy", Maintainer is "fjk...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/scim-anthy/scim-anthy.changes2012-01-20 
20:26:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.scim-anthy.new/scim-anthy.changes   
2012-02-14 19:08:01.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:55:51 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ scim-anthy.spec ++
--- /var/tmp/diff_new_pack.jx0d1D/_old  2012-02-14 19:08:02.0 +0100
+++ /var/tmp/diff_new_pack.jx0d1D/_new  2012-02-14 19:08:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-anthy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   scim-anthy
-BuildRequires:  anthy-devel gcc-c++ gtk2-devel libtool scim-devel 
update-desktop-files
+BuildRequires:  anthy-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
+BuildRequires:  libtool
+BuildRequires:  scim-devel
+BuildRequires:  update-desktop-files
 Version:1.2.7
-Release:1
-License:LGPL v2.1 or later
-Group:  System/I18n/Japanese
-AutoReqProv:on
+Release:0
 Provides:   locale(scim:ja)
 Url:http://sourceforge.jp/projects/scim-imengine/
 Source0:scim-anthy-%{version}.tar.bz2
 Patch355863:bnc355863-add-Eisu_toggle-to-default-keybindings.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Anthy Input Method Engine for SCIM
+License:LGPL-2.1+
+Group:  System/I18n/Japanese
 
 %description
 Anthy Input Method Engine for SCIM

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



commit rxvt-unicode for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "rxvt-unicode", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rxvt-unicode/rxvt-unicode.changes
2012-01-10 14:51:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.rxvt-unicode.new/rxvt-unicode.changes   
2012-02-14 19:07:49.0 +0100
@@ -1,0 +2,14 @@
+Sun Jan 22 02:11:41 UTC 2012 - pascal.ble...@opensuse.org
+
+- enable support for libstartup-notification
+- update to 9.15:
+  * finding a matching font (e.g. bold version of the base font) was broken
+  * fix parsing of bg image styles: they really work now
+  * fix blurring of bg image borders when using xrender
+  * fix xrender blur on common xrender implementations that do not behave
+correctly when the same pixmap is used as source and destination in
+composite operations
+  * fix regression that caused tabbed to compute the wrong size for tabs
+  * allow again an empty suffix in a keysym list spec
+
+---

Old:

  rxvt-unicode-9.14.tar.bz2

New:

  rxvt-unicode-9.15.tar.bz2
  rxvt-unicode-remove_unused_attribute.patch



Other differences:
--
++ rxvt-unicode.spec ++
--- /var/tmp/diff_new_pack.yFqEbx/_old  2012-02-14 19:07:50.0 +0100
+++ /var/tmp/diff_new_pack.yFqEbx/_new  2012-02-14 19:07:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rxvt-unicode
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 
 Name:   rxvt-unicode
-Version:9.14
+Version:9.15
 Release:1
 #
 License:LGPL-2.1+
@@ -30,6 +30,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  pkgconfig
+BuildRequires:  startup-notification-devel
 # for tic
 BuildRequires:  ncurses-devel
 %if 0%{?suse_version} == 0 || 0%{?suse_version} >= 920
@@ -59,6 +60,7 @@
 Source3:rxvt-unicode-256color.desktop
 Source4:rxvt-unicode.desktop
 Patch1: rxvt-unicode-9.14-CVE-2008-1142-DISPLAY.patch
+Patch2: rxvt-unicode-remove_unused_attribute.patch
 #
 Summary:Rxvt X Terminal with Unicode Support
 
@@ -77,6 +79,9 @@
 %prep
 %setup -q
 %patch1
+%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1000
+%patch2
+%endif
 find -type d -name CVS -print0 | xargs -r0 %__rm -r
 %{__install} -m 0644 %{S:2} README.SuSE
 

++ rxvt-unicode-9.14.tar.bz2 -> rxvt-unicode-9.15.tar.bz2 ++
 2687 lines of diff (skipped)

++ rxvt-unicode-remove_unused_attribute.patch ++
--- libev/ev.c.orig 2012-01-22 03:26:00.310125191 +0100
+++ libev/ev.c  2012-01-22 03:26:03.821125036 +0100
@@ -665,7 +665,7 @@
 
 #define ecb_noinline   ecb_attribute ((__noinline__))
 #define ecb_noreturn   ecb_attribute ((__noreturn__))
-#define ecb_unused ecb_attribute ((__unused__))
+#define ecb_unused 
 #define ecb_const  ecb_attribute ((__const__))
 #define ecb_pure   ecb_attribute ((__pure__))
 
--- libecb/ecb.h.orig   2012-01-22 03:25:36.812125992 +0100
+++ libecb/ecb.h2012-01-22 03:25:51.908125573 +0100
@@ -197,7 +197,7 @@
 
 #define ecb_noinline   ecb_attribute ((__noinline__))
 #define ecb_noreturn   ecb_attribute ((__noreturn__))
-#define ecb_unused ecb_attribute ((__unused__))
+#define ecb_unused 
 #define ecb_const  ecb_attribute ((__const__))
 #define ecb_pure   ecb_attribute ((__pure__))
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-http_accept_language for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "rubygem-http_accept_language", Maintainer is "juhlia...@novell.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-http_accept_language/rubygem-http_accept_language.changes
2011-09-23 12:44:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-http_accept_language.new/rubygem-http_accept_language.changes
   2012-02-14 19:07:45.0 +0100
@@ -1,0 +2,13 @@
+Tue Sep 20 12:50:31 UTC 2011 - fcaste...@suse.com
+
+- update to version 1.0.3:
+  * ensure rails 2 is still supported
+
+---
+Fri Aug  5 13:57:17 UTC 2011 - fcaste...@novell.com
+
+- Switched to openSUSE/http_accept_language repo.
+- Add Rails 3 support.
+- Make compatible_language_from follow the RFC 2616 selection algorithm 
+
+---

Old:

  http_accept_language-1.0.1.gem

New:

  http_accept_language-1.0.3.gem



Other differences:
--
++ rubygem-http_accept_language.spec ++
--- /var/tmp/diff_new_pack.k5DVm0/_old  2012-02-14 19:07:46.0 +0100
+++ /var/tmp/diff_new_pack.k5DVm0/_new  2012-02-14 19:07:46.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-http_accept_language
+# spec file for package rubygem-http_accept_language (Version 1.0.1)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,9 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-http_accept_language
-Version:1.0.1
-Release:1
+Version:1.0.3
+Release:0
 %define mod_name http_accept_language
 #
 Group:  Development/Languages/Ruby
@@ -30,18 +28,18 @@
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 #
-Url:http://github.com/iain/http_accept_language
+Url:https://github.com/openSUSE/http_accept_language
 Source: %{mod_name}-%{version}.gem
 #
 Summary:Parse the HTTP Accept Language Header
-
 %description
-Find out which locale the user preferes by reading the languages they 
specified in their browser
+Find out which locale the user preferes by reading the languages they specified
+in their browser.
 
-%prep
+This package is built using the openSUSE fork: 
https://github.com/openSUSE/http_accept_language
 
+%prep
 %build
-
 %install
 %gem_install %{S:0}
 

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



commit rubygem-builder-3_0 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-builder-3_0 for 
openSUSE:Factory checked in at 2012-02-14 19:07:36

Comparing /work/SRC/openSUSE:Factory/rubygem-builder-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-builder-3_0.new (New)


Package is "rubygem-builder-3_0", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-builder-3_0/rubygem-builder-3_0.changes  
2011-09-23 12:44:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-builder-3_0.new/rubygem-builder-3_0.changes 
2012-02-14 19:07:41.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 14 18:00:09 UTC 2011 - jreidin...@suse.com
+
+- decrease significantly size of package ( remove useless xctags
+  file which has almsot 3MB) 
+
+---



Other differences:
--
++ rubygem-builder-3_0.spec ++
--- /var/tmp/diff_new_pack.1h11yo/_old  2012-02-14 19:07:42.0 +0100
+++ /var/tmp/diff_new_pack.1h11yo/_new  2012-02-14 19:07:42.0 +0100
@@ -70,6 +70,8 @@
 
 %install
 %gem_install %{S:0}
+#remove CTAGS file as it is just waste of space
+rm %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/TAGS
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -79,11 +81,15 @@
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/doc
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
 %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/doc
+%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc
 
 %files testsuite
 %defattr(-,root,root,-)


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



commit rp-pppoe for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package rp-pppoe for openSUSE:Factory 
checked in at 2012-02-14 19:07:30

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


Package is "rp-pppoe", Maintainer is "b...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rp-pppoe/rp-pppoe.changes2011-09-23 
12:44:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.rp-pppoe.new/rp-pppoe.changes   2012-02-14 
19:07:32.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 24 00:48:39 UTC 2012 - crrodrig...@opensuse.org
+
+- build pppoe-wrapper with PIE and full RELRO 
+
+---

New:

  rp-pppoe-pie.patch



Other differences:
--
++ rp-pppoe.spec ++
--- /var/tmp/diff_new_pack.OEwQJ5/_old  2012-02-14 19:07:33.0 +0100
+++ /var/tmp/diff_new_pack.OEwQJ5/_new  2012-02-14 19:07:33.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rp-pppoe (Version 3.10)
+# spec file for package rp-pppoe
 #
-# 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
@@ -38,6 +38,7 @@
 Patch8: strip.diff
 Patch10:%{name}-3.10-init.patch
 Patch11:%{name}-3.10-config.patch
+Patch12:rp-pppoe-pie.patch
 Requires:   ppp >= 2.3.7
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
@@ -67,6 +68,7 @@
 %patch8
 %patch10 -p1
 %patch11 -p1
+%patch12
 
#--
 
 %build

++ rp-pppoe-pie.patch ++
--- gui/Makefile.in.orig
+++ gui/Makefile.in
@@ -37,10 +37,10 @@ all: pppoe-wrapper
@echo "Type 'make install' as root to install the software."
 
 pppoe-wrapper: wrapper.o
-   @CC@ -o pppoe-wrapper wrapper.o
+   @CC@ -pie  -Wl,-z,relro,-z,now -fwhole-program -o pppoe-wrapper 
wrapper.o
 
 wrapper.o: wrapper.c
-   @CC@ $(CFLAGS) -c -o wrapper.o wrapper.c
+   @CC@  -Wl,-z,relro,-z,now -fpie -fPIE -fwhole-program $(CFLAGS) -c -o 
wrapper.o wrapper.c
 
 install: all
-mkdir -p $(DESTDIR)$(sbindir)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rpmlint-tests for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package rpmlint-tests for openSUSE:Factory 
checked in at 2012-02-14 19:07:22

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


Package is "rpmlint-tests", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-tests/rpmlint-tests.changes  
2011-12-01 12:26:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 
2012-02-14 19:07:25.0 +0100
@@ -1,0 +2,10 @@
+Tue Jan 31 11:03:20 UTC 2012 - lnus...@suse.de
+
+- add test for buildroot check
+
+---
+Tue Dec 20 11:07:53 UTC 2011 - lnus...@suse.de
+
+- suse-filelist-empty is not fatal anymore
+
+---



Other differences:
--
++ rpmlint-tests.spec ++
--- /var/tmp/diff_new_pack.mQGgcH/_old  2012-02-14 19:07:26.0 +0100
+++ /var/tmp/diff_new_pack.mQGgcH/_new  2012-02-14 19:07:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint-tests
 #
-# 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

++ rpmlint-tests.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/buildroot.ignore 
new/rpmlint-tests/tests/buildroot.ignore
--- old/rpmlint-tests/tests/buildroot.ignore1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests/tests/buildroot.ignore2012-01-31 11:37:50.0 
+0100
@@ -0,0 +1,3 @@
+#addFilter(" files-duplicate")
+#addFilter(" no-manual-page-for-binary ")
+#addFilter(" no-binary")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/buildroot.ref 
new/rpmlint-tests/tests/buildroot.ref
--- old/rpmlint-tests/tests/buildroot.ref   1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests/tests/buildroot.ref   2012-01-31 11:37:50.0 
+0100
@@ -0,0 +1,2 @@
+buildroot: E: file-contains-buildroot (Badness: 1) /usr/lib/dummy/somefile
+1 packages and 0 specfiles checked; 1 errors, 0 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/buildroot.spec 
new/rpmlint-tests/tests/buildroot.spec
--- old/rpmlint-tests/tests/buildroot.spec  1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests/tests/buildroot.spec  2012-01-31 11:37:50.0 
+0100
@@ -0,0 +1,36 @@
+Name:  buildroot
+Version:   0
+Release:   0
+Group:  Development/Tools/Building
+Summary:   Lorem ipsum
+License:   GPL-2.0+
+BuildRoot: %_tmppath/%name-%version-build
+Url:http://www.opensuse.org/
+BuildArch:  noarch
+
+%description
+Lorem ipsum dolor sit amet, consectetur adipisici elit, sed
+eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim
+ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+aliquid ex ea commodi consequat. Quis aute iure reprehenderit in
+voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui
+officia deserunt mollit anim id est laborum.
+
+%prep
+%build
+
+%install
+install -d -m 755 %buildroot/usr/lib/dummy 
+echo foo %buildroot/bar baz >  %buildroot/usr/lib/dummy/somefile
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root)
+/usr/lib/dummy
+
+%changelog
+* Mon Apr 18 2011 lnus...@suse.de
+- dummy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/empty.ref 
new/rpmlint-tests/tests/empty.ref
--- old/rpmlint-tests/tests/empty.ref   2011-11-29 13:39:07.0 +0100
+++ new/rpmlint-tests/tests/empty.ref   2012-01-31 11:37:50.0 +0100
@@ -1,2 +1,2 @@
-empty: E: suse-filelist-empty (Badness: 1) packages without any files are 
not allowed in SUSE
-1 packages and 0 specfiles checked; 1 errors, 0 warnings.
+empty: W: suse-filelist-empty packages without any files are discouraged in 
SUSE
+1 packages and 0 specfiles checked; 0 errors, 1 warnings.

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



commit rpcbind for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2012-02-14 19:07:16

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


Package is "rpcbind", Maintainer is "o...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2011-11-28 
12:57:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes 2012-02-14 
19:07:18.0 +0100
@@ -1,0 +2,24 @@
+Mon Dec 19 22:54:46 UTC 2011 - crrodrig...@opensuse.org
+
+- Update systemd patches 
+
+---
+Wed Dec  7 13:50:49 UTC 2011 - crrodrig...@opensuse.org
+
+- Add systemd socket activation patch, based on
+  http://www.spinics.net/lists/linux-nfs/msg14371.html
+  but does not bundle sd-daemon.[c|h] it uses libsystemd-daemon
+  instead.
+
+---
+Sun Dec  4 17:14:37 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to version 0.2.0_git201103171419
+- Fix rpm source tags to not be conditional.
+
+---
+Tue Nov 29 20:27:38 UTC 2011 - crrodrig...@opensuse.org
+
+- Add systemd units 
+
+---

Old:

  rpcbind-0.2.0_git201007131952.tar.xz

New:

  0001-systemd-add-support-for-system-bus-activation.patch
  rpcbind-0.2.0_git201103171419.tar.bz2



Other differences:
--
++ rpcbind.spec ++
--- /var/tmp/diff_new_pack.rZHCgw/_old  2012-02-14 19:07:19.0 +0100
+++ /var/tmp/diff_new_pack.rZHCgw/_new  2012-02-14 19:07:19.0 +0100
@@ -20,11 +20,11 @@
 Name:   rpcbind
 License:BSD-3-Clause
 Group:  Productivity/Networking/System
-Version:0.2.0_git201007131952
+Version:0.2.0_git201103171419
 Release:1
 Summary:Transport independent RPC portmapper
 Url:http://git.infradead.org/users/steved/rpcbind.git
-Source: %{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.bz2
 Source1:rpcbind.init
 Source2:sysconfig.rpcbind
 Source3:rpcbind.xml
@@ -32,14 +32,20 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtirpc-devel
 BuildRequires:  tcpd-devel
-BuildRequires:  xz
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 Provides:   portmap = 6.0+git20070716
 Obsoletes:  portmap <= 6.0+git20070716
 # hopefully soon we will have this autogenerated from rpm
 Provides:   sysvinit(portmap) sysvinit(rpcbind)
 PreReq: %insserv_prereq %fillup_prereq /sbin/checkproc 
sysvinit(network) syslog
+Patch0: 0001-systemd-add-support-for-system-bus-activation.patch
 %define statefile /var/lib/portmap.state
+%if 0%{?suse_version} > 1140
+BuildRequires:  systemd-devel
+%{?systemd_requires}
+%define has_systemd 1
+%endif
 
 %description
 Rpcbind is a replacement for portmap. Whereas portmap supports only UDP
@@ -58,19 +64,20 @@
 %prep
 %setup -q
 cp %{SOURCE4} .
+%patch0 -p1
 
 %build
-autoreconf -fi
-%configure --disable-static --with-pic \
+autoreconf -fiv
+export  CFLAGS="$RPM_OPT_FLAGS -fpie"
+export LDFLAGS="-pie -Wl,-z,relro,-z,now"
+%configure \
--bindir=/sbin \
--enable-libwrap \
--enable-warmstarts \
-   --with-statedir=%{_localstatedir}/lib/rpcbind \
-   --enable-debug \
-   CFLAGS="$RPM_OPT_FLAGS -fpie" \
-   LDFLAGS="-pie -Wl,-z,relro,-z,now"
+   --with-statedir=%{_localstatedir}/lib/rpcbind
+
 %{__make} %{?jobs:-j%jobs}
-cc -Wl,-z,relro,-z,now %{optflags} pmap_set.c -o pmap_set
+%{__cc} -fwhole-program -Wl,-z,relro,-z,now %{optflags} pmap_set.c -o pmap_set
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -100,9 +107,15 @@
 if test -x /sbin/portmap && /sbin/chkconfig -c portmap 3; then
 /sbin/insserv -f -r portmap
 fi
+%if 0%{?has_systemd}
+%service_add_pre %{name}.service %{name}.socket
+%endif
 
 %preun
 %stop_on_removal rpcbind
+%if 0%{?has_systemd}
+%service_del_preun %{name}.service %{name}.socket
+%endif
 
 %post
 %fillup_and_insserv rpcbind
@@ -114,10 +127,16 @@
/sbin/pmap_set2 < %statefile
rm -f %statefile
 fi
+%if 0%{?has_systemd}
+%service_add_post %{name}.service %{name}.socket
+%endif
 
 %postun
 %restart_on_update rpcbind
 %insserv_cleanup
+%if 0%{?has_systemd}
+%service_del_postun %{name}.service %{name}.socket
+%endif
 
 %files
 %defattr(-,root,root)
@@ -131,5 +150,9 @@
 %{_localstatedir}/lib/rpcbind
 /var/adm/fillup-templates/sysconfig.rpcbind
 %{_datadir}/omc/svcinfo.d/rpcbind.xml
+%if 0%{?has_systemd}
+%{_unitdir}/%{name}.service
+%{_unitdir}/%{name}.soc

commit rlog for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package rlog for openSUSE:Factory checked in 
at 2012-02-14 19:07:09

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


Package is "rlog", Maintainer is "mszer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rlog/rlog.changes2012-01-24 
12:22:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.rlog.new/rlog.changes   2012-02-14 
19:07:10.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 11:56:15 UTC 2012 - jeng...@medozas.de
+
+- SPDX format for License field
+- Enable pkgconfig provides
+
+---



Other differences:
--
++ rlog.spec ++
--- /var/tmp/diff_new_pack.u5LezW/_old  2012-02-14 19:07:11.0 +0100
+++ /var/tmp/diff_new_pack.u5LezW/_new  2012-02-14 19:07:11.0 +0100
@@ -19,12 +19,12 @@
 
 
 Name:   rlog
-BuildRequires:  gcc-c++ libtool
+BuildRequires:  gcc-c++ libtool pkgconfig
 Summary:C++ Logging Library
 Version:1.4
 Release:1
 %define soname 5
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 # http://rlog.googlecode.com/files/rlog-%{version}.tar.gz
 Source: rlog-%{version}.tar.bz2
@@ -66,7 +66,7 @@
 to develop applications that require these.
 
 %prep
-%setup -q -n "rlog-%{version}"
+%setup -q
 %patch1
 
 %build

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



commit recode for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/recode/recode.changes2011-12-21 
10:03:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.recode.new/recode.changes   2012-02-14 
19:07:05.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:54:26 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ recode.spec ++
--- /var/tmp/diff_new_pack.LmSV3u/_old  2012-02-14 19:07:06.0 +0100
+++ /var/tmp/diff_new_pack.LmSV3u/_new  2012-02-14 19:07:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package recode
 #
-# 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,12 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   recode
-License:GPLv2+ ; LGPLv2.1+
-Group:  Productivity/Text/Convertors
 BuildRequires:  libtool
 # bug437293
 %ifarch ppc64
@@ -28,8 +24,10 @@
 %endif
 #
 Version:3.6
-Release:646
+Release:0
 Summary:Character Set Converter
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Productivity/Text/Convertors
 Url:http://recode.progiciels-bpi.ca/
 Source: ftp://ftp.gnu.org/pub/old-gnu/recode/recode-%{version}.tar.gz
 Source1:cs_recode.po
@@ -55,8 +53,8 @@
 Francois Pinard 
 
 %package  devel
-License:LGPLv2.1+
 Summary:Character Set Converter
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 # bug437293

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



commit quazip for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package quazip for openSUSE:Factory checked 
in at 2012-02-14 19:06:57

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


Package is "quazip", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/quazip/quazip.changes2011-09-23 
12:44:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.quazip.new/quazip.changes   2012-02-14 
19:06:59.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 29 12:22:18 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---



Other differences:
--
++ quazip.spec ++
--- /var/tmp/diff_new_pack.LBHFWK/_old  2012-02-14 19:06:59.0 +0100
+++ /var/tmp/diff_new_pack.LBHFWK/_new  2012-02-14 19:06:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quazip
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   quazip
@@ -38,7 +37,6 @@
 Useful to access ZIP archives from the Qt programs.
 
 %package -n libquazip1
-
 Summary:C++ wrapper for ZIP/UNZIP
 Group:  Development/Libraries/C and C++
 
@@ -48,7 +46,6 @@
 
 
 %packagedevel
-
 Summary:Development files for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   libquazip1 = %{version}-%{release}
@@ -58,7 +55,6 @@
 developing applications that use %{name}.
 
 %package doc
-
 Summary:C++ wrapper for ZIP/UNZIP
 Group:  Development/Libraries/C and C++
 
@@ -89,9 +85,6 @@
 %fdupes -s .
 popd
 
-%clean
-%__rm -rf %{buildroot}
-
 %post -n libquazip1 -p /sbin/ldconfig
 
 %postun -n libquazip1 -p /sbin/ldconfig

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



commit qtcurve-gtk2 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package qtcurve-gtk2 for openSUSE:Factory 
checked in at 2012-02-14 19:06:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/qtcurve-gtk2/qtcurve-gtk2.changes
2012-01-05 19:15:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.qtcurve-gtk2.new/qtcurve-gtk2.changes   
2012-02-14 19:06:51.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:54:24 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ qtcurve-gtk2.spec ++
--- /var/tmp/diff_new_pack.i8gUwF/_old  2012-02-14 19:06:52.0 +0100
+++ /var/tmp/diff_new_pack.i8gUwF/_new  2012-02-14 19:06:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qtcurve-gtk2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   qtcurve-gtk2
 Version:1.8.12
-Release:1
-License:GPLv2+
+Release:0
 Summary:QtCurve style for GTK+ 2
-Url:http://www.kde-look.org/content/show.php?content=40492
+License:GPL-2.0+
 Group:  System/GUI/GNOME
+Url:http://www.kde-look.org/content/show.php?content=40492
 Source0:
http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-%{version}.tar.bz2
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM qtcurve-gtk2-glib2-2.31.patch dims...@opensuse.org -- fix 
build with glib 2.31; sent upstream by mail (2011-12-01)

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



commit python-virtualenv for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2012-02-14 19:06:43

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


Package is "python-virtualenv", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2011-09-23 12:43:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2012-02-14 19:06:44.0 +0100
@@ -1,0 +2,18 @@
+Wed Nov 30 13:55:03 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.7:
+  - Updated embedded Distribute release to 0.6.24. Thanks Alex
+Grönholm.
+  - Made --no-site-packages behavior the default behavior. The
+--no-site-packages flag is still permitted, but displays a
+warning when used. Thanks Chris McDonough.
+  - New flag: --system-site-packages; this flag should be passed
+to get the previous default global-site-package-including
+behavior back.
+  - Added ability to set command options as environment variables
+and options in a virtualenv.ini file.
+  - Fixed various encoding related issues with paths. Thanks
+Gunnlaugur Thor Briem.
+  - Made virtualenv.py script executable.
+
+---

Old:

  virtualenv-1.6.4.tar.bz2

New:

  virtualenv-1.7.tar.bz2



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.Q149Vu/_old  2012-02-14 19:06:45.0 +0100
+++ /var/tmp/diff_new_pack.Q149Vu/_new  2012-02-14 19:06:45.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   python-virtualenv
-Version:1.6.4
+Version:1.7
 Release:1
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.6.4.tar.bz2 -> virtualenv-1.7.tar.bz2 ++
 2472 lines of diff (skipped)

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



commit python-tornado for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2012-02-14 19:06:38

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


Package is "python-tornado", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes
2011-11-25 10:13:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes   
2012-02-14 19:06:40.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 30 23:17:07 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.2:
+  - Please read http://www.tornadoweb.org/documentation/releases/v2.2.0.html
+for all changes in this release.
+
+---

Old:

  tornado-2.1.1.tar.bz2

New:

  tornado-2.2.tar.bz2



Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.GIYB6Z/_old  2012-02-14 19:06:41.0 +0100
+++ /var/tmp/diff_new_pack.GIYB6Z/_new  2012-02-14 19:06:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tornado
 #
-# 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,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
 Name:   python-tornado
-Version:2.1.1
+Version:2.2
 Release:0
 Url:http://www.tornadoweb.org
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed
@@ -33,7 +36,6 @@
 BuildArch:  noarch
 %endif
 %endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Tornado is an open source version of the scalable, non-blocking web server and 
tools that power FriendFeed.
@@ -51,14 +53,11 @@
 %setup -q -n tornado-%{version}
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc README demos

++ tornado-2.1.1.tar.bz2 -> tornado-2.2.tar.bz2 ++
 3613 lines of diff (skipped)

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



commit python-python-novaclient for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-python-novaclient for 
openSUSE:Factory checked in at 2012-02-14 19:06:29

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


Package is "python-python-novaclient", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-novaclient/python-python-novaclient.changes
2012-01-19 09:44:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-novaclient.new/python-python-novaclient.changes
   2012-02-14 19:06:30.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 10:56:49 UTC 2012 - sasc...@suse.de
+
+- BuildRequire argparse for SLE_11 and openSUSE_11.3 (needed by
+  testsuite)
+
+---



Other differences:
--
++ python-python-novaclient.spec ++
--- /var/tmp/diff_new_pack.GDHKvB/_old  2012-02-14 19:06:32.0 +0100
+++ /var/tmp/diff_new_pack.GDHKvB/_new  2012-02-14 19:06:32.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package python-python-novaclient
 #
-# Copyright (c) 2011 Christian Berendt.
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 Christian Berendt.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Python
 Source: python-novaclient-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-argparse
 BuildRequires:  python-devel
 BuildRequires: python-distribute
 BuildRequires:  python-httplib2

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



commit python-pysqlite for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-pysqlite for openSUSE:Factory 
checked in at 2012-02-14 19:06:23

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


Package is "python-pysqlite", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-pysqlite/python-pysqlite.changes  
2011-11-25 10:13:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysqlite.new/python-pysqlite.changes 
2012-02-14 19:06:25.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 19:59:17 UTC 2011 - l...@linux-schulserver.de
+
+- also provide/obsolete python-sqlite2
+
+---



Other differences:
--
++ python-pysqlite.spec ++
--- /var/tmp/diff_new_pack.UnMjMJ/_old  2012-02-14 19:06:27.0 +0100
+++ /var/tmp/diff_new_pack.UnMjMJ/_new  2012-02-14 19:06:27.0 +0100
@@ -11,10 +11,12 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   python-pysqlite
 Version:2.6.3
 Release:0
@@ -24,8 +26,8 @@
 Group:  Development/Languages/Python
 Source: http://pysqlite.googlecode.com/files/pysqlite-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
 BuildRequires:  python-Sphinx
+BuildRequires:  python-devel
 BuildRequires:  sqlite3-devel
 Requires:   sqlite3
 %if 0%{?suse_version}
@@ -33,6 +35,8 @@
 %endif
 Provides:   python-sqlite = %{version}
 Obsoletes:  python-sqlite < %{version}
+Provides:   python-sqlite2 = %{version}
+Obsoletes:  python-sqlite2 < %{version}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description

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



commit pvm for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package pvm for openSUSE:Factory checked in 
at 2012-02-14 19:06:15

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


Package is "pvm", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pvm/pvm.changes  2011-09-23 12:42:09.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pvm.new/pvm.changes 2012-02-14 
19:06:17.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 13:17:00 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---



Other differences:
--
++ pvm.spec ++
--- /var/tmp/diff_new_pack.PhN6EO/_old  2012-02-14 19:06:18.0 +0100
+++ /var/tmp/diff_new_pack.PhN6EO/_new  2012-02-14 19:06:18.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package pvm (Version 3.4.5)
+# spec file for package pvm
 #
-# 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   pvm
@@ -112,7 +111,6 @@
 V. S. Sunderam 
 
 %package devel
-License:LGPL-2.1+ ; MIT
 Summary:Parallel Virtual Machine
 Group:  Development/Libraries/Parallel
 Requires:   %{name} = %{version}
@@ -164,7 +162,7 @@
 mkdir -p src/%{_pvm_arch}
 cp %{SOURCE3}  src/%{_pvm_arch}/Makefile
 PVM_ROOT=`pwd` \
-make OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -DPIC -fno-strict-aliasing"
+make %{?_smp_mflags} OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -DPIC 
-fno-strict-aliasing"
 
 %install
 install -d 
$RPM_BUILD_ROOT{%{_bindir},%{_includedir},%{_libdir},%{_pvm_root}/conf,%{_docdir}/%{name}}
 \
@@ -215,9 +213,6 @@
 %__ln_s %{_libdir}/libpvm3.so.3 
%buildroot/%{_pvm_root}/lib/%{_pvm_arch}/libpvm3.so.3
 %__ln_s %{_libdir}/libpvm3.so.3.4 
%buildroot/%{_pvm_root}/lib/%{_pvm_arch}/libpvm3.so.3.4
 
-%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 privoxy for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package privoxy for openSUSE:Factory checked 
in at 2012-02-14 19:06:08

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


Package is "privoxy", Maintainer is "mse...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/privoxy/privoxy.changes  2011-12-08 
11:31:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.privoxy.new/privoxy.changes 2012-02-14 
19:06:12.0 +0100
@@ -1,0 +2,347 @@
+Mon Dec 26 08:16:16 UTC 2011 - andreas.stie...@gmx.de
+
+- add rpm group to privoxy-doc package, fixing all builds
+- remove name and version macros from patch references
+- update to upstream 3.0.18:
+
+- Bug fixes:
+  - If a generated redirect URL contains characters RFC 3986 doesn't
+permit, they are (re)encoded. Not doing this makes Privoxy versions
+from 3.0.5 to 3.0.17 susceptible to HTTP response splitting (CWE-113)
+attacks if the +fast-redirects{check-decoded-url} action is used.
+  - Fix a logic bug that could cause Privoxy to reuse a server
+socket after it got tainted by a server-header-tagger-induced
+block that was triggered before the whole server response had
+been read. If keep-alive was enabled and the request following
+the blocked one was to the same host and using the same forwarding
+settings, Privoxy would send it on the tainted server socket.
+While the server would simply treat it as a pipelined request,
+Privoxy would later on fail to properly parse the server's
+response as it would try to parse the unread data from the
+first response as server headers for the second one.
+Regression introduced in 3.0.17.
+  - When implying keep-alive in client_connection(), remember that
+the client didn't. Fixes a regression introduced in 3.0.13 that
+would cause Privoxy to wait for additional client requests after
+receiving a HTTP/1.1 request with "Connection: close" set
+and connection sharing enabled.
+With clients which terminates the client connection after detecting
+that the whole body has been received it doesn't really matter,
+but with clients that don't the connection would be kept open until
+it timed out.
+  - Fix a subtle race condition between prepare_csp_for_next_request()
+and sweep(). A thread preparing itself for the next client request
+could briefly appear to be inactive.
+If all other threads were already using more recent files,
+the thread could get its files swept away under its feet.
+So far this has only been reproduced while stress testing in
+valgrind while touching action files in a loop. It's unlikely
+to have caused any actual problems in the real world.
+  - Disable filters if SDCH compression is used unless filtering is forced.
+If SDCH was combined with a supported compression algorithm, Privoxy
+previously could try to decompress it and ditch the Content-Encoding
+header even though the SDCH compression wasn't dealt with.
+Reported by zebul666 in #3225863.
+  - Make a copy of the --user value and only mess with that when splitting
+user and group. On some operating systems modifying the value directly
+is reflected in the output of ps and friends and can be misleading.
+Reported by zepard in #3292710.
+  - If forwarded-connect-retries is set, only retry if Privoxy is actually
+forwarding the request. Previously direct connections would be retried
+as well.
+  - Fixed a small memory leak when retrying connections with IPv6
+support enabled.
+  - Remove an incorrect assertion in compile_dynamic_pcrs_job_list()
+It could be triggered by a pcrs job with an invalid pcre
+pattern (for example one that contains a lone quantifier).
+  - If the --user argument user[.group] contains a dot, always bail out
+if no group has been specified. Previously the intended, but undocumented
+(and apparently untested), behaviour was to try interpreting the whole
+argument as user name, but the detection was flawed and checked for '0'
+instead of '\0', thus merely preventing group names beginning with a zero.
+  - In html_code_map[], use a numeric character reference instead of '
+which wasn't standardized before XHTML 1.0.
+  - Fix an invalid free when compiled with FEATURE_GRACEFUL_TERMINATION
+and shut down through http://config.privoxy.org/die
+  - In get_actions(), fix the "temporary" backwards compatibility hack
+to accept block actions without reason.
+It also covered other actions that should be rejected as invalid.
+Reported by Billy Crook.
+
+- General improvements:
+  - Privoxy can (re)compress buffered content before delivering
+it to the client. Disabled by default as most users wouldn't
+benefit from it.
+  - The

commit prelink for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package prelink for openSUSE:Factory checked 
in at 2012-02-14 19:06:00

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


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

Changes:

--- /work/SRC/openSUSE:Factory/prelink/prelink.changes  2012-01-04 
07:29:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.prelink.new/prelink.changes 2012-02-14 
19:06:03.0 +0100
@@ -9 +9 @@
-- Update to 20111012:
+- Update to 20111012 (bnc#739072):



Other differences:
--
++ prelink.spec ++
--- /var/tmp/diff_new_pack.3uzZEE/_old  2012-02-14 19:06:04.0 +0100
+++ /var/tmp/diff_new_pack.3uzZEE/_new  2012-02-14 19:06:04.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   prelink
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel-static

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



commit pptpd for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package pptpd for openSUSE:Factory checked 
in at 2012-02-14 19:05:55

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


Package is "pptpd", Maintainer is "b...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pptpd/pptpd.changes  2011-12-21 
10:03:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.pptpd.new/pptpd.changes 2012-02-14 
19:05:56.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 03:59:47 UTC 2011 - crrodrig...@opensuse.org
+
+- Add native systemd units 
+
+---

New:

  pptpd.service



Other differences:
--
++ pptpd.spec ++
--- /var/tmp/diff_new_pack.g22t0t/_old  2012-02-14 19:05:57.0 +0100
+++ /var/tmp/diff_new_pack.g22t0t/_new  2012-02-14 19:05:57.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   pptpd
 Version:1.3.4
 Release:0
@@ -30,6 +31,7 @@
 Source5:options.ppp0
 Source7:README.SuSE
 Source8:LIESMICH.SuSE
+Source9:pptpd.service
 Patch0: makefile.diff
 Patch1: pptpd-cflags.patch
 Patch2: pptpd-pptpd-logwtmp-version.patch
@@ -39,6 +41,11 @@
 BuildRequires:  automake
 BuildRequires:  ppp-devel
 Requires:   ppp
+%if 0%{?suse_version} > 1140
+BuildRequires:  systemd
+%{?systemd_requires}
+%define has_systemd 1
+%endif
 
 %description
 PoPToP is a PPTP(Point-to-Point Tunneling Protocol) server solution for
@@ -79,19 +86,40 @@
 ln -sf ../../etc/init.d/pptpd %{buildroot}/usr/sbin/rcpptpd
 find {samples,PPTP-Installation,pptp-server} -type f -exec chmod -x {} +
 chmod -x AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO
+mkdir -p %{buildroot}/usr/lib/modules-load.d
+
+%if 0%{?has_systemd}
+install -D -m 0644 %{S:9} %{buildroot}%{_unitdir}/`basename %{S:9}`
+mkdir -p %{buildroot}/usr/lib/modules-load.d
+echo "ppp_mppe" > %{buildroot}/usr/lib/modules-load.d/pptpd.conf
+%endif
 
 %clean
 rm -rf %{buildroot}
 
+%pre
+%if 0%{?has_systemd}
+%service_add_pre %{name}.service
+%endif
+
 %preun 
 %stop_on_removal pptpd
+%if 0%{?has_systemd}
+%service_del_preun %{name}.service
+%endif
 
 %post
 %{fillup_and_insserv pptpd}
+%if 0%{?has_systemd}
+%service_add_post %{name}.service
+%endif
 
 %postun
 %restart_on_update pptpd
 %{insserv_cleanup}
+%if 0%{?has_systemd}
+%service_del_postun %{name}.service
+%endif
 
 %files
 %defattr (-, root, root)
@@ -107,5 +135,9 @@
 /usr/sbin/bcrelay
 /usr/lib/pptpd
 /etc/init.d/pptpd
+%if 0%{?has_systemd}
+%{_unitdir}/%{name}.service
+/usr/lib/modules-load.d/pptpd.conf
+%endif
 
 %changelog

++ pptpd.service ++
[Unit]
Description=PPTP Daemon
After=network.target

[Service]
ExecStart=/usr/sbin/pptpd --fg
StandardOutput=null

[Install]
WantedBy=multi-user.target--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit po-utils for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package po-utils for openSUSE:Factory 
checked in at 2012-02-14 19:05:50

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


Package is "po-utils", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/po-utils/po-utils.changes2011-09-23 
12:41:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.po-utils.new/po-utils.changes   2012-02-14 
19:05:52.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:00:27 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ po-utils.spec ++
--- /var/tmp/diff_new_pack.wBG1Su/_old  2012-02-14 19:05:53.0 +0100
+++ /var/tmp/diff_new_pack.wBG1Su/_new  2012-02-14 19:05:53.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package po-utils (Version 0.5)
+# spec file for package po-utils
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   po-utils
-BuildRequires:  bison emacs-nox flex
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  emacs-nox
+BuildRequires:  flex
 Summary:Free PO Utilities
 Version:0.5
-Release:1025
+Release:0
 Group:  Development/Tools/Other
-License:GPL v2 or later
-AutoReqProv:on
+License:GPL-2.0+
 Provides:   po_utils
 Obsoletes:  po_utils
 Url:http://po-utils.progiciels-bpi.ca/

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



commit perl-Task-Kensho-Testing for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-Testing for 
openSUSE:Factory checked in at 2012-02-14 19:05:42

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


Package is "perl-Task-Kensho-Testing", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Testing/perl-Task-Kensho-Testing.changes
2012-01-05 13:49:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Testing.new/perl-Task-Kensho-Testing.changes
   2012-02-14 19:05:43.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:25 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ perl-Task-Kensho-Testing.spec ++
--- /var/tmp/diff_new_pack.OPyYPJ/_old  2012-02-14 19:05:44.0 +0100
+++ /var/tmp/diff_new_pack.OPyYPJ/_new  2012-02-14 19:05:44.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Task-Kensho-Testing (Version 0.28)
+# spec file for package perl-Task-Kensho-Testing
 #
-# 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,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Task-Kensho-Testing
 Version:0.28
-Release:1
-License:GPL+ or Artistic
+Release:0
 %define cpan_name Task-Kensho-Testing
 Summary:A Glimpse at an Enlightened Perl (Testing)
-Url:http://search.cpan.org/dist/Task-Kensho-Testing/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Task-Kensho-Testing/
 #Source: 
http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Testing-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch

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



commit perl-Task-Kensho-ModuleDev for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-ModuleDev for 
openSUSE:Factory checked in at 2012-02-14 19:05:36

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


Package is "perl-Task-Kensho-ModuleDev", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev/perl-Task-Kensho-ModuleDev.changes
2012-01-26 14:07:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new/perl-Task-Kensho-ModuleDev.changes
   2012-02-14 19:05:38.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:22 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ perl-Task-Kensho-ModuleDev.spec ++
--- /var/tmp/diff_new_pack.69WWQc/_old  2012-02-14 19:05:40.0 +0100
+++ /var/tmp/diff_new_pack.69WWQc/_new  2012-02-14 19:05:40.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Task-Kensho-ModuleDev (Version 0.28)
+# spec file for package perl-Task-Kensho-ModuleDev
 #
-# 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,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Task-Kensho-ModuleDev
 Version:0.28
-Release:1
-License:GPL+ or Artistic
+Release:0
 %define cpan_name Task-Kensho-ModuleDev
 Summary:A Glimpse at an Enlightened Perl (ModuleDev)
-Url:http://search.cpan.org/dist/Task-Kensho-ModuleDev/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Task-Kensho-ModuleDev/
 #Source: 
http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-ModuleDev-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp::Always)
 BuildRequires:  perl(CPAN::Uploader)
+BuildRequires:  perl(Carp::Always)
 BuildRequires:  perl(Devel::NYTProf)
 BuildRequires:  perl(Dist::Zilla)
 BuildRequires:  perl(Modern::Perl)

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



commit perl-String-Truncate for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-String-Truncate for 
openSUSE:Factory checked in at 2012-02-14 19:05:31

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


Package is "perl-String-Truncate", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-String-Truncate/perl-String-Truncate.changes
2011-09-23 12:38:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-String-Truncate.new/perl-String-Truncate.changes
   2012-02-14 19:05:32.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:19 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---

Old:

  _service:download_files:String-Truncate-1.100600.tar.gz



Other differences:
--
++ perl-String-Truncate.spec ++
--- /var/tmp/diff_new_pack.46lj3Z/_old  2012-02-14 19:05:33.0 +0100
+++ /var/tmp/diff_new_pack.46lj3Z/_new  2012-02-14 19:05:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-String-Truncate
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-String-Truncate
 Version:1.100600
-Release:3
-License:GPL+ or Artistic
+Release:0
 %define cpan_name String-Truncate
 Summary:a module for when strings are too long to be displayed in...
-Url:http://search.cpan.org/dist/String-Truncate/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/String-Truncate/
 Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit perl-Regexp-Common for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Regexp-Common for 
openSUSE:Factory checked in at 2012-02-14 19:05:22

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


Package is "perl-Regexp-Common", Maintainer is "c...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Regexp-Common/perl-Regexp-Common.changes
2011-09-23 12:38:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Regexp-Common.new/perl-Regexp-Common.changes   
2012-02-14 19:05:23.0 +0100
@@ -1,0 +2,16 @@
+Sat Feb 11 18:52:39 UTC 2012 - co...@suse.com
+
+- updated to 2011121001
+  + Fixed a few cases where $[ was used instead of $].
+(RT 73033 by Father Chrysostomos )
+  + Typo fix in docs (P Ramakers )
+  + Add an explicite 1 to end the main module; otherwise it may fail under 
Mason
+(Luciano Rocha )
+  
+  Version 2011041801 Mon Apr 18 11:18:19 CEST 2011
+  + Created tests for Pascal comments. 
+  + https schemes are now included in $RE {URI}
+  + Document non-anchoring (RT 55549)
+  + Fix POD typos (RT 67549 by Salvatore Bonaccorso )
+
+---

Old:

  Regexp-Common-2011041701.tar.gz

New:

  Regexp-Common-2011121001.tar.gz



Other differences:
--
++ perl-Regexp-Common.spec ++
--- /var/tmp/diff_new_pack.AEeRgh/_old  2012-02-14 19:05:24.0 +0100
+++ /var/tmp/diff_new_pack.AEeRgh/_new  2012-02-14 19:05:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Regexp-Common
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,29 @@
 #
 
 
-
 Name:   perl-Regexp-Common
-Version:2011041701
-Release:1
-License:MIT
+Version:2011121001
+Release:0
 %define cpan_name Regexp-Common
 Summary:Provide commonly requested regular expressions
-Url:http://search.cpan.org/dist/Regexp-Common/
+License:MIT
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Regexp-Common/
 Source: 
http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(vars)
-Requires:   perl(strict)
-Requires:   perl(vars)
+#BuildRequires: perl(Regexp::Common)
+#BuildRequires: perl(Regexp::Common::_support)
+#BuildRequires: perl(Regexp::Common::URI)
+#BuildRequires: perl(Regexp::Common::URI::RFC1035)
+#BuildRequires: perl(Regexp::Common::URI::RFC1738)
+#BuildRequires: perl(Regexp::Common::URI::RFC1808)
+#BuildRequires: perl(Regexp::Common::URI::RFC2384)
+#BuildRequires: perl(Regexp::Common::URI::RFC2396)
+#BuildRequires: perl(Regexp::Common::URI::RFC2806)
+#BuildRequires: perl(t::Common)
 %{perl_requires}
 
 %description
@@ -47,6 +51,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -60,9 +65,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT 
README TODO

++ Regexp-Common-2011041701.tar.gz -> Regexp-Common-2011121001.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2011041701/Changes 
new/Regexp-Common-2011121001/Changes
--- old/Regexp-Common-2011041701/Changes2011-04-17 14:23:07.0 
+0200
+++ new/Regexp-Common-2011121001/Changes2011-12-10 22:05:01.0 
+0100
@@ -1,3 +1,16 @@
+Version 2011121001 Sat Dec 10 21:32:49 CET 2011
++ Fixed a few cases where $[ was used instead of $].
+  (RT 73033 by Father Chrysostomos )
++ Typo fix in docs (P Ramakers )
++ Add an explicite 1 to end the main module; otherwise it may fail under Mason
+  (Luciano Rocha )
+
+Version 2011041801 Mon Apr 18 11:18:19 CEST 2011
++ Created tests for Pascal comments. 
++ https schemes are now included in $RE {URI}
++ Document non-anchoring (RT 55549)
++ Fix POD typos (RT 67549 by Salvatore Bonaccorso )
+
 Version 2011041701 Sun Apr 17 14:22:58 CEST 2011
 + Fix documentation (matches should be match). Reported by cog...@cpan.org
   in RT ticket 2833.
diff -urN '--exclude=CVS' '--ex

commit perl-Net-Pcap for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Pcap for openSUSE:Factory 
checked in at 2012-02-14 19:05:11

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


Package is "perl-Net-Pcap", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Pcap/perl-Net-Pcap.changes  
2011-12-21 10:02:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-Pcap.new/perl-Net-Pcap.changes 
2012-02-14 19:05:12.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:07 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ perl-Net-Pcap.spec ++
--- /var/tmp/diff_new_pack.iXUlsN/_old  2012-02-14 19:05:13.0 +0100
+++ /var/tmp/diff_new_pack.iXUlsN/_new  2012-02-14 19:05:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Pcap
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,28 @@
 #
 
 
-
 Name:   perl-Net-Pcap
 Version:0.16
 Release:0
 Summary:Interface to pcap LBL packet capture library
+License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
 Source: 
http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-Pcap-%{version}.tar.gz
 # pbleser: fix libpcap detection on >= 12.1 (i586) as for some reason, using 
-Wwrite-strings causes
 #  it to fail -- bnc#711611
 Patch1: perl-Net-Pcap-fix_libpcap_detection.patch
 Url:http://search.cpan.org/dist/Net-Pcap
-Group:  Development/Libraries/Perl
-License:Perl License
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
-BuildRequires:  perl-macros
+BuildRequires:  gcc
 BuildRequires:  make
+BuildRequires:  perl-macros
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More) >= 0.45
-BuildRequires:  perl(XSLoader)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Sys::Hostname)
-BuildRequires:  perl(Carp)
-BuildRequires:  gcc
+BuildRequires:  perl(Test::More) >= 0.45
+BuildRequires:  perl(XSLoader)
 %if 0%{?suse_version} == 0 || 0%{?suse_version} >= 1030
 BuildRequires:  libpcap-devel
 %else

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



commit perl-Module-Depends for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Depends for 
openSUSE:Factory checked in at 2012-02-14 19:05:05

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


Package is "perl-Module-Depends", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Depends/perl-Module-Depends.changes  
2011-12-19 16:09:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Depends.new/perl-Module-Depends.changes 
2012-02-14 19:05:09.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:05 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ perl-Module-Depends.spec ++
--- /var/tmp/diff_new_pack.IrDk1t/_old  2012-02-14 19:05:09.0 +0100
+++ /var/tmp/diff_new_pack.IrDk1t/_new  2012-02-14 19:05:09.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Module-Depends (Version 0.15)
+# spec file for package perl-Module-Depends
 #
-# 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,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Module-Depends
 Version:0.15
-Release:1
-License:GPL+ or Artistic
+Release:0
 %define cpan_name Module-Depends
 Summary:identify the dependencies of a distribution
-Url:http://search.cpan.org/dist/Module-Depends/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Module-Depends/
 Source: 
http://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Accessor::Chained)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Parse::CPAN::Meta)
 Requires:   perl(Class::Accessor::Chained)
 Requires:   perl(Parse::CPAN::Meta)

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



commit perl-Data-Dump-Streamer for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Dump-Streamer for 
openSUSE:Factory checked in at 2012-02-14 19:04:55

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


Package is "perl-Data-Dump-Streamer", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Data-Dump-Streamer/perl-Data-Dump-Streamer.changes
  2011-12-21 17:00:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Data-Dump-Streamer.new/perl-Data-Dump-Streamer.changes
 2012-02-14 19:04:57.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:51:56 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ perl-Data-Dump-Streamer.spec ++
--- /var/tmp/diff_new_pack.GGzbZ4/_old  2012-02-14 19:04:57.0 +0100
+++ /var/tmp/diff_new_pack.GGzbZ4/_new  2012-02-14 19:04:57.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Data-Dump-Streamer (Version 2.32)
+# spec file for package perl-Data-Dump-Streamer
 #
-# 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,23 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Data-Dump-Streamer
 Version:2.32
-Release:1
-License:GPL+ or Artistic
+Release:0
 %define cpan_name Data-Dump-Streamer
 Summary:Accurately serialize a data structure as Perl code.
-Url:http://search.cpan.org/dist/Data-Dump-Streamer/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Data-Dump-Streamer/
 #Source: 
http://www.cpan.org/authors/id/J/JJ/JJORE/Data-Dump-Streamer-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
 BuildRequires:  perl(Algorithm::Diff)
 BuildRequires:  perl(B)
-BuildRequires:  perl(base)
 BuildRequires:  perl(B::Deparse)
 BuildRequires:  perl(B::Utils)
 BuildRequires:  perl(Carp)
@@ -40,13 +39,15 @@
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(IO::File)
-BuildRequires:  perl(overload)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(PadWalker) >= 0.99
-BuildRequires:  perl(re)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Text::Abbrev)
 BuildRequires:  perl(Text::Balanced)
+BuildRequires:  perl(base)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(re)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)

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



commit parcellite for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package parcellite for openSUSE:Factory 
checked in at 2012-02-14 19:04:39

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


Package is "parcellite", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/parcellite/parcellite.changes2011-12-06 
16:23:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.parcellite.new/parcellite.changes   
2012-02-14 19:04:39.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 10 18:46:49 UTC 2012 - g...@opensuse.org
+
+- added parcellite-0.9.2-fix-glib-includes.patch in order to
+  prevent glib/gtypes.h from being included directly
+
+---

New:

  parcellite-0.9.2-fix-glib-includes.patch



Other differences:
--
++ parcellite.spec ++
--- /var/tmp/diff_new_pack.5ri66g/_old  2012-02-14 19:04:41.0 +0100
+++ /var/tmp/diff_new_pack.5ri66g/_new  2012-02-14 19:04:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package parcellite
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,8 @@
 Version:0.9.2
 Release:0
 Summary:A lightweight GTK+ clipboard manager
-Group:  Productivity/Other
 License:GPL-3.0+
+Group:  Productivity/Other
 Url:http://parcellite.sourceforge.net/
 Source0:%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,6 +28,8 @@
 Patch1: parcellite-0.9.1-lxde-autostart.patch
 Patch2: parcellite-0.9.1-defaults.diff
 Patch3: parcellite-0.9.1-ld_fix.diff
+# PATCH-FIX-UPSTREAM parcellite-0.9.2-fix-glib-includes.patch 
g...@opensuse.org -- Do not include glib/gtypes.h directly
+Patch4: parcellite-0.9.2-fix-glib-includes.patch
 BuildRequires:  automake
 BuildRequires:  gnome-icon-theme
 BuildRequires:  gtk2-devel >= 2.10.0
@@ -49,6 +51,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 autoreconf -fi

++ parcellite-0.9.2-fix-glib-includes.patch ++
Index: parcellite-0.9.2/src/keybinder.h
===
--- parcellite-0.9.2.orig/src/keybinder.h
+++ parcellite-0.9.2/src/keybinder.h
@@ -20,7 +20,7 @@
 #ifndef __KEY_BINDER_H__
 #define __KEY_BINDER_H__
 
-#include 
+#include 
 
 G_BEGIN_DECLS
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Gravatar-URL for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Gravatar-URL for 
openSUSE:Factory checked in at 2012-02-14 19:04:59

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


Package is "perl-Gravatar-URL", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gravatar-URL/perl-Gravatar-URL.changes  
2011-12-07 14:39:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gravatar-URL.new/perl-Gravatar-URL.changes 
2012-02-14 19:05:00.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:01 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ perl-Gravatar-URL.spec ++
--- /var/tmp/diff_new_pack.XB1S9S/_old  2012-02-14 19:05:01.0 +0100
+++ /var/tmp/diff_new_pack.XB1S9S/_new  2012-02-14 19:05:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gravatar-URL
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Gravatar-URL
 Version:1.05
 Release:0
-License:GPL+ or Artistic
 %define cpan_name Gravatar-URL
 Summary:Make URLs for Gravatars from an email address
-Url:http://search.cpan.org/dist/Gravatar-URL/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Gravatar-URL/
 Source: 
http://www.cpan.org/authors/id/F/FM/FMARIER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,9 +32,9 @@
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Net::DNS::Resolver)
-BuildRequires:  perl(parent)
 BuildRequires:  perl(Test::Warn) >= 0.11
 BuildRequires:  perl(URI::Escape)
+BuildRequires:  perl(parent)
 Requires:   perl(Digest::SHA)
 Requires:   perl(Net::DNS::Resolver)
 Requires:   perl(parent)

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



commit perl-Class-Base for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Base for openSUSE:Factory 
checked in at 2012-02-14 19:04:45

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


Package is "perl-Class-Base", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Base/perl-Class-Base.changes  
2012-01-12 15:26:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-Base.new/perl-Class-Base.changes 
2012-02-14 19:04:46.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb 11 18:52:05 UTC 2012 - co...@suse.com
+
+- updated to 0.04
+ * Test script is using Test::More instead the home-made ok() and is().
+ * Recommend using Badger::Base instead.
+
+---

Old:

  Class-Base-0.03.tar.gz

New:

  Class-Base-0.04.tar.gz



Other differences:
--
++ perl-Class-Base.spec ++
--- /var/tmp/diff_new_pack.1LfZB0/_old  2012-02-14 19:04:47.0 +0100
+++ /var/tmp/diff_new_pack.1LfZB0/_new  2012-02-14 19:04:47.0 +0100
@@ -15,28 +15,100 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Class-Base
+Version:0.04
+Release:0
 %define cpan_name Class-Base
-Summary:Useful base class for deriving other modules
+Summary:useful base class for deriving other modules
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:0.03
-Release:0
 Url:http://search.cpan.org/dist/Class-Base/
-Source: 
http://www.cpan.org/authors/id/A/AB/ABW/Class-Base-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Class::Base)
+%{perl_requires}
 
 %description
+Please consider using the Badger::Base manpage instead which is the
+successor of this module.
+
 This module implements a simple base class from which other modules can be
-derived, thereby inheriting a number of useful methods such as new(),
-init(), params(), clone(), error() and debug().
+derived, thereby inheriting a number of useful methods such as 'new()',
+'init()', 'params()', 'clone()', 'error()' and 'debug()'.
+
+For a number of years, I found myself re-writing this module for
+practically every Perl project of any significant size. Or rather, I would
+copy the module from the last project and perform a global search and
+replace to change the names. Each time it got a little more polished and
+eventually, I decided to Do The Right Thing and release it as a module in
+it's own right.
+
+It doesn't pretend to be an all-encompassing solution for every kind of
+object creation problem you might encounter. In fact, it only supports
+blessed hash references that are created using the popular, but by no means
+universal convention of calling 'new()' with a list or reference to a hash
+array of named parameters. Constructor failure is indicated by returning
+undef and setting the '$ERROR' package variable in the module's class to
+contain a relevant message (which you can also fetch by calling 'error()'
+as a class method).
+
+e.g.
+
+my $object = My::Module->new( 
+   file => 'myfile.html',
+   msg  => 'Hello World'
+) || die $My::Module::ERROR;
+
+or:
+
+my $object = My::Module->new({
+   file => 'myfile.html',
+   msg  => 'Hello World',
+}) || die My::Module->error();
+
+The 'new()' method handles the conversion of a list of arguments into a
+hash array and calls the 'init()' method to perform any initialisation. In
+many cases, it is therefore sufficient to define a module like so:
+
+package My::Module;
+use Class::Base;
+use base qw( Class::Base );
+
+sub init {
+   my ($self, $config) = @_;
+   # copy some config items into $self
+   $self->params($config, qw( FOO BAR )) || return undef;
+   return $self;
+}
+
+# ...plus other application-specific methods
+
+1;
+
+Then you can go right ahead and use it like this:
+
+use My::Module;
+
+my $object = My::Module->new( FOO => 'the foo value',
+ BAR => 'the bar value' )
+|| die $My::Module::ERROR;
+
+Despite its limitations, Class::Base can be a surprisingly useful module to
+have lying around for those times where you just want to create a regular
+object based on a blessed hash reference and don't want to worry too much
+about duplicating the same old code to bless a hash, define configuration
+values, provide an error reporting 

commit osdlyrics for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package osdlyrics for openSUSE:Factory 
checked in at 2012-02-14 19:04:34

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


Package is "osdlyrics", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/osdlyrics/osdlyrics.changes  2012-01-20 
20:25:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.osdlyrics.new/osdlyrics.changes 2012-02-14 
19:04:38.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Feb 13 10:51:32 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+



Other differences:
--
++ osdlyrics.spec ++
--- /var/tmp/diff_new_pack.bYclW5/_old  2012-02-14 19:04:39.0 +0100
+++ /var/tmp/diff_new_pack.bYclW5/_new  2012-02-14 19:04:39.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for osdlyrics
+# spec file for package osdlyrics
 #
-# 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,21 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
  
 Name:   osdlyrics
 Version:0.4.2
+Release:0
 Summary:OSDlyrics is a third-party lyrics display program.
-Group:  Applications/Multimedia
 License:GPL-3.0 
-URL:http://code.google.com/p/osd-lyrics/
+Group:  Applications/Multimedia
+Url:http://code.google.com/p/osd-lyrics/
 Source0:
http://osd-lyrics.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Release:1
-BuildRequires:  update-desktop-files
-BuildRequires:  gtk2-devel, dbus-1-glib-devel, libcurl-devel, libglade2-devel, 
libnotify-devel,sqlite3-devel, gcc, gcc-c++, glibc-devel
-BuildRequires:  autoconf, automake, gettext-devel, intltool, libtool
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  dbus-1-glib-devel
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+BuildRequires:  gettext-devel
+BuildRequires:  glibc-devel
+BuildRequires:  gtk2-devel
 BuildRequires:   hicolor-icon-theme
+BuildRequires:  intltool
+BuildRequires:  libcurl-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  libnotify-devel
+BuildRequires:  libtool
+BuildRequires:  sqlite3-devel
+BuildRequires:  update-desktop-files
 Requires:   dbus-1-glib , libglade2, libnotify, sqlite3
 Requires:   gtk2
 Requires:   libcurl4
@@ -38,7 +49,6 @@
 %endif 
 Obsoletes:  osd-lyrics osdlyrics-beta osdlyrics-git
  
- 
 %description
 OSD Lyrics
 
@@ -130,5 +140,4 @@
 %{_datadir}/icons/hicolor/
 %{_datadir}/osdlyrics/
  
- 
 %changelog

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



commit open-vm-tools for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2012-02-14 19:04:29

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


Package is "open-vm-tools", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes  
2011-09-26 10:09:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2012-02-14 19:04:36.0 +0100
@@ -1,0 +2,16 @@
+Sun Feb  5 15:07:36 UTC 2012 - dims...@opensuse.org
+
+- Add vmhgfs-2011.12.20.patch: Fix build of vmhgfs module with
+  kernel 3.2.
+- Update FSF address part in vmtoolsd header.
+
+---
+Tue Jan 24 15:53:36 UTC 2012 - prus...@opensuse.org
+
+- Update to version 8.8.1 (Stable series):
+  * Updated code for compatibility with newer Linux kernel releases
+and with newer NetworkManager releases.
+- dropped vmxnet+kernel-3.0 (not needed anymore)
+- build with PIE [bnc#743130]
+
+---

Old:

  open-vm-tools-8.8.0-471268.tar.gz
  open-vm-tools-vmxnet+kernel-3.0.patch

New:

  open-vm-tools-8.8.1-528969.tar.gz
  vmhgfs-2011.12.20.patch



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.df8lVA/_old  2012-02-14 19:04:37.0 +0100
+++ /var/tmp/diff_new_pack.df8lVA/_new  2012-02-14 19:04:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package open-vm-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,20 +20,25 @@
 # exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
 %define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep 
-v pci:v1022d2000'
 
-# Modules that have to be build up to version 12.1 (Last checked on 2011-09-21 
with kernel 3.1-rc6)
-%define vm_modules vmblock vmhgfs vmsync vmxnet vmci vsock
+%if 0%{?suse_version} <= 1210
+# Modules to be built up to openSUSE 12.1, possibly not building on newer 
versions.
+%define vm_modules1210 vmxnet
+%endif
+
+# Modules that have to be build up to version 12.2 (Last checked on 2012-02-05 
with kernel 3.2.0)
+%define vm_modules vmblock vmhgfs vmsync vmci vsock %{?vm_modules1210}
 
 # X modules are lower prio upstream and once in a while fail. Offer an easy 
way to enable/disable them.
 %define with_X 1
 
 Name:   open-vm-tools
-Version:8.8.0
-Release:1
-%define svn_rev 471268
-License:BSD-3-Clause ; GPL-2.0 ; LGPL-2.1
+Version:8.8.1
+Release:0
+%define svn_rev 528969
 Summary:Open Virtual Machine Tools
-Url:http://open-vm-tools.sourceforge.net/
+License:BSD-3-Clause ; GPL-2.0 ; LGPL-2.1
 Group:  System/Emulators/PC
+Url:http://open-vm-tools.sourceforge.net/
 Source: 
http://sourceforge.net/projects/open-vm-tools/files/open-vm-tools/stable-8.8.x/%{name}-%{version}-%{svn_rev}.tar.gz
 Source1:vmtoolsd
 Source2:vmware-user-autostart.desktop
@@ -41,8 +46,7 @@
 Source5:vmware-user-autostart-wrapper
 Source6:open-vm-tools-modprobe.conf
 Source98:   preamble
-# PATCH-FIX-UPSTREAM open-vm-tools-vmxnet+kernel-3.0.patch idoen...@suse.de -- 
Fix compilation with kernel 3.0
-Patch0: open-vm-tools-vmxnet+kernel-3.0.patch
+Patch0: vmhgfs-2011.12.20.patch
 BuildRequires:  gcc-c++
 # don't use pkgconfig(gtk+-2.0) so we can build on SLE
 BuildRequires:  gtk2-devel
@@ -96,7 +100,6 @@
 guests and from guest to guest
 
 %package -n vmware-guest-KMP
-License:BSD-3-Clause ; GPL-2.0 ; LGPL-2.1
 Summary:Open Virtual Machine Tools - for VM GUESTS
 Group:  System/Emulators/PC
 
@@ -127,7 +130,6 @@
 %if %{with_X}
 
 %package gui
-License:BSD-3-Clause ; GPL-2.0 ; LGPL-2.1
 Summary:Open Virtual Machine Tools - GUI
 Group:  System/Emulators/PC
 Requires:   open-vm-tools
@@ -139,7 +141,6 @@
 %endif
 
 %package -n libvmtools0
-License:BSD-3-Clause ; GPL-2.0 ; LGPL-2.1
 Summary:Open Virtual Machine Tools - shared library
 Group:  System/Libraries
 
@@ -148,7 +149,6 @@
 such as vmware-toolbox-cmd and vmtoolsd (and its plugins).
 
 %package -n libvmtools-devel
-License:BSD-3-Clause ; GPL-2.0 ; LGPL-2.1
 Summary:Open Virtual Machine Tools - Development headers
 Group:  Development

commit offlineimap for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2012-02-14 19:04:25

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


Package is "offlineimap", Maintainer is "gre...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2012-01-19 
16:56:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes 
2012-02-14 19:04:31.0 +0100
@@ -1,0 +2,14 @@
+Sun Feb  5 11:21:16 UTC 2012 - g...@opensuse.org
+
+- update to version 6.5.2.1
+  * fix python2.6 compatibility with the TTYUI backend (crash)
+  * fix TTYUI regression from 6.5.2 in refresh loop (crash)
+  * fix crashes related to UIDVALIDITY returning "None"
+  * make folders containing quotes work rather than crashing
+  * remove the Gmail "realdelete" option, as it could lead to
+potential data loss.
+  * improve delete msg performance with SQLITE backend
+  * enforce basic UI when using the --info switch
+  * beginning of a test suite
+
+---

Old:

  offlineimap-v6.5.2.tar.gz

New:

  offlineimap-v6.5.2.1.tar.gz



Other differences:
--
++ offlineimap.spec ++
--- /var/tmp/diff_new_pack.eY4StL/_old  2012-02-14 19:04:35.0 +0100
+++ /var/tmp/diff_new_pack.eY4StL/_new  2012-02-14 19:04:35.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   offlineimap
-Version:6.5.2
+Version:6.5.2.1
 Release:0
 Summary:Powerful IMAP/Maildir Synchronization Tool
 License:GPL-2.0+
@@ -47,7 +48,7 @@
 
 
 %prep
-%setup -q -n spaetz-offlineimap-091272d
+%setup -q -n %{name}
 sed -i '/^#!\/usr\/bin\/env/d' offlineimap/imaplib2.py
 
 %build

++ offlineimap-v6.5.2.tar.gz -> offlineimap-v6.5.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spaetz-offlineimap-091272d/Changelog.rst 
new/offlineimap/Changelog.rst
--- old/spaetz-offlineimap-091272d/Changelog.rst2012-01-17 
01:40:41.0 +0100
+++ new/offlineimap/Changelog.rst   2012-02-04 21:11:44.0 +0100
@@ -11,6 +11,28 @@
   on releases. And because I'm lazy, it will also be used as a draft for the
   releases announces.
 
+OfflineIMAP v6.5.2.1 (2012-04-04)
+=
+
+* Fix python2.6 compatibility with the TTYUI backend (crash)
+
+* Fix TTYUI regression from 6.5.2 in refresh loop (crash)
+
+* Fix crashes related to UIDVALIDITY returning "None"
+
+* Beginning of a test suite. So far there is only one test. Configure
+  test/credentials.conf and invoke with "python setup.py test"
+
+* Make folders containing quotes work rather than crashing
+  (reported by Mark Eichin)
+
+* Improve delete msg performance with SQLITE backend
+
+* Enforce basic UI when using the --info switch
+
+* Remove the Gmail "realdelete" option, as it could lead to potential
+  data loss.
+
 OfflineIMAP v6.5.2 (2012-01-17)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spaetz-offlineimap-091272d/SubmittingPatches.rst 
new/offlineimap/SubmittingPatches.rst
--- old/spaetz-offlineimap-091272d/SubmittingPatches.rst2012-01-17 
01:40:41.0 +0100
+++ new/offlineimap/SubmittingPatches.rst   2012-02-04 21:11:44.0 
+0100
@@ -1,6 +1,7 @@
 .. -*- coding: utf-8 -*-
 
 .. _mailing list: 
http://lists.alioth.debian.org/mailman/listinfo/offlineimap-project
+.. _commits mailing list: 
http://lists.offlineimap.org/listinfo.cgi/commits-offlineimap.org
 
 =
 Checklist (and a short version for the impatient)
@@ -320,6 +321,12 @@
   tell you if your patch is merged in pu if you rebase on top of
   master).
 
+* You can follow upstream commits on
+`CIA.vc `,
+`Ohloh `,
+`GitHub `,
+or on the `commits mailing list`_.
+  
 .. * Read the git mailing list, the maintainer regularly posts messages
   entitled "What's cooking in git.git" and "What's in git.git" giving
   the status of various proposed changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spaetz-offlineimap-091272d/docs/FAQ.rst 
new/offlineimap/docs/FAQ.rst
--- old/spaetz-offlineimap-091272d/docs/FAQ.rst 2012-01-17 01:40:41.0 
+0100
+++ new/offlineimap/docs/FAQ.rst2012-02-04 21:11:44.0 +0100
@@ -288,20 +288,30 @@
 
 The `sslcacertfile` f

commit obs-service-download_files for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package obs-service-download_files for 
openSUSE:Factory checked in at 2012-02-14 19:04:21

Comparing /work/SRC/openSUSE:Factory/obs-service-download_files (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-download_files.new (New)


Package is "obs-service-download_files", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-download_files/obs-service-download_files.changes
2012-01-04 07:25:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-download_files.new/obs-service-download_files.changes
   2012-02-14 19:04:22.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan  2 13:06:49 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  SPDX format
+
+---



Other differences:
--
++ obs-service-download_files.spec ++
--- /var/tmp/diff_new_pack.pRYS89/_old  2012-02-14 19:04:22.0 +0100
+++ /var/tmp/diff_new_pack.pRYS89/_new  2012-02-14 19:04:22.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   obs-service-download_files
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Development/Tools/Building
 Summary:An OBS source service: download files
 Version:0.3

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



commit NetworkManager-novellvpn for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-novellvpn for 
openSUSE:Factory checked in at 2012-02-14 19:04:16

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


Package is "NetworkManager-novellvpn", Maintainer is "b...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-novellvpn/NetworkManager-novellvpn.changes
2011-09-23 01:51:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-novellvpn.new/NetworkManager-novellvpn.changes
   2012-02-14 19:04:17.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb  5 20:25:06 UTC 2012 - dims...@opensuse.org
+
+- Add nm-novellvpn-glib2_31.patch: Fix build with glib 2.31. Only
+  glib.h can now be #include'd.
+
+---

New:

  nm-novellvpn-glib2_31.patch



Other differences:
--
++ NetworkManager-novellvpn.spec ++
--- /var/tmp/diff_new_pack.ZjaKfK/_old  2012-02-14 19:04:19.0 +0100
+++ /var/tmp/diff_new_pack.ZjaKfK/_new  2012-02-14 19:04:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-novellvpn
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,28 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   NetworkManager-novellvpn
 Summary:NetworkManager VPN support for Turnpike
-Version:0.9.0.r29
-Release:2
 License:GPL-2.0+
 Group:  Productivity/Networking/System
+Version:0.9.0.r29
+Release:0
 Url:http://www.gnome.org/projects/NetworkManager
 Source0:%{name}-%{version}.tar.bz2
 Source1:gnome-mime-application-x-novellvpn-settings.png
 Patch0: nm-novellvpn-desktop.patch
 Patch1: nm-novellvpn-toplevel.patch
+Patch2: nm-novellvpn-glib2_31.patch
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(NetworkManager)
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(libnm-glib)
-BuildRequires:  pkgconfig(libnm-util)
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnl-1)
+BuildRequires:  pkgconfig(libnm-glib)
+BuildRequires:  pkgconfig(libnm-util)
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:   %{name}-frontend
 Requires:   NetworkManager > 0.8.2
@@ -59,7 +58,6 @@
 based VPN Server.
 
 %package gnome
-License:GPL-2.0+
 Summary:NetworkManager VPN support for Turnpike
 Group:  Productivity/Networking/System
 Provides:   %{name}-frontend
@@ -77,6 +75,7 @@
 %setup -n %{name}-0.9.0 -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 cp -a %{S:1} nm-novellvpn-settings.png
 # Call translation-update-upstream after patching - LCN should include strings 
in patches.
 translation-update-upstream


++ nm-novellvpn-glib2_31.patch ++
Index: NetworkManager-novellvpn-0.9.0/src/nm-novellvpn-service.h
===
--- NetworkManager-novellvpn-0.9.0.orig/src/nm-novellvpn-service.h
+++ NetworkManager-novellvpn-0.9.0/src/nm-novellvpn-service.h
@@ -26,7 +26,7 @@
 #ifndef NM_NOVELLVPN_SERVICE_H
 #define NM_NOVELLVPN_SERVICE_H
 
-#include 
+#include 
 #include 
 #include 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nemiver for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package nemiver for openSUSE:Factory checked 
in at 2012-02-14 19:04:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/nemiver/nemiver.changes  2012-01-05 
19:14:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.nemiver.new/nemiver.changes 2012-02-14 
19:04:16.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:50:52 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ nemiver.spec ++
--- /var/tmp/diff_new_pack.8k6U3Q/_old  2012-02-14 19:04:17.0 +0100
+++ /var/tmp/diff_new_pack.8k6U3Q/_new  2012-02-14 19:04:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nemiver
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,11 @@
 #
 
 
-
 Name:   nemiver
 Version:0.9.1
-Release:1
-License:GPLv2+
+Release:0
 Summary:Nemiver graphical debugger
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 Url:http://home.gna.org/nemiver/
 Source0:
http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.bz2
@@ -53,10 +52,9 @@
 the well known GNU Debugger gdb to debug C / C++ programs.
 
 %package devel
-License:GPLv2+
 Summary:Nemiver graphical debugger - Development files
-Requires:   %{name} = %{version}
 Group:  Development/Tools/Debuggers
+Requires:   %{name} = %{version}
 
 %description devel
 Nemiver is a standalone graphical debugger that integrates well in the

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



commit msmtp for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2012-02-14 19:03:52

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


Package is "msmtp", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2011-09-23 
02:13:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2012-02-14 
19:04:09.0 +0100
@@ -1,0 +2,22 @@
+Tue Jan 10 11:09:26 UTC 2012 - mrueck...@suse.com
+
+- update to version 1.4.27:
+  - No significant changes.
+- additional changes from vrsion 1.4.26:
+  - A new version of the msmtpq script fixes serious bugs. To
+update to the new version of the script, you need to remove the
+old msmtpQ symlink, change msmtpQ to msmtpq in your MUA config,
+and use msmtp-queue for queue management.
+- additional changes from version 1.4.25:
+  - DIGEST-MD5 authentication is not considered secure any longer.
+See RFC 6331.
+  - Support for alias expansion was added. See the aliases command
+and --aliases option.
+- add support for building with gnome-keyring (disabled by default)
+  call build with --with-gnome-keyring to enable it
+- make sure compiler cmdlines are listed (make V=1)
+- handle rename from upstream:
+  msmtpQ is gone. the new script is called msmtp-queue
+- installed msmtp-gnome-tool.py and related readme
+
+---

Old:

  msmtp-1.4.24.tar.bz2

New:

  msmtp-1.4.27.tar.bz2



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.3M7r7U/_old  2012-02-14 19:04:13.0 +0100
+++ /var/tmp/diff_new_pack.3M7r7U/_new  2012-02-14 19:04:13.0 +0100
@@ -15,16 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+%bcond_with gnome-keyring
 
 Name:   msmtp
-Version:1.4.24
+Version:1.4.27
 Release:1
 License:GPL-3.0+
 Group:  Productivity/Networking/Email/Utilities
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
+%if %{with gnome-keyring}
+BuildRequires:  pkgconfig(gnome-keyring-1)
+%endif
 %if 0%{?suse_version} >= 1120
 BuildRequires:  libgsasl-devel
 %endif
@@ -83,19 +86,23 @@
 export CFLAGS="%{optflags} -fstack-protector"
 %endif
 %configure --docdir="%{_docdir}/%{name}" --with-ssl=openssl
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%makeinstall V=1
 %find_lang %{name}
 for i in README ChangeLog ; do
 cp scripts/msmtpqueue/$i ${i}.msmtpqueue
 done
-cp scripts/msmtpq/README README.msmtpq
+cp scripts/msmtpq/README.msmtpqREADME.msmtpq
 cp scripts/vim/READMEREADME.vim
+cp scripts/msmtp-gnome-tool/README README.msmtp-gnome-tool
+
 install -m 0755 \
 scripts/msmtpqueue/*.sh \
-scripts/msmtpq/msmtp{q,Q} \
+scripts/msmtpq/msmtpq \
+scripts/msmtpq/msmtp-queue \
+scripts/msmtp-gnome-tool/msmtp-gnome-tool.py \
 scripts/set_sendmail/*.sh \
 scripts/find_alias/*.sh \
 %{buildroot}%{_bindir}
@@ -114,6 +121,7 @@
 echo -n >docfiles.lst
 for f in \
 AUTHORS ChangeLog* NEWS README README.msmtpqueue README.msmtpq THANKS \
+README.msmtp-gnome-tool \
 doc/Mutt+msmtp.txt doc/*.example \
 scripts/set_sendmail/set_sendmail.conf \
 ; do
@@ -148,12 +156,13 @@
 %doc %{_docdir}/%{name}/COPYING
 %{_bindir}/msmtp
 %{_bindir}/msmtpq
-%{_bindir}/msmtpQ
+%{_bindir}/msmtp-queue
 %{_bindir}/msmtp-enqueue.sh
 %{_bindir}/msmtp-runqueue.sh
 %{_bindir}/msmtp-listqueue.sh
 %{_bindir}/set_sendmail.sh
 %{_bindir}/find_alias_for_msmtp.sh
+%{_bindir}/msmtp-gnome-tool.py
 %{_mandir}/man1/msmtp.1%{ext_man}
 %{_infodir}/msmtp.info%{ext_info}
 %{_datadir}/vim/current/syntax/msmtp.vim

++ msmtp-1.4.24.tar.bz2 -> msmtp-1.4.27.tar.bz2 ++
 6791 lines of diff (skipped)

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



commit MozillaThunderbird for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2012-02-14 19:03:46

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


Package is "MozillaThunderbird", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2012-02-02 17:58:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2012-02-14 19:03:54.0 +0100
@@ -1,0 +2,10 @@
+Thu Feb  9 08:10:32 UTC 2012 - w...@rosenauer.org
+
+- update to version 10.0.1 (bnc#746616)
+  * MFSA 2012-10/CVE-2012-0452 (bmo#724284)
+use after free in nsXBLDocumentInfo::ReadPrototypeBindings
+- Use YARR interpreter instead of PCRE on platforms where YARR JIT
+  is not supported, since PCRE doesnt build (bmo#691898)
+- fix ppc64 build (bmo#703534)
+
+---

Old:

  l10n-10.0.tar.bz2
  thunderbird-10.0-source.tar.bz2

New:

  l10n-10.0.1.tar.bz2
  mozilla-bmo703534.patch
  mozilla-yarr-pcre.patch
  thunderbird-10.0.1-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.8HU5S6/_old  2012-02-14 19:04:08.0 +0100
+++ /var/tmp/diff_new_pack.8HU5S6/_new  2012-02-14 19:04:08.0 +0100
@@ -37,10 +37,10 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 10.0
+%define mainversion 10.0.1
 Version:%{mainversion}
 Release:0
-%define releasedate 2012012900
+%define releasedate 2012020800
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
@@ -65,6 +65,8 @@
 Patch4: mozilla-dump_syms-static.patch
 Patch5: mozilla-disable-neon-option.patch
 Patch6: mozilla-a11y.patch
+Patch7: mozilla-bmo703534.patch
+Patch8: mozilla-yarr-pcre.patch
 # Thunderbird/mail
 Patch10:tb-ssldap.patch
 Patch11:tb-develdirs.patch
@@ -188,6 +190,8 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
 popd
 # comm-central patches
 %patch10 -p1

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.8HU5S6/_old  2012-02-14 19:04:08.0 +0100
+++ /var/tmp/diff_new_pack.8HU5S6/_new  2012-02-14 19:04:08.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_10_0_RELEASE"
-VERSION="10.0"
+RELEASE_TAG="THUNDERBIRD_10_0_1_RELEASE"
+VERSION="10.0.1"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-10.0.tar.bz2 -> l10n-10.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-10.0.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-10.0.1.tar.bz2 differ: 
char 11, line 1

++ mozilla-bmo703534.patch ++
# HG changeset patch
# User Mike Hommey 
# Date 1321613368 -3600
# Node ID 15cf58eb7923d34de7e61df80fa5f8a18a995abf
# Parent  aeb035da53283c56370992f254e4f79d7dd180f8
Bug 703534 - Fix build failure on platforms without YARR JIT. r=luke
target: M11

diff --git a/js/src/jscompartment.cpp b/js/src/jscompartment.cpp
--- a/js/src/jscompartment.cpp
+++ b/js/src/jscompartment.cpp
@@ -45,17 +45,16 @@
 #include "jsiter.h"
 #include "jsmath.h"
 #include "jsproxy.h"
 #include "jsscope.h"
 #include "jstracer.h"
 #include "jswatchpoint.h"
 #include "jswrapper.h"
 #include "assembler/wtf/Platform.h"
-#include "assembler/jit/ExecutableAllocator.h"
 #include "yarr/BumpPointerAllocator.h"
 #include "methodjit/MethodJIT.h"
 #include "methodjit/PolyIC.h"
 #include "methodjit/MonoIC.h"
 #include "vm/Debugger.h"
 
 #include "jsgcinlines.h"
 #include "jsscopeinlines.h"
++ mozilla-yarr-pcre.patch ++
From: Mike Hommey 
Date: Sat, 24 Dec 2011 09:56:58 +0100
Subject: Bug 691898 - Use YARR interpreter instead of PCRE on platforms where
 YARR JIT is not supported

---
 js/src/Makefile.in   |   21 +
 js/src/vm/RegExpObject-inl.h |   28 ++--
 js/src/vm/RegExpObject.cpp   |   36 
 js/src/vm/RegExpObject.h |   27 ++-
 js/src/yarr/wtfbridge.h  |2 --
 5 files changed, 25 insertions(+), 89 deletions(-)

diff --git a/js/src/Makefile.in b/js/src/Makefile.in
index fc48cbd..49f0bdc 100644
--- a/js/src/Makefile.in
+++ b/js/src/Makefile.in
@@ -416,15 +416,20 @@ CPPSRCS +=checks.cc \
 
 ifeq (,$(filter arm% sparc %86 x86_64,$(TARGET_CPU)))
 
-VPATH +=$(srcdir)/yarr/

commit MozillaFirefox for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2012-02-14 19:03:37

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


Package is "MozillaFirefox", Maintainer is 
"bnc-team-mozi...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2012-02-08 17:19:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2012-02-14 19:03:43.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:26:11 UTC 2012 - w...@rosenauer.org
+
+- update to Firefox 10.0.1 (bnc#746616)
+  * MFSA 2012-10/CVE-2012-0452 (bmo#724284)
+use after free in nsXBLDocumentInfo::ReadPrototypeBindings
+
+---

Old:

  firefox-10.0-source.tar.bz2
  l10n-10.0.tar.bz2

New:

  firefox-10.0.1-source.tar.bz2
  l10n-10.0.1.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.x52yvO/_old  2012-02-14 19:03:53.0 +0100
+++ /var/tmp/diff_new_pack.x52yvO/_new  2012-02-14 19:03:53.0 +0100
@@ -16,8 +16,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define major 10
-%define mainver %major.0
+%define mainver %major.0.1
 
 Name:   MozillaFirefox
 BuildRequires:  Mesa-devel
@@ -46,7 +47,7 @@
 BuildRequires:  nss-shared-helper-devel
 Version:%{mainver}
 Release:0
-%define releasedate 2012012900
+%define releasedate 2012020800
 Provides:   web_browser
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{mainver}

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.x52yvO/_old  2012-02-14 19:03:53.0 +0100
+++ /var/tmp/diff_new_pack.x52yvO/_new  2012-02-14 19:03:53.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_10_0_RELEASE"
-VERSION="10.0"
+RELEASE_TAG="FIREFOX_10_0_1_RELEASE"
+VERSION="10.0.1"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla

++ firefox-10.0-source.tar.bz2 -> firefox-10.0.1-source.tar.bz2 ++
/work/SRC/openSUSE:Factory/MozillaFirefox/firefox-10.0-source.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/firefox-10.0.1-source.tar.bz2 
differ: char 11, line 1


++ l10n-10.0.tar.bz2 -> l10n-10.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/MozillaFirefox/l10n-10.0.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/l10n-10.0.1.tar.bz2 differ: char 
11, line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.x52yvO/_old  2012-02-14 19:03:53.0 +0100
+++ /var/tmp/diff_new_pack.x52yvO/_new  2012-02-14 19:03:53.0 +0100
@@ -1,2 +1,2 @@
-REV=baefae4b6685
+REV=c581b36e7a12
 REPO=http://hg.mozilla.org/releases/mozilla-release

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



commit memprof for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package memprof for openSUSE:Factory checked 
in at 2012-02-14 19:03:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/memprof/memprof.changes  2012-01-05 
19:14:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.memprof.new/memprof.changes 2012-02-14 
19:03:42.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:50:17 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ memprof.spec ++
--- /var/tmp/diff_new_pack.uYaAXu/_old  2012-02-14 19:03:42.0 +0100
+++ /var/tmp/diff_new_pack.uYaAXu/_new  2012-02-14 19:03:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package memprof
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   memprof
 Version:0.6.2
-Release:2
-License:GPLv2+
+Release:0
 Summary:A Memory Profiler with GNOME Interface
-Url:http://www.gnome.org/projects/memprof/
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
+Url:http://www.gnome.org/projects/memprof/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch3: memprof-0.5.1-desktop.patch

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



commit log4c for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package log4c for openSUSE:Factory checked 
in at 2012-02-14 19:03:29

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


Package is "log4c", Maintainer is "jmcdono...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/log4c/log4c.changes  2011-09-23 
02:11:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.log4c.new/log4c.changes 2012-02-14 
19:03:30.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 20:46:21 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Own all necessary dirs to complete factory build
+
+---



Other differences:
--
++ log4c.spec ++
--- /var/tmp/diff_new_pack.r3C8PD/_old  2012-02-14 19:03:30.0 +0100
+++ /var/tmp/diff_new_pack.r3C8PD/_new  2012-02-14 19:03:30.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package log4c (Version 1.2.1)
+# spec file for package log4c
 #
-# 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 # icecream 0
 
 
@@ -37,7 +36,6 @@
 Source1:baselibs.conf
 Patch0: log4c-fix-m4-quoting.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires liblog4c3 = %{version}-%{release}
 
 %description
 Log4c is a library of C for flexible logging to files, syslog and other
@@ -46,7 +44,6 @@
 reasonable.
 
 %package -n liblog4c3
-License:LGPL-2.1+
 Summary:A library of C for flexible logging to files, syslog and other 
destinations
 Group:  System/Libraries
 
@@ -57,7 +54,6 @@
 reasonable.
 
 %package -n liblog4c-devel
-License:LGPL-2.1+
 Summary:Development files for log4c
 Group:  Development/Libraries/C and C++
 Requires:   liblog4c3 = %{version}
@@ -67,7 +63,6 @@
 files needed for development with log4c.
 
 %package -n liblog4c-doc
-License:LGPL-2.1+
 Summary:Documentation for log4c
 Group:  Development/Languages/C and C++
 Requires:   liblog4c3 = %{version} glibc-devel
@@ -95,9 +90,6 @@
 
 %postun -n liblog4c3 -p /sbin/ldconfig
 
-%clean
-%__rm -rf %{buildroot}
-
 %files -n liblog4c3
 %defattr(-,root,root)
 %doc ChangeLog COPYING AUTHORS README
@@ -110,7 +102,7 @@
 %{_includedir}/log4c.h
 %{_includedir}/log4c
 %{_libdir}/liblog4c.so
-%{_datadir}/aclocal/log4c.m4
+%{_datadir}/aclocal
 %{_mandir}/man?/log4c*
 
 %files -n liblog4c-doc

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



commit libyajl for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package libyajl for openSUSE:Factory checked 
in at 2012-02-14 19:03:23

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


Package is "libyajl", Maintainer is "jfeh...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libyajl/libyajl.changes  2011-09-23 
02:11:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyajl.new/libyajl.changes 2012-02-14 
19:03:24.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 29 21:47:14 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---



Other differences:
--
++ libyajl.spec ++
--- /var/tmp/diff_new_pack.6gT0oW/_old  2012-02-14 19:03:25.0 +0100
+++ /var/tmp/diff_new_pack.6gT0oW/_new  2012-02-14 19:03:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyajl
 #
-# 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,12 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libyajl
 Version:2.0.1
-Release:3
+Release:0
 #
 # NB, upstream does not provide pre-built tar.gz downloads. Instead
 # they make you use the 'on the fly' generated tar.gz from GITHub's
@@ -44,6 +41,8 @@
 
 %define soname 2
 Summary:Yet Another JSON Library 
+License:ISC
+Group:  System/Libraries
 # http://download.github.com/lloyd-yajl-%{version}-0-g%{githash}.tar.gz
 Source: lloyd-yajl-%{version}-0-g%{githash}.tar.gz
 Source1:baselibs.conf
@@ -53,13 +52,14 @@
 Patch2: libyajl-lib_suffix.patch
 Source99:   %{name}-rpmlintrc
 Url:http://lloyd.github.com/yajl/
-Group:  System/Libraries
-License:ISC
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex
+BuildRequires:  bison
 BuildRequires:  cmake
-BuildRequires:  gcc-c++ libstdc++-devel
-BuildRequires:  glibc-devel make
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  make
 
 %description
 YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a
@@ -152,9 +152,6 @@
 
 %postun -n %{name}%{soname} -p /sbin/ldconfig
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files -n %{name}%{soname}
 %defattr(-,root,root)
 %doc COPYING README TODO

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



commit libx86 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libx86/libx86.changes2011-09-23 
02:11:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libx86.new/libx86.changes   2012-02-14 
19:03:16.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 22:05:28 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---



Other differences:
--
++ libx86.spec ++
--- /var/tmp/diff_new_pack.k9TBLH/_old  2012-02-14 19:03:17.0 +0100
+++ /var/tmp/diff_new_pack.k9TBLH/_new  2012-02-14 19:03:17.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libx86 (Version 1.1)
+# spec file for package libx86
 #
-# 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,13 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libx86
 Url:http://www.codon.org.uk/~mjg59/libx86
 Version:1.1
-Release:26
+Release:0
 Summary:x86 real-mode library
 License:BSD-3-Clause
 Group:  System/Libraries
@@ -35,18 +32,9 @@
 x86 hardware, vm86 mode is used. On other platforms, x86 emulation is
 provided.
 
-
-
-Authors:
-
-Josh Vanderhoof
-Matthew Garrett
-Jonathan McDowell
-
 %package -n libx86-1
-License:BSD-3-Clause
-Group:  Development/Libraries/C and C++
 Summary:x86 real-mode library
+Group:  Development/Libraries/C and C++
 Provides:   libx86 = %{version}
 Obsoletes:  libx86 <= %{version}
 
@@ -55,29 +43,18 @@
 x86 hardware, vm86 mode is used. On other platforms, x86 emulation is
 provided.
 
-
-
-Authors:
-
-Josh Vanderhoof
-Matthew Garrett
-Jonathan McDowell
-
-
 %package devel
-License:BSD-3-Clause
-Group:  Development/Libraries/C and C++
 Requires:   libx86-1 = %{version}
 Summary:Development files for libx86
+Group:  Development/Libraries/C and C++
 
 %description devel
 Development files for libx86. libx86 is a x86 real-mode library.
 
 %package devel-static
-License:BSD-3-Clause
-Group:  Development/Libraries/C and C++
 Requires:   %{name}-devel = %{version}
 Summary:Static development library for libx86
+Group:  Development/Libraries/C and C++
 
 %description devel-static
 Static development library for libx86. libx86 is a x86 real-mode library.
@@ -89,15 +66,13 @@
 # %ifnarch %ix86
 MAKEARGS="BACKEND=x86emu"
 # %endif
-make CFLAGS="$RPM_OPT_FLAGS -DDEBUG -g -fPIC" $MAKEARGS LIBDIR=%{_libdir}
+make CFLAGS="$RPM_OPT_FLAGS -DDEBUG -g -fPIC" $MAKEARGS LIBDIR=%{_libdir} \
+   %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
 chmod a-x $RPM_BUILD_ROOT/%{_libdir}/libx86.a
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libx86-1 -p /sbin/ldconfig
 
 %postun -n libx86-1 -p /sbin/ldconfig

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



commit liburiparser1 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "liburiparser1", Maintainer is "crrodrig...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/liburiparser1/liburiparser1.changes  
2011-09-23 02:11:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.liburiparser1.new/liburiparser1.changes 
2012-02-14 19:03:09.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 30 13:02:12 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---



Other differences:
--
++ liburiparser1.spec ++
--- /var/tmp/diff_new_pack.NBUgMo/_old  2012-02-14 19:03:10.0 +0100
+++ /var/tmp/diff_new_pack.NBUgMo/_new  2012-02-14 19:03:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liburiparser1
 #
-# 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,29 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   liburiparser1
 Url:http://uriparser.sourceforge.net/
 %define pkg_name uriparser
 Version:0.7.5
-Release:5
-License:BSD-3-Clause
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  Development/Libraries/C and C++
 Summary:A strictly RFC 3986 compliant URI parsing library
+License:BSD-3-Clause
+Group:  Development/Libraries/C and C++
 Source: 
http://freshmeat.net/redir/uriparser/69213/url_bz2/%{pkg_name}-%{version}.tar.bz2
 Patch0: uriparser-0.7.5-doxygen.patch
-BuildRequires:  doxygen gcc-c++ pkg-config
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 
 %description
 uriparser is a strictly RFC 3986 compliant URI parsing library. It is
 cross-platform, fast, and supports Unicode.
 
 %package -n liburiparser-devel
-License:BSD-3-Clause ; LGPL-2.1
 Summary:A strictly RFC 3986 compliant URI parsing library
+License:BSD-3-Clause ; LGPL-2.1
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} glibc-devel
 
@@ -53,7 +52,7 @@
 
 %build
 %configure --disable-static --with-pic --disable-test 
--docdir=%{_docdir}/%{pkg_name}
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %{__make} install DESTDIR=%{buildroot}
@@ -64,9 +63,6 @@
 %{__make} check
 unset MALLOC_CHECK_ MALLOC_PERTURB_
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %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 libreoffice for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "libreoffice", Maintainer is "pmla...@suse.com"

Changes:

libreoffice-help-en-US.changes: same change
libreoffice-help-group1.changes: same change
libreoffice-help-group2.changes: same change
libreoffice-help-group3.changes: same change
libreoffice-help-group4.changes: same change
libreoffice-help-group5.changes: same change
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2012-01-20 
20:24:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2012-02-14 19:02:46.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 10 13:19:17 UTC 2012 - pmla...@suse.com
+
+- workaround-for-LO-namespace-pollution-breaking-KDE4.diff:
+  workaround for conflicting defines that break build with KDE4 in factory
+
+---

New:

  workaround-for-LO-namespace-pollution-breaking-KDE4.diff



Other differences:
--
libreoffice-help-en-US.spec: same change
libreoffice-help-group1.spec: same change
libreoffice-help-group2.spec: same change
libreoffice-help-group3.spec: same change
libreoffice-help-group4.spec: same change
libreoffice-help-group5.spec: same change
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.HLwljB/_old  2012-02-14 19:02:58.0 +0100
+++ /var/tmp/diff_new_pack.HLwljB/_new  2012-02-14 19:02:58.0 +0100
@@ -562,6 +562,8 @@
 Patch12:scripting-provider-build-dep.diff
 # revert problematic build fix for poppler 0.17.0 on older distributions
 Patch13:libreoffice-poppler-0.17.0-reject-fix.diff
+# workaround for conflicting defines that break build with KDE4 in factory
+Patch14:workaround-for-LO-namespace-pollution-breaking-KDE4.diff
 # fix build dependency problem in svx
 Patch15:svx-globlmn-hrc-build-dep.diff
 # legacy Fragment PPTX import (bnc#699334)
@@ -1362,6 +1364,7 @@
 # cpp/poppler-version.h is not included in older poppler packages
 %patch13
 %endif
+%patch14 -p1
 %patch15
 %patch16
 %patch17


























++ workaround-for-LO-namespace-pollution-breaking-KDE4.diff ++
>From 0c1cf6119556969f7875dc587905070e3f1b6f60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= 
Date: Fri, 6 Jan 2012 10:55:03 +0100
Subject: [PATCH] workaround for LO namespace pollution breaking KDE4 fpicker 
build

---
 fpicker/source/unx/kde4/KDE4FilePicker.cxx |8 
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/fpicker/source/unx/kde4/KDE4FilePicker.cxx 
b/fpicker/source/unx/kde4/KDE4FilePicker.cxx
index f282645..69be3b1 100644
--- a/fpicker/source/unx/kde4/KDE4FilePicker.cxx
+++ b/fpicker/source/unx/kde4/KDE4FilePicker.cxx
@@ -56,7 +56,10 @@
 #define Region QtXRegion
 
 //kde has an enum that uses this...OO does too
+#define LO_SETTINGS_MOUSE SETTINGS_MOUSE
 #undef SETTINGS_MOUSE
+#define LO_SETTINGS_LOCALE SETTINGS_LOCALE
+#undef SETTINGS_LOCALE
 
 #include 
 #include 
@@ -70,6 +73,11 @@
 
 #undef Region
 
+#define SETTINGS_MOUSE LO_SETTINGS_MOUSE
+#undef LO_SETTINGS_MOUSE
+#define SETTINGS_LOCALE LO_SETTINGS_LOCALE
+#undef LO_SETTINGS_LOCALE
+
 using namespace ::com::sun::star;
 
 using namespace ::com::sun::star::ui::dialogs;
-- 
1.7.3.4

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



commit libmm14 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package libmm14 for openSUSE:Factory checked 
in at 2012-02-14 19:02:37

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libmm14/libmm14.changes  2011-11-21 
15:46:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmm14.new/libmm14.changes 2012-02-14 
19:02:42.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 20 20:38:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---



Other differences:
--
++ libmm14.spec ++
--- /var/tmp/diff_new_pack.noABZE/_old  2012-02-14 19:02:43.0 +0100
+++ /var/tmp/diff_new_pack.noABZE/_new  2012-02-14 19:02:43.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libmm14
@@ -47,7 +46,7 @@
 # possibly only mm_create a reasonable sized segment and mm_realloc it
 # later if need be.
 #
-Url:http://www.ossp.org/pkg/lib/mm/
+URL:http://www.ossp.org/pkg/lib/mm/
 # repackaged from: ftp://ftp.ossp.org/pkg/lib/%{name}/%{name}-%{version}.tar.gz
 Source: %{pkg_name}-%{version}.tar.bz2
 Patch:  segment_size.diff
@@ -64,14 +63,7 @@
 a high-level malloc(3)-style API for a convenient and well-known way to
 work with data structures inside those shared memory segments.
 
-
-
-Authors:
-
-Ralf S. Engelschall 
-
 %package -n libmm-devel
-License:MIT
 Group:  System/Libraries
 Requires:   %{name} = %{version}
 Provides:   %{name}-devel = %{version}-%{release}
@@ -82,19 +74,13 @@
 %description -n libmm-devel
 Static Libraries and Includes for mm
 
-
-
-Authors:
-
-Ralf S. Engelschall 
-
 %prep
 %setup -n %{pkg_name}-%{version}
 %patch
 
 %build
 %configure --with-shm=IPCSHM --with-max-segment-size=%{mm_segment_limit}
-%{__make} %{?jobs:-j%jobs} LIBTOOL=%{_bindir}/libtool
+make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
 %ifnarch %arm
 
 %check
@@ -105,9 +91,6 @@
 %makeinstall LIBTOOL=%{_bindir}/libtool
 %{__rm} %{buildroot}/%{_libdir}/libmm.{,l}a
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %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 libmemcached for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package libmemcached for openSUSE:Factory 
checked in at 2012-02-14 19:02:32

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


Package is "libmemcached", Maintainer is "sch...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libmemcached/libmemcached.changes
2012-01-27 15:21:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmemcached.new/libmemcached.changes   
2012-02-14 19:02:33.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 16:18:09 UTC 2012 - jeng...@medozas.de
+
+- Enable pkgconfig provides
+
+---



Other differences:
--
++ libmemcached.spec ++
--- /var/tmp/diff_new_pack.o4icDH/_old  2012-02-14 19:02:34.0 +0100
+++ /var/tmp/diff_new_pack.o4icDH/_new  2012-02-14 19:02:34.0 +0100
@@ -16,19 +16,19 @@
 #
 
 
-
 Name:   libmemcached
 Summary:Libmemcached is a C and C++ client library to the memcached 
server
-Version:0.30
-Release:0
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
+Version:0.30
+Release:0
 # http://download.tangent.org/libmemcached-%{version}.tar.gz
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # List of additional build dependencies
 BuildRequires:  gcc-c++
 BuildRequires:  memcached
+BuildRequires:  pkgconfig
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 %endif

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



commit libloki for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "libloki", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libloki/libloki.changes  2011-10-04 
18:13:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libloki.new/libloki.changes 2012-02-14 
19:02:30.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 16:48:37 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Use fdupes to reduce duplicates instead of open-coding it
+
+---



Other differences:
--
++ libloki.spec ++
--- /var/tmp/diff_new_pack.mKjbOD/_old  2012-02-14 19:02:31.0 +0100
+++ /var/tmp/diff_new_pack.mKjbOD/_new  2012-02-14 19:02:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libloki
 #
-# 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,14 +21,15 @@
 Name:   lib%{_S0_name}
 Version:0.1.7
 Release:0
-License:MIT
 Summary:Loki C++ Library of common design patterns and idioms
-Url:http://loki-lib.sourceforge.net
+License:MIT
 Group:  Development/Libraries/C and C++
+Url:http://loki-lib.sourceforge.net
 Source: %{_S0_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
 BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 
 %description
 Loki is a C++ library of designs, containing flexible implementations of
@@ -39,9 +40,8 @@
 
 
 %package -n %{name}%{_SO_nr}
-License:MIT
-Group:  Development/Libraries/C and C++
 Summary:Loki C++ Library of common design patterns and idioms
+Group:  Development/Libraries/C and C++
 
 %description -n %{name}%{_SO_nr}
 Loki is a C++ library of designs, containing flexible implementations of
@@ -80,14 +80,6 @@
 rm -rf html
 doxygen
 )
-( # hardlink identical files
-cd doc/html
-find . -type f \
-   | xargs md5sum \
-   | sort \
-   | awk '($1 == lm) { printf "rm -f %s\n", $2; printf "ln %s %s\n", lf, 
$2; next }{ lm = $1; lf = $2 }' \
-   | sh
-)
 
 %install
 mkdir -p %{buildroot}%{_includedir}
@@ -101,6 +93,7 @@
 cp CHANGES README %{buildroot}%{_docdir}/%{name}
 cp -a doc/{flex,html,yasli} %{buildroot}%{_docdir}/%{name}
 
+%fdupes %buildroot
 
 %post -n %{name}%{_SO_nr} -p /sbin/ldconfig
 

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



commit libdbi-drivers for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package libdbi-drivers for openSUSE:Factory 
checked in at 2012-02-14 19:02:16

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


Package is "libdbi-drivers", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libdbi-drivers/libdbi-drivers.changes
2012-01-19 10:35:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdbi-drivers.new/libdbi-drivers.changes   
2012-02-14 19:02:18.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  1 01:54:59 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---



Other differences:
--
++ libdbi-drivers.spec ++
--- /var/tmp/diff_new_pack.m5JL5Q/_old  2012-02-14 19:02:19.0 +0100
+++ /var/tmp/diff_new_pack.m5JL5Q/_new  2012-02-14 19:02:19.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define special -1
 
 Summary:Database drivers for libdbi
@@ -40,10 +41,6 @@
 DBI/DBD layer in Perl. Drivers are distributed separately from the library
 itself.
 
-_Original_Vendor:  Neon Goat Productions
-_Original_Packager:David A. Parker 
-
-
 %package dbd-mysql
 Summary:MySQL driver for libdbi
 Group:  Development/Libraries
@@ -96,27 +93,29 @@
 %setup -q -n %{name}-%{version}%{special}
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %configure \
+%configure \
--with-mysql\
-   --with-mysql-incdir=/usr/include/mysql  \
+   --with-mysql-incdir=%_includedir/mysql  \
--with-mysql-libdir=%{_libdir}/mysql\
--with-pgsql\
-   --with-pgsql-incdir=/usr/include/pgsql  \
+   --with-pgsql-incdir=%_includedir/pgsql  \
--with-pgsql-libdir=%{_libdir}  \
 %if 0%{?suse_version} == 910
--with-sqlite   \
-   --with-sqlite-incdir=/usr/include   \
+   --with-sqlite-incdir=%_includedir   \
--with-sqlite-libdir=%{_libdir} \
 %else
--with-sqlite3  \
-   --with-sqlite3-incdir=/usr/include  \
+   --with-sqlite3-incdir=%_includedir  \
--with-sqlite3-libdir=%{_libdir}\
 %endif
-   --with-dbi-incdir=/usr/include/dbi  \
+   --with-dbi-incdir=%_includedir/dbi  \
--with-dbi-libdir=%{_libdir}\
--disable-static\
--disable-docs
-make AM_CFLAGS="$RPM_OPT_FLAGS"
+# Broken upstream code overrides CFLAGS !:-[. Since AM_CFLAGS is unused in
+# the source, we can hack there to get our flags in...
+make %{?_smp_mflags} AM_CFLAGS="%optflags"
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -153,9 +152,6 @@
 
 %endif
 
-%clean 
-[ "$RPM_BUILD_ROOT" != "/" ] && 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 libdbi for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "libdbi", Maintainer is "kkae...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libdbi/libdbi.changes2011-12-14 
14:33:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdbi.new/libdbi.changes   2012-02-14 
19:02:11.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 15 20:54:59 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---



Other differences:
--
++ libdbi.spec ++
--- /var/tmp/diff_new_pack.oEZ3s9/_old  2012-02-14 19:02:12.0 +0100
+++ /var/tmp/diff_new_pack.oEZ3s9/_new  2012-02-14 19:02:12.0 +0100
@@ -25,13 +25,11 @@
 Release:1
 Group:  Development/Libraries/C and C++
 License:LGPL-2.1+
-Url:http://libdbi.sourceforge.net/
+URL:http://libdbi.sourceforge.net/
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-%define debug_package_requires %{lname} = %{version}-%{release}
-
 %description
 libdbi implements a database-independent abstraction layer in C, similar to the
 DBI/DBD layer in Perl. Writing one generic set of code, programmers can
@@ -39,7 +37,6 @@
 connections by using this framework.
 
 %package -n %{lname}
-
 Group:  Development/Libraries/C and C++
 Summary:Database Independent Abstraction Layer for C
 
@@ -50,7 +47,6 @@
 connections by using this framework.
 
 %package devel
-
 Summary:Development files for libdbi (Database Independent Abstraction 
Layer for C)
 Group:  Development/Libraries/C and C++
 Requires:   %{lname} = %{version}
@@ -65,11 +61,10 @@
 
 %build
 %configure --disable-docs --disable-static
-make AM_CFLAGS="$RPM_OPT_FLAGS"
+# this project fails to respect the rules for CFLAGS.
+make %{?_smp_mflags} AM_CFLAGS="%optflags"
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-mkdir %buildroot
 make DESTDIR=$RPM_BUILD_ROOT install
 rm %buildroot/%{_libdir}/libdbi.la
 rm README.win32
@@ -88,9 +83,6 @@
 /usr/include/dbi/dbd.h
 %{_libdir}/libdbi.so
 
-%clean 
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-
 %post -n %{lname} -p /sbin/ldconfig
 
 %postun -n %{lname} -p /sbin/ldconfig

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



commit libdb-4_5 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2012-02-14 19:02:06

Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)


Package is "libdb-4_5", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes  2011-12-25 
17:35:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2012-02-14 
19:02:06.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 26 16:55:35 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+
+---
libdb_java-4_5.changes: same change



Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.nDvJka/_old  2012-02-14 19:02:08.0 +0100
+++ /var/tmp/diff_new_pack.nDvJka/_new  2012-02-14 19:02:08.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define generic_name db
 %define docdir %{_defaultdocdir}/%{name}
 %define major 4
@@ -26,7 +27,7 @@
 Summary:Berkeley DB Database Library Version 4.5
 License:BSD-3-Clause
 Group:  System/Libraries
-Url:http://www.sleepycat.com
+URL:http://www.sleepycat.com
 Source: db-%{version}.tar.bz2
 Source9:getpatches
 Patch0: db-%{version}-rep.patch
@@ -189,9 +190,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_libdir}/libdb-%{major}.%{minor}.so

++ libdb_java-4_5.spec ++
--- /var/tmp/diff_new_pack.nDvJka/_old  2012-02-14 19:02:08.0 +0100
+++ /var/tmp/diff_new_pack.nDvJka/_new  2012-02-14 19:02:08.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define generic_name db
 %define docdir %{_defaultdocdir}/%{name}
 %define major 4
@@ -26,7 +27,7 @@
 Summary:Java Bindings for the Berkeley DB
 License:BSD-3-Clause
 Group:  Productivity/Databases/Servers
-Url:http://www.sleepycat.com
+URL:http://www.sleepycat.com
 Source: db-%{version}.tar.bz2
 Source9:getpatches
 Patch0: db-%{version}-rep.patch
@@ -142,9 +143,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_javadir}/*

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



commit libbitmask for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package libbitmask for openSUSE:Factory 
checked in at 2012-02-14 19:01:54

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libbitmask/libbitmask.changes2011-11-21 
15:46:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbitmask.new/libbitmask.changes   
2012-02-14 19:01:55.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 03:28:38 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---



Other differences:
--
++ libbitmask.spec ++
--- /var/tmp/diff_new_pack.AcKdz4/_old  2012-02-14 19:01:56.0 +0100
+++ /var/tmp/diff_new_pack.AcKdz4/_new  2012-02-14 19:01:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbitmask
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,17 @@
 #
 
 
-URL:http://oss.sgi.com/projects/cpusets/
+Url:http://oss.sgi.com/projects/cpusets/
 
 Name:   libbitmask
-License:LGPL-2.1+
 Summary:Multi-word bitmask abstract data type (used by cpusets)
+License:LGPL-2.1+
+Group:  Development/Languages/C and C++
 Version:2.0
-Release:5
+Release:0
 Source: libbitmask-%{version}.tar.bz2
-Group:  Development/Languages/C and C++
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libbitmask1 = %{version}-%{release}
 
 %description
 The Cpuset System is a processor and memory placement mechanism that

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



commit ldns for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "ldns", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ldns/ldns.changes2011-12-14 
14:33:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.ldns.new/ldns.changes   2012-02-14 
19:01:48.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 10 11:21:38 UTC 2012 - dims...@opensuse.org
+
+- Add openssl-devel Requires to -devel package: dnssec.h includes
+  ssl.h, which in turn is provided by openssl-devel. Without this
+  Requires, depending packages need to be aware of underlying
+  implementations of ldns.
+
+---



Other differences:
--
++ ldns.spec ++
--- /var/tmp/diff_new_pack.j28fyA/_old  2012-02-14 19:01:49.0 +0100
+++ /var/tmp/diff_new_pack.j28fyA/_new  2012-02-14 19:01:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ldns
 #
-# 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,12 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ldns
 Version:1.6.11
 Release:0
 #
-Group:  Development/Libraries/C and C++
-License:BSD-3-Clause
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  doxygen
@@ -34,6 +33,8 @@
 Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
 #
 Summary:A dns library
+License:BSD-3-Clause
+Group:  Development/Libraries/C and C++
 
 %description
 The goal of ldns is to simplify DNS programming, it supports recent RFCs like
@@ -45,9 +46,9 @@
 This package holds the tools/examples from ldns.
 
 %package -n libldns1
-Group:  Productivity/Networking/DNS/Servers
 #
 Summary:Tools from ldns
+Group:  Productivity/Networking/DNS/Servers
 
 %description -n libldns1
 The goal of ldns is to simplify DNS programming, it supports recent RFCs like
@@ -59,8 +60,11 @@
 
 %package devel
 Requires:   libldns1 = %{version}
+# Openssl-devel is needed as dnssec.h has a #include ssl.h statement.
+Requires:   openssl-devel
 #
 Summary:Development files for ldns
+Group:  Development/Libraries/C and C++
 
 %description devel
 The goal of ldns is to simplify DNS programming, it supports recent RFCs like

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



commit ispell-slovak for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package ispell-slovak for openSUSE:Factory 
checked in at 2012-02-14 19:01:26

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


Package is "ispell-slovak", Maintainer is "mse...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/ispell-slovak/ispell-slovak.changes  
2011-09-23 02:03:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.ispell-slovak.new/ispell-slovak.changes 
2012-02-14 19:01:28.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb  4 14:14:26 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections (see specfile guidelines)
+
+---



Other differences:
--
++ ispell-slovak.spec ++
--- /var/tmp/diff_new_pack.hJLcLV/_old  2012-02-14 19:01:30.0 +0100
+++ /var/tmp/diff_new_pack.hJLcLV/_new  2012-02-14 19:01:30.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ispell-slovak (Version 0.3.2)
+# spec file for package ispell-slovak
 #
-# 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,17 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   ispell-slovak
 BuildRequires:  ispell
-License:GPL-2.0+
-Group:  Productivity/Text/Spell
-AutoReqProv:on
 Version:0.3.2
-Release:124
+Release:0
 Summary:Slovak Ispell Dictionary
+License:GPL-2.0+
+Group:  Productivity/Text/Spell
 Url:http://sk-spell.sk.cx/?id=4
 Source: ispell-sk-%{version}.tar.bz2
 Source1:slovak.el
@@ -42,12 +38,6 @@
 /usr/share/doc/packages/ispell/README of the packages ispell. The
 sources for this dictionary are included in the package dicts.
 
-
-
-Authors:
-
-Zdenko Podobn�
-
 %prep
 %setup -n ispell-sk-%{version}
 # fix permissions
@@ -74,7 +64,4 @@
 /usr/lib/ispell/slovak.*
 /usr/lib/ispell/emacs/slovak.el
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

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



commit ispell-bulgarian for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "ispell-bulgarian", Maintainer is "mse...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/ispell-bulgarian/ispell-bulgarian.changes
2011-09-23 02:03:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ispell-bulgarian.new/ispell-bulgarian.changes   
2012-02-14 19:01:27.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb  4 02:08:00 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections (see specfile guidelines)
+
+---



Other differences:
--
++ ispell-bulgarian.spec ++
--- /var/tmp/diff_new_pack.Be9CTk/_old  2012-02-14 19:01:28.0 +0100
+++ /var/tmp/diff_new_pack.Be9CTk/_new  2012-02-14 19:01:28.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ispell-bulgarian (Version 4.1)
+# spec file for package ispell-bulgarian
 #
-# 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,18 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   ispell-bulgarian
 BuildRequires:  ispell
-License:GPL-2.0+
-Group:  Productivity/Text/Spell
 Provides:   ispell_dictionary
-AutoReqProv:on
 Version:4.1
-Release:46
+Release:0
 Summary:Bulgarian Ispell Dictionary
+License:GPL-2.0+
+Group:  Productivity/Text/Spell
 Url:http://sourceforge.net/projects/bgoffice
 Source: ispell-bg-%{version}.tar.bz2
 Patch:  ispell-bg-%{version}-destdir.patch
@@ -56,7 +52,4 @@
 %doc COPYING* ChangeLog README TODO bgoffice
 /usr/lib/ispell/bulgarian.*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

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



commit inkscape for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes2012-01-05 
19:13:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2012-02-14 
19:01:12.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:47:52 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.RjfbAi/_old  2012-02-14 19:01:26.0 +0100
+++ /var/tmp/diff_new_pack.RjfbAi/_new  2012-02-14 19:01:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package inkscape
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   inkscape
 Version:0.48.2
-Release:1
-License:GPLv2 ; LGPLv2.1
+Release:0
 Summary:Vector Illustration Program
-Url:http://www.inkscape.org/
+License:GPL-2.0 ; LGPL-2.1
 Group:  Productivity/Graphics/Vector Editors
+Url:http://www.inkscape.org/
 Source: %{name}-%{version}.tar.bz2
 # openSUSE palette file
 Source1:openSUSE.gpl
@@ -67,7 +66,6 @@
 Inkscape is a vector illustration program for the GNOME desktop.
 
 %package extensions-extra
-License:GPLv2 ; LGPLv2.1
 Summary:Vector Illustration Program - Extra Extensions
 Group:  Productivity/Graphics/Vector Editors
 Requires:   %{name} = %{version}
@@ -88,7 +86,6 @@
 Inkscape is a vector illustration program for the GNOME desktop.
 
 %package extensions-dia
-License:GPLv2 ; LGPLv2.1
 Summary:Vector Illustration Program - Dia Import Extension
 Group:  Productivity/Graphics/Vector Editors
 Requires:   %{name} = %{version}
@@ -104,7 +101,6 @@
 Inkscape is a vector illustration program for the GNOME desktop.
 
 %package extensions-fig
-License:GPLv2 ; LGPLv2.1
 Summary:Vector Illustration Program - Fig Import Extension
 Group:  Productivity/Graphics/Vector Editors
 Requires:   %{name} = %{version}
@@ -121,7 +117,6 @@
 Inkscape is a vector illustration program for the GNOME desktop.
 
 %package extensions-gimp
-License:GPLv2 ; LGPLv2.1
 Summary:Vector Illustration Program - The GIMP Extensions
 Group:  Productivity/Graphics/Vector Editors
 Requires:   %{name} = %{version}
@@ -138,7 +133,6 @@
 Inkscape is a vector illustration program for the GNOME desktop.
 
 %package extensions-skencil
-License:GPLv2 ; LGPLv2.1
 Summary:Vector Illustration Program - Skencil Import Extension
 Group:  Productivity/Graphics/Vector Editors
 Requires:   %{name} = %{version}

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



commit hylafax for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package hylafax for openSUSE:Factory checked 
in at 2012-02-14 19:01:06

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


Package is "hylafax", Maintainer is "kk...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/hylafax/hylafax.changes  2011-12-25 
17:35:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.hylafax.new/hylafax.changes 2012-02-14 
19:01:08.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec 21 23:39:36 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for building
+- Do use chown's -h option in %post (avoid potential sec issue)
+
+---



Other differences:
--
++ hylafax.spec ++
--- /var/tmp/diff_new_pack.29v61P/_old  2012-02-14 19:01:09.0 +0100
+++ /var/tmp/diff_new_pack.29v61P/_new  2012-02-14 19:01:09.0 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   hylafax
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript-library
@@ -51,7 +53,7 @@
 Patch10:hylafax-6.0.4-DESTDIR.patch
 Patch11:hylafax-6.0.4-configure.patch
 Patch12:hylafax-changed_options.patch
-Url:http://www.hylafax.org
+URL:http://www.hylafax.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Very Powerful Fax Server
 License:MIT
@@ -63,12 +65,6 @@
 %description
 Very powerful fax server.
 
-
-
-Authors:
-
-Sam Leffler 
-
 %package -n hylafax-client
 Conflicts:  sendfax
 Summary:Linux client package for the Hylafax server
@@ -79,7 +75,7 @@
 network, you can use this package to access the server.
 
 %prep
-%setup -q -n %{name}-%{version} -a 1 -a 2
+%setup -qa 1 -a 2
 %patch
 %patch1
 %patch2
@@ -109,7 +105,7 @@
  MAN=%{_mandir} \
  DESTDIR=%{buildroot} \
  LIBDIR=%{_libdir} \
- LOCALEDIR=%{_datadir}/locale
+ LOCALEDIR=%{_datadir}/locale %{?_smp_mflags}
 
 %install
 install -d %{buildroot}%{spooldir}
@@ -148,7 +144,7 @@
 /usr/sbin/usermod -g uucp -G dialout fax 2> /dev/null || :
 
 %post
-/bin/chown -f -R fax var/spool/fax/*
+/bin/chown -Rhf fax var/spool/fax/*
 %{fillup_and_insserv hylafax}
 ldconfig
 
@@ -160,9 +156,6 @@
 
 %postun -n hylafax-client -p /sbin/ldconfig
 
-%clean
-[ "${RPM_BUILD_ROOT}" != "/" ] && [ -d ${RPM_BUILD_ROOT} ] && rm -rf 
${RPM_BUILD_ROOT};
-
 %files -f %{name}-server.lang
 %defattr(-, root, root)
 %doc COPYRIGHT README SuSE/README.SuSE TODO VERSION latex-cover-1.04 
doc/RELEASENOTES-6.0.txt




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



commit gphoto for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package gphoto for openSUSE:Factory checked 
in at 2012-02-14 19:00:55

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


Package is "gphoto", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gphoto/gphoto.changes2011-09-23 
02:01:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gphoto.new/gphoto.changes   2012-02-14 
19:00:56.0 +0100
@@ -1,0 +2,9 @@
+Sat Dec 10 11:03:51 CET 2011 - meiss...@suse.de
+
+- Updated to 2.4.11.1 temp snapshot
+  - aalib disabled by default
+  - linker issue fixed
+  - some translation updates
+  - bugfixes
+
+---

Old:

  gphoto2-2.4.11.tar.bz2

New:

  gphoto2-2.4.11.1.tar.bz2



Other differences:
--
++ gphoto.spec ++
--- /var/tmp/diff_new_pack.13EG87/_old  2012-02-14 19:00:58.0 +0100
+++ /var/tmp/diff_new_pack.13EG87/_new  2012-02-14 19:00:58.0 +0100
@@ -16,15 +16,19 @@
 #
 
 
-
 Name:   gphoto
-BuildRequires:  cdk-devel libgphoto2-devel libjpeg-devel pkg-config popt-devel 
readline-devel
+BuildRequires:  cdk-devel
+BuildRequires:  libgphoto2-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  pkg-config
+BuildRequires:  popt-devel
+BuildRequires:  readline-devel
 Url:http://gphoto.sourceforge.net
+Summary:A Digital Camera Utility
 License:GPL-2.0+
 Group:  Hardware/Camera
-Summary:A Digital Camera Utility
-Version:2.4.11
-Release:1
+Version:2.4.11.1
+Release:0
 Source0:%{name}2-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -45,6 +49,7 @@
 %setup -q -n gphoto2-%{version}
 
 %build
+pkg-config --libs libgphoto2
 %configure \
   --with-cdk-prefix=/usr   \
   --with-doc-dir=%{_defaultdocdir}/%{name}

++ gphoto2-2.4.11.tar.bz2 -> gphoto2-2.4.11.1.tar.bz2 ++
 17773 lines of diff (skipped)

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



commit gdm for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2012-02-14 19:00:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2012-01-26 14:02:12.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2012-02-14 
19:00:51.0 +0100
@@ -1,0 +2,10 @@
+Sun Feb 12 10:42:34 UTC 2012 - vu...@opensuse.org
+
+- Fix /etc/dconf/profile/gdm to exist and have valid content: we
+  were using it as %ghost, while the %ghost file should have been
+  /etc/dconf/db/gdm.
+- Drop gdm-plymouth-X-nr.patch: the -nr option was Fedora specific
+  and "-background none" is the right thing to use now. See
+  
http://pkgs.fedoraproject.org/gitweb/?p=gdm.git;a=commitdiff;h=30dd105c68d2774e7e8fee48b5c2e1d6da793abe
+
+---

Old:

  gdm-plymouth-X-nr.patch



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.L37MiV/_old  2012-02-14 19:00:52.0 +0100
+++ /var/tmp/diff_new_pack.L37MiV/_new  2012-02-14 19:00:52.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 # FIXME: need to check what should be done to enable this (at least adapt the 
pam files). See bnc#69
 %define enable_split_authentication 0
 
@@ -36,8 +35,6 @@
 Source5:X11-displaymanager-gdm
 # PATCH-FEATURE-UPSTREAM gdm-plymouth.patch vu...@opensuse.org -- Get a nice 
transition from plymouth; taken from Fedora
 Patch0: gdm-plymouth.patch
-# PATCH-FIX-UPSTREAM gdm-plymouth-X-nr.patch vu...@opensuse.org -- Patch on 
top of the previous patch (we keep it separate so it's easy to sync with 
Fedora) to use -nr when starting X
-Patch1: gdm-plymouth-X-nr.patch
 # PATCH-FIX-UPSTREAM gdm-helper-directory.patch bgo582320 vu...@novell.com -- 
Add --with-consolekit-directory, --with-check-accelerated-directory
 Patch2: gdm-helper-directory.patch
 # PATCH-FIX-OPENSUSE gdm-is-not-unstable-unless.patch vu...@opensuse.org -- 
Make gdm think it's never running a development version unless 
SUSE_ENABLE_UNSTABLE_CHECK is set. This disables fatal warnings as well as 
abusive log
@@ -227,7 +224,6 @@
 #disabled, needed for patch10
 gnome-patch-translation-prepare
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -280,9 +276,8 @@
 %endif
 # Remove wrapper, it is not needed.
 mv $RPM_BUILD_ROOT%{_sbindir}/gdm-binary $RPM_BUILD_ROOT%{_sbindir}/gdm
-# Remove dconf database, rebuilt in scriptlets; touch it for %%ghost
-rm %{buildroot}%{_sysconfdir}/dconf/profile/gdm
-touch %{buildroot}%{_sysconfdir}/dconf/profile/gdm
+# dconf database, rebuilt in scriptlets; touch it for %%ghost
+touch %{buildroot}%{_sysconfdir}/dconf/db/gdm
 ## Install PAM files.
 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
 # Generic pam config
@@ -409,7 +404,8 @@
 %dir %config %{_sysconfdir}/dconf/db/gdm.d/locks
 %{_sysconfdir}/dconf/db/gdm.d/00-upstream-settings
 %{_sysconfdir}/dconf/db/gdm.d/locks/00-upstream-settings-locks
-%ghost %{_sysconfdir}/dconf/profile/gdm
+%ghost %{_sysconfdir}/dconf/db/gdm
+%{_sysconfdir}/dconf/profile/gdm
 # /etc/xinit.d/xdm integration
 %dir %{_libexecdir}/X11/displaymanagers
 %{_libexecdir}/X11/displaymanagers/gdm


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



commit gbrainy for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory checked 
in at 2012-02-14 19:00:41

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gbrainy/gbrainy.changes  2012-01-05 
19:10:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.gbrainy.new/gbrainy.changes 2012-02-14 
19:00:43.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:46:36 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.x4j1v8/_old  2012-02-14 19:00:45.0 +0100
+++ /var/tmp/diff_new_pack.x4j1v8/_new  2012-02-14 19:00:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gbrainy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gbrainy
 Version:2.06
-Release:1
-License:GPLv2+
+Release:0
 Source: 
http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
 Patch:  gbrainy-use-libexecdir.patch
 Url:http://live.gnome.org/gbrainy
@@ -31,11 +28,12 @@
 BuildRequires:  gtk-sharp2
 BuildRequires:  intltool
 BuildRequires:  librsvg-devel
-BuildRequires:  mono-devel
 BuildRequires:  mono-addins
+BuildRequires:  mono-devel
 BuildRequires:  translation-update-upstream
-Group:  Amusements/Games/Logic
 Summary:A brain teaser game and trainer
+License:GPL-2.0+
+Group:  Amusements/Games/Logic
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %else

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



commit fiwalk for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package fiwalk for openSUSE:Factory checked 
in at 2012-02-14 19:00:30

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


Package is "fiwalk", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.fiwalk.new/fiwalk.changes   2012-02-14 
19:00:34.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Oct 19 22:19:13 UTC 2011 - greg.freem...@gmail.com
+
+- Initial submission
+

New:

  fiwalk.changes
  fiwalk.spec
  fiwalk.tar.gz



Other differences:
--
++ fiwalk.spec ++
#
# spec file for package fiwalk
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

Name:   fiwalk
Version:0.6.15
Release:0
License:SUSE-Public-Domain
Summary:A computer forensic application for walking forensic images
Url:http://afflib.org/downloads/%name.tar.gz
Group:  Productivity/File utilities
Source: %name.tar.gz
BuildRequires:  gcc-c++
BuildRequires:  zlib-devel openssl-devel
BuildRequires:  libtsk3-3 sleuthkit-devel libewf-devel afflib-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
fiwalk is a program that processes a disk image using the SleuthKit library
and outputs its results in Digital Forensics XML, the Attribute Relationship
File Format (ARFF) format used by the Weka Datamining Toolkit, or an 
easy-to-read
textual format.

%prep
%setup -q 

%build
%configure 
make %{?_smp_mflags}

%install
%make_install

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README COPYING
%_bindir/fiwalk
%_bindir/jpeg_extract
%_bindir/test_arff
%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dovecot20 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "dovecot20", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/dovecot20/dovecot20.changes  2012-01-09 
15:16:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.dovecot20.new/dovecot20.changes 2012-02-14 
19:00:24.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 25 14:06:45 UTC 2012 - alexan...@exatati.com.br
+
+  - Reverting %configure flag from r50.
+
+---



Other differences:
--
++ dovecot20.spec ++
--- /var/tmp/diff_new_pack.4IbBix/_old  2012-02-14 19:00:26.0 +0100
+++ /var/tmp/diff_new_pack.4IbBix/_new  2012-02-14 19:00:26.0 +0100
@@ -265,6 +265,7 @@
 export LIBS="-pie"
 %configure  \
 --docdir=%{_docdir}/%{pkg_name} \
+--libexecdir=%{_prefix}/lib \
 --with-moduledir=%{_libdir}/%{pkg_name}/modules \
 --with-ioloop=best  \
 --with-ldap=plugin  \

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



commit dietlibc for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "dietlibc", Maintainer is "pu...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/dietlibc/dietlibc.changes2011-10-06 
16:01:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.dietlibc.new/dietlibc.changes   2012-02-14 
19:00:16.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb  5 20:22:13 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+
+---



Other differences:
--
++ dietlibc.spec ++
--- /var/tmp/diff_new_pack.TuDyna/_old  2012-02-14 19:00:17.0 +0100
+++ /var/tmp/diff_new_pack.TuDyna/_new  2012-02-14 19:00:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dietlibc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 ExcludeArch:%arm
 
 Name:   dietlibc
-License:GPL-2.0+
-Group:  Development/Languages/C and C++
 Provides:   diet
-AutoReqProv:on
 Version:0.31
-Release:50
+Release:0
 Source0:http://www.fefe.de/dietlibc/%{name}-%{version}.tar.bz2
 Source1:http://www.fefe.de/dietlibc/%{name}-%{version}.tar.bz2.sig
 # See README.maintainers to understand next four source files
@@ -43,18 +38,14 @@
 Patch34:fix-arm-regex-in-makefile.diff
 Url:http://www.fefe.de/dietlibc/
 Summary:A Libc Optimized for Small Size
+License:GPL-2.0+
+Group:  Development/Languages/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Diet libc is optimized for small size. It can be used to create small
 statically-linked binaries for Linux on many platforms.
 
-
-
-Authors:
-
-Felix von Leitner 
-
 %define prefix   /opt/dietlibc
 
 %prep
@@ -103,9 +94,6 @@
 ln -sfv bin-$RPM_ARCH $RPM_BUILD_ROOT/%{prefix}/bin
 ln -sfv %{prefix}/bin-$RPM_ARCH/{diet,elftrunc} $RPM_BUILD_ROOT%{_bindir}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc AUTHOR BUGS CAVEAT CHANGES COPYING FAQ PORTING README SECURITY TODO THANKS



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



commit crawl for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package crawl for openSUSE:Factory checked 
in at 2012-02-14 19:00:09

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


Package is "crawl", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/crawl/crawl.changes  2011-11-25 
10:12:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.crawl.new/crawl.changes 2012-02-14 
19:00:11.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 23 12:25:30 UTC 2011 - jreidin...@suse.com
+
+- fix build for older distributions( old ncurses doesn't have
+  separated tinfo )
+
+---



Other differences:
--
++ crawl.spec ++
--- /var/tmp/diff_new_pack.9JeNew/_old  2012-02-14 19:00:13.0 +0100
+++ /var/tmp/diff_new_pack.9JeNew/_new  2012-02-14 19:00:13.0 +0100
@@ -87,7 +87,9 @@
 
 %prep
 %setup -q -n stone_soup-%{version}
+%if 0%{?suse_version} > 1210
 %patch0 -p1
+%endif
 
 %build
 cd source

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



commit colordiff for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

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

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


Package is "colordiff", Maintainer is "mse...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/colordiff/colordiff.changes  2011-09-23 
01:53:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.colordiff.new/colordiff.changes 2012-02-14 
19:00:08.0 +0100
@@ -1,0 +2,5 @@
+Sat Sep 17 23:39:48 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ colordiff.spec ++
--- /var/tmp/diff_new_pack.EKksPy/_old  2012-02-14 19:00:10.0 +0100
+++ /var/tmp/diff_new_pack.EKksPy/_new  2012-02-14 19:00:10.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package colordiff (Version 1.0.9)
+# spec file for package colordiff
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,12 +34,6 @@
 output but with pretty 'syntax' highlighting. Colour schemes can be
 customized.
 
-
-
-Authors:
-
-Dave Ewart 
-
 %prep
 %setup -q
 %patch0
@@ -56,9 +50,6 @@
 sed -i -e "s@$RPM_BUILD_ROOT@@" $RPM_BUILD_ROOT/%{_bindir}/colordiff
 chmod a-x $RPM_BUILD_ROOT/%{_mandir}/man1/colordiff.*
 
-%clean
-rm -rf "$RPM_BUILD_ROOT" 
-
 %files
 %defattr(-,root,root)
 %doc README TODO COPYING CHANGES BUGS colordiffrc colordiffrc-lightbg

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



commit cmpi-pywbem-base for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package cmpi-pywbem-base for 
openSUSE:Factory checked in at 2012-02-14 18:59:58

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


Package is "cmpi-pywbem-base", Maintainer is "bwhite...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/cmpi-pywbem-base/cmpi-pywbem-base.changes
2011-09-23 01:53:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmpi-pywbem-base.new/cmpi-pywbem-base.changes   
2012-02-14 19:00:00.0 +0100
@@ -1,0 +2,5 @@
+Sat Sep 17 23:15:27 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ cmpi-pywbem-base.spec ++
--- /var/tmp/diff_new_pack.yvKoQC/_old  2012-02-14 19:00:01.0 +0100
+++ /var/tmp/diff_new_pack.yvKoQC/_new  2012-02-14 19:00:01.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package cmpi-pywbem-base (Version 0.2.0)
+# spec file for package cmpi-pywbem-base
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   cmpi-pywbem-base
@@ -36,13 +35,6 @@
 %description
 Base System CIM Providers
 
-
-
-Authors:
-
-Jon Carey
-Bart Whiteley
-
 %prep
 %setup  
 
@@ -59,9 +51,6 @@
 install *.{mof,reg} $RPM_BUILD_ROOT/usr/share/mof/%{name}/
 # END OF INSTALL
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %dir /usr/lib/pycim

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



commit cmpi-provider-register for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package cmpi-provider-register for 
openSUSE:Factory checked in at 2012-02-14 18:59:52

Comparing /work/SRC/openSUSE:Factory/cmpi-provider-register (Old)
 and  /work/SRC/openSUSE:Factory/.cmpi-provider-register.new (New)


Package is "cmpi-provider-register", Maintainer is "bwhite...@novell.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/cmpi-provider-register/cmpi-provider-register.changes
2011-09-23 01:53:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.cmpi-provider-register.new/cmpi-provider-register.changes
   2012-02-14 18:59:54.0 +0100
@@ -1,0 +2,5 @@
+Sat Sep 17 23:15:07 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ cmpi-provider-register.spec ++
--- /var/tmp/diff_new_pack.zdXgUI/_old  2012-02-14 18:59:54.0 +0100
+++ /var/tmp/diff_new_pack.zdXgUI/_new  2012-02-14 18:59:54.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package cmpi-provider-register (Version 1.0)
+# spec file for package cmpi-provider-register
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,12 +33,6 @@
 A utility allowing CMPI provider packages to register with whatever
 CIMOM(s) happens to be present on the system.
 
-
-
-Authors:
-
-Bart Whiteley
-
 %prep
 
 %build
@@ -47,10 +41,8 @@
 %{__mkdir} -p $RPM_BUILD_ROOT/usr/sbin
 install -m 744 %{S:0} $RPM_BUILD_ROOT/usr/sbin/%{name}
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %files
 %defattr(-,root,root)
 /usr/sbin/*
+
 %changelog

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



commit clicfs for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package clicfs for openSUSE:Factory checked 
in at 2012-02-14 18:59:46

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


Package is "clicfs", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/clicfs/clicfs.changes2011-10-18 
14:10:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.clicfs.new/clicfs.changes   2012-02-14 
18:59:49.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 10 15:18:29 UTC 2011 - co...@suse.com
+
+- some safety catches for a bug I can no longer reproduce
+
+---



Other differences:
--
++ clicfs.spec ++
--- /var/tmp/diff_new_pack.hBpmng/_old  2012-02-14 18:59:50.0 +0100
+++ /var/tmp/diff_new_pack.hBpmng/_new  2012-02-14 18:59:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clicfs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   clicfs
 Version:1.4.4
-Release:1
-License:GPLv2
+Release:0
 Summary:Compressed Loop Image Container
+License:GPL-2.0
 Group:  System/Filesystems
 Source: clicfs.tar.bz2
 BuildRequires:  cmake

++ clicfs.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CMakeLists.txt new/CMakeLists.txt
--- old/CMakeLists.txt  2011-10-17 16:39:44.0 +0200
+++ new/CMakeLists.txt  2012-02-09 15:04:54.0 +0100
@@ -34,5 +34,5 @@
 
 ADD_SUBDIRECTORY(src)
 ADD_SUBDIRECTORY(doc)
-ADD_SUBDIRECTORY(misc)
+#ADD_SUBDIRECTORY(misc)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/misc/makeiso.sh new/misc/makeiso.sh
--- old/misc/makeiso.sh 2011-10-17 16:39:44.0 +0200
+++ new/misc/makeiso.sh 2012-02-09 15:04:54.0 +0100
@@ -6,7 +6,7 @@
 find . | cpio --create --format=newc --quiet | gzip -9 -f > ../CD1/$loaderdir
 cd ..
 loaderdir=$(cd CD1 ; ls -1 boot/*/loader/isolinux.bin)
-genisoimage -R -J -f -pad -joliet-long -no-emul-boot -boot-load-size 4 
-boot-info-table -b $loaderdir -o kde2.iso CD1/
-isohybrid -id $(cat CD1/boot/grub/mbrid) kde2.iso 
+genisoimage -V 0x8efb7557 -R -J -f -pad -joliet-long -no-emul-boot 
-boot-load-size 4 -boot-info-table -b $loaderdir -o kde2.iso CD1/
+isohybrid -id 0x8efb7557 kde2.iso 
 dd if=/dev/zero seek=1000 count=1 bs=1M of=kde2.iso
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/src/clicfs.c new/src/clicfs.c
--- old/src/clicfs.c2011-10-17 16:39:44.0 +0200
+++ new/src/clicfs.c2012-02-09 15:04:54.0 +0100
@@ -454,7 +454,7 @@
 static ssize_t lastblock = -1;
 #endif
 
-fprintf(logger, "access %ld+8 (part %ld)\n", (long)block*8, part);
+fprintf(logger, "access %ld+8 (part %ld)\n", (long)block*8, (long)part);
 
 #if 0
 if (lastblock >= 0 && block != (size_t)(lastblock + 1))
@@ -539,7 +539,10 @@
 
 static size_t clic_write_block(const char *buf, off_t block, off_t ioff, 
size_t size)
 {
-  if (logger) fprintf(logger, "clic_write_block %ld block:%ld ioff:%ld 
size:%ld\n", detached_allocated, block, ioff, size);
+  if (!size) return 0;
+
+  if (logger) fprintf(logger, "clic_write_block %lld block:%lld ioff:%lld 
size:%lld\n", 
+  (long long)detached_allocated, (long long)block, (long 
long)ioff, (long long)size);
 if (clic_detach(block)) {
   if (logger) fprintf(logger, "clic_detach FAILED\n");
   return -ENOSPC;
@@ -559,7 +562,7 @@
 if(path[0] == '/' && strcmp(path + 1, thefile) != 0)
return -ENOENT;
 
-if (logger) fprintf(logger, "clic_write offset %ld - size %ld (%ld)\n", 
offset, size, thefilesize);
+if (logger) fprintf(logger, "clic_write offset %lld - size %lld (%lld)\n", 
(long long)offset, (long long)size, (long long)thefilesize);
 
 
 if (offset >= (off_t)thefilesize) {

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



commit checkbashisms for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package checkbashisms for openSUSE:Factory 
checked in at 2012-02-14 18:59:41

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


Package is "checkbashisms", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/checkbashisms/checkbashisms.changes  
2011-09-23 01:53:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.checkbashisms.new/checkbashisms.changes 
2012-02-14 18:59:42.0 +0100
@@ -1,0 +2,5 @@
+Sat Sep 17 22:50:44 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ checkbashisms.spec ++
--- /var/tmp/diff_new_pack.Ec2f3H/_old  2012-02-14 18:59:43.0 +0100
+++ /var/tmp/diff_new_pack.Ec2f3H/_new  2012-02-14 18:59:43.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package checkbashisms (Version 20100326git)
+# spec file for package checkbashisms
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,13 +35,6 @@
 presence of bashisms.  It takes the names of the shell scripts on the command
 line, and outputs warnings if possible bashisms are detected.
 
-Authors:
-
-Richard Braakman
-Josip Rodin
-Julian Gilbey 
-
-
 %prep
 %setup -q
 
@@ -51,9 +44,6 @@
 install -D -m 0755 checkbashisms.pl %{buildroot}%{_bindir}/checkbashisms
 install -D -m 0644 checkbashisms.1 %{buildroot}%{_mandir}/man1/checkbashisms.1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc %{_mandir}/man1/checkbashisms.1*

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



commit biabam for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package biabam for openSUSE:Factory checked 
in at 2012-02-14 18:59:35

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


Package is "biabam", Maintainer is "crrodrig...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/biabam/biabam.changes2011-09-23 
01:52:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.biabam.new/biabam.changes   2012-02-14 
18:59:36.0 +0100
@@ -1,0 +2,6 @@
+Sat Sep 17 19:29:47 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---



Other differences:
--
++ biabam.spec ++
--- /var/tmp/diff_new_pack.6nxrXR/_old  2012-02-14 18:59:37.0 +0100
+++ /var/tmp/diff_new_pack.6nxrXR/_new  2012-02-14 18:59:37.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package biabam (Version 0.9.7)
+# spec file for package biabam
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   biabam
@@ -35,12 +34,6 @@
 the command line. It has similarities to mailing attachments from the
 commandline with Mutt, but it only depends on bash and uuencode.
 
-
-
-Authors:
-
-Mads Martin J�rgensen 
-
 %prep
 %setup
 
@@ -50,9 +43,6 @@
 mkdir -p $RPM_BUILD_ROOT/usr/bin
 install biabam $RPM_BUILD_ROOT/usr/bin
 
-%clean
-rm -rf $RPM_BUILD_ROOT;
-
 %files
 %defattr(-,root,root)
 %doc COPYING README

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



commit asclock for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package asclock for openSUSE:Factory checked 
in at 2012-02-14 18:59:31

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


Package is "asclock", Maintainer is "sch...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/asclock/asclock.changes  2011-09-23 
01:52:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.asclock.new/asclock.changes 2012-02-14 
18:59:32.0 +0100
@@ -1,0 +2,6 @@
+Sat Sep 17 12:23:09 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---



Other differences:
--
++ asclock.spec ++
--- /var/tmp/diff_new_pack.TezDR9/_old  2012-02-14 18:59:33.0 +0100
+++ /var/tmp/diff_new_pack.TezDR9/_new  2012-02-14 18:59:33.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package asclock (Version 2.0.12)
+# spec file for package asclock
 #
-# 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,18 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   asclock
 BuildRequires:  xorg-x11-devel
-License:GPL v2 or later
-Group:  Amusements/Toys/Clocks
 Provides:   astools:/usr/X11R6/bin/asclock
-AutoReqProv:on
 Version:2.0.12
-Release:289
+Release:0
 Summary:AfterStep digital clock
+License:GPL-2.0+
+Group:  Amusements/Toys/Clocks
 Url:http://www.tigr.net/afterstep/
 Source: asclock-%{version}.tar.bz2
 Patch:  gcc4.diff
@@ -36,13 +32,6 @@
 A swallowable applet shows clock and calendar. Supports themes for
 different looks.
 
-
-
-Authors:
-
-Beat Christen 
-Patrick Rogan 
-
 %prep
 %setup -q
 %patch
@@ -53,7 +42,7 @@
 shaped
 1
 EOF
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install

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



commit archivemail for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package archivemail for openSUSE:Factory 
checked in at 2012-02-14 18:59:24

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


Package is "archivemail", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/archivemail/archivemail.changes  2011-09-23 
01:51:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.archivemail.new/archivemail.changes 
2012-02-14 18:59:28.0 +0100
@@ -1,0 +2,5 @@
+Sat Sep 17 12:11:10 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ archivemail.spec ++
--- /var/tmp/diff_new_pack.aQBnDg/_old  2012-02-14 18:59:30.0 +0100
+++ /var/tmp/diff_new_pack.aQBnDg/_new  2012-02-14 18:59:30.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   archivemail
@@ -41,13 +40,6 @@
 format mailbox that is compressed with gzip. It can also just delete old email
 rather than archive it.
 
-Authors:
-
-Paul Rodger 
-Peter Poeml 
-Nikolaus Schulz 
-Brandon Knitter
-
 %prep
 %setup -q
 %patch0
@@ -63,9 +55,6 @@
 # we don't need the egg file which python => 2.5 installs
 rm -f $RPM_BUILD_ROOT/%{python_sitelib}/*
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_bindir}/archivemail

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



commit libxslt for openSUSE:11.4

2012-02-14 Thread h_root

Hello community,

here is the log from the commit of package libxslt for openSUSE:11.4
checked in at Tue Feb 14 18:23:05 CET 2012.




--- old-versions/11.4/all/libxslt/libxslt.changes   2010-07-21 
15:24:58.0 +0200
+++ 11.4/libxslt/libxslt.changes2012-02-09 11:48:48.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  9 10:34:59 UTC 2012 - vci...@suse.com
+
+- fix for CVE-2011-3970 (bnc#746039) 
+
+---

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


New:

  libxslt-CVE-2011-3970.patch



Other differences:
--
++ libxslt-python.spec ++
--- /var/tmp/diff_new_pack.UcwUDI/_old  2012-02-14 18:18:42.0 +0100
+++ /var/tmp/diff_new_pack.UcwUDI/_new  2012-02-14 18:18:42.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libxslt-python (Version 1.1.26)
+# spec file for package libxslt-python
 #
-# 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
@@ -22,7 +22,7 @@
 BuildRequires:  libxml2-python libxslt-devel python-devel
 Summary:Python Bindings for libxslt
 Version:1.1.26
-Release:1
+Release:6.
 License:MIT License (or similar)
 Group:  Development/Libraries/Python
 Source: libxslt-%{version}.tar.bz2

++ libxslt.spec ++
--- /var/tmp/diff_new_pack.UcwUDI/_old  2012-02-14 18:18:42.0 +0100
+++ /var/tmp/diff_new_pack.UcwUDI/_new  2012-02-14 18:18:42.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libxslt (Version 1.1.26)
+# spec file for package libxslt
 #
-# 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
@@ -22,7 +22,7 @@
 BuildRequires:  libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel 
libxml2-devel pkg-config
 Summary:XSL Transformation Library
 Version:1.1.26
-Release:1
+Release:3.
 License:MIT License (or similar)
 Group:  System/Libraries
 # bug437293
@@ -33,6 +33,7 @@
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch0: %{name}-1.1.24-no-net-autobuild.patch
+Patch2: libxslt-CVE-2011-3970.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   libxml2 >= 2.6.27
 Url:http://xmlsoft.org/XSLT/
@@ -73,6 +74,7 @@
 %prep
 %setup -q
 %patch0
+%patch2 -p1
 
 %build
 autoreconf --force --install

++ libxslt-CVE-2011-3970.patch ++
Index: libxslt-1.1.26/libxslt/pattern.c
===
--- libxslt-1.1.26.orig/libxslt/pattern.c   2009-09-17 14:58:46.0 
+0200
+++ libxslt-1.1.26/libxslt/pattern.c2012-02-09 11:34:35.661740912 +0100
@@ -1864,6 +1864,8 @@
while ((pattern[end] != 0) && (pattern[end] != '"'))
end++;
}
+   if (pattern[end] == 0)
+   break;
end++;
}
if (current == end) {
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



commit samba for openSUSE:12.1:Update:Test

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:12.1:Update:Test 
checked in at 2012-02-14 18:16:46

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


Package is "samba", Maintainer is "samba-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/samba/samba.changes 2012-01-30 
20:44:45.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.samba.new/samba.changes
2012-02-14 18:16:47.0 +0100
@@ -1,0 +2,56 @@
+Mon Feb  6 13:39:48 UTC 2012 - lmue...@suse.de
+
+- s3:winbindd fix a return code check; (bso#8406).
+
+---
+Mon Feb  6 13:36:38 UTC 2012 - lmue...@suse.de
+
+- s3: Add rmdir operation to streams_depot; (bso#8733).
+
+---
+Mon Feb  6 13:34:09 UTC 2012 - lmue...@suse.de
+
+- s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used();
+  (bso#8738).
+
+---
+Mon Feb  6 13:30:53 UTC 2012 - lmue...@suse.de
+
+- s3:auth: fill the sids array of the info3 in
+  wbcAuthUserInfo_to_netr_SamInfo3(); (bso#8739).
+
+---
+Mon Feb  6 13:26:26 UTC 2012 - lmue...@suse.de
+
+- s3:client: ignore SMBecho errors (the server may not support it);
+  (bso#8139).
+
+---
+Mon Feb  6 13:14:05 UTC 2012 - lmue...@suse.de
+
+- Be more strict when using PAM_AUTH API from winbind if Kerberos auth is
+  enabled and don't unintentionally use a bogus domain name; (bso#8734).
+
+---
+Mon Feb  6 13:07:57 UTC 2012 - lmue...@suse.de
+
+- smbclient fails with posix large reads; (bso#8727).
+
+---
+Thu Feb  2 20:27:25 UTC 2012 - lmue...@suse.de
+
+- Use the smbfs init script on versions pre-11.3, or cifs in later versions;
+  (bnc#744614).
+
+---
+Mon Jan 30 15:03:43 UTC 2012 - lmue...@suse.de
+
+- s3: Compile IDL files in autogen, some configure tests need this.
+
+---
+Mon Jan 30 15:46:17 CET 2012 - fcro...@suse.com
+
+- Fixes various deadlocks in if-up.d / if-down.d when running under
+  systemd; (bnc#732395).
+
+---
@@ -4 +60,2 @@
-- Fix memory leak in parent smbd on connection; CVE-2012-0817; (bso#8724);
+- Update to 3.6.3.
+  + Fix memory leak in parent smbd on connection; CVE-2012-0817; (bso#8724);
@@ -111,0 +169,6 @@
+
+---
+Tue Jan 24 10:58:38 CET 2012 - dd...@suse.de
+
+- Fix incorrect types in the full_audit VFS module. Add null terminators to
+  audit log enums; (bnc#742885).



Other differences:
--
++ samba-doc.spec ++
--- /var/tmp/diff_new_pack.ldT4EQ/_old  2012-02-14 18:16:47.0 +0100
+++ /var/tmp/diff_new_pack.ldT4EQ/_new  2012-02-14 18:16:47.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   samba-doc
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 BuildRequires:  autoconf
@@ -434,8 +435,9 @@
 
 The Samba Team 
 
-Source Timestamp: 2740
+Source Timestamp: 2758
 Branch  : trunk
 
 
+
 %changelog

++ samba.spec ++
--- /var/tmp/diff_new_pack.ldT4EQ/_old  2012-02-14 18:16:47.0 +0100
+++ /var/tmp/diff_new_pack.ldT4EQ/_new  2012-02-14 18:16:47.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   samba
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 BuildRequires:  autoconf
@@ -205,7 +206,7 @@
 The Samba Team 
 
 
-Source Timestamp: 2740
+Source Timestamp: 2758
 Branch  : trunk
 
 %package client
@@ -249,7 +250,7 @@
 
 The Samba Team 
 
-Source Timestamp: 2740
+Source Timestamp: 2758
 Branch  : trunk
 
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@@ -275,7 +276,7 @@
 The Samba Team 
 
 
-Source Timestamp: 2740
+Source Timestamp: 2758
 Branch  : trunk
 
 %endif
@@ -305,7 +306,7 @@
 
 The Samba Team 
 
-Source Timestamp: 2740
+Source Timestamp: 2758
 Branch  : trunk
 
 %endif
@@ -332,7 +333,7 @@
 
 Jeremy Allison 
 
-Source Timestamp: 2740
+Source Timestamp: 2758
 Branch  : trunk
 
 %if %{make_utils}
@@ -354,7 +355,7 @@
 
 The Samba Team 
 
-Source Timestamp: 2

commit vm-install for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2012-02-14 13:11:51

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


Package is "vm-install", Maintainer is "carn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2011-12-06 
13:54:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2012-02-14 13:11:52.0 +0100
@@ -1,0 +2,28 @@
+Fri Dec  9 09:30:12 MST 2011 - carn...@novell.com
+
+- bnc#735670 - virt-manager client doesn't show disks, network 
+  adapters and OS details 
+
+---
+Thu Dec  8 18:20:42 MST 2011 - carn...@novell.com
+
+- KVM: passing 'vd[a-t]' as the disk was broken because the internal
+  virtio flag was not being set.
+
+---
+Wed Dec  7 10:00:11 MST 2011 - carn...@novell.com
+
+- Allow upgrading SLES11/SLED11 (ga/sp1 to sp2)
+
+---
+Mon Dec  5 14:45:06 MST 2011 - carn...@novell.com
+
+- bnc#732986 - RHEL 6 on xen-pv fails to write to HD
+  Rhel6 has no Xen kernel.  It uses the pvops kernel.
+
+---
+Tue Nov 29 15:32:44 MST 2011 - carn...@novell.com
+
+- Updated man page to include specifics on KVM 
+
+---



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.Tz1Mx1/_old  2012-02-14 13:12:02.0 +0100
+++ /var/tmp/diff_new_pack.Tz1Mx1/_new  2012-02-14 13:12:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vm-install
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   vm-install
 Url:http://developer.novell.com/wiki/index.php/Vm-install
-BuildRequires:  python-devel update-desktop-files
+BuildRequires:  python-devel
+BuildRequires:  update-desktop-files
 # For directory ownership:
 BuildRequires:  yast2
-License:GPL-2.0
-Group:  System/Emulators/PC
-AutoReqProv:yes
 Version:0.5.7
-Release:2
+Release:0
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
+License:GPL-2.0
+Group:  System/Emulators/PC
 Source0:%{name}-0.5.7.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64

++ vm-install-0.5.7.tar.bz2 ++
 1635 lines of diff (skipped)

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



commit virt-viewer for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory 
checked in at 2012-02-14 13:11:47

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


Package is "virt-viewer", Maintainer is "carn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/virt-viewer/virt-viewer.changes  2011-11-29 
12:53:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-viewer.new/virt-viewer.changes 
2012-02-14 13:11:48.0 +0100
@@ -1,0 +2,30 @@
+Fri Feb  3 05:58:49 MST 2012 - carn...@novell.com
+
+- Update to virt-viewer version 0.4.2
+  * Fix exports of signal functions for GTK UI builder on Windows
+  * Avoid crash if xmlParseURI fails
+  * Fix inverted test for SSH port that broke tunnelling
+  * Don't hardcode port numbers for SSH if not requested by user
+  * Fix deadlock in event handling
+  * Fix initial zoom level for all windows
+  * Fix window title to include domain name
+  * Fix hostname used when XML gives a wildcard IP address
+  * Fix window title when waiting for domain to appear
+  * Fix key shortcust for F9-F12 menus
+  * Always ask libvirt for its canonical URI
+  * Allow build without GTK-VNC (ie spice only)
+  * Require GTK-VNC >= 0.4.3
+  * Require SPICE-GTK >= 0.6.0
+
+---
+Fri Jan  6 16:26:14 MST 2012 - carn...@novell.com
+
+- Fix failure to resize viewer.  Noted usually when tunneling via ssh 
+  virtview-git-emit-resize.patch
+
+---
+Fri Dec  2 15:59:11 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---

Old:

  virt-viewer-0.4.1.tar.gz
  virtview-git-canonical-uri.patch
  virtview-git-ff-callbacks.patch
  virtview-git-fn-key.patch
  virtview-git-fullscreen.patch
  virtview-git-null-print.patch
  virtview-git-sshport-numbers.patch
  virtview-git-sshport.patch
  virtview-git-sshport0.patch
  virtview-git-ui-lookup.patch
  virtview-git-wildcard-hostname.patch
  virtview-git-window-title.patch
  virtview-git-window-wait.patch
  virtview-git-window-zoom-level.patch
  virtview-git-xmlparseuri.patch
  virtview-git-zoom-level.patch

New:

  virt-viewer-0.4.2.tar.gz



Other differences:
--
++ virt-viewer.spec ++
--- /var/tmp/diff_new_pack.bNaoy8/_old  2012-02-14 13:11:52.0 +0100
+++ /var/tmp/diff_new_pack.bNaoy8/_new  2012-02-14 13:11:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-viewer
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,36 +16,21 @@
 #
 
 
-
 Name:   virt-viewer
-Version:0.4.1
-Release:1
+Version:0.4.2
+Release:0
 Summary:Virtual Machine Viewer
+License:GPL-2.0+
 Group:  System/Monitoring
-License:GPLv2+
 Url:http://www.virt-manager.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:virt-viewer-0.4.1.tar.gz
-Patch1: virtview-git-fullscreen.patch
-Patch2: virtview-git-ui-lookup.patch
-Patch3: virtview-git-xmlparseuri.patch
-Patch4: virtview-git-sshport.patch
-Patch5: virtview-git-sshport0.patch
-Patch6: virtview-git-sshport-numbers.patch
-Patch7: virtview-git-null-print.patch
-Patch8: virtview-git-ff-callbacks.patch
-Patch9: virtview-git-zoom-level.patch
-Patch10:virtview-git-window-title.patch
-Patch11:virtview-git-window-zoom-level.patch
-Patch12:virtview-git-wildcard-hostname.patch
-Patch13:virtview-git-fn-key.patch
-Patch14:virtview-git-window-wait.patch
-Patch15:virtview-git-canonical-uri.patch
+Source0:virt-viewer-0.4.2.tar.gz
 Patch20:netcat.diff
 Patch21:windows-keycombo.patch
 Patch22:netware-keycombo.patch
 Patch23:glade-keycombo.patch
 Patch24:report-error.patch
+BuildRequires:  automake
 BuildRequires:  gtk2-devel
 BuildRequires:  libvirt-devel >= 0.6.0
 BuildRequires:  libxml2-devel
@@ -79,21 +64,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1

++ glade-keycombo.patch ++
--- /var/tmp/diff_new_pack.bNaoy8/_old  2012-

commit virt-manager for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2012-02-14 13:11:40

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


Package is "virt-manager", Maintainer is "carn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2011-11-29 12:52:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2012-02-14 13:11:42.0 +0100
@@ -1,0 +2,42 @@
+Fri Feb  3 12:54:27 MST 2012 - carn...@novell.com
+
+- Remove the virt-install sources from the virt-manager package.
+  The virt-install applications are now found in python-virtinst.
+
+---
+Fri Feb  3 05:49:34 MST 2012 - carn...@novell.com
+
+- Update to virt-manager 0.9.1
+  * Support for adding usb redirection devices (Marc-André Lureau)
+  * Option to switch usb controller to support usb2.0 (Marc-André Lureau)
+  * Option to specify machine type for non-x86 guests (Li Zhang)
+  * Support for filesystem device type and write policy (Deepak C Shetty)
+  * Many bug fixes!
+- Update to virtinst 0.600.1
+  * virt-install: --redir option for usb redirection (Marc-André Lureau)
+  * virt-install: Advanced --controller support for usb2 (Marc-André Lureau)
+  * Many bug fixes and minor improvments.
+
+---
+Thu Jan  5 14:51:48 MST 2012 - carn...@novell.com
+
+- Two spec file changes.  Update version of libvirt required.
+  Added a Provides on python-virtinst.
+
+---
+Thu Jan  5 10:55:44 MST 2012 - carn...@novell.com
+
+- console: Fix hang when reconnecting to remote VNC console
+  virtman-git-reconnect.diff
+- KVM: Enable support for SATA bus option
+  virtman-git-sata-support.diff
+  virtinst-git-sata-support.diff
+
+---
+Mon Dec  5 11:38:54 MST 2011 - carn...@novell.com
+
+- bnc#731218 - Xen guest consoles started from the virt manager 
+  have slow mouse response in the guest 
+  virtman-reverse-git-tooltip.patch
+
+---

Old:

  virt-manager-0.9.0.tar.bz2
  virtinst-0.600.0.tar.bz2
  virtinst-cdrom.diff
  virtinst-qed.diff
  virtinst-storage-ocfs2.diff
  virtman-help.diff

New:

  virt-manager-0.9.1.tar.bz2
  virtman-slow-mouse.diff



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.Fub7gT/_old  2012-02-14 13:11:46.0 +0100
+++ /var/tmp/diff_new_pack.Fub7gT/_new  2012-02-14 13:11:46.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package virt-manager (Version 0.9.0)
+# spec file for package virt-manager
 #
-# 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,114 +15,72 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%define _extra_release 
%{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
 %define gsysconfdir /etc
 %define gconftool /usr/bin/gconftool-2
 %define virtinst_maj 0
 %define virtinst_min 600
-%define virtinst_rel 0
+%define virtinst_rel 1
 %define virtinst_name virtinst-%{virtinst_maj}.%{virtinst_min}.%{virtinst_rel}
 
 %define pysite %(python -c "import distutils.sysconfig; print 
distutils.sysconfig.get_python_lib()")
 
 Name:   virt-manager
 Summary:Virtual Machine Manager
-Version:0.9.0
-Release:1
-Group:  System/Monitoring
 License:GPL-2.0+
+Group:  System/Monitoring
+Version:0.9.1
+Release:0
 Url:http://virt-manager.et.redhat.com
 Source0:virt-manager-%{version}.tar.bz2
-Source1:%{virtinst_name}.tar.bz2
-# see https://bugzilla.redhat.com/show_bug.cgi?id=620216,
-# https://bugzilla.novell.com/show_bug.cgi?id=641981
 Patch50:virtman-desktop.diff
 Patch51:virtman-vminstall.diff
 Patch52:virtman-cdrom.diff
 Patch53:virtman-kvm.diff
-Patch54:virtman-help.diff
-Patch55:virtman-keycombo.diff
-Patch56:virtman-autoconnect.diff
+Patch54:virtman-keycombo.diff
+Patch55:virtman-autoconnect.diff
 Patch60:virtman-device-flags.diff
 Patch61:virtman-autorestart.diff
 Patch62:virtman-storage-pool.diff
 Patch63:virtman-eepro100.diff
 Patch64:virtman-qed.

commit tar for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package tar for openSUSE:Factory checked in 
at 2012-02-14 13:11:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/tar/tar.changes  2011-11-02 12:19:35.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tar.new/tar.changes 2012-02-14 
13:11:37.0 +0100
@@ -1,0 +2,9 @@
+Mon Dec 19 13:43:45 UTC 2011 - tc...@suse.cz
+
+- tar-1.26-remove_O_NONBLOCK.patch:
+  don't use O_NONBLOCK as a flag for read,
+  when file is offline, read with O_NONBLOCK returns EAGAIN,
+  but tar doesn't handle it 
+  (bnc#737331)
+
+---

New:

  tar-1.26-remove_O_NONBLOCK.patch



Other differences:
--
++ tar.spec ++
--- /var/tmp/diff_new_pack.atmkAE/_old  2012-02-14 13:11:39.0 +0100
+++ /var/tmp/diff_new_pack.atmkAE/_new  2012-02-14 13:11:39.0 +0100
@@ -15,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 # minimum suse version where the full featured package builds
 %define min_suse_ver 1010
 
 Name:   tar
 Version:1.26
-Release:1
-License:GPL-3.0+
+Release:0
 Summary:GNU implementation of tar ((t)ape (ar)chiver)
-Url:http://www.gnu.org/software/tar/
+License:GPL-3.0+
 Group:  System/Base
+Url:http://www.gnu.org/software/tar/
 Source0:%{name}-%{version}.tar.bz2
 #
 Patch3: tar-wildcards.patch
 Patch6: tar-backup-spec-fix-paths.patch
+Patch7: tar-1.26-remove_O_NONBLOCK.patch
 %if 0%{?suse_version} >= %min_suse_ver
 BuildRequires:  help2man
 Recommends: tar-lang = %{version}
@@ -49,7 +49,6 @@
 package.
 
 %package backup-scripts
-License:GPL-3.0+
 Summary:Backup scripts
 Group:  Productivity/Archiving/Backup
 Requires:   %{name} = %{version}
@@ -63,6 +62,7 @@
 %setup -q
 %patch3 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 %define my_cflags -W -Wall -Wpointer-arith -Wstrict-prototypes 
-Wformat-security -Wno-unused-parameter

++ tar-1.26-remove_O_NONBLOCK.patch ++
Index: tar-1.26/src/tar.c
===
--- tar-1.26.orig/src/tar.c
+++ tar-1.26/src/tar.c
@@ -2467,10 +2467,14 @@ decode_options (int argc, char **argv)
 
   /* Flags for accessing files to be read from or copied into.  POSIX says
  O_NONBLOCK has unspecified effect on most types of files, but in
- practice it never harms and sometimes helps.  */
+ practice it never harms and sometimes helps.
+
+ It seems in fact that in practice it never helps and sometimes harms.
+ Removing again.
+   */
   {
 int base_open_flags =
-  (O_BINARY | O_CLOEXEC | O_NOCTTY | O_NONBLOCK
+  (O_BINARY | O_CLOEXEC | O_NOCTTY
| (dereference_option ? 0 : O_NOFOLLOW)
| (atime_preserve_option == system_atime_preserve ? O_NOATIME : 0));
 open_read_flags = O_RDONLY | base_open_flags;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scim-unikey for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package scim-unikey for openSUSE:Factory 
checked in at 2012-02-14 13:11:27

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


Package is "scim-unikey", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/scim-unikey/scim-unikey.changes  2011-09-23 
12:45:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-unikey.new/scim-unikey.changes 
2012-02-14 13:11:28.0 +0100
@@ -1,0 +2,10 @@
+Thu Dec  1 16:56:12 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Thu Dec  1 16:55:45 UTC 2011 - co...@suse.com
+
+- fix support for lib64
+
+---



Other differences:
--
++ scim-unikey.spec ++
--- /var/tmp/diff_new_pack.t4da41/_old  2012-02-14 13:11:37.0 +0100
+++ /var/tmp/diff_new_pack.t4da41/_new  2012-02-14 13:11:37.0 +0100
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   scim-unikey
 Version:0.3.1
-Release:1
+Release:0
 Summary:Vietnamese Input Method Engine for SCIM using Unikey IME
-License:GPLv2
+License:GPL-2.0
 Group:  System/Localization
 Url:http://code.google.com/p/scim-unikey/
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  scim-devel >= 1.4.7
+BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  scim-devel >= 1.4.7
 Requires:   scim
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +47,7 @@
 %__rm -f %{buildroot}%{_libdir}/*.so
 
 %if ! 0%{?sles_version}
-%ifarch x86_64
+%if %_lib == lib64
 %__mv %{buildroot}/usr/{lib,lib64}/scim-setup-unikey
 %endif
 %endif
@@ -61,9 +59,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %name.lang  
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README

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



commit rpmlint for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-02-14 13:11:15

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-01-05 
13:49:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2012-02-14 
13:11:16.0 +0100
@@ -1,0 +2,15 @@
+Tue Jan 31 10:33:03 UTC 2012 - lnus...@suse.de
+
+- suse-filelist-empty is meant as warning only
+
+---
+Thu Jan 26 15:02:47 UTC 2012 - s...@ammler.ch
+
+- add standard group and user znc (server:irc/znc)
+
+---
+Wed Jan 11 14:12:59 UTC 2012 - vci...@suse.com
+
+- added standard user and group "puppet"
+
+---



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.0J2nNR/_old  2012-02-14 13:11:18.0 +0100
+++ /var/tmp/diff_new_pack.0J2nNR/_new  2012-02-14 13:11:18.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 #!BuildIgnore: rpmlint-mini
 
 Name:   rpmlint

++ CheckFilelist.py ++
--- /var/tmp/diff_new_pack.0J2nNR/_old  2012-02-14 13:11:18.0 +0100
+++ /var/tmp/diff_new_pack.0J2nNR/_new  2012-02-14 13:11:18.0 +0100
@@ -353,7 +353,7 @@
 files = pkg.files()
 
 if not files:
-printError(pkg, 'suse-filelist-empty', 'packages without any files 
are not allowed in SUSE')
+printWarning(pkg, 'suse-filelist-empty', 'packages without any 
files are discouraged in SUSE')
 return
 
 for check in _checks:

++ config ++
--- /var/tmp/diff_new_pack.0J2nNR/_old  2012-02-14 13:11:18.0 +0100
+++ /var/tmp/diff_new_pack.0J2nNR/_new  2012-02-14 13:11:18.0 +0100
@@ -148,6 +148,7 @@
 'pulse',
 'pulse-access',
 'pulse-rt',
+'puppet',
 'qemu',
 'quagga',
 'quasselcore',
@@ -179,6 +180,7 @@
 'www',
 'xok',
 'zeroinst',
+'znc',
 'zope',
 ))
 
@@ -265,6 +267,7 @@
 'pound',
 'privoxy',
 'pulse',
+'puppet',
 'qemu',
 'quagga',
 'quasselcore',
@@ -295,6 +298,7 @@
 'wwwrun',
 'yastws',
 'zeroinst',
+'znc',
 'zope',
 ))
 


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



commit rdesktop for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package rdesktop for openSUSE:Factory 
checked in at 2012-02-14 13:11:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rdesktop/rdesktop.changes2011-12-01 
12:25:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.rdesktop.new/rdesktop.changes   2012-02-14 
13:11:11.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 15:29:41 UTC 2012 - sweet_...@gmx.de
+
+- enable ipv6 support
+- remove unused patches
+
+---

Old:

  rdesktop-1.5.0-fix-printer-strcmp.dif
  rdesktop-1.5.0-fs-fix-1.dif
  rdesktop-NOMAD.dif



Other differences:
--
++ rdesktop.spec ++
--- /var/tmp/diff_new_pack.D3N5Bp/_old  2012-02-14 13:11:16.0 +0100
+++ /var/tmp/diff_new_pack.D3N5Bp/_new  2012-02-14 13:11:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rdesktop
 #
-# 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
@@ -27,10 +27,7 @@
 Summary:A Remote Desktop Protocol client
 Source: %{name}-%{version}.tar.bz2
 Patch0: rdesktop-1.7.0-lib64.dif
-Patch1: rdesktop-1.5.0-fs-fix-1.dif 
-Patch2: rdesktop-1.5.0-fix-printer-strcmp.dif
 Patch3: rdesktop-1.6.0-fix-pkgconfig-check.dif
-Patch4: rdesktop-NOMAD.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,10 +45,7 @@
 %prep
 %setup
 %patch0
-#%patch1
-#%patch2
 %patch3 -p1
-#%patch4 -p1
 
 %build
 %{suse_update_config}
@@ -59,7 +53,8 @@
 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure --prefix=/usr \
  --libdir=%{_libdir} \
  --mandir=%{_mandir} \
- --with-openssl=/usr
+ --with-openssl=/usr \
+ --with-ipv6
 make
 
 %install

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



commit python-mox for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-mox for openSUSE:Factory 
checked in at 2012-02-14 13:11:02

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


Package is "python-mox", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-mox/python-mox.changes2011-11-28 
12:56:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-mox.new/python-mox.changes   
2012-02-14 13:11:10.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 28 21:25:00 UTC 2011 - alexan...@exatati.com.br
+
+- Remove CFLAGS from spec file.
+
+---



Other differences:
--
++ python-mox.spec ++
--- /var/tmp/diff_new_pack.1kiwYz/_old  2012-02-14 13:11:11.0 +0100
+++ /var/tmp/diff_new_pack.1kiwYz/_new  2012-02-14 13:11:11.0 +0100
@@ -11,10 +11,9 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
@@ -43,7 +42,7 @@
 %setup -q -n mox-%{version}
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}

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



  1   2   >