commit ant for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

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

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


Package is ant, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes2011-09-23 
11:36:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes   2011-12-15 
16:05:16.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 15 08:49:28 UTC 2011 - mvysko...@suse.cz
+
+- use dist and javadocs targets to make javadoc build really configurable
+- disable javadoc build on arm to speedup the build of java platform
+
+---
ant.changes: same change



Other differences:
--
++ ant-antlr.spec ++
--- /var/tmp/diff_new_pack.wyTH9T/_old  2011-12-15 16:05:18.0 +0100
+++ /var/tmp/diff_new_pack.wyTH9T/_new  2011-12-15 16:05:18.0 +0100
@@ -30,8 +30,11 @@
 %if %with bootstrap
 %global build_javadoc0
 %else
+# disable javadoc build on arm platform - it delays a build a lot
+%ifnarch %arm
 %global build_javadoc1
 %endif
+%endif
 
 %global with_manifest_only 0
 
@@ -61,6 +64,7 @@
 
 %if %bootstrap
 BuildRequires:  java-1_5_0-gcj-compat-devel
+#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
 %else
 BuildRequires:  java-devel = 1.5.0
 %endif
@@ -436,6 +440,7 @@
 This package contains the manual for Apache Ant.
 
 
+%if %{build_javadoc}
 
 %package -n ant-javadoc
 License:Apache Software License ..
@@ -446,8 +451,7 @@
 Apache Ant is a Java-based build tool.
 
 This package contains the javadoc documentation for Apache Ant.
-
-
+%endif #javadoc
 
 %endif
 
@@ -507,16 +511,23 @@
 
 %build
 export OPT_JAR_LIST=:
+
 %if ! %bootstrap
 export CLASSPATH=$(build-classpath xerces-j2 xml-commons-jaxp-1.3-apis antlr 
bcel jaf javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging 
commons-net jsch xalan-j2 xml-commons-resolver)
-%{ant} -Dbuild.sysclasspath=first distribution
+%{ant} -Dbuild.sysclasspath=first dist
+
+%if %{build_javadoc}
 %{ant} javadocs
+%endif
+
 %else
+
 export GC_MAXIMUM_HEAP_SIZE=134217728 #128M
 export JAVA_HOME=%{java_home}
 export CLASSPATH=$JAVA_HOME/lib/tools.jar
 export BOOTJAVAC_OPTS=-C -Wno-deprecated
 sh -x ./build.sh --noconfig jars
+
 %endif
 
 %install
@@ -618,12 +629,19 @@
 echo testutil ant/ant-testutil  %{buildroot}%{_sysconfdir}/ant.d/testutil
 %endif
 %if ! %bootstrap
-# javadoc
+
+%if %{build_javadoc}
 mkdir -p %{buildroot}%{_javadocdir}/ant
 cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/ant
+%endif #javadoc
+
 %endif
+
+%if %{build_javadoc}
 # fix link between manual and javadoc
 (cd docs/manual; ln -sf %{_javadocdir}/%{name} api)
+%endif #javadoc
+
 %if %bootstrap
 find %{buildroot}%{_datadir}/ant/etc -type f -name *.xsl \
  -a ! -name ant-update.xsl \
@@ -861,9 +879,12 @@
 %defattr(0644,root,root,0755)
 %doc docs/*
 
+%if %{build_javadoc}
+
 %files -n ant-javadoc
 %defattr(0644,root,root,0755)
 %{_javadocdir}/ant
+%endif #javadoc
 %endif
 
 %changelog

++ ant.spec ++
--- /var/tmp/diff_new_pack.wyTH9T/_old  2011-12-15 16:05:18.0 +0100
+++ /var/tmp/diff_new_pack.wyTH9T/_new  2011-12-15 16:05:18.0 +0100
@@ -29,8 +29,11 @@
 %if %with bootstrap
 %global build_javadoc0
 %else
+# disable javadoc build on arm platform - it delays a build a lot
+%ifnarch %arm
 %global build_javadoc1
 %endif
+%endif
 
 %global with_manifest_only 0
 
@@ -436,6 +439,7 @@
 This package contains the manual for Apache Ant.
 
 
+%if %{build_javadoc}
 
 %package -n ant-javadoc
 License:Apache Software License ..
@@ -446,8 +450,7 @@
 Apache Ant is a Java-based build tool.
 
 This package contains the javadoc documentation for Apache Ant.
-
-
+%endif #javadoc
 
 %endif
 
@@ -507,16 +510,23 @@
 
 %build
 export OPT_JAR_LIST=:
+
 %if ! %bootstrap
 export CLASSPATH=$(build-classpath xerces-j2 xml-commons-jaxp-1.3-apis antlr 
bcel jaf javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging 
commons-net jsch xalan-j2 xml-commons-resolver)
-%{ant} -Dbuild.sysclasspath=first distribution
+%{ant} -Dbuild.sysclasspath=first dist
+
+%if %{build_javadoc}
 %{ant} javadocs
+%endif
+
 %else
+
 export GC_MAXIMUM_HEAP_SIZE=134217728 #128M
 export JAVA_HOME=%{java_home}
 export CLASSPATH=$JAVA_HOME/lib/tools.jar
 export BOOTJAVAC_OPTS=-C -Wno-deprecated
 sh -x ./build.sh --noconfig jars
+
 %endif
 
 %install
@@ -618,12 +628,19 @@
 echo testutil ant/ant-testutil  %{buildroot}%{_sysconfdir}/ant.d/testutil
 %endif
 %if ! %bootstrap
-# javadoc
+
+%if %{build_javadoc}
 mkdir -p 

commit boinc-client for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package boinc-client for openSUSE:Factory 
checked in at 2011-12-15 16:05:22

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


Package is boinc-client, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes
2011-09-23 01:52:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.boinc-client.new/boinc-client.changes   
2011-12-15 16:05:23.0 +0100
@@ -1,0 +2,10 @@
+Fri Sep 30 20:07:45 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---
+Tue Aug 30 18:18:14 UTC 2011 - sascha.ma...@open-slx.de
+
+- fixed Bug bnc#714623 (/var/lock/subsys unsupported) 
+
+---



Other differences:
--
++ boinc-client.spec ++
--- /var/tmp/diff_new_pack.oc3342/_old  2011-12-15 16:05:25.0 +0100
+++ /var/tmp/diff_new_pack.oc3342/_new  2011-12-15 16:05:25.0 +0100
@@ -91,7 +91,7 @@
 #BuildRequires:  gnutls-devel
 BuildRequires:  libcurl-devel = 7.17.1
 BuildRequires:  libjpeg-devel
-#BuildRequires:  libtool
+BuildRequires:  libtool
 BuildRequires:  libxslt
 #BuildRequires:  m4
 #BuildRequires:  make
@@ -132,7 +132,6 @@
 
 %package -n boinc-manager
 
-
 Summary:GUI to control and monitor %{name}
 Group:  Productivity/Scientific/Astronomy
 Requires:   %{name} = %{version}-%{release}
@@ -150,7 +149,6 @@
 %lang_package -n boinc-manager
 %package devel
 
-
 Summary:Development files for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}-%{release}
@@ -162,7 +160,6 @@
 
 %package -n libboinc%{soname}
 
-
 Summary:Shared Libs for %{name}
 Group:  System/Libraries
 
@@ -175,7 +172,6 @@
 
 %package doc
 
-
 Summary:Documentation files for %{name}
 Group:  Documentation/Other
 %if 0%{?suse_version} = 1120
@@ -328,7 +324,7 @@
 exit 0
 
 %post
-%{fillup_and_insserv boinc-client}  
+%fillup_and_insserv boinc-client
 
 %preun
 %stop_on_removal boinc-client  

++ boinc-init.patch ++
--- /var/tmp/diff_new_pack.oc3342/_old  2011-12-15 16:05:25.0 +0100
+++ /var/tmp/diff_new_pack.oc3342/_new  2011-12-15 16:05:25.0 +0100
@@ -26,7 +26,7 @@
  
 +# Name of group to run as:
 +#
-+BOINCGROUP=boinc
++BOINCUSER=boinc
 +
  # Working directory.  Could be /home/boinc, /var/lib/boinc, etc..
  # The reason I prefer /var/lib/boinc is that this works best for a 
@@ -40,7 +40,18 @@
  BOINCEXE=${bindir}/${BOINCEXE_NAME}
  BOINCCMD_NAME=boinccmd
  BOINCCMD=${bindir}/${BOINCCMD_NAME}
-@@ -178,8 +182,8 @@ export TERM=dumb
+@@ -161,9 +165,7 @@ BOINCOPTS=
+ # Subsys lock file ...
+ 
+ # If there is the subsys directory, then use it ...
+-if [ -d /var/lock/subsys/ ]; then
+-LOCKFILE=/var/lock/subsys/${BOINCEXE_NAME}
+-elif [ -d /var/lock ]; then
++if [ -d /var/lock ]; then
+ LOCKFILE=/var/lock/${BOINCEXE_NAME}
+ elif [ -d /var/run ]; then
+ LOCKFILE=/var/run/${BOINCEXE_NAME}.lock
+@@ -178,8 +180,8 @@ export TERM=dumb
  # but if the functions are not found we create our own simple replacements.
  # (The idea for replacing the functions comes from OpenAFS.  Thanks guys!)
  
@@ -51,25 +62,23 @@
  else
if printf Hello /dev/null 2/dev/null ; then
 # printf works
-@@ -279,7 +283,7 @@ if [ ! -d $BOINCDIR ]; then
+@@ -279,7 +281,7 @@ if [ ! -d $BOINCDIR ]; then
echo -n Creating $BOINCDIR 
if mkdir -p $BOINCDIR 2/dev/null ; then
  if [ -n $BOINCUSER ] ; then
 -  if chown $BOINCUSER $BOINCDIR ; then
-+  if chown $BOINCUSER:$BOINCGROUP $BOINCDIR ; then
++  if chown $BOINCUSER $BOINCGROUP $BOINCDIR ; then
  echo_success
else
  echo_failure
-@@ -329,8 +333,10 @@ if [ ${USERNOW} = ${BOINCUSER} ] ; t
+@@ -329,8 +331,8 @@ if [ ${USERNOW} = ${BOINCUSER} ] ; t
  exit 8
fi
  elif [ ${USERNOW} = root ] ; then
 -  cmd=if test -O ${BOINCDIR} ; then echo success ; fi
 -  if [ -z `su $BOINCUSER -c $cmd` ]; then
-+  #cmd=if test -O ${BOINCDIR} ; then echo success ; fi
-+  #if [ -z `su $BOINCUSER -c $cmd` ]; then
-+if [ -z `sudo -u $BOINCUSER /bin/sh -c if test -O ${BOINCDIR} ;
-+then echo success ; fi` ]; then
++ # cmd=if test -O ${BOINCDIR} ; then echo success ; fi
++ # if [ -z `su $BOINCUSER -c $cmd` ]; then
  echo -n ERROR: $BOINCDIR is not owned by $BOINCUSER.
  echo_failure
  echo

++ sysconfig.boinc-client ++
--- /var/tmp/diff_new_pack.oc3342/_old  2011-12-15 16:05:25.0 +0100
+++ 

commit cpupower for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

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

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


Package is cpupower, Maintainer is tr...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/cpupower/cpupower.changes2011-09-23 
01:54:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.cpupower.new/cpupower.changes   2011-12-15 
16:05:37.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 15 10:38:07 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ cpupower.spec ++
--- /var/tmp/diff_new_pack.1Z9EKC/_old  2011-12-15 16:05:38.0 +0100
+++ /var/tmp/diff_new_pack.1Z9EKC/_new  2011-12-15 16:05:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cpupower
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Author: Thomas Renninger tr...@suse.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,14 +21,16 @@
 # Use this as version when things are in mainline kernel
 %define version %(rpm -q --qf '%{VERSION}' kernel-source)
 Version:2.6.39
-Release:1
+Release:0
 Summary:Tools to determine and set CPU Power related Settings
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Base
 Source: %{name}-%{version}.tar.bz2
 Patch0: cpupower-use-manpage-on-help-command.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pciutils-devel gettext-tools pciutils
+BuildRequires:  gettext-tools
+BuildRequires:  pciutils
+BuildRequires:  pciutils-devel
 Obsoletes:  cpufrequtils
 Provides:   cpufrequtils
 
@@ -38,15 +40,14 @@
 and userspace tools easier.
 
 %package -n libcpupower0
-License:GPLv2+
 Summary:Obsolete processor frequency related C-library
 Group:  System/Base
+
 %description -n libcpupower0
 Contains libcpupower and soon possibly other CPU power related
 C libraries.
 
 %package devel
-License:GPLv2+
 Summary:Include files and C-libraries
 Group:  Development/Languages/C and C++
 Requires:   libcpupower0 = %{version}
@@ -55,7 +56,6 @@
 Include files and C-libraries for C/C++ development
 
 %package bench
-License:GPLv2+
 Summary:CPU frequency micro benchmark
 Group:  System/Benchmark
 Obsoletes:  cpufrequtils-bench

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



commit clanlib for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package clanlib for openSUSE:Factory checked 
in at 2011-12-15 16:05:28

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


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

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.clanlib.new/clanlib-doc.changes 2011-12-15 
16:05:32.0 +0100
@@ -0,0 +1,475 @@
+---
+Tue Dec 13 16:00:34 UTC 2011 - jreidin...@suse.com
+
+- update to 2.3.4 
+  * complete list of changes is available here:
+  http://clanlib.org/wiki/BreakingChanges and
+  here http://clanlib.org/wiki/ClanLib_2.3.4_Release_Notes
+- create separate doc with useful generated documentation (
+  previous state was useless)
+
+---
+Wed Nov 16 14:06:56 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---
+Wed Nov 16 10:08:00 UTC 2011 - jreidin...@suse.com
+
+- Update to version 2.3.3:
+  * this is major version update (from 2.2.9 to 2.3.3).
+  * complete list of changes is available here:
+  http://clanlib.org/wiki/BreakingChanges and
+  here http://clanlib.org/wiki/ClanLib_2.3.3_Release_Notes
+
+---
+Sat Jul  2 16:36:18 UTC 2011 - jeng...@medozas.de
+
+- Use %_smp_mflags for parallel building
+- Strip %clean section (not needed on BS)
+
+---
+Thu Jun 16 13:32:08 CEST 2011 - p...@suse.de
+
+- Fix file list.
+- Fix copying of Examples.
+- Convert line endings in some text files.
+
+---
+Sat Jun 11 14:33:38 UTC 2011 - vlado.pas...@gmail.com
+
+- Update to version 2.2.9:
+  * this is major version update (from 2.1.1 to 2.2.9).
+  * complete list of changes is available here:
+  http://clanlib.org/wiki/BreakingChanges and
+  here http://clanlib.org/wiki/ClanLib_2.2.9_Release_Notes
+
+---
+Sat Mar 13 13:34:52 UTC 2010 - dims...@opensuse.org
+
+- Update to version 2.1.1:
+  + See UpGRADE.txt for changes.
+
+---
+Tue Feb  9 14:00:34 CET 2010 - prus...@suse.cz
+
+- build -doc and -examples subpackages as noarch
+
+---
+Wed Aug  5 13:43:34 CEST 2009 - prus...@suse.cz
+
+- updated to 2.0.3
+  * new display target: GL1 (works on pre OpenGL 2.0 cards)
+- removed obsoleted patch:
+  * includes.patch (mainline)
+
+---
+Tue Jul  7 11:28:28 CEST 2009 - prus...@suse.cz
+
+- added COPYING.GPLv2 to examples subpackage [bnc#519487]
+
+---
+Tue May 19 12:46:08 CEST 2009 - prus...@suse.cz
+
+- updated to 2.0.2
+  * New (revived) display target: SDL
+  * New example: GUICustomComponent (game-gui)
+  * New example: PostProcessing (using shaders)
+- fixed missing includes (includes.patch)
+- removed obsoleted patches:
+  * used-twice.patch (mainline)
+
+---
+Thu Apr 30 09:30:38 CEST 2009 - prus...@suse.cz
+
+- updated to 2.0.1
+  * changes too numerous to list
+- fixed the same variable used twice in expression (used-twice.patch)
+- removed obsoleted patches
+  * endian.patch (not needed anymore)
+  * delete.patch (mainline)
+  * includes.patch
+
+---
+Sun Mar 29 23:54:45 CEST 2009 - crrodrig...@suse.de
+
+- fix build with GCC 44 
+
+---
+Mon Nov 10 15:37:30 CET 2008 - prus...@suse.cz
+
+- fix wrong delete usage (delete.patch) [bnc#443368]
+
+---
+Wed Mar 19 15:55:00 CET 2008 - prus...@suse.cz
+
+- updated to 0.8.1
+  * GUI: CL_InputBox improved, supports system-wide cut-and-paste
+  * GUI: RichEdit class added, currently only a very basic html style viewer
+  * Global: CL_Clipboard added
+  * ClanDisplay: .bmp loading support added
+  * ClanSound: ALSA support added
+  - Loads of bugs fixed
+- removed obsolete patch:
+  * clvoid.patch (included in update)
+
+---
+Thu Oct 18 11:13:54 CEST 2007 - prus...@suse.cz
+
+- fixed missing includes (includes.patch)
+- changed Xalan-c to libxslt (xsltproc) in BuildRequires to build docs
+

commit dirac for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/dirac/dirac.changes  2011-10-03 
09:15:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.dirac.new/dirac.changes 2011-12-15 
16:05:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  9 11:49:18 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ dirac.spec ++
--- /var/tmp/diff_new_pack.qQGBeC/_old  2011-12-15 16:05:44.0 +0100
+++ /var/tmp/diff_new_pack.qQGBeC/_new  2011-12-15 16:05:44.0 +0100
@@ -16,24 +16,28 @@
 #
 
 
-
 Name:   dirac
 Version:1.0.2
-Release:15
+Release:0
 Url:http://diracvideo.org/
-Group:  Productivity/Multimedia/Video/Editors and Convertors
-License:MPL ..
 Summary:The Dirac_Video Codec
+License:MPL-1.1
+Group:  Productivity/Multimedia/Video/Editors and Convertors
 Source: %{name}-%{version}.tar.bz2
 Patch0: 0001-Fix-uninitialised-memory-read-that-causes-the-encode.patch
 Patch1: %{name}-%{version}-gcc45.patch
-BuildRequires:  gcc-c++ libstdc++-devel
+BuildRequires:  gcc-c++
 BuildRequires:  libcppunit-devel
+BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 %ifnarch ia64 s390 s390x %sparc
-BuildRequires:  pkg-config valgrind-devel
+BuildRequires:  pkg-config
+BuildRequires:  valgrind-devel
 %endif
-BuildRequires:  doxygen fdupes graphviz-gd texlive-latex
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  graphviz-gd
+BuildRequires:  texlive-latex
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,9 +61,8 @@
 intended as a demonstration or reference coder.
 
 %package -n libdirac_decoder0
-License:MPL ..
-Group:  System/Libraries
 Summary:Dirac Video Codec Decoder Library
+Group:  System/Libraries
 
 %description -n libdirac_decoder0
 Dirac is an open source video codec. It uses a traditional hybrid video
@@ -82,9 +85,8 @@
 intended as a demonstration or reference coder.
 
 %package -n libdirac_encoder0
-License:MPL ..
-Group:  System/Libraries
 Summary:Dirac Video Codec Encoder Library
+Group:  System/Libraries
 
 %description -n libdirac_encoder0
 Dirac is an open source video codec. It uses a traditional hybrid video
@@ -107,9 +109,8 @@
 intended as a demonstration or reference coder.
 
 %package devel
-License:MPL ..
-Group:  Development/Libraries/C and C++
 Summary:Development Files for Dirac Video Codec
+Group:  Development/Libraries/C and C++
 Requires:   libdirac_decoder0 = %{version}
 Requires:   libdirac_encoder0 = %{version}
 Provides:   libdirac-devel = %{version}-%{release}
@@ -136,9 +137,8 @@
 intended as a demonstration or reference coder.
 
 %package doc
-License:MPL ..
-Group:  Documentation/HTML
 Summary:Dirac Video Codec api documentation
+Group:  Documentation/HTML
 %if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif

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



commit dmtcp for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package dmtcp for openSUSE:Factory checked 
in at 2011-12-15 16:05:49

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


Package is dmtcp, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dmtcp/dmtcp.changes  2011-09-23 
11:43:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.dmtcp.new/dmtcp.changes 2011-12-15 
16:05:50.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec  4 16:32:33 UTC 2011 - co...@suse.com
+
+- don't fail on unknown options from %configure
+
+---



Other differences:
--
++ dmtcp.spec ++
--- /var/tmp/diff_new_pack.VX4rhU/_old  2011-12-15 16:05:51.0 +0100
+++ /var/tmp/diff_new_pack.VX4rhU/_new  2011-12-15 16:05:51.0 +0100
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   dmtcp
 Version:1.2.2
-Release:1
+Release:0
 Summary:Checkpoint/Restart functionality for Linux processes
 Group:  System/Packages
-License:LGPL
+License:LGPL-3.0+
 Url:http://dmtcp.sourceforge.net
 Source0:%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
 BuildRequires:  gcc
+BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
 %if 0%{?suse_version} = 1100
 BuildRequires:  python-base
@@ -53,7 +51,6 @@
 This package contains DMTCP binaries.
 
 %package -n libdmtcpaware1
-
 Summary:DMTCP programming interface
 Group:  Development/Libraries/Other
 Requires:   %{name}
@@ -74,7 +71,6 @@
 applications to interact with dmtcp.
 
 %package -n libdmtcpaware-devel
-
 Summary:DMTCP programming interface -- developer package
 Group:  Development/Libraries/Other
 Requires:   libdmtcpaware1 = %{version}
@@ -95,7 +91,6 @@
 interact with dmtcp.
 
 %package -n libdmtcpaware-doc
-
 Summary:DMTCP programming interface -- basic examples
 Group:  Development/Libraries/Other
 Requires:   libdmtcpaware-devel = %{version}
@@ -104,7 +99,6 @@
 This package provides some basic examples on how to use dmtcpaware.
 
 %package -n libdmtcpaware-devel-static
-
 Summary:DMTCP programming interface -- static library for devloper pkg
 Group:  Development/Libraries/Other
 Requires:   libdmtcpaware-devel = %{version}
@@ -115,6 +109,7 @@
 
 %prep
 %setup -q
+sed -i -e 's,enable_option_checking=fatal,enable_option_checking=no,' configure
 
 %build
 %configure --disable-option-checking

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



commit dvbsnoop for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

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

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


Package is dvbsnoop, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dvbsnoop/dvbsnoop.changes2011-09-23 
01:55:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.dvbsnoop.new/dvbsnoop.changes   2011-12-15 
16:06:00.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 11:27:42 UTC 2011 - co...@suse.com
+
+- license seems to be GPL-2.0+
+
+---



Other differences:
--
++ dvbsnoop.spec ++
--- /var/tmp/diff_new_pack.T8hHlr/_old  2011-12-15 16:06:00.0 +0100
+++ /var/tmp/diff_new_pack.T8hHlr/_new  2011-12-15 16:06:00.0 +0100
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   dvbsnoop
 Version:1.4.50
-Release:1
-License:GPL
-Group:  Development/Tools/Other
+Release:0
 Summary:DVB / MPEG stream analyzer program
+License:GPL-2.0+
+Group:  Development/Tools/Other
 Url:http://dvbsnoop.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/dvbsnoop/dvbsnoop/dvbsnoop-1.4.50/dvbsnoop-1.4.50.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake gcc libtool
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc
+BuildRequires:  libtool
 
 %description
 Its purpose is to debug, dump or view digital stream information (e.g. digital

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



commit ebtables for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ebtables/ebtables.changes2011-09-23 
01:55:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.ebtables.new/ebtables.changes   2011-12-15 
16:06:08.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec  4 16:27:22 UTC 2011 - jeng...@medozas.de
+
+- Update to new upstream release 2.0.10.3
+* fix a counter setting bug
+
+---

Old:

  ebtables-v2.0.10-2.tar.xz

New:

  ebtables-v2.0.10-3.tar.xz



Other differences:
--
++ ebtables.spec ++
--- /var/tmp/diff_new_pack.qkGVV2/_old  2011-12-15 16:06:10.0 +0100
+++ /var/tmp/diff_new_pack.qkGVV2/_new  2011-12-15 16:06:10.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   ebtables
-Version:2.0.10.2
+Version:2.0.10.3
 Release:1
-License:GPLv2
+License:GPL-2.0+
 Summary:Ethernet Bridge Tables
-Url:http://ebtables.sf.net/
+URL:http://ebtables.sf.net/
 Group:  Productivity/Networking/Security
-Source: %name-v2.0.10-2.tar.xz
+Source: %name-v2.0.10-3.tar.xz
 Patch0: %name-v2.0.8-makefile.diff
 Patch1: %name-v2.0.8-initscript.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,10 +42,10 @@
 
 %prep
 %if 0%{?__xz:1}
-%setup -q -n %name-v2.0.10-2
+%setup -q -n %name-v2.0.10-3
 %else
 tar -xf %{S:0} --use=xz;
-%setup -DTqn %name-v2.0.10-2
+%setup -DTqn %name-v2.0.10-3
 %endif
 %patch0
 %patch1

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



commit go-Go-OpenGL for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package go-Go-OpenGL for openSUSE:Factory 
checked in at 2011-12-15 16:06:13

Comparing /work/SRC/openSUSE:Factory/go-Go-OpenGL (Old)
 and  /work/SRC/openSUSE:Factory/.go-Go-OpenGL.new (New)


Package is go-Go-OpenGL, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/go-Go-OpenGL/go-Go-OpenGL.changes
2011-10-27 12:16:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-Go-OpenGL.new/go-Go-OpenGL.changes   
2011-12-15 16:06:14.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 13:37:35 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ go-Go-OpenGL.spec ++
--- /var/tmp/diff_new_pack.ognQSq/_old  2011-12-15 16:06:15.0 +0100
+++ /var/tmp/diff_new_pack.ognQSq/_new  2011-12-15 16:06:15.0 +0100
@@ -1,4 +1,7 @@
 #
+# spec file for package go-Go-OpenGL
+#
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c), 2011, Sascha Peilicke sasc...@gmx.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -10,18 +13,20 @@
 # 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-Go-OpenGL
 Version:0.0.0+git20110617
 Release:0
 Summary:Go bindings for OpenGL
+License:BSD-3-Clause
 Group:  Development/Languages/Other
-License:BSD
-URL:http://github.com/banthar/Go-OpenGL
+Url:http://github.com/banthar/Go-OpenGL
 Source0:Go-OpenGL-%{version}.tar.bz2
 Patch0: Go-OpenGL-fixes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  go-devel
 BuildRequires:  glew-devel = 1.5.8
+BuildRequires:  go-devel
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}

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



commit libustr for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2011-10-19 
00:46:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libustr.new/libustr.changes 2011-12-15 
16:06:35.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 13:30:02 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.DoeL6x/_old  2011-12-15 16:06:36.0 +0100
+++ /var/tmp/diff_new_pack.DoeL6x/_new  2011-12-15 16:06:36.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libustr
 Version:1.0.4
-Release:16
+Release:0
 Url:http://www.and.org/ustr/
-License:MIT or LGPLv2+ or BSD
-Group:  System/Libraries
 Summary:String library, very low memory overhead, simple to import
+License:MIT or LGPL-2.1+ or BSD-2-Clause
+Group:  System/Libraries
 Source: http://www.and.org/ustr/%{version}/ustr-%{version}.tar.bz2
 Source1:rpmlintrc
 Source2:baselibs.conf
@@ -40,9 +38,8 @@
 This package also distributes pre-built shared libraries.
 
 %package -n libustr-1_0-1
-License:MIT or LGPLv2+ or BSD
-Group:  System/Libraries
 Summary:String library, very low memory overhead, simple to import
+Group:  System/Libraries
 
 %description -n libustr-1_0-1
 Micro string library, very low overhead from plain strdup() (Ave. 44%
@@ -55,7 +52,6 @@
 
 %package devel
 Summary:Development files for libustr
-License:MIT or LGPLv2+ or BSD
 Group:  Development/Libraries
 Requires:   pkgconfig
 Requires:   libustr-1_0-1 = %{version}
@@ -68,7 +64,6 @@
 
 %package devel-static
 Summary:Static development files for libustr
-License:MIT or LGPLv2+ or BSD
 Group:  Development/Libraries
 Requires:   %{name}-devel
 

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



commit nss-shared-helper for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package nss-shared-helper for 
openSUSE:Factory checked in at 2011-12-15 16:06:52

Comparing /work/SRC/openSUSE:Factory/nss-shared-helper (Old)
 and  /work/SRC/openSUSE:Factory/.nss-shared-helper.new (New)


Package is nss-shared-helper, Maintainer is h...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/nss-shared-helper/nss-shared-helper.changes  
2011-09-23 02:14:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.nss-shared-helper.new/nss-shared-helper.changes 
2011-12-15 16:06:54.0 +0100
@@ -1,0 +2,8 @@
+Thu Dec  8 21:49:43 UTC 2011 - w...@rosenauer.org
+
+- update to version 1.0.10
+  * DB location (if not specified otherwise) will be /etc/pki/nssdb
+if it exists and otherwise $HOME/.pki/nssdb
+- cleanup specfile / fixup license tags
+
+---

Old:

  nss-shared-helper-1.0.9.tar.bz2

New:

  nss-shared-helper-1.0.10.tar.bz2



Other differences:
--
++ nss-shared-helper.spec ++
--- /var/tmp/diff_new_pack.YDzUK1/_old  2011-12-15 16:06:55.0 +0100
+++ /var/tmp/diff_new_pack.YDzUK1/_new  2011-12-15 16:06:55.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package nss-shared-helper (Version 1.0.9)
+# spec file for package nss-shared-helper
 #
-# 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
@@ -18,16 +18,17 @@
 
 
 Name:   nss-shared-helper
-BuildRequires:  mozilla-nss-devel pkg-config
-Version:1.0.9
-Release:4
+Version:1.0.10
+Release:1
+License:LGPL-2.1+
 Summary:Helper functions for sharing NSS database
 Group:  Development/Libraries/C and C++
-License:GPL-2.0+
 Source0:nss-shared-helper-%{version}.tar.bz2
 Source1:baselibs.conf
+Url:http://www.rosenauer.org/hg/libnsssharedhelper/
+BuildRequires:  mozilla-nss-devel
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
 
 %description
 This library provides helper functions for programs that want to share
@@ -36,7 +37,7 @@
 %define debug_package_requires libnsssharedhelper0 = %{version}-%{release}
 
 %package -n libnsssharedhelper0
-License:GPL-2.0+
+License:LGPL-2.1+
 Summary:Helper functions for sharing NSS database
 Group:  Development/Libraries/C and C++
 
@@ -44,9 +45,8 @@
 This library provides helper functions for programs that want to share
 an NSS crypto database.
 
-
 %package devel
-License:GPL-2.0+
+License:LGPL-2.1+
 Summary:Development libraries for nss-shared-helper
 Group:  Development/Libraries/C and C++
 Requires:   libnsssharedhelper0 = %{version}
@@ -56,29 +56,25 @@
 Header and library files for helpers meant to enable sharing of NSS
 crypto database.
 
-Authors:
-
-Hans Petter Jansson h...@copyleft.no
-
 %prep
 %setup -n nss-shared-helper-%{version}
 
 %build
 %configure
-%__make %{?_smp_mflags};
+make %{?_smp_mflags};
 
 %install
 %makeinstall
 # We don't want to ship the .a and .la files
-%{__rm} $RPM_BUILD_ROOT/%{_libdir}/*.*a
+rm %{buildroot}/%{_libdir}/*.*a
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n libnsssharedhelper0
 %defattr(-, root, root, -)
 %{_libdir}/libnsssharedhelper.so.*
-%doc README COPYING
+%doc COPYING
 
 %files devel
 %defattr(-,root,root,-)

++ nss-shared-helper-1.0.9.tar.bz2 - nss-shared-helper-1.0.10.tar.bz2 
++
 9407 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/nss-shared-helper-1.0.9/COPYING new/nss-shared-helper-1.0.10/COPYING
--- old/nss-shared-helper-1.0.9/COPYING 2008-08-30 00:49:08.0 +0200
+++ new/nss-shared-helper-1.0.10/COPYING2011-12-08 22:34:29.0 
+0100
@@ -1,112 +1,125 @@
- GNU LIBRARY GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+  GNU LESSER GENERAL PUBLIC LICENSE
+   Version 2.1, February 1999
 
- Copyright (C) 1991 Free Software Foundation, Inc.
-   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 

commit ohphone for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

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

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


Package is ohphone, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/ohphone/ohphone.changes  2011-09-23 
02:15:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ohphone.new/ohphone.changes 2011-12-15 
16:07:02.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  9 11:47:07 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ ohphone.spec ++
--- /var/tmp/diff_new_pack.dPxlFP/_old  2011-12-15 16:07:03.0 +0100
+++ /var/tmp/diff_new_pack.dPxlFP/_new  2011-12-15 16:07:03.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ohphone (Version 1.4.6)
+# spec file for package ohphone
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   ohphone
-BuildRequires:  SDL-devel kdelibs3-devel libdv openh323-devel openldap2-devel 
pwlib-devel speex-devel
+BuildRequires:  SDL-devel
+BuildRequires:  kdelibs3-devel
+BuildRequires:  libdv
+BuildRequires:  openh323-devel
+BuildRequires:  openldap2-devel
+BuildRequires:  pwlib-devel
+BuildRequires:  speex-devel
 Url:http://www.openh323.org
-License:MPL ..
-AutoReqProv:on
-Group:  Productivity/Telephony/H323/Clients
 Summary:An H.323 Net Telephone Application
+License:MPL-1.0
+Group:  Productivity/Telephony/H323/Clients
 Version:1.4.6
-Release:255
+Release:0
 Source0:ohphone-1.4.6pre.tar.bz2
 Patch0: ohphone.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit pcc for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package pcc for openSUSE:Factory checked in 
at 2011-12-15 16:07:05

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


Package is pcc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pcc/pcc.changes  2011-09-23 12:21:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pcc.new/pcc.changes 2011-12-15 
16:07:07.0 +0100
@@ -1,0 +2,11 @@
+Fri Dec  2 15:59:48 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Mon Sep  5 10:15:26 UTC 2011 - cfarr...@suse.com
+
+- license update: BSD-4-Clause
+  Update to SPDX compatible syntax. See http://spdx.org/licenses/
+
+---



Other differences:
--
++ pcc.spec ++
--- /var/tmp/diff_new_pack.kJNZmM/_old  2011-12-15 16:07:08.0 +0100
+++ /var/tmp/diff_new_pack.kJNZmM/_new  2011-12-15 16:07:08.0 +0100
@@ -16,12 +16,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   pcc
 Version:1.0.0
-Release:1
-License:BSD
+Release:0
+License:BSD-4-Clause
 Summary:Portable and Fast C Compiler
 Url:http://pcc.ludd.ltu.se/
 Group:  Development/Languages/C and C++
@@ -34,6 +32,7 @@
 Patch3: pcc-1.0.0-disable-stack-protector.patch
 Patch4: pcc-1.0.0-fix-undefined-expressions.patch
 Patch5: pcc-1.0.0-do-not-include-user-hostname.patch
+BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
 

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



commit php5 for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2011-12-15 16:07:11

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


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

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2011-11-08 
09:32:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2011-12-15 
16:07:13.0 +0100
@@ -1,0 +2,13 @@
+Tue Dec  6 12:24:39 UTC 2011 - co...@suse.com
+
+- fix license - there is no 3.1 version of php license
+
+---
+Tue Nov 29 15:32:57 UTC 2011 - pgaj...@suse.com
+
+- build php against system's libcrypt, which drops
+  extended DES support
+  * crypt-tests.patch
+  * no-reentrant-crypt.patch
+
+---

New:

  php-5.3.8-crypt-tests.patch
  php-5.3.8-no-reentrant-crypt.patch



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


++ php-5.3.8-crypt-tests.patch ++
Index: ext/standard/config.m4
===
--- ext/standard/config.m4.orig
+++ ext/standard/config.m4
@@ -60,7 +60,14 @@ if test $ac_cv_func_crypt = no; then
 AC_DEFINE(HAVE_CRYPT, 1, [ ])
   ])
 fi
-  
+ 
+if test $ac_cv_func_crypt = no; then
+  AC_CHECK_LIB(crypt, crypt_r, [
+LIBS=-lcrypt $LIBS -lcrypt
+AC_DEFINE(HAVE_CRYPT_R, 1, [ ])
+  ])
+fi
+ 
 AC_CACHE_CHECK(for standard DES crypt, ac_cv_crypt_des,[
   AC_TRY_RUN([
 #if HAVE_UNISTD_H
@@ -172,7 +179,7 @@ main() {
   ac_cv_crypt_blowfish=no
 ])])
 
-AC_CACHE_CHECK(for SHA512 crypt, ac_cv_crypt_SHA512,[
+AC_CACHE_CHECK(for SHA512 crypt, ac_cv_crypt_sha512,[
 AC_TRY_RUN([
 #if HAVE_UNISTD_H
 #include unistd.h
@@ -184,24 +191,22 @@ AC_TRY_RUN([
 
 main() {
 #if HAVE_CRYPT
-char salt[30], answer[80];
+char salt[120];
 
-salt[0]='$'; salt[1]='6'; salt[2]='$'; salt[3]='$'; salt[4]='b'; 
salt[5]='a'; salt[6]='r'; salt[7]='\0';
-strcpy(answer, salt);
-
strcpy(answer[29],$6$$QMXjqd7rHQZPQ1yHsXkQqC1FBzDiVfTHXL.LaeDAeVV.IzMaV9VU4MQ8kPuZa2SOP1A0RPm772EaFYjpEJtdu.);
-exit (strcmp((char *)crypt(foo,salt),answer));
+strcpy(salt, 
\$6\$rounds=5000\$usesomesillystri\$D4IrlXatmP7rx3P3InaxBeoomnAihCKRVQP22JZ6EY47Wc6BkroIuUUBOov1i.S5KPgErtP/EN5mcO.ChWQW21);
+exit (strcmp((char *)crypt(rasmuslerdorf,salt),salt));
 #else
exit(0);
 #endif
 }],[
-  ac_cv_crypt_SHA512=yes
+  ac_cv_crypt_sha512=yes
 ],[
-  ac_cv_crypt_SHA512=no
+  ac_cv_crypt_sha512=no
 ],[
-  ac_cv_crypt_SHA512=no
+  ac_cv_crypt_sha512=no
 ])])
 
-AC_CACHE_CHECK(for SHA256 crypt, ac_cv_crypt_SHA256,[
+AC_CACHE_CHECK(for SHA256 crypt, ac_cv_crypt_sha256,[
 AC_TRY_RUN([
 #if HAVE_UNISTD_H
 #include unistd.h
@@ -213,28 +218,31 @@ AC_TRY_RUN([
 
 main() {
 #if HAVE_CRYPT
-char salt[30], answer[80];
-salt[0]='$'; salt[1]='5'; salt[2]='$'; salt[3]='$'; salt[4]='s'; 
salt[5]='a'; salt[6]='l'; salt[7]='t';  salt[8]='s'; salt[9]='t'; salt[10]='r'; 
salt[11]='i'; salt[12]='n'; salt[13]='g'; salt[14]='\0';
-strcat(salt,);
-strcpy(answer, salt);
-strcpy(answer[29], 
$5$saltstring$5B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5);
-exit (strcmp((char *)crypt(foo,salt),answer));
+char salt[80];
+strcpy(salt, 
\$5\$rounds=5000\$usesomesillystri\$KqJWpanXZHKq2BOB43TSaYhEWsQ1Lr5QNyPCDH/Tp.6);
+exit (strcmp((char *)crypt(rasmuslerdorf,salt),salt));
 #else
exit(0);
 #endif
 }],[
-  ac_cv_crypt_SHA256=yes
+  ac_cv_crypt_sha256=yes
 ],[
-  ac_cv_crypt_SHA256=no
+  ac_cv_crypt_sha256=no
 ],[
-  ac_cv_crypt_SHA256=no
+  ac_cv_crypt_sha256=no
 ])])
 
 
 dnl
-dnl If one of them is missing, use our own implementation, portable code is 
then possible
+dnl If one of them or crypt_r() is missing, use our own implementation, 
portable code is then possible
 dnl
-if test $ac_cv_crypt_blowfish = no || test $ac_cv_crypt_des = no || 
test $ac_cv_crypt_ext_des = no || test x$php_crypt_r = x0; then
+if test $ac_cv_crypt_des = no ||  
+  /* test $ac_cv_crypt_ext_des = no ||*/
+   test $ac_cv_crypt_md5 = no ||
+   test $ac_cv_crypt_blowfish = no || 
+   test $ac_cv_crypt_sha512 = no ||
+   test $ac_cv_crypt_sha256 = no ||
+   test $ac_cv_lib_crypt_crypt_r = no; then
 
   dnl
   dnl Check for __alignof__ support in the compiler
++ php-5.3.8-no-reentrant-crypt.patch ++
Index: ext/standard/crypt.c
===
--- ext/standard/crypt.c
+++ ext/standard/crypt.c
@@ -302,6 +302,8 @@ PHP_FUNCTION(crypt)

commit python-clientform for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package python-clientform for 
openSUSE:Factory checked in at 2011-12-15 16:07:19

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


Package is python-clientform, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-clientform/python-clientform.changes  
2011-09-23 12:42:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-clientform.new/python-clientform.changes 
2011-12-15 16:07:20.0 +0100
@@ -1,0 +2,12 @@
+Fri Dec  9 12:50:14 UTC 2011 - cfarr...@suse.com
+
+- license update: BSD-3-Clause or ZPL-2.1
+  See COPYING.txt - this package is dual licensed under either BSD-3-Clause
+  or ZPL-2.1 (using SPDX syntax)
+
+---
+Thu Dec  8 13:54:27 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ python-clientform.spec ++
--- /var/tmp/diff_new_pack.MVYt3o/_old  2011-12-15 16:07:21.0 +0100
+++ /var/tmp/diff_new_pack.MVYt3o/_new  2011-12-15 16:07:21.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package python-clientform (Version 0.2.10)
+# spec file for package python-clientform
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,15 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   python-clientform
 Version:0.2.10
-Release:1
+Release:0
 Summary:Python module for client-side HTML forms
+License:BSD-3-Clause or ZPL-2.1
 Group:  Development/Libraries/Python
-License:BSD
 Url:http://wwwsearch.sourceforge.net/ClientForm/
 # http://wwwsearch.sourceforge.net/ClientForm/src/ClientForm-%{version}.tar.gz
 Source0:ClientForm-%{version}.tar.bz2

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



commit swig for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/swig/swig.changes2011-09-23 
12:47:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.swig.new/swig.changes   2011-12-15 
16:08:01.0 +0100
@@ -1,0 +2,10 @@
+Fri Dec  9 08:55:59 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Mon Dec  5 13:37:26 UTC 2011 - pgaj...@suse.com
+
+- generate guile 2 friendly code
+
+---

New:

  swig-2.0.4-guile2.patch



Other differences:
--
++ swig.spec ++
--- /var/tmp/diff_new_pack.YRMx61/_old  2011-12-15 16:08:03.0 +0100
+++ /var/tmp/diff_new_pack.YRMx61/_new  2011-12-15 16:08:03.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   swig
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
@@ -50,11 +48,11 @@
 %endif
 %endif
 Version:2.0.4
-Release:5
-License:GPLv3+ and BSD
+Release:0
 Summary:Simplified Wrapper and Interface Generator
-Url:http://www.swig.org
+License:GPL-3.0+ and BSD-3-Clause
 Group:  Development/Languages/C and C++
+Url:http://www.swig.org
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}.rpmlintrc
 # PATCH-FIX-UPSTREAM swig-2.0.4-support-python32.patch idoen...@suse.de -- 
Support Python 3.2
@@ -65,6 +63,8 @@
 Patch3: swig-2.0.4-disable-broken-tests.patch
 # swig-2.0.4-disable-broken-tests_rhel4.patch kkae...@suse.com -- disable 
tests failing on RHEL4
 Patch4: swig-2.0.4-disable-broken-tests_rhel4.patch
+# PATCH-FIX-UPSTREAM swig-2.0.4-guile2.patch pgaj...@suse.com -- generate 
guile 2 friendly code
+Patch5: swig-2.0.4-guile2.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -78,9 +78,8 @@
 customization options, and more.
 
 %package doc
-License:BSD3c
 Summary:SWIG Manual
-Group:  Development/Languages/C and C++
+License:BSD-3-Clause
 Requires:   swig
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
@@ -99,9 +98,8 @@
 This package contains the SWIG manual.
 
 %package examples
-License:BSD3c
 Summary:SWIG example files
-Group:  Development/Languages/C and C++
+License:BSD-3-Clause
 Requires:   swig
 
 %description examples
@@ -125,6 +123,10 @@
 %if 0%{?rhel_version} = 400  0%{?rhel_version}  500
 %patch4 -p1
 %endif
+# guile 2 from 12.1
+%if 0%{?suse_version} = 1210 
+%patch5 -p1
+%endif
 
 %build
 %configure --disable-ccache

++ swig-2.0.4-guile2.patch ++
Index: swig-2.0.4/Lib/guile/guile_scm_run.swg
===
--- swig-2.0.4.orig/Lib/guile/guile_scm_run.swg
+++ swig-2.0.4/Lib/guile/guile_scm_run.swg
@@ -60,16 +60,17 @@ static swig_module_info *SWIG_Guile_GetM
 SWIGINTERN char *
 SWIG_Guile_scm2newstr(SCM str, size_t *len) {
 #define FUNC_NAME SWIG_Guile_scm2newstr
-  char *ret;
+  char *ret, *tmp;
   size_t l;
 
   SCM_ASSERT (SCM_STRINGP(str), str, 1, FUNC_NAME);
   
-  l = SCM_STRING_LENGTH(str);
+  tmp = scm_to_utf8_string(str);
+  memcpy(ret, tmp, l);
+  free(tmp);
   ret = (char *) SWIG_malloc( (l + 1) * sizeof(char));
   if (!ret) return NULL;
 
-  memcpy(ret, SCM_STRING_CHARS(str), l);
   ret[l] = '\0';
   if (len) *len = l;
   return ret;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Coherence for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package python-Coherence for 
openSUSE:Factory checked in at 2011-12-15 16:07:31

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


Package is python-Coherence, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Coherence.new/python-Coherence.changes   
2011-12-15 16:07:34.0 +0100
@@ -0,0 +1,81 @@
+---
+Fri Dec  9 12:36:52 UTC 2011 - sasc...@suse.de
+
+- Change package name to python-Coherence (upstream name)
+- Buildrequire python-distribute (instead of setuptools)
+- BuildRequire python-Louie (instead of louie)
+- Fix SLE-11 build
+
+---
+Tue Sep 13 07:49:46 UTC 2011 - vu...@opensuse.org
+
+- Change python-twisted BuildRequires and Requires to
+  python-Twisted, after the package renaming in Factory.
+
+---
+Mon May 23 20:13:52 UTC 2011 - dims...@opensuse.org
+
+- Drop internal louie and Require python-louie instead.
+
+---
+Tue Jan  5 16:42:59 CET 2010 - vu...@opensuse.org
+
+- Update to version 0.6.6.2:
+  + fixing the setup configuration to compensate for the gone
+'auto-include-all-files-under-version-control' setuptools
+feature
+  + generic 'genre' handling in DIDLLite
+  + fix for broken .face-icon handling in the Rhythmbox plugin
+- Drop python-coherence-org.Coherence.service: the file is back in
+  the tarball.
+
+---
+Thu Dec 24 15:55:22 CET 2009 - vu...@opensuse.org
+
+- Update to version 0.6.6.1:
+  + fixing the broken tarball of the 0.6.6 release and adding a
+missing import that made some backends unfeasible
+- changes from version 0.6.6:
+  + new MediaServer backends that allow access to
+- Banshee - exports audio and video files from Banshees media
+  db
+- FeedStore - a MediaServer serving generic RSS feeds
+- Playlist - exposes the list of video/audio streams from a m3u
+  playlist (e.g. web TV listings published by french ISPs such
+  as Free, SFR...)
+- YAMJ - serves the movie/TV series data files and metadata
+  from a given YAMJ (Yet Another Movie Jukebox) library
+  + updates on Mirabeau - our UPnP over XMPP bridge
+  + simplifications in the D-Bus API
+  + a first implementation of an JSON/REST API
+  + advancements of the GStreamer MediaRenderer, supporting now
+GStreamers playbin2
+  + upgrade of the DVB-Daemon MediaServer
+  + refinements in the transcoding section, having now the choice
+to use GStreamer pipelines or external processes like mencoder
+  + more 'compatibility' improvements for different devices (e.g.
+Samsung TVs or Apache Felix)
+  + and - as every time - the usual bugfixes and enhancements
+- Add python-twisted BuildRequires.
+- Ship org.Coherence.service as a source file, since it's missing
+  from the tarball.
+- Make package noarch.
+
+---
+Thu Oct  8 01:30:10 CEST 2009 - vu...@opensuse.org
+
+- Change python-devel BuildRequires to python-setuptools
+  BuildRequires: else, we're missing some files in the packages.
+- Add Requires on python-setuptools too, since pkg_resources is
+  needed.
+
+---
+Sun Aug  9 12:43:26 CEST 2009 - co...@novell.com
+
+- use new python macros
+
+---
+Sun Jun 14 01:42:46 CEST 2009 - vu...@novell.com
+
+- Initial package.
+

New:

  Coherence-0.6.6.2.tar.gz
  python-Coherence.changes
  python-Coherence.spec



Other differences:
--
++ python-Coherence.spec ++
#
# spec file for package python-Coherence
#
# 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:   

commit xfce4-session for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory 
checked in at 2011-12-15 16:08:08

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


Package is xfce4-session, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-session/xfce4-session.changes  
2011-11-14 13:48:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-session.new/xfce4-session.changes 
2011-12-15 16:08:10.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec 14 13:18:26 UTC 2011 - g...@opensuse.org
+
+- added xfce4-session-lock-screen-on-suspend-hibernate.patch in
+  order to try to locking the screen when hibernating/suspending
+  (bxo#6019)
+
+---

New:

  xfce4-session-lock-screen-on-suspend-hibernate.patch



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.pSJ1Xe/_old  2011-12-15 16:08:11.0 +0100
+++ /var/tmp/diff_new_pack.pSJ1Xe/_new  2011-12-15 16:08:11.0 +0100
@@ -15,37 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   xfce4-session
 Version:4.8.2
-Release:13
+Release:0
+Summary:Xfce Session Manager
 License:GPL-2.0+
-Summary:Xfce Session manager
-Url:http://www.xfce.org/projects/xfce4-session/
 Group:  System/GUI/XFCE
+Url:http://www.xfce.org/projects/xfce4-session/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE xfce4-session-simple-splash-remove-shadows.patch 
g...@opensuse.org -- Improves readability of the simple splash engine text by 
removing the text shadows
 Patch0: xfce4-session-simple-splash-remove-shadows.patch
 # PATCH-FIX-UPSTREAM xfce4-session-fix-gnome-mode.patch bnc#710038 bxo#8014 
g...@opensuse.org -- Removes obsolete GNOME compatibility code, treats 
GNOME-/KDE-only autostart files as inactive, and allows to enable them through 
xfce4-session-settings
 Patch1: xfce4-session-fix-gnome-mode.patch
+# PATCH-FEATURE-UPSTREAM xfce4-session-lock-screen-on-suspend-hibernate.patch 
bxo#6019 g...@opensuse.org -- Try to lock the screen when hibernating/suspending
+Patch2: xfce4-session-lock-screen-on-suspend-hibernate.patch
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  docbook_4
 BuildRequires:  intltool
+BuildRequires:  libxslt
 BuildRequires:  perl-XML-Parser
+BuildRequires:  update-desktop-files
+BuildRequires:  xml2po
+BuildRequires:  xorg-x11
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfcegui4-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  pkgconfig(gconf-2.0)
-BuildRequires:  pkgconfig(gnome-keyring-1)
-BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11
-BuildRequires:  libxslt
-BuildRequires:  xml2po
-BuildRequires:  docbook_4
-BuildRequires:  docbook-xsl-stylesheets
 Requires:   %{name}-branding = %{version}
 Requires:   xfce-utils
 Recommends: fortune
@@ -55,7 +55,6 @@
 xfce4-session is the session manager for the Xfce desktop environment.
 
 %packagedevel
-License:GPL-2.0+
 Summary:Development files for xfce4-session
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -72,8 +71,8 @@
 This package contains development files needed to develop custom splash themes.
 
 %package branding-upstream
-License:GPL-2.0+
 Summary:Upstream branding of xfce4-session
+Group:  System/GUI/XFCE
 Supplements:packageand(%{name}:branding-upstream)
 Provides:   %{name}-branding = %{version}
 Conflicts:  otherproviders(%{name}-branding)
@@ -90,6 +89,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ xfce4-session-lock-screen-on-suspend-hibernate.patch ++
Index: xfce4-session-4.8.2/xfce4-session/xfsm-shutdown-helper.c
===
--- xfce4-session-4.8.2.orig/xfce4-session/xfsm-shutdown-helper.c
+++ xfce4-session-4.8.2/xfce4-session/xfsm-shutdown-helper.c
@@ -1783,8 +1783,13 @@ gboolean xfsm_shutdown_helper_restart (X
  **/
 gboolean xfsm_shutdown_helper_suspend (XfsmShutdownHelper *helper, GError 
**error)
 {
+  gboolean ret;
   g_return_val_if_fail (!error || !*error, FALSE);
 
+  ret = 

commit xorg-x11-proto-devel for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-proto-devel for 
openSUSE:Factory checked in at 2011-12-15 16:08:19

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


Package is xorg-x11-proto-devel, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-proto-devel/xorg-x11-proto-devel.changes
2011-09-23 12:52:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-proto-devel.new/xorg-x11-proto-devel.changes
   2011-12-15 16:08:21.0 +0100
@@ -1,0 +2,11 @@
+Thu Dec  8 15:20:27 UTC 2011 - cfarr...@suse.com
+
+- license update: MIT
+  No GPL-2.0+ files found
+
+---
+Thu Dec  1 17:04:15 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-proto-devel.spec ++
--- /var/tmp/diff_new_pack.fDFjaJ/_old  2011-12-15 16:08:24.0 +0100
+++ /var/tmp/diff_new_pack.fDFjaJ/_new  2011-12-15 16:08:24.0 +0100
@@ -15,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   xorg-x11-proto-devel
-BuildRequires:  fdupes pkg-config python-base
+BuildRequires:  automake
+BuildRequires:  fdupes
+BuildRequires:  pkg-config
+BuildRequires:  python-base
 # manual provides to avoid dependency loop
 Provides:   pkgconfig(applewmproto) pkgconfig(bigreqsprot) 
pkgconfig(compositeproto) pkgconfig(damageproto) pkgconfig(dmxproto) 
pkgconfig(dri2proto) pkgconfig(evieext) pkgconfig(fixesproto) 
pkgconfig(fontcacheproto) pkgconfig(fontsproto) pkgconfig(glproto) 
pkgconfig(inputproto) pkgconfig(kbproto) pkgconfig(libpthread-stubs) 
pkgconfig(printproto) pkgconfig(randrproto) pkgconfig(recordproto) 
pkgconfig(renderproto) pkgconfig(resourceproto) pkgconfig(scrnsaveproto) 
pkgconfig(trapproto) pkgconfig(util-macros) pkgconfig(videoproto) 
pkgconfig(vncproto) pkgconfig(windowswmproto) pkgconfig(xcb-proto) 
pkgconfig(xcliplistproto) pkgconfig(xcmiscproto) pkgconfig(x86bigfontproto) 
pkgconfig(xf86dgaproto) pkgconfig(xf86driproto) pkgconfig(xf86miscproto) 
pkgconfig(xf86rushproto) pkgconfig(xf86vidmodeproto) pkgconfig(xineramaproto) 
pkgconfig(xproto) pkgconfig(xproxymanagementprotocol)
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:24
-License:GPLv2+ ; MIT License (or similar)
+Release:0
+License:MIT
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  Development/Libraries/X11
 Summary:Include Files and Libraries mandatory for X11 Development

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



commit yast2-fingerprint-reader for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-fingerprint-reader for 
openSUSE:Factory checked in at 2011-12-15 16:08:31

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


Package is yast2-fingerprint-reader, Maintainer is jsuch...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-fingerprint-reader/yast2-fingerprint-reader.changes
2011-10-04 18:01:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-fingerprint-reader.new/yast2-fingerprint-reader.changes
   2011-12-15 16:08:34.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 25 12:21:27 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---
+Mon Sep 26 15:53:14 CEST 2011 - vis...@suse.cz
+
+- set dialog title
+- 2.21.2 
+
+---

Old:

  yast2-fingerprint-reader-2.21.1.tar.bz2

New:

  yast2-fingerprint-reader-2.21.2.tar.bz2



Other differences:
--
++ yast2-fingerprint-reader.spec ++
--- /var/tmp/diff_new_pack.Y94HwZ/_old  2011-12-15 16:08:35.0 +0100
+++ /var/tmp/diff_new_pack.Y94HwZ/_new  2011-12-15 16:08:35.0 +0100
@@ -15,53 +15,61 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-fingerprint-reader
-Version:2.21.1
+Version:2.21.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-fingerprint-reader-2.21.1.tar.bz2
-
-Prefix: /usr
+Source0:yast2-fingerprint-reader-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
-Requires:   yast2 yast2-pam
-BuildRequires:  libfprint-devel libfprint0 libusb-devel
-BuildRequires:  doxygen gcc-c++ perl-XML-Writer update-desktop-files yast2 
yast2-core-devel yast2-devtools yast2-pam yast2-testsuite
+Requires:   yast2-pam
+Requires:   yast2 = 2.21.22
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libfprint-devel
+BuildRequires:  libfprint0
+BuildRequires:  libtool
+BuildRequires:  libusb-devel
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-pam
+BuildRequires:  yast2-testsuite
 
 Conflicts:  yast2-hardware-detection  2.15.7
 
 Summary:YaST2 - Fingerprint Reader Configuration
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 YaST module for configuration of fingerprint authentication using the
 thinkfinger library.
 
 %prep
-%setup -n yast2-fingerprint-reader-2.21.1
+%setup -n yast2-fingerprint-reader-%{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
@@ -77,9 +85,9 @@
 /usr/share/YaST2/clients/users_plugin_fingerprint_reader.ycp
 /usr/share/YaST2/modules/FingerprintReader.*
 /usr/share/YaST2/modules/UsersPluginFingerprintReader.pm
-%{prefix}/share/applications/YaST2/fingerprint-reader.desktop
+%{_prefix}/share/applications/YaST2/fingerprint-reader.desktop
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_fprint.*
-%doc %{prefix}/share/doc/packages/yast2-fingerprint-reader
+%doc %{_prefix}/share/doc/packages/yast2-fingerprint-reader
 
 %changelog

++ yast2-fingerprint-reader-2.21.1.tar.bz2 - 
yast2-fingerprint-reader-2.21.2.tar.bz2 ++
 16960 lines of diff (skipped)

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

commit yast2-ncurses for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-ncurses for openSUSE:Factory 
checked in at 2011-12-15 16:08:47

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


Package is yast2-ncurses, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ncurses/yast2-ncurses.changes  
2011-09-23 12:53:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ncurses.new/yast2-ncurses.changes 
2011-12-15 16:08:49.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:22:20 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-ncurses.spec ++
--- /var/tmp/diff_new_pack.w5xwHq/_old  2011-12-15 16:08:50.0 +0100
+++ /var/tmp/diff_new_pack.w5xwHq/_new  2011-12-15 16:08:50.0 +0100
@@ -15,24 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-ncurses
 Version:2.21.4
-Release:1
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ncurses-2.21.4.tar.bz2
-
-Prefix: /usr
+Source0:yast2-ncurses-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  dejagnu doxygen gcc-c++ yast2-devtools
-BuildRequires:  blocxx-devel libxcrypt-devel ncurses-devel
+BuildRequires:  blocxx-devel
+BuildRequires:  dejagnu
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxcrypt-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  yast2-devtools
 
 Summary:YaST2 - Character Based User Interface
+License:GPL-2.0+
+Group:  System/YaST
 Provides:   yast2_ui
 Requires:   glibc-locale
 BuildRequires:  yast2-libyui-devel = 2.21.1
@@ -44,10 +46,10 @@
 component for YaST2.
 
 %package devel
-
 Requires:   yast2-ncurses = %version
-Group:  Development/Libraries
+
 Summary:YaST2 - Character Based User Interface
+Group:  Development/Libraries
 Requires:   yast2-ncurses = 2.16.15
 Requires:   ncurses-devel yast2-libyui-devel
 
@@ -56,26 +58,26 @@
 component for YaST2.
 
 %prep
-%setup -n yast2-ncurses-2.21.4
+%setup -n yast2-ncurses-%{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
@@ -94,7 +96,8 @@
 %files devel
 %defattr (-, root, root)
 %{_libdir}/YaST2/plugin/libpy2ncurses.so
-%dir %{prefix}/include/YaST2
-%{prefix}/include/YaST2/ncurses/
-%doc %{prefix}/share/doc/packages/yast2-ncurses
+%dir %{_prefix}/include/YaST2
+%{_prefix}/include/YaST2/ncurses/
+%doc %{_prefix}/share/doc/packages/yast2-ncurses
+
 %changelog

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



commit yast2-libyui for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-libyui for openSUSE:Factory 
checked in at 2011-12-15 16:08:43

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


Package is yast2-libyui, Maintainer is tgoettlic...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-libyui/yast2-libyui.changes
2011-11-16 17:23:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-libyui.new/yast2-libyui.changes   
2011-12-15 16:08:48.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:22:06 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-libyui.spec ++
--- /var/tmp/diff_new_pack.sgG0kz/_old  2011-12-15 16:08:49.0 +0100
+++ /var/tmp/diff_new_pack.sgG0kz/_new  2011-12-15 16:08:49.0 +0100
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   yast2-libyui
 Version:2.21.2
 Release:0
@@ -25,16 +22,16 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-libyui-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
 Source1:yast2-libyui-rpmlintrc
 
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  yast2-devtools
 
 # autodocs + docbook docs
 BuildRequires:  doxygen
-BuildRequires:  docbook-xsl-stylesheets libxslt
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxslt
 BuildRequires:  sgml-skel
 Conflicts:  yast2-core  2.16.38
 
@@ -42,6 +39,8 @@
 BuildRequires:  boost-devel
 
 Summary:YaST2 - User Interface Engine
+License:GPL-2.0+
+Group:  System/YaST
 Provides:   %{_libdir}/libyui.so.4.0.0
 
 %description
@@ -54,9 +53,9 @@
 
 %package devel
 Requires:   yast2-libyui = %version
-Group:  Development/Libraries
 
 Summary:YaST2 - User Interface Engine
+Group:  Development/Libraries
 
 Requires:   glibc-devel
 Requires:   libstdc++-devel

++ yast2-libyui-2.21.2.tar.bz2 ++
 16137 lines of diff (skipped)

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



commit yast2-ncurses-pkg for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-ncurses-pkg for 
openSUSE:Factory checked in at 2011-12-15 16:08:53

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


Package is yast2-ncurses-pkg, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ncurses-pkg/yast2-ncurses-pkg.changes  
2011-10-28 15:33:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ncurses-pkg.new/yast2-ncurses-pkg.changes 
2011-12-15 16:08:55.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:22:31 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-ncurses-pkg.spec ++
--- /var/tmp/diff_new_pack.oZSyw5/_old  2011-12-15 16:08:56.0 +0100
+++ /var/tmp/diff_new_pack.oZSyw5/_new  2011-12-15 16:08:56.0 +0100
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 
 Name:   yast2-ncurses-pkg
 Version:2.21.2
@@ -26,13 +23,20 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-ncurses-pkg-%{version}.tar.bz2
 
-
-Group: System/YaST
-License:GPL-2.0+
-BuildRequires: doxygen dejagnu gcc-c++ yast2-core-devel yast2-devtools
-BuildRequires: libxcrypt-devel blocxx-devel ncurses-devel yast2-ncurses-devel
+BuildRequires:  blocxx-devel
+BuildRequires:  dejagnu
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxcrypt-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ncurses-devel
 
 Summary:   YaST2 - Character Based Package Manager Frontend
+License:GPL-2.0+
+Group:  System/YaST
 Provides:  yast2-ncurses:%{_libdir}/YaST2/plugin/libpy2ncurses.so
 Provides:  yast2_ui_pkg
 Requires:  glibc-locale
@@ -83,3 +87,5 @@
 %{_libdir}/YaST2/plugin/libpy2ncurses_pkg.so.*
 %{_libdir}/YaST2/plugin/libpy2ncurses_pkg.so
 %doc %{_prefix}/share/doc/packages/yast2-ncurses-pkg
+
+%changelog

++ yast2-ncurses-pkg-2.21.2.tar.bz2 ++
 16177 lines of diff (skipped)

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



commit yast2-nis-client for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2011-12-15 16:09:02

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


Package is yast2-nis-client, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes
2011-11-05 12:19:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes   
2011-12-15 16:09:06.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:22:45 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-nis-client.spec ++
--- /var/tmp/diff_new_pack.miGL9z/_old  2011-12-15 16:09:07.0 +0100
+++ /var/tmp/diff_new_pack.miGL9z/_new  2011-12-15 16:09:07.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-nis-client
 Version:2.21.5
@@ -25,9 +23,16 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-nis-client-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  doxygen gcc-c++ perl-XML-Writer update-desktop-files yast2 
yast2-core-devel yast2-devtools yast2-pam yast2-testsuite
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-pam
+BuildRequires:  yast2-testsuite
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22
 Requires:   yast2-pam
@@ -41,6 +46,8 @@
 Provides:   yast2-config-network:/usr/lib/YaST2/clients/lan_ypclient.ycp
 
 Summary:YaST2 - Network Information Services (NIS, YP) Configuration
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 The YaST2 component for NIS configuration. NIS is a service similar to

++ yast2-nis-client-2.21.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-2.21.5/configure 
new/yast2-nis-client-2.21.5/configure
--- old/yast2-nis-client-2.21.5/configure   2011-11-03 14:22:32.0 
+0100
+++ new/yast2-nis-client-2.21.5/configure   2011-12-14 13:54:02.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-nis-client 2.21.4.
+# Generated by GNU Autoconf 2.68 for yast2-nis-client 2.21.5.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-nis-client'
 PACKAGE_TARNAME='yast2-nis-client'
-PACKAGE_VERSION='2.21.4'
-PACKAGE_STRING='yast2-nis-client 2.21.4'
+PACKAGE_VERSION='2.21.5'
+PACKAGE_STRING='yast2-nis-client 2.21.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1356,7 +1356,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-nis-client 2.21.4 to adapt to many kinds of 
systems.
+\`configure' configures yast2-nis-client 2.21.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1428,7 +1428,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-nis-client 2.21.4:;;
+ short | recursive ) echo Configuration of yast2-nis-client 2.21.5:;;
esac
   cat \_ACEOF
 
@@ -1544,7 +1544,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-nis-client configure 2.21.4
+yast2-nis-client configure 2.21.5
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1997,7 +1997,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-nis-client $as_me 2.21.4, which was
+It was created by yast2-nis-client $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2927,7 +2927,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-nis-client'
- VERSION='2.21.4'
+ VERSION='2.21.5'
 
 
 cat confdefs.h _ACEOF
@@ -3049,7 +3049,7 @@
 
 
 
-VERSION=2.21.4
+VERSION=2.21.5
 RPMNAME=yast2-nis-client
 MAINTAINER=Jiri Suchomel jsuch...@suse.cz
 
@@ -16706,7 +16706,7 @@
 # report actual input values of 

commit yast2-perl-bindings for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-perl-bindings for 
openSUSE:Factory checked in at 2011-12-15 16:09:13

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


Package is yast2-perl-bindings, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-perl-bindings/yast2-perl-bindings.changes  
2011-09-23 12:53:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-perl-bindings.new/yast2-perl-bindings.changes 
2011-12-15 16:09:16.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:23:13 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-perl-bindings.spec ++
--- /var/tmp/diff_new_pack.nLx05w/_old  2011-12-15 16:09:17.0 +0100
+++ /var/tmp/diff_new_pack.nLx05w/_new  2011-12-15 16:09:17.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-perl-bindings (Version 2.19.1)
+# spec file for package yast2-perl-bindings
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-perl-bindings
 Version:2.19.1
-Release:1
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-perl-bindings-2.19.1.tar.bz2
-
-Prefix: /usr
+Source0:yast2-perl-bindings-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  blocxx-devel curl-devel gcc-c++ libxcrypt-devel rpm-devel 
yast2-core-devel yast2-devtools yast2-ycp-ui-bindings-devel
+BuildRequires:  blocxx-devel
+BuildRequires:  curl-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxcrypt-devel
+BuildRequires:  rpm-devel
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ycp-ui-bindings-devel
 
 # YCPValue::valuetype_str()
 Requires:   yast2-core = 2.16.37
@@ -40,6 +42,8 @@
 Requires:   perl(Locale::gettext)
 
 Summary:YaST2 - Perl Bindings
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 This adds an embedded Perl interpreter to YaST2 as a plug-in (in other
@@ -47,26 +51,26 @@
 of calling Perl from within YaST2 YCP scripts.
 
 %prep
-%setup -n yast2-perl-bindings-2.19.1
+%setup -n yast2-perl-bindings-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -91,5 +95,6 @@
 /usr/share/YaST2/modules/YaPI.pm
 /usr/share/YaST2/data/devtools/pluglib-bindings
 /usr/share/YaST2/data/devtools/admin/aminclude/pluglib-bindings.ami
-%doc %{prefix}/share/doc/packages/yast2-perl-bindings
+%doc %{_prefix}/share/doc/packages/yast2-perl-bindings
+
 %changelog

++ yast2-perl-bindings-2.19.1.tar.bz2 ++
 29849 lines of diff (skipped)

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



commit yast2-slp for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-slp for openSUSE:Factory 
checked in at 2011-12-15 16:09:19

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


Package is yast2-slp, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slp/yast2-slp.changes  2011-10-04 
18:03:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slp.new/yast2-slp.changes 2011-12-15 
16:09:20.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:25:11 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-slp.spec ++
--- /var/tmp/diff_new_pack.XkyRA5/_old  2011-12-15 16:09:21.0 +0100
+++ /var/tmp/diff_new_pack.XkyRA5/_new  2011-12-15 16:09:21.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-slp
 Version:2.21.0
@@ -25,16 +23,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-slp-%{version}.tar.bz2
 
-Prefix: /usr
-
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  doxygen gcc-c++ libxcrypt-devel openslp-devel perl-XML-Writer 
yast2 yast2-core-devel yast2-devtools
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxcrypt-devel
+BuildRequires:  openslp-devel
+BuildRequires:  perl-XML-Writer
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
 Requires:   openslp
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22
 
 Summary:YaST2 - SLP Agent and Browser
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 This module enables YaST modules to register services with SLP.
@@ -44,23 +48,23 @@
 %setup -n yast2-slp-%{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
@@ -75,8 +79,8 @@
 %{_libdir}/YaST2/plugin/libpy2ag_slp.so
 %{_libdir}/YaST2/plugin/libpy2ag_slp.la
 /usr/share/YaST2/clients/slp.ycp
-#%{prefix}/share/applications/YaST2/slp.desktop
+#%{_prefix}/share/applications/YaST2/slp.desktop
 /usr/share/YaST2/modules/SLP.y*
-%doc %{prefix}/share/doc/packages/yast2-slp
+%doc %{_prefix}/share/doc/packages/yast2-slp
 
 %changelog

++ yast2-slp-2.21.0.tar.bz2 ++
 16387 lines of diff (skipped)

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



commit yast2-squid for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-squid for openSUSE:Factory 
checked in at 2011-12-15 16:09:27

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


Package is yast2-squid, Maintainer is jsr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-squid/yast2-squid.changes  2011-10-04 
18:03:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-squid.new/yast2-squid.changes 
2011-12-15 16:09:28.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:25:37 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-squid.spec ++
--- /var/tmp/diff_new_pack.HWoa35/_old  2011-12-15 16:09:29.0 +0100
+++ /var/tmp/diff_new_pack.HWoa35/_new  2011-12-15 16:09:29.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-squid
 Version:2.21.2
@@ -25,17 +23,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-squid-%{version}.tar.bz2
 
-Prefix: /usr
-
-Group:  System/YaST
-License:GPL-2.0
 Requires:   yast2 = 2.21.22
-BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools
-BuildRequires:  boost-devel gcc-c++ yast2-core-devel yast2-testsuite
+BuildRequires:  boost-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 
 #BuildArchitectures:   noarch
 
 Summary:Configuration of squid
+License:GPL-2.0
+Group:  System/YaST
 
 %description
 Configuration of squid
@@ -44,23 +47,23 @@
 %setup -n yast2-squid-%{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
@@ -80,11 +83,11 @@
 /usr/share/YaST2/modules/Squid.*
 /usr/share/YaST2/modules/SquidACL.*
 /usr/share/YaST2/modules/SquidErrorMessages.*
-%{prefix}/share/applications/YaST2/squid.desktop
+%{_prefix}/share/applications/YaST2/squid.desktop
 /usr/share/YaST2/schema/autoyast/rnc/squid.rnc
 
 %{_libdir}/YaST2/plugin/libpy2ag_squid.so*
 /usr/share/YaST2/scrconf/*.scr
-%doc %{prefix}/share/doc/packages/yast2-squid
+%doc %{_prefix}/share/doc/packages/yast2-squid
 
 %changelog

++ yast2-squid-2.21.2.tar.bz2 ++
 16352 lines of diff (skipped)

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



commit yast2-transfer for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-transfer for openSUSE:Factory 
checked in at 2011-12-15 16:09:33

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


Package is yast2-transfer, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-transfer/yast2-transfer.changes
2011-09-23 12:53:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-transfer.new/yast2-transfer.changes   
2011-12-15 16:09:35.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:26:08 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-transfer.spec ++
--- /var/tmp/diff_new_pack.w9nmaJ/_old  2011-12-15 16:09:36.0 +0100
+++ /var/tmp/diff_new_pack.w9nmaJ/_new  2011-12-15 16:09:36.0 +0100
@@ -15,22 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-transfer
 Version:2.21.0
-Release:1
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-transfer-2.21.0.tar.bz2
-
-Prefix: /usr
+Source0:yast2-transfer-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  curl-devel doxygen gcc-c++ libxcrypt-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
+BuildRequires:  curl-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxcrypt-devel
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 Summary:YaST2 - Agent for Various Transfer Protocols
+License:GPL-2.0+
+Group:  System/YaST
 Provides:   yast2-agent-curl yast2-agent-tftp yast2-agent-curl-devel 
yast2-agent-tftp-devel
 Obsoletes:  yast2-agent-curl yast2-agent-tftp yast2-agent-curl-devel 
yast2-agent-tftp-devel
 Requires:   curl 
@@ -39,26 +45,26 @@
 A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP.
 
 %prep
-%setup -n yast2-transfer-2.21.0
+%setup -n yast2-transfer-%{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
@@ -82,5 +88,6 @@
 #%dir /usr/share/YaST2/include/transfer
 #/usr/share/YaST2/include/transfer/url.ycp
 
-%doc %{prefix}/share/doc/packages/yast2-transfer
+%doc %{_prefix}/share/doc/packages/yast2-transfer
+
 %changelog

++ yast2-transfer-2.21.0.tar.bz2 ++
 16608 lines of diff (skipped)

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



commit yast2-users for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2011-12-15 16:09:43

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


Package is yast2-users, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2011-10-24 
15:00:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2011-12-15 16:09:45.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:26:28 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.OFAgUJ/_old  2011-12-15 16:09:46.0 +0100
+++ /var/tmp/diff_new_pack.OFAgUJ/_new  2011-12-15 16:09:46.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-users
 Version:2.21.9
@@ -25,9 +23,20 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-users-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  cracklib-devel doxygen gcc-c++ perl-Digest-SHA1 
perl-XML-Writer update-desktop-files yast2 yast2-core-devel yast2-devtools 
yast2-ldap-client yast2-perl-bindings yast2-security yast2-testsuite
+BuildRequires:  cracklib-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  perl-Digest-SHA1
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ldap-client
+BuildRequires:  yast2-perl-bindings
+BuildRequires:  yast2-security
+BuildRequires:  yast2-testsuite
 
 Requires:   yast2-country yast2-pam yast2-security cracklib 
perl-Digest-SHA1 perl-X500-DN perl-gettext
 Obsoletes:  yast2-config-users y2c_users yast2-trans-users y2t_users 
yast2-trans-inst-user yast2-trans-users y2t_inst-user
@@ -47,6 +56,8 @@
 Requires:   yast2-core = 2.21.0
 
 Summary:YaST2 - User and Group Configuration
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 This package provides GUI for maintenance of linux users and groups.

++ yast2-users-2.21.9.tar.bz2 ++
 20613 lines of diff (skipped)

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



commit yast2-wagon for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

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

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


Package is yast2-wagon, Maintainer is lsle...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-wagon/yast2-wagon.changes  2011-11-16 
17:23:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-wagon.new/yast2-wagon.changes 
2011-12-15 16:09:58.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 25 16:15:24 UTC 2011 - lsle...@suse.cz
+
+- fixed registration status check when there is only one product
+  installed (bnc#732813)
+- 2.22.1
+
+---

Old:

  yast2-wagon-2.22.0.tar.bz2

New:

  yast2-wagon-2.22.1.tar.bz2



Other differences:
--
++ yast2-wagon.spec ++
--- /var/tmp/diff_new_pack.8gpIx5/_old  2011-12-15 16:09:59.0 +0100
+++ /var/tmp/diff_new_pack.8gpIx5/_new  2011-12-15 16:09:59.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   yast2-wagon
-Version:2.22.0
+Version:2.22.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-wagon-2.22.0.tar.bz2 - yast2-wagon-2.22.1.tar.bz2 ++
 1738 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-wagon-2.22.0/VERSION new/yast2-wagon-2.22.1/VERSION
--- old/yast2-wagon-2.22.0/VERSION  2011-11-16 11:40:08.0 +0100
+++ new/yast2-wagon-2.22.1/VERSION  2011-11-25 19:25:31.0 +0100
@@ -1 +1 @@
-2.22.0
+2.22.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-wagon-2.22.0/configure.in new/yast2-wagon-2.22.1/configure.in
--- old/yast2-wagon-2.22.0/configure.in 2011-11-16 11:24:38.0 +0100
+++ new/yast2-wagon-2.22.1/configure.in 2011-11-25 19:56:43.0 +0100
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-wagon, 2.21.6, http://bugs.opensuse.org/, yast2-wagon)
+AC_INIT(yast2-wagon, 2.22.1, http://bugs.opensuse.org/, yast2-wagon)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.21.6
+VERSION=2.22.1
 RPMNAME=yast2-wagon
 MAINTAINER=Ladislav Slezak lsle...@suse.cz
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-wagon-2.22.0/src/clients/wagon.ycp 
new/yast2-wagon-2.22.1/src/clients/wagon.ycp
--- old/yast2-wagon-2.22.0/src/clients/wagon.ycp2011-11-16 
11:39:43.0 +0100
+++ new/yast2-wagon-2.22.1/src/clients/wagon.ycp2011-11-25 
17:31:16.0 +0100
@@ -12,7 +12,7 @@
  * Summary:
  * Online Migration Tool
  *
- * $Id: wagon.ycp 64676 2011-06-30 14:22:45Z lslezak $
+ * $Id: wagon.ycp 66818 2011-11-16 10:49:26Z jsuchome $
  *
  */
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-wagon-2.22.0/src/clients/wagon_congratulate.ycp 
new/yast2-wagon-2.22.1/src/clients/wagon_congratulate.ycp
--- old/yast2-wagon-2.22.0/src/clients/wagon_congratulate.ycp   2011-11-16 
11:39:43.0 +0100
+++ new/yast2-wagon-2.22.1/src/clients/wagon_congratulate.ycp   2011-11-25 
17:31:16.0 +0100
@@ -11,7 +11,7 @@
  * Summary:
  * Online Migration Tool
  *
- * $Id: wagon_congratulate.ycp 60676 2010-02-03 16:14:12Z locilka $
+ * $Id: wagon_congratulate.ycp 66818 2011-11-16 10:49:26Z jsuchome $
  *
  */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' 

commit yast2-xml for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-xml for openSUSE:Factory 
checked in at 2011-12-15 16:10:09

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


Package is yast2-xml, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-xml/yast2-xml.changes  2011-09-23 
12:53:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-xml.new/yast2-xml.changes 2011-12-15 
16:10:11.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:26:42 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-xml.spec ++
--- /var/tmp/diff_new_pack.nEVhdm/_old  2011-12-15 16:10:12.0 +0100
+++ /var/tmp/diff_new_pack.nEVhdm/_new  2011-12-15 16:10:12.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-xml (Version 2.16.1)
+# spec file for package yast2-xml
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-Url:http://www.suse.de/
 
 Name:   yast2-xml
 Version:2.16.1
-Release:54
-License:GPL-2.0+
-Group:  System/YaST
+Release:0
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-xml-2.16.1.tar.bz2
-Prefix: /usr
-BuildRequires:  doxygen gcc-c++ libxml2-devel yast2-core-devel yast2-devtools
+Source0:yast2-xml-%{version}.tar.bz2
+
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
 Summary:YaST2 - XML Agent
+License:GPL-2.0+
+Group:  System/YaST
 Requires:   yast2-core
 Provides:   yast2-agent-xml yast2-agent-xml-devel yast2-lib-xml
 Obsoletes:  yast2-agent-xml yast2-agent-xml-devel yast2-lib-xml
@@ -36,32 +39,31 @@
 %description
 The YaST2 XML agent
 
-
-
-Authors:
-
-Anas Nashif nas...@suse.de
-
 %prep
-%setup -n yast2-xml-2.16.1
+%setup -n yast2-xml-%{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}
-make %{?jobs:-j%jobs}
+./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
+
 rm -f $RPM_BUILD_ROOT/%{_libdir}/YaST2/plugin/libpy2ag_xml.la
 
 %clean
@@ -72,6 +74,6 @@
 %{_libdir}/YaST2/plugin/libpy2ag_xml.so.*
 %{_libdir}/YaST2/plugin/libpy2ag_xml.so
 /usr/share/YaST2/scrconf/xml.scr
-%doc %{prefix}/share/doc/packages/yast2-xml
+%doc %{_prefix}/share/doc/packages/yast2-xml
 
 %changelog

++ yast2-xml-2.16.1.tar.bz2 ++
 69787 lines of diff (skipped)

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



commit dovecot20 for openSUSE:11.4

2011-12-15 Thread h_root

Hello community,

here is the log from the commit of package dovecot20 for openSUSE:11.4
checked in at Thu Dec 15 16:35:58 CET 2011.




--- old-versions/11.4/UPDATES/all/dovecot20/dovecot20.changes   2011-08-01 
20:28:46.0 +0200
+++ 11.4/dovecot20/dovecot20.changes2011-11-29 19:08:09.0 +0100
@@ -1,0 +2,138 @@
+Sat Nov 19 19:24:21 UTC 2011 - alexan...@exatati.com.br
+
+- Update to Pigeonhole 2.0.5:
+  + Sieve vacation extension: made discard message for implicit
+delivery more verbose
+  - The sieve-test tool: mixed up original and final envelope recipient
+in implementation of command line arguments.
+  - Sieve vacation extension: resolved FIXME regarding the use of
+variables in the :handle argument. Variables are now handled
+correctly.
+  - Sieve body extension: fixed handling of :content message/rfc822.
+This now yields the headers of the embedded message as required by
+the specification. Handling of :content multipart remains to be
+fixed.
+  - LDA Sieve plugin: fixed problem with recipient_delimiter
+configuration. Now it falls back to global recipient_delimiter
+setting if plugin/recipient_delimiter is not set.
+
+---
+Thu Nov 17 12:35:21 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.0.16:
+  * VSZ limits weren't being enforced for any processes. On server with
+large mailboxes you may now see errors about it if the limits aren't
+high enough. To fix them, either increase individual service {
+vsz_limit } values or simply increase the default_vsz_limit setting.
+  * Proxying: If using ssl=yes or starttls=yes with a hostname (not IP)
+as proxy destination, require that the certificate matches the given
+hostname.
+  * LMTP: Changed default client_limit to 1. This should improve LMTP
+throughput with default settings.
+  * dsync: Quota is no longer enforced (i.e. dsync can't fail because
+user is over quota).
+  + Added auto mail storage driver, which can be used to autodetect
+mailbox location and format. This behavior is already the default
+for empty mail_location setting, so this change is mainly useful for
+shared namespace's location setting.
+  + checkpassword: Export all auth %variables to AUTH_* environment.
+
+---
+Sat Nov 12 22:36:23 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.0.15:
+  * several fixes and performance enhancements:
++ updated INSTALL documentation for new configuration options of the
+  include extension
++ include extension: made nesting_depth and max_includes limits
+  configurable
++ include extension: implemented proper configuration handling
+  Configuration is now only read once at extension initialization
++ variables extension: fixed deinitialization problem (unfreed variable
+  scope data) newly found by Valgrind
++ variables extension: fixed segfault bug triggered when dumping binary
+  variable scopes
++ sieve: fixed debug mode; no messages were logged in some situations
++ fix sievec: forgot to enable -D (debug) parameter
++ lib-sieve: vacation extension: finally added support for using the
+  original recipient in vacation address check
++ lib-sieve: added X-Sieve-Redirected-From header for people using SPF/SRS
++ lib-sieve: add ihave extension (RFC5463)
++ lib-sieve: made sure that flags and keywords are only checked when the
+  mailbox is actually opened
++ made vnd.dovecot.debug extension available to the LDA plugin instead of
+  only the command line tools
++ Sieve Storage: improved handling of unconfigured user home directory
+
+  * doveadm now can move messages back to primary storage
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---
+Tue Sep 13 22:18:39 UTC 2011 - alexan...@exatati.com.br
+
+- Update Pigeonhole to 0.2.4:
+  + Vacation extension: finally added support for using the original
+recipient in vacation address check. It is also possible to disable
+the recipient address check entirely. Check doc/vacation.txt for
+configuration information.
+  + Include extension: made limits on the include depth and the total
+number of included scripts configurable. Check doc/include.txt for
+configuration information.
+  + Implemented ihave extension. This allows checking for the availability
+of Sieve language extensions at 'runtime'. Actually, this is checked
+at compile time. At runtime the interpreter checks whether extensions
+that were not previously available are still unavailable. If the
+situation changed, the script is 

commit SuSEfirewall2 for openSUSE:12.1:Update:Test

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package SuSEfirewall2 for 
openSUSE:12.1:Update:Test checked in at 2011-12-15 16:42:41

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


Package is SuSEfirewall2, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/SuSEfirewall2/SuSEfirewall2.changes 
2011-12-01 15:46:10.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.SuSEfirewall2.new/SuSEfirewall2.changes
2011-12-15 16:42:43.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 14 17:00:31 UTC 2011 - lnus...@suse.de
+
+- fix forward masquerading (bnc#736205)
+
+---

New:

  SuSEfirewall2-fix-forward-masquerading-bnc-736205.diff



Other differences:
--
++ SuSEfirewall2.spec ++
--- /var/tmp/diff_new_pack.Mv5FfJ/_old  2011-12-15 16:42:43.0 +0100
+++ /var/tmp/diff_new_pack.Mv5FfJ/_new  2011-12-15 16:42:43.0 +0100
@@ -29,6 +29,7 @@
 Summary:Stateful Packet Filter Using iptables and netfilter
 Source: SuSEfirewall2-%{version}.tar.bz2
 Patch0: SuSEfirewall2-negated-options.diff
+Patch1: SuSEfirewall2-fix-forward-masquerading-bnc-736205.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -43,6 +44,7 @@
 %prep
 %setup
 %patch0 -p1
+%patch1 -p1
 # please send patches to lnussel for inclusion in git first
 # http://gitorious.org/opensuse/susefirewall2
 

++ SuSEfirewall2-fix-forward-masquerading-bnc-736205.diff ++
From cb9cbaf4e7f5ff1bde03d9c9a9b673c0b105e620 Mon Sep 17 00:00:00 2001
From: Ludwig Nussel ludwig.nus...@suse.de
Date: Wed, 14 Dec 2011 17:54:32 +0100
Subject: [PATCH] fix forward masquerading (bnc#736205)

---
 SuSEfirewall2 |9 +
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/SuSEfirewall2 b/SuSEfirewall2
index 0bb8ee3..8079ae2 100755
--- a/SuSEfirewall2
+++ b/SuSEfirewall2
@@ -2182,6 +2182,7 @@ forward_masquerading_rules()
else
eval `net2srcdst net1 $net1`
eval `net2srcdst net2 $net2`
+   eval `net2srcdst target $target`
proto=-p $proto
test -z $port2  port2=$port1
port1=--dport $port1
@@ -2198,10 +2199,10 @@ forward_masquerading_rules()
done
for chain in $forward_zones; do
chain=forward_$chain
-   $LAC $IPTABLES -A $chain ${LOG}-`rulelog $chain`-ACC-REVMASQ  
$proto $net1_src $net2_dst $dport2 -m conntrack --ctstate NEW
-   $LAA $IPTABLES -A $chain ${LOG}-`rulelog $chain`-ACC-REVMASQ  
$proto $net1_src $net2_dst $dport2
-   $IPTABLES -A $chain -j $ACCEPT $proto $net1_src $net2_dst 
$dport2
-   $IPTABLES -A $chain -j $ACCEPT $proto $net1_dst $net2_src -m 
conntrack --ctstate ESTABLISHED,RELATED
+   $LAC $IPTABLES -A $chain ${LOG}-`rulelog $chain`-ACC-REVMASQ  
$proto $net1_src $target_dst $dport2 -m conntrack --ctstate NEW
+   $LAA $IPTABLES -A $chain ${LOG}-`rulelog $chain`-ACC-REVMASQ  
$proto $net1_src $target_dst $dport2
+   $IPTABLES -A $chain -j $ACCEPT $proto $net1_src $target_dst 
$dport2
+   $IPTABLES -A $chain -j $ACCEPT $proto $net1_dst $target_src 
-m conntrack --ctstate ESTABLISHED,RELATED
done
fi
 done
-- 
1.7.7

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



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

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package release-notes-openSUSE for 
openSUSE:12.1:Update:Test checked in at 2011-12-15 17:14:17

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


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

Changes:

--- 
/work/SRC/openSUSE:12.1:Update:Test/release-notes-openSUSE/release-notes-openSUSE.changes
   2011-11-28 18:47:02.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.release-notes-openSUSE.new/release-notes-openSUSE.changes
  2011-12-15 17:14:19.0 +0100
@@ -1,0 +2,9 @@
+Thu Dec 15 13:12:59 UTC 2011 - k...@suse.de
+
+- 12.1.9:
+* New entries: systemd: Making Use of tmpfs (bnc#731890), systemd:
+  Cleaning Directories (bnc#735027), Btrfs (bnc#733136).
+* Typo (bnc#734975).
+* Update and add new translations (de, bnc#735663).
+
+---

Old:

  release-notes-opensuse-12.1.8.tar.bz2

New:

  release-notes-opensuse-12.1.9.tar.bz2



Other differences:
--
++ release-notes-openSUSE.spec ++
--- /var/tmp/diff_new_pack.CYrIuy/_old  2011-12-15 17:14:19.0 +0100
+++ /var/tmp/diff_new_pack.CYrIuy/_new  2011-12-15 17:14:19.0 +0100
@@ -33,7 +33,7 @@
 Summary:Most Important Changes for This openSUSE Release
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:12.1.8
+Version:12.1.9
 Release:1
 Provides:   release-notes = %{version}
 Source0:release-notes-opensuse-%{version}.tar.bz2

++ release-notes-opensuse-12.1.8.tar.bz2 - 
release-notes-opensuse-12.1.9.tar.bz2 ++
 18804 lines of diff (skipped)

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



commit chromium for openSUSE:12.1:Update:Test

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package chromium for 
openSUSE:12.1:Update:Test checked in at 2011-12-15 19:31:54

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/chromium/chromium.changes   
2011-12-02 17:19:13.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.chromium.new/chromium.changes  
2011-12-15 19:32:09.0 +0100
@@ -1,0 +2,69 @@
+Wed Dec 14 10:25:20 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 18.0.972
+  * Security issues fixed:  (bnc#736716)
++ CVE-2011-3903: Out-of-bounds read in regex matching.
++ CVE-2011-3905: Out-of-bounds reads in libxml. 
++ CVE-2011-3906: Out-of-bounds read in PDF parser.
++ CVE-2011-3907: URL bar spoofing with view-source.
++ CVE-2011-3908: Out-of-bounds read in SVG parsing.
++ CVE-2011-3909: [64-bit only] Memory corruption in CSS 
+ property array. 
++ CVE-2011-3910: Out-of-bounds read in YUV video frame 
+ handling.
++ CVE-2011-3911: Out-of-bounds read in PDF.
++ CVE-2011-3912: Use-after-free in SVG filters. 
++ CVE-2011-3914: Out-of-bounds write in v8 i18n handling
++ CVE-2011-3915: Buffer overflow in PDF font handling.
++ CVE-2011-3916: Out-of-bounds reads in PDF cross references.
++ CVE-2011-3917: Stack-buffer-overflow in FileWatcher.
++ CVE-2011-3904: Use-after-free in bidi handling.
+  * No longer build against the system libjpeg, but build against 
+the libjpeg that comes with Chromium to prevent graphics 
+issues
+  * Chromium for openSUSE:Factory now builds against libjpeg8
+  * Removed explicit -fPIC from the C-flags
+
+---
+Sat Dec 10 18:51:39 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 18.0.968
+  + Print preview: Disable the right context menu items in print 
+preview. (issue#106876,#106915)
+  + Fix page zoom for plug-in documents (PDF, etc.) 
+(issue#106013,#106228)
+  + ntp: track number of times a user switches pages in a single 
+session (issue#106575)
+  + video decode in hardware! (issue#104579)
+  + New tab button icons (issue#100775)
+  + Profile/user menu on NTP should look more clickable? 
+(issue#102685)
+
+- Enable the build of the Native Client (NaCl)
+---
+Thu Dec  1 12:11:40 UTC 2011 - idoen...@suse.de
+
+- Support ISO_8859-X as an alias to ISO-8859-X 
+
+---
+Sun Nov 27 09:50:23 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 17.0.952
+  + Message receiver on browser side that holds/starts the gamepad
+data provider (issue#79050)
+  + WebSocket Pepper API: in process API implementation 
+(issue#87310)
+  + Clean up plug-in placeholders (issue#62079)
+  + Schedule idle handler in the foreground tab based on CPU usage 
+and user activity
+
+---
+Sun Nov 27 08:51:17 UTC 2011 - tittiatc...@gmail.com
+
+- Remove the media-probe.patch. This has one regression and that 
+  video's are no longer played through chromium if the 
+  chromium-ffmpeg package from packman is not installed. However 
+  removing this patch enabled support for all video formats if
+  the chromium-ffmpeg package has been installed. 
+
+---

Old:

  chromium-7.0.542.0-media-probe.patch
  chromium.17.0.945.0.svn.tar.lzma

New:

  chromium-more-codec-aliases.patch
  chromium.18.0.972.0.svn.tar.lzma



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.j5K9c2/_old  2011-12-15 19:32:15.0 +0100
+++ /var/tmp/diff_new_pack.j5K9c2/_new  2011-12-15 19:32:15.0 +0100
@@ -15,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%define v8_ver 3.7.8.0
+%define v8_ver 3.7.12.6
 
 Name:   chromium
-Version:17.0.945.0
-Release:1
-License:BSD-3-Clause and LGPL-2.1+
+Version:18.0.972.0
+Release:0
 Summary:Google's opens source browser project
+License:BSD-3-Clause and LGPL-2.1+
 Group:  Productivity/Networking/Web/Browsers
 Url:http://code.google.com/p/chromium/
 Source0:%{name}.%{version}.svn.tar.lzma
@@ -62,8 +61,6 @@
 Patch18:chromium-system-expat.patch
 # PATCH-FIX-OPENSUSE disables the requirement for ffmpeg
 Patch20:chromium-6.0.425.0-ffmpeg-no-pkgconfig.patch
-# PATCH-FIX-OPENSUSE ensure 

commit v8 for openSUSE:12.1:Update:Test

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:12.1:Update:Test 
checked in at 2011-12-15 19:32:43

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


Package is v8, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/v8/v8.changes   2011-12-02 
18:07:57.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.v8.new/v8.changes  2011-12-15 
19:32:45.0 +0100
@@ -1,0 +2,28 @@
+Fri Dec  9 08:44:01 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Tue Dec  6 09:59:02 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 2.7.12.6
+  *  Increase tick interval for the android platform.
+  *  Fix a bug in the register allocator. (chromium:105112)
+  *  Fix handling of recompiling code. (chromium:105375, v8:1782)
+  *  Start incremental marking on idle notification. (v8:1458)
+  *  Build fixes for various platforms.
+  *  Various performance improvements.
+
+---
+Sat Dec  3 09:12:57 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 3.7.11
+  *Fixed bug when generating padding to ensure space for lazy
+   deoptimization. (issue 1846)
+  *Further reduced pause times due to GC.
+  *Set maximum length of FixedArray in terms of elements 
+   instead an absolute number of bytes. (Chromium issue 103103)
+  *Stability and performance improvements on all platforms.
+  *Removed exit-time destructors.
+
+---

Old:

  v8.3.7.8.0.tar.lzma

New:

  v8.3.7.12.6.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.Feqcvl/_old  2011-12-15 19:32:45.0 +0100
+++ /var/tmp/diff_new_pack.Feqcvl/_new  2011-12-15 19:32:45.0 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   v8
-Version:3.7.8.0
-Release:1
-License:BSD
+Version:3.7.12.6
+Release:0
 Summary:JavaScript Engine
-Url:http://code.google.com/p/v8
+License:BSD-3-Clause
 Group:  System/Libraries
+Url:http://code.google.com/p/v8
 Source0:%{name}.%{version}.tar.lzma
 # PATCH-FIX-OPENSUSE buildfix.diff (Ensure that V8 builds correctly)
 Patch0: buildfix.diff

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