commit rubygems for openSUSE:12.1:Update:Test

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package rubygems for 
openSUSE:12.1:Update:Test checked in at 2011-12-12 11:40:26

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/rubygems/rubygems.changes   
2011-12-09 19:15:20.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.rubygems.new/rubygems.changes  
2011-12-12 11:40:27.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  9 17:52:49 UTC 2011 - da...@nordisch.org
+
+- forgot to add the buildrequires on ruby-devel.
+
+---



Other differences:
--
++ rubygems.spec ++
--- /var/tmp/diff_new_pack.BZq0L7/_old  2011-12-12 11:40:27.0 +0100
+++ /var/tmp/diff_new_pack.BZq0L7/_new  2011-12-12 11:40:27.0 +0100
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Ruby
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-devel
 Recommends: ruby-devel
 Requires:   ruby
 Provides:   rubygems_with_buildroot_patch

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



commit amarok for openSUSE:12.1:Update:Test

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:12.1:Update:Test 
checked in at 2011-12-12 16:26:14

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/amarok/amarok.changes   2011-12-12 
16:26:19.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.amarok.new/amarok.changes  
2011-12-12 16:26:19.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 10 07:03:24 UTC 2011 - m...@suse.com
+
+- Add amarok-fix-infinite-loop-eating-CPU.diff
+  * Fix infinite loop in context view eating CPU until main 
+window is shown (bnc#733421)
+
+---

New:

  amarok-fix-infinite-loop-eating-CPU.diff



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.Izk6sg/_old  2011-12-12 16:26:20.0 +0100
+++ /var/tmp/diff_new_pack.Izk6sg/_new  2011-12-12 16:26:20.0 +0100
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %bcond_with ffmpeg
 
 Name:   amarok
 Version:2.4.3
-Release:4
+Release:0
 Summary:Media Player for KDE
+License:GPL-2.0+
+Group:  Productivity/Multimedia/Sound/Players
 
-License:GPLv2+
 Url:http://amarok.kde.org/
-Group:  Productivity/Multimedia/Sound/Players
 Source0:
ftp://ftp.kde.org/pub/kde/stable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
 Patch1: ksuseinstall.diff
@@ -33,6 +32,8 @@
 Patch2: initial-preference.diff
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch3: flac_mimetype_bnc671581.diff
+# PATCH-FIX-UPSTREAM amarok-fix-infinite-loop-eating-CPU.diff bnc#733421 
m...@suse.com -- Fix infinite loop in context view eating CPU until main window 
shown
+Patch4: amarok-fix-infinite-loop-eating-CPU.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -93,6 +94,7 @@
 %if 0%{?suse_version} > 1130
 %patch3
 %endif
+%patch4 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')

++ amarok-fix-infinite-loop-eating-CPU.diff ++
commit 79bd9a7c6777e3f5d4e723bc5d3b00e5d6fe532b
Author: Matěj Laitl 
Date:   Sun Nov 27 15:24:55 2011 +0100

Fix infinite loop in context view eating CPU until main window is shown

We used to use _scene_ sceneRect in
VerticalToolbarContainment::updateGeometry() to update applets and
geometry, but that leaded to infinite loop (across mainloop) -
m_applets->setGeometry(), refresh() would enlarge _scene_ sceneRect by
a few pixels which would trigger updateGeometry() and so on...

We now use _view_ sceneRect to update geometry. Rick W. Chen discovered
some glitches in applet collapsing when this patch is applied, but he
has a patch for that in the works and this is more serious problem, so
pushing this.

REVIEW: 103271
BUG: 278897
FIXED-IN: 2.5

Index: 
amarok-2.4.3/src/context/containments/verticallayout/VerticalToolbarContainment.cpp
===
--- 
amarok-2.4.3.orig/src/context/containments/verticallayout/VerticalToolbarContainment.cpp
+++ 
amarok-2.4.3/src/context/containments/verticallayout/VerticalToolbarContainment.cpp
@@ -118,7 +118,18 @@ void
 Context::VerticalToolbarContainment::updateGeometry()
 {
 Context::Containment::updateGeometry();
-QRectF rect = scene()->sceneRect();
+
+/* We used to use _scene_ sceneRect here to update applets and geomtery, 
but that
+ * leaded to infinite loop (across mainloop) - see bug 278897.
+ * (m_applets->setGeometry(), refresh() would enlarge _scene_ sceneRect by 
a few
+ * pixels which would trigger updateGeometry() and so on...)
+ *
+ * We now use _view_ sceneRect to update geometry and do nothing without a 
view
+ */
+if(!view())
+return;
+
+QRectF rect = view()->sceneRect();
 setGeometry( rect );
 m_applets->setGeometry( rect );
 m_applets->refresh();
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libzypp for openSUSE:12.1:Update:Test

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package libzypp for 
openSUSE:12.1:Update:Test checked in at 2011-12-12 16:54:16

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/libzypp/libzypp.changes 2011-12-01 
14:36:23.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.libzypp.new/libzypp.changes
2011-12-12 16:54:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 01:13:37 CET 2011 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---



Other differences:
--
++ libzypp-10.3.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-10.3.5/VERSION.cmake 
new/libzypp-10.3.5/VERSION.cmake
--- old/libzypp-10.3.5/VERSION.cmake2011-11-29 15:09:29.0 +0100
+++ new/libzypp-10.3.5/VERSION.cmake2011-12-06 13:11:17.0 +0100
@@ -53,7 +53,7 @@
 # - Commit changes and version files together in a separate
 #   commit using -m 'changes MAJOR.MINOR.PATCH (COMPATMINOR)'
 # - Tag the above commit with 'MAJOR.MINOR.PATCH' using
-#   -m "tagging MAJOR.
+#   -m "tagging MAJOR.MINOR.PATCH".
 #
 # - Consider calling ./mkChangelog to assist you.
 #   See './mkChangelog -h' for help.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-10.3.5/doc/autoinclude/EnvironmentVariables.doc 
new/libzypp-10.3.5/doc/autoinclude/EnvironmentVariables.doc
--- old/libzypp-10.3.5/doc/autoinclude/EnvironmentVariables.doc 2011-11-29 
15:09:30.0 +0100
+++ new/libzypp-10.3.5/doc/autoinclude/EnvironmentVariables.doc 2011-12-06 
13:11:18.0 +0100
@@ -17,7 +17,7 @@
 \li \c ZYPP_LOGFILE= Location of the logfile to write or \c - for stderr.
 \li \c ZYPP_FULLLOG=1 Even more verbose logging (usually not needed).
 \li \c ZYPP_LIBSOLV_FULLLOG=1 Verbose logging when resolving dependencies.
-\li \c (ZYPP_LIBSAT_FULLLOG=1) deprecated since \c libzypp-10.x, prefer \c 
ZYPP_LIBSOLV_FULLLOG
+\li (\c ZYPP_LIBSAT_FULLLOG=1) deprecated since \c libzypp-10.x, prefer \c 
ZYPP_LIBSOLV_FULLLOG
 
 \li \c ZYPP_MEDIA_CURL_DEBUG=<0|1> Log http headers, if \c 1 also log server 
responses.
 
@@ -33,7 +33,7 @@
 \li \c PLUGIN_SEND_TIMEOUT= Send timeout for plugin communication.
 \li \c PLUGIN_RECEIVE_TIMEOUT= Receive timeout for plugin communication.
 
-\subsection zypp-envars-misc Variables \b not for common use (test and debug)
+\subsection zypp-envars-misc Variables not for common use (test and debug)
 
 \li \c ZYPP_MODALIAS_SYSFS= Use this instead of \c /sys to evaluate 
modaliases.
 \li \c ZYPP_COMMIT_NO_PACKAGE_CACHE=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-10.3.5/doc/autoinclude/Services.doc 
new/libzypp-10.3.5/doc/autoinclude/Services.doc
--- old/libzypp-10.3.5/doc/autoinclude/Services.doc 2011-11-29 
15:09:30.0 +0100
+++ new/libzypp-10.3.5/doc/autoinclude/Services.doc 2011-12-06 
13:11:18.0 +0100
@@ -50,7 +50,7 @@
 
 \verbatim
 > zypper ls
-#  | Alias| Name | Enabled | Refresh | Type  
+#  | Alias| Name | Enabled | Refresh | Type
 ---+--+--+-+-+---
 1  | foobar   | foobar   | Yes | Yes | plugin
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-10.3.5/doc/autoinclude/SolverVendorChange.doc 
new/libzypp-10.3.5/doc/autoinclude/SolverVendorChange.doc
--- old/libzypp-10.3.5/doc/autoinclude/SolverVendorChange.doc   1970-01-01 
01:00:00.0 +0100
+++ new/libzypp-10.3.5/doc/autoinclude/SolverVendorChange.doc   2011-12-06 
13:11:18.0 +0100
@@ -0,0 +1,83 @@
+/**
+
+\page pg_zypp-solv-vendorchange Solver - Vendor protection
+
+\author Michael Andres 
+
+\section zypp-solv-vendorchange Vendor protection rule
+
+Tracing a packages origin \c libzypp uses the packages \c vendor string. The 
\c vendor string is part of the rpm header and thus defined at the time the 
package was built. It stays the same, no matter which repository was used to 
ship the package. Using \c rpm  is one way to retrieve a packages \c vendor 
string:
+
+\code
+$ rpm -q --qf '%{name} \tvendor: %{vendor}\n' libzypp nautilus libdvdread3
+libzypp vendor: openSUSE
+nautilusvendor: obs://build.opensuse.org/GNOME
+libdvdread3 vendor: http://packman.links2linux.de
+\endcode
+
+Also several \c zypper commands will display a packages \c vendor:
+
+\code
+$ zypper info libzypp
+
+Info

commit aaa_base for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2011-12-12 16:55:41

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


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

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2011-11-25 
10:12:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2011-12-12 
16:55:42.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 10 22:14:55 UTC 2011 - l...@samba.org
+
+- Add --listmodules option to SuSEconfig; (bnc#736086).
+
+---



Other differences:
--
++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/sbin/SuSEconfig 
new/aaa_base/files/sbin/SuSEconfig
--- old/aaa_base/files/sbin/SuSEconfig  2011-11-23 13:55:06.0 +0100
+++ new/aaa_base/files/sbin/SuSEconfig  2011-12-10 23:06:47.0 +0100
@@ -75,9 +75,17 @@
   echo Running module $ONLY_MODULE only
   shift
 ;;
+*-listmodules)
+  echo Listing available modules
+  ls /sbin/conf.d/SuSEconfig.* | \
+while read module_name; do
+  echo -e "\t${module_name#/sbin/conf.d/SuSEconfig.}"
+done
+  exit 0
+;;
 *)
   echo Unknown parameter $1.
-  echo Usage: SuSEconfig "[--quick|--nonewpackage|--force|--verbose] 
[--module name]"
+  echo Usage: SuSEconfig "[--quick|--nonewpackage|--force|--verbose] 
[--module name|--listmodules]"
   exit 1
 ;;
   esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/usr/share/man/man8/SuSEconfig.8 
new/aaa_base/files/usr/share/man/man8/SuSEconfig.8
--- old/aaa_base/files/usr/share/man/man8/SuSEconfig.8  2011-11-23 
13:55:06.0 +0100
+++ new/aaa_base/files/usr/share/man/man8/SuSEconfig.8  2011-12-10 
23:10:42.0 +0100
@@ -42,6 +42,9 @@
 .BI "\-module " modulename
 Runs SuSEconfig with the configuration module for a specific subsystem 
 instead of running all modules.
+.TP
+.BI "\-listmodules"
+List available modules.
 .PP
 
 .SH NOTE

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



commit anthy for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2011-12-12 16:55:45

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


Package is "anthy", Maintainer is "dmzh...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2011-10-03 
09:12:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2011-12-12 
16:55:57.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 11 15:00:46 CET 2011 - meiss...@suse.de
+
+- does not need openldap2 direct dependency, libraries are enough
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.dFKqds/_old  2011-12-12 16:56:06.0 +0100
+++ /var/tmp/diff_new_pack.dFKqds/_new  2011-12-12 16:56:06.0 +0100
@@ -15,21 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   anthy
-BuildRequires:  emacs-x11 giflib-devel krb5 libpng-devel libtiff-devel 
openldap2 openldap2-devel xemacs xorg-x11-devel
-BuildRequires:  libtool
+BuildRequires:  emacs-x11
 BuildRequires:  fdupes
-License:GPL-2.0+ ; LGPL-2.1+
-Group:  System/I18n/Japanese
+BuildRequires:  giflib-devel
+BuildRequires:  krb5
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libtool
+BuildRequires:  openldap2-devel
+BuildRequires:  xemacs
+BuildRequires:  xorg-x11-devel
 Provides:   locale(scim-anthy:ja)
 Provides:   locale(uim:ja)
 Provides:   locale(m17n-lib:ja)
 Provides:   locale(xemacs:ja)
 Provides:   locale(emacs:ja)
 Version:9100h
-Release:2
+Release:0
 Url:http://sourceforge.jp/projects/anthy/
 # old URL, still some information only there: 
http://www.kmc.kyoto-u.ac.jp/proj/heke/
 # cvs -d:pserver:anonym...@cvs.sourceforge.jp:/cvsroot/anthy login
@@ -41,6 +44,8 @@
 Patch3: bugzilla-224463-comparison-with-string-literal.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Kana-Kanji Conversion Engine
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  System/I18n/Japanese
 # Summary(ja): 仮名漢字変換エンジン
 # Anthy(旧称Ancy)
 # 
@@ -64,9 +69,8 @@
 Heke Project).
 
 %package devel
-License:GPL-2.0+
 Summary:Include Files and Libraries mandatory for Development.
-Group:  System/I18n/Japanese
+License:GPL-2.0+
 Requires:   %{name} = %{version}
 # Summary(ja): Anthy のヘッダファイル及びライブラリです。
 # %description devel -l ja

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



commit armadillo for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2011-12-12 16:55:51

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


Package is "armadillo", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2011-12-07 
14:37:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2011-12-12 
16:56:06.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec  5 01:02:01 UTC 2011 - badshah...@gmail.com
+
+- Update to version 2.4.1:
+  + Added .resize()
+  + Fix for vector initialisation
+
+---

Old:

  armadillo-2.4.0.tar.gz

New:

  armadillo-2.4.1.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.reoa0B/_old  2011-12-12 16:56:16.0 +0100
+++ /var/tmp/diff_new_pack.reoa0B/_new  2011-12-12 16:56:16.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   armadillo
-Version:2.4.0
+Version:2.4.1
 Release:1
 License:LGPL-3.0+
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS

++ armadillo-2.4.0.tar.gz -> armadillo-2.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-2.4.0/CMakeLists.txt 
new/armadillo-2.4.1/CMakeLists.txt
--- old/armadillo-2.4.0/CMakeLists.txt  2011-12-05 04:04:15.0 +0100
+++ new/armadillo-2.4.1/CMakeLists.txt  2011-12-06 13:48:50.0 +0100
@@ -16,7 +16,7 @@
 
 set(ARMA_MAJOR 2)
 set(ARMA_MINOR 4)
-set(ARMA_PATCH 0)
+set(ARMA_PATCH 1)
 
 message(STATUS "Configuring Armadillo 
${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-2.4.0/docs/index.html 
new/armadillo-2.4.1/docs/index.html
--- old/armadillo-2.4.0/docs/index.html 2011-12-05 04:04:15.0 +0100
+++ new/armadillo-2.4.1/docs/index.html 2011-12-07 11:50:52.0 +0100
@@ -17,7 +17,7 @@
   
 
   
-Reference for Armadillo 2.4.0
+Reference for Armadillo 2.4.1
 
 (Loco Lounge Lizard)
   
@@ -133,6 +133,7 @@
 randu/randn ·
 reset ·
 reshape ·
+resize ·
 save/load (matrices & cubes) ·
 save/load (fields) ·
 set_imag/real ·
@@ -216,6 +217,7 @@
 join rows/cols/slices ·
 kron ·
 reshape ·
+resize ·
 shuffle ·
 sort ·
 sort_index ·
@@ -2169,6 +2171,7 @@
 
 shed rows/columns/slices
 join rows/columns/slices
+.resize()
 submatrix views
 subcube views
 
@@ -3262,22 +3265,28 @@
 
 
 
-Reshape the object to the specified size, while preserving elements;
-the order of preservation of the elements can be either column-wise (dim=0) or 
row-wise (dim=1)
+Recreate the object according to given size specifications,
+with the elements taken from the previous version of the object,
+either column-wise (dim=0) or row-wise (dim=1);
+the elements in the recreated object are placed column-wise
 
 
 
-The new total number of elements (according to the specified size) doesn't 
have to be the same as the current total number of elements in the object
+The layout of the elements in the recreated object will be different to the 
layout in the previous version of the object
 
 
 
-If the total number of elements in the object is less than the specified size,
-the remaining elements in the reshaped object are set to zero
+The new total number of elements (according to the specified size) doesn't 
have to be the same as the previous total number of elements in the object
 
 
 
-If the total number of elements in the given object is greater than the 
specified size,
-only a subset of the elements is preserved
+If the total number of elements in the previous version of the object is less 
than the specified size,
+the extra elements in the recreated object are set to zero
+
+
+
+If the total number of elements in the previous version of the object is 
greater than the specified size,
+only a subset of the elements is taken
 
 
 
@@ -3286,6 +3295,12 @@
 
 
 
+Caveat:
+if you wish to grow/shrink the object while preserving the elements as well 
as the layout of the elements,
+use .resize() instead
+
+
+
 Examples:
 
 
@@ -3297,9 +3312,79 @@
 
 See also:
 
+.resize()
+.set_size()
+.reset()
 reshape() (standalone function)
+
+
+
+
+
+
+
+
+  
+
+  .resize(n_elem)
+  
+  
+  (member function of Col, 
Row)
+  
+
+
+  .resize(n_rows, n_cols)
+  
+  
+  (member function of Mat)
+  
+
+
+  .resize(n_rows, n_cols, 
n_slices)
+  
+  
+  (member function of Cube)
+  
+
+  
+
+
+
+
+Recreate the object acc

commit bayonne2 for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory 
checked in at 2011-12-12 16:55:55

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


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

Changes:

--- /work/SRC/openSUSE:Factory/bayonne2/bayonne2.changes2011-10-04 
16:54:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.bayonne2.new/bayonne2.changes   2011-12-12 
16:56:17.0 +0100
@@ -1,0 +2,10 @@
+Sat Dec 10 11:11:48 CET 2011 - meiss...@suse.de
+
+- does not need to openldap2 binaries, just the libs
+
+---
+Fri Sep 30 20:07:44 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---



Other differences:
--
++ bayonne2.spec ++
--- /var/tmp/diff_new_pack.df6UUH/_old  2011-12-12 16:56:42.0 +0100
+++ /var/tmp/diff_new_pack.df6UUH/_new  2011-12-12 16:56:42.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   bayonne2
 BuildRequires:  SDL-devel
 BuildRequires:  ccaudio2-devel
@@ -25,8 +23,8 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libdv
+BuildRequires:  libtool
 BuildRequires:  openh323-devel
-BuildRequires:  openldap2
 BuildRequires:  openldap2-devel
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
@@ -39,11 +37,11 @@
 BuildRequires:  capi4linux-devel
 %endif
 Version:1.5.19
-Release:250
-License:GPLv2+
+Release:0
 Summary:the telephony server of the GNU project
-Url:http://www.gnu.org/software/bayonne
+License:GPL-2.0+
 Group:  Productivity/Telephony/Servers
+Url:http://www.gnu.org/software/bayonne
 Source0:%{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}.dif
 Patch1: bayonne2-1.5.19-const_char.dif
@@ -61,7 +59,6 @@
 applications.
 
 %package devel
-License:GPLv2+
 Summary:the telephony server of the GNU project
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -74,7 +71,6 @@
 the telephony server of the GNU project
 
 %package UsEng
-License:GPLv2+
 Summary:voice library for US English Male speaker
 Group:  Productivity/Telephony/Servers
 Requires:   %{name} = %{version}

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



commit boost for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2011-12-12 16:56:00

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


Package is "boost", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/boost/boost.changes  2011-10-05 
11:07:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2011-12-12 
16:56:43.0 +0100
@@ -1,0 +2,15 @@
+Tue Dec  6 20:35:26 UTC 2011 - a...@suse.de
+
+- Do not package NEWS and LICENSE twice.
+
+---
+Fri Nov 25 01:14:22 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---
+Thu Nov 24 10:50:27 UTC 2011 - nadvor...@suse.com
+
+- dropped visit_each patch (bnc#714373)
+
+---

Old:

  boost-visit_each.diff



Other differences:
--
++ boost.spec ++
--- /var/tmp/diff_new_pack.u8qSj4/_old  2011-12-12 16:57:03.0 +0100
+++ /var/tmp/diff_new_pack.u8qSj4/_new  2011-12-12 16:57:03.0 +0100
@@ -15,9 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%define ver 1.46.1
+Version:1.46.1
+Release:5
 %define file_version 1_46_1
 %define short_version 1_46
 %define lib_appendix 1_46_1
@@ -77,8 +77,6 @@
 Group:  Development/Libraries/C and C++
 Summary:Boost C++ Libraries
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:%{ver}
-Release:5
 Source0:%{name}_%{file_version}.tar.xz
 Source1:boost-rpmlintrc
 Source2:%{name}_%{short_version}_man.tar.xz
@@ -87,7 +85,6 @@
 Source5:NEWS
 Patch1: boost-thread.patch
 Patch2: boost-no_type_punning.patch
-Patch4: boost-visit_each.diff
 Patch8: boost-no_segfault_in_Regex_filter.patch
 Patch9: boost-fix-spirit-attr-handling.patch
 Patch19:boost-sane_versioning.patch
@@ -119,11 +116,9 @@
 
 
 %packagedevel
-License:BSD3c
 Summary:Development package for Boost C++
 Group:  Development/Libraries/C and C++
 Requires:   %{all_libs} libstdc++-devel
-AutoReqProv:on
 
 %descriptiondevel
 This package contains all that is needed to develop/compile
@@ -133,11 +128,8 @@
 
 
 %package -n boost-license%{lib_appendix}
-
-License:BSD3c
 Summary:Boost License
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
 Provides:   boost-license = %{version}-%{release}
 Obsoletes:  boost-license < %{version}
 %if 0%{?suse_version} >= 1120
@@ -150,10 +142,9 @@
 
 
 %packagedoc-html
-License:BSD3c
 Summary:HTML documentation for the Boost C++ Libraries
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
+Requires:   boost-license%{lib_appendix}
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
@@ -165,10 +156,8 @@
 
 
 %packagedoc-man
-License:BSD3c
 Summary:Man documentation for the Boost C++ Libraries
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
@@ -181,10 +170,8 @@
 %if %build_pdf
 
 %packagedoc-pdf
-License:BSD3c
 Summary:PDF documentation for the Boost C++ Libraries
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
@@ -195,12 +182,9 @@
 %endif
 
 %package-n libboost_date_time%{lib_appendix}
-
-License:BSD3c
 Summary:Boost::Date.Time Runtime libraries
 Group:  System/Libraries
 Requires:   boost-license%{lib_appendix}
-AutoReqProv:on
 
 %description-n libboost_date_time%{lib_appendix}
 This package contains the Boost Date.Time runtime libraries.
@@ -208,12 +192,9 @@
 
 
 %package-n libboost_filesystem%{lib_appendix}
-
-License:BSD3c
 Summary:Boost::Filesystem Runtime Libraries
 Group:  System/Localization
 Requires:   boost-license%{lib_appendix}
-AutoReqProv:on
 
 %description-n libboost_filesystem%{lib_appendix}
 This package contains the Boost::Filesystem libraries.
@@ -221,12 +202,9 @@
 
 
 %package-n libboost_graph%{lib_appendix}
-
-License:BSD3c
 Summary:Boost::Graph Runtime Libraries
 Group:  System/Libraries
 Requires:   boost-license%{lib_appendix}
-AutoReqProv:on
 
 %description-n libboost_graph%{lib_appendix}
 This package contains the Boost:

commit brp-check-suse for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2011-12-12 16:56:05

Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and  /work/SRC/openSUSE:Factory/.brp-check-suse.new (New)


Package is "brp-check-suse", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes
2011-09-23 01:52:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new/brp-check-suse.changes   
2011-12-12 16:57:04.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  9 14:18:30 UTC 2011 - co...@suse.com
+
+- let rpm call everything below /usr/lib/rpm/brp-suse.d and do no
+  longer define a hard coded list of brp scripts
+
+---



Other differences:
--
++ brp-check-suse.spec ++
--- /var/tmp/diff_new_pack.M8SpXC/_old  2011-12-12 16:58:17.0 +0100
+++ /var/tmp/diff_new_pack.M8SpXC/_new  2011-12-12 16:58:17.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   brp-check-suse
+AutoReqProv:off
+Summary:Build root policy check scripts
 License:GPL-2.0+
 Group:  Development/Tools/Building
-AutoReqProv:off
-Summary:build root policy check scripts
 Version:1.0
-Release:44
+Release:0
 Url:http://gitorious.org/opensuse/brp-check-suse/
 #
 # Note: don't rebuild this manually. Instead submit your patches
@@ -34,32 +32,32 @@
 # make package
 #
 Source0:%{name}-%{version}.tar.bz2
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global provfind sh -c "grep -v 'brp-desktop.data' | %__find_provides"
 %global __find_provides %provfind
 
 %description
-build root policy check scripts
-
+This package contains all suse scripts called in the 
+build root checking or in parts implemeting SUSE policies.
 
 
 %prep
 %setup -q
+%ifnarch x86_64 s390x ppc64
+rm brp-65-lib64-linux
+%endif
 
 %build
 # nothing to do
 
 %install
-install -d $RPM_BUILD_ROOT/usr/lib/rpm
-install -d $RPM_BUILD_ROOT/etc/rpm
-cp -a brp-* $RPM_BUILD_ROOT/usr/lib/rpm
-cp -a macros.* $RPM_BUILD_ROOT/etc/rpm
+install -d $RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d
+mv brp*data $RPM_BUILD_ROOT/usr/lib/rpm/
+cp -a brp-* $RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d
 
 %files
 %defattr(-, root, root)
 %doc COPYING
-/etc/rpm/*
 /usr/lib/rpm/*
 
 %changelog

++ brp-check-suse-1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-1.0/brp-05-permissions 
new/brp-check-suse-1.0/brp-05-permissions
--- old/brp-check-suse-1.0/brp-05-permissions   1970-01-01 01:00:00.0 
+0100
+++ new/brp-check-suse-1.0/brp-05-permissions   2011-12-11 09:48:56.0 
+0100
@@ -0,0 +1,16 @@
+#!/bin/sh
+# If using normal root, avoid changing anything.
+if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then
+   exit 0
+fi
+
+# used to also run on / if uid == 0 but that's really broken
+if [ -e /etc/permissions -a -x /usr/bin/chkstat ]; then
+   /usr/bin/chkstat \
+   --root "$RPM_BUILD_ROOT" \
+   --noheader \
+   --set \
+   --system \
+   --no-fscaps \
+   --level secure
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-1.0/brp-15-strip-debug 
new/brp-check-suse-1.0/brp-15-strip-debug
--- old/brp-check-suse-1.0/brp-15-strip-debug   1970-01-01 01:00:00.0 
+0100
+++ new/brp-check-suse-1.0/brp-15-strip-debug   2011-12-11 09:48:56.0 
+0100
@@ -0,0 +1,38 @@
+#!/bin/sh
+# If using normal root, avoid changing anything.
+if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then
+   echo "RPM_BUILD_ROOT is not set or set to / : skipping strip"
+   exit 0
+fi
+if [ "$NO_BRP_STRIP_DEBUG" = "true" ] ; then
+   echo "NO_BRP_STRIP_DEBUG is set: skipping strip"
+   exit 0
+fi
+
+FIND_IGNORE='\( -path $RPM_BUILD_ROOT/usr/lib/debug -o -path 
$RPM_BUILD_ROOT/lib/modules -o -path $RPM_BUILD_ROOT/opt/cross -o -path 
$RPM_BUILD_ROOT/proc \) -prune -o'
+
+# Strip debuginfo from ELF binaries, but not static libraries or kernel modules
+for f in $(find $RPM_BUILD_ROOT $(echo "$(eval "echo $FIND_IGNORE")") \
+\( -name "*.a" -o -name "*.ko" \) -prune -o \
+-type f \( -perm /0111 -o -name "*.so*" \) -exec file {} \; | \
+sed -n -e 's/^\(.*\):[ ]*ELF.*, not stripped/\1/p'); do
+   mode=$(stat -c %a $f)
+   chmod u+w $f || :
+   strip -p --strip-debug --discard-locals -R .comment -R .note $f || :
+   chmod $mode $f
+done
+
+# Don't str

commit dejagnu for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package dejagnu for openSUSE:Factory checked 
in at 2011-12-12 16:56:12

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


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

Changes:

--- /work/SRC/openSUSE:Factory/dejagnu/dejagnu.changes  2011-09-23 
01:54:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.dejagnu.new/dejagnu.changes 2011-12-12 
16:58:17.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:05:04 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ dejagnu.spec ++
--- /var/tmp/diff_new_pack.tFM7FY/_old  2011-12-12 16:58:51.0 +0100
+++ /var/tmp/diff_new_pack.tFM7FY/_new  2011-12-12 16:58:51.0 +0100
@@ -15,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   dejagnu
-License:GPLv2+
+License:GPL-2.0+
+BuildRequires:  automake
 Group:  Development/Tools/Building
 Requires:   tcl expect
 Version:1.4.4
-Release:141
+Release:0
 Summary:Framework for Running Test Suites on Software Tools
 Url:http://www.gnu.org/software/dejagnu/
 Source: %{name}-%{version}.tar.bz2

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



commit dhcp for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2011-12-12 16:56:16

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


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

Changes:

--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes2011-10-06 
16:01:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2011-12-12 
16:58:52.0 +0100
@@ -1,0 +2,23 @@
+Fri Dec  9 13:40:53 UTC 2011 - m...@suse.com
+
+- Updated to ISC dhcp-4.2.3-P1 release, providing security fix for
+  a DoS due to processing certain regular expressions (bnc#735610)
+  and several important DDNS related fixes:
+  * Add a check for a null pointer before calling the regexec function.
+Without out this check we could, under some circumstances, pass
+a null pointer to the regexec function causing it to segfault.
+Thanks to a report from BlueCat Networks. [ISC-Bugs #26704]
+CVE-2011-4539.
+  * Fix the code that checks for an existing DDNS transaction to
+cancel when removing DDNS information, so that we will continue
+with the processing if we have a lease even if it doesn't have an
+outstanding transaction.  [ISC-Bugs #24682]
+  * Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
+configuration files.  [ISC-Bugs #24107]
+  * Add support for passing DDNS information to a DNS server over
+an IPv6 address.  [ISC-Bugs #22647]
+  * Enhanced patch for 23595 to handle IPv4 fixed addresses more
+cleanly.  [ISC-Bugs #23595]
+- Refreshed ldap patch
+
+---

Old:

  dhcp-4.2.2-ldap-patch-mt01.diff.bz2
  dhcp-4.2.2.tar.bz2

New:

  dhcp-4.2.3-P1-ldap-patch-mt01.diff.bz2
  dhcp-4.2.3-P1.tar.bz2



Other differences:
--
++ dhcp.spec ++
--- /var/tmp/diff_new_pack.uRZF0z/_old  2011-12-12 16:59:06.0 +0100
+++ /var/tmp/diff_new_pack.uRZF0z/_new  2011-12-12 16:59:06.0 +0100
@@ -17,7 +17,7 @@
 
 # norootforbuild
 
-%define isc_version   4.2.2
+%define isc_version   4.2.3-P1
 %define susefw2dir%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 %define omc_prefix/usr/share/omc
 %define omc_svcdir%{omc_prefix}/svcinfo.d
@@ -40,8 +40,8 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Boot/Servers
 AutoReqProv:on
-Version:4.2.2
-Release:3
+Version:4.2.3
+Release:P1.0.
 Summary:Common Files Used by ISC DHCP Software
 Url:http://www.isc.org/software/dhcp
 Source0:dhcp-%{isc_version}.tar.bz2
@@ -82,7 +82,7 @@
 Patch20:dhcp-4.1.1-dhclient-exec-filedes.diff
 Patch21:dhcp-4.2.2-dhclient-send-hostname-rml.diff
 ## patch repo lives here: http://www.suse.de/~mt/git/dhcp-ldap.git/
-Patch30:dhcp-4.2.2-ldap-patch-mt01.diff.bz2
+Patch30:dhcp-4.2.3-P1-ldap-patch-mt01.diff.bz2
 Patch40:dhcp-4.1.1-P1-lpf-bind-msg-fix.diff
 Patch44:dhcp-4.2.2-xen-checksum.diff
 Patch45:dhcp-4.2.2-dhclient-option-checks.bnc675052.diff

++ dhcp-4.2.3-P1-ldap-patch-mt01.diff.bz2 ++
 1295 lines (skipped)



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



commit dpic for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package dpic for openSUSE:Factory checked in 
at 2011-12-12 16:56:22

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


Package is "dpic", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/dpic/dpic.changes2011-09-26 
10:03:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.dpic.new/dpic.changes   2011-12-12 
16:59:06.0 +0100
@@ -0,0 +1,6 @@
+---
+Thu Dec  8 13:18:46 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ dpic.spec ++
--- /var/tmp/diff_new_pack.K3MfGB/_old  2011-12-12 16:59:18.0 +0100
+++ /var/tmp/diff_new_pack.K3MfGB/_new  2011-12-12 16:59:18.0 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   dpic
 Url:http://www.ece.uwaterloo.ca/~aplevich/dpic/
-License:BSD
-Group:  Productivity/Publishing/Other
 Summary:Pic language processor
+License:BSD-2-Clause
+Group:  Productivity/Publishing/Other
 Version:2011.07.11
-Release:1
+Release:0
 Source0:%name-%{version}.tar.gz
 Patch0: makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit eject for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package eject for openSUSE:Factory checked 
in at 2011-12-12 16:56:26

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


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

Changes:

--- /work/SRC/openSUSE:Factory/eject/eject.changes  2011-12-01 
12:23:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.eject.new/eject.changes 2011-12-12 
16:59:18.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec  6 16:07:03 UTC 2011 - vci...@suse.com
+
+- fixed segfault when unmounting devices (bnc#716644)
+
+---

New:

  eject-2.1.0-regfree_segfault.patch



Other differences:
--
++ eject.spec ++
--- /var/tmp/diff_new_pack.O9FtpX/_old  2011-12-12 16:59:49.0 +0100
+++ /var/tmp/diff_new_pack.O9FtpX/_new  2011-12-12 16:59:49.0 +0100
@@ -19,10 +19,10 @@
 BuildRequires:  automake
 BuildRequires:  recode
 BuildRequires:  sg3_utils-devel
-License:GPL-2.0+
-Group:  System/Base
 Url:http://eject.sourceforge.net/
 Summary:A Program to Eject Media under Software Control
+License:GPL-2.0+
+Group:  System/Base
 Version:2.1.0
 Release:0
 Source: %{name}-%{version}.tar.bz2
@@ -33,6 +33,8 @@
 Patch6: %{name}-%{version}-toggle.diff
 Patch7: %{name}-%{version}-status.diff
 Patch8: %{name}-%{version}-umount.diff
+# PATCH-FIX-SUSE fix segfault when unmounting (bnc#716644)
+Patch9: eject-2.1.0-regfree_segfault.patch
 PreReq: permissions
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -52,6 +54,7 @@
 %patch6
 %patch7
 %patch8
+%patch9 -p1
 
 %build
 aclocal

++ eject-2.1.0-regfree_segfault.patch ++
Index: eject-2.1.0/eject.c
===
--- eject-2.1.0.orig/eject.c2011-12-06 16:56:02.0 +0100
+++ eject-2.1.0/eject.c 2011-12-08 13:44:43.811127406 +0100
@@ -850,6 +850,7 @@
if (fp == NULL)
{
fprintf(stderr, _("unable to open %s: %s\n"),(p_option ? 
"/proc/mounts" : "/etc/mtab"), strerror(errno));
+   regfree(&preg);
exit(1);
}
 
@@ -883,10 +884,10 @@
if (v_option)
printf(_("%s: unmounting `%s'\n"), 
programName, s1);
Unmount(s1);
-   regfree(&preg);
}
}
}
+   regfree(&preg);
FCLOSE(fp);
 }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit flash-player for openSUSE:Factory:NonFree

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:Factory:NonFree checked in at 2011-12-12 16:56:31

Comparing /work/SRC/openSUSE:Factory:NonFree/flash-player (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.flash-player.new (New)


Package is "flash-player", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/flash-player/flash-player.changes
2011-11-14 11:52:08.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.flash-player.new/flash-player.changes   
2011-12-12 16:59:50.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 15:29:12 CET 2011 - dmuel...@suse.de
+
+- remove standalone binary for x86_64 as long as it is not updated
+
+---



Other differences:
--
++ flash-player.spec ++
--- /var/tmp/diff_new_pack.Wexggf/_old  2011-12-12 17:00:19.0 +0100
+++ /var/tmp/diff_new_pack.Wexggf/_new  2011-12-12 17:00:19.0 +0100
@@ -100,16 +100,16 @@
 install -D -m 644 usr/share/applications/flash-player-properties.desktop 
$RPM_BUILD_ROOT/usr/share/applications/flash-player-properties.desktop
 %endif
 %if %build_standalone
-%if %suse_version > 1020
-install -D -m 755 flashplayer $RPM_BUILD_ROOT/usr/bin/flashplayer
-%endif
 %if %suse_version > 1030
+%ifarch %ix86
+install -D -m 755 flashplayer $RPM_BUILD_ROOT/usr/bin/flashplayer
 install -D -m 644 %{SOURCE3} 
$RPM_BUILD_ROOT/usr/share/applications/flashplayer.desktop
 install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/usr/share/pixmaps/flashplayer.png
 %suse_update_desktop_file flashplayer
 %suse_update_desktop_file flash-player-properties
 %endif
 %endif
+%endif
 install -D -m 755 libflashplayer.so 
$RPM_BUILD_ROOT/usr/%_lib/browser-plugins/libflashplayer.so
 
 %if %suse_version > 1100
@@ -151,15 +151,17 @@
 %defattr(-,root,root)
 %doc [Rr][eE][aA][dD][Mm][eE]* LICENSE
 /usr/%_lib/browser-plugins/*
-%if %build_standalone
 %if %suse_version > 1020
-/usr/bin/flashplayer
 /usr/share/icons/hicolor/*x*/apps/flash-player-properties.png
 %endif
+%if %build_standalone
 %if %suse_version > 1030
+%ifarch %ix86
+/usr/bin/flashplayer
 /usr/share/applications/flashplayer.desktop
 /usr/share/pixmaps/flashplayer.png
 %endif
 %endif
+%endif
 
 %changelog


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



commit flex for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package flex for openSUSE:Factory checked in 
at 2011-12-12 16:56:37

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


Package is "flex", Maintainer is "mma...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/flex/flex.changes2011-10-04 
16:56:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.flex.new/flex.changes   2011-12-12 
17:00:20.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 15:41:49 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ flex.spec ++
--- /var/tmp/diff_new_pack.gsD7Ab/_old  2011-12-12 17:00:40.0 +0100
+++ /var/tmp/diff_new_pack.gsD7Ab/_new  2011-12-12 17:00:40.0 +0100
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   flex
-BuildRequires:  bison gcc-c++ help2man
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  gcc-c++
+BuildRequires:  help2man
 Url:http://flex.sourceforge.net/
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Development/Languages/C and C++
 Requires:   m4
 PreReq: %install_info_prereq
@@ -30,7 +31,7 @@
 %endif
 #
 Version:2.5.35
-Release:46
+Release:0
 Summary:Fast Lexical Analyzer Generator
 Source: %{name}-%{version}.tar.bz2
 Source1:lex-wrapper.sh

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



commit getmail for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package getmail for openSUSE:Factory checked 
in at 2011-12-12 16:56:42

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


Package is "getmail", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/getmail/getmail.changes  2011-11-21 
15:45:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.getmail.new/getmail.changes 2011-12-12 
17:00:40.0 +0100
@@ -1,0 +2,9 @@
+Mon Dec 12 06:25:12 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 4.24.0:
+  * add an explicit expunge when closing an IMAP mailbox, for servers that
+incorrectly do not do this when the mailbox is closed
+  * fix incorrect section reference for "mailboxes" parameter in documentation
+  * fix getmail_fetch broken in 4.21.0
+
+---

Old:

  getmail-4.23.0.tar.gz

New:

  getmail-4.24.0.tar.gz



Other differences:
--
++ getmail.spec ++
--- /var/tmp/diff_new_pack.gHklFg/_old  2011-12-12 17:01:06.0 +0100
+++ /var/tmp/diff_new_pack.gHklFg/_new  2011-12-12 17:01:06.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   getmail
-Version:4.23.0
+Version:4.24.0
 Release:1
 Group:  Productivity/Networking/Email/Utilities
 License:GPL-2.0

++ getmail-4.23.0.tar.gz -> getmail-4.24.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/PKG-INFO new/getmail-4.24.0/PKG-INFO
--- old/getmail-4.23.0/PKG-INFO 2011-11-20 17:18:22.0 +0100
+++ new/getmail-4.24.0/PKG-INFO 2011-12-12 01:16:13.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: getmail
-Version: 4.23.0
+Version: 4.24.0
 Summary: a mail retrieval, sorting, and delivering system
 Home-page: http://pyropus.ca/software/getmail/
 Author: Charles Cazabon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/docs/CHANGELOG 
new/getmail-4.24.0/docs/CHANGELOG
--- old/getmail-4.23.0/docs/CHANGELOG   2011-11-20 17:17:54.0 +0100
+++ new/getmail-4.24.0/docs/CHANGELOG   2011-12-12 01:16:05.0 +0100
@@ -1,7 +1,16 @@
+Version 4.24.0
+11 December 2011
+-add an explicit expunge when closing an IMAP mailbox, for servers that 
+incorrectly do not do this when the mailbox is closed.  Thanks: Nicolas 
+Pomarède.
+-fix incorrect section reference for `mailboxes` parameter in 
documentation.
+Thanks: Ross Boylan.
+-fix getmail_fetch broken in 4.21.0.  Thanks: Chris Donoghue.
+
 Version 4.23.0
 20 November 2011
 
-Fix race if new message shows up in POP3 mailbox between running the UIDL 
+-fix race if new message shows up in POP3 mailbox between running the UIDL 
 and LIST commands.  Thanks: Roland Koebler, Osamu Aoki.
 
 Version 4.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/docs/configuration.html 
new/getmail-4.24.0/docs/configuration.html
--- old/getmail-4.23.0/docs/configuration.html  2011-11-20 17:18:18.0 
+0100
+++ new/getmail-4.24.0/docs/configuration.html  2011-12-12 01:16:09.0 
+0100
@@ -760,7 +760,7 @@
 mailboxes
 (tuple of quoted strings)
 — see
-SimpleIMAPRetriever
+common retriever parameters
 for definition.
 
 
@@ -919,7 +919,7 @@
 mailboxes
 (tuple of quoted strings)
 — see
-SimpleIMAPRetriever
+common retriever parameters
 for definition.
 
 
@@ -955,7 +955,7 @@
 mailboxes
 (tuple of quoted strings)
 — see
-SimpleIMAPRetriever
+common retriever parameters
 for definition.
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/docs/configuration.txt 
new/getmail-4.24.0/docs/configuration.txt
--- old/getmail-4.23.0/docs/configuration.txt   2011-11-20 17:18:19.0 
+0100
+++ new/getmail-4.24.0/docs/configuration.txt   2011-12-12 01:16:10.0 
+0100
@@ -368,8 +368,8 @@
The SimpleIMAPSSLRetriever class takes the common retriever parameters
above, plus the following optional parameters:
 
- * mailboxes (tuple of quoted strings) -- see SimpleIMAPRetriever for
-   definition.
+ * mailboxes (tuple of quoted strings) -- see common retriever parameters
+   for definition.
  * move_on_delete (string) -- see SimpleIMAPRetriever for definition.
  * keyfile (string) -- see SimplePOP3SSLRetriever for definition.
  * certfile (string) -- see SimplePOP3SSLRetriever for definition.
@@ 

commit gnugk for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package gnugk for openSUSE:Factory checked 
in at 2011-12-12 16:56:47

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnugk/gnugk.changes  2011-12-08 
11:48:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnugk.new/gnugk.changes 2011-12-12 
17:01:07.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 10 11:18:10 CET 2011 - meiss...@suse.de
+
+- does not need openldap2 binaries, just the libs
+
+---



Other differences:
--
++ gnugk.spec ++
--- /var/tmp/diff_new_pack.BdV932/_old  2011-12-12 17:01:17.0 +0100
+++ /var/tmp/diff_new_pack.BdV932/_new  2011-12-12 17:01:17.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gnugk
 BuildRequires:  SDL-devel
 BuildRequires:  automake
@@ -24,21 +22,20 @@
 BuildRequires:  krb5
 BuildRequires:  libdv
 BuildRequires:  openh323-devel
-BuildRequires:  openldap2
 BuildRequires:  openldap2-devel
 BuildRequires:  pwlib-devel
 BuildRequires:  sgml-skel
 BuildRequires:  sgmltool
 BuildRequires:  speex-devel
-URL:http://www.gnugk.org
-License:GPL-2.0+
+Url:http://www.gnugk.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  Productivity/Telephony/H323/Servers
 Requires:   pwlib openh323
 Provides:   openh323gk
 Obsoletes:  openh323gk
 PreReq: %insserv_prereq %fillup_prereq grep diffutils
 Summary:OpenH323 Gatekeeper--The GNU Gatekeeper
+License:GPL-2.0+
+Group:  Productivity/Telephony/H323/Servers
 Version:2.2.6
 Release:0
 Source0:gnugk-%{version}.tar.bz2

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



commit iso-codes for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package iso-codes for openSUSE:Factory 
checked in at 2011-12-12 16:56:51

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


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

Changes:

--- /work/SRC/openSUSE:Factory/iso-codes/iso-codes.changes  2011-10-04 
18:12:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.iso-codes.new/iso-codes.changes 2011-12-12 
17:01:18.0 +0100
@@ -1,0 +2,25 @@
+Sun Dec 11 19:01:09 CET 2011 - zai...@opensuse.org
+
+- Update to version 3.31:
+  + ISO 3166:
+- Change name and official name for Libya.
+  + ISO 3166-2:
+- Add subdivisions Davao and Vayamba paḷāta. Closes: 
+  alioth#313372.
+  + Updated translations for ISO 639, ISO 3166, ISO 3166-2, ISO 
+4217 and ISO 15926.
+
+---
+Mon Nov 14 12:15:31 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.30:
+  + ISO 3166:
+- Properly capitalize "Republic" in Venezuela name.
+  Translations unfuzzied. [deb#647148]
+- Add "(Dutch part)" in Sint Maarten's "short" name as this is
+  what's defined by the standard. [deb#647151]
+  + ISO 3166-2:
+- Add district suffix for district of Latvia. [lp#882216]
+  + Updated translations for ISO 639, ISO 3166 and ISO 3166-2.
+
+---

Old:

  iso-codes-3.29.tar.bz2

New:

  iso-codes-3.31.tar.bz2



Other differences:
--
++ iso-codes.spec ++
--- /var/tmp/diff_new_pack.9ZLv9G/_old  2011-12-12 17:01:28.0 +0100
+++ /var/tmp/diff_new_pack.9ZLv9G/_new  2011-12-12 17:01:28.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   iso-codes
-Version:3.29
-Release:1
-License:LGPLv2.1+
+Version:3.31
+Release:0
 Summary:ISO Code Lists and Translations
-Url:http://alioth.debian.org/projects/pkg-isocodes/
+License:LGPL-2.1+
 Group:  System/Localization
-Source: %{name}-%{version}.tar.bz2
+Url:http://alioth.debian.org/projects/pkg-isocodes/
+Source: 
http://pkg-isocodes.alioth.debian.org/downloads/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  python-lxml
@@ -38,7 +37,6 @@
 translations in gettext .po form.
 
 %package devel
-License:LGPLv2.1+
 Summary:ISO code lists and translations
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}

++ iso-codes-3.29.tar.bz2 -> iso-codes-3.31.tar.bz2 ++
 17153 lines of diff (skipped)

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



commit jing for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package jing for openSUSE:Factory checked in 
at 2011-12-12 16:56:56

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


Package is "jing", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/jing/jing.changes2011-09-23 
02:04:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.jing.new/jing.changes   2011-12-12 
17:01:31.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov 13 19:36:49 UTC 2011 - t...@opensuse.org
+
+- Improved jing script: use now jpackage-utils, added
+  xml-commons-resolver to better support catalogs
+- Adapted requires and buildrequires in spec file
+- Updated documentation
+  * explained -C and -s options, removed obsolete -f
+  * updated version
+
+---

Old:

  jing

New:

  jing.script



Other differences:
--
++ jing.spec ++
--- /var/tmp/diff_new_pack.RdF7rn/_old  2011-12-12 17:01:43.0 +0100
+++ /var/tmp/diff_new_pack.RdF7rn/_new  2011-12-12 17:01:43.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package jing (Version 2009)
+# spec file for package jing
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,31 @@
 
 
 Name:   jing
-BuildRequires:  unzip
 Summary:Validator for RELAX NG in Java
 Version:2009
 Release:1
 Url:http://code.google.com/p/jing-trang/
 Source: http://jing-trang.googlecode.com/files/%{name}-%{version}.zip
-Source1:jing
+Source1:%{name}.script
 Source2:%{name}-doc.tar.bz2
 License:BSD-3-Clause
 Group:  Productivity/Publishing/XML
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#
+BuildRequires:  unzip
+BuildRequires:  saxon
+BuildRequires:  jpackage-utils
+BuildRequires:  xerces-j2
+BuildRequires:  xml-commons-resolver
+BuildRequires:  xml-commons-apis
+#
+Requires:   jre
+Requires:   saxon 
+Requires:   jpackage-utils
+Requires:   xml-commons-resolver
+Requires:   xml-commons-apis
+Requires:   jaxp_parser_impl
+#
 Requires:   jre
 BuildArch:  noarch
 
@@ -54,6 +68,7 @@
 tar xfj %{SOURCE2}
 
 %build
+# -- nothing to do --
 
 %install
 install -D -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/jing


++ jing-doc.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/jing.1 new/doc/jing.1
--- old/doc/jing.1  2009-03-18 15:13:49.0 +0100
+++ new/doc/jing.1  2011-11-13 21:09:06.0 +0100
@@ -1,161 +1,22 @@
+'\" t
 .\" Title: jing
-.\"Author: James Thai Open Source Software Center Ltd Clark 

-.\" Generator: DocBook XSL Stylesheets v1.74.0 
-.\"  Date: 03/18/2009
+.\"Author: James Clark 
+.\" Generator: DocBook XSL Stylesheets v1.76.1 
+.\"  Date: 11/13/2011
 .\"Manual: http://www.thaiopensource.com/relaxng/jing.html
-.\"Source: http://code.google.com/p/jing-trang/ 20081028
+.\"Source: http://code.google.com/p/jing-trang/ 2009
 .\"  Language: English
 .\"
-.TH "JING" "1" "03/18/2009" "http://code\&.google\&.com/p/j"; 
"http://www\&.thaiopensource\&.";
+.TH "JING" "1" "11/13/2011" "http://code\&.google\&.com/p/j"; 
"http://www\&.thaiopensource\&.";
 .\" -
-.\" * (re)Define some macros
+.\" * Define some portability stuff
 .\" -
 .\" ~
-.\" toupper - uppercase a string (locale-aware)
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
 .\" ~
-.de toupper
-.tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
-\\$*
-.tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
-..
-.\" ~
-.\" SH-xref - format a cross-reference to an SH section
-.\" ~
-.de SH-xref
-.ie n \{\
-.\}
-.toupper \\$*
-.el \{\
-\\$*
-.\}
-..
-.\" ~
-.\" SH - level-one heading that works better for non-TTY output
-.\" ~
-.de1 SH
-.\" put an extra blank l

commit kdebase3 for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory 
checked in at 2011-12-12 16:57:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes2011-12-06 
16:22:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes   2011-12-12 
17:01:59.0 +0100
@@ -1,0 +2,10 @@
+Sun Dec 11 01:43:12 UTC 2011 - an...@opensuse.org
+
+- fix halt command for systemd (bnc#736110)
+
+---
+Fri Dec  9 18:37:03 UTC 2011 - an...@opensuse.org
+
+- one-pixel selection adjustment
+
+---

New:

  systemd-shutdown.patch



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.9hGsXY/_old  2011-12-12 17:02:15.0 +0100
+++ /var/tmp/diff_new_pack.9hGsXY/_new  2011-12-12 17:02:15.0 +0100
@@ -251,6 +251,7 @@
 Patch265:   kdebase-pardus-fix-fish.patch
 Patch266:   further-desktop-icons-adjustment.patch
 Patch267:   kdebase-pardus-fix-autosuspend.patch
+Patch268:   systemd-shutdown.patch
 
 %description
 This package contains kdebase, one of the basic packages of the K
@@ -675,6 +676,7 @@
 %patch265 -p1
 %patch266 -p1
 %patch267 -p1
+%patch268 -p1
 
 rm -rf kappfinder
 rm pics/crystalsvg/cr??-*emacs.png



++ further-desktop-icons-adjustment.patch ++
--- /var/tmp/diff_new_pack.9hGsXY/_old  2011-12-12 17:02:15.0 +0100
+++ /var/tmp/diff_new_pack.9hGsXY/_new  2011-12-12 17:02:15.0 +0100
@@ -1,27 +1,22 @@
 diff -wruN kdebase-3.5.10.orig/kdesktop/kfileividesktop.cpp 
kdebase-3.5.10/kdesktop/kfileividesktop.cpp
 --- kdebase-3.5.10.orig/kdesktop/kfileividesktop.cpp   2007-01-15 
14:32:10.0 +0300
-+++ kdebase-3.5.10/kdesktop/kfileividesktop.cpp2011-12-05 
08:16:17.512415347 +0400
-@@ -64,23 +64,6 @@
- void KFileIVIDesktop::calcRect( const QString& _text )
- {
- KIconViewItem::calcRect( _text );
--
--if ( !iconView() || !m_shadow ||
-- !wordWrap() || !( static_cast
-- ( m_shadow->shadowSettings() ) )->isEnabled() )
--return;
--
 kdebase-3.5.10/kdesktop/kfileividesktop.cpp2011-12-08 
04:37:55.882918938 +0400
+@@ -70,14 +70,13 @@
+  ( m_shadow->shadowSettings() ) )->isEnabled() )
+ return;
+ 
 -int spread = shadowThickness();
--QRect itemTextRect = textRect();
--QRect itemRect = rect();
--
+ QRect itemTextRect = textRect();
+ QRect itemRect = rect();
+ 
 -itemTextRect.setBottom( itemTextRect.bottom() + spread );
 -itemTextRect.setRight( itemTextRect.right() + spread );
 -itemRect.setBottom( itemRect.bottom() + spread );
 -itemRect.setRight( itemRect.right() + spread );
--
--setTextRect( itemTextRect );
--setItemRect( itemRect );
- }
++itemTextRect.setBottom( itemTextRect.bottom() + 1);
++itemTextRect.setRight( itemTextRect.right() );
++itemRect.setBottom( itemRect.bottom() + 1 );
++itemRect.setRight( itemRect.right() );
  
- void KFileIVIDesktop::paintItem( QPainter *p, const QColorGroup &cg)
+ setTextRect( itemTextRect );
+ setItemRect( itemRect );


++ kdebase-chakra-02-kip_kdesktop_rounded_icon_text_corners.patch ++
--- /var/tmp/diff_new_pack.9hGsXY/_old  2011-12-12 17:02:16.0 +0100
+++ /var/tmp/diff_new_pack.9hGsXY/_new  2011-12-12 17:02:16.0 +0100
@@ -68,7 +68,7 @@
 -rect.setRight( rect.right() - spread );
 -rect.setBottom( rect.bottom() - spread + 1 );
 +rect.setRight( rect.right() );
-+rect.setBottom( rect.bottom() + 1 );
++rect.setBottom( rect.bottom() );
 -p->fillRect( rect, cg.highlight() );
 +p->setBrush( QBrush( cg.highlight() ) );
 +p->setPen( QPen( cg.highlight() ) );

++ systemd-shutdown.patch ++
diff -wruN kdebase-3.5.10.orig/kdm/config.def kdebase-3.5.10/kdm/config.def
--- kdebase-3.5.10.orig/kdm/config.def  2005-10-10 19:04:31.0 +0400
+++ kdebase-3.5.10/kdm/config.def   2011-12-11 05:28:25.179122503 +0400
@@ -42,7 +42,7 @@
 # define HALT_CMD  "/usr/sbin/halt"
 # define REBOOT_CMD"/usr/sbin/reboot"
 #else
-# define HALT_CMD  "/sbin/halt"
+# define HALT_CMD  "/sbin/halt -p"
 # define REBOOT_CMD"/sbin/reboot"
 #endif
 


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



commit kdeartwork3 for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork3 for openSUSE:Factory 
checked in at 2011-12-12 16:57:00

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork3/kdeartwork3.changes  2011-09-23 
02:05:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork3.new/kdeartwork3.changes 
2011-12-12 17:01:43.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 11 16:26:36 UTC 2011 - an...@opensuse.org
+
+- fix iKons icon theme
+
+---

New:

  ikons-fixed.tar.bz2



Other differences:
--
++ kdeartwork3.spec ++
--- /var/tmp/diff_new_pack.m9bkuj/_old  2011-12-12 17:01:59.0 +0100
+++ /var/tmp/diff_new_pack.m9bkuj/_new  2011-12-12 17:01:59.0 +0100
@@ -36,6 +36,7 @@
 Url:http://www.kde.org/
 Source: kdeartwork-%{version}.tar.bz2
 Source1:network_traffic.png
+Source2:ikons-fixed.tar.bz2
 Patch0: 3_5_BRANCH.diff
 
 %description
@@ -101,6 +102,10 @@
 
 %prep
 %setup -q -n kdeartwork-%{version}
+rm -rf ./IconThemes/ikons
+pushd IconThemes
+tar -xvf %{SOURCE2}
+popd
 %patch0
 . /etc/opt/kde3/common_options
 update_admin


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



commit krb5 for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2011-12-12 16:57:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2011-10-19 
14:09:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2011-12-12 
17:02:16.0 +0100
@@ -1,0 +2,19 @@
+Mon Nov 21 11:24:12 CET 2011 - m...@suse.de
+
+- fix KDC null pointer dereference in TGS handling
+  (MITKRB5-SA-2011-007, bnc#730393)
+  CVE-2011-1530
+
+---
+Mon Nov 21 11:11:54 CET 2011 - m...@suse.de
+
+- fix KDC HA feature introduced with implementing KDC poll
+  (RT#6951)
+
+---
+Fri Nov 18 08:35:52 UTC 2011 - rha...@suse.de
+
+- fix minor error messages for the IAKERB GSSAPI mechanism
+  (see: http://krbdev.mit.edu/rt/Ticket/Display.html?id=7020)
+
+---
--- /work/SRC/openSUSE:Factory/krb5/krb5.changes2011-10-19 
14:09:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5.changes   2011-12-12 
17:02:16.0 +0100
@@ -1,0 +2,19 @@
+Mon Nov 21 11:24:12 CET 2011 - m...@suse.de
+
+- fix KDC null pointer dereference in TGS handling
+  (MITKRB5-SA-2011-007, bnc#730393)
+  CVE-2011-1530
+
+---
+Mon Nov 21 11:11:54 CET 2011 - m...@suse.de
+
+- fix KDC HA feature introduced with implementing KDC poll
+  (RT#6951, bnc#731648)
+
+---
+Fri Nov 18 08:35:52 UTC 2011 - rha...@suse.de
+
+- fix minor error messages for the IAKERB GSSAPI mechanism
+  (see: http://krbdev.mit.edu/rt/Ticket/Display.html?id=7020)
+
+---

New:

  krb5-1.9-MITKRB5-SA-2011-007.dif
  krb5-1.9-gss_display_status-iakerb.patch
  krb5-1.9.1-sendto_poll2.patch
  krb5-1.9.1-sendto_poll3.patch



Other differences:
--
++ krb5-mini.spec ++
--- /var/tmp/diff_new_pack.uCrGwX/_old  2011-12-12 17:02:21.0 +0100
+++ /var/tmp/diff_new_pack.uCrGwX/_new  2011-12-12 17:02:21.0 +0100
@@ -72,6 +72,10 @@
 Patch25:krb5-trunk-gss_delete_sec.patch
 Patch26:krb5-trunk-kadmin-oldproto.patch
 Patch30:krb5-1.9-MITKRB5-SA-2011-006.dif
+Patch31:krb5-1.9-gss_display_status-iakerb.patch
+Patch32:krb5-1.9.1-sendto_poll2.patch
+Patch33:krb5-1.9.1-sendto_poll3.patch
+Patch34:krb5-1.9-MITKRB5-SA-2011-007.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: mktemp, grep, /bin/touch, coreutils
 PreReq: %insserv_prereq %fillup_prereq 
@@ -234,6 +238,10 @@
 %patch25 -p1
 %patch26
 %patch30 -p1
+%patch31 -p1
+%patch32 -p1
+%patch33 -p1
+%patch34 -p1
 # Rename the man pages so that they'll get generated correctly.
 pushd src
 cat %{SOURCE10} | while read manpage ; do

++ krb5.spec ++
--- /var/tmp/diff_new_pack.uCrGwX/_old  2011-12-12 17:02:21.0 +0100
+++ /var/tmp/diff_new_pack.uCrGwX/_new  2011-12-12 17:02:21.0 +0100
@@ -72,6 +72,10 @@
 Patch25:krb5-trunk-gss_delete_sec.patch
 Patch26:krb5-trunk-kadmin-oldproto.patch
 Patch30:krb5-1.9-MITKRB5-SA-2011-006.dif
+Patch31:krb5-1.9-gss_display_status-iakerb.patch
+Patch32:krb5-1.9.1-sendto_poll2.patch
+Patch33:krb5-1.9.1-sendto_poll3.patch
+Patch34:krb5-1.9-MITKRB5-SA-2011-007.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: mktemp, grep, /bin/touch, coreutils
 PreReq: %insserv_prereq %fillup_prereq 
@@ -234,6 +238,10 @@
 %patch25 -p1
 %patch26
 %patch30 -p1
+%patch31 -p1
+%patch32 -p1
+%patch33 -p1
+%patch34 -p1
 # Rename the man pages so that they'll get generated correctly.
 pushd src
 cat %{SOURCE10} | while read manpage ; do

++ krb5-1.9-MITKRB5-SA-2011-007.dif ++
diff --git a/src/kdc/Makefile.in b/src/kdc/Makefile.in
index f46cad3..102fbaa 100644
--- a/src/kdc/Makefile.in
+++ b/src/kdc/Makefile.in
@@ -67,6 +67,7 @@ check-unix:: rtest
 
 check-pytests::
$(RUNPYTEST) $(srcdir)/t_workers.py $(PYTESTFLAGS)
+   $(RUNPYTEST) $(srcdir)/t_emptytgt.py $(PYTESTFLAGS)
 
 install::
$(INSTALL_PROGRAM) krb5kdc ${DESTDIR}$(SERVER_BINDIR)/krb5kdc
diff --git a/src/kdc/do_tgs_req.c b/src/kdc/do_tgs_req.c
index c169c54..840a2ef 100644
--- a/src/kdc/do_tgs_req.c
+++ b/src/kdc/do_tgs_req.c
@@ -243,7 +243,8 @@ tgt_again:
 if (!tgs_1 || !data_eq(*server_1, *tgs_

commit libpqxx for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package libpqxx for openSUSE:Factory checked 
in at 2011-12-12 16:57:36

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libpqxx/libpqxx.changes  2011-09-23 
02:09:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpqxx.new/libpqxx.changes 2011-12-12 
17:02:50.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  3 09:47:09 UTC 2011 - a...@suse.de
+
+- Add require on pkg-config to provide pkg-config provides.
+- Don't package libpqxx-3.1.so twice.
+
+---



Other differences:
--
++ libpqxx.spec ++
--- /var/tmp/diff_new_pack.WKvwXx/_old  2011-12-12 17:02:51.0 +0100
+++ /var/tmp/diff_new_pack.WKvwXx/_new  2011-12-12 17:02:51.0 +0100
@@ -15,14 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libpqxx
 %if 0%{?suse_version} > 1100
 BuildRequires:  fdupes
 %endif
-BuildRequires:  gcc-c++ krb5-devel postgresql-devel
+BuildRequires:  gcc-c++
+BuildRequires:  krb5-devel
+BuildRequires:  postgresql-devel
+BuildRequires:  pkg-config
 Url:http://pqxx.org/development/libpqxx/
 Summary:C++ Client Library for PostgreSQL
 Version:3.1
@@ -80,6 +82,7 @@
 %defattr(-,root,root,-)
 %doc %_docdir/%name
 %_includedir/pqxx
+%exclude %_libdir/%name-%version.so
 %_libdir/lib*
 %_libdir/pkgconfig/libpqxx.pc
 /usr/bin/pqxx-config

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



commit libpciaccess0 for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package libpciaccess0 for openSUSE:Factory 
checked in at 2011-12-12 16:57:31

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


Package is "libpciaccess0", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess0/libpciaccess0.changes  
2011-11-05 11:24:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpciaccess0.new/libpciaccess0.changes 
2011-12-12 17:02:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 17:06:34 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libpciaccess0.spec ++
--- /var/tmp/diff_new_pack.9EFMxT/_old  2011-12-12 17:02:50.0 +0100
+++ /var/tmp/diff_new_pack.9EFMxT/_new  2011-12-12 17:02:50.0 +0100
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libpciaccess0
 %define dirsuffix 0.12.901
-BuildRequires:  pkgconfig pkgconfig(xorg-macros) >= 1.8
+BuildRequires:  automake
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 Url:http://xorg.freedesktop.org/
 Version:7.6_%{dirsuffix}
-Release:1
-License:X11/MIT
+Release:0
+License:MIT
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/Libraries
 Provides:   xorg-x11-libs:/usr/%{_lib}/libpciaccess.so.0
@@ -35,65 +34,16 @@
 %description
 Provides functionality for X to access the PCI bus and devices in a 
platform-independent way.
 
-
-
-Authors:
-
-Apple Computer Corporation
-Dave Lemke
-David Dawes
-Derek Wang
-Frank Giessler
-Jim Gettys
-Juliusz Chroboczek
-Jungshik Shin
-Keith Packard
-Kensuke Matsuzaki
-Marc La France
-Mark Leisher
-Noah Levitt
-Phil Karlton
-Ralf Habacker
-Shunsuke Akiyama
-Suhaib Siddiqi
-Susan Angebrandt
-
 %package devel
-License:X11/MIT
 Summary:Include Files and Libraries mandatory for X11 Development
 Group:  Development/Libraries/X11
 Provides:   xorg-x11-libs:/usr/%{_lib}/libpciaccess.so
 Requires:   %{name} = %{version}
-AutoReqProv:on
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop X11 applications that require these.
 
-
-
-Authors:
-
-
-Apple Computer Corporation
-Dave Lemke
-David Dawes
-Derek Wang
-Frank Giessler
-Jim Gettys
-Juliusz Chroboczek
-Jungshik Shin
-Keith Packard
-Kensuke Matsuzaki
-Marc La France
-Mark Leisher
-Noah Levitt
-Phil Karlton
-Ralf Habacker
-Shunsuke Akiyama
-Suhaib Siddiqi
-Susan Angebrandt
-
 %prep
 %setup -q -n libpciaccess-%{dirsuffix}
 

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



commit Mesa for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2011-12-12 16:57:46

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


Package is "Mesa", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2011-11-22 
17:48:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2011-12-12 
17:03:09.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 11:15:48 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.65F2G7/_old  2011-12-12 17:03:10.0 +0100
+++ /var/tmp/diff_new_pack.65F2G7/_new  2011-12-12 17:03:10.0 +0100
@@ -14,27 +14,34 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
 %define _version 7.11.1
 
 Version:7.11.1
-Release:5
+Release:0
 
 Name:   Mesa
-BuildRequires:  gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base 
xorg-x11-devel
-BuildRequires:  bison fdupes flex libtalloc-devel libudev-devel libxml2-python
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  fdupes
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  libdrm-devel
+BuildRequires:  libexpat-devel
+BuildRequires:  libtalloc-devel
+BuildRequires:  libudev-devel
+BuildRequires:  libxml2-python
+BuildRequires:  pkgconfig
+BuildRequires:  python-base
+BuildRequires:  xorg-x11-devel
 %ifarch %ix86 x86_64
 BuildRequires:  llvm-devel
 %endif
 Url:http://www.mesa3d.org
-License:MIT License (or similar)
+License:MIT
 Group:  System/Libraries
 Provides:   xorg-x11-Mesa = %{version} intel-i810-Mesa = %{version} Mesa7 
= %{version}
 Obsoletes:  xorg-x11-Mesa < %{version} intel-i810-Mesa < %{version} Mesa7 
< %{version}
 Obsoletes:  Mesa-nouveau3d
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  XFree86-Mesa-64bit < %{version} Mesa-64bit < %{version}
@@ -77,7 +84,6 @@
 Brian Paul
 
 %package devel
-License:MIT License (or similar)
 Requires:   Mesa = %version xorg-x11-devel libdrm-devel libudev-devel
 Summary:Libraries, includes and more to develop Mesa applications
 Group:  Development/Libraries/X11

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



commit nanum-fonts for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package nanum-fonts for openSUSE:Factory 
checked in at 2011-12-12 16:57:55

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


Package is "nanum-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/nanum-fonts/nanum-fonts.changes  2011-09-23 
02:14:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.nanum-fonts.new/nanum-fonts.changes 
2011-12-12 17:03:14.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 12 10:07:20 UTC 2011 - pgaj...@suse.com
+
+- avoid packaging twice
+
+---



Other differences:
--
++ nanum-fonts.spec ++
--- /var/tmp/diff_new_pack.sFl58v/_old  2011-12-12 17:03:15.0 +0100
+++ /var/tmp/diff_new_pack.sFl58v/_new  2011-12-12 17:03:15.0 +0100
@@ -48,7 +48,6 @@
 
 %package -n %{gothic_name}
 
-
 License:OFL-1.1
 Group:  System/X11/Fonts
 Summary:Nanum Gothic Coding Korean TrueType Fonts
@@ -85,7 +84,9 @@
 %defattr(-, root, root)
 %dir %{ttf_fontdir}
 %{ttf_fontdir}/NanumBrush.ttf
-%{ttf_fontdir}/NanumGothic*.ttf
+%{ttf_fontdir}/NanumGothic.ttf
+%{ttf_fontdir}/NanumGothicBold.ttf
+%{ttf_fontdir}/NanumGothicExtraBold.ttf
 %{ttf_fontdir}/NanumMyeongjo*.ttf
 %{ttf_fontdir}/NanumPen.ttf
 %{_docdir}/%{name}

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



commit libcdio for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package libcdio for openSUSE:Factory checked 
in at 2011-12-12 16:57:19

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libcdio/libcdio-mini.changes 2011-09-23 
02:07:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcdio.new/libcdio-mini.changes
2011-12-12 17:02:37.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov 13 09:32:01 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire
+
+---
+Sun Nov 13 09:29:59 UTC 2011 - co...@suse.com
+
+- one less _service file for factory
+
+---
libcdio.changes: same change

Old:

  _service
  _service:download_url:libcdio-0.82.tar.bz2

New:

  libcdio-0.82.tar.bz2



Other differences:
--
++ libcdio-mini.spec ++
--- /var/tmp/diff_new_pack.aNAXnk/_old  2011-12-12 17:02:43.0 +0100
+++ /var/tmp/diff_new_pack.aNAXnk/_new  2011-12-12 17:02:43.0 +0100
@@ -24,7 +24,7 @@
 # You want standard build unless you will work-around build dependency on 
itself.
 %define STANDARD_BUILD 0
 %define _name libcdio
-BuildRequires:  gcc-c++ pkg-config popt-devel
+BuildRequires:  gcc-c++ libtool pkg-config popt-devel
 %if %STANDARD_BUILD
 BuildRequires:  libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
 #!BuildIgnore: libcdio-mini-devel
@@ -32,7 +32,7 @@
 #BuildRequires:  cdparanoia
 %endif
 Version:0.82
-Release:3
+Release:10
 # WARNING: After changing versions please call Re or rpmbuild to auto-update 
spec file:
 %define libcdio_name 12
 %define libcdio_paranoia_name 0

++ libcdio.spec ++
--- /var/tmp/diff_new_pack.aNAXnk/_old  2011-12-12 17:02:43.0 +0100
+++ /var/tmp/diff_new_pack.aNAXnk/_new  2011-12-12 17:02:43.0 +0100
@@ -24,7 +24,7 @@
 # You want standard build unless you will work-around build dependency on 
itself.
 %define STANDARD_BUILD 1
 %define _name libcdio
-BuildRequires:  gcc-c++ pkg-config popt-devel
+BuildRequires:  gcc-c++ libtool pkg-config popt-devel
 %if %STANDARD_BUILD
 BuildRequires:  libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
 #!BuildIgnore: libcdio-mini-devel

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



commit mkinitrd for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2011-12-12 16:57:51

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


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

Changes:

--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes2011-11-23 
19:36:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2011-12-12 
17:03:11.0 +0100
@@ -1,0 +2,18 @@
+Thu Dec  8 10:56:45 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  Use SPDX format (http://www.spdx.org/licenses)
+
+---
+Wed Dec  7 21:14:12 UTC 2011 - mma...@suse.cz
+
+- setup-network: Remember the interface name as a fallback if the
+  mac address does not match (bnc#733375).
+
+---
+Mon Nov 28 15:31:26 UTC 2011 - mma...@suse.cz
+
+- setup-ibft: Do not assume that interface names start with 'eth'
+  (bnc#728631).
+
+---



Other differences:
--
++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-11-22 13:49:46.0 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-12-07 22:16:36.0 +0100
@@ -1,4 +1,16 @@
 ---
+Wed Dec  7 21:14:12 UTC 2011 - mma...@suse.cz
+
+- setup-network: Remember the interface name as a fallback if the
+  mac address does not match (bnc#733375).
+
+---
+Mon Nov 28 15:31:26 UTC 2011 - mma...@suse.cz
+
+- setup-ibft: Do not assume that interface names start with 'eth'
+  (bnc#728631).
+
+---
 Tue Nov 22 12:29:02 UTC 2011 - mma...@suse.cz
 
 - setup-modules: Allow aliases as dependencies in the SUSE INITRD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-network.sh 
new/mkinitrd-2.7.0/scripts/boot-network.sh
--- old/mkinitrd-2.7.0/scripts/boot-network.sh  2011-11-22 13:49:46.0 
+0100
+++ new/mkinitrd-2.7.0/scripts/boot-network.sh  2011-12-07 22:16:36.0 
+0100
@@ -118,9 +118,10 @@
 }
 
 
+# macaddr2if eth0:00:00:de:ad:be:ef
 macaddr2if()
 {
-local macaddress=$1 tmpmac dev
+local macaddress=${1#*:} fallback=${1%%:*} tmpmac dev
 
 for dev in /sys/class/net/* ; do
 # skip files that are no directories
@@ -134,6 +135,7 @@
 return
 fi
 done
+echo "$fallback"
 }
 
 i=0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-ibft.sh 
new/mkinitrd-2.7.0/scripts/setup-ibft.sh
--- old/mkinitrd-2.7.0/scripts/setup-ibft.sh2011-11-22 13:49:46.0 
+0100
+++ new/mkinitrd-2.7.0/scripts/setup-ibft.sh2011-12-07 22:16:36.0 
+0100
@@ -4,9 +4,15 @@
 #%depends: network
 
 ibft_set_iface() {
-local if=$(cd $ibft_nic/device/net; ls -d eth* 2>/dev/null)
-[ "$if" ] && {
-   interface=$if
+local iface
+
+for iface in $ibft_nic/device/net/*/addr_len; do
+   break
+done
+iface=${iface%/*}
+iface=${iface##*/}
+if test -n "$iface"; then
+   interface=$iface
drvlink=$(get_network_module $interface)
if [ ! "$nettype" -a -e $ibft_nic/dhcp ]; then
nettype=dhcp
@@ -15,7 +21,7 @@
else
nettype=static
fi
-}
+fi
 }
 
 ibft_nic=/sys/firmware/ibft/ethernet0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-network.sh 
new/mkinitrd-2.7.0/scripts/setup-network.sh
--- old/mkinitrd-2.7.0/scripts/setup-network.sh 2011-11-22 13:49:46.0 
+0100
+++ new/mkinitrd-2.7.0/scripts/setup-network.sh 2011-12-07 22:16:36.0 
+0100
@@ -237,9 +237,9 @@
 drvlink="$drvlink $(get_network_module $iface)"
 read macaddress < /sys/class/net/$iface/address
 if $static; then
-static_macaddresses="$static_macaddresses $macaddress"
+static_macaddresses="$static_macaddresses $iface:$macaddress"
 else
-dhcp_macaddresses="$dhcp_macaddresses $macaddress"
+dhcp_macaddresses="$dhcp_macaddresses $iface:$macaddress"
 fi
 elif [ -d /sys/class/net/$iface/bonding ] ; then
 verbose "[NETWORK]\tConfigure bonding for 

commit netcat-openbsd for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package netcat-openbsd for openSUSE:Factory 
checked in at 2011-12-12 16:57:59

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


Package is "netcat-openbsd", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/netcat-openbsd/netcat-openbsd.changes
2011-09-23 02:14:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.netcat-openbsd.new/netcat-openbsd.changes   
2011-12-12 17:03:15.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 10 17:46:07 UTC 2011 - crrodrig...@opensuse.org
+
+- Update xbuntu patches.
+- Ensure we have large file support in 32 bit builds
+- Fix rpmlint warnings
+
+---

Old:

  netcat-openbsd_1.89-3ubuntu2.diff.gz

New:

  netcat-openbsd_1.89-4ubuntu1.diff.gz



Other differences:
--
++ netcat-openbsd.spec ++
--- /var/tmp/diff_new_pack.Za3q7O/_old  2011-12-12 17:03:17.0 +0100
+++ /var/tmp/diff_new_pack.Za3q7O/_new  2011-12-12 17:03:17.0 +0100
@@ -30,8 +30,8 @@
 Summary:TCP/IP swiss army knife
 Source: %{name}-%{version}.tar.bz2
 Source1:CMakeLists.txt
-Patch0: netcat-openbsd_1.89-3ubuntu2.diff.gz
-Provides:   nc6 = %{version} netcat
+Patch0: netcat-openbsd_1.89-4ubuntu1.diff.gz
+Provides:   nc6 = %{version} netcat = %{version}
 Obsoletes:  nc6 <= 1.0 netcat <= 1.10
 
 %description
@@ -80,9 +80,9 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/nc
-%{_bindir}/netcat
+%ghost %{_bindir}/netcat
 %{_mandir}/man1/nc.1.gz
-%{_mandir}/man1/netcat.1.gz
+%ghost %{_mandir}/man1/netcat.1.gz
 %ghost /etc/alternatives/netcat
 %ghost /etc/alternatives/netcat.1.gz
 

++ CMakeLists.txt ++
--- /var/tmp/diff_new_pack.Za3q7O/_old  2011-12-12 17:03:17.0 +0100
+++ /var/tmp/diff_new_pack.Za3q7O/_new  2011-12-12 17:03:17.0 +0100
@@ -10,7 +10,7 @@
 
 PROJECT(netcat-openbsd C)
 SET(CMAKE_VERBOSE_MAKEFILE ON)
-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -W -Wall")
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -g -W -Wall")
 
 #please fix cmake to avoid this %$#$#$ , there is no findGlib2.cmake built-in !
 FIND_PATH(GLIB2_INCLUDE_DIR NAMES glib.h glibconfig.h PATHS 
/usr/include/glib-2.0)

++ netcat-openbsd_1.89-3ubuntu2.diff.gz -> 
netcat-openbsd_1.89-4ubuntu1.diff.gz ++
Files 
/work/SRC/openSUSE:Factory/netcat-openbsd/netcat-openbsd_1.89-3ubuntu2.diff.gz 
and 
/work/SRC/openSUSE:Factory/.netcat-openbsd.new/netcat-openbsd_1.89-4ubuntu1.diff.gz
 differ

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



commit pam-config for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package pam-config for openSUSE:Factory 
checked in at 2011-12-12 16:58:27

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


Package is "pam-config", Maintainer is "ku...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes2011-09-23 
12:21:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes   
2011-12-12 17:03:28.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:32:29 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ pam-config.spec ++
--- /var/tmp/diff_new_pack.pnxGAy/_old  2011-12-12 17:03:30.0 +0100
+++ /var/tmp/diff_new_pack.pnxGAy/_new  2011-12-12 17:03:30.0 +0100
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   pam-config
 Summary:Modify common PAM configuration files
-Version:0.79
-Release:3
 License:GPL-2.0
-AutoReqProv:on
+Group:  System/Management
+Version:0.79
+Release:0
+BuildRequires:  automake
 PreReq: pam >= 0.99
 Requires:   pam-modules >= 10.2
-Group:  System/Management
 Source: %{name}-%{version}.tar.bz2
 Patch0: pam_systemd.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit nfswatch for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package nfswatch for openSUSE:Factory 
checked in at 2011-12-12 16:58:06

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


Package is "nfswatch", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/nfswatch/nfswatch.changes2011-09-23 
02:14:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfswatch.new/nfswatch.changes   2011-12-12 
17:03:17.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 13:38:10 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ nfswatch.spec ++
--- /var/tmp/diff_new_pack.G1qyob/_old  2011-12-12 17:03:18.0 +0100
+++ /var/tmp/diff_new_pack.G1qyob/_new  2011-12-12 17:03:18.0 +0100
@@ -15,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   nfswatch
-License:BSD
-Group:  Productivity/Networking/NFS
-AutoReqProv:on
 Version:4.99.10
-Release:1
+Release:0
 Summary:An NFS traffic monitoring tool
+License:BSD-2-Clause
+Group:  Productivity/Networking/NFS
 Url:http://nfswatch.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-BuildRequires:  libpcap-devel ncurses-devel
+BuildRequires:  libpcap-devel
+BuildRequires:  ncurses-devel
 
 %description
 Nfswatch is a command-line tool for monitoring NFS traffic.

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



commit offlineimap for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2011-12-12 16:58:22

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  2011-09-23 
02:15:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes 
2011-12-12 17:03:24.0 +0100
@@ -1,0 +2,90 @@
+Sun Dec 11 15:07:52 UTC 2011 - cth...@suse.com
+
+- update to version 6.4.0 
+  * Various regression and bug fixes from the last couple of RCs
+  * Refresh server capabilities after login, so we know that Gmail
+supports UIDPLUS (it only announces that after login, not
+before). This prevents us from adding custom headers to Gmail uploads.
+  * Fix the creation of folders on remote repositories, which was still
+botched on rc2.
+  * Implement per-account locking, so that it will possible to sync
+different accounts at the same time. The old global lock is still in
+place for backward compatibility reasons (to be able to run old and
+new versions of OfflineImap concurrently) and will be removed in the
+future. Starting with this version, OfflineImap will be
+forward-compatible with the per-account locking style.
+  * Implement RFC 2595 LOGINDISABLED. Warn the user and abort when we
+attempt a plaintext login but the server has explicitly disabled
+plaintext logins rather than crashing.
+  * Folders will now also be automatically created on the REMOTE side of
+an account if they exist on the local side. Use the folderfilters
+setting on the local side to prevent some folders from migrating to
+the remote side.  Also, if you have a nametrans setting on the remote
+repository, you might need a nametrans setting on the local repository
+that leads to the original name (reverse nametrans).
+  * Documentation improvements concerning 'restoreatime' and some code cleanup
+  * Maildir repositories now also respond to folderfilter= configurations.
+  * New emails are not created with "-rwxr-xr-x" but as "-rw-r--r--"
+anymore, fixing a regression in 6.3.4.
+  * When a message upload/download fails, we do not abort the whole folder
+synchronization, but only skip that message, informing the user at the
+end of the sync run.
+  * If you connect via ssl and 'cert_fingerprint' is configured, we check
+that the server certificate is actually known and identical by
+comparing the stored sha1 fingerprint with the current one.
+  * Refactor our IMAPServer class. Background work without user-visible
+changes.
+  * Remove the configurability of the Blinkenlights statuschar. It
+cluttered the main configuration file for little gain.
+  * Updated bundled imaplib2 to version 2.28.
+  * We protect more robustly against asking for inexistent messages from the
+IMAP server, when someone else deletes or moves messages while we sync.
+  * Selecting inexistent folders specified in folderincludes now throws
+nice errors and continues to sync with all other folders rather than
+exiting offlineimap with a traceback.
+- changes in v6.3.4
+  * Handle when UID can't be found on saved messages.
+  * Support maildir for Windows.
+  * Manual improved.
+  * Added StartTLS support, it will automatically be used if the server
+supports it.
+  * We protect more robustly against asking for inexistent messages from the
+IMAP server, when someone else deletes or moves messages while we sync.
+  * Implement experimental IDLE feature.
+  * Maildirs use less memory while syncing.
+  * Saving to Maildirs now checks for file existence without race conditions.
+  * A bug in the underlying imap library has been fixed that could
+potentially lead to data loss if the server interrupted responses with
+unexpected but legal server status responses. This would mainly occur
+in folders with many thousands of emails. Upgrading from the previous
+release is strongly recommended.
+  * Begin sphinx-based documentation for the code.
+  * Enable 1-way synchronization by settting a [Repository ...] to
+readonly = True. When e.g. using offlineimap for backup purposes you
+can thus make sure that no changes in your backup trickle back into
+the main IMAP server.
+  * Optional: experimental SQLite-based backend for the LocalStatus
+cache. Plain text remains the default.
+  * Start a enhanced error handling background system. This is designed to not
+stop a whole sync process on all errors (not much used, yet).
+  * Documentation improvements: the FAQ wins new entries and add a new HACKING
+file for developers.
+  * Lot of code cleanups.
+  * Reduc

commit obs-service-format_spec_file for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2011-12-12 16:58:11

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2011-09-23 02:14:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2011-12-12 17:03:19.0 +0100
@@ -1,0 +2,20 @@
+Wed Dec  7 14:04:46 UTC 2011 - co...@suse.com
+
+- move pkgconfig() and co to the end of the buildrequires
+
+---
+Wed Dec  7 08:22:29 UTC 2011 - co...@suse.com
+
+- another update from git to replace way more licenses (0.4)
+
+---
+Tue Dec  6 08:50:41 UTC 2011 - co...@suse.com
+
+- update from https://github.com/openSUSE/obs-service-format_spec_file
+
+---
+Thu Dec  1 14:10:52 UTC 2011 - adr...@suse.de
+
+- allow to specify a defined spec file (version 0.2)
+
+---

New:

  licenses_changes.txt
  patch_license



Other differences:
--
++ obs-service-format_spec_file.spec ++
--- /var/tmp/diff_new_pack.vtghOV/_old  2011-12-12 17:03:22.0 +0100
+++ /var/tmp/diff_new_pack.vtghOV/_new  2011-12-12 17:03:22.0 +0100
@@ -16,16 +16,18 @@
 #
 
 
-
 Name:   obs-service-format_spec_file
-License:GPL v2 or later
+Summary:An OBS source service: reformats a spec file to SUSE standard
+License:GPL-2.0+
 Group:  Development/Tools/Building
-Summary:An OBS source service: reformats a spec file to SUSE standard.
-Version:0.1
-Release:11
+Version:0.4
+Release:0
+Url:https://github.com/openSUSE/obs-service-format_spec_file
 Source: format_spec_file
 Source1:format_spec_file.service
 Source2:prepare_spec
+Source3:patch_license
+Source4:licenses_changes.txt
 Requires:   osc-source_validator
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -49,7 +51,8 @@
 mkdir -p $RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files
 install -m 0755 %{SOURCE0} $RPM_BUILD_ROOT/usr/lib/obs/service
 install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/obs/service
-install -m 0755 %{SOURCE2} 
$RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files
+install -m 0755 %{SOURCE2} %{SOURCE3} 
$RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files
+install -m 0644 %{SOURCE4} 
$RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files
 
 %files
 %defattr(-,root,root)

++ format_spec_file ++
--- /var/tmp/diff_new_pack.vtghOV/_old  2011-12-12 17:03:22.0 +0100
+++ /var/tmp/diff_new_pack.vtghOV/_new  2011-12-12 17:03:22.0 +0100
@@ -9,6 +9,10 @@
   MYOUTDIR="$2"
   shift
 ;;
+*-specfile)
+  MYSPECFILES="$MYSPECFILES $2"
+  shift
+;;
 *)
   echo Unknown parameter $1.
   echo 'Usage: this service is not excepting parameters'
@@ -19,7 +23,10 @@
 done
 
 RETURN=0
-for i in *.spec; do
+if [ -z "$MYSPECFILES" ]; then
+  MYSPECFILES=`echo *.spec`
+fi
+for i in $MYSPECFILES; do
   if [ "$i" == '*.spec' ]; then
 echo "WARNING: no spec file found"
 exit 0

++ format_spec_file.service ++
--- /var/tmp/diff_new_pack.vtghOV/_old  2011-12-12 17:03:22.0 +0100
+++ /var/tmp/diff_new_pack.vtghOV/_new  2011-12-12 17:03:22.0 +0100
@@ -1,5 +1,8 @@
-
-  Validate sources
-  The default SUSE source validator which catches common pitfalls 
before build.
+
+  Format the spec files
+  Formatting the spec files
+  
+Just run on specified spec file instead all 
available
+  
 
 

++ licenses_changes.txt ++
SPDXName in Spec File
AAL AAL
AFL-2.1 Academic Free License 2.1
AGPL-3.0Affero GPL
AFL-2.1 AFL 2.1
AFL-1.2 AFL-1.2
AFL-2.0 AFL-2.0
AFL-2.1 AFL-2.1
AFL-3.0 AFL-3.0
AGPL-3.0AGPL-3.0
AGPL-3.0AGPLv3
SUSE-AGPL-3.0+  AGPLv3+
ANTLR-PDANTLR-PD
Apache-1.1  Apache 1.1 (Indiana University)
Apache-2.0  Apache 2.0
Apache-2.0  Apache License
Apache-2.0  Apache License 2.0
Apache-2.0  Apache License, Version 2.0
Apache-2.0  Apache Software License ..
Apache-2.0  Apache Software License
Apache-2.0  Apache v2.0
Apache-1.0  Apache-1.0
Apache-1.1  Apache-1.1
Apache-2.0  Apache

commit perl-Text-Markdown for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Markdown for 
openSUSE:Factory checked in at 2011-12-12 16:58:43

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


Package is "perl-Text-Markdown", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Markdown/perl-Text-Markdown.changes
2011-11-21 12:49:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Markdown.new/perl-Text-Markdown.changes   
2011-12-12 17:03:34.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  9 08:41:49 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ perl-Text-Markdown.spec ++
--- /var/tmp/diff_new_pack.joPxo6/_old  2011-12-12 17:03:39.0 +0100
+++ /var/tmp/diff_new_pack.joPxo6/_new  2011-12-12 17:03:39.0 +0100
@@ -16,26 +16,25 @@
 #
 
 
-
 Name:   perl-Text-Markdown
 Version:1.31
-Release:1
-License:BSD
+Release:0
 %define cpan_name Text-Markdown
 Summary:Convert Markdown syntax to (X)HTML
-Url:http://search.cpan.org/dist/Text-Markdown/
+License:BSD-3-Clause
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Text-Markdown/
 Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-macros
-BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(LWP::Simple)
+BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Text::Diff)
+BuildRequires:  perl-macros
 %{perl_requires}
 
 %description

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



commit python-feedparser for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package python-feedparser for 
openSUSE:Factory checked in at 2011-12-12 16:58:48

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


Package is "python-feedparser", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-feedparser/python-feedparser.changes  
2011-09-23 12:42:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-feedparser.new/python-feedparser.changes 
2011-12-12 17:03:39.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 13:54:33 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ python-feedparser.spec ++
--- /var/tmp/diff_new_pack.nVSWh8/_old  2011-12-12 17:03:44.0 +0100
+++ /var/tmp/diff_new_pack.nVSWh8/_new  2011-12-12 17:03:44.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python-feedparser
 Version:5.0.1
-Release:1
+Release:0
 Summary:Universal Feed Parser Module for Python
-Url:http://sourceforge.net/projects/feedparser/
-License:BSD
+License:BSD-2-Clause
 Group:  Development/Libraries/Python
+Url:http://sourceforge.net/projects/feedparser/
 Source: feedparser-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel

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



commit pcsc-lite for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2011-12-12 16:58:38

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


Package is "pcsc-lite", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes  2011-11-22 
17:49:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2011-12-12 
17:03:31.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 19:34:17 CET 2011 - sbra...@suse.cz
+
+- Move libpcsclite.so file to the main package (bnc#732911).
+
+---
+Fri Nov 25 19:54:19 UTC 2011 - w...@rosenauer.org
+
+- Updated to version 1.8.1
+  * added missing files in source archive
+
+---

Old:

  pcsc-lite-1.8.0.tar.bz2

New:

  pcsc-lite-1.8.1.tar.bz2
  systemd-service.patch



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.aoPJRq/_old  2011-12-12 17:03:34.0 +0100
+++ /var/tmp/diff_new_pack.aoPJRq/_new  2011-12-12 17:03:34.0 +0100
@@ -33,7 +33,7 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
-Version:1.8.0
+Version:1.8.1
 Release:1
 Requires(pre):  pwdutils
 Group:  Productivity/Security
@@ -47,6 +47,7 @@
 Source4:baselibs.conf
 Source5:pcsc-lite-init
 Source6:pcsc-lite-reader-conf
+Patch0: systemd-service.patch
 Requires(post): %insserv_prereq %fillup_prereq
 %if %suse_version > 1130
 PreReq: sysvinit(syslog)
@@ -121,6 +122,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 cp -a %{S:1} %{S:2} %{S:5} %{S:6} .
 
 %build
@@ -168,24 +170,29 @@
 %post
 %if %suse_version > 1140
 %service_add_post pcscd.service pcscd.socket
-%else
+/bin/systemctl disable pcscd.service || :
+/bin/systemctl enable pcscd.socket || :
+/bin/systemctl try-restart pcscd.service || :
+/bin/systemctl restart pcscd.socket || :
+%endif
 %fillup_and_insserv -y -n pcscd pcscd
 %restart_on_update pcscd
-%endif
 
 %preun
 %if %suse_version > 1140
 %service_del_preun pcscd.service pcscd.socket
-%else
-%stop_on_removal pcscd
 %endif
+%stop_on_removal pcscd
 
 %postun
 %if %suse_version > 1140
 %service_del_postun pcscd.service pcscd.socket
-%else
-%insserv_cleanup
+# make sure to reload systemd for possible downgrades
+if [ "$1" = "1" ]; then
+  /bin/systemctl daemon-reload >/dev/null 2>&1 || :
+fi
 %endif
+%insserv_cleanup
 
 %post -n libpcsclite1 -p /sbin/ldconfig
 
@@ -208,6 +215,8 @@
 %endif
 %{_initrddir}/pcscd
 /var/adm/fillup-templates/sysconfig.pcscd
+# libpcsclite.so should stay in the main package (#732911). Third party 
packages may need it for dlopen().
+%{_libdir}/libpcsclite.so
 
 %files -n libpcsclite1
 %defattr(-,root,root)
@@ -220,8 +229,10 @@
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
-%{_libdir}/*.so
 %{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
+%{_libdir}/*.so
+# libpcsclite.so should stay in the main package (#732911). Third party 
packages may need it for dlopen().
+%exclude %{_libdir}/libpcsclite.so
 
 %changelog

++ pcsc-lite-1.8.0.tar.bz2 -> pcsc-lite-1.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-lite-1.8.0/ChangeLog 
new/pcsc-lite-1.8.1/ChangeLog
--- old/pcsc-lite-1.8.0/ChangeLog   2011-11-19 16:55:37.0 +0100
+++ new/pcsc-lite-1.8.1/ChangeLog   2011-11-25 15:05:43.0 +0100
@@ -1,3 +1,8 @@
+pcsc-lite-1.8.1: Ludovic Rousseau
+25 November 2011
+- Distribute missing files from src/spy/
+
+
 pcsc-lite-1.8.0: Ludovic Rousseau
 19 November 2011
 - PC/SC spy tool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-lite-1.8.0/ChangeLog.svn 
new/pcsc-lite-1.8.1/ChangeLog.svn
--- old/pcsc-lite-1.8.0/ChangeLog.svn   2011-11-19 16:57:42.0 +0100
+++ new/pcsc-lite-1.8.1/ChangeLog.svn   2011-11-25 15:10:39.0 +0100
@@ -1,3 +1,9 @@
+2011-11-25  Ludovic Rousseau
+
+   * [r6118] ChangeLog, configure.in: Release 1.8.1
+   * [r6117] src/spy/Makefile.am: Also distribute pcsc-spy.py
+ install_spy.sh uninstall_spy.sh README.txt
+
 2011-11-19  Ludovic Rousseau
 
* [r6111] ChangeLog, configure.in: Release 1.8.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-lite-1.8.0/configure 
new/pcsc-lite-1.8.1/configure
--- old/pcsc-lite-1.8.0/configure   2011-11-19 16:55:49.0 +0100
+++ new/pcsc-lite-1.8.1/configure   2011-11-25 15:09:01.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and

commit python-matplotlib for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2011-12-12 16:58:51

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


Package is "python-matplotlib", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2011-10-14 09:53:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2011-12-12 17:03:44.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 13:54:40 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.CqvFYb/_old  2011-12-12 17:03:49.0 +0100
+++ /var/tmp/diff_new_pack.CqvFYb/_new  2011-12-12 17:03:49.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python-matplotlib
 Version:1.0.1
-Release:8
-License:BSD
-Group:  Development/Libraries/Python
+Release:0
 
 Summary:Plotting Library for Python
+License:BSD-2-Clause
+Group:  Development/Libraries/Python
 Url:http://sourceforge.net/projects/matplotlib
 Source: matplotlib-%{version}.tar.bz2
 Source1:matplotlib-setup.cfg
@@ -87,9 +85,7 @@
 application servers, and six graphical user interface toolkits.
 
 %package tk
-License:BSD
 Summary:Tk backend for python-matplotlib
-Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-tk
 
@@ -97,9 +93,7 @@
 Tk backend for python-matplotlib plotting package
 
 %package wx
-License:BSD
 Summary:Wx backend for python-matplotlib
-Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-wxGTK
 

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



commit python-optcomplete for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package python-optcomplete for 
openSUSE:Factory checked in at 2011-12-12 16:58:56

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


Package is "python-optcomplete", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-optcomplete/python-optcomplete.changes
2011-09-23 12:43:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-optcomplete.new/python-optcomplete.changes   
2011-12-12 17:03:49.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  9 08:43:52 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ python-optcomplete.spec ++
--- /var/tmp/diff_new_pack.HIypPL/_old  2011-12-12 17:03:52.0 +0100
+++ /var/tmp/diff_new_pack.HIypPL/_new  2011-12-12 17:03:52.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-optcomplete (Version 1.2_devel)
+# spec file for package python-optcomplete
 #
-# 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
@@ -21,14 +21,13 @@
 %define unmangled_version 1.2-devel
 %define release 1
 
+Name:   python-optcomplete
 Summary:Automatic Shell Completion Support for Scripts Using Optparse
-
-Name:   python-%{modname}
+License:BSD-3-Clause
+Group:  Development/Libraries/Python
 Version:%{_version}
-Release:1
+Release:0
 Source0:%{modname}-%{unmangled_version}.tar.bz2
-License:BSD
-Group:  Development/Libraries/Python
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
 BuildArch:  noarch

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



commit qalculate for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package qalculate for openSUSE:Factory 
checked in at 2011-12-12 16:59:00

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


Package is "qalculate", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/qalculate/qalculate.changes  2011-09-23 
12:43:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.qalculate.new/qalculate.changes 2011-12-12 
17:03:52.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  7 14:18:26 UTC 2011 - co...@suse.com
+
+- this is GPL-2.0+
+
+---



Other differences:
--
++ qalculate.spec ++
--- /var/tmp/diff_new_pack.8Trozj/_old  2011-12-12 17:03:53.0 +0100
+++ /var/tmp/diff_new_pack.8Trozj/_new  2011-12-12 17:03:53.0 +0100
@@ -15,23 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %define major  5
 %define libnamelibqalculate
 
 Summary:Powerful Calulator application
+License:GPL-2.0+
+Group:  Productivity/Scientific/Math
 
 Name:   qalculate
 Version:0.9.7
-Release:5
-License:GPL
+Release:0
 Url:http://qalculate.sourceforge.net/
 Source0:%{libname}-%{version}.tar.bz2
-Group:  Productivity/Scientific/Math
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++ glib2-devel intltool libxml2-devel perl-XML-Parser 
pkgconfig readline-devel
-BuildRequires:  cln-devel gmp-devel
+BuildRequires:  cln-devel
+BuildRequires:  gcc-c++
+BuildRequires:  glib2-devel
+BuildRequires:  gmp-devel
+BuildRequires:  intltool
+BuildRequires:  libxml2-devel
+BuildRequires:  perl-XML-Parser
+BuildRequires:  pkgconfig
+BuildRequires:  readline-devel
 
 %description
 Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. It is
@@ -42,8 +47,6 @@
 This is the commandline interface, named qalc.
 
 %package -n %{libname}%{major}
-
-
 Summary:Powerful Calulator Library
 Group:  System/Libraries
 Suggests:   %{name}
@@ -58,8 +61,6 @@
 This is the shared library package.
 
 %package -n %{libname}-devel
-
-
 Summary:Header files, libraries and development documentation for 
%{libname}
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}

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



commit rfc for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package rfc for openSUSE:Factory checked in 
at 2011-12-12 16:59:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rfc/rfc.changes  2011-12-05 12:45:37.0 
+0100
+++ /work/SRC/openSUSE:Factory/.rfc.new/rfc.changes 2011-12-12 
17:03:54.0 +0100
@@ -2 +2 @@
-Fri Dec  2 20:43:34 CET 2011 - autobu...@suse.de
+Fri Dec  9 21:42:59 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-02
+- automated update on 2011-12-09



Other differences:
--

++ rfc.tgz ++
/work/SRC/openSUSE:Factory/rfc/rfc.tgz 
/work/SRC/openSUSE:Factory/.rfc.new/rfc.tgz differ: char 5, line 1

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



commit rpm for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2011-12-12 16:59:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rpm/rpm-python.changes   2011-09-23 
12:44:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm-python.changes  2011-12-12 
17:04:12.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 11 09:28:28 UTC 2011 - co...@suse.com
+
+- add libtool as explicit buildrequire
+
+---
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2011-11-24 11:37:23.0 
+0100
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2011-12-12 
17:04:13.0 +0100
@@ -1,0 +2,12 @@
+Mon Dec 12 11:02:10 UTC 2011 - co...@suse.com
+
+- readd brp-compress
+
+---
+Fri Dec  9 13:55:31 UTC 2011 - co...@suse.com
+
+- do not hardcode brp check list, but call everything below
+  /usr/lib/rpm/brp-suse.d - and move our own brp scripts to 
+  brp-check-suse
+
+---



Other differences:
--
++ rpm-python.spec ++
--- /var/tmp/diff_new_pack.vHUn4c/_old  2011-12-12 17:04:18.0 +0100
+++ /var/tmp/diff_new_pack.vHUn4c/_new  2011-12-12 17:04:18.0 +0100
@@ -15,18 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   rpm-python
-BuildRequires:  file-devel libbz2-devel libelf-devel libselinux-devel 
libsemanage-devel lua-devel ncurses-devel popt-devel
-BuildRequires:  libacl-devel libcap-devel python-devel xz-devel zlib-devel
+BuildRequires:  file-devel
+BuildRequires:  libacl-devel
+BuildRequires:  libbz2-devel
+BuildRequires:  libcap-devel
+BuildRequires:  libelf-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  libsemanage-devel
+BuildRequires:  libtool
+BuildRequires:  lua-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  popt-devel
+BuildRequires:  python-devel
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
 #!BuildIgnore:  rpmlint-Factory
+Summary:Python Bindings for Manipulating RPM Packages
 License:GPL-2.0+
 Group:  System/Packages
-Summary:Python Bindings for Manipulating RPM Packages
 Version:4.9.1.2
-Release:5
+Release:0
 Requires:   rpm = %{version}
 %py_requires
 Source99:   rpm.spec

++ rpm.spec ++
--- /var/tmp/diff_new_pack.vHUn4c/_old  2011-12-12 17:04:18.0 +0100
+++ /var/tmp/diff_new_pack.vHUn4c/_new  2011-12-12 17:04:18.0 +0100
@@ -16,19 +16,28 @@
 #
 
 
-
 Name:   rpm
-License:GPL-2.0+
-Group:  System/Packages
-BuildRequires:  file-devel libbz2-devel libelf-devel libselinux-devel 
libsemanage-devel lua-devel ncurses-devel xz-devel zlib-devel
-BuildRequires:  libtool popt-devel
-BuildRequires:  libacl-devel libcap-devel
+BuildRequires:  file-devel
+BuildRequires:  libacl-devel
+BuildRequires:  libbz2-devel
+BuildRequires:  libcap-devel
+BuildRequires:  libelf-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  libsemanage-devel
+BuildRequires:  libtool
+BuildRequires:  lua-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  popt-devel
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
 #!BuildIgnore:  rpmlint-Factory
 Provides:   rpminst
 PreReq: %insserv_prereq %fillup_prereq
 Summary:The RPM Package Manager
+License:GPL-2.0+
+Group:  System/Packages
 Version:4.9.1.2
-Release:1
+Release:0
 Source: rpm-%{version}.tar.bz2
 Source1:RPM-HOWTO.tar.bz2
 Source2:RPM-Tips.html.tar.bz2
@@ -137,8 +146,6 @@
 
 %package devel
 Summary:Include Files and Libraries mandatory for Development
-License:GPL-2.0+
-Group:  System/Packages
 Requires:   rpm = %{version}
 Requires:   popt-devel
 

++ brp.diff ++
--- /var/tmp/diff_new_pack.vHUn4c/_old  2011-12-12 17:04:18.0 +0100
+++ /var/tmp/diff_new_pack.vHUn4c/_new  2011-12-12 17:04:18.0 +0100
@@ -2,75 +2,20 @@
 
 Index: scripts/Makefile.am
 ===
 scripts/Makefile.am.orig
-+++ scripts/Makefile.am
-@@ -6,6 +6,7 @@ CLEANFILES =
- 
- EXTRA_DIST = \
-   brp-compress brp-python-bytecompile brp-java-gcjcompile \
-+  brp-lib64-linux brp-symlink \
-   brp-strip brp-strip-comment-note brp-python-hardlink \
-   brp-strip-shared brp-strip-static-archive \
-   check-files check-prereqs \
-@@ -24,6 +25,7 @@ EXTRA_DIST = \
- 
+--- s

commit squirrel for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package squirrel for openSUSE:Factory 
checked in at 2011-12-12 16:59:14

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


Package is "squirrel", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/squirrel/squirrel.changes2011-11-16 
17:22:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.squirrel.new/squirrel.changes   2011-12-12 
17:04:19.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 28 09:35:46 UTC 2011 - co...@suse.com
+
+- calling autoreconf after patching all about auto* sounds sane
+
+---



Other differences:
--
++ squirrel.spec ++
--- /var/tmp/diff_new_pack.T8LX3Z/_old  2011-12-12 17:04:21.0 +0100
+++ /var/tmp/diff_new_pack.T8LX3Z/_new  2011-12-12 17:04:21.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define dirname SQUIRREL3
 
 Name:   squirrel
@@ -24,7 +25,7 @@
 Url:http://squirrel-lang.org/
 Group:  Development/Languages/Other
 License:MIT
-BuildRequires:  dos2unix gcc-c++
+BuildRequires:  dos2unix gcc-c++ libtool
 Source: %{name}_3_0_stable.tar.bz2
 Patch0: squirrel-autoconfiscate.patch.bz2
 Patch1: squirrel-aliasing.patch
@@ -83,6 +84,7 @@
 %patch3
 find . -type f -exec chmod -x {} \;
 chmod +x configure config.guess config.sub depcomp install-sh ltmain.sh missing
+autoreconf -fi
 
 %build
 export CXXFLAGS="%{optflags} -std=gnu++0x"

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



commit subversion for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2011-12-12 16:59:19

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


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

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2011-11-25 
23:05:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2011-12-12 17:04:22.0 +0100
@@ -1,0 +2,41 @@
+Tue Dec  6 00:06:20 UTC 2011 - andreas.stie...@gmx.de
+
+- update to upstream 1.7.2
+  User-visible changes:
+   * fix working copy corruption after interrupted update/switch (issue #4040)
+   * avoid segfaults against pre-1.5 servers (r1186928)
+   * improve configure error message if apr-util uses old or no bdb (r1186784)
+   * make 'svn patch' ignore '/dev/null' targets for compat with git (r1197998)
+   * fix 'svn patch' segfault on patch that skips and deletes files (r1199950)
+   * omit "Committed revision N." output from 'svn commit --quiet' (r1200837)
+   * fix authz denial when svnserve root is a repository (issue #4060)
+   * fix uninitialized memory read in client diff code (r1201002)
+   * avoid potential segfault during merges (r1202807)
+   * fix an assertion failure when a symlink is updated (r1186944, -81, -83)
+   * make working copy operations fail if nodes have no base checksum 
(r1202630)
+   * fix nested s when using v2 protocol (r1203546, -651, -653)
+   * make mod_dav_svn ignore non-Subversion POST requests (r1187695)
+   * avoid reading freed memory (r1204478)
+   * recognize empty (only byte order mark) UTF-8 files as text (issue #4064)
+   * fix 1.7 client regression when operating against a 1.0.x server (r1199876)
+   * remove empty parent dirs of removed externals on update (issue #4044)
+   * make 'svn diff -c N' work for files added in rN (issue #2873)
+   * plug a memory leak in the bdb backend (r1205726)
+   * fix 'svn import' with native eol-style and inconsistent EOLs (r1205193)
+   * fix reading beyond the end of a string in bdb backend (r1205839, -48)
+   * don't assert when committing an incomplete directory (issue #4042)
+
+  Developer-visible changes:
+   * JavaHL: allow 'status -u' to function properly (r1189190, -395)
+   * don't put '\r' characters in our generate sql headers (r1189580)
+   * properly define WIN64 on Windows x64 builds (r1188609)
+   * better adherence to C89 in enum definitions (r1189665)
+   * bump copyright year in Windows DLLs (r1189261)
+   * log a better error when opening rep-cache.db fails (r1204610, -73)
+
+---
+Thu Dec  1 21:19:34 CET 2011 - dmuel...@suse.de
+
+- only hide ctypesgen for Facory builds
+
+---

Old:

  subversion-1.7.1.tar.bz2

New:

  subversion-1.7.2.tar.bz2



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.4odQPJ/_old  2011-12-12 17:04:27.0 +0100
+++ /var/tmp/diff_new_pack.4odQPJ/_new  2011-12-12 17:04:27.0 +0100
@@ -26,7 +26,7 @@
 %define with_intree_sqlite 0%{?suse_version} < 1110
 %define with_python_ctypes 0
 %endif
-%if %suse_version >= 1210
+%if %suse_version >= 1220
 %define with_python_ctypes 0
 %endif
 %define with_kde4_kwallet  0%{?suse_version} > 1100
@@ -39,7 +39,7 @@
 %endif
 
 Name:   subversion
-Version:1.7.1
+Version:1.7.2
 Release:1
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36

++ subversion-1.7.1.tar.bz2 -> subversion-1.7.2.tar.bz2 ++
 7157 lines of diff (skipped)

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



commit tweets2pdf for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package tweets2pdf for openSUSE:Factory 
checked in at 2011-12-12 16:59:44

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


Package is "tweets2pdf", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tweets2pdf/tweets2pdf.changes2011-11-25 
10:22:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.tweets2pdf.new/tweets2pdf.changes   
2011-12-12 17:05:22.0 +0100
@@ -1 +1,11 @@
-
+---
+Sun Dec 11 14:43:15 UTC 2011 - co...@suse.com
+
+- set the _service to localonly to avoid random build failures
+
+---
+Mon Nov 20 18:25:10 UTC 2011 - i...@marguerite.su
+
+- cleaned up spec file to match SUSE package team requirements.
+
+---
@@ -2,0 +13 @@
+
@@ -3,0 +15,2 @@
+
+---
@@ -4,0 +18 @@
+
@@ -5,0 +20,2 @@
+
+---
@@ -8 +24,2 @@
-- fixed bug that historical tweets containing uncompressed URL instead of t.co 
will cause python-reportlab outcomes a no value error.
+- fixed bug that historical tweets containing uncompressed URL instead 
+  of t.co will cause python-reportlab outcomes a no value error.

New:

  _service



Other differences:
--
++ tweets2pdf.spec ++
--- /var/tmp/diff_new_pack.yD8C8y/_old  2011-12-12 17:05:26.0 +0100
+++ /var/tmp/diff_new_pack.yD8C8y/_new  2011-12-12 17:05:26.0 +0100
@@ -1,8 +1,25 @@
+#
+# spec file for package tweets2pdf
+#
+# 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:  tweets2pdf
 Version:   0.2.1
-Release:   1.1
+Release:0
 Url:   http://code.google.com/p/tweets2pdf
-Summary:   tweets2pdf is an opensource lightweight python application to 
back up your twitter life into an elegent PDF book.
+Summary:Back up your twitter life into an elegent PDF book
 License:   GPL-2.0+
 Group: Productivity/Archiving/Backup   
 Source0:   %{name}-%{version}.tar.bz2
@@ -22,7 +39,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
-[IT CAN NOT GO BEYOND TWITTER 3200 LIMIT, SO USE IT REGULARLY. PDF IN YOUR 
HOME DIRECTORY]tweets2pdf is an opensource lightweight python application to 
back up your twitter timeline, favorates, retweets, others' timelines and 
favorites, generally every type of tweet, into an elegent book formated 
properly in PDF. It requires python imaging and reportlab module, at first use 
you have to oauth it(unluckily for Chinese still no proxy added). It can also 
back up your replies to your friends(although still unluckily not in thread or 
conversation mode). Future works may forcus on import feature so you can import 
your previous backups in csv, json, html, xml or sql formats you kept from 
other backup utilities and generate a book covers your full twitter life. It 
looks like a local fork of tweetbook.in or other similar on line services, but 
we're actually the first based on time! And we support tweets in other 
character encodings, because the author @levin108 himself is not a native 
speaker either. Any artwork or code support will be greatly appreciated.
+tweets2pdf is an opensource lightweight python application to back up your 
twitter timeline, favorates, retweets, others' timelines and favorites, 
generally every type of tweet, into an elegent book formated properly in PDF.
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -31,7 +48,6 @@
 python setup.py build
 
 %install
-%{__rm} -rf %{buildroot}
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %{__mkdir} -pv %{buildroot}%{_datadir}/applications/
 %{__cp} -r %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -44,7 +

commit virtualbox for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2011-12-12 16:59:48

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


Package is "virtualbox", Maintainer is "mkudlv...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2011-10-21 
16:46:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2011-12-12 17:05:29.0 +0100
@@ -1,0 +2,27 @@
+Wed Dec  7 10:39:02 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Wed Nov 16 09:44:55 UTC 2011 - mse...@gmail.com
+
+- dropped vbox-VBE_DISPI_INDEX_ENABLE.diff and vbox-disable_vboxpci_build.diff
+- update to virtualbox 4.1.6
+  * VRDP: fixed screen corruption
+  * NAT: the interface stopped working after a lot of failed ICMP requests 
(bug #9371)
+  * E1000: fixed rare Windows 7 guest hangs, either at boot time or when 
reconfiguring the network card in unusual setups (bug #6223)
+  * ATA: fixed a possible crash during ATAPI passthrough with certain guests
+  * ATA: improved compatibility with ancient Linux kernels
+  * Main: fixed incorrect framebuffer information after leaving the fullscreen 
mode with X11 guests, this lead to a scrambled preview window in the GUI for 
example
+  * Mac OS X hosts: fixed the problem with duplicate packets when bridged to a 
wireless interface (bug #9648)
+  * Linux hosts: fix for 3D support on Fedora 15 (bug #9799)
+  * Linux hosts: don't call del_timer_sync from an interrupt context (Fedora 
bug report 746331)
+  * Windows Vista and 7 guests: more WDDM fixes
+  * Linux Additions: fixed kernel module compilation failure on Redhat 
Enterprise Linux 4 (bug #9709)
+  * Linux Additions: install the DRI driver correctly on Ubuntu 11.10 guests
+  * Solaris Additions: added read-only mmap support for shared folders
+  * Solaris Additions: added directory, file mode and mask options for shared 
folders
+  * Windows Additions: implemented faster detection of logged-in guest users 
and stale sessions
+  * X.Org Additions: fixed graphical corruption when switching to a virtual 
terminal (bug #9490) 
+
+---

Old:

  VirtualBox-4.1.4-UserManual.pdf
  VirtualBox-4.1.4-patched.tar.bz2
  vbox-VBE_DISPI_INDEX_ENABLE.diff
  vbox-disable_vboxpci_build.diff
  virtualbox-4.1.4-rpmlintrc

New:

  VirtualBox-4.1.6-UserManual.pdf
  VirtualBox-4.1.6-patched.tar.bz2
  virtualbox-4.1.6-rpmlintrc



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.uqUTgC/_old  2011-12-12 17:05:40.0 +0100
+++ /var/tmp/diff_new_pack.uqUTgC/_new  2011-12-12 17:05:40.0 +0100
@@ -15,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %define _vbox_instdir  /usr/lib/virtualbox
 
 Name:   virtualbox
+BuildRequires:  acpica
+BuildRequires:  dmidecode
 BuildRequires:  fdupes
-BuildRequires:  acpica dmidecode
 #drop hal dependency
 %if %suse_version < 1210
 BuildRequires:  hal-devel
@@ -29,11 +28,32 @@
 %if %suse_version >= 1210
 BuildRequires:  glibc-devel-static
 %endif
-BuildRequires:  bin86 dev86 libidl-devel libqt4-devel libxslt-devel yasm
-BuildRequires:  SDL-devel kernel-syms module-init-tools
-BuildRequires:  e2fsprogs-devel libcap-devel libcurl-devel python-devel 
update-desktop-files
-BuildRequires:  pulseaudio-devel xorg-x11 xorg-x11-devel xorg-x11-server 
xorg-x11-server-sdk
-BuildRequires:  LibVNCServer-devel gcc gcc-c++ kbuild pam-devel quilt udev
+BuildRequires:  bin86
+BuildRequires:  dev86
+BuildRequires:  libidl-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  libxslt-devel
+BuildRequires:  yasm
+BuildRequires:  SDL-devel
+BuildRequires:  kernel-syms
+BuildRequires:  module-init-tools
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  libcap-devel
+BuildRequires:  libcurl-devel
+BuildRequires:  python-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pulseaudio-devel
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-server
+BuildRequires:  xorg-x11-server-sdk
+BuildRequires:  LibVNCServer-devel
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+BuildRequires:  kbuild
+BuildRequires:  pam-devel
+BuildRequires:  quilt
+BuildRequires:  udev
 BuildRequires:  boost-devel
 BuildRequires:  zlib-devel-static
 %ifarch amd64 x86_64 ia32e em64t
@@ -41,16 +61,20 @@
 %if %suse_version < 1210
 BuildRequires:  hal-32bit
 %endif 
-BuildRequires:  xorg-x11-libX11-devel-32bit xorg-x11-libXt-devel-32bit 
xorg-x11-libs-32bit
-BuildRequires:  xo

commit texlive-bin for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package texlive-bin for openSUSE:Factory 
checked in at 2011-12-12 16:59:32

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


Package is "texlive-bin", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/texlive-bin/texlive-bin.changes  2011-12-02 
09:28:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-bin.new/texlive-bin.changes 
2011-12-12 17:04:36.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:07:23 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ texlive-bin.spec ++
--- /var/tmp/diff_new_pack.TzxGTq/_old  2011-12-12 17:05:09.0 +0100
+++ /var/tmp/diff_new_pack.TzxGTq/_new  2011-12-12 17:05:09.0 +0100
@@ -15,17 +15,46 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   texlive-bin
 # Remark: For package texlive its self see next sub package which is build for 
noarch
 # Remark: In case of enabling ttf2pk we need also freetype(1) within the line 
of BuildRequires
-BuildRequires:  bison cairo cairo-devel dejavu dialog ed expat fdupes 
fftw3-devel flex freeglut-devel
-BuildRequires:  freetype2-devel gcc-c++ gd-devel ghostscript_any gsl-devel 
jpeg libicu
-BuildRequires:  libicu-devel libjpeg-devel libpng-devel libpoppler-devel 
ncurses-devel netpbm
-BuildRequires:  pango-devel readline-devel t1lib t1lib-devel unzip xaw3d-devel
-BuildRequires:  xorg-x11-devel xorg-x11-util-devel xz zip zziplib zziplib-devel
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  cairo
+BuildRequires:  cairo-devel
+BuildRequires:  dejavu
+BuildRequires:  dialog
+BuildRequires:  ed
+BuildRequires:  expat
+BuildRequires:  fdupes
+BuildRequires:  fftw3-devel
+BuildRequires:  flex
+BuildRequires:  freeglut-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gd-devel
+BuildRequires:  ghostscript_any
+BuildRequires:  gsl-devel
+BuildRequires:  jpeg
+BuildRequires:  libicu
+BuildRequires:  libicu-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libpoppler-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  netpbm
+BuildRequires:  pango-devel
+BuildRequires:  readline-devel
+BuildRequires:  t1lib
+BuildRequires:  t1lib-devel
+BuildRequires:  unzip
+BuildRequires:  xaw3d-devel
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-util-devel
+BuildRequires:  xz
+BuildRequires:  zip
+BuildRequires:  zziplib
+BuildRequires:  zziplib-devel
 %if %suse_version > 1130
 BuildRequires:  pango-tools
 %else
@@ -36,7 +65,8 @@
 %global gnuc   4
 %global gnuc_minor 5
 %global gcc_version%{gnuc}%{gnuc_minor}
-BuildRequires:  gcc%{gcc_version} gcc%{gcc_version}-c++
+BuildRequires:  gcc%{gcc_version}
+BuildRequires:  gcc%{gcc_version}-c++
 %endif
 %if 0%{?_with_buildbiber}
 BuildRequires:  perl(Config::General)
@@ -59,12 +89,12 @@
 BuildRequires:  perl(Readonly::XS)
 %endif
 Url:http://www.tug.org/texlive/
-License:GPLv2+ ; TeX-License ..
+License:GPL-2.0+ ; LPPL-1.3c
 Summary:Binary coded programs for package texlive
 Requires(prereq): /bin/date /bin/ln
 Group:  Productivity/Publishing/TeX/Base
 Version:2011
-Release:1
+Release:0
 Source0:
ftp://tug.org/texlive/historic/2011/texlive-20110705-source.tar.xz
 Source1:
ftp://tug.org/texlive/historic/2011/texlive-20110705-texmf.tar.xz
 Source2:
ftp://tug.org/texlive/historic/2011/texlive-20110705-extra.tar.xz
@@ -113,7 +143,6 @@
 Patch44:texmf-pubform-bib.dif
 Patch45:texmf-jadetex.dif
 Patch46:texmf-bbold11.dif
-AutoReqProv:on
 Prefix: /
 Prefix: /usr/bin
 #
@@ -214,7 +243,6 @@
 For a description see package texlive.
 
 %package-n texlive
-License:GPLv2+ ; TeX-License ..
 Summary:The Base System of TeXLive
 Provides:   TeX Dvips PicTeX
 Requires(prereq): texlive-bin = %{version}-%{release}
@@ -226,7 +254,6 @@
 Obsoletes:  te_pscm te_etex te_pdf tetex
 Conflicts:  te_eplai te_ams ntex
 Suggests:   texlive-doc texlive-fonts-extra
-Group:  Productivity/Publishing/TeX/Base
 BuildArch:  noarch
 
 %description -n texlive
@@ -271,10 +298,7 @@
 
 
 %package -n texlive-doc
-License:GPLv2+ ; TeX-License ..
 Summary:The documentation of the TeXLive Base System
-Group:  Productivity/Publishing/TeX/Base
-AutoReqProv:on
 BuildArch:  noarch
 
 %description -n texlive-doc
@@ -294,14 +318,12 @@
 

commit xcalib for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package xcalib for openSUSE:Factory checked 
in at 2011-12-12 16:59:54

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


Package is "xcalib", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xcalib/xcalib.changes2011-09-23 
12:51:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcalib.new/xcalib.changes   2011-12-12 
17:05:40.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 11:05:21 UTC 2011 - co...@suse.com
+
+- this should be GPL-2.0+, GPL is not a license on spdx.org
+
+---
@@ -9 +13,0 @@
-



Other differences:
--
++ xcalib.spec ++
--- /var/tmp/diff_new_pack.CoVEfN/_old  2011-12-12 17:05:46.0 +0100
+++ /var/tmp/diff_new_pack.CoVEfN/_new  2011-12-12 17:05:46.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libXcm
+# spec file for package xcalib
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,38 +15,46 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 Name:   xcalib
 Summary:Load ICC profile calibration part to graphics card 
+License:GPL-2.0+
+Group:  System/X11/Utilities
 Version:0.8
 Release:0
 Source0:%{name}-source-%{version}.tar.gz 
 Patch0: xcalib-makefile.patch
 Patch1: xcalib.1.patch
-URL:http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/
-Group:  System/X11/Utilities
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-buildroot 
-License:GPL
-Autoreqprov:on
+Url:http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-BuildRequires: xorg-x11-devel libXext-devel libXxf86vm-devel 
xorg-x11-proto-devel pkgconfig
+BuildRequires:  libXext-devel
+BuildRequires:  libXxf86vm-devel
+BuildRequires:  pkgconfig
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-proto-devel
 %endif
 %if 0%{?mandriva_version} >= 2007
-BuildRequires: x11-proto-devel libx11-devel libxxf86vm-devel pkgconfig
+BuildRequires:  libx11-devel
+BuildRequires:  libxxf86vm-devel
+BuildRequires:  pkgconfig
+BuildRequires:  x11-proto-devel
 %endif
 %if 0%{?suse_version} >= 1020
-BuildRequires: xorg-x11-proto-devel xorg-x11-libX11-devel xorg-x11-devel 
pkg-config
+BuildRequires:  pkg-config
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  xorg-x11-proto-devel
 %endif
 %if 0%{?suse_version} >= 930
-BuildRequires: xorg-x11-devel pkg-config
+BuildRequires:  pkg-config
+BuildRequires:  xorg-x11-devel
 %endif
 %if "%_repository" == "SUSE_Linux_10.1" || "%_repository" == "SLE_10"
-BuildRequires:  xorg-x11-compat70-devel pkg-config
+BuildRequires:  pkg-config
+BuildRequires:  xorg-x11-compat70-devel
 %endif
 
-
 %description
 The command line tool applies the 'vcgt'-tag of ICC profiles to your X-server
 like MS-Windows or MacOS can to set your display to a calibrated state. 
@@ -64,7 +72,6 @@
 Summary: ICC profiles for testing with xcalib
 Group: Productivity/Graphics/Other
 
-
 %description profiles
 The ICC profiles are special for testing xcalib.
 Authors:
@@ -111,4 +118,4 @@
 %dir %{_datadir}/color
 %dir %{_datadir}/color/icc
 
-%changelog -n 
+%changelog

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



commit yast2-dbus-client for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-dbus-client for 
openSUSE:Factory checked in at 2011-12-12 16:59:58

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


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

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dbus-client/yast2-dbus-client.changes  
2011-09-23 12:53:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-dbus-client.new/yast2-dbus-client.changes 
2011-12-12 17:05:47.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 16:17:46 CET 2011 - aschn...@suse.de
+
+- return result of dbus command (needed for bnc #727538)
+- 2.22.0
+
+---

Old:

  yast2-dbus-client-2.21.0.tar.bz2

New:

  yast2-dbus-client-2.22.0.tar.bz2



Other differences:
--
++ yast2-dbus-client.spec ++
--- /var/tmp/diff_new_pack.5b8tXJ/_old  2011-12-12 17:05:53.0 +0100
+++ /var/tmp/diff_new_pack.5b8tXJ/_new  2011-12-12 17:05:53.0 +0100
@@ -15,24 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   yast2-dbus-client
-Version:2.21.0
-Release:1
+Version:2.22.0
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-dbus-client-2.21.0.tar.bz2
-
-Prefix: /usr
+Source0:yast2-dbus-client-%{version}.tar.bz2
 
 Group:  System/YaST
-License:GPL v2 or later
+License:GPL-2.0+
 # obviously
 BuildRequires:  gcc-c++
 # needed for all yast packages
-BuildRequires:  yast2-core-devel yast2-devtools
+BuildRequires:  libtool yast2-core-devel yast2-devtools
 
 # docbook docs
 BuildRequires:  docbook-xsl-stylesheets libxslt
@@ -46,26 +43,26 @@
 from YaST scripts.
 
 %prep
-%setup -n yast2-dbus-client-2.21.0
+%setup -n yast2-dbus-client-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -87,6 +84,7 @@
 
 %{_libdir}/YaST2/plugin/lib*.so.*
 /usr/share/YaST2/scrconf/*.scr
-%doc %{prefix}/share/doc/packages/yast2-dbus-client
+%doc %{_prefix}/share/doc/packages/yast2-dbus-client
 %doc %{_datadir}/doc/yastdoc
+
 %changelog

++ yast2-dbus-client-2.21.0.tar.bz2 -> yast2-dbus-client-2.22.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dbus-client-2.21.0/Makefile.am 
new/yast2-dbus-client-2.22.0/Makefile.am
--- old/yast2-dbus-client-2.21.0/Makefile.am2011-05-31 16:06:45.0 
+0200
+++ new/yast2-dbus-client-2.22.0/Makefile.am2011-12-12 10:27:56.0 
+0100
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYING
@@ -155,7 +154,7 @@
$(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
@echo "Not running parseycp."
 
-check-all-packages:
-   @if [ ! -e "$(ALL_PACKAGES)" ]; then\
-   e

commit yast2-online-update for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-online-update for 
openSUSE:Factory checked in at 2011-12-12 17:00:03

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


Package is "yast2-online-update", Maintainer is "jsuch...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-online-update/yast2-online-update.changes  
2011-10-03 09:26:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-online-update.new/yast2-online-update.changes 
2011-12-12 17:05:54.0 +0100
@@ -1,0 +2,11 @@
+Fri Dec  9 15:42:10 CET 2011 - jsuch...@suse.cz
+
+- show package name in progress log when removing it (bnc#731485)
+- 2.21.5 
+
+---
+Fri Nov 25 12:23:01 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---

Old:

  yast2-online-update-2.21.4.tar.bz2

New:

  yast2-online-update-2.21.5.tar.bz2



Other differences:
--
++ yast2-online-update.spec ++
--- /var/tmp/diff_new_pack.21jnZx/_old  2011-12-12 17:06:01.0 +0100
+++ /var/tmp/diff_new_pack.21jnZx/_new  2011-12-12 17:06:01.0 +0100
@@ -19,17 +19,15 @@
 
 
 Name:   yast2-online-update
-Version:2.21.4
+Version:2.21.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-online-update-%{version}.tar.bz2
 
-Prefix: /usr
-
 Group:  System/YaST
 License:GPL-2.0+
-BuildRequires:  gcc-c++ update-desktop-files yast2-devtools yast2-packager
+BuildRequires:  gcc-c++ libtool update-desktop-files yast2-devtools 
yast2-packager
 # changed StartPackage callback signature
 Requires:   yast2-pkg-bindings >= 2.20.3
 # PackagesUI::RunPackageSelector
@@ -60,23 +58,23 @@
 %setup -n yast2-online-update-%{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
@@ -93,7 +91,7 @@
 /usr/share/YaST2/clients/do_online_update_auto.ycp
 /usr/share/YaST2/modules/OnlineUpdate*.ycp
 /usr/share/YaST2/modules/OnlineUpdate*.ybc
-%doc %{prefix}/share/doc/packages/yast2-online-update
+%doc %{_prefix}/share/doc/packages/yast2-online-update
 
 %package frontend
 Summary:YaST2 - Online Update (YOU)
@@ -108,6 +106,6 @@
 
 %files frontend
 %defattr(-,root,root)
-%{prefix}/share/applications/YaST2/online_update.desktop
+%{_prefix}/share/applications/YaST2/online_update.desktop
 
 %changelog

++ yast2-online-update-2.21.4.tar.bz2 -> yast2-online-update-2.21.5.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-online-update-2.21.4/Makefile.am 
new/yast2-online-update-2.21.5/Makefile.am
--- old/yast2-online-update-2.21.4/Makefile.am  2011-09-23 17:00:39.0 
+0200
+++ new/yast2-online-update-2.21.5/Makefile.am  2011-12-09 15:44:29.0 
+0100
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYING
@@ -155,7 +154,7 @@
$(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+pac

commit zlib for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package zlib for openSUSE:Factory checked in 
at 2011-12-12 17:00:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/zlib/zlib.changes2011-11-21 
12:52:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.zlib.new/zlib.changes   2011-12-12 
17:06:01.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  7 15:29:27 UTC 2011 - co...@suse.com
+
+- zlib has it's own spdx license, so use it :)
+
+---



Other differences:
--
++ zlib.spec ++
--- /var/tmp/diff_new_pack.9Y84gM/_old  2011-12-12 17:06:12.0 +0100
+++ /var/tmp/diff_new_pack.9Y84gM/_new  2011-12-12 17:06:12.0 +0100
@@ -15,11 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   zlib
-License:Other uncritical OpenSource License
-Group:  System/Libraries
 Provides:   libz
 Obsoletes:  libz
 # bug437293
@@ -28,8 +24,10 @@
 %endif
 #
 Version:1.2.5.2_git201109121534
-Release:17
+Release:0
 Summary:Data Compression Library
+License:Zlib
+Group:  System/Libraries
 Url:http://www.zlib.net/
 # git://github.com/kaffeemonster/zlib.git (branch adler32_vec)
 Source: zlib-%{version}.tar.bz2
@@ -50,7 +48,6 @@
 ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html.
 
 %package devel
-License:Other uncritical OpenSource License
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Languages/C and C++
 Requires:   glibc-devel
@@ -68,7 +65,6 @@
 libraries.
 
 %package devel-static
-License:Other uncritical OpenSource License
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Languages/C and C++
 Requires:   %{name}-devel = %{version}

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



commit go for openSUSE:12.1:Update:Test

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:12.1:Update:Test 
checked in at 2011-12-12 21:12:56

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


Package is "go", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:12.1:Update:Test/.go.new/go.changes  2011-12-12 
21:13:05.0 +0100
@@ -0,0 +1,484 @@
+---
+Tue Oct 18 13:58:40 UTC 2011 - gra...@andtech.eu
+
+- Update to r60.3
+- Fixes bug in the reflect package
+  * disallow Interface method on Value obtained via unexported name
+
+---
+Thu Oct  6 08:14:24 UTC 2011 - gra...@andtech.eu
+
+- Update to r60.2
+- Fixes memory leak in certain map types
+
+---
+Wed Oct  5 14:34:10 UTC 2011 - gra...@andtech.eu
+
+- Tweaks for gdb debugging
+- go.spec changes:
+  - move %go_arch definition to %prep section
+  - pass correct location of go specific gdb pretty printer and
+functions to cpp as HOST_EXTRA_CFLAGS macro
+  - install go gdb functions & printer
+- gdb-printer.patch
+  - patch linker (src/cmd/ld/dwarf.c) to emit correct location of go
+gdb functions and pretty printer
+
+---
+Tue Sep 27 08:57:23 UTC 2011 - sasc...@suse.de
+
+- Add file 'VERSION' which is otherwise generated at runtime to fix
+  building
+
+---
+Fri Sep  2 08:59:17 UTC 2011 - sasc...@suse.de
+
+- Update to weekly.2001-09-01 version
+  * archive/tar: support symlinks.
+  * big: fix nat.scan bug. (thanks Evan Shaw)
+  * bufio: handle a "\r\n" that straddles the buffer. add openbsd. avoid
+redundant bss declarations. fix unused parameters. fix windows/amd64
+build with newest mingw-w64.
+  * bytes: clarify that NewBuffer is not for beginners.
+  * cgo: explain how to free something. fix GoBytes. fixes callback for windows
+amd64. note that CString result must be freed.
+  * effective_go: convert to use tmpltohtml.
+  * exp/norm: reduced the size of the byte buffer used by reorderBuffer
+by half by reusing space when combining. a few minor fixes to support the
+implementation of norm. added implementation for []byte versions of 
methods.
+  * exp/template/html: add some tests for ">" attributes. added handling for 
URL
+attributes. differentiate URL-valued attributes (such as href). reworked
+escapeText to recognize attr boundaries.
+  * exp/template: moved from exp to the main tree.
+  * exp/wingui: made compatible with windows/amd64.
+  * flag: add Parsed, restore Usage.
+  * gc: add openbsd. escape analysis. fix build on Plan 9. fix div bug. fix
+pc/line table. fix some spurious leaks. make static initialization more
+static. remove JCXZ; add JCXZW, JCXZL, and JCXZQ instructions. shuffle 
+#includes. simplify escape analysis recursion.
+  * go/ast cleanup: base File/PackageExports on FilterFile/FilterPackage code.
+adjustments to filter function. fix ast.MergePackageFiles to collect infos
+about imports. generalize ast.FilterFile.
+  * go/build: add test support & use in gotest. separate test imports out when 
scanning.
+  * go/parser: fix type switch scoping. fix type switch scoping.
+  * gob: explain that Debug isn't useful unless it's compiled in.
+  * gobuilder: increase log limit.
+  * godashboard: fix utf-8 in user names.
+  * godoc: first step towards reducing index size. add dummy playground.js to
+silence godoc warning at start-up. added systematic throttling to indexing
+goroutine. fix bug in zip.go. support for reading/writing (splitted) index
+files. use virtual file system when generating package synopses.
+  * gofix: forgot to rename the URL type. osopen: fixed=true when changing 
O_CREAT.
+  * goinstall: error out with paths that end with '/'. report lack of $GOPATH
+on errors. select the tag that is closest to runtime.Version.
+  * http: add MaxBytesReader to limit request body size. add file protocol
+transport. adjust test threshold for larger suse buffers. delete error
+kludge. on invalid request, send 400 response. return 413 instead of 400
+when the request body is too large. support setting Transport's TLS client
+config.
+  * image/tiff: add a decode benchmark. decoder optimization.
+  * image: add PalettedImage interface, and make image/png recognize it.
+  * io: add TeeReader.
+  * json: add struct tag option to wrap literals in strings.
+  calculate Offset for Indent correctly.
+  fix decode bug with struct tag names with ,opt

commit go for openSUSE:12.1:Update:Test

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:12.1:Update:Test 
checked in at 2011-12-12 21:12:58

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


Package is "go", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/go/go.changes   2011-12-12 
21:13:05.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.go.new/go.changes  2011-12-12 
21:13:07.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec  7 00:01:59 UTC 2011 - dmacvi...@suse.de
+
+- Set GOBIN correctly in Make.inc to point to _bindir instead
+  of GOROOT/bin (bnc#735288)
+
+---



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.fUX1t6/_old  2011-12-12 21:13:11.0 +0100
+++ /var/tmp/diff_new_pack.fUX1t6/_new  2011-12-12 21:13:11.0 +0100
@@ -1,4 +1,7 @@
 #
+# spec file for package go
+#
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -10,13 +13,18 @@
 # 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:   go
 Version:0.0.r60.3+hg20111018
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 Group:  Development/Languages/Other
 License:BSD-3-Clause
-URL:http://golang.org
+Url:http://golang.org
 Source0:go-%{version}.tar.bz2
 Source1:rpmlintrc
 Source2:go.sh
@@ -105,6 +113,9 @@
 %define gdb_printer %{_libdir}/go/pkg/linux_%{go_arch}/runtime/runtime-gdb.py
 
 %build
+# Fix GOBIN so that the compiler is not searched in GOROOT/bin
+sed -i 's,^GOBIN=.*$,GOBIN=%{_bindir},g' src/Make.inc
+
 export GOROOT="`pwd`"
 export GOBIN="$GOROOT/bin"
 mkdir -p "$GOBIN"

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



commit llvm for openSUSE:12.1:Update:Test

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:12.1:Update:Test 
checked in at 2011-12-12 21:43:00

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


Package is "llvm", Maintainer is "mh...@novell.com"

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/llvm/llvm.changes   2011-12-12 
21:43:05.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.llvm.new/llvm.changes  2011-12-12 
21:43:08.0 +0100
@@ -1,0 +2,60 @@
+Mon Dec  5 13:19:22 UTC 2011 - idoen...@suse.de
+
+- Switch to 3-stage bootstrap 
+
+---
+Fri Dec  2 12:22:07 UTC 2011 - idoen...@suse.de
+
+- Build first stage compiler with -O0 to workaround gcc 4.5 bug 
+
+---
+Thu Dec  1 18:04:15 UTC 2011 - idoen...@suse.de
+
+- Update to final 3.0 release
+  * No real change since rc2
+
+---
+Tue Nov 29 13:23:32 UTC 2011 - idoen...@suse.de
+
+- Use %{_lib} macro instead of checking for x86_64
+
+---
+Wed Nov 16 14:28:17 UTC 2011 - idon...@suse.com
+
+- Enable ARM support again
+- Switch to optimized build
+
+---
+Thu Nov 10 14:54:50 UTC 2011 - idon...@suse.com
+
+- Disable ARM support, VM goes out of memory while compiling it 
+
+---
+Thu Nov 10 10:33:01 UTC 2011 - idon...@suse.com
+
+- Really enable ARM support
+- Remove forcing -frtti
+
+---
+Mon Nov  7 15:05:52 UTC 2011 - idon...@suse.com
+
+- Update to r143961 from llvm-3.0 branch
+  * No longer hardcoding include paths
+
+---
+Mon Nov  7 09:17:40 UTC 2011 - idon...@suse.com
+
+- Fix LLVMgold.so path for x86-64 
+
+---
+Sun Nov  6 22:03:12 UTC 2011 - idon...@suse.com
+
+- Enable ld gold support 
+
+---
+Tue Nov  1 11:31:57 UTC 2011 - idon...@suse.com
+
+- Update r143456 from llvm-3.0 branch
+  * llvm/clang 3.0rc2
+
+---

Old:

  llvm-2.9.99.svn20111025.tar.bz2
  llvm-pr9614-part1.patch
  llvm-pr9614-part2.patch

New:

  llvm-3.0.tar.bz2



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.0ombfC/_old  2011-12-12 21:43:11.0 +0100
+++ /var/tmp/diff_new_pack.0ombfC/_new  2011-12-12 21:43:11.0 +0100
@@ -16,17 +16,12 @@
 #
 
 
-%define _revision142912
+%define _revision 145598
 %define _release_version 3.0
-
-%if 0%{?suse_version} >= 1200
-%define _gcc_ver 4.6
-%else
-%define _gcc_ver 4.5
-%endif
+%define _supported_archs "ARM;X86"
 
 Name:   llvm
-Version:2.9.99.svn20111025
+Version:3.0
 Release:1
 License:NCSA
 Summary:Low Level Virtual Machine
@@ -40,12 +35,12 @@
 Patch2: clang-cmake-lib.patch
 # PATCH-FIX-OPENSUSE assume-opensuse.patch idoen...@suse.de -- Always enable 
openSUSE/SUSE features
 Patch3: assume-opensuse.patch
-# PATCH-FIX-UPSTREAM llvm-pr9614-part1.patch idoen...@suse.de -- Fix LLVM 
PR9614
-Patch4: llvm-pr9614-part1.patch
-Patch5: llvm-pr9614-part2.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
+%if 0%{?suse_version} >= 1220
+BuildRequires:  binutils-devel >= 2.21.90
+%endif
 BuildRequires:  bison
 BuildRequires:  chrpath
 BuildRequires:  cmake
@@ -135,62 +130,77 @@
 %patch2
 %patch3
 
-pushd tools/clang
-%patch4 -p2
-%patch5 -p2
-popd
-
 sed -i s,SVN_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
 
+# Nasty hardcoded path
+%if "%{_lib}" == "lib64"
+sed -i s,/lib/LLVMgold.so,/lib64/LLVMgold.so, tools/clang/lib/Driver/Tools.cpp
+%endif
+
 %build
 TOPLEVEL=$PWD
-mkdir stage1 stage2
-cd stage1
+mkdir stage1 stage2 stage3
+pushd stage1
 
-cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-  -DLLVM_ENABLE_ASSERTIONS=TRUE \
-  -DLLVM_TARGETS_TO_BUILD="ARM;X86" \
-  ..
+# Idiot cmake doesn't let me select my own optimization level here
+# hence we use configure, this needed to workaround a gcc 4.5 bug
+../configure \
+--enable-optimized \
+--disable-assertions \
+--with-optimize-option="-O0" \
+--enable-targets=host
+
+make %{?_smp_mflags}
+
+popd
+pushd stage2
 
+export CC=$TOPLEVEL/stage1/Release/bin/clang
+expo

commit vim for openSUSE:12.1:Update:Test

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:12.1:Update:Test 
checked in at 2011-12-12 21:45:23

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/vim/vim.changes 2011-12-12 
21:45:29.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.vim.new/vim.changes2011-12-12 
21:45:30.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec  9 20:27:41 UTC 2011 - idon...@suse.com
+
+- vim doesn't support -D_FORTIFY_SOURCE=2 , we must use level 1,
+  see http://goo.gl/g9d8F for details. This fixes python support,
+  bnc#734753
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.quuftm/_old  2011-12-12 21:45:30.0 +0100
+++ /var/tmp/diff_new_pack.quuftm/_new  2011-12-12 21:45:30.0 +0100
@@ -283,9 +283,8 @@
 
 %build
 export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"
-%if 0%{?suse_version} > 1000
-export CFLAGS="$CFLAGS -fstack-protector-all"
-%endif
+export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=1}
+
 export COMMON_OPTIONS="\
 --with-vim-name=vim \
 --with-ex-name=ex \


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