commit commoncpp2 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package commoncpp2 for openSUSE:Factory 
checked in at 2012-02-16 10:05:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/commoncpp2/commoncpp2.changes2011-10-03 
09:14:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.commoncpp2.new/commoncpp2.changes   
2012-02-16 10:05:31.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb 11 03:27:15 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Enable parallel build, it seems to work.
+
+---



Other differences:
--
++ commoncpp2.spec ++
--- /var/tmp/diff_new_pack.izncjS/_old  2012-02-16 10:05:33.0 +0100
+++ /var/tmp/diff_new_pack.izncjS/_new  2012-02-16 10:05:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package commoncpp2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   commoncpp2
-BuildRequires:  doxygen gcc-c++ pkg-config zlib-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
 BuildRequires:  libtool
-License:GPL-2.0+
-Group:  Development/Libraries/C and C++
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 Provides:   commonc++ CommonC++
 Obsoletes:  commonc++ CommonC++
-AutoReqProv:on
 Summary:A GNU package for creating portable C++ program
+License:GPL-2.0+
+Group:  Development/Libraries/C and C++
 Version:1.6.1
-Release:72
+Release:0
 Url:http://www.gnu.org/software/commoncpp/
 Source: %{name}-%{version}.tar.bz2
 Patch:  commoncpp-socketmemcpy.dif
@@ -54,7 +54,6 @@
 David Sugar dy...@ostel.com
 
 %package devel
-License:GPL-2.0+
 Requires:   %{name} = %{version} zlib-devel libstdc++-devel
 Provides:   commonc++-devel CommonC++-devel
 Obsoletes:  commonc++-devel CommonC++-devel
@@ -73,13 +72,11 @@
 David Sugar dy...@ostel.com
 
 %package doc
-License:GPL-2.0+
 Requires:   %{name} = %{version}
 Summary:A GNU package for creating portable C++ program
+Group:  Development/Libraries/C and C++
 Provides:   CommonC++-doc
 Obsoletes:  CommonC++-doc
-AutoReqProv:on
-Group:  Development/Libraries/C and C++
 
 %description doc
 Common C++ is a GNU package which offers portable abstraction of
@@ -107,8 +104,7 @@
 %build
 autoreconf --install --force -v
 %configure --enable-shared --disable-static --with-pic
-#make %{?jobs:-j %jobs}
-make
+make %{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man3

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



commit eject for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package eject for openSUSE:Factory checked 
in at 2012-02-16 10:05:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/eject/eject.changes  2012-01-25 
15:01:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.eject.new/eject.changes 2012-02-16 
10:05:36.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 10 19:04:54 UTC 2012 - rschweik...@suse.com
+
+- place binary in /usr tree (UsrMerge project)
+
+---



Other differences:
--
++ eject.spec ++
--- /var/tmp/diff_new_pack.u6A73d/_old  2012-02-16 10:05:37.0 +0100
+++ /var/tmp/diff_new_pack.u6A73d/_new  2012-02-16 10:05:37.0 +0100
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   eject
 BuildRequires:  automake
 BuildRequires:  recode
@@ -64,26 +63,31 @@
 aclocal
 automake -a
 autoconf
-%configure --bindir=/bin --enable-default-device=/dev/cdrom
+%configure --enable-default-device=/dev/cdrom
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-mv $RPM_BUILD_ROOT/bin/volname $RPM_BUILD_ROOT%{_bindir}
+#UsrMerge
+mkdir -p $RPM_BUILD_ROOT/bin
+ln -sf %{_bindir}/eject $RPM_BUILD_ROOT/bin
+#EndUsrMerge
 %find_lang %{name}
 
 %post
-%set_permissions /bin/eject
+%set_permissions %{_bindir}/eject
 
 %verifyscript
-%verify_permissions -e /bin/eject
+%verify_permissions -e %{_bindir}/eject
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc README COPYING ChangeLog TODO PORTING
 %doc %{_mandir}/man?/*
-%verify(not mode) %attr(4750,root,audio) /bin/eject
+%verify(not mode) %attr(4750,root,audio) %{_bindir}/eject
 %{_bindir}/*
+#UsrMerge
+/bin/eject
+#EndUsrMerge
 
 %changelog

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



commit gnuplot for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory checked 
in at 2012-02-16 10:05:38

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


Package is gnuplot, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes  2012-01-25 
12:18:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnuplot.new/gnuplot.changes 2012-02-16 
10:05:40.0 +0100
@@ -1,0 +2,17 @@
+Wed Feb 13 15:03:20 UTC 2012 - bur...@net-b.de
+
+- Make gnuplot build with newer LUA version.
+
+---
+Mon Feb 13 11:46:11 UTC 2012 - wer...@suse.de
+
+- Fix version control of further help messages, fix done
+  by Dieter Jurzitza (bnc#746299)
+
+---
+Fri Feb 10 19:05:08 CET 2012 - sbra...@suse.cz
+
+- Fix libdir x libexecdir clash (bnc#744835).
+- Use %configure macro.
+
+---
@@ -657 +674 @@
- - Diese Version hat splines und bezier zum Fit f�r
+ - Diese Version hat splines und bezier zum Fit für
@@ -665 +682 @@
-   Mit vollst�ndiger Dokumentation und Beispielen
+   Mit vollständiger Dokumentation und Beispielen

New:

  gnuplot-lua.diff



Other differences:
--
++ gnuplot.spec ++
--- /var/tmp/diff_new_pack.BnjEMO/_old  2012-02-16 10:05:41.0 +0100
+++ /var/tmp/diff_new_pack.BnjEMO/_new  2012-02-16 10:05:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuplot
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnuplot
 BuildRequires:  automake
 BuildRequires:  cairo-devel
@@ -48,11 +49,11 @@
 BuildRequires:  plotutils
 %endif
 Url:http://www.gnuplot.info/
-License:SUSE-Gnuplot and GPL-2.0+
-Group:  Productivity/Graphics/Visualization/Graph
 Version:4.4.4
 Release:0
 Summary:GNUplot a Function Plotting Utility
+License:SUSE-Gnuplot and GPL-2.0+
+Group:  Productivity/Graphics/Visualization/Graph
 Source0:gnuplot-%{version}.tar.bz2
 Source2:gnuplot-fr.doc.bz2
 Source3:README.whynot
@@ -61,6 +62,7 @@
 Patch2: gnuplot-4.4.0-fonts.dif
 Patch4: gnuplot-4.4.0-demo.dif
 Patch6: gnuplot-4.2.5-fix-format-errors.dif
+Patch7: gnuplot-lua.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{expand: %%global _exec_prefix %(type -p pkg-config /dev/null  pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
 %if %_exec_prefix == /usr/X11R6
@@ -89,6 +91,7 @@
 
 %package doc
 Summary:Documentation of GNUplot
+Group:  Productivity/Graphics/Visualization/Graph
 Requires:   %{name}
 Requires(post): %install_info_prereq
 Requires(postun): %install_info_prereq
@@ -113,6 +116,7 @@
 %patch -P 2 -p 0 -b .font
 %patch -P 4 -p 0
 %patch -P 6 -p 0
+%patch -P 7 -p 0
 %patch -P 0 -p 0
 
 %build
@@ -133,12 +137,7 @@
 aclocal -I m4
 autoconf
 %endif
-./configure\
-   --prefix=%{_prefix} \
-   --mandir=%{_mandir} \
-   --infodir=%{_infodir}   \
-   --libexecdir=%{_libdir} \
-   --datadir=%{_datadir}   \
+%configure \
--with-gcc  \
--with-x\
--x-includes=%{_x11inc} \
@@ -212,7 +211,7 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/gnuplot
-%{_libdir}/gnuplot
+%{_libexecdir}/gnuplot
 %{_datadir}/gnuplot
 %{_datadir}/texmf/tex/latex/gnuplot/
 %{_datadir}/emacs/site-lisp/

++ gnuplot-4.4.1.dif ++
--- /var/tmp/diff_new_pack.BnjEMO/_old  2012-02-16 10:05:41.0 +0100
+++ /var/tmp/diff_new_pack.BnjEMO/_new  2012-02-16 10:05:41.0 +0100
@@ -156,7 +156,7 @@
 +  char hfile[64];
 +  struct stat buf;
 + 
-+  strcpy (hfile, /usr/share/gnuplot/4.0/gnuplot-);
++  sprintf(hfile, /usr/share/gnuplot/%s/gnuplot-, gnuplot_version);
 +  strncat(hfile, msg, 2);
 +  strcat (hfile, .gih);
 +  if (stat(hfile, buf) == 0)


++ gnuplot-lua.diff ++
 Support lua 5.2, based on Rev. 1.17.2.1 from the
 gnuplot branch-4-6-stable.
 Cf. 
http://gnuplot.cvs.sourceforge.net/viewvc/gnuplot/gnuplot/term/lua.trm?view=log

--- term/lua.trm.orig   2012-02-09 20:16:56.0 +0100
+++ term/lua.trm

commit horde4-mnemo for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package horde4-mnemo for openSUSE:Factory 
checked in at 2012-02-16 10:05:43

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


Package is horde4-mnemo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/horde4-mnemo/horde4-mnemo.changes
2012-02-06 15:54:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.horde4-mnemo.new/horde4-mnemo.changes   
2012-02-16 10:05:45.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 12 18:48:39 UTC 2012 - l...@b1-systems.de
+
+- version 3.0.5
+- [mjr] Add missing getChanges API method.
+
+---
@@ -4,0 +11 @@
+- adresses #712230 and #744787

Old:

  mnemo-3.0.4.tgz

New:

  mnemo-3.0.5.tgz



Other differences:
--
++ horde4-mnemo.spec ++
--- /var/tmp/diff_new_pack.Qwm8F9/_old  2012-02-16 10:05:46.0 +0100
+++ /var/tmp/diff_new_pack.Qwm8F9/_new  2012-02-16 10:05:46.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 %define hordedir /usr/share/php5/PEAR/www/horde
@@ -23,9 +22,13 @@
 Summary:Mnemo: A web based notes manager
 License:Apache-1.1
 Group:  Productivity/Networking/Web/Utilities
+## See also LICENSING-INFO file
+## This package has a license which qualifies as Apache-1.1 although
+## two files are shipped with an erroneous GPL file header 
+## (fixed in upstream for upcoming versions
 
 Name:   horde4-mnemo
-Version:3.0.4
+Version:3.0.5
 Release:0
 Source0:http://pear.horde.org/get/mnemo-%{version}.tgz
 ## remove in later releases

++ mnemo-3.0.4.tgz - mnemo-3.0.5.tgz ++
 55127 lines of diff (skipped)

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



commit ketchup for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package ketchup for openSUSE:Factory checked 
in at 2012-02-16 10:05:47

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


Package is ketchup, Maintainer is gre...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ketchup/ketchup.changes  2012-02-10 
17:16:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.ketchup.new/ketchup.changes 2012-02-16 
10:05:48.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:48:12 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ ketchup.spec ++
--- /var/tmp/diff_new_pack.Q81IrC/_old  2012-02-16 10:05:49.0 +0100
+++ /var/tmp/diff_new_pack.Q81IrC/_new  2012-02-16 10:05:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ketchup
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   ketchup
 Version:1.0.1
-Release:101
-License:GPL v2 or later
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  Development/Tools/Other
 Source: %{name}-%{version}.tar.bz2
 Summary:Tool for downloading and updating Linux kernel source trees
+License:GPL-2.0+
+Group:  Development/Tools/Other
 BuildArch:  noarch
 Url:http://www.selenic.com/ketchup/
 

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



commit libdwarf for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libdwarf for openSUSE:Factory 
checked in at 2012-02-16 10:05:51

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


Package is libdwarf, Maintainer is jblu...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libdwarf/libdwarf.changes2011-09-23 
02:08:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdwarf.new/libdwarf.changes   2012-02-16 
10:05:54.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:48:34 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ libdwarf.spec ++
--- /var/tmp/diff_new_pack.zBMX3u/_old  2012-02-16 10:05:54.0 +0100
+++ /var/tmp/diff_new_pack.zBMX3u/_new  2012-02-16 10:05:54.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libdwarf
+# spec file for package libdwarf (Version 20100808)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,8 +22,8 @@
 Url:http://reality.sgiweb.org/davea/dwarf.html
 Summary:Documentation for libdwarf
 Version:20100808
-Release:5
-License:LGPLv2.1+
+Release:1
+License:LGPL-2.1+
 Group:  System/Libraries
 Source: libdwarf-%{version}.tar.bz2
 Patch0: libdwarf-relocation-support.patch
@@ -44,7 +44,7 @@
 Group:  System/Libraries
 AutoReqProv:on
 PreReq: %install_info_prereq
-License:LGPLv2.1+
+License:LGPL-2.1+
 Requires:   %{name} = %{version}
 
 %description devel
@@ -66,7 +66,7 @@
 Group:  System/Libraries
 AutoReqProv:on
 PreReq: %install_info_prereq
-License:LGPLv2.1+
+License:LGPL-2.1+
 
 %description tools
 Library of functions to provide creation of DWARF debugging information
@@ -81,7 +81,7 @@
 David Anderson dave...@earthlink.net
 
 %package doc
-License:GPLv2+
+License:GPL-2.0+
 Summary:DWARF-related tools
 Group:  System/Libraries
 AutoReqProv:on

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



commit libmemcache for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libmemcache for openSUSE:Factory 
checked in at 2012-02-16 10:05:56

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


Package is libmemcache, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libmemcache/libmemcache.changes  2011-11-21 
15:46:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmemcache.new/libmemcache.changes 
2012-02-16 10:06:00.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 16:09:12 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---



Other differences:
--
++ libmemcache.spec ++
--- /var/tmp/diff_new_pack.OInglb/_old  2012-02-16 10:06:01.0 +0100
+++ /var/tmp/diff_new_pack.OInglb/_new  2012-02-16 10:06:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmemcache
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libmemcache
 Version:1.4.0.rc2
-Release:127
+Release:0
 #
-Group:  Development/Libraries/C and C++
-License:BSD-3-Clause ; MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
@@ -34,6 +30,8 @@
 Patch2: libmemcache-1.4.0.rc2_preserve_cflags.patch
 #
 Summary:A client library for memcached
+License:BSD-3-Clause ; MIT
+Group:  Development/Libraries/C and C++
 BuildRequires:  libtool
 
 %description
@@ -47,12 +45,9 @@
 Sean Chittenden s...@chittenden.org
 
 %define library_name libmemcache0
-%define debug_package_requires %{library_name} = %{version}-%{release}
-
-%package -n libmemcache0
-License:BSD-3-Clause ; MIT
-Group:  Development/Libraries/C and C++
+%package -n %library_name
 Summary:A client library for memcached
+Group:  Development/Libraries/C and C++
 
 %description -n libmemcache0
 libmemcache implements a client for the superior memcached from Danga
@@ -67,10 +62,9 @@
 Sean Chittenden s...@chittenden.org
 
 %package devel
-License:BSD-3-Clause ; MIT
 Requires:   %{library_name} = %{version}
-Group:  Development/Libraries/C and C++
 Summary:Development files for libmemcache
+Group:  Development/Libraries/C and C++
 
 %description devel
 libmemcache implements a client for the superior memcached from Danga
@@ -94,15 +88,12 @@
 %build
 autoreconf -fi
 %configure
-%{__make} %{?jobs:-j%jobs} STRIP=true
+make %{?_smp_mflags} STRIP=true
 
 %install
 %makeinstall STRIP=true
 %{__rm} %{buildroot}%{_libdir}/%{name}.*a
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post   -n %{library_name} -p /sbin/ldconfig
 
 %postun -n %{library_name} -p /sbin/ldconfig

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



commit librsync for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package librsync for openSUSE:Factory 
checked in at 2012-02-16 10:06:00

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


Package is librsync, Maintainer is crrodrig...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/librsync/librsync.changes2011-11-22 
17:48:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.librsync.new/librsync.changes   2012-02-16 
10:06:01.0 +0100
@@ -1,0 +2,12 @@
+Mon Feb 13 10:49:21 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Tue Nov 22 15:50:11 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+- Employ shlib packaging
+
+---



Other differences:
--
++ librsync.spec ++
--- /var/tmp/diff_new_pack.XHWoH3/_old  2012-02-16 10:06:02.0 +0100
+++ /var/tmp/diff_new_pack.XHWoH3/_new  2012-02-16 10:06:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librsync
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   librsync
-BuildRequires:  libbz2-devel libtool popt-devel zlib-devel
-License:LGPL v2.1 or later
-Group:  Development/Libraries/C and C++
+%define lname  librsync1
+BuildRequires:  libbz2-devel
+BuildRequires:  libtool
+BuildRequires:  popt-devel
+BuildRequires:  zlib-devel
 Summary:A Library for Generating Network Deltas
+License:LGPL-2.1+
+Group:  Development/Libraries/C and C++
 Version:0.9.7
-Release:169
+Release:0
 Url:http://librsync.sourceforge.net/
 Source: 
http://prdownloads.sourceforge.net/rproxy/%{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}-strictalias.diff
@@ -37,13 +39,36 @@
 file's checksum, so the two files need not both be present to generate
 a delta.
 
+%package -n %lname
+Summary:A Library for Generating Network Deltas
+Group:  System/Libraries
+# O/P added 2011-11-26
+Obsoletes:  librsync  %version-%release
+Provides:   librsync = %version-%release
 
+%description -n %lname
+librsync implements the rsync algorithm, which allows remote
+differencing of binary files.  librsync computes a delta relative to a
+file's checksum, so the two files need not both be present to generate
+a delta.
 
-Authors:
-
-Martin Pool m...@samba.org
-Andrew Tridgell tri...@samba.org
-Donovan Baarda a...@minkirri.apana.org.au
+%package devel
+Summary:Development files for librsync
+Group:  Development/Libraries/C and C++
+Requires:   %lname = %version
+
+%description devel
+librsync implements the rsync algorithm, which allows remote
+differencing of binary files.  librsync computes a delta relative to a
+file's checksum, so the two files need not both be present to generate
+a delta.
+
+%package -n rdiff
+Summary:Frontend to rsync's delta algorithm
+Group:  Productivity/Archiving/Backup
+
+%description -n rdiff
+rdiff computes and applies signature-based file differences.
 
 %prep
 %setup -q
@@ -52,28 +77,31 @@
 
 %build
 autoreconf -fi
-export CFLAGS=$RPM_OPT_FLAGS 
 %configure --enable-shared --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 %{__rm} %{buildroot}%{_libdir}/librsync.la
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%post -n %lname -p /sbin/ldconfig
 
-%post -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%files -n %lname
+%defattr(-,root,root)
+%{_libdir}/librsync.so.1*
+%doc AUTHORS COPYING NEWS README THANKS TODO
 
-%files
+%files devel
 %defattr(-,root,root)
 %{_libdir}/librsync.so
-%{_libdir}/librsync.so.1*
-%{_bindir}/rdiff
-%{_mandir}/man?/*
+%{_mandir}/man3/*
 %{_includedir}/*.h
-%doc AUTHORS COPYING NEWS README THANKS TODO
+
+%files -n rdiff
+%defattr(-,root,root)
+%{_bindir}/rdiff
+%{_mandir}/man1/*
 
 %changelog

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



commit libwps for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libwps for openSUSE:Factory checked 
in at 2012-02-16 10:06:05

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


Package is libwps, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libwps/libwps.changes2011-12-06 
13:52:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwps.new/libwps.changes   2012-02-16 
10:06:06.0 +0100
@@ -1,0 +2,12 @@
+Mon Feb 13 10:49:38 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Tue Nov 29 15:16:42 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+- Set appropriate package group
+
+---



Other differences:
--
++ libwps.spec ++
--- /var/tmp/diff_new_pack.duCoXi/_old  2012-02-16 10:06:08.0 +0100
+++ /var/tmp/diff_new_pack.duCoXi/_new  2012-02-16 10:06:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwps
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,35 +16,27 @@
 #
 
 
-
 Name:   libwps
 # note: the main package is empty, it only sets a sane name for the source rpm
-BuildRequires:  gcc-c++ libwpd-devel = 0.9.0 pkgconfig
+BuildRequires:  gcc-c++
+BuildRequires:  libwpd-devel = 0.9.0
+BuildRequires:  pkgconfig
 Summary:Library for importing the Microsoft Works word processor file 
format
+License:LGPL-2.1+
+Group:  Productivity/Publishing/Word
 Version:0.2.4
 Release:0
-License:LGPLv2.1+
-Group:  System/Libraries
 Url:http://libwps.sourceforge.net/
 Source: libwps-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libwps-0_2-2 = %{version}-%{release}
 
 %description
 libwps is a library (for use by word procesors, for example) for
 importing the Microsoft Works word processor file format.
 
-
-
-Authors:
-
-Fridrich Strba fridrich.st...@bluewin.ch
-Andrew Ziem andrew ziem users sourceforge net
-Laurent Alonso alo...@loria.fr
-
-%package -n libwps-0_2-2
 %define libname libwps-0_2-2
-License:LGPLv2.1+
+
+%package -n %libname
 # remove the old non-versioned package (built in the bs for instance)
 Obsoletes:  libwps  %version
 Summary:Library for importing the Microsoft Works word processor file 
format
@@ -55,10 +47,8 @@
 Microsoft Works word processor file format.
 
 %package devel
-License:LGPLv2.1+
 Summary:Files for Developing with libwps
-Group:  System/Libraries
-Provides:   libwps-devel = %version-%release
+Group:  Development/Libraries/C and C++
 Requires:   %libname = %version libwpd-devel = 0.9.0
 
 %description devel
@@ -67,46 +57,26 @@
 
 This package contains the libwps development files.
 
-
-
-Authors:
-
-Fridrich Strba fridrich.st...@bluewin.ch
-Andrew Ziem andrew ziem users sourceforge net
-Laurent Alonso alo...@loria.fr
-
 %package tools
-License:LGPLv2.1+
 Summary:Tools for converting the Microsoft Works word processor file 
format
-Group:  System/Libraries
+Group:  Productivity/Publishing/Word
 
 %description tools
 Tools to work with the Microsoft Works word processor file format,
 based on libwps.
 
-
-
-Authors:
-
-Fridrich Strba fridrich.st...@bluewin.ch
-Andrew Ziem andrew ziem users sourceforge net
-Laurent Alonso alo...@loria.fr
-
 %prep
 %setup -q
 
 %build
 %configure --disable-static --docdir=%_docdir/%name
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 rm $RPM_BUILD_ROOT%_libdir/*.la
 mkdir -p $RPM_BUILD_ROOT%_docdir/%name
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n %libname -p /sbin/ldconfig
 
 %postun -n %libname -p /sbin/ldconfig

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



commit mariadb for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2012-02-16 10:06:09

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


Package is mariadb, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2011-11-05 
11:26:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2012-02-16 
10:06:12.0 +0100
@@ -1,0 +2,26 @@
+Mon Jan 30 08:46:31 UTC 2012 - mhruse...@suse.cz
+
+- adding /ush/share/aclocal in files
+- renaming *-debug package to *-debug-version to avoid conflicts
+
+---
+Mon Jan 30 08:23:32 UTC 2012 - mhruse...@suse.cz
+
+- adding missing buildrequires (fixes build for factory)
+
+---
+Thu Dec  8 10:39:05 CET 2011 - mhruse...@suse.cz
+
+- migrated to the new common template
+- updated to MariaDB 5.2.10
+  * Release notes:
+http://kb.askmonty.org/v/mariadb-5210-release-notes
+  * Changelog:
+http://kb.askmonty.org/v/mariadb-5210-changelog
+
+---
+Wed Nov 23 09:27:43 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---

Old:

  changes.factory
  default_plugins.cnf
  mariadb-5.2.9.tar.bz2
  mariadb-strict-aliasing.patch

New:

  configuration-tweaks.tar.bz2
  mariadb-5.2.10.tar.bz2



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

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.6AGShX/_old  2012-02-16 10:06:14.0 +0100
+++ /var/tmp/diff_new_pack.6AGShX/_new  2012-02-16 10:06:14.0 +0100
@@ -1,2 +1,2 @@
-libmysqlclient16
-libmysqlclient_r16
+libmariadbclient16
+libmariadbclient_r16

++ build.inc ++
--- /var/tmp/diff_new_pack.6AGShX/_old  2012-02-16 10:06:14.0 +0100
+++ /var/tmp/diff_new_pack.6AGShX/_new  2012-02-16 10:06:14.0 +0100
@@ -3,13 +3,14 @@
 %else
 %define socketpath /var/run/mysql
 %endif
-autoreconf -f -i
-export WARN_DIS= -Wno-unused-parameter 
 %if 0%{?suse_version}  1140
-export WARN_DIS=$WARN_DIS -Wno-unused-but-set-variable 
+export WARN_DIS=$WARN_DIS -Wno-unused-but-set-variable -fno-strict-aliasing 
-Wno-unused-parameter 
 %endif
-export CFLAGS=$RPM_OPT_FLAGS -DPIC -fPIC -DUNDEF_HAVE_INITGROUPS 
-DFORCE_INIT_OF_VARS $WARN_DIS
+export CFLAGS=$RPM_OPT_FLAGS -DPIC -fPIC -DUNDEF_HAVE_INITGROUPS 
-DFORCE_INIT_OF_VARS $WARN_DIS 
 export CXXFLAGS=$CFLAGS -fno-exceptions -fno-rtti
+
+%if 0%{use_cmake}  1
+autoreconf -f -i
 # Make the compile a function, since we do multiple builds
 BuildMySQL() {
# The --enable-assembler simply does nothing on systems that do not
@@ -18,7 +19,6 @@
mkdir _build$suffix
pushd _build$suffix
../configure \
---with-libevent \
--enable-assembler \
--without-readline \
--infodir=%{_infodir} \
@@ -48,6 +48,7 @@
 %endif
--with-ssl=/usr \
--with-plugins=%{builtin_plugins} \
+   --without-plugin-handlersocket \
HOSTNAME=/bin/hostname -f \
$@
# Add this for MyISAM RAID support:
@@ -69,7 +70,11 @@
popd
 }
 # Build the client, extra tools, libraries
+%if 0%{?prefered}  0
+BuildMySQL  --with-embedded-server
+%else
 BuildMySQL  --without-embedded-server
+%endif
 # build mysqld-debug
 BuildMySQL -debug --with-debug --without-embedded-server
 
@@ -85,3 +90,31 @@
 cd ..
 %endif
 
+%else # cmake build
+
+BuildMySQL() {
+   mkdir _build$1
+   pushd _build$1
+   shift
+   cmake -DWITH_SSL=system\
+   -DWITH_ZLIB=system  
 \
+   -DWITH_READLINE=0   
 \
+   -DWITH_LIBEDIT=0
 \
+   -DINSTALL_LAYOUT=RPM
 \
+   -DMYSQL_UNIX_ADDR=%{socketpath}/mysql.sock  
 \
+   -DWITH_COMMENT=openSUSE MySQL rpm 
 \
+   -DWITH_EXTRA_CHARSET=all
 \
+   -DDEFAULT_CHARSET=utf8  
-DDEFAULT_COLLATION=utf8_general_ci  \
+   -DWITH_INNOBASE_STORAGE_ENGINE=1 

commit mathgl for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

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

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


Package is mathgl, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes2011-09-23 
02:12:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes   2012-02-16 
10:06:16.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb 13 10:50:13 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Oct  3 11:59:27 UTC 2011 - dims...@opensuse.org
+
+- Fix typo in patch tagline.
+
+---



Other differences:
--
++ mathgl.spec ++
--- /var/tmp/diff_new_pack.0geJ34/_old  2012-02-16 10:06:18.0 +0100
+++ /var/tmp/diff_new_pack.0geJ34/_new  2012-02-16 10:06:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mathgl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,20 @@
 #
 
 
-
 Name:   mathgl
 Version:1.11.2
-Release:1
-License:GPLv3
+Release:0
 Summary:Cross-platform library for making high-quality scientific 
graphics
-Url:http://mathgl.sourceforge.net
+License:GPL-3.0
 Group:  Productivity/Scientific/Other
+Url:http://mathgl.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTERAM mathgl-fltk.patch badshah...@gmail.com -- Correct typo in 
fltk's include statements
+# PATCH-FIX-UPSTREAM mathgl-fltk.patch badshah...@gmail.com -- Correct typo in 
fltk's include statements
 Patch0: mathgl-fltk.patch
-BuildRequires:  gcc-c++
 BuildRequires:  fdupes
 BuildRequires:  fltk-devel
 BuildRequires:  freeglut-devel
+BuildRequires:  gcc-c++
 BuildRequires:  giflib-devel
 BuildRequires:  gsl-devel
 BuildRequires:  libjpeg-devel
@@ -39,9 +38,9 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  libtool
-BuildRequires:  swig
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
+BuildRequires:  swig
 BuildRequires:  texinfo
 %if %suse_version = 1140
 BuildRequires:  wxWidgets-devel

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



commit mumble for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

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

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


Package is mumble, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mumble/mumble.changes2011-09-23 
02:13:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.mumble.new/mumble.changes   2012-02-16 
10:06:20.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 14:00:57 UTC 2012 - lnus...@suse.de
+
+- don't add built-in CA certificates (bnc#660784)
+
+---

New:

  mumble-1.2.3-nohardcodedcas.diff



Other differences:
--
++ mumble.spec ++
--- /var/tmp/diff_new_pack.q9nuul/_old  2012-02-16 10:06:21.0 +0100
+++ /var/tmp/diff_new_pack.q9nuul/_new  2012-02-16 10:06:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mumble
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -102,6 +102,7 @@
 Patch3: 0001-if-service-name-is-empty-don-t-pass-an-empty-string.diff
 Patch4: 0001-remove-CAP_NET_ADMIN.diff
 Patch5: 0001-fix-bonjour-support-using-avahi-compat-lib.diff
+Patch6: mumble-1.2.3-nohardcodedcas.diff
 Patch50:mumble-1.2.2-buildcompare.diff
 # hack, no clue about glx so no idea to fix this properly
 Patch99:mumble-1.1.4-sle10glx.diff
@@ -171,6 +172,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 #
 %patch50 -p1
 %if 0%{?suse_version}  0%{?suse_version}  1020
@@ -229,7 +231,7 @@
DEFINES*=PLUGIN_PATH=%{_libdir}/mumble/plugins \
CONFIG*=packaged \
 %if 0%{?suse_version}
-   DEFINES*=SYSTEM_CA_DIR=/etc/ssl/certs \
+   DEFINES*=NO_SYSTEM_CA_OVERRIDE \
 %endif
CONFIG*=no-g15 \
CONFIG*=no-embed-qt-translations \

++ mumble-1.2.3-nohardcodedcas.diff ++
From b7fb70c101dd6afff86173f3f5dcb6d99376d11e Mon Sep 17 00:00:00 2001
From: Ludwig Nussel ludwig.nus...@suse.de
Date: Mon, 13 Feb 2012 14:42:05 +0100
Subject: [PATCH mumble] don't add hardcoded CA's if NO_SYSTEM_CA_OVERRIDE is
 defined

actually mumble better should never add hardcoded CA certificates,
you never know which one is next to be shut down
---
 src/SSL.cpp |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/SSL.cpp b/src/SSL.cpp
index ab9f0c8..40aaf13 100644
--- a/src/SSL.cpp
+++ b/src/SSL.cpp
@@ -36,6 +36,7 @@
 
 /* CAs we recommend to end users, so support these */
 
+#if QT_VERSION  0x040700  !defined(NO_SYSTEM_CA_OVERRIDE)
 static const char *recommended_cas[] = {
/* StartSSL */
-BEGIN CERTIFICATE-\n
@@ -143,6 +144,7 @@ static const char *recommended_cas[] = {
 
 
 };
+#endif // NO_SYSTEM_CA_OVERRIDE
 
 
 void MumbleSSL::addSystemCA() {
@@ -252,7 +254,6 @@ void MumbleSSL::addSystemCA() {
}
}
QSslSocket::setDefaultCaCertificates(ql);
-#endif // NO_SYSTEM_CA_OVERRIDE
 
for (unsigned int 
i=0;isizeof(recommended_cas)/sizeof(recommended_cas[0]);++i) {
QSslCertificate cert(recommended_cas[i]);
@@ -261,4 +262,5 @@ void MumbleSSL::addSystemCA() {

QSslSocket::addDefaultCaCertificates(QListQSslCertificate()  cert);
}
}
+#endif // NO_SYSTEM_CA_OVERRIDE
 }
-- 
1.7.7


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



commit mxml for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package mxml for openSUSE:Factory checked in 
at 2012-02-16 10:06:24

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


Package is mxml, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mxml/mxml.changes2011-09-23 
02:13:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mxml.new/mxml.changes   2012-02-16 
10:06:25.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 19:52:20 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---



Other differences:
--
++ mxml.spec ++
--- /var/tmp/diff_new_pack.PSfxSD/_old  2012-02-16 10:06:26.0 +0100
+++ /var/tmp/diff_new_pack.PSfxSD/_new  2012-02-16 10:06:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mxml
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   mxml
@@ -45,13 +44,12 @@
 
 %define library_name libmxml1
 
-%package -n libmxml1
-License:LGPL-2.1+
+%package -n %library_name
 Group:  Development/Libraries/Other
 #
 Summary:Shared library for mxml
 
-%description -n libmxml1
+%description -n %library_name
 Mini-XML is a small XML parsing library that you can use to read XML
 and XML-like data files in your application without requiring large
 nonstandard libraries.
@@ -90,16 +88,13 @@
 
 %build
 %configure --enable-shared --with-docdir=%{_docdir}/%{name}
-%{__make}
+make %{?_smp_mflags}
 
 %install
 %makeinstall DSTROOT=%{buildroot}
 # we dont want the static lib
 %{__rm} -rv %{buildroot}%{_libdir}/libmxml.a
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post   -n %{library_name} -p /sbin/ldconfig
 
 %postun -n %{library_name} -p /sbin/ldconfig

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



commit obs-service-source_validator for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2012-02-16 10:06:28

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


Package is obs-service-source_validator, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2011-09-23 02:14:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2012-02-16 10:06:29.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:51:16 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ obs-service-source_validator.spec ++
--- /var/tmp/diff_new_pack.DvxIB4/_old  2012-02-16 10:06:30.0 +0100
+++ /var/tmp/diff_new_pack.DvxIB4/_new  2012-02-16 10:06:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-source_validator
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,12 @@
 #
 
 
-
 Name:   obs-service-source_validator
-License:GPL v2 or later
-Group:  Development/Tools/Building
 Summary:An OBS source service: running all the osc source-validator 
checks
+License:GPL-2.0+
+Group:  Development/Tools/Building
 Version:0.1
-Release:1
+Release:0
 Source: source_validator
 Source1:source_validator.service
 Requires:   osc-source_validator

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



commit osc-source_validator for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package osc-source_validator for 
openSUSE:Factory checked in at 2012-02-16 10:06:32

Comparing /work/SRC/openSUSE:Factory/osc-source_validator (Old)
 and  /work/SRC/openSUSE:Factory/.osc-source_validator.new (New)


Package is osc-source_validator, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/osc-source_validator/osc-source_validator.changes
2011-09-23 12:21:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.osc-source_validator.new/osc-source_validator.changes
   2012-02-16 10:06:34.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb 13 10:51:29 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Fri Nov 18 13:33:09 UTC 2011 - jreidin...@suse.com
+
+- add missing requirement for perl-TimeDate for changelog checker
+
+---



Other differences:
--
++ osc-source_validator.spec ++
--- /var/tmp/diff_new_pack.ZqgQnA/_old  2012-02-16 10:06:35.0 +0100
+++ /var/tmp/diff_new_pack.ZqgQnA/_new  2012-02-16 10:06:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osc-source_validator
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,17 @@
 #
 
 
-
 Name:   osc-source_validator
 Version:0.1
-Release:28
-License:GPLv2+
+Release:0
 Summary:osc source validator
-Url:
http://en.opensuse.org/openSUSE:Build_Service_Tools#OSC_source_validator
+License:GPL-2.0+
 Group:  Development/Tools/Building
+Url:
http://en.opensuse.org/openSUSE:Build_Service_Tools#OSC_source_validator
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Requires:   perl-TimeDate
 
 %description
 osc is checking valid sources on pre-checkin via this package

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



commit perl-Config-Auto for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Auto for 
openSUSE:Factory checked in at 2012-02-16 10:06:41

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


Package is perl-Config-Auto, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Auto/perl-Config-Auto.changes
2011-10-27 19:24:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-Auto.new/perl-Config-Auto.changes   
2012-02-16 10:06:44.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 13 19:38:26 UTC 2012 - co...@suse.com
+
+- updated to 0.42
+  - Add a test fstab file instead of relying on the vagaries of system ones
+  - Resolve RT#74711 reported by David Oswald
+( Calling Config::Auto::parse while $_ aliases a constant value throws 
exception )
+
+---

Old:

  Config-Auto-0.38.tar.gz

New:

  Config-Auto-0.42.tar.gz



Other differences:
--
++ perl-Config-Auto.spec ++
--- /var/tmp/diff_new_pack.zDt0p4/_old  2012-02-16 10:06:45.0 +0100
+++ /var/tmp/diff_new_pack.zDt0p4/_new  2012-02-16 10:06:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Auto
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,42 +16,27 @@
 #
 
 
-
 Name:   perl-Config-Auto
-Version:0.38
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.42
+Release:0
 %define cpan_name Config-Auto
 Summary:Magical config file parser
-Url:http://search.cpan.org/dist/Config-Auto/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Config-Auto/
 Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Config::IniFiles)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::String)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(YAML) = 0.67
-#BuildRequires: perl(Carp)
 #BuildRequires: perl(Config::Auto)
-#BuildRequires: perl(File::Basename)
-#BuildRequires: perl(File::Spec)
-#BuildRequires: perl(Getopt::Std)
-#BuildRequires: perl(vars)
 #BuildRequires: perl(XML::Simple)
 #BuildRequires: perl(YAML::Any)
 Requires:   perl(Config::IniFiles)
-Requires:   perl(File::Spec::Functions)
-Requires:   perl(File::Temp)
 Requires:   perl(IO::String)
-Requires:   perl(Test::More)
-Requires:   perl(Text::ParseWords)
 Requires:   perl(YAML) = 0.67
 %{perl_requires}
 

++ Config-Auto-0.38.tar.gz - Config-Auto-0.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Auto-0.38/Changes new/Config-Auto-0.42/Changes
--- old/Config-Auto-0.38/Changes2011-08-08 22:39:28.0 +0200
+++ new/Config-Auto-0.42/Changes2012-02-07 17:47:36.0 +0100
@@ -1,3 +1,12 @@
+0.42  Tue Feb  7 16:46:38 GMT 2012
+===
+  - Add a test fstab file instead of relying on the vagaries of system ones
+
+0.40  Mon Feb  6 21:19:29 2012
+
+- Resolve RT 74711 reported by David Oswald
+  ( Calling Config::Auto::parse while $_ aliases a constant value throws 
exception )
+
 0.38  Mon Aug  8 21:38:10 2011
 
 - Resolve RT 69984 reported by Thomas Johnson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Auto-0.38/MANIFEST 
new/Config-Auto-0.42/MANIFEST
--- old/Config-Auto-0.38/MANIFEST   2011-08-08 22:44:06.0 +0200
+++ new/Config-Auto-0.42/MANIFEST   2012-02-07 17:48:08.0 +0100
@@ -9,8 +9,10 @@
 t/03_invalid.t
 t/04_magic.t
 t/05_rt69984.t
+t/06_const_it.t
 t/20_XML_unvailable.t
 t/99_pod.t
+t/fstab
 t/lib/XML/Simple.pm
 t/src/04_magic.config
 t/src/05_rt69984.conf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Auto-0.38/META.json 
new/Config-Auto-0.42/META.json
--- old/Config-Auto-0.38/META.json  2011-08-08 22:44:06.0 +0200
+++ new/Config-Auto-0.42/META.json  2012-02-07 17:48:08.0 +0100
@@ 

commit perl-CPAN-Meta-YAML for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta-YAML for 
openSUSE:Factory checked in at 2012-02-16 10:06:45

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


Package is perl-CPAN-Meta-YAML, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML.changes  
2011-11-14 13:19:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-YAML.new/perl-CPAN-Meta-YAML.changes 
2012-02-16 10:06:47.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb 13 08:49:19 UTC 2012 - co...@suse.com
+
+- updated to 0.007
+  - Documentation fix to replace missing abstract
+  - Set back configure_requires prerequisite for ExtUtils::MakeMaker
+from 6.30 to 6.17 (per request from Andreas Koenig)
+  - Fix documentation to clarify that users are responsible for
+UTF-8 encoding/decoding
+
+---

Old:

  CPAN-Meta-YAML-0.004.tar.gz

New:

  CPAN-Meta-YAML-0.007.tar.gz



Other differences:
--
++ perl-CPAN-Meta-YAML.spec ++
--- /var/tmp/diff_new_pack.cwSanf/_old  2012-02-16 10:06:48.0 +0100
+++ /var/tmp/diff_new_pack.cwSanf/_new  2012-02-16 10:06:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Meta-YAML
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,43 +16,26 @@
 #
 
 
-
 Name:   perl-CPAN-Meta-YAML
-Version:0.004
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.007
+Release:0
 %define cpan_name CPAN-Meta-YAML
 Summary:Read and write a subset of YAML for CPAN Meta files
-Url:http://search.cpan.org/dist/CPAN-Meta-YAML/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/CPAN-Meta-YAML/
 Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(vars)
 #BuildRequires: perl(CPAN::Meta::YAML)
+#BuildRequires: perl(Test::Requires)
 #BuildRequires: perl(t::lib::Test)
 #BuildRequires: perl(YAML)
 #BuildRequires: perl(YAML::Perl)
 #BuildRequires: perl(YAML::Syck)
 #BuildRequires: perl(YAML::XS)
-Requires:   perl(Carp)
-Requires:   perl(Exporter)
-Requires:   perl(File::Spec)
-Requires:   perl(File::Spec::Functions)
-Requires:   perl(Scalar::Util)
-Requires:   perl(strict)
-Requires:   perl(Test::More)
-Requires:   perl(vars)
 %{perl_requires}
 
 %description
@@ -61,12 +44,18 @@
 It should not be used for any other general YAML parsing or generation
 task.
 
+NOTE: _META.yml_ (and _MYMETA.yml_) files should be UTF-8 encoded. Users
+are responsible for proper encoding and decoding. In particular, the 'read'
+and 'write' methods do *not* support UTF-8 and should not be used.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
+# MANUAL BEGIN
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?sles_version} == 10
 %{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
 %endif
-find . -type f -print0 | xargs -0 chmod 644
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ CPAN-Meta-YAML-0.004.tar.gz - CPAN-Meta-YAML-0.007.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-YAML-0.004/Changes 
new/CPAN-Meta-YAML-0.007/Changes
--- old/CPAN-Meta-YAML-0.004/Changes2011-09-06 15:42:59.0 +0200
+++ new/CPAN-Meta-YAML-0.007/Changes2012-02-08 04:42:48.0 +0100
@@ -1,5 +1,25 @@
 Revision history for CPAN-Meta-YAML
 
+0.007 2012-02-07 22:42:42 EST5EDT
+
+  - Generated from ADAMK/YAML-Tiny-1.50.tar.gz
+
+  - Documentation fix to replace missing abstract
+
+0.006 2012-02-06 20:51:47 EST5EDT
+
+  - Generated from ADAMK/YAML-Tiny-1.50.tar.gz
+
+  - Set back configure_requires prerequisite for ExtUtils::MakeMaker
+from 6.30 to 6.17 (per request from Andreas Koenig)
+
+0.005 2011-12-13 12:57:24 EST5EDT
+
+  - 

commit perl-CPAN-Mini for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Mini for openSUSE:Factory 
checked in at 2012-02-16 10:06:49

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


Package is perl-CPAN-Mini, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Mini/perl-CPAN-Mini.changes
2011-09-23 12:36:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Mini.new/perl-CPAN-Mini.changes   
2012-02-16 10:06:51.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 13 08:47:54 UTC 2012 - co...@suse.com
+
+- updated to 1.111008
+don't fail tests when the outside env has set CPAN_MINI_CONFIG
+ (thanks, Stephen Thirwall!)
+
+---

Old:

  CPAN-Mini-1.111007.tar.gz

New:

  CPAN-Mini-1.111008.tar.gz



Other differences:
--
++ perl-CPAN-Mini.spec ++
--- /var/tmp/diff_new_pack.pvmXQi/_old  2012-02-16 10:06:52.0 +0100
+++ /var/tmp/diff_new_pack.pvmXQi/_new  2012-02-16 10:06:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Mini
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-CPAN-Mini
-Version:1.111007
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.111008
+Release:0
 %define cpan_name CPAN-Mini
 Summary:create a minimal mirror of CPAN
-Url:http://search.cpan.org/dist/CPAN-Mini/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/CPAN-Mini/
 Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,6 +35,9 @@
 BuildRequires:  perl(LWP::UserAgent) = 5
 BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(URI) = 1
+#BuildRequires: perl(CPAN::Mini)
+#BuildRequires: perl(CPAN::Mini::App)
+#BuildRequires: perl(File::Find::Rule)
 Requires:   perl(Compress::Zlib) = 1.20
 Requires:   perl(File::HomeDir) = 0.57
 Requires:   perl(File::Path) = 2.04
@@ -79,9 +81,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README xt

++ CPAN-Mini-1.111007.tar.gz - CPAN-Mini-1.111008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Mini-1.111007/Changes 
new/CPAN-Mini-1.111008/Changes
--- old/CPAN-Mini-1.111007/Changes  2011-05-12 14:22:07.0 +0200
+++ new/CPAN-Mini-1.111008/Changes  2011-12-23 19:36:47.0 +0100
@@ -1,5 +1,9 @@
 Revision history for CPAN-Mini
 
+1.111008  2011-12-23 13:36:41 America/New_York
+  don't fail tests when the outside env has set CPAN_MINI_CONFIG
+  (thanks, Stephen Thirwall!)
+
 1.111007  2011-05-12 08:21:55 America/New_York
   run the test minicpan in offline mode to avoid tester errors
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Mini-1.111007/LICENSE 
new/CPAN-Mini-1.111008/LICENSE
--- old/CPAN-Mini-1.111007/LICENSE  2011-05-12 14:22:07.0 +0200
+++ new/CPAN-Mini-1.111008/LICENSE  2011-12-23 19:36:47.0 +0100
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Mini-1.111007/META.json 
new/CPAN-Mini-1.111008/META.json
--- old/CPAN-Mini-1.111007/META.json2011-05-12 14:22:08.0 +0200
+++ new/CPAN-Mini-1.111008/META.json2011-12-23 19:36:47.0 +0100
@@ -5,7 +5,7 @@
   Randal Schwartz mer...@stonehenge.com
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.26, CPAN::Meta::Converter 
version 2.110930,
+   generated_by : Dist::Zilla version 4.35, CPAN::Meta::Converter 
version 2.112621,
license : [
   perl_5
],
@@ -35,7 +35,9 @@
 LWP::UserAgent : 5,
 Pod::Usage : 1.00,
 URI : 1,
-  

commit perl-HTTP-Body for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Body for openSUSE:Factory 
checked in at 2012-02-16 10:06:54

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


Package is perl-HTTP-Body, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Body/perl-HTTP-Body.changes
2011-11-21 12:41:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Body.new/perl-HTTP-Body.changes   
2012-02-16 10:06:57.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 06:58:06 UTC 2012 - co...@suse.com
+
+- updated to 1.15, no changelog
+
+---

Old:

  HTTP-Body-1.14.tar.gz

New:

  HTTP-Body-1.15.tar.gz



Other differences:
--
++ perl-HTTP-Body.spec ++
--- /var/tmp/diff_new_pack.HFOHyn/_old  2012-02-16 10:06:58.0 +0100
+++ /var/tmp/diff_new_pack.HFOHyn/_new  2012-02-16 10:06:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Body
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,38 +15,45 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-HTTP-Body
+Version:1.15
+Release:0
 %define cpan_name HTTP-Body
 Summary:HTTP Body Parser
-Version:1.14
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTTP-Body/
-Source: 
http://www.cpan.org/authors/id/G/GE/GETTY/HTTP-Body-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/G/GE/GETTY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(File::Temp) = 0.14
 BuildRequires:  perl(HTTP::Headers)
 BuildRequires:  perl(IO::File) = 1.14
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-Requires:   perl(Carp)
-Requires:   perl(File::Temp) = 0.14
+BuildRequires:  perl(Test::More) = 0.86
+#BuildRequires: perl(HTTP::Body)
+#BuildRequires: perl(HTTP::Body::MultiPart)
+#BuildRequires: perl(HTTP::Body::OctetStream)
+#BuildRequires: perl(HTTP::Body::UrlEncoded)
+#BuildRequires: perl(HTTP::Body::XForms)
+#BuildRequires: perl(HTTP::Body::XFormsMultipart)
+#BuildRequires: perl(HTTP::Message)
+#BuildRequires: perl(PAML)
+#BuildRequires: perl(Test::Perl::Critic)
 Requires:   perl(HTTP::Headers)
 Requires:   perl(IO::File) = 1.14
+%{perl_requires}
 
 %description
-HTTP::Body parses chunks of HTTP POST data and supports application/octet-
-stream, application/x-www-form-urlencoded, and multipart/form-data.
+HTTP::Body parses chunks of HTTP POST data and supports
+application/octet-stream, application/x-www-form-urlencoded, and
+multipart/form-data.
+
+Chunked bodies are supported by not passing a length value to new().
+
+It is currently used by the Catalyst manpage to parse POST bodies.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -60,18 +67,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes dist.ini LICENSE README scripts
+%defattr(-,root,root,755)
+%doc Changes LICENSE README scripts
 
 %changelog

++ HTTP-Body-1.14.tar.gz - HTTP-Body-1.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Body-1.14/META.yml new/HTTP-Body-1.15/META.yml
--- old/HTTP-Body-1.14/META.yml 2011-11-04 19:44:38.0 +0100
+++ new/HTTP-Body-1.15/META.yml 2011-12-05 03:59:14.0 +0100
@@ -11,7 +11,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.32, CPAN::Meta::Converter version 
2.112150'
+generated_by: 'Dist::Zilla version 4.33, CPAN::Meta::Converter version 
2.112150'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,10 +19,11 @@
 name: HTTP-Body
 requires:
   Carp: 0
+  Digest::MD5: 0
   File::Temp: 0.14
   

commit perl-Template-Toolkit for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Template-Toolkit for 
openSUSE:Factory checked in at 2012-02-16 10:07:01

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


Package is perl-Template-Toolkit, Maintainer is vci...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Template-Toolkit/perl-Template-Toolkit.changes  
2012-01-24 12:20:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Template-Toolkit.new/perl-Template-Toolkit.changes
 2012-02-16 10:07:03.0 +0100
@@ -1,0 +2,11 @@
+Fri Feb 10 02:35:25 UTC 2012 - vci...@suse.com
+
+- update to 2.24
+  * Added text virtual methods: upper, lower, ucfirst, lcfirst, squote,
+dquote, trim, collapse, html and xml.
+  * Fixed bug RT#67918 - Bug in Makefile.PL command line parsing when 2 =
+signs were in an arguement.
+  * Fixed bug RT#74335 - Added documentation for some methods that were 
+lacking it to keep Pod::Coverage happy.
+
+---

Old:

  Template-Toolkit-2.23.tar.gz

New:

  Template-Toolkit-2.24.tar.gz



Other differences:
--
++ perl-Template-Toolkit.spec ++
--- /var/tmp/diff_new_pack.ABMZP5/_old  2012-02-16 10:07:04.0 +0100
+++ /var/tmp/diff_new_pack.ABMZP5/_new  2012-02-16 10:07:04.0 +0100
@@ -16,41 +16,42 @@
 #
 
 
+
 Name:   perl-Template-Toolkit
-Summary:Template Processing System
-License:Artistic-1.0
-Group:  Development/Libraries/Perl
-Version:2.23
+Version:2.24
 Release:0
+License:Artistic-1.0
+Summary:Template Processing System
 Url:http://cpan.org/dist/Template-Toolkit
+Group:  Development/Libraries/Perl
 Source: 
http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 #BuildRequires:  perl-AppConfig perl-DBI perl-Date-Calc perl-XML-DOM 
perl-XML-Parser
 BuildRequires:  perl
-BuildRequires:  perl-macros
+#
+BuildRequires:  perl(AppConfig) = 1.56
 BuildRequires:  perl(DBI)
 BuildRequires:  perl(Date::Calc)
+BuildRequires:  perl(File::Spec) = 0.8
+BuildRequires:  perl(File::Temp) = 0.12
 BuildRequires:  perl(Image::Size)
 BuildRequires:  perl(Pod::POM)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Pod::Coverage) = 1.00
 BuildRequires:  perl(Text::Autoformat)
 BuildRequires:  perl(XML::DOM)
-#
-BuildRequires:  perl(AppConfig) = 1.56
-BuildRequires:  perl(File::Spec) = 0.8
-BuildRequires:  perl(File::Temp) = 0.12
-BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl-macros
 #
 Requires:   perl(AppConfig) = 1.56
-Requires:   perl(File::Spec) = 0.8
-Requires:   perl(Scalar::Util)
 # not defined but needed
 Requires:   perl(Data::Dumper)
+Requires:   perl(File::Spec) = 0.8
 Requires:   perl(Pod::POM)
+Requires:   perl(Scalar::Util)
 # should normally provide perl(Template::Toolkit) but it doesn't
 Provides:   perl(Template::Toolkit) = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 
 %description
 The Template Toolkit is a collection of modules which implement a
@@ -71,10 +72,10 @@
 
 %build
 perl Makefile.PL
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install 
@@ -82,7 +83,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 # normally you only need to check for doc files

++ Template-Toolkit-2.23.tar.gz - Template-Toolkit-2.24.tar.gz ++
 2709 lines of diff (skipped)

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



commit php5-pear-Date_Holidays for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays for 
openSUSE:Factory checked in at 2012-02-16 10:07:06

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


Package is php5-pear-Date_Holidays, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays/php5-pear-Date_Holidays.changes
  2011-09-23 12:39:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays.new/php5-pear-Date_Holidays.changes
 2012-02-16 10:07:11.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:28 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays.spec ++
--- /var/tmp/diff_new_pack.INXP7N/_old  2012-02-16 10:07:12.0 +0100
+++ /var/tmp/diff_new_pack.INXP7N/_new  2012-02-16 10:07:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays
 %define pear_name  Date_Holidays
 %define pear_sname date_holidays
 Summary:Driver based class to calculate holidays
-Version:0.21.4
-Release:1
-License:PHP-3.0.1
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.21.4
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date php5-pear-XML_Serializer

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



commit php5-pear-Date_Holidays_Austria for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Austria for 
openSUSE:Factory checked in at 2012-02-16 10:07:10

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


Package is php5-pear-Date_Holidays_Austria, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Austria/php5-pear-Date_Holidays_Austria.changes
  2011-09-23 12:39:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Austria.new/php5-pear-Date_Holidays_Austria.changes
 2012-02-16 10:07:12.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:31 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Austria.spec ++
--- /var/tmp/diff_new_pack.EL5Wlk/_old  2012-02-16 10:07:13.0 +0100
+++ /var/tmp/diff_new_pack.EL5Wlk/_new  2012-02-16 10:07:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Austria
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Austria
 %definepear_name  Date_Holidays_Austria
 %definepear_sname date_holidays_austria
 Summary:Driver class to calculate holidays in Austria
-Version:0.1.4
-Release:1
-License:PHP-3.0.1
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.4
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Brazil for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Brazil for 
openSUSE:Factory checked in at 2012-02-16 10:07:15

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


Package is php5-pear-Date_Holidays_Brazil, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Brazil/php5-pear-Date_Holidays_Brazil.changes
2011-09-23 12:39:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Brazil.new/php5-pear-Date_Holidays_Brazil.changes
   2012-02-16 10:07:19.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:34 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Brazil.spec ++
--- /var/tmp/diff_new_pack.nDqGye/_old  2012-02-16 10:07:20.0 +0100
+++ /var/tmp/diff_new_pack.nDqGye/_new  2012-02-16 10:07:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Brazil
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Brazil
 %definepear_name  Date_Holidays_Brazil
 %definepear_sname date_holidays_brazil
 Summary:Driver class to calculate holidays in Brazil
-Version:0.1.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Croatia for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Croatia for 
openSUSE:Factory checked in at 2012-02-16 10:07:20

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


Package is php5-pear-Date_Holidays_Croatia, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Croatia/php5-pear-Date_Holidays_Croatia.changes
  2011-09-23 12:39:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Croatia.new/php5-pear-Date_Holidays_Croatia.changes
 2012-02-16 10:07:22.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:36 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Croatia.spec ++
--- /var/tmp/diff_new_pack.YlOATT/_old  2012-02-16 10:07:23.0 +0100
+++ /var/tmp/diff_new_pack.YlOATT/_new  2012-02-16 10:07:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Croatia
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Croatia
 %definepear_name  Date_Holidays_Croatia
 %definepear_sname date_holidays_croatia
 Summary:Driver class to calculate holidays in Croatia
-Version:0.1.1
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.1
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays
@@ -62,7 +60,7 @@
 -d doc_dir=/doc \
 -d bin_dir=%{_bindir} \
 -d data_dir=%{php_peardir}/data \
-install --offline --nodeps -R %{buildroot} package.xml
+install --offline --force --nodeps -R %{buildroot} package.xml
 
 %{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml
 

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



commit php5-pear-Date_Holidays_Denmark for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Denmark for 
openSUSE:Factory checked in at 2012-02-16 10:07:24

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


Package is php5-pear-Date_Holidays_Denmark, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Denmark/php5-pear-Date_Holidays_Denmark.changes
  2011-09-23 12:39:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Denmark.new/php5-pear-Date_Holidays_Denmark.changes
 2012-02-16 10:07:26.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:38 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Denmark.spec ++
--- /var/tmp/diff_new_pack.k9B4bS/_old  2012-02-16 10:07:27.0 +0100
+++ /var/tmp/diff_new_pack.k9B4bS/_new  2012-02-16 10:07:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Denmark
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Denmark
 %definepear_name  Date_Holidays_Denmark
 %definepear_sname date_holidays_denmark
 Summary:Driver class to calculate holidays in Denmark
-Version:0.1.3
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.3
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_EnglandWales for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_EnglandWales 
for openSUSE:Factory checked in at 2012-02-16 10:07:29

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


Package is php5-pear-Date_Holidays_EnglandWales, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_EnglandWales/php5-pear-Date_Holidays_EnglandWales.changes
2011-09-23 12:39:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_EnglandWales.new/php5-pear-Date_Holidays_EnglandWales.changes
   2012-02-16 10:07:30.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:41 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_EnglandWales.spec ++
--- /var/tmp/diff_new_pack.mSnp5N/_old  2012-02-16 10:07:31.0 +0100
+++ /var/tmp/diff_new_pack.mSnp5N/_new  2012-02-16 10:07:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_EnglandWales
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_EnglandWales
 %definepear_name  Date_Holidays_EnglandWales
 %definepear_sname date_holidays_englandwales
 Summary:Driver class to calculate holidays in England and Wales
-Version:0.1.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Germany for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Germany for 
openSUSE:Factory checked in at 2012-02-16 10:07:33

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


Package is php5-pear-Date_Holidays_Germany, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Germany/php5-pear-Date_Holidays_Germany.changes
  2011-09-23 12:39:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Germany.new/php5-pear-Date_Holidays_Germany.changes
 2012-02-16 10:07:34.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:44 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Germany.spec ++
--- /var/tmp/diff_new_pack.8lObyq/_old  2012-02-16 10:07:35.0 +0100
+++ /var/tmp/diff_new_pack.8lObyq/_new  2012-02-16 10:07:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Germany
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Germany
 %definepear_name  Date_Holidays_Germany
 %definepear_sname date_holidays_germany
 Summary:Driver class to calculate holidays in Germoney
-Version:0.1.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Iceland for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Iceland for 
openSUSE:Factory checked in at 2012-02-16 10:07:37

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


Package is php5-pear-Date_Holidays_Iceland, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Iceland/php5-pear-Date_Holidays_Iceland.changes
  2011-09-23 12:39:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Iceland.new/php5-pear-Date_Holidays_Iceland.changes
 2012-02-16 10:07:39.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:46 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Iceland.spec ++
--- /var/tmp/diff_new_pack.gDW8df/_old  2012-02-16 10:07:40.0 +0100
+++ /var/tmp/diff_new_pack.gDW8df/_new  2012-02-16 10:07:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Iceland
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Iceland
 %definepear_name  Date_Holidays_Iceland
 %definepear_sname date_holidays_iceland
 Summary:Driver class to calculate holidays in Iceland
-Version:0.1.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Ireland for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Ireland for 
openSUSE:Factory checked in at 2012-02-16 10:07:41

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


Package is php5-pear-Date_Holidays_Ireland, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Ireland/php5-pear-Date_Holidays_Ireland.changes
  2011-09-23 12:40:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Ireland.new/php5-pear-Date_Holidays_Ireland.changes
 2012-02-16 10:07:43.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:49 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Ireland.spec ++
--- /var/tmp/diff_new_pack.SGyBgJ/_old  2012-02-16 10:07:43.0 +0100
+++ /var/tmp/diff_new_pack.SGyBgJ/_new  2012-02-16 10:07:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Ireland
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Ireland
 %definepear_name  Date_Holidays_Ireland
 %definepear_sname date_holidays_ireland
 Summary:Driver class to calculate holidays in Ireland
-Version:0.1.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Italy for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Italy for 
openSUSE:Factory checked in at 2012-02-16 10:07:45

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


Package is php5-pear-Date_Holidays_Italy, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Italy/php5-pear-Date_Holidays_Italy.changes
  2011-09-23 12:40:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Italy.new/php5-pear-Date_Holidays_Italy.changes
 2012-02-16 10:07:51.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:52 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Italy.spec ++
--- /var/tmp/diff_new_pack.fkHnDA/_old  2012-02-16 10:07:51.0 +0100
+++ /var/tmp/diff_new_pack.fkHnDA/_new  2012-02-16 10:07:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Italy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Italy
 %definepear_name  Date_Holidays_Italy
 %definepear_sname date_holidays_italy
 Summary:Driver class to calculate holidays in Italy
-Version:0.1.1
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.1
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Netherlands for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Netherlands 
for openSUSE:Factory checked in at 2012-02-16 10:07:53

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


Package is php5-pear-Date_Holidays_Netherlands, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Netherlands/php5-pear-Date_Holidays_Netherlands.changes
  2011-09-23 12:40:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Netherlands.new/php5-pear-Date_Holidays_Netherlands.changes
 2012-02-16 10:08:01.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:58 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Netherlands.spec ++
--- /var/tmp/diff_new_pack.yRk9bh/_old  2012-02-16 10:08:02.0 +0100
+++ /var/tmp/diff_new_pack.yRk9bh/_new  2012-02-16 10:08:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Netherlands
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Netherlands
 %definepear_name  Date_Holidays_Netherlands
 %definepear_sname date_holidays_netherlands
 Summary:Driver class to calculate holidays in Netherlands
-Version:0.1.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Norway for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Norway for 
openSUSE:Factory checked in at 2012-02-16 10:08:00

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


Package is php5-pear-Date_Holidays_Norway, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Norway/php5-pear-Date_Holidays_Norway.changes
2011-09-23 12:40:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Norway.new/php5-pear-Date_Holidays_Norway.changes
   2012-02-16 10:08:02.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:00 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Norway.spec ++
--- /var/tmp/diff_new_pack.qpnKdw/_old  2012-02-16 10:08:03.0 +0100
+++ /var/tmp/diff_new_pack.qpnKdw/_new  2012-02-16 10:08:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Norway
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Norway
 %definepear_name  Date_Holidays_Norway
 %definepear_sname date_holidays_norway
 Summary:Driver class to calculate holidays in Norway
-Version:0.1.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Portugal for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Portugal for 
openSUSE:Factory checked in at 2012-02-16 10:08:03

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


Package is php5-pear-Date_Holidays_Portugal, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Portugal/php5-pear-Date_Holidays_Portugal.changes
2011-09-23 12:40:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Portugal.new/php5-pear-Date_Holidays_Portugal.changes
   2012-02-16 10:08:05.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:03 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Portugal.spec ++
--- /var/tmp/diff_new_pack.qHRCAF/_old  2012-02-16 10:08:06.0 +0100
+++ /var/tmp/diff_new_pack.qHRCAF/_new  2012-02-16 10:08:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Portugal
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Portugal
 %definepear_name  Date_Holidays_Portugal
 %definepear_sname date_holidays_portugal
 Summary:Driver class to calculate holidays in Portugal
-Version:0.1.0
-Release:1
-License:PHP-3.0.1
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.0
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Romania for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Romania for 
openSUSE:Factory checked in at 2012-02-16 10:08:08

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


Package is php5-pear-Date_Holidays_Romania, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Romania/php5-pear-Date_Holidays_Romania.changes
  2011-09-23 12:40:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Romania.new/php5-pear-Date_Holidays_Romania.changes
 2012-02-16 10:08:09.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:05 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Romania.spec ++
--- /var/tmp/diff_new_pack.kcIJSf/_old  2012-02-16 10:08:09.0 +0100
+++ /var/tmp/diff_new_pack.kcIJSf/_new  2012-02-16 10:08:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Romania
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Romania
 %definepear_name  Date_Holidays_Romania
 %definepear_sname date_holidays_romania
 Summary:Driver class to calculate holidays in Romania
-Version:0.1.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Spain for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Spain for 
openSUSE:Factory checked in at 2012-02-16 10:08:11

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


Package is php5-pear-Date_Holidays_Spain, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Spain/php5-pear-Date_Holidays_Spain.changes
  2011-09-23 12:40:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Spain.new/php5-pear-Date_Holidays_Spain.changes
 2012-02-16 10:08:13.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:07 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Spain.spec ++
--- /var/tmp/diff_new_pack.TU20JS/_old  2012-02-16 10:08:13.0 +0100
+++ /var/tmp/diff_new_pack.TU20JS/_new  2012-02-16 10:08:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Spain
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Spain
 %definepear_name  Date_Holidays_Spain
 %definepear_sname date_holidays_spain
 Summary:Driver class to calculate holidays in Spain
-Version:0.1.1
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.1
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-Date_Holidays_Sweden for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Sweden for 
openSUSE:Factory checked in at 2012-02-16 10:08:15

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


Package is php5-pear-Date_Holidays_Sweden, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Sweden/php5-pear-Date_Holidays_Sweden.changes
2011-09-23 12:40:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Sweden.new/php5-pear-Date_Holidays_Sweden.changes
   2012-02-16 10:08:16.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:10 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Sweden.spec ++
--- /var/tmp/diff_new_pack.x9mx7M/_old  2012-02-16 10:08:16.0 +0100
+++ /var/tmp/diff_new_pack.x9mx7M/_new  2012-02-16 10:08:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Sweden
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Date_Holidays_Sweden
 %definepear_name  Date_Holidays_Sweden
 %definepear_sname date_holidays_sweden
 Summary:Driver class to calculate holidays in Sweden
-Version:0.1.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.1.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Requires:   php5-pear-Date_Holidays

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



commit php5-pear-DB for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-DB for openSUSE:Factory 
checked in at 2012-02-16 10:08:18

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


Package is php5-pear-DB, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-DB/php5-pear-DB.changes
2011-09-23 12:39:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-pear-DB.new/php5-pear-DB.changes   
2012-02-16 10:08:28.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:12 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-DB.spec ++
--- /var/tmp/diff_new_pack.ygodRm/_old  2012-02-16 10:08:30.0 +0100
+++ /var/tmp/diff_new_pack.ygodRm/_new  2012-02-16 10:08:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-DB
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-DB
 %define pear_name  DB
 %define pear_sname db
 Summary:Database Abstraction Layer
-Version:1.7.13
-Release:1
-License:PHP-3.0.1
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:1.7.13
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tar.bz2
 Source1:%{pear_name}.rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  php = 4.2.0
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
-BuildRequires:  php = 4.2.0
 Requires:   php5-pear
 Requires:   php = 4.2.0
 Provides:   php-pear-%{pear_name} pear-%{pear_name}

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



commit php5-pear-DB_DataObject for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-DB_DataObject for 
openSUSE:Factory checked in at 2012-02-16 10:08:22

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


Package is php5-pear-DB_DataObject, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-DB_DataObject/php5-pear-DB_DataObject.changes
  2011-09-23 12:39:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-DB_DataObject.new/php5-pear-DB_DataObject.changes
 2012-02-16 10:08:33.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:14 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-DB_DataObject.spec ++
--- /var/tmp/diff_new_pack.l5yKBC/_old  2012-02-16 10:08:34.0 +0100
+++ /var/tmp/diff_new_pack.l5yKBC/_new  2012-02-16 10:08:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-DB_DataObject
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-DB_DataObject
 %define pear_name  DB_DataObject
 %define pear_sname db_dataobject
 Summary:An SQL Builder, Object Interface to Database Tables
-Version:1.9.5
-Release:1
-License:PHP-3.0.1
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:1.9.5
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 Source1:%{pear_name}.rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 4.3
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 4.3
 Requires:   php5-pear

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



commit php5-pear-HTML_Common for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-HTML_Common for 
openSUSE:Factory checked in at 2012-02-16 10:08:30

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


Package is php5-pear-HTML_Common, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-HTML_Common/php5-pear-HTML_Common.changes  
2011-09-23 12:40:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-HTML_Common.new/php5-pear-HTML_Common.changes
 2012-02-16 10:08:35.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:20 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-HTML_Common.spec ++
--- /var/tmp/diff_new_pack.Jl0B3R/_old  2012-02-16 10:08:36.0 +0100
+++ /var/tmp/diff_new_pack.Jl0B3R/_new  2012-02-16 10:08:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-HTML_Common
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-HTML_Common
 %define pear_name  HTML_Common
 %define pear_sname html_common
 Summary:A base class for other HTML classes
-Version:1.2.5
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:1.2.5
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 4.3
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 4.3
 Requires:   php5-pear

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



commit php5-pear-File for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-File for openSUSE:Factory 
checked in at 2012-02-16 10:08:26

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


Package is php5-pear-File, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-File/php5-pear-File.changes
2011-09-23 12:40:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-pear-File.new/php5-pear-File.changes   
2012-02-16 10:08:34.0 +0100
@@ -1,0 +2,13 @@
+Mon Feb 13 10:53:18 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Tue Sep 13 16:33:48 UTC 2011 - l...@b1-systems.de
+
+- 2011 Re-release of 1.4.0 
+- Original release of 1.4.0 was released as alpha instead of stable.
+- Split File_CSV from File into it's own package
+- Split File_Util from File into it's own package
+
+---

Old:

  File-1.3.0.tgz

New:

  File-1.4.0.tgz



Other differences:
--
++ php5-pear-File.spec ++
--- /var/tmp/diff_new_pack.rsY3wn/_old  2012-02-16 10:08:35.0 +0100
+++ /var/tmp/diff_new_pack.rsY3wn/_new  2012-02-16 10:08:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-File
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-File
 %define pear_name  File
 %define pear_sname file
 Summary:Common file and directory routines
-Version:1.3.0
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:1.4.0
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 5
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 5
 Requires:   php5-pear

++ File-1.3.0.tgz - File-1.4.0.tgz ++
 5791 lines of diff (skipped)

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



commit php5-pear-HTML_QuickForm for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-HTML_QuickForm for 
openSUSE:Factory checked in at 2012-02-16 10:08:33

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


Package is php5-pear-HTML_QuickForm, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-HTML_QuickForm/php5-pear-HTML_QuickForm.changes
2011-09-23 12:40:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-HTML_QuickForm.new/php5-pear-HTML_QuickForm.changes
   2012-02-16 10:08:36.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:22 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-HTML_QuickForm.spec ++
--- /var/tmp/diff_new_pack.uIeS51/_old  2012-02-16 10:08:37.0 +0100
+++ /var/tmp/diff_new_pack.uIeS51/_new  2012-02-16 10:08:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-HTML_QuickForm
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-HTML_QuickForm
 %define pear_name  HTML_QuickForm
 %define pear_sname html_quickform
 Summary:Methods for creating, validating, processing HTML forms
-Version:3.2.12
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:3.2.12
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 4.3
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 4.3
 Requires:   php5-pear

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



commit php5-pear-Net_IMAP for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Net_IMAP for 
openSUSE:Factory checked in at 2012-02-16 10:08:37

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


Package is php5-pear-Net_IMAP, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Net_IMAP/php5-pear-Net_IMAP.changes
2011-09-23 12:40:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Net_IMAP.new/php5-pear-Net_IMAP.changes   
2012-02-16 10:08:48.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:29 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Net_IMAP.spec ++
--- /var/tmp/diff_new_pack.Jt2tJL/_old  2012-02-16 10:08:49.0 +0100
+++ /var/tmp/diff_new_pack.Jt2tJL/_new  2012-02-16 10:08:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Net_IMAP
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Net_IMAP
 %define pear_name  Net_IMAP
 %define pear_sname net_imap
 Summary:Provides an implementation of the IMAP protocol
-Version:1.1.0
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:1.1.0
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 4
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 4
 Requires:   php5-pear
@@ -47,6 +45,7 @@
 Obsoletes:  pear-%{pear_sname}  %{version}
 
 %description
+
 Provides an implementation of the IMAP4Rev1 protocol using PEAR's Net_Socket 
and the optional Auth_SASL class.
 
 %prep

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



commit php5-pear-SOAP for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-SOAP for openSUSE:Factory 
checked in at 2012-02-16 10:08:44

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


Package is php5-pear-SOAP, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-SOAP/php5-pear-SOAP.changes
2011-09-23 12:40:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-pear-SOAP.new/php5-pear-SOAP.changes   
2012-02-16 10:08:52.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:36 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-SOAP.spec ++
--- /var/tmp/diff_new_pack.UkfBmR/_old  2012-02-16 10:08:52.0 +0100
+++ /var/tmp/diff_new_pack.UkfBmR/_new  2012-02-16 10:08:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-SOAP
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-SOAP
 %define pear_name  SOAP
 %define pear_sname soap
 Summary:SOAP Client/Server for PHP
-Version:0.12.0
-Release:1
-License:PHP-3.0.1
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:0.12.0
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 4.3
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 4.3
 Requires:   php5-pear

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



commit php5-pear-Net_Socket for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Net_Socket for 
openSUSE:Factory checked in at 2012-02-16 10:08:41

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


Package is php5-pear-Net_Socket, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Net_Socket/php5-pear-Net_Socket.changes
2011-09-23 12:40:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Net_Socket.new/php5-pear-Net_Socket.changes
   2012-02-16 10:08:49.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:34 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Net_Socket.spec ++
--- /var/tmp/diff_new_pack.dLVkkL/_old  2012-02-16 10:08:51.0 +0100
+++ /var/tmp/diff_new_pack.dLVkkL/_new  2012-02-16 10:08:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Net_Socket
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Net_Socket
 %define pear_name  Net_Socket
 %define pear_sname net_socket
 Summary:Network Socket Interface
-Version:1.0.10
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:1.0.10
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 4
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 4
 Requires:   php5-pear

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



commit php5-pear-Text_Password for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Text_Password for 
openSUSE:Factory checked in at 2012-02-16 10:08:53

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


Package is php5-pear-Text_Password, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Text_Password/php5-pear-Text_Password.changes
  2011-09-23 12:40:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Text_Password.new/php5-pear-Text_Password.changes
 2012-02-16 10:08:54.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:41 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Text_Password.spec ++
--- /var/tmp/diff_new_pack.VY9aVR/_old  2012-02-16 10:08:55.0 +0100
+++ /var/tmp/diff_new_pack.VY9aVR/_new  2012-02-16 10:08:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Text_Password
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Text_Password
 %define pear_name  Text_Password
 %define pear_sname text_password
 Summary:Creating passwords with PHP
-Version:1.1.1
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:1.1.1
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 5
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 5
 Requires:   php5-pear
@@ -44,6 +42,7 @@
 Obsoletes:  pear-%{pear_sname}  %{version}
 
 %description
+
 Text_Password allows one to create pronounceable and unpronounceable
 passwords. The full functional range is explained in the manual at
 http://pear.php.net/manual/.

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



commit php5-pear-Text_Figlet for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Text_Figlet for 
openSUSE:Factory checked in at 2012-02-16 10:08:48

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


Package is php5-pear-Text_Figlet, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Text_Figlet/php5-pear-Text_Figlet.changes  
2011-09-23 12:40:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Text_Figlet.new/php5-pear-Text_Figlet.changes
 2012-02-16 10:08:53.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:53:39 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ php5-pear-Text_Figlet.spec ++
--- /var/tmp/diff_new_pack.PgBZqH/_old  2012-02-16 10:08:54.0 +0100
+++ /var/tmp/diff_new_pack.PgBZqH/_new  2012-02-16 10:08:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Text_Figlet
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Text_Figlet
 %define pear_name  Text_Figlet
 %define pear_sname text_figlet
 Summary:Render text using FIGlet fonts 
-Version:1.0.2
-Release:1
-License:PHP License
+License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
+Version:1.0.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 5
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 5
 Requires:   php5-pear
@@ -44,6 +42,7 @@
 Obsoletes:  pear-%{pear_sname}  %{version}
 
 %description
+
 Engine for use FIGlet fonts to rendering text
 
 %prep

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



commit plplot for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2012-02-16 10:09:01

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


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

Changes:

--- /work/SRC/openSUSE:Factory/plplot/plplot.changes2011-10-19 
14:09:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes   2012-02-16 
10:09:04.0 +0100
@@ -1,0 +2,23 @@
+Mon Feb 13 10:53:50 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Sun Feb 12 17:51:38 UTC 2012 - badshah...@gmail.com
+
+- Enable lua bindings for factory again, using BuildRequires:
+  pkgconfig(lua)  5.2.
+
+---
+Thu Feb  9 22:45:38 UTC 2012 - badshah...@gmail.com
+
+- Disable lua bindings for factory, since build fails with
+  lua  5.1
+
+---
+Sun Nov 20 09:29:37 UTC 2011 - werner...@gmx.de
+
+- dropped the qhull requirement from the spec-file
+  I've not seen any need of it in the INSTALL/README files
+
+---



Other differences:
--
++ plplot.spec ++
--- /var/tmp/diff_new_pack.XGUdpe/_old  2012-02-16 10:09:05.0 +0100
+++ /var/tmp/diff_new_pack.XGUdpe/_new  2012-02-16 10:09:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plplot
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,15 @@
 #
 
 
+%define lua_version 5.1
 
 Name:   plplot
 Version:5.9.9
-Release:1
-License:LGPLv2.1+
+Release:0
 Summary:Cross-platform software package for creating scientific plots
-Url:http://plplot.sourceforge.net/
+License:LGPL-2.1+
 Group:  Productivity/Scientific/Other
+Url:http://plplot.sourceforge.net/
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 # PATCH-FIX_UPSTREAM plplot-multiarch.patch badshah...@gmail.com -- Enable 
install on multiple architectures
@@ -33,8 +34,8 @@
 # PATCH-FIX-UPSTREAM plplot-gcc-ada46-libs.patch badshah...@gmail.com -- Allow 
searching for gcc-ada46 libraries
 Patch2: plplot-gcc-ada46-libs.patch
 BuildRequires:  cmake
-BuildRequires:  freefont
 BuildRequires:  fdupes
+BuildRequires:  freefont
 BuildRequires:  gcc-ada
 BuildRequires:  gcc-fortran
 #jpeg, gif and png support with libgd has been deprecated from version 5.9.8
@@ -59,7 +60,8 @@
 BuildRequires:  pkgconfig(libagg)
 BuildRequires:  pkgconfig(libgnomeprintui-2.2)
 BuildRequires:  pkgconfig(libgnomeui-2.0)
-BuildRequires:  pkgconfig(lua)
+# Package does not build with lua  5.1
+BuildRequires:  pkgconfig(lua)  5.2
 BuildRequires:  pkgconfig(pygtk-2.0)
 BuildRequires:  python-devel
 BuildRequires:  ocaml
@@ -72,10 +74,6 @@
 BuildRequires:  wxGTK-devel
 %endif
 
-%if 0%{?suse_version}  1130
-BuildRequires:  qhull-devel
-%endif
-
 Requires:   libtool
 Requires:   python-base = %{py_ver}
 Requires:   python-numpy
@@ -117,9 +115,6 @@
 Requires:   gcc-c++
 Requires:   pkgconfig
 Requires:   pkgconfig(freetype2)
-%if 0%{?suse_version}  1130
-Requires:   qhull-devel
-%endif
 
 %description devel
 PLplot is a library of functions that are useful for making scientific
@@ -254,6 +249,7 @@
 %package java
 
 Summary:PLplot functions for scientific plotting with Java
+Group:  Productivity/Scientific/Other
 Requires:   %{name} = %{version}
 Requires:   java
 
@@ -500,7 +496,6 @@
 -DENABLE_d:BOOL=ON \\\
 -DENABLE_itcl:BOOL=ON \\\
 -DENABLE_itk:BOOL=ON \\\
--DENABLE_lua:BOOL=ON \\\
 -DENABLE_ocaml:BOOL=ON \\\
 -DENABLE_tk:BOOL=ON \\\
 -DHAVE_PTHREAD:BOOL=ON \\\
@@ -521,7 +516,9 @@
 -DBUILD_DOC:BOOL=OFF \\\
 -DPREBUILT_DOC:BOOL=ON \\\
 -DJAVAWRAPPER_DIR:PATH=%{_libdir}/plplot%{version} \\\
--DBUILD_TEST:BOOL=OFF ..
+-DBUILD_TEST:BOOL=OFF \\\
+-DENABLE_lua:BOOL=ON \\\
+..
 
 #Deprecated since 5.9.8
 #-DPLD_jpeg:BOOL=ON \\\
@@ -718,7 +715,7 @@
 
 %files lua
 %defattr(-,root,root)
-%{_libdir}/lua/5.1/plplot/
+%{_libdir}/lua/%{lua_version}/plplot/
 %{_datadir}/plplot%{version}/examples/lua/
 %{_datadir}/plplot%{version}/examples/test_lua.sh
 

-- 
To unsubscribe, 

commit qscintilla for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package qscintilla for openSUSE:Factory 
checked in at 2012-02-16 10:09:21

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


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

Changes:

--- /work/SRC/openSUSE:Factory/qscintilla/python-qscintilla.changes 
2011-09-23 12:43:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/python-qscintilla.changes
2012-02-16 10:09:23.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  5 00:37:41 UTC 2012 - ter...@gmail.com
+
+- update to 2.6:
+  - based on Scintilla v2.29. 
+  - improved support for rebinding keys to commands 
+  - native key bindings under OS/X. 
+
+---
--- /work/SRC/openSUSE:Factory/qscintilla/python3-qscintilla.changes
2011-11-23 19:37:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/python3-qscintilla.changes   
2012-02-16 10:09:23.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  5 00:38:16 UTC 2012 - ter...@gmail.com
+
+- update to 2.6:
+  - based on Scintilla v2.29. 
+  - improved support for rebinding keys to commands 
+  - native key bindings under OS/X. 
+
+---
--- /work/SRC/openSUSE:Factory/qscintilla/qscintilla.changes2011-11-23 
19:37:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/qscintilla.changes   
2012-02-16 10:09:23.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  5 00:35:40 UTC 2012 - ter...@gmail.com
+
+- update to 2.6:
+  - based on Scintilla v2.29. 
+  - improved support for rebinding keys to commands 
+  - native key bindings under OS/X. 
+- remove Qt3 support (it does not compile with current Qt3 packages)
+
+---

Old:

  QScintilla-gpl-2.5.1.tar.bz2

New:

  QScintilla-gpl-2.6.tar.bz2



Other differences:
--
++ python-qscintilla.spec ++
--- /var/tmp/diff_new_pack.YM9uPW/_old  2012-02-16 10:09:25.0 +0100
+++ /var/tmp/diff_new_pack.YM9uPW/_new  2012-02-16 10:09:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qscintilla
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,15 @@
 
 
 Name:   python-qscintilla
-BuildRequires:  -libqscintilla2-2 libqscintilla-devel python-devel
-%if %suse_version  1000
+BuildRequires:  libqscintilla-devel libqscintilla2-8 python-devel
 BuildRequires:  libdrm-devel python-qt4-devel python-sip-devel
-%endif
 Url:http://www.riverbankcomputing.co.uk/qscintilla
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Summary:Python  Bindings for the C++ Editor Class Library
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:2.5.1
-Release:3
+Version:2.6
+Release:1
 %define scintilla_version %version
 Source: QScintilla-gpl-%scintilla_version.tar.bz2
 Requires:   python-qt4 = %( echo `rpm -q --queryformat '%{VERSION}' 
python-qt4`)

++ python3-qscintilla.spec ++
--- /var/tmp/diff_new_pack.YM9uPW/_old  2012-02-16 10:09:25.0 +0100
+++ /var/tmp/diff_new_pack.YM9uPW/_new  2012-02-16 10:09:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-qscintilla
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,13 @@
 Group:  Development/Libraries/C and C++
 Summary:Python 3 Bindings for the C++ Editor Class Library
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:2.5.1
-Release:3
+Version:2.6
+Release:1
 %define scintilla_version %version
 Source: QScintilla-gpl-%scintilla_version.tar.bz2
 Requires:   python3-qt4 = %( echo `rpm -q --queryformat '%{VERSION}' 
python3-qt4`)
 
-BuildRequires:  -libqscintilla2-2 libqscintilla-devel
+BuildRequires:  libqscintilla-devel libqscintilla2-8
 BuildRequires:  python3-devel
 BuildRequires:  python3-qt4-devel python3-sip-devel
 

++ qscintilla.spec ++
--- /var/tmp/diff_new_pack.YM9uPW/_old  2012-02-16 10:09:25.0 +0100
+++ /var/tmp/diff_new_pack.YM9uPW/_new  2012-02-16 10:09:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # 

commit rubygem-file-tail for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-file-tail for 
openSUSE:Factory checked in at 2012-02-16 10:09:44

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


Package is rubygem-file-tail, Maintainer is jsr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-file-tail/rubygem-file-tail.changes  
2011-09-23 12:44:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-file-tail.new/rubygem-file-tail.changes 
2012-02-16 10:09:45.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:54:50 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ rubygem-file-tail.spec ++
--- /var/tmp/diff_new_pack.l8Tn8z/_old  2012-02-16 10:09:45.0 +0100
+++ /var/tmp/diff_new_pack.l8Tn8z/_new  2012-02-16 10:09:45.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-file-tail
+# spec file for package rubygem-file-tail (Version 1.0.5)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,13 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-file-tail
 Version:1.0.5
-Release:1
+Release:0
 %define mod_name file-tail
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
+License:GPL-2.0+ or Ruby
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -36,14 +34,11 @@
 Source: %{mod_name}-%{version}.gem
 #
 Summary:File::Tail for Ruby
-
 %description
 Library to tail files in Ruby
 
 %prep
-
 %build
-
 %install
 %gem_install %{S:0}
 


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



commit ristretto for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package ristretto for openSUSE:Factory 
checked in at 2012-02-16 10:09:32

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


Package is ristretto, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/ristretto/ristretto.changes  2012-01-19 
16:58:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.ristretto.new/ristretto.changes 2012-02-16 
10:09:36.0 +0100
@@ -1,0 +2,15 @@
+Sun Jan 29 10:39:43 UTC 2012 - g...@opensuse.org
+
+- added ristretto-0.3.4-fix-gtk-requirements.patch to only depend
+  on GTK+ = 2.20 (patch from upstream git)
+
+---
+Sat Jan 28 09:37:09 UTC 2012 - g...@opensuse.org
+
+- update to version 0.3.4
+  - do not use symbols from gtk+  2.20
+  - autogenerate Changelog on make dist
+  - update scale information when box-zoom is used
+  - fix --fullscreen and --slideshow CLI options
+
+---

Old:

  ristretto-0.3.2.tar.bz2

New:

  ristretto-0.3.4-fix-gtk-requirements.patch
  ristretto-0.3.4.tar.bz2



Other differences:
--
++ ristretto.spec ++
--- /var/tmp/diff_new_pack.045Azq/_old  2012-02-16 10:09:37.0 +0100
+++ /var/tmp/diff_new_pack.045Azq/_new  2012-02-16 10:09:37.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   ristretto
-Version:0.3.2
+Version:0.3.4
 Release:0
 Summary:Fast and Lightweight Image-viewer for the Xfce desktop 
environment
 License:GPL-2.0+
@@ -25,13 +25,15 @@
 Source0:%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE ristretto-0.0.91-add-more-mime-types.patch 
g...@opensuse.org -- Adds support for additional image MIME types supported by 
openSUSE
 Patch0: ristretto-0.0.91-add-more-mime-types.patch
+# PATCH-FIX-UPSTREAM ristretto-0.3.4-fix-gtk-requirements.patch bxo#8343 
g...@opensuse.org -- Only depend on GTK+ = 2.20 (patch from upstream git)
+Patch1: ristretto-0.3.4-fix-gtk-requirements.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  thunar-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
-BuildRequires:  pkgconfig(gtk+-2.0) = 2.24
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,6 +44,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 xdt-autogen
@@ -58,8 +61,6 @@
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -67,11 +68,10 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING ChangeLog NEWS TODO
 %dir %{_datadir}/xfce4
 %dir %{_datadir}/xfce4/ristretto
 %doc %{_datadir}/xfce4/ristretto/html/

++ ristretto-0.3.4-fix-gtk-requirements.patch ++
From a4005e226864429f027aad86d1a2d1a74c8d28d0 Mon Sep 17 00:00:00 2001
From: Stephan Arts step...@xfce.org
Date: Sun, 29 Jan 2012 08:17:47 +
Subject: Remove reference to gtk_combo_box_text

---
diff --git a/src/main_window.c b/src/main_window.c
index 9d15fdf..806053f 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -1965,23 +1965,23 @@ cb_rstto_main_window_set_as_wallpaper (GtkWidget 
*widget, RsttoMainWindow *windo
 0);
 
 choose_desktop_combo_box =
-gtk_combo_box_text_new();
+gtk_combo_box_new_text();
 gtk_box_pack_start (
 GTK_BOX (content_area),
 choose_desktop_combo_box,
 FALSE,
 FALSE,
 0);
-gtk_combo_box_text_insert_text(
-GTK_COMBO_BOX_TEXT (choose_desktop_combo_box),
+gtk_combo_box_insert_text(
+GTK_COMBO_BOX (choose_desktop_combo_box),
 DESKTOP_TYPE_NONE,
 _(None));
-gtk_combo_box_text_insert_text (
-GTK_COMBO_BOX_TEXT (choose_desktop_combo_box),
+gtk_combo_box_insert_text (
+GTK_COMBO_BOX (choose_desktop_combo_box),
 DESKTOP_TYPE_XFCE,
 _(Xfce));
-gtk_combo_box_text_insert_text (
-GTK_COMBO_BOX_TEXT (choose_desktop_combo_box),
+gtk_combo_box_insert_text (
+GTK_COMBO_BOX (choose_desktop_combo_box),
 DESKTOP_TYPE_GNOME,
 _(GNOME));
 
++ ristretto-0.3.2.tar.bz2 - ristretto-0.3.4.tar.bz2 

commit rubygem-gettext_activerecord for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_activerecord for 
openSUSE:Factory checked in at 2012-02-16 10:09:53

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


Package is rubygem-gettext_activerecord, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_activerecord/rubygem-gettext_activerecord.changes
2011-09-23 12:44:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_activerecord.new/rubygem-gettext_activerecord.changes
   2012-02-16 10:09:54.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:54:54 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ rubygem-gettext_activerecord.spec ++
--- /var/tmp/diff_new_pack.xgvHIk/_old  2012-02-16 10:09:54.0 +0100
+++ /var/tmp/diff_new_pack.xgvHIk/_new  2012-02-16 10:09:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gettext_activerecord (Version 2.1.0)
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,13 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-gettext_activerecord
 Version:2.1.0
-Release:1
+Release:0
 %define mod_name gettext_activerecord
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
+License:GPL-2.0+ or Ruby
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -39,14 +37,11 @@
 Source: %{mod_name}-%{version}.gem
 #
 Summary:Localization support for ActiveRecord by Ruby-GetText-Package
-
 %description
 Localization support for ActiveRecord by Ruby-GetText-Package.
 
 %prep
-
 %build
-
 %install
 %gem_install %{S:0}
 

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



commit rubygem-haml for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2012-02-16 10:10:00

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


Package is rubygem-haml, Maintainer is fcaste...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2011-09-23 12:44:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2012-02-16 10:10:13.0 +0100
@@ -1,0 +2,11 @@
+Mon Feb 13 10:54:56 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Sun Sep 18 00:29:19 UTC 2011 - mrueck...@suse.de
+
+- update to haml 3.1.3
+  - Fix partial layouts
+
+---

Old:

  haml-3.1.2.gem

New:

  haml-3.1.3.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.yJs2WN/_old  2012-02-16 10:10:14.0 +0100
+++ /var/tmp/diff_new_pack.yJs2WN/_new  2012-02-16 10:10:14.0 +0100
@@ -16,25 +16,23 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-haml
-Version:3.1.2
-Release:1
+Version:3.1.3
+Release:0
 %define mod_name haml
+%define mod_full_name %{mod_name}-%{version}
 #
 Group:  Development/Languages/Ruby
-License:X11 MIT
+License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 #
 Url:http://haml-lang.com/
-Source: %{mod_name}-%{version}.gem
+Source: %{mod_full_name}.gem
 #
 Summary:An elegant, structured XHTML/XML templating engine
-
 %description
   Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
   that's designed to express the structure of XHTML or XML documents
@@ -44,10 +42,23 @@
   It was originally envisioned as a plugin for Ruby on Rails,
   but it can function as a stand-alone templating engine.
 
-%prep
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
 
-%build
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
+%prep
+%build
 %install
 %gem_install %{S:0}
 
@@ -58,9 +69,17 @@
 %defattr(-,root,root,-)
 %{_bindir}/haml
 %{_bindir}/html2haml
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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



commit rubygem-postgres for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-postgres for 
openSUSE:Factory checked in at 2012-02-16 10:10:05

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


Package is rubygem-postgres, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-postgres/rubygem-postgres.changes
2011-09-23 12:44:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-postgres.new/rubygem-postgres.changes   
2012-02-16 10:10:18.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:55:02 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ rubygem-postgres.spec ++
--- /var/tmp/diff_new_pack.9PkrsH/_old  2012-02-16 10:10:19.0 +0100
+++ /var/tmp/diff_new_pack.9PkrsH/_new  2012-02-16 10:10:19.0 +0100
@@ -20,12 +20,12 @@
 
 Name:   rubygem-postgres
 Version:0.7.9.2008.01.28
-Release:74
+Release:62
 #
 %define mod_name postgres
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Public Domain, Freeware
+License:GPL-2.0+ or SUSE-Public-Domain
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -44,9 +44,7 @@
 An extension library to access a PostgreSQL database from Ruby.
 
 %prep
-
 %build
-
 %install
 gem install --build-root=%{buildroot} %{S:0}
 gem_build_cleanup 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/


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



commit rubygem-RedCloth for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-RedCloth for 
openSUSE:Factory checked in at 2012-02-16 10:10:11

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


Package is rubygem-RedCloth, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-RedCloth/rubygem-RedCloth.changes
2011-09-23 12:44:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-RedCloth.new/rubygem-RedCloth.changes   
2012-02-16 10:10:19.0 +0100
@@ -1,0 +2,38 @@
+Mon Feb 13 10:55:09 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Sun Sep 18 00:27:41 UTC 2011 - mrueck...@suse.de
+
+- update to version 4.2.8
+  * Do not treat warnings as errors so it compiles cleanly.
+[Tomasz Wałkuski]
+
+---
+Wed Jul 27 14:02:55 UTC 2011 - fcaste...@novell.com
+
+- Fix build on SLE
+
+---
+Thu Jul 21 12:05:08 UTC 2011 - fcaste...@novell.com
+
+- update to version 4.2.7
+  * Fixed typo in gemspec to make case-sensitive require
+work. [Gabe da Silveira]
+  * Tested installing the gem and requiring it with both cases on
+Ubuntu 8.04, 10.10 and OS X Version 10.6.6.
+  * Have spaces around the en-dash in LaTeX [Benjamin Quorning]
+  * Turned double-quote close to smart quotes in LaTeX [Jonathan D. Blake]
+  * Add case-sensitive require back into the gemspec.
+  * Fix rdoc options in gemspec.
+  * Fix bundler and rubygems-test incompatibilities. Working around bug:
+  https://github.com/carlhuda/bundler/issues/issue/1021
+  * Add .gemtest to opt-in to rubygems-test program (gem install
+rubygems-test to participate)
+  * Allow attributes to be set on hr and br tags [Jesse Stormier]
+  * Fix dangling li [Stephen Bannasch]
+  * Switch to bundler and rake-compiler for gem management/compilation
+  * Fix invalid YAML for Ruby 1.9.2 [Aaron Patterson]- 
+
+---

Old:

  RedCloth-4.2.3.gem

New:

  RedCloth-4.2.8.gem



Other differences:
--
++ rubygem-RedCloth.spec ++
--- /var/tmp/diff_new_pack.zNxKTj/_old  2012-02-16 10:10:20.0 +0100
+++ /var/tmp/diff_new_pack.zNxKTj/_new  2012-02-16 10:10:20.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-RedCloth (Version 4.2.3)
+# spec file for package rubygem-RedCloth
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,70 +15,53 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   rubygem-RedCloth
-Version:4.2.3
-Release:1
+Version:4.2.8
+Release:0
 %define mod_name RedCloth
+%define mod_full_name %{mod_name}-%{version}
 #
-Group:  Development/Languages/Ruby
-License:BSD3c
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fastjar
+BuildRequires:  fdupes
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
-
-Requires:   ruby = 1.8.4
-BuildRequires:  ruby-devel = 1.8.4
 #
 Url:http://redcloth.org
-Source: %{mod_name}-%{version}.gem
-Source1:rubygem-RedCloth-rpmlintrc
+Source: %{mod_full_name}.gem
 #
-Summary:RedCloth is a module for using Textile and Markdown in Ruby
+Summary:Textile parser for Ruby
+License:BSD-3-Clause
+Group:  Development/Languages/Ruby
 
 %description
-Textile and Markdown are text formats. A very simple text format.
-Another stab at making readable text that can be converted to HTML.
-
-No need to use verbose HTML to build your docs, your blogs, your pages.
- Textile gives you readable text while you're writing and beautiful
-text for your readers. And if you need to break out into HTML, Textile
-will allow you to do so. Textile also handles some subtleties of
-formatting which will enhance your document's readability:
-
-* Single- and double-quotes around words or phrases are converted to
-   curly quotations, much easier on the eye.  Observe!
-
-* Double hyphens are replaced with an em-dash. Observe -- very
-   nice!
-
-* Single hyphens are replaced with en-dashes. Observe - so cute!
-
-* Triplets of periods become an ellipsis.  Observe...
-
+Textile parser for Ruby.
 
-_(TM)== to (TM), ==(R)== to (R), ==(C)_

commit setools for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package setools for openSUSE:Factory checked 
in at 2012-02-16 10:10:30

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


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

Changes:

--- /work/SRC/openSUSE:Factory/setools/setools.changes  2012-01-20 
20:27:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.setools.new/setools.changes 2012-02-16 
10:10:32.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:56:00 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ setools.spec ++
--- /var/tmp/diff_new_pack.rkkrGL/_old  2012-02-16 10:10:33.0 +0100
+++ /var/tmp/diff_new_pack.rkkrGL/_new  2012-02-16 10:10:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package setools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define dataversion 3.3
 
 Name:   setools
 Version:3.3.6
-Release:9
+Release:0
 Url:http://oss.tresys.com/projects/setools/
-License:GPLv2
-Group:  System/Base
 Summary:Policy analysis tools for SELinux
+License:GPL-2.0
+Group:  System/Base
 Source: 
http://oss.tresys.com/projects/setools/chrome/site/dists/%{name}-%{version}/%{name}-%{version}.tar.bz2
 Source1:setools.pam
 Source2:apol.desktop
@@ -40,12 +39,29 @@
 Patch6: %{name}-setup_py-prefix.patch
 Patch7: %{name}-swig-2x.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake bison flex libtool pkgconfig
-BuildRequires:  gcc gcc-c++ glibc-devel libstdc++-devel
-BuildRequires:  libselinux-devel libsepol-devel-static
-BuildRequires:  gtk2-devel libglade2-devel libxml2-devel sqlite3-devel
-BuildRequires:  java-devel python-devel swig tcl-devel tk-devel
-BuildRequires:  update-alternatives update-desktop-files
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  java-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  libsepol-devel-static
+BuildRequires:  libstdc++-devel
+BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python-devel
+BuildRequires:  sqlite3-devel
+BuildRequires:  swig
+BuildRequires:  tcl-devel
+BuildRequires:  tk-devel
+BuildRequires:  update-alternatives
+BuildRequires:  update-desktop-files
 Requires:   setools-libs = %{version}-%{release}
 Requires:   setools-libs-tcl = %{version}-%{release}
 Requires:   setools-gui = %{version}-%{release}
@@ -60,8 +76,8 @@
 
 %package libs
 
-License:LGPL v2
 Summary:Policy analysis support libraries for SELinux
+License:LGPL-2.0
 Group:  System Environment/Libraries
 
 %description libs
@@ -77,8 +93,8 @@
   libsefs   SELinux file contexts library
 
 %package -n python-setools
-License:LGPL v2
 Summary:Python bindings for SELinux policy analysis
+License:LGPL-2.0
 Group:  Development/Languages
 Requires:   python setools-libs = %{version}
 
@@ -95,8 +111,8 @@
   libsefs   SELinux file contexts library
 
 %package java
-License:LGPL v2
 Summary:Java bindings for SELinux policy analysis
+License:LGPL-2.0
 Group:  Development/Languages
 Requires:   java setools-libs = %{version}
 
@@ -113,8 +129,8 @@
   libsefs   SELinux file contexts library
 
 %package tcl
-License:LGPL v2
 Summary:Tcl bindings for SELinux policy analysis
+License:LGPL-2.0
 Group:  Development/Languages
 Requires:   tcl setools-libs = %{version}
 
@@ -131,8 +147,8 @@
   libsefs   SELinux file contexts library
 
 %package devel
-License:LGPL v2
 Summary:Policy analysis development files for SELinux
+License:LGPL-2.0
 Group:  Development/Libraries
 Requires:   libselinux-devel libsepol-devel setools-libs = %{version}
 
@@ -151,8 +167,8 @@
 
 %package console
 Summary:Policy analysis command-line tools for SELinux
+License:GPL-2.0
 Group:  System/Base
-License:  

commit sil-doulos for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package sil-doulos for openSUSE:Factory 
checked in at 2012-02-16 10:10:36

Comparing /work/SRC/openSUSE:Factory/sil-doulos (Old)
 and  /work/SRC/openSUSE:Factory/.sil-doulos.new (New)


Package is sil-doulos, Maintainer is lzw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sil-doulos/sil-doulos.changes2011-09-23 
12:46:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.sil-doulos.new/sil-doulos.changes   
2012-02-16 10:10:39.0 +0100
@@ -1,0 +2,14 @@
+Mon Feb 13 10:56:08 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Thu Jun 23 18:52:57 UTC 2011 - mrd...@opensuse.org
+
+-don't remove the buildroot in install, its not needed
+
+---
+Thu Jun 23 6:54:34 CEST 2011 - bachin...@gmail.com
+- update to 4.106
+
+---

Old:

  DoulosSIL4.0.14.r1.zip

New:

  sil-doulos-4.106.zip



Other differences:
--
++ sil-doulos.spec ++
--- /var/tmp/diff_new_pack.C9anD4/_old  2012-02-16 10:10:40.0 +0100
+++ /var/tmp/diff_new_pack.C9anD4/_new  2012-02-16 10:10:40.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package sil-doulos (Version 4.0.14)
+# spec file for package sil-doulos
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   sil-doulos
 BuildRequires:  unzip
-%definefontdir /usr/share/fonts/truetype
-License:Open Font License
-Group:  System/X11/Fonts
-AutoReqProv:on
 PreReq: %suseconfig_fonts_prereq
 Provides:   locale(vi;ru;bg)
-Version:4.0.14
-Release:157
+Version:4.106
+Release:0
+Summary:smart Unicode font for Latin and Cyrillic scripts
+License:OFL-1.1
+Group:  System/X11/Fonts
 Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsiitem_id=DoulosSILfont
-Source0:DoulosSIL4.0.14.r1.zip
+Source0:%{name}-%{version}.zip
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:smart Unicode font for Latin and Cyrillic scripts
+%define ttf_fontdir /usr/share/fonts/truetype
 
 %description
 The goal for this product was to provide a single Unicode-based font
@@ -83,15 +80,15 @@
 
 %prep
 %setup -T -c %{name} -n %{name}
-unzip -j $RPM_SOURCE_DIR/DoulosSIL4.0.14.r1.zip
+unzip -j $RPM_SOURCE_DIR/%{name}-%{version}.zip
 chmod 644 *
 
 %build
 
 %install
-[ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ]  rm -rf 
$RPM_BUILD_ROOT;
-mkdir -p $RPM_BUILD_ROOT%{fontdir}/
-install -c -m 644 *.ttf $RPM_BUILD_ROOT%{fontdir}
+
+mkdir -p $RPM_BUILD_ROOT%{ttf_fontdir}/
+install -c -m 644 *.ttf $RPM_BUILD_ROOT%{ttf_fontdir}
 
 %clean
 [ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ]  rm -rf 
$RPM_BUILD_ROOT;
@@ -104,7 +101,7 @@
 
 %files 
 %defattr(-, root,root)
-%doc *.txt *.pdf
-%{fontdir}
+%doc *.txt
+%{ttf_fontdir}
 
 %changelog

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



commit susedoc for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package susedoc for openSUSE:Factory checked 
in at 2012-02-16 10:10:43

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


Package is susedoc, Maintainer is thomas.schrai...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/susedoc/susedoc.changes  2011-09-23 
12:47:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.susedoc.new/susedoc.changes 2012-02-16 
10:10:45.0 +0100
@@ -1,0 +2,15 @@
+Fri Jan 27 12:26:23 UTC 2012 - t...@opensuse.org
+
+Switched from a callout font to callout graphics (format .pdf) 
+
+---
+Mon Dec 12 15:11:17 UTC 2011 - co...@suse.com
+
+- there is no GPL1 in here
+
+---
+Mon Sep 19 14:15:45 UTC 2011 - fsunderme...@opensuse.org
+
+- Specfile: requires fam 
+
+---

Old:

  susedoc-4.3.32.tar.bz2

New:

  susedoc-4.3.33.tar.bz2



Other differences:
--
++ susedoc.spec ++
--- /var/tmp/diff_new_pack.s5fuFC/_old  2012-02-16 10:10:46.0 +0100
+++ /var/tmp/diff_new_pack.s5fuFC/_new  2012-02-16 10:10:46.0 +0100
@@ -1,22 +1,14 @@
 #
 # spec file for package susedoc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010, 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# This file and all modifications and additions to the pristine
+# package are under the same license as the package itself.
 #
-# 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/
 #
-
+#
 # norootforbuild
-
 %define dtdversion 1.0
 %define packageversion 4.3
 %define dtdnamenovdoc
@@ -25,8 +17,8 @@
 %define fontdir/usr/share/fonts/truetype
 
 Name:   susedoc
-Version:4.3.32
-Release:1
+Version:4.3.33
+Release:0
 Summary:XML Build Mechanics for Novell, SUSE, and openSUSE 
Documentation
 BuildRequires:  sgml-skel
 BuildRequires:  trang
@@ -38,7 +30,7 @@
 Requires:   python-optcomplete xmlstarlet
 Requires:   subversion unzip zip exiftool
 Requires:   dejavu LinuxLibertine mplus-fonts liberation-fonts
-Requires:   python-xml
+Requires:   python-xml fam
 
 #
 #%%if 0%%{?opensuse_bs}
@@ -62,9 +54,9 @@
 BuildRequires:  xorg-x11-devel
 BuildRequires:  sgml-skel unzip
 BuildRequires:  fdupes
-License:GPL
+License:GPL-2.0
 Group:  Productivity/Publishing/XML
-Url:http://svn.berlios.de/viewvc/opensuse-doc/trunk/tools/docmaker/
+URL:http://svn.berlios.de/viewvc/opensuse-doc/trunk/tools/docmaker/
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 Patch1: %{name}-prefer-xmlformat-t.diff
@@ -72,6 +64,7 @@
 BuildArch:  noarch
 PreReq: libxml2 sgml-skel
 
+
 %description
 This RPM consists of a set of stylesheets, scripts and makefiles that
 are used to create HTML, PDF and Wiki documents from Novdoc/DocBook XML.
@@ -108,7 +101,6 @@
 %define xml_sysconf_dir %{_sysconfdir}/xml
 
 #--
-
 %prep
 %setup -q -n %{name}
 # susedoc-prefer-xmlformat-t.diff
@@ -117,7 +109,6 @@
 # %%patch2 -p0
 
 #--
-
 %build
 %define FOR_ROOT_CAT for-catalog-%{dtdname}-%{version}.xml
 %define FOR_XSLT_CAT for-catalog-%{dtdname}xslt-%{version}.xml
@@ -140,6 +131,7 @@
   /group' \
   %{FOR_ROOT_CAT}.tmp  %{FOR_ROOT_CAT}
 
+
 # Register different URNs:
 $xmlcatbin --noout --create %{FOR_XSLT_CAT}.tmp
 $xmlcatbin --noout --add system 
urn:x-suse:xslt:profiling:docbook41-profile.xsl \
@@ -165,8 +157,8 @@
 ## moved to libsusedoc
 rm -f bin/project_files.p* bin/dmstat.pl
 
-#--
 
+#--
 %install
 [ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ] \
%{__rm} -rf $RPM_BUILD_ROOT
@@ -208,6 +200,7 @@
   
$RPM_BUILD_ROOT/%{xml_dir}/%{dtdname}/schema/rng/%{dtdversion}/novdocx.rng
 rm novdocx2.dtd
 
+
 #%%{__mv} $RPM_BUILD_ROOT/usr/share/%%{name}/schema/*.rn{g,c} \
 #   $RPM_BUILD_ROOT/%%{xml_dir}/%%{dtdname}/schema/rng/%%{dtdversion}/
 

commit texworks for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package texworks for openSUSE:Factory 
checked in at 2012-02-16 10:10:49

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


Package is texworks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texworks/texworks.changes2011-09-23 
12:48:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.texworks.new/texworks.changes   2012-02-16 
10:10:50.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:56:50 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ texworks.spec ++
--- /var/tmp/diff_new_pack.AQJNRm/_old  2012-02-16 10:10:50.0 +0100
+++ /var/tmp/diff_new_pack.AQJNRm/_new  2012-02-16 10:10:50.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package texworks
+# spec file for package TeXworks
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2007-09 by Jonathan Kew.
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,16 +12,11 @@
 # 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:   texworks
 Version:0.4.3
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Summary:TeXshop-like TeX Editor
 Url:http://www.tug.org/texworks/
 Group:  Productivity/Publishing/TeX/Frontends
@@ -51,7 +46,6 @@
 usage on the Mac platform.
 
 %package plugin-python
-
 Summary:Plugins to add python scripting to texworks
 Group:  Development/Libraries/Python
 Requires:   python
@@ -69,7 +63,6 @@
 This package adds python scripting abitilies to TeXworks.
 
 %package plugin-lua
-
 Summary:Plugins to add python scripting to texworks
 Group:  Development/Libraries/Other
 Requires:   lua

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



commit tumbler for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2012-02-16 10:10:53

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


Package is tumbler, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2012-01-09 
15:22:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2012-02-16 
10:10:58.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:57:17 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.J2sDX2/_old  2012-02-16 10:10:59.0 +0100
+++ /var/tmp/diff_new_pack.J2sDX2/_new  2012-02-16 10:10:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,23 @@
 #
 
 
-
 Name:   tumbler
 Version:0.1.23
-Release:1
-License:GPLv2+ and LGPLv2+
+Release:0
 Summary:Thumbnail Management for Xfce
-Url:http://www.xfce.org/
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Graphics/Other
+Url:http://www.xfce.org/
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
-BuildRequires:  intltool
 BuildRequires:  freetype2-devel
+BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
-BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(poppler-glib)
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(poppler-glib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,7 +43,6 @@
 implemented in accordance to the thumbnail management D-Bus specification.
 
 %package devel
-License:GPLv2+ and LGPLv2+
 Summary:Development Files for tumbler
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

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



commit xfce4-vala for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package xfce4-vala for openSUSE:Factory 
checked in at 2012-02-16 10:11:13

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


Package is xfce4-vala, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-vala/xfce4-vala.changes2011-09-23 
12:51:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-vala.new/xfce4-vala.changes   
2012-02-16 10:11:14.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 19 10:26:53 UTC 2012 - g...@opensuse.org
+
+- add support for vala 0.16
+
+---



Other differences:
--
++ xfce4-vala.spec ++
--- /var/tmp/diff_new_pack.jQzI01/_old  2012-02-16 10:11:14.0 +0100
+++ /var/tmp/diff_new_pack.jQzI01/_new  2012-02-16 10:11:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-vala
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,35 +17,37 @@
 
 
 %if %suse_version = 1140
+%define vala_name vala
 %define vala_version 0.10
 %else
+%define vala_name libvala
+%if %suse_version = 1210
 %define vala_version 0.14
+%else
+%define vala_version 0.16
+%endif
 %endif
 
 Name:   xfce4-vala
 Version:4.8.1
-Release:3
-License:LGPL-2.1+
+Release:0
 Summary:Vala bindings to Xfce
-Url:http://wiki.xfce.org/vala-bindings
+License:LGPL-2.1+
 Group:  Development/Libraries/Other
+Url:http://wiki.xfce.org/vala-bindings
 Source: %{name}-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
 # PATCH-FEATURE-OPENSUSE xfce4-vala-multiple-vala-versions.patch 
g...@opensuse.org -- Support multiple vala versions
 Patch0: xfce4-vala-multiple-vala-versions.patch
 BuildRequires:  fdupes
+BuildRequires:  vala = 0.10
+BuildRequires:  xfce4-dev-tools
+BuildRequires:  pkgconfig(%{vala_name}-%{vala_version})
+BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  pkgconfig(libxfce4ui-1)
-BuildRequires:  pkgconfig(libxfce4panel-1.0)
-BuildRequires:  pkgconfig(exo-1)
-%if %suse_version = 1140
-BuildRequires:  pkgconfig(vala-0.10)
-%else
-BuildRequires:  pkgconfig(libvala-0.14)
-%endif
-BuildRequires:  xfce4-dev-tools
-BuildRequires:  vala = 0.10
 Requires:   vala = 0.10
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ xfce4-vala-multiple-vala-versions.patch ++
--- /var/tmp/diff_new_pack.jQzI01/_old  2012-02-16 10:11:14.0 +0100
+++ /var/tmp/diff_new_pack.jQzI01/_new  2012-02-16 10:11:14.0 +0100
@@ -1,14 +1,17 @@
-diff -ur xfce4-vala-4.8.1.orig/configure.ac xfce4-vala-4.8.1/configure.ac
 xfce4-vala-4.8.1.orig/configure.ac 2011-04-27 21:09:30.0 +0200
-+++ xfce4-vala-4.8.1/configure.ac  2011-07-15 13:21:54.0 +0200
-@@ -33,14 +33,30 @@
+Index: xfce4-vala-4.8.1/configure.ac
+===
+--- xfce4-vala-4.8.1.orig/configure.ac
 xfce4-vala-4.8.1/configure.ac
+@@ -33,14 +33,32 @@ M8T_CHECK_PACKAGE([LIBXFCE4PANEL], [libx
  M8T_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])
  
  dnl Check for Vala
 -M8T_CHECK_VALA([0.12.0])
-+PKG_CHECK_MODULES([VALA], [libvala-0.14], [AC_SUBST([VALA_VERSION], [0.14])], 
[
-+PKG_CHECK_MODULES([VALA], [libvala-0.12], [AC_SUBST([VALA_VERSION], 
[0.12])], [
-+PKG_CHECK_MODULES([VALA], [vala-0.10], [AC_SUBST([VALA_VERSION], 
[0.10])])
++PKG_CHECK_MODULES([VALA], [libvala-0.16], [AC_SUBST([VALA_VERSION], [0.16])], 
[
++PKG_CHECK_MODULES([VALA], [libvala-0.14], [AC_SUBST([VALA_VERSION], 
[0.14])], [
++PKG_CHECK_MODULES([VALA], [libvala-0.12], [AC_SUBST([VALA_VERSION], 
[0.12])], [
++PKG_CHECK_MODULES([VALA], [vala-0.10], [AC_SUBST([VALA_VERSION], 
[0.10])])
++])
 +])
 +])
 +if test ${VALA_VERSION} = 0.10 ; then

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



commit xfce4-session for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory 
checked in at 2012-02-16 10:11:02

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  
2012-01-19 16:58:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-session.new/xfce4-session.changes 
2012-02-16 10:11:08.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb 12 20:27:03 UTC 2012 - g...@opensuse.org
+
+- update to version 4.8.3
+  - link to gmodule
+  - translation updates
+- dropped obsolete xfce4-session-fix-libgmodule-underlinking.patch
+
+---

Old:

  xfce4-session-4.8.2.tar.bz2
  xfce4-session-fix-libgmodule-underlinking.patch

New:

  xfce4-session-4.8.3.tar.bz2



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.wn2n4o/_old  2012-02-16 10:11:10.0 +0100
+++ /var/tmp/diff_new_pack.wn2n4o/_new  2012-02-16 10:11:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-session
-Version:4.8.2
+Version:4.8.3
 Release:0
 Summary:Xfce Session Manager
 License:GPL-2.0+
@@ -30,8 +30,6 @@
 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
-# PATCH-FEATURE-UPSTREAM xfce4-session-fix-libgmodule-underlinking.patch 
bxo#8340 g...@opensuse.org -- Link explicitly against libgmodule
-Patch3: xfce4-session-fix-libgmodule-underlinking.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
 BuildRequires:  intltool
@@ -94,7 +92,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 xdt-autogen
@@ -122,17 +119,13 @@
 %post
 %run_suseconfig -m gtk2
 /sbin/ldconfig
-%if 0%{?suse_version} = 1140
 %desktop_database_post
 %icon_theme_cache_post
-%endif
 
 %postun
 /sbin/ldconfig
-%if 0%{?suse_version} = 1140
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files -f %{name}.lang
 %defattr(-,root,root)

++ xfce4-session-4.8.2.tar.bz2 - xfce4-session-4.8.3.tar.bz2 ++
 18574 lines of diff (skipped)

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



commit xfvnc for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

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

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


Package is xfvnc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfvnc/xfvnc.changes  2012-01-09 
15:22:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfvnc.new/xfvnc.changes 2012-02-16 
10:11:23.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:57:54 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ xfvnc.spec ++
--- /var/tmp/diff_new_pack.zrvDfO/_old  2012-02-16 10:11:24.0 +0100
+++ /var/tmp/diff_new_pack.zrvDfO/_new  2012-02-16 10:11:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfvnc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,21 +20,21 @@
 
 Name:   xfvnc
 Version:0.1.0.%{svn_rev}
-Release:12
+Release:0
 Url:http://spurint.org/projects/xfvnc/
-License:GPLv2+
-Group:  Productivity/Networking/Other
 Summary:Simple VNC client for Xfce
+License:GPL-2.0+
+Group:  Productivity/Networking/Other
 Source: %{name}-svn-r%{svn_rev}.tar.bz2
 Patch0: %{name}-desktop.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk-vnc-1.0)
+BuildRequires:  pkgconfig(libglade-2.0)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfcegui4-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  pkgconfig(exo-1)
-BuildRequires:  pkgconfig(libglade-2.0)
-BuildRequires:  pkgconfig(gtk-vnc-1.0)
 %if %suse_version = 1140
 BuildRequires:  pkgconfig(gvnc-1.0)
 %endif

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



commit apache2 for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package apache2 for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 10:34:47

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/apache2/apache2.changes 2011-11-28 
18:42:47.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.apache2.new/apache2.changes
2012-02-16 10:34:49.0 +0100
@@ -1,0 +2,47 @@
+Tue Feb 14 02:31:25 CET 2012 - dr...@suse.de
+
+- httpd-2.2.x-bnc743743-CVE-2012-0053-server_protocol_c-cookie_exposure.diff
+  addresses CVE-2012-0053: error responses can expose cookies when
+  no custom 400 error code ErrorDocument is configured. [bnc#743743]
+- httpd-2.2.x-bnc741243-CVE-2012-0031-scoreboard_handling.diff:
+  scoreboard corruption (shared mem segment) by child causes
+  crash of privileged parent (invalid free()) during shutdown.
+  This is rated low impact. Notice:
+  https://svn.apache.org/viewvc?view=revisionrevision=1230065
+  makes a change to the struct global_score, which causes binary
+  incompatibility. The change in above patch only goes as far as
+  the binary compatibility allows; the vulnerability is completely
+  fixed, though. CVE-2012-0031 [bnc#741243]
+
+---
+Tue Feb 14 01:50:26 CET 2012 - dr...@suse.de
+
+- /etc/init.d/apache2: new argument check-reload. Exits 1 if
+  httpd2 runs on deleted binaries such as after package update,
+  else 0. This is used by equally modified /etc/logrotate.d/apache2,
+  which uses /etc/init.d/apache2 check-reload in its prerotate
+  script.
+  These changes prevent httpd2 from being (gracefully) reloaded
+  by logrotate, executed by cron, if new binaries have been
+  installed. Instead, a warning is printed on stdout and is being
+  logged to the syslogs. If this happens, apache's logs are NOT
+  rotated, and the running processes are left untouched. This
+  limits the maximum damage of log rotation to unrotated logs.
+  /etc/init.d/apache2 restart (or rcapache2 restart) must be
+  executed manually in such a case. [bnc#728876]
+- httpd-2.2.x-bnc729181-CVE-2011-3607-int_overflow.diff: Fix for
+  integer overflow in server/util.c also known as CVE-2011-3607.
+  [bnc#729181]
+- enable build and configuration of mod_reqtimeout.c module by 
+  default in /etc/sysconfig/apache2 (APACHE_MODULES=...). This
+  does not change already existing sysconfig files, the module
+  is only activated via sysconfig if this package is installed
+  without pre-existing sysconfig file. See new file
+  /etc/apache2/mod_reqtimeout.conf for configurables.
+  Helps against Slowloris.pl DoS vulnerability that consists of
+  eating up request slots by very slowly submitting the request.
+  Note that mod_reqtimeout limits requests based on a lower
+  boundary of request speed, not an upper boundary!
+  CVE-2007-6750 [bnc#738855]. 
+
+---

New:

  apache2-mod_reqtimeout.conf
  httpd-2.2.x-bnc729181-CVE-2011-3607-int_overflow.diff
  httpd-2.2.x-bnc741243-CVE-2012-0031-scoreboard_handling.diff
  httpd-2.2.x-bnc743743-CVE-2012-0053-server_protocol_c-cookie_exposure.diff



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.jG6g4m/_old  2012-02-16 10:34:50.0 +0100
+++ /var/tmp/diff_new_pack.jG6g4m/_new  2012-02-16 10:34:50.0 +0100
@@ -118,6 +118,7 @@
 Source111:  apache2-server-tuning.conf
 Source113:  apache2-ssl-global.conf
 Source114:  apache2-mod_usertrack.conf
+Source115:  apache2-mod_reqtimeout.conf
 Source130:  apache2-vhost.template
 Source131:  apache2-vhost-ssl.template
 Source140:  apache2-check_forensic
@@ -138,6 +139,9 @@
 Patch105:   ssl-mode-release-buffers.patch
 Patch106:   httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff
 Patch107:   httpd-2.2.x-CVE-2011-3368_CVE-2011-4317-bnc722545.diff
+Patch108:   httpd-2.2.x-bnc729181-CVE-2011-3607-int_overflow.diff
+Patch109:   
httpd-2.2.x-bnc743743-CVE-2012-0053-server_protocol_c-cookie_exposure.diff
+Patch110:   httpd-2.2.x-bnc741243-CVE-2012-0031-scoreboard_handling.diff
 Url:http://httpd.apache.org/
 Icon:   Apache.xpm
 Summary:The Apache Web Server Version 2.2
@@ -362,6 +366,9 @@
 %patch105
 %patch106
 %patch107
+%patch108
+%patch109
+%patch110
 #
 cat $RPM_SOURCE_DIR/SUSE-NOTICE  NOTICE
 #
@@ -426,6 +433,7 @@
--enable-bucketeer \
--enable-case_filter \
--enable-case_filter_in \
+   --enable-reqtimeout \
\
   

commit boinc-client for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package boinc-client for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 10:38:09

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/boinc-client/boinc-client.changes   
2012-02-16 10:38:10.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.boinc-client.new/boinc-client.changes  
2012-02-16 10:38:11.0 +0100
@@ -1,0 +2,66 @@
+Fri Feb 10 23:07:01 UTC 2012 - ch...@computersalat.de
+
+- fix sed for boinc-manager
+
+---
+Wed Feb  8 22:51:55 UTC 2012 - ch...@computersalat.de
+
+- fix for bnc#745887 ( Confirm licensing of boinc-client 6.10.60 )
+- fix for bnc#744612 ( File /usr/bin/boinc_gui incorrectly named )
+- fix for bnc#744389 ( boinc-client will not run )
+- fix for bnc#732118 ( BOINC installs but will not run )
+
+---
+Wed Feb  8 22:39:34 UTC 2012 - ch...@computersalat.de
+
+- fix replacing old sysconfig file
+- revert boinc users shell to /sbin/nologin
+
+---
+Mon Feb  6 15:05:05 UTC 2012 - ch...@computersalat.de
+
+- fix License (http://www.spdx.org/licenses/)
+  * LGPL-3.0
+
+---
+Sun Feb  5 23:11:38 UTC 2012 - ch...@computersalat.de
+
+- remove client dep of manager
+  * manager does not really need a local boinc-client ;)
+- fix desktop file
+
+---
+Sat Feb  4 00:37:37 UTC 2012 - ch...@computersalat.de
+
+- fix deps for boinc-client
+  * Requires libboinc6
+
+---
+Thu Feb  2 20:32:57 UTC 2012 - ch...@computersalat.de
+
+- rework patches
+- rework sysconfig file
+- rework logrotate file
+- add SuSElike init script
+- fix user add
+  * boinc needs a shell
+- fix wrapper
+  * replace boincmanager with boinc-manager and add symlink for
+backward compatibility
+  * fix boinc_gui - boinc-gui
+- fix License
+  * LGPLv3
+- fix for bnc#689499
+  * a blocked boinc client, the manager works
+
+---
+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) 
+
+---

Old:

  boincmanager

New:

  boinc-client.init
  boinc-manager



Other differences:
--
++ boinc-client.spec ++
--- /var/tmp/diff_new_pack.2zlnLu/_old  2012-02-16 10:38:12.0 +0100
+++ /var/tmp/diff_new_pack.2zlnLu/_new  2012-02-16 10:38:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package boinc-client
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 by Sascha Manns saigk...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,30 +16,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 # Global definitions
 %define _use_internal_dependency_generator 0
+%if 0%{?suse_version} = 1140
 %define __find_requires %wx_requires
+%endif
 %define version_ 6_10_60
 %define soname 6
+%define boinc_dir %{_localstatedir}/lib/boinc
 
 Name:   boinc-client
 Version:6.10.60
 Release:1
 Summary:The BOINC client core
-License:LGPLv2+
+License:LGPL-3.0
 Group:  Productivity/Clustering/Computing
 Url:http://boinc.berkeley.edu/
-
 Source0:boinc_core_release_%{version_}.tar.bz2
 Source1:boinc-icons.tar.bz2  
 Source2:boinc-gui.desktop
 Source3:README.SUSE
-Source4:sysconfig.boinc-client
+Source4:sysconfig.%{name}
 Source5:boinc-logrotate
-Source6:boincmanager
-Source7:boinc-client-rpmlintrc 
+Source6:boinc-manager
 # The source for this package was pulled from upstream's vcs. Use the
 # following commands to generate the tarball:
 #
@@ -47,6 +47,7 @@
 #
 # Trim all binaries and other unnecessary things.
 Source8:generate-tarball.sh
+Source10:   %{name}.init
 Source100:  %{name}-rpmlintrc
 
 # PATCH-FIX-OPENSUSE 

commit oxygen-gtk for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 10:38:42

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


Package is oxygen-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/oxygen-gtk/oxygen-gtk.changes   
2012-02-16 10:38:42.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.oxygen-gtk.new/oxygen-gtk.changes  
2012-02-16 10:38:42.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb 15 11:13:37 UTC 2012 - nmo.marq...@gmail.com
+
+- Add PATCH-FIX-UPSTREAM bnc732887.patch: backport of revision
+  c3afaa38 (upstream) to fix bnc#732887, kde#286140 - banshee
+  crashes on start if using oxygen-gtk theme.
+
+---

New:

  bnc732887.patch



Other differences:
--
++ oxygen-gtk.spec ++
--- /var/tmp/diff_new_pack.pmXjlv/_old  2012-02-16 10:38:43.0 +0100
+++ /var/tmp/diff_new_pack.pmXjlv/_new  2012-02-16 10:38:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oxygen-gtk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 Group:  System/GUI/KDE
 Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk/%{version}/src/%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
+# PATCH-FIX-UPSTREAM bnc732887.patch nmo.marq...@gmail.com -- backport to fix 
bnc#732887, kde#286140
+Patch0: bnc732887.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(cairo)
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 mkdir -p build

++ bnc732887.patch ++
diff -urN a/src/animations/oxygeninnershadowdata.cpp 
b/src/animations/oxygeninnershadowdata.cpp
--- a/src/animations/oxygeninnershadowdata.cpp  2011-10-15 14:19:29.0 
+0100
+++ b/src/animations/oxygeninnershadowdata.cpp  2012-02-15 11:19:36.135750688 
+
@@ -259,13 +259,15 @@
 GdkWindow* window(gtk_widget_get_window(widget));
 if(
 // check window
-( window  gdk_display_supports_composite( 
gdk_display_get_default() ) ) 
+   window 
+   gdk_display_supports_composite( 
gdk_drawable_get_display( GDK_DRAWABLE( window ) ) ) 
+   gdk_window_get_window_type( window ) == 
GDK_WINDOW_CHILD 
 
 // check widget type (might move to blacklist method)
 ( G_OBJECT_TYPE_NAME(widget) != std::string(GtkPizza) ) 
 
 // make sure widget is scrollable
-( GTK_WIDGET_GET_CLASS( widget 
)-set_scroll_adjustments_signal ) )
+   GTK_WIDGET_GET_CLASS( widget 
)-set_scroll_adjustments_signal )
 {
 data.initiallyComposited=gdk_window_get_composited(window);
 gdk_window_set_composited(window,TRUE);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package vinagre for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 10:38:58

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


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/vinagre/vinagre.changes 2012-02-16 
10:38:58.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.vinagre.new/vinagre.changes
2012-02-16 10:39:00.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 17 09:47:46 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.2:
+  + Use a button-sized image on ‘Authenticate’ button
+  + Hold the slave PTY open, so that SSH does not fail
+  + Updated translations.
+
+---

Old:

  vinagre-3.2.1.tar.bz2

New:

  vinagre-3.2.2.tar.bz2



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.37C0Q6/_old  2012-02-16 10:39:00.0 +0100
+++ /var/tmp/diff_new_pack.37C0Q6/_new  2012-02-16 10:39:00.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   vinagre
 Summary:VNC client for GNOME
-Version:3.2.1
+Version:3.2.2
 Release:1
 # FIXME: when patch0 is dropped, remove the first make that is needed to 
generate a header; it'll get fixed properly upstream because the missing file 
will be in the tarball
 # FIXME: Check if bgo#653558 has been fixed. Once fixed, remove the 
-Wl,--no-as-needed hack in the build section and verify if the plugins work.

++ vinagre-3.2.1.tar.bz2 - vinagre-3.2.2.tar.bz2 ++
 2143 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/vinagre-3.2.1/ChangeLog new/vinagre-3.2.2/ChangeLog
--- old/vinagre-3.2.1/ChangeLog 2011-10-17 21:39:57.0 +0200
+++ new/vinagre-3.2.2/ChangeLog 2011-11-14 18:10:33.0 +0100
@@ -1,3 +1,45 @@
+2011-11-14  David King  amigad...@amigadave.com
+
+   Update NEWS for 3.2.2 release
+
+2011-11-03  Jiro Matsuzawa  jmatsuz...@src.gnome.org
+
+   Updated Japanese translation
+
+2011-11-01  David King  amigad...@amigadave.com
+
+   Use a button-sized image on ‘Authenticate’ button
+
+   Jens Georg noticed that the ‘Authenticate’ button used an image that was
+   very large, causing it to expand too much horizontally. The image was
+   incorrectly set to be Gtk.IconSize.DIALOG, which should have been
+   Gtk.IconSize.BUTTON.
+
+2011-10-28  YunQiang Su  y...@src.gnome.org
+
+   fix an zh_CN translation mistake
+
+2011-10-23  Gabor Kelemen  kelem...@gnome.hu
+
+   Fix an accelerator conflict
+
+2011-10-22  Gabor Kelemen  kelem...@gnome.hu
+
+   Little fixes for the Hungarian help translation
+
+2011-10-18  Tristan Schmelcher  tristan_schmelc...@alumni.uwaterloo.ca
+
+   Hold the slave PTY open, so that SSH does not fail
+
+   Optionally hold the slave PTY open in the parent. Needed to prevent EIO
+   from read() on the master if exec'ing a program that enumerates and
+   closes open fds before opening /dev/tty (ssh). Partially fixes bug
+   644432.
+
+2011-10-17  David King  amigad...@amigadave.com
+
+   Post-release version bump to 3.2.2
+
 2011-10-17  David King  amigad...@amigadave.com
 
Update NEWS for 3.2.1 release
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/vinagre-3.2.1/NEWS new/vinagre-3.2.2/NEWS
--- old/vinagre-3.2.1/NEWS  2011-10-17 21:15:20.0 +0200
+++ new/vinagre-3.2.2/NEWS  2011-11-14 18:06:28.0 +0100
@@ -1,3 +1,24 @@
+Vinagre 3.2.2
+=
+
+David King (3):
+  Post-release version bump to 3.2.2
+  Use a button-sized image on ‘Authenticate’ button
+  Update NEWS for 3.2.2 release
+
+Gabor Kelemen (2):
+  Little fixes for the Hungarian help translation
+  Fix an accelerator conflict
+
+Jiro Matsuzawa (1):
+  Updated Japanese translation
+
+Tristan Schmelcher (1):
+  Hold the slave PTY open, so that SSH does not fail
+
+YunQiang Su (1):
+  fix an zh_CN translation mistake
+
 Vinagre 3.2.1
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit flash-player for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 11:04:13

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


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/flash-player/flash-player.changes   
2011-11-24 20:14:40.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.flash-player.new/flash-player.changes  
2012-02-16 11:04:14.0 +0100
@@ -1,0 +2,9 @@
+Thu Feb 16 08:53:26 UTC 2012 - meiss...@suse.com
+
+- Update to 11.1.102.62: (bnc#747297)
+  https://www.adobe.com/support/security/bulletins/apsb12-03.html
+
+  CVEs fixed: CVE-2012-0751, CVE-2012-0752, CVE-2012-0753, CVE-2012-0754,
+  CVE-2012-0755, CVE-2012-0756, CVE-2012-0767
+
+---

Old:

  flashplayer_11.1.102.55_sa.i386.tar.bz2
  install_flash_player_11.1.102.55_linux.i386.tar.bz2
  install_flash_player_11.1.102.55_linux.x86_64.tar.bz2

New:

  flashplayer_11.1.102.62_sa.i386.tar.bz2
  install_flash_player_11.1.102.62_linux.i386.tar.bz2
  install_flash_player_11.1.102.62_linux.x86_64.tar.bz2



Other differences:
--
++ flash-player.spec ++
--- /var/tmp/diff_new_pack.YjC4J1/_old  2012-02-16 11:04:16.0 +0100
+++ /var/tmp/diff_new_pack.YjC4J1/_new  2012-02-16 11:04:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flash-player
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   flash-player
+Summary:Adobe Flash PlugIn and standalone Player
 License:NON-OSI-COMPLIANT(royalties)
 Group:  Productivity/Networking/Web/Browsers
-Summary:Adobe Flash PlugIn and standalone Player
 Url:http://get.adobe.com/de/flashplayer/
 Provides:   netscape-plugins
 Obsoletes:  netscape-plugins
@@ -47,8 +45,8 @@
 %ifarch x86_64
 Requires:   libcurl.so.4()(64bit) libasound.so.2()(64bit)
 %endif
-Version:11.1.102.55
-Release:1
+Version:11.1.102.62
+Release:0
 %ifarch %ix86
 Source0:install_flash_player_%{version}_linux.i386.tar.bz2
 # 
http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_sa.i386.tar.gz
@@ -56,7 +54,7 @@
 %endif
 %ifarch x86_64
 Source0:install_flash_player_%{version}_linux.x86_64.tar.bz2
-Source1:flashplayer_%{version}_sa.x86_64.tar.bz2
+Source1:flashplayer_11.1.102.55_sa.x86_64.tar.bz2
 %endif
 Source2:README
 Source3:flashplayer.desktop
@@ -115,9 +113,8 @@
 %if %suse_version  1100
 
 %package kde4
-License:NON-OSI-COMPLIANT(royalties)
-Group:  Productivity/Networking/Web/Browsers
 Summary:Adobe Flash PlugIn and standalone Player
+Group:  Productivity/Networking/Web/Browsers
 Supplements:packageand(kdebase4-session:flash-player)
 Requires:   flash-player = %version
 
@@ -131,9 +128,8 @@
 /usr/share/kde4/services/kcm_adobe_flash_player.desktop
 
 %package gnome
-License:NON-OSI-COMPLIANT(royalties)
-Group:  Productivity/Networking/Web/Browsers
 Summary:Adobe Flash PlugIn and standalone Player
+Group:  Productivity/Networking/Web/Browsers
 Supplements:packageand(gnome-session:flash-player)
 Requires:   flash-player = %version
 

++ _link ++
--- /var/tmp/diff_new_pack.YjC4J1/_old  2012-02-16 11:04:16.0 +0100
+++ /var/tmp/diff_new_pack.YjC4J1/_new  2012-02-16 11:04:16.0 +0100
@@ -1,4 +1,4 @@
-link project=openSUSE:12.1:Update package=flash-player 
baserev=df9d997c0a2ae14dd7aaf5b6e1735a6f
+link project=openSUSE:12.1:Update package=flash-player 
baserev=e71df31fac30c6f517f755ade36a828a
   patches
 branch/
   /patches


++ flashplayer_11.1.102.55_sa.i386.tar.bz2 - 
flashplayer_11.1.102.62_sa.i386.tar.bz2 ++
Files old/flashplayer and new/flashplayer differ

++ install_flash_player_11.1.102.55_linux.i386.tar.bz2 - 
install_flash_player_11.1.102.62_linux.i386.tar.bz2 ++
/work/SRC/openSUSE:12.1:Update:Test/flash-player/install_flash_player_11.1.102.55_linux.i386.tar.bz2
 
/work/SRC/openSUSE:12.1:Update:Test/.flash-player.new/install_flash_player_11.1.102.62_linux.i386.tar.bz2
 differ: char 11, line 1

++ 

commit at-spi2-atk for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2012-02-16 12:18:01

Comparing /work/SRC/openSUSE:Factory/at-spi2-atk (Old)
 and  /work/SRC/openSUSE:Factory/.at-spi2-atk.new (New)


Package is at-spi2-atk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes  2012-01-25 
10:34:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new/at-spi2-atk.changes 
2012-02-16 12:18:04.0 +0100
@@ -1,0 +2,15 @@
+Tue Feb  7 08:16:44 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.3.5:
+  + Remove the ability to set an accessible's name and description
+via AT-SPI (it seems wrong to have been exposing this in the
+first place).
+  + bgo#659967: some list API usage fixes.
+  + bgo#663967: Don't use /a11y/ as a dconf path.
+  + bgo#666371: possible crash when accessibles are created and
+deleted in rapid succession (eg, in gnome-shell)
+  + Avoid triggering GLib criticals in a few places.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  at-spi2-atk-2.3.4.tar.xz

New:

  at-spi2-atk-2.3.5.tar.xz



Other differences:
--
++ at-spi2-atk.spec ++
--- /var/tmp/diff_new_pack.A9w8WP/_old  2012-02-16 12:18:06.0 +0100
+++ /var/tmp/diff_new_pack.A9w8WP/_new  2012-02-16 12:18:06.0 +0100
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   at-spi2-atk
-Version:2.3.4
+Version:2.3.5
 Release:0
 Summary:Assistive Technology Service Provider Interface - GTK+ module
 License:GPL-2.0+
@@ -30,8 +29,6 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(atspi-2) = 2.1.4
 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 at-spi2-core for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory 
checked in at 2012-02-16 12:18:09

Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old)
 and  /work/SRC/openSUSE:Factory/.at-spi2-core.new (New)


Package is at-spi2-core, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes
2012-01-25 10:34:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.at-spi2-core.new/at-spi2-core.changes   
2012-02-16 12:18:13.0 +0100
@@ -1,0 +2,17 @@
+Tue Feb  7 08:10:48 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.3.5:
+  + Add some type checking on method replies; this should prevent
+crashes if an application-side AT-SPI implementor returns
+something unexpected.
+  + Call g_settings_sync after updating toolkit-accessibility.
+  + Add ScreenReaderEnabled D-Bus property as a proxy for the
+GSettings key.
+  + bgo#668334: Set correct end offset in
+atspi_text_get_attributes.
+  + bgo#669344: Don't use restrict as a variable name, since it
+can be a keyword.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  at-spi2-core-2.3.4.tar.xz

New:

  at-spi2-core-2.3.5.tar.xz



Other differences:
--
++ at-spi2-core.spec ++
--- /var/tmp/diff_new_pack.0HfPgd/_old  2012-02-16 12:18:15.0 +0100
+++ /var/tmp/diff_new_pack.0HfPgd/_new  2012-02-16 12:18:15.0 +0100
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   at-spi2-core
-Version:2.3.4
+Version:2.3.5
 Release:0
 Summary:Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:GPL-2.0+
@@ -30,8 +29,6 @@
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-1)
 # dbus-daemon is needed to have this work fine
 Requires:   dbus-1

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



commit biabam for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package biabam for openSUSE:Factory checked 
in at 2012-02-16 12:18:22

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


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

Changes:

--- /work/SRC/openSUSE:Factory/biabam/biabam.changes2012-02-14 
18:59:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.biabam.new/biabam.changes   2012-02-16 
12:18:30.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:44:30 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ biabam.spec ++
--- /var/tmp/diff_new_pack.nIFVYE/_old  2012-02-16 12:18:32.0 +0100
+++ /var/tmp/diff_new_pack.nIFVYE/_new  2012-02-16 12:18:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package biabam
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   biabam
-License:GPL v2 or later
-Group:  Productivity/Networking/Email/Clients
 Version:0.9.7
-Release:137
+Release:0
 Url:http://mmj.dk/biabam/
 Summary:A Bash Attachment Mailer
+License:GPL-2.0+
+Group:  Productivity/Networking/Email/Clients
 Source: %name-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   /usr/sbin/sendmail sharutils

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



commit blitz for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package blitz for openSUSE:Factory checked 
in at 2012-02-16 12:18:31

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


Package is blitz, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/blitz/blitz.changes  2011-09-23 
01:52:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.blitz.new/blitz.changes 2012-02-16 
12:18:35.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 28 21:15:20 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---



Other differences:
--
++ blitz.spec ++
--- /var/tmp/diff_new_pack.rTwyEw/_old  2012-02-16 12:18:37.0 +0100
+++ /var/tmp/diff_new_pack.rTwyEw/_new  2012-02-16 12:18:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blitz
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -92,7 +92,8 @@
 %build
 %configure --enable-shared --disable-static --disable-fortran \
 --disable-dependency-tracking --disable-cxx-flags-preset
-make 
+# not parallel safe
+make -j1
 
 %install
 make DESTDIR=%{buildroot} install
@@ -101,9 +102,6 @@
 rm -rf examples/.deps
 rm -rf examples/Makefile*
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
 %post -n libblitz0 -p /sbin/ldconfig
 
 %postun -n libblitz0 -p /sbin/ldconfig

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



commit calibre for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2012-02-16 12:18:44

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


Package is calibre, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2011-12-31 
17:19:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2012-02-16 
12:18:47.0 +0100
@@ -1,0 +2,108 @@
+Mon Feb 13 10:44:46 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Sat Feb 11 20:32:26 UTC 2012 - sascha.ma...@open-slx.de
+
+- New Features:
+  * Auto-adding: Add an option to check for duplicates when auto adding.
+  * Content server: Export a second record via mDNS that points to the
+full OPDS feed in addition to the one pointing to the Stanza feed. The
+new record is of type _calibre._tcp.
+  * Allow specifying a set of categories that are not partitioned even if
+they contain a large number of items in the Tag Browser. Preference is
+available under Look  Feel-Tag Browser
+  * Allow setting a URL prefix for the content server that run embedded in
+the calibre GUI as well.
+  * Allow output of identifiers data in CSV/XML/BiBTeX catalogs
+  * Driver for Motorola Droid XT910, Nokia E71 and HTC EVO 3D.
+  * Cut down the time taken to launch worker processes by 40%
+  * You can now configure the calibre settings for the currently connected
+device by right clicking on the device icon in the toolbar, instead of
+having to go through Preferences-Plugins 
+
+- Bug Fixes:
+  * Auto-adding: Do not add incomplete files when files are downloaded
+directly into the auto add folder.
+  * When running multiple delete from device jobs, fix the device view
+sometimes marking the wrong books as being deleted, after the first
+delete job completes.
+  * MOBI Input: Handle files that have spurious closing  and/or  tags in
+their markup.
+  * RTF Input: Strip out false color specifications, as they cause
+artifacts when converted to MOBI
+
+---
+Fri Feb  3 11:45:33 UTC 2012 - sascha.ma...@open-slx.de
+
+- New Features:
+  * Implement the ability to automatically add books to calibre from a
+specified folder.
+  * Conversion: When automatically inserting page breaks, do not put a
+page break before a
+or 
+tag if it is immediately preceded by another 
+or 
+tag.
+  * Driver for EZReader T730 and Pint-of-View PlayTab Pro
+
+- Bug Fixes:
+  * Fix device entry not visible in menubar even when it has been added
+via Preferences-Toolbars.
+  * Fix metadata plugboards not applied when auto sending news by email
+  * Fix regression in 0.8.34 that broke recipes that used skip_ad_pages()
+but not get_browser(). 
+  * Restore device support on FreeBSD, by using HAL
+  * Get books: Show no more than 10 results from the Gandalf store
+  * Content server: Fix metadata not being updated when sending for some
+MOBI files.
+  * Heuristic processing: Fix the italicize common patterns algorithm
+breaking on some HTML markup.
+  * When trying to find an ebook inside a zip file, do not fail if the zip
+file itself contains other zip files.
+  * EPUB Input: Handle EPUBs with duplicate entries in the manifest.
+  * MOBI Input: Handle files that have extra  tags sprinkled through out
+their markup.
+
+---
+Fri Jan 20 07:50:18 UTC 2012 - t...@opensuse.org
+
+- Fixed generate-tarball.sh
+- updated to 0.8.35 (20 Jan, 2011):
+  * New Features
+. Decrease startup time for large libraries with at least one
+  composite custom column by reading format info on demand
+. When automatically deleting news older than x days, from the
+  calibre library, only delete the book if it both has the tag
+  News and the author calibre. This prevents accidental deletion
+  of books tagged with News by the user.
+. Driver for Infibeam Pi 2
+. Add a Tag Editor for tags like custom columns to the edit metadata dialog
+
+  * Bug Fixes
+. E-book viewer: Fix regression in 0.8.35 that caused viewer to
+  raise an error on books that did not define a language
+. Content server: Fix grouping for categories based on custom columns.
+. Closes tickets: 919011
+. Edit metadata dialog: When setting the series from a format or
+  via metadata download, ensure that the series index is not automatically 
+  changed, when closing the dialog.
+. Closes tickets: 918751
+. When reading metadata from Topaz (azw1) files, handle non ascii metadata 
correctly.
+. 

commit cdecl for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package cdecl for openSUSE:Factory checked 
in at 2012-02-16 12:18:52

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


Package is cdecl, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cdecl/cdecl.changes  2011-09-23 
01:53:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.cdecl.new/cdecl.changes 2012-02-16 
12:18:55.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:44:51 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ cdecl.spec ++
--- /var/tmp/diff_new_pack.ghR1V5/_old  2012-02-16 12:18:57.0 +0100
+++ /var/tmp/diff_new_pack.ghR1V5/_new  2012-02-16 12:18:57.0 +0100
@@ -23,7 +23,7 @@
 Group:  Development/Languages/C and C++
 Summary:C/C++ function declaration translator
 Url:
ftp://ftp.oss.cc.gatech.edu/pub/linux/devel/lang/c/cdecl-2.5.tar.gz
-License:Public Domain
+License:SUSE-Public-Domain
 
 Source: %name-%version.tar.xz
 Patch1: %name-2.5-deb11.diff


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



commit cluster-glue for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2012-02-16 12:19:00

Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old)
 and  /work/SRC/openSUSE:Factory/.cluster-glue.new (New)


Package is cluster-glue, Maintainer is dmuhameda...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes
2012-01-09 16:22:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2012-02-16 12:19:02.0 +0100
@@ -1,0 +2,13 @@
+Thu Feb  2 14:21:44 UTC 2012 - dmuhameda...@suse.com
+
+- logd: remove runlevel 4 from the LSB info section in the logd
+  init script (bnc#744120)
+- Upstream version cs: d8c154589a16
+
+---
+Mon Jan 16 13:49:04 UTC 2012 - dmuhameda...@suse.com
+
+- stonith: adjust timeouts in the meta-data template (bnc#77)
+- Upstream version cs: 3efdcb8fc3af
+
+---



Other differences:
--
++ cluster-glue.spec ++
--- /var/tmp/diff_new_pack.s2mbdj/_old  2012-02-16 12:19:04.0 +0100
+++ /var/tmp/diff_new_pack.s2mbdj/_new  2012-02-16 12:19:04.0 +0100
@@ -104,6 +104,7 @@
 
 %package -n libglue2
 Summary:The Pacemaker scalable High-Availability cluster resource 
manager
+Group:  Productivity/Clustering/HA
 Obsoletes:  libheartbeat2  3.0.2
 Conflicts:  libheartbeat2  3.0.2
 Requires:   %{name} = %{version}-%{release}
@@ -114,6 +115,7 @@
 
 %package -n libglue-devel 
 Summary:The Heartbeat Subsystem for High-Availability Linux
+Group:  Productivity/Clustering/HA
 Requires:   %{name} = %{version}-%{release}
 Requires:   libglue2 = %{version}-%{release}
 Conflicts:  libheartbeat-devel  3.0.2

++ cluster-glue-1.0.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/.hg_archival.txt 
new/cluster-glue/.hg_archival.txt
--- old/cluster-glue/.hg_archival.txt   2011-11-29 10:44:31.0 +0100
+++ new/cluster-glue/.hg_archival.txt   2012-01-31 17:19:00.0 +0100
@@ -1,5 +1,5 @@
 repo: e3ffdd7ae81c596b2be7e1e110d2c1255161340e
-node: ce78649ed7ea0d55059aaf8374f9e2522c58bfb1
+node: d8c154589a16cb99ab16f36a27756ba94eefdbee
 branch: default
 latesttag: glue-1.0.9
-latesttagdistance: 1
+latesttagdistance: 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/hb_report/utillib.sh 
new/cluster-glue/hb_report/utillib.sh
--- old/cluster-glue/hb_report/utillib.sh   2011-11-29 10:44:31.0 
+0100
+++ new/cluster-glue/hb_report/utillib.sh   2012-01-31 17:19:00.0 
+0100
@@ -108,7 +108,9 @@
 #
 findmsg() {
# this is tricky, we try a few directories
-   syslogdirs=/var/log /var/logs /var/syslog /var/adm /var/log/ha 
/var/log/cluster
+   syslogdirs=/var/log /var/logs /var/syslog /var/adm
+   /var/log/ha /var/log/cluster /var/log/pacemaker
+   /var/log/heartbeat /var/log/crm /var/log/corosync /var/log/openais
favourites=ha-*
mark=$1
log=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/lib/stonith/main.c 
new/cluster-glue/lib/stonith/main.c
--- old/cluster-glue/lib/stonith/main.c 2011-11-29 10:44:31.0 +0100
+++ new/cluster-glue/lib/stonith/main.c 2012-01-31 17:19:00.0 +0100
@@ -55,10 +55,10 @@
 shortdesc lang=\en\%s/shortdesc\n
 %s\n
 actions\n
-action name=\start\   timeout=\60\ /\n
+action name=\start\   timeout=\20\ /\n
 action name=\stop\timeout=\15\ /\n
-action name=\status\  timeout=\60\ /\n
-action name=\monitor\ timeout=\60\ interval=\3600\ /\n
+action name=\status\  timeout=\20\ /\n
+action name=\monitor\ timeout=\20\ interval=\3600\ /\n
 action name=\meta-data\  timeout=\15\ /\n
 /actions\n
 special tag=\heartbeat\\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/logd/logd.in 
new/cluster-glue/logd/logd.in
--- old/cluster-glue/logd/logd.in   2011-11-29 10:44:31.0 +0100
+++ new/cluster-glue/logd/logd.in   2012-01-31 17:19:00.0 +0100
@@ -28,7 +28,7 @@
 # Required-Start: $network $syslog $remote_fs
 # Required-Stop: $network $syslog $remote_fs
 # X-Start-Before: heartbeat openais corosync
-# Default-Start: 2 3 4 5
+# Default-Start: 2 3 5
 # Default-Stop: 0 1 6
 ### END INIT INFO
 

++ fix-runlevels.diff ++
--- /var/tmp/diff_new_pack.s2mbdj/_old  2012-02-16 12:19:05.0 +0100
+++ /var/tmp/diff_new_pack.s2mbdj/_new  2012-02-16 12:19:05.0 +0100
@@ -1,12 +1,12 @@
 Index: 

commit coccinelle for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2012-02-16 12:19:06

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


Package is coccinelle, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2011-09-23 
01:53:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new/coccinelle.changes   
2012-02-16 12:19:07.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:45:09 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.SOS8oH/_old  2012-02-16 12:19:08.0 +0100
+++ /var/tmp/diff_new_pack.SOS8oH/_new  2012-02-16 12:19:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package coccinelle
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,20 @@
 #
 
 
-
 Name:   coccinelle
 Version:1.0.0
 Release:0
 Summary:Semantic patch utility
-License:GPL2
+License:GPL-2.0
 Group:  Productivity/Text/Utilities
-URL:http://coccinelle.lip6.fr/
+Url:http://coccinelle.lip6.fr/
 %define rversion   %version-rc7
 Source: %name-%rversion.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ncurses-devel ocaml python-devel xz
+BuildRequires:  ncurses-devel
+BuildRequires:  ocaml
+BuildRequires:  python-devel
+BuildRequires:  xz
 
 %description
 Coccinelle is a program matching and transformation engine which


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



commit corosync for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package corosync for openSUSE:Factory 
checked in at 2012-02-16 12:19:11

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


Package is corosync, Maintainer is jjzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/corosync/corosync.changes2011-09-23 
01:54:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.corosync.new/corosync.changes   2012-02-16 
12:19:13.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb  5 11:44:40 UTC 2012 - jjzh...@suse.com
+
+- Send CPG_REASON_PROCDOWN when really needed (bnc#740343)
+
+---

New:

  corosync-cpg-procdown.patch



Other differences:
--
++ corosync.spec ++
--- /var/tmp/diff_new_pack.9EZYs6/_old  2012-02-16 12:19:14.0 +0100
+++ /var/tmp/diff_new_pack.9EZYs6/_new  2012-02-16 12:19:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package corosync
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %if 0%{?sles_version} == 11 
 %ifnarch s390 s390x 
 %define buildib 1
@@ -27,16 +26,17 @@
 
 Name:   corosync
 Summary:The Corosync Cluster Engine and Application Programming 
Interfaces
-Version:1.4.1
-Release:0
 License:BSD-3-Clause
 Group:  Productivity/Clustering/HA
+Version:1.4.1
+Release:0
 Url:http://www.corosync.org
 Source0:
http://developer.osdl.org/dev/openais/downloads/%{name}-%{version}/%{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch1: corosync-confexample-timestamp.patch
 Patch2: corosync-revert-cs2429.patch
 Patch4: corosync.conf.example.patch
+Patch5: corosync-cpg-procdown.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Runtime bits
 Requires:   libcorosync4 = %{version}-%{release}
@@ -47,11 +47,14 @@
 %define buildtrunk 1
 %{?_with_buildtrunk: %define buildtrunk 1}
 %if 0%{?buildtrunk} == 1
-BuildRequires:  autoconf automake
+BuildRequires:  autoconf
+BuildRequires:  automake
 %endif
-BuildRequires:  mozilla-nss mozilla-nss-devel
+BuildRequires:  mozilla-nss
+BuildRequires:  mozilla-nss-devel
 %if 0%{?buildib} == 1
-BuildRequires:  libibverbs-devel librdmacm-devel
+BuildRequires:  libibverbs-devel
+BuildRequires:  librdmacm-devel
 %endif
 BuildRequires:  pkg-config
 
@@ -60,6 +63,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %if 0%{?buildtrunk} == 1
@@ -149,7 +153,6 @@
 %{_mandir}/man5/corosync.conf.5*
 
 %package -n libcorosync4
-License:BSD-3-Clause
 Summary:The Corosync Cluster Engine Libraries
 Group:  Productivity/Clustering/HA
 Conflicts:  corosync  0.92-7
@@ -181,7 +184,6 @@
 %postun -n libcorosync4 -p /sbin/ldconfig
 
 %package -n libcorosync-devel
-License:BSD-3-Clause
 Summary:The Corosync Cluster Engine Development Kit
 Group:  Productivity/Clustering/HA
 Requires:   libcorosync4 = %{version}-%{release}

++ corosync-cpg-procdown.patch ++
Index: corosync-1.4.1/services/cpg.c
===
--- corosync-1.4.1.orig/services/cpg.c
+++ corosync-1.4.1/services/cpg.c
@@ -870,7 +870,7 @@ static int cpg_lib_exit_fn (void *conn)
 
log_printf(LOGSYS_LEVEL_DEBUG, exit_fn for conn=%p\n, conn);
 
-   if (cpd-group_name.length  0) {
+   if (cpd-group_name.length  0  cpd-cpd_state != 
CPD_STATE_LEAVE_STARTED) {
result = cpg_node_joinleave_send (cpd-pid, cpd-group_name,
MESSAGE_REQ_EXEC_CPG_PROCLEAVE, 
CONFCHG_CPG_REASON_PROCDOWN);
if (result == -1) {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit crmsh for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2012-02-16 12:19:15

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


Package is crmsh, Maintainer is dmuhameda...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2012-01-12 
15:25:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2012-02-16 
12:19:23.0 +0100
@@ -1,0 +2,15 @@
+Tue Feb 14 03:05:48 UTC 2012 - tser...@suse.com
+
+- history: reset time period when setting source
+- doc: describe deficiency in the configure edit command (bnc#715698)
+- cibconf: repair resource parameter uniqueness test
+- completion: add command aliases to completion tables (cl#5013)
+- cibconf: repair ability to manage multiple rsc/op_defaults (bnc#737812)
+- history: add clone/ms resources to events (fixes the transition command)
+- utils: repair ptest usage (bnc#736212)
+- cibconf: repair xml edit
+- history: expand clones and ms in the resource command (bnc#729631)
+- build: add optional regression testing on rpm build
+- upstream cs: c06b8cf8fcf8
+
+---



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.ygtnVe/_old  2012-02-16 12:19:25.0 +0100
+++ /var/tmp/diff_new_pack.ygtnVe/_new  2012-02-16 12:19:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package crmsh
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+# crmsh requires pacemaker, which in turn requires cluster-glue, which has a
+# %pre script which creates the hacluster/haclient user and group used here:
 %global gname haclient
 %global uname hacluster
 %global crmsh_docdir %{_defaultdocdir}/%{name}
@@ -35,11 +37,11 @@
 
 Name:   crmsh
 Summary:Pacemaker/CRM shell
+License:GPL-2.0
+Group:  Productivity/Clustering/HA
 Version:1.1.0
 Release:0
-License:GPL-2.0
 Url:http://savannah.nongnu.org/projects/crmsh
-Group:  Productivity/Clustering/HA
 Source0:crmsh.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre): pacemaker
@@ -49,15 +51,27 @@
 %if 0%{?suse_version}
 # Suse splits this off into a separate package
 Requires:   python-curses python-xml
-BuildRequires:  python-curses python-xml
+BuildRequires:  python-curses
+BuildRequires:  python-xml
 %endif
 
 # Required for core functionality
-BuildRequires:  autoconf automake pkgconfig python
-BuildRequires:  libglue-devel libpacemaker-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  pkgconfig
+BuildRequires:  python
+BuildRequires:  libglue-devel
+BuildRequires:  libpacemaker-devel
 BuildRequires:  asciidoc
 BuildRequires:  libtool
 
+%if 0%{?with_regression_tests}
+BuildRequires:  corosync
+BuildRequires:  procps
+BuildRequires:  vim-base
+Requires:   pacemaker
+%endif
+
 %description
 CRM shell is a Pacemaker cluster resource manager command line
 interface. It supports Pacemaker configuration, management, and
@@ -99,6 +113,22 @@
 %install
 %make_install
 
+%if 0%{?with_regression_tests}
+%post
+# Needed so that the shell doesn't get stuck on escape
+# sequences
+# NB: this is called twice by OBS, that's why we touch the file
+if [ ! -e /tmp/.crmsh_regression_tests_ran ]; then
+   touch /tmp/.crmsh_regression_tests_ran
+   export TERM=dumb
+   if ! /usr/share/crmsh/tests/regression.sh ; then
+   echo Shell tests failed.
+   cat crmtestout/regression.out
+   exit 1
+   fi
+fi
+%endif
+
 %files
 ###
 %defattr(-,root,root)

++ crmsh.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/.hg_archival.txt new/crmsh/.hg_archival.txt
--- old/crmsh/.hg_archival.txt  2011-11-24 18:21:55.0 +0100
+++ new/crmsh/.hg_archival.txt  2012-02-03 12:13:57.0 +0100
@@ -1,5 +1,5 @@
 repo: 13c3bd69e935090cd25213c474cafc3f01b5910b
-node: cb8034d8d3da45143798cc25ab90cdecfc5e685a
+node: c06b8cf8fcf8d4345157048974313aaf48db1ef8
 branch: default
 latesttag: Pacemaker-1.1.5
-latesttagdistance: 73
+latesttagdistance: 96
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/crmsh.spec new/crmsh/crmsh.spec
--- old/crmsh/crmsh.spec2011-11-24 

commit dee for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package dee for openSUSE:Factory checked in 
at 2012-02-16 12:19:23

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


Package is dee, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dee/dee.changes  2012-01-19 16:54:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.dee.new/dee.changes 2012-02-16 
12:19:26.0 +0100
@@ -1,0 +2,8 @@
+Sat Feb  4 13:58:56 CET 2012 - zai...@opensuse.org
+
+- Update to version 1.0.2:
+  + Add advanced transliteration support using ICU.
+  + Bugs fixed: lp#773197, lp#916783, lp#917761.
+- Add icu-devel BuildRequires: new dependency.
+
+---

Old:

  dee-1.0.0.tar.gz

New:

  dee-1.0.2.tar.gz



Other differences:
--
++ dee.spec ++
--- /var/tmp/diff_new_pack.bGGW57/_old  2012-02-16 12:19:27.0 +0100
+++ /var/tmp/diff_new_pack.bGGW57/_new  2012-02-16 12:19:27.0 +0100
@@ -19,7 +19,7 @@
 %define soname 1_0-4
 
 Name:   dee
-Version:1.0.0
+Version:1.0.2
 Release:0
 Summary:Library that uses DBus to provide objects
 License:LGPL-3.0
@@ -27,6 +27,7 @@
 Url:http://launchpad.net/dee
 Source0:
http://launchpad.net/dee/1.0/1.0.0/+download/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  libicu-devel = 4.8
 BuildRequires:  libtool
 BuildRequires:  vala
 BuildRequires:  pkgconfig(glib-2.0)
@@ -127,6 +128,7 @@
 %{_includedir}/dee-1.0/
 %{_libdir}/libdee-1.0.so
 %{_libdir}/pkgconfig/dee-1.0.pc
+%{_libdir}/pkgconfig/dee-icu-1.0.pc
 %{_datadir}/gir-1.0/Dee-1.0.gir
 %doc %{_datadir}/gtk-doc/html/dee-1.0/
 %dir %{_datadir}/vala

++ dee-1.0.0.tar.gz - dee-1.0.2.tar.gz ++
 5613 lines of diff (skipped)

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



commit dovecot12 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package dovecot12 for openSUSE:Factory 
checked in at 2012-02-16 12:19:30

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


Package is dovecot12, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dovecot12/dovecot12.changes  2011-12-25 
17:33:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.dovecot12.new/dovecot12.changes 2012-02-16 
12:19:32.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:45:46 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ dovecot12.spec ++
--- /var/tmp/diff_new_pack.YWFAhH/_old  2012-02-16 12:19:33.0 +0100
+++ /var/tmp/diff_new_pack.YWFAhH/_new  2012-02-16 12:19:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dovecot12
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,15 @@
 #
 
 
-
 Name:   dovecot12
 Version:1.2.17
-Release:3
-License:BSD3c ; LGPLv2.1+ ; MIT
+Release:0
 %define dovecot_major_version 1.2
 %define dovecot_sieve_version 0.1.19
 %define dovecot_managesieve_version 0.11.13
 %define dovecot_managesieve_docdir 
%{_docdir}/%{pkg_name}/dovecot-managesieve/
 %define dovecot_sieve_docdir   %{_docdir}/%{pkg_name}/dovecot-sieve
 #
-Group:  Productivity/Networking/Email/Servers
 #
 %define makeinstall make install DESTDIR=%{buildroot}
 %define pkg_name dovecot
@@ -88,6 +85,8 @@
 %endif
 #
 Summary:IMAP and POP3 Server Written Primarily with Security in Mind
+License:BSD-3-Clause ; LGPL-2.1+ ; MIT
+Group:  Productivity/Networking/Email/Servers
 #
 Url:http://www.dovecot.org
 # taken from
http://www.dovecot.org/releases/1.0/%{pkg_name}-%{version}.tar.gz
@@ -121,7 +120,6 @@
 clients accessing the mailboxes directly.
 
 %package backend-mysql
-License:BSD3c ; LGPLv2.1+ ; MIT
 Summary:MySQL support for Dovecot
 Group:  Productivity/Networking/Email/Servers
 Requires:   %{name} = %{version}
@@ -142,7 +140,6 @@
 This package holds the files needed for MySQL support.
 
 %package backend-pgsql
-License:BSD3c ; LGPLv2.1+ ; MIT
 Summary:PostgreSQL support for Dovecot
 Group:  Productivity/Networking/Email/Servers
 Requires:   %{name} = %{version}
@@ -165,7 +162,6 @@
 %if 0%{?with_sqlite}
 
 %package backend-sqlite
-License:BSD3c ; LGPLv2.1+ ; MIT
 Summary:SQLite support for Dovecot
 Group:  Productivity/Networking/Email/Servers
 Requires:   %{name} = %{version}
@@ -190,7 +186,6 @@
 %if 0%{?with_clucene}
 
 %package fts-lucene
-License:BSD3c ; LGPLv2.1+ ; MIT
 Summary:Fulltext search support via CLucene
 Group:  Productivity/Networking/Email/Servers
 Requires:   %{name} = %{version}
@@ -215,7 +210,6 @@
 %if 0%{?with_solr}
 
 %package fts-solr
-License:BSD3c ; LGPLv2.1+ ; MIT
 Summary:Fulltext search support via solr
 Group:  Productivity/Networking/Email/Servers
 Requires:   %{name} = %{version}
@@ -238,7 +232,6 @@
 %endif
 
 %package devel
-License:BSD3c ; LGPLv2.1+ ; MIT
 #
 Summary:Development files for Dovecot plugins
 Group:  Development/Libraries/C and C++

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



commit flamerobin for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package flamerobin for openSUSE:Factory 
checked in at 2012-02-16 12:19:48

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


Package is flamerobin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/flamerobin/flamerobin.changes2011-12-19 
16:09:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.flamerobin.new/flamerobin.changes   
2012-02-16 12:19:50.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 15 15:39:54 UTC 2011 - cfarr...@suse.com
+
+- license update: MIT and LGPL-2.1+
+  See the Readme - mostly MIT (including the IBPP) but some icons are
+  LGPL-2.1+
+
+---



Other differences:
--
++ flamerobin.spec ++
--- /var/tmp/diff_new_pack.DrvOA7/_old  2012-02-16 12:19:51.0 +0100
+++ /var/tmp/diff_new_pack.DrvOA7/_new  2012-02-16 12:19:51.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Summary:Graphical client for Firebird
-License:MIT
+License:MIT and LGPL-2.1+
 Group:  Productivity/Databases/Tools
 
 Name:   flamerobin

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



commit eog-plugins for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package eog-plugins for openSUSE:Factory 
checked in at 2012-02-16 12:19:37

Comparing /work/SRC/openSUSE:Factory/eog-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.eog-plugins.new (New)


Package is eog-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eog-plugins/eog-plugins.changes  2012-01-09 
12:03:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.eog-plugins.new/eog-plugins.changes 
2012-02-16 12:19:47.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb  9 19:10:35 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.5:
+  + New plugins:
+- Fullscreen Background (fullscreenbg)
+  + Plugin changes:
+- Map: Miscellaneous code improvements
+- Exif Display: Fixed possible memory leak
+  + Bugs fixed: bgo#667979, bgo#643769
+  + Updated translations:
+
+---

Old:

  eog-plugins-3.2.2.tar.bz2

New:

  eog-plugins-3.3.5.tar.xz



Other differences:
--
++ eog-plugins.spec ++
--- /var/tmp/diff_new_pack.qei4TD/_old  2012-02-16 12:19:48.0 +0100
+++ /var/tmp/diff_new_pack.qei4TD/_new  2012-02-16 12:19:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eog-plugins
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,23 @@
 #
 
 
-
 Name:   eog-plugins
-Version:3.2.2
-Release:1
+Version:3.3.5
+Release:0
 #FIXME: add postr BuildRequires when we have a package
-License:GPLv2+
 Summary:A collection of plugins for Eye of GNOME
+License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://live.gnome.org/EyeOfGnome/Plugins
-Source: 
http://download.gnome.org/sources/eog-plugins/3.2/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/eog-plugins/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(champlain-gtk-0.12)
-BuildRequires:  pkgconfig(clutter-gtk-1.0)
+BuildRequires:  pkgconfig(champlain-gtk-0.12) = 0.9.0
+BuildRequires:  pkgconfig(clutter-gtk-1.0) = 1.1.2
 BuildRequires:  pkgconfig(eog)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(libexif) = 0.6.16
 BuildRequires:  pkgconfig(libgdata)
 BuildRequires:  pkgconfig(libpeas-1.0)
 Recommends: %{name}-lang
@@ -76,6 +75,8 @@
 # Explicit list of plugins
 %{_libdir}/eog/plugins/exif-display.plugin
 %{_libdir}/eog/plugins/fit-to-width.plugin
+%{_libdir}/eog/plugins/fullscreenbg.plugin
+%{_libdir}/eog/plugins/fullscreenbg/
 %{_libdir}/eog/plugins/map.plugin
 %{_libdir}/eog/plugins/postasa.plugin
 %{_libdir}/eog/plugins/pythonconsole.plugin
@@ -85,6 +86,7 @@
 %{_datadir}/eog/plugins/exif-display/
 %{_datadir}/eog/plugins/postasa/
 %{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.fullscreenbg.gschema.xml
 
 %files lang -f %{name}.lang
 

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



commit file-roller for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2012-02-16 12:19:42

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


Package is file-roller, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2012-01-26 
14:01:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 
2012-02-16 12:19:49.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 09:34:49 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Allow to compress ISO images and tar archives from the nautilus
+menu (bgo#651930)
+  + Fixed bug when pasting files in another path.
+  + Fixed a typo in the description of a gsettings key (bgo#644683)
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  file-roller-3.3.2.tar.xz

New:

  file-roller-3.3.3.tar.xz



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.eJddHl/_old  2012-02-16 12:19:50.0 +0100
+++ /var/tmp/diff_new_pack.eJddHl/_new  2012-02-16 12:19:50.0 +0100
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   file-roller
-Version:3.3.2
+Version:3.3.3
 Release:0
 Summary:An Archive Manager for GNOME
 License:GPL-2.0+
@@ -31,11 +30,9 @@
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(libnautilus-extension)
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libnautilus-extension)
 Recommends: %{name}-lang
 # Formats that we really want to support by default
 Requires:   bzip2

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



commit freeradius-client for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package freeradius-client for 
openSUSE:Factory checked in at 2012-02-16 12:20:01

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


Package is freeradius-client, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeradius-client/freeradius-client.changes  
2011-10-04 18:09:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeradius-client.new/freeradius-client.changes 
2012-02-16 12:20:03.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec  6 11:47:34 UTC 2011 - co...@suse.com
+
+- BAD2c is not a license
+
+---



Other differences:
--
++ freeradius-client.spec ++
--- /var/tmp/diff_new_pack.Qui8v0/_old  2012-02-16 12:20:06.0 +0100
+++ /var/tmp/diff_new_pack.Qui8v0/_new  2012-02-16 12:20:06.0 +0100
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   freeradius-client
 Summary:FreeRADIUS Client Software
+License:BSD-2-Clause
+Group:  Productivity/Networking/Radius/Clients
 Version:1.1.6
-Release:51
-AutoReqProv:on
+Release:0
 Obsoletes:  radiusclient radiusclient-ng
-Group:  Productivity/Networking/Radius/Clients
-License:BSD2c
 Url:http://www.freeradius.org/freeradius-client/
 Source0:%{name}-%{version}.tar.bz2
 Source1:README.SUSE
@@ -45,9 +42,7 @@
 Peter Nixon pe...@suntel.com.tr
 
 %package libs
-License:BSD2c
 Summary:Shared library of FreeRADIUS Client
-Group:  Productivity/Networking/Radius/Clients
 
 %description libs
 The package contains the shared library of FreeRADIUS Client
@@ -59,9 +54,7 @@
 Peter Nixon pe...@suntel.com.tr
 
 %package devel
-License:BAD2c
 Summary:Header files, libraries and development documentation for 
freeradius-client
-Group:  Productivity/Networking/Radius/Clients
 Requires:   %{name}-libs = %{version} glibc-devel
 
 %description devel

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



commit gcalctool for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gcalctool for openSUSE:Factory 
checked in at 2012-02-16 12:20:09

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


Package is gcalctool, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gcalctool/gcalctool.changes  2012-01-25 
10:36:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcalctool.new/gcalctool.changes 2012-02-16 
12:20:12.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 09:37:43 UTC 2012 - vu...@opensuse.org
+
+- Update to version 6.3.5:
+  + Build help with yelp-tools instead of gnome-doc-utils
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Change gnome-doc-utils-devel BuildRequires to yelp-tools,
+  following upstream change.
+- Add the usual hack to correctly detect translated help installed
+  in new directory until %find_lang does it.
+
+---

Old:

  gcalctool-6.3.4.tar.xz

New:

  gcalctool-6.3.5.tar.xz



Other differences:
--
++ gcalctool.spec ++
--- /var/tmp/diff_new_pack.Ki0Xp6/_old  2012-02-16 12:20:13.0 +0100
+++ /var/tmp/diff_new_pack.Ki0Xp6/_new  2012-02-16 12:20:13.0 +0100
@@ -16,8 +16,9 @@
 #
 
 Name:   gcalctool
-Version:6.3.4
+Version:6.3.5
 Release:0
+# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 Summary:A GNOME Calculator Application
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
@@ -26,12 +27,10 @@
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) = 2.31
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -59,6 +58,14 @@
 %endif
 %suse_update_desktop_file -N Gnome Calculator -G Calculator %name Calculator
 %find_lang %{name} %{?no_lang_C}
+# Localized help
+for help in %{buildroot}%{_datadir}/help/*/%{name}/; do
+LOCALE=`echo $help | sed s:.*%{_datadir}/help/\([^/]*\)/%{name}/:\1:g`
+echo %%lang($LOCALE) %%dir %%{_datadir}/help/$LOCALE  
%{name}.help-lang.tmp
+echo %%lang($LOCALE) %%doc /${help##%{buildroot}}  
%{name}.help-lang.tmp
+done
+sort -u %{name}.help-lang.tmp | grep -v ^%%lang(C)  %{name}.help-lang
+rm %{name}.help-lang.tmp
 %fdupes %{buildroot}
 
 %clean
@@ -75,16 +82,13 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/%{name}/
-%doc %{_datadir}/gnome/help/%{name}/C/
+%doc %{_datadir}/help/C/%{name}
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/gcalctool/
 %{_datadir}/glib-2.0/schemas/org.gnome.gcalctool.gschema.xml
 %doc %{_mandir}/man?/*.*
 
-%files lang -f %{name}.lang
+%files lang -f %{name}.lang -f %{name}.help-lang
 
 %changelog

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



commit gconf-editor for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gconf-editor for openSUSE:Factory 
checked in at 2012-02-16 12:20:20

Comparing /work/SRC/openSUSE:Factory/gconf-editor (Old)
 and  /work/SRC/openSUSE:Factory/.gconf-editor.new (New)


Package is gconf-editor, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gconf-editor/gconf-editor.changes
2012-01-09 12:04:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.gconf-editor.new/gconf-editor.changes   
2012-02-16 12:20:21.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:46:42 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gconf-editor.spec ++
--- /var/tmp/diff_new_pack.uqG2c7/_old  2012-02-16 12:20:22.0 +0100
+++ /var/tmp/diff_new_pack.uqG2c7/_new  2012-02-16 12:20:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gconf-editor
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   gconf-editor
 Version:3.0.1
-Release:1
-License:GPLv2+
+Release:0
 Summary:An Editor for the GConf Database System
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  System/GUI/GNOME
+Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gconf-editor/3.0/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE gconf-editor-desktop.patch
 Patch1: %{name}-desktop.patch

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



commit gconfmm for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gconfmm for openSUSE:Factory checked 
in at 2012-02-16 12:20:25

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


Package is gconfmm, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gconfmm/gconfmm.changes  2012-01-05 
19:10:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.gconfmm.new/gconfmm.changes 2012-02-16 
12:20:27.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:46:45 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gconfmm.spec ++
--- /var/tmp/diff_new_pack.B5lgWU/_old  2012-02-16 12:20:28.0 +0100
+++ /var/tmp/diff_new_pack.B5lgWU/_new  2012-02-16 12:20:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gconfmm
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   gconfmm
 Version:2.28.3
-Release:1
-License:LGPLv2.1+
+Release:0
 Summary:C++ Interface for GConf
-Url:http://www.gtkmm.org/
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
+Url:http://www.gtkmm.org/
 Source: 
http://download.gnome.org/sources/gconfmm/2.28/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(gconf-2.0)
@@ -36,7 +35,6 @@
 C++ programmers to use GConf with flexible object-oriented framework.
 
 %package -n libgconfmm-2_6-1
-License:LGPLv2.1+
 Summary:C++ Interface for GConf
 Group:  System/GUI/GNOME
 Provides:   %{name} = %{version}
@@ -48,7 +46,6 @@
 C++ programmers to use GConf with flexible object-oriented framework.
 
 %package devel
-License:LGPLv2.1+
 Summary:C++ Interface for GConf
 Group:  System/GUI/GNOME
 Requires:   libgconfmm-2_6-1 = %{version}

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



commit gcr for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gcr for openSUSE:Factory checked in 
at 2012-02-16 12:20:33

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


Package is gcr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gcr/gcr.changes  2012-01-25 10:36:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gcr.new/gcr.changes 2012-02-16 
12:20:35.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb 10 17:01:44 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.5:
+  + Add way to specify button labels for a GcrPrompt.
+  + Reenable grabs for password prompts.
+
+---

Old:

  gcr-3.3.4.tar.xz

New:

  gcr-3.3.5.tar.xz



Other differences:
--
++ gcr.spec ++
--- /var/tmp/diff_new_pack.e0L3rO/_old  2012-02-16 12:20:36.0 +0100
+++ /var/tmp/diff_new_pack.e0L3rO/_new  2012-02-16 12:20:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gcr
-Version:3.3.4
+Version:3.3.5
 Release:0
 # FIXME: Verify if parallel build works again. Last checked in version 3.3.2
 Summary:Library for Crypto UI related task

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



commit gedit for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-02-16 12:20:39

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


Package is gedit, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-01-24 
12:17:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-02-16 
12:20:41.0 +0100
@@ -1,0 +2,17 @@
+Tue Feb  7 10:25:54 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Bring the OSX port up to date
+  + Start fixing the Win32 port
+  + Some minor UI improvements, some css styling is now in the
+Adwaita theme
+  + Misc bugfixes
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Add pkgconfig(zeitgeist-1.0) BuildRequires to build the zeitgeist
+  plugin, that we missed before.
+- Create a plugin-zeitgeist subpackage for the zeitgeist plugin, to
+  avoid a dependency on zeitgeist from the main gedit package.
+
+---

Old:

  gedit-3.3.2.tar.xz

New:

  gedit-3.3.3.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.AfjMID/_old  2012-02-16 12:20:42.0 +0100
+++ /var/tmp/diff_new_pack.AfjMID/_new  2012-02-16 12:20:42.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gedit
-Version:3.3.2
+Version:3.3.3
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -34,13 +35,12 @@
 BuildRequires:  iso-codes-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(pygobject-3.0) = 3.0.0
+BuildRequires:  pkgconfig(zeitgeist-1.0) = 0.3.2
 Requires:   python-gobject
 Recommends: %{name}-lang
 Recommends: iso-codes
@@ -53,6 +53,16 @@
 Gedit is a small and lightweight UTF-8 text editor for the GNOME
 environment.
 
+%package plugin-zeitgeist
+Summary:Zeitgeist dataprovider for gedit
+Group:  Productivity/Text/Editors
+Requires:   %{name}
+Supplements:packageand(%{name}:zeitgeist)
+
+%description plugin-zeitgeist
+The zeitgeist plugin for gedit provides a zeitgeist dataprovider that
+logs access and leave event for documents used with gedit.
+
 %package devel
 Summary:Small and lightweight UTF-8 text editor
 Group:  Productivity/Text/Editors
@@ -121,16 +131,47 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
-%{_libdir}/gedit/
+%dir %{_libdir}/gedit/
+%{_libdir}/gedit/girepository-1.0/
+%dir %{_libdir}/gedit/plugins/
+# Explicitly list plugins so we know when we miss one
+%{_libdir}/gedit/plugins/changecase.plugin
+%{_libdir}/gedit/plugins/libchangecase.so
+%{_libdir}/gedit/plugins/docinfo.plugin
+%{_libdir}/gedit/plugins/libdocinfo.so
+%{_libdir}/gedit/plugins/externaltools/
+%{_libdir}/gedit/plugins/externaltools.plugin
+%{_libdir}/gedit/plugins/filebrowser.plugin
+%{_libdir}/gedit/plugins/libfilebrowser.so
+%{_libdir}/gedit/plugins/modelines.plugin
+%{_libdir}/gedit/plugins/libmodelines.so
+%{_libdir}/gedit/plugins/pythonconsole/
+%{_libdir}/gedit/plugins/pythonconsole.plugin
+%{_libdir}/gedit/plugins/quickopen/
+%{_libdir}/gedit/plugins/quickopen.plugin
+%{_libdir}/gedit/plugins/snippets/
+%{_libdir}/gedit/plugins/snippets.plugin
+%{_libdir}/gedit/plugins/sort.plugin
+%{_libdir}/gedit/plugins/libsort.so
+%{_libdir}/gedit/plugins/spell.plugin
+%{_libdir}/gedit/plugins/libspell.so
+%{_libdir}/gedit/plugins/time.plugin
+%{_libdir}/gedit/plugins/libtime.so
 %if %{_libdir} != %{_libexecdir}
-%{_libexecdir}/gedit/
+%dir %{_libexecdir}/gedit
 %endif
+%{_libexecdir}/gedit/gedit-bugreport.sh
 %{_libdir}/libgedit-private.so.0*
 %{py_sitedir}/gi/overrides/Gedit.py*
 %doc %{_mandir}/man1/gedit*
 
 %files lang -f %{name}.lang
 
+%files plugin-zeitgeist
+%defattr(-, root, root)
+%{_libdir}/gedit/plugins/zeitgeist.plugin
+%{_libdir}/gedit/plugins/libzeitgeistplugin.so
+
 %files devel
 %defattr(-, root, root)
 %doc %{_datadir}/gtk-doc/html/gedit/

-- 
To unsubscribe, e-mail: 

commit gedit-plugins for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gedit-plugins for openSUSE:Factory 
checked in at 2012-02-16 12:20:47

Comparing /work/SRC/openSUSE:Factory/gedit-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-plugins.new (New)


Package is gedit-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gedit-plugins/gedit-plugins.changes  
2012-01-09 12:04:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit-plugins.new/gedit-plugins.changes 
2012-02-16 12:20:51.0 +0100
@@ -1,0 +2,14 @@
+Tue Feb  7 11:01:50 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.2:
+  + Commander plugin bugfixes
+  + Misc bugfixes
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Add pkgconfig(vte-2.90) BuildRequires to keep building the
+  terminal plugin, after a configure check got added for vte.
+- Add a sed hack in %prep to work around broken configure check for
+  vte.
+
+---

Old:

  gedit-plugins-3.3.1.tar.xz

New:

  gedit-plugins-3.3.2.tar.xz



Other differences:
--
++ gedit-plugins.spec ++
--- /var/tmp/diff_new_pack.aUF7rR/_old  2012-02-16 12:20:52.0 +0100
+++ /var/tmp/diff_new_pack.aUF7rR/_new  2012-02-16 12:20:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-plugins
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,8 +21,9 @@
 Summary:A collection of plugins for gedit
 License:GPL-2.0+
 Group:  Productivity/Editors/Other
-Version:3.3.1
+Version:3.3.2
 Release:0
+# FIXME: remove sed hack in %%prep when bgo#669558 is fixed
 Source: 
http://download.gnome.org/sources/gedit-plugins/3.3/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gedit-plugins-implicit.patch bgo#665541 
dims...@opensuse.org -- #include stdio.h to have atoi defined.
 Patch0: gedit-plugins-implicit.patch
@@ -32,13 +33,12 @@
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-python)
 BuildRequires:  pkgconfig(gedit) = 3.2.1
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
+BuildRequires:  pkgconfig(vte-2.90)
 Requires:   gedit
 Requires:   %{name}-lang = %{version}
 # For dashboard plugin
@@ -68,6 +68,8 @@
 %prep
 %setup -q
 %patch0 -p1
+grep -q vte2_90 configure.ac  (echo sed hack can be dropped; /bin/false)
+sed -i s/-lvte/-lvte2_90/g configure
 translation-update-upstream
 
 %lang_package

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



commit gkeyfile-sharp for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gkeyfile-sharp for openSUSE:Factory 
checked in at 2012-02-16 12:20:54

Comparing /work/SRC/openSUSE:Factory/gkeyfile-sharp (Old)
 and  /work/SRC/openSUSE:Factory/.gkeyfile-sharp.new (New)


Package is gkeyfile-sharp, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gkeyfile-sharp/gkeyfile-sharp.changes
2011-09-23 01:59:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.gkeyfile-sharp.new/gkeyfile-sharp.changes   
2012-02-16 12:20:55.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:46:54 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gkeyfile-sharp.spec ++
--- /var/tmp/diff_new_pack.q5aDKI/_old  2012-02-16 12:20:56.0 +0100
+++ /var/tmp/diff_new_pack.q5aDKI/_new  2012-02-16 12:20:56.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gkeyfile-sharp
+# spec file for package gkeyfile-sharp (Version 0.2)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,8 +20,8 @@
 
 Name:   gkeyfile-sharp
 Version:0.2
-Release:6
-License:LGPLv2.1
+Release:1
+License:LGPL-2.1
 Group:  Development/Languages/Mono
 Summary:.NET/C# Bindings for GKeyFile
 Url:http://github.com/mono/gkeyfile-sharp
@@ -41,7 +41,7 @@
 C#/CLI bindings for GKeyFile
 
 %package devel
-License:LGPLv2.1
+License:LGPL-2.1
 Group:  Development/Languages/Mono
 Summary:.NET/C# Bindings for GKeyFile
 Requires:   %{name} = %{version}

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



commit glom for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package glom for openSUSE:Factory checked in 
at 2012-02-16 12:20:58

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


Package is glom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/glom/glom.changes2012-01-26 
14:02:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes   2012-02-16 
12:20:59.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan 25 16:56:59 UTC 2012 - zai...@opensuse.org
+
+- Update to version 1.21.5:
+  + Depend on libgda 5.0.3 because we need the GdaNumeric
+corrections (bgo#668346)
+
+---

Old:

  glom-1.21.4.tar.xz

New:

  glom-1.21.5.tar.xz



Other differences:
--
++ glom.spec ++
--- /var/tmp/diff_new_pack.RkL31c/_old  2012-02-16 12:21:01.0 +0100
+++ /var/tmp/diff_new_pack.RkL31c/_new  2012-02-16 12:21:01.0 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package glom
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,18 +16,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   glom
 Summary:Database designer and user interface
-Version:1.21.4
-Release:1
-Source: 
http://download.gnome.org/sources/glom/1.21/%{name}-%{version}.tar.xz
-# This is indeed GPL-3.0+, see 
http://git.gnome.org/browse/glom/commit/?id=6b16a90f8ea902d91db85656cc11c6a951d42ced
 License:GPL-3.0+
 Group:  Productivity/Databases/Clients
-URL:http://www.glom.org/
+Version:1.21.5
+Release:0
+Source: 
http://download.gnome.org/sources/glom/1.21/%{name}-%{version}.tar.xz
+# This is indeed GPL-3.0+, see 
http://git.gnome.org/browse/glom/commit/?id=6b16a90f8ea902d91db85656cc11c6a951d42ced
+Url:http://www.glom.org/
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
-buildRequires:  gdbm-devel
+BuildRequires:  gdbm-devel
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
@@ -42,6 +44,7 @@
 BuildRequires:  pkgconfig(evince-view-3.0)
 BuildRequires:  pkgconfig(gtksourceviewmm-3.0)
 BuildRequires:  pkgconfig(libepc-1.0) = 0.4.0
+BuildRequires:  pkgconfig(libgda-5.0) = 5.0.3
 BuildRequires:  pkgconfig(libgda-postgres-5.0)
 BuildRequires:  pkgconfig(libgdamm-5.0) = 4.99.6
 BuildRequires:  pkgconfig(libxml++-2.6) = 2.23.1

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



commit gnome-agenda for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-agenda for openSUSE:Factory 
checked in at 2012-02-16 12:21:06

Comparing /work/SRC/openSUSE:Factory/gnome-agenda (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-agenda.new (New)


Package is gnome-agenda, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-agenda/gnome-agenda.changes
2012-01-17 16:05:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-agenda.new/gnome-agenda.changes   
2012-02-16 12:21:08.0 +0100
@@ -1,0 +2,13 @@
+Tue Feb 14 02:48:00 UTC 2012 - malcolmle...@opensuse.org
+
+- Add x-office-calendar.png source file and install it in
+  /usr/share/pixmaps as the icon for the desktop file. This is a
+  temporary issue until bnc#746063 is fixed.
+- Add gnome-agenda-fix-desktop-file.patch: fix categories in
+  desktop file.
+- Add gnome-agenda-fix-non-executable-script.patch: fix
+  non-executable-script warnings.
+- Add gnome-agenda-fix-incorrect-fsf-address.patch: fix
+  incorrect-fsf-address warnings.
+
+---

New:

  gnome-agenda-fix-desktop-file.patch
  gnome-agenda-fix-incorrect-fsf-address.patch
  gnome-agenda-fix-non-executable-script.patch
  x-office-calendar.png



Other differences:
--
++ gnome-agenda.spec ++
--- /var/tmp/diff_new_pack.oPZGT0/_old  2012-02-16 12:21:08.0 +0100
+++ /var/tmp/diff_new_pack.oPZGT0/_new  2012-02-16 12:21:08.0 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package gnome-agenda
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Malcolm J Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,11 +19,20 @@
 Name:   gnome-agenda
 Version:0.3.1.6
 Release:0
-License:GPL-2.0
+# FIXME: stop installing icon ourselves once bnc#746063 is fixed
 Summary:Calendar application for the GNOME Desktop
-Url:http://code.google.com/p/gnome-agenda/
+License:GPL-2.0
 Group:  Productivity/Office/Other
+Url:http://code.google.com/p/gnome-agenda/
 Source0:
http://gnome-agenda.googlecode.com/svn/tags/agenda-0.3.1.6.tar.gz
+# We need this until bnc#746063 is fixed.
+Source1:x-office-calendar.png
+# PATCH-FIX-UPSTREAM gnome-agenda-fix-desktop-file.patch 
malcolmle...@opensuse.org -- Fix categories string 
http://code.google.com/p/gnome-agenda/issues/detail?id=14
+Patch0: gnome-agenda-fix-desktop-file.patch
+# PATCH-FIX-UPSTREAM gnome-agenda-fix-non-executable-script.patch 
malcolmle...@opensuse.org -- Fix non-executable-script warnings 
http://code.google.com/p/gnome-agenda/issues/detail?id=15
+Patch1: gnome-agenda-fix-non-executable-script.patch
+# PATCH-FIX-UPSTREAM gnome-agenda-fix-incorrect-fsf-address.patch 
malcolmle...@opensuse.org -- Fix incorrect-fsf-address warnings 
http://code.google.com/p/gnome-agenda/issues/detail?id=16
+Patch2: gnome-agenda-fix-incorrect-fsf-address.patch
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
@@ -46,12 +56,18 @@
 
 %prep
 %setup -q -n agenda-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 python setup.py build
 
 %install
 python setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
+# Unfortunate that we have to do this manually, see bnc#746063
+mkdir %{buildroot}%{_datadir}/pixmaps/
+install -m 0644 %{S:1} %{buildroot}%{_datadir}/pixmaps/
 %suse_update_desktop_file agenda
 %fdupes %{buildroot}
 
@@ -70,5 +86,6 @@
 %{python_sitelib}/agenda
 %{python_sitelib}/agenda-%{version}-py%{py_ver}.egg-info
 %{_datadir}/applications/agenda.desktop
+%{_datadir}/pixmaps/x-office-calendar.png
 
 %changelog

++ gnome-agenda-fix-desktop-file.patch ++
diff -Naur a/data/agenda.desktop b/data/agenda.desktop
--- a/data/agenda.desktop   2011-02-23 13:52:51.0 -0600
+++ b/data/agenda.desktop   2012-02-13 20:08:56.086134391 -0600
@@ -7,6 +7,6 @@
 Terminal=false
 Exec=agenda-gtk
 Icon=x-office-calendar
-Categories=Office;
+Categories=Office;Calendar;
 Name[de]=Terminübersicht
 Comment[de]=Eine Übersicht ihrer Terminplanung
++ gnome-agenda-fix-incorrect-fsf-address.patch ++
diff -Naur a/agenda-gtk b/agenda-gtk
--- a/agenda-gtk2011-02-23 13:52:51.0 -0600
+++ b/agenda-gtk2012-02-13 20:30:41.420533396 -0600
@@ -16,7 +16,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 

commit gnome-color-manager for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-color-manager for 
openSUSE:Factory checked in at 2012-02-16 12:21:10

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


Package is gnome-color-manager, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-color-manager/gnome-color-manager.changes  
2012-01-26 14:02:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-color-manager.new/gnome-color-manager.changes 
2012-02-16 12:21:13.0 +0100
@@ -1,0 +2,30 @@
+Tue Feb  7 12:39:48 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5:
+  + New Features:
+- Add ACCURACY_x to the list of translated metadata keys
+- Add CONNECTION_type to the list of translated metadata keys
+- Add SCREEN_surface to the list of translated metadata keys
+- Add support for MAPPING_device_id
+- Include the sensor type in the profile metadata
+- Save the internal panel brightness in the ICC profile
+  + Bugfix:
+- Correctly spawn profiles with spaces in the filename when
+  using gcm-import
+- Do not show blank metadata in the profile viewer
+- Do not use deprecated clutter API
+- Ensure the sensor is unlocked after failing to get a sample
+  in gcm-picker
+- Limit display profiles to Single shaper matrix, to keep
+  greyscale neutral
+- Make the profile metadata accept regular expressions and add
+  the OSD_x keys
+- Remove the final vestiges of gcm-session
+- Set the reference kind when calibrating a camera device
+- Show the profile title as the gcm-viewer window title
+- Smaller/faster display calibration target sets
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  gnome-color-manager-3.3.3.tar.xz

New:

  gnome-color-manager-3.3.5.tar.xz



Other differences:
--
++ gnome-color-manager.spec ++
--- /var/tmp/diff_new_pack.X34ET3/_old  2012-02-16 12:21:14.0 +0100
+++ /var/tmp/diff_new_pack.X34ET3/_new  2012-02-16 12:21:14.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-color-manager
-Version:3.3.3
+Version:3.3.5
 Release:0
 # FIXME: possibly add mash BuildRequires for 3D support. Check first if mash 
is still alive upstream.
 # (https://github.com/clutter-project/mash / packaged as libmash in Fedora)
@@ -34,8 +34,6 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(colord) = 0.1.12
 BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  pkgconfig(glib-2.0) = 2.30.0
@@ -95,7 +93,6 @@
 %doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
 %{_bindir}/gcm-*
 %{_datadir}/applications/*.desktop
-%{_datadir}/dbus-1/services/org.gnome.ColorManager.service
 %{_datadir}/gnome-color-manager/
 %{_datadir}/icons/hicolor/*/apps/gnome-color-manager.*
 %{_datadir}/icons/hicolor/*/mimetypes/application-vnd.iccprofile.*

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



commit gnome-documents for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2012-02-16 12:21:17

Comparing /work/SRC/openSUSE:Factory/gnome-documents (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-documents.new (New)


Package is gnome-documents, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2012-01-26 14:03:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes 
2012-02-16 12:21:18.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 12 21:26:04 UTC 2012 - dims...@opensuse.org
+
+- Add unoconv Recommends: it enables gnome-documents to view a
+  wider range of document.
+
+---



Other differences:
--
++ gnome-documents.spec ++
--- /var/tmp/diff_new_pack.TNrbll/_old  2012-02-16 12:21:19.0 +0100
+++ /var/tmp/diff_new_pack.TNrbll/_new  2012-02-16 12:21:19.0 +0100
@@ -47,6 +47,8 @@
 # This is a gjs application
 Requires:   gjs
 Recommends: %{name}-lang
+# A lot of document formats are handled using unoconv.
+Recommends: unoconv
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 


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



commit gnome-packagekit for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2012-02-16 12:21:27

Comparing /work/SRC/openSUSE:Factory/gnome-packagekit (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-packagekit.new (New)


Package is gnome-packagekit, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes
2012-01-09 12:40:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2012-02-16 12:21:30.0 +0100
@@ -1,0 +2,20 @@
+Tue Feb  7 10:55:37 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5:
+  + New Features:
+- Add optional systemd support
+  + Bugfix:
+- Drop an unneeded include
+- Ensure that non-arch packages get the correct update size set
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Get ready for full-switch to systemd:
+  + Add a with_systemd macro, currently set to 0 as the systemd
+support implies no support for ConsoleKit, which we want to
+keep until sysvinit is not supported anymore.
+  + Add pkgconfig(libsystemd-login) and pkgconfig(polkit-gobject-1)
+BuildRequires if we build systemd support.
+  + Pass --enable-systemd to configure if we build systemd support.
+
+---

Old:

  gnome-packagekit-3.3.3.tar.xz

New:

  gnome-packagekit-3.3.5.tar.xz



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.mQwtas/_old  2012-02-16 12:21:32.0 +0100
+++ /var/tmp/diff_new_pack.mQwtas/_new  2012-02-16 12:21:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-packagekit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# We cannot enable systemd support right now, as it is exclusive and means we
+# lose ConsoleKit support (bad for sysvinit)
+%define with_systemd 0
 
 Name:   gnome-packagekit
-Version:3.3.3
+Version:3.3.5
 Release:0
 Summary:Applications for the PackageKit API
 License:GPL-2.0+
@@ -40,10 +43,12 @@
 BuildRequires:  libupower-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
+%if %{with_systemd}
+BuildRequires:  pkgconfig(libsystemd-login)
+BuildRequires:  pkgconfig(polkit-gobject-1)
+%endif
 Requires:   gnome-icon-theme
 Recommends: %{name}-lang
 Provides:   opensuse-updater-gnome = 0.4.7
@@ -62,6 +67,7 @@
 
 %package extras
 Summary:Applications for the PackageKit API - Extra applications
+Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
 
 %description extras
@@ -80,6 +86,9 @@
 
 %build
 %configure \
+%if %{with_systemd}
+--enable-systemd \
+%endif
 --disable-scrollkeeper
 %__make %{?jobs:-j%jobs} V=1
 

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



commit gnome-screensaver for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-screensaver for 
openSUSE:Factory checked in at 2012-02-16 12:21:35

Comparing /work/SRC/openSUSE:Factory/gnome-screensaver (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-screensaver.new (New)


Package is gnome-screensaver, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-screensaver/gnome-screensaver.changes  
2011-10-16 12:49:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-screensaver.new/gnome-screensaver.changes 
2012-02-16 12:21:52.0 +0100
@@ -1,0 +2,24 @@
+Fri Feb 10 08:05:26 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.2.1:
+  + Optionally use systemd instead of ConsoleKit
+  + Always lock when asked
+  + Fade out quickly on explicit locks
+  + Allow arbitrary long idle times
+  + Fix background scaling on multi-monitor setups
+  + Implement OpenBSD authentication
+  + Updated translations.
+- Rebase gnome-screensaver-helper.patch: the configure.ac part had
+  to be completely rewritten after the addition of support for
+  OpenBSD authentication.
+- Rebase gnome-screensaver-finger-print.patch.
+- Enable support for systemd session tracking:
+  + Note that it will fall back to ConsoleKit at runtime, so it's
+fine to build it.
+  + Add pkgconfig() BuildRequires: libsystemd-login,
+libsystemd-daemon.
+  + Pass --with-systemd to configure.
+- Pass --with-console-kit to configure to make sure we also build
+  ConsoleKit support.
+
+---

Old:

  gnome-screensaver-3.2.0.tar.bz2

New:

  gnome-screensaver-3.2.1.tar.xz



Other differences:
--
++ gnome-screensaver.spec ++
--- /var/tmp/diff_new_pack.ca2xzv/_old  2012-02-16 12:21:54.0 +0100
+++ /var/tmp/diff_new_pack.ca2xzv/_new  2012-02-16 12:21:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-screensaver
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gnome-screensaver
-Version:3.2.0
-Release:1
+Version:3.2.1
+Release:0
 Url:http://www.gnome.org/
-Group:  System/GUI/GNOME
-License:GPL-2.0+
 Summary:GNOME Screen Saver and Locker
-Source: 
http://download.gnome.org/sources/gnome-screensaver/3.2/%{name}-%{version}.tar.bz2
+License:GPL-2.0+
+Group:  System/GUI/GNOME
+Source: 
http://download.gnome.org/sources/gnome-screensaver/3.2/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE gnome-screensaver-suse-pam.diff
 Patch:  gnome-screensaver-suse-pam.diff
 # PATCH-FIX-UPSTREAM gnome-screensaver-helper.patch bgo#640647 
fcro...@novell.com -- Put back helper authentication, removed by upstream
@@ -52,6 +49,8 @@
 # Needed by gnome-screensaver-finger-print.patch
 BuildRequires:  pkgconfig(libfprint)
 BuildRequires:  pkgconfig(libgnomekbdui)
+BuildRequires:  pkgconfig(libsystemd-daemon)
+BuildRequires:  pkgconfig(libsystemd-login)
 BuildRequires:  pkgconfig(x11) = 1.0
 Requires:   /sbin/unix2_chkpwd
 Recommends: %{name}-lang
@@ -92,6 +91,8 @@
--with-pam-prefix=/etc\
--enable-authentication-scheme=helper\
--with-passwd-helper=/sbin/unix2_chkpwd\
+   --with-console-kit\
+   --with-systemd\
--disable-docbook-docs
 %__make %{?jobs:-j%jobs}
 

++ gnome-screensaver-finger-print.patch ++
--- /var/tmp/diff_new_pack.ca2xzv/_old  2012-02-16 12:21:54.0 +0100
+++ /var/tmp/diff_new_pack.ca2xzv/_new  2012-02-16 12:21:54.0 +0100
@@ -2,7 +2,7 @@
 ===
 --- configure.ac.orig
 +++ configure.ac
-@@ -916,6 +916,21 @@ if test x$have_libnotify = xyes; the
+@@ -677,6 +677,21 @@ if test x$have_libgnomekbdui = xyes;
  fi
  
  dnl 
---
@@ -40,7 +40,7 @@
  #include glib/gi18n.h
  #include gdk/gdkx.h
  #include gtk/gtk.h
-@@ -70,6 +75,12 @@ static GOptionEntry entries [] = {
+@@ -74,6 +79,12 @@ static GOptionEntry entries [] = {
  { NULL }
  };
  
@@ -53,7 +53,7 @@
  static char *
  get_id_string (GtkWidget *widget)
  {
-@@ -352,12 +363,118 @@ quit_timeout_cb (gpointer data)
+@@ -360,12 +371,118 @@ quit_timeout_cb (gpointer data)
  return FALSE;
  }
  
@@ -172,7 +172,7 @@
  
  again = TRUE;
  res = 

commit gnome-screenshot for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-screenshot for 
openSUSE:Factory checked in at 2012-02-16 12:21:42

Comparing /work/SRC/openSUSE:Factory/gnome-screenshot (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-screenshot.new (New)


Package is gnome-screenshot, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-screenshot/gnome-screenshot.changes
2011-11-17 11:04:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-screenshot.new/gnome-screenshot.changes   
2012-02-16 12:21:54.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb  7 09:51:34 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.2:
+  + Make non-interactive mode headless
+  + Update to the new shell Screenshot API
+  + Port to GApplication
+
+---

Old:

  gnome-screenshot-3.3.1.tar.bz2

New:

  gnome-screenshot-3.3.2.tar.xz



Other differences:
--
++ gnome-screenshot.spec ++
--- /var/tmp/diff_new_pack.6XinVN/_old  2012-02-16 12:21:55.0 +0100
+++ /var/tmp/diff_new_pack.6XinVN/_new  2012-02-16 12:21:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-screenshot
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnome-screenshot
-Version:3.3.1
-Release:1
-License:GPL-2.0+
+Version:3.3.2
+Release:0
 Summary:Utility to take pictures of your screen
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/gnome-screenshot/3.3/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-screenshot/3.3/%{name}-%{version}.tar.xz
 # The applets-screenshooter.png icon files are missing in the tarball, see 
bgo#663191
 Source1:applets-screenshooter-16.png
 Source2:applets-screenshooter-22.png







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



commit gnome-terminal for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2012-02-16 12:21:52

Comparing /work/SRC/openSUSE:Factory/gnome-terminal (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-terminal.new (New)


Package is gnome-terminal, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes
2011-10-18 14:14:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes   
2012-02-16 12:21:55.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb  7 14:01:39 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.0:
+  + Add default encoding profile property (bgo#108711)
+  + Works with gtk+ broadway backend
+  + Updated translations.
+
+---

Old:

  gnome-terminal-3.2.1.tar.bz2

New:

  gnome-terminal-3.3.0.tar.xz



Other differences:
--
++ gnome-terminal.spec ++
--- /var/tmp/diff_new_pack.zPnQTW/_old  2012-02-16 12:21:57.0 +0100
+++ /var/tmp/diff_new_pack.zPnQTW/_new  2012-02-16 12:21:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-terminal
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gnome-terminal
+Version:3.3.0
+Release:0
+Summary:GNOME Terminal
 License:GPL-3.0+ ; LGPL-2.1+
 Group:  System/X11/Terminals
-Version:3.2.1
-Release:1
-Summary:GNOME Terminal
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-terminal/3.2/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-terminal/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 # for gtk-builder-convert

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



commit gnome-user-docs for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-user-docs for openSUSE:Factory 
checked in at 2012-02-16 12:21:57

Comparing /work/SRC/openSUSE:Factory/gnome-user-docs (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-user-docs.new (New)


Package is gnome-user-docs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs.changes  
2012-01-05 19:12:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs.changes 
2012-02-16 12:21:59.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:47:11 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gnome-user-docs.spec ++
--- /var/tmp/diff_new_pack.hgXnQ3/_old  2012-02-16 12:22:00.0 +0100
+++ /var/tmp/diff_new_pack.hgXnQ3/_new  2012-02-16 12:22:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-user-docs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   gnome-user-docs
 Version:3.2.2
-Release:1
+Release:0
 # FIXME: parallel build is disabled because it's actually much slower (see 
bgo#659421); should be safe to reenable in 3.3.x
 # FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
-License:GFDL 1.1
 Summary:GNOME Desktop Documentation
-Url:http://www.gnome.org
+License:GFDL-1.1
 Group:  Documentation/Other
+Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-user-docs/3.2/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  itstool

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



commit gtkmm-documentation for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gtkmm-documentation for 
openSUSE:Factory checked in at 2012-02-16 12:22:06

Comparing /work/SRC/openSUSE:Factory/gtkmm-documentation (Old)
 and  /work/SRC/openSUSE:Factory/.gtkmm-documentation.new (New)


Package is gtkmm-documentation, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm-documentation/gtkmm-documentation.changes  
2012-01-09 15:17:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gtkmm-documentation.new/gtkmm-documentation.changes 
2012-02-16 12:22:08.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:47:23 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gtkmm-documentation.spec ++
--- /var/tmp/diff_new_pack.nBFtxT/_old  2012-02-16 12:22:09.0 +0100
+++ /var/tmp/diff_new_pack.nBFtxT/_new  2012-02-16 12:22:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkmm-documentation
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   gtkmm-documentation
 Version:3.2.1
-Release:1
-License:GFDL 1.2 ; GPLv2+
+Release:0
 Summary:C++ Bindings for GTK+ -- Documentation
-Url:http://www.gnome.org
+License:GFDL-1.2 ; GPL-2.0+
 Group:  Documentation/Other
+Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gtkmm-documentation/3.2/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
@@ -40,7 +39,6 @@
 freely combined to quickly create complex user interfaces.
 
 %package -n gtkmm3-tutorial
-License:GFDL 1.2 ; GPLv2+
 Summary:C++ Bindings for GTK+ -- Tutorial
 Group:  Documentation/Other
 Requires:   gtkmm3-doc

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



  1   2   3   4   >