commit armadillo for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2012-06-05 12:02:26

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


Package is armadillo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2012-05-31 
17:02:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2012-06-05 
12:02:28.0 +0200
@@ -1,0 +2,8 @@
+Thu May 31 17:33:30 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.2:
+  + Better detection of ATLAS on Fedora and Red Hat systems
+  + Minor fix for compiling without debugging enabled (aka release
+mode).
+
+---

Old:

  armadillo-3.2.1.tar.gz

New:

  armadillo-3.2.2.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.PWddkj/_old  2012-06-05 12:02:32.0 +0200
+++ /var/tmp/diff_new_pack.PWddkj/_new  2012-06-05 12:02:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   armadillo
-Version:3.2.1
+Version:3.2.2
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:LGPL-3.0+

++ armadillo-3.2.1.tar.gz - armadillo-3.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-3.2.1/CMakeLists.txt 
new/armadillo-3.2.2/CMakeLists.txt
--- old/armadillo-3.2.1/CMakeLists.txt  2012-05-25 08:27:22.0 +0200
+++ new/armadillo-3.2.2/CMakeLists.txt  2012-06-01 08:20:52.0 +0200
@@ -16,7 +16,7 @@
 
 set(ARMA_MAJOR 3)
 set(ARMA_MINOR 2)
-set(ARMA_PATCH 1)
+set(ARMA_PATCH 2)
 
 message(STATUS Configuring Armadillo 
${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-3.2.1/build_aux/cmake/Modules/ARMA_FindCBLAS.cmake 
new/armadillo-3.2.2/build_aux/cmake/Modules/ARMA_FindCBLAS.cmake
--- old/armadillo-3.2.1/build_aux/cmake/Modules/ARMA_FindCBLAS.cmake
2010-06-28 03:51:58.0 +0200
+++ new/armadillo-3.2.2/build_aux/cmake/Modules/ARMA_FindCBLAS.cmake
2012-05-28 15:53:45.0 +0200
@@ -16,7 +16,7 @@
 SET(CBLAS_NAMES ${CBLAS_NAMES} cblas)
 FIND_LIBRARY(CBLAS_LIBRARY
   NAMES ${CBLAS_NAMES}
-  PATHS /usr/lib64/atlas /usr/lib/atlas /usr/local/lib64/atlas 
/usr/local/lib/atlas /usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib
+  PATHS /usr/lib64/atlas-sse3 /usr/lib64/atlas /usr/lib64 
/usr/local/lib64/atlas /usr/local/lib64 /usr/lib/atlas-sse3 /usr/lib/atlas-sse2 
/usr/lib/atlas-sse /usr/lib/atlas-3dnow /usr/lib/atlas /usr/lib 
/usr/local/lib/atlas /usr/local/lib
   )
 
 IF (CBLAS_LIBRARY AND CBLAS_INCLUDE_DIR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-3.2.1/build_aux/cmake/Modules/ARMA_FindCLAPACK.cmake 
new/armadillo-3.2.2/build_aux/cmake/Modules/ARMA_FindCLAPACK.cmake
--- old/armadillo-3.2.1/build_aux/cmake/Modules/ARMA_FindCLAPACK.cmake  
2010-06-28 03:51:58.0 +0200
+++ new/armadillo-3.2.2/build_aux/cmake/Modules/ARMA_FindCLAPACK.cmake  
2012-05-28 15:53:45.0 +0200
@@ -17,7 +17,7 @@
 SET(CLAPACK_NAMES ${CLAPACK_NAMES} clapack)
 FIND_LIBRARY(CLAPACK_LIBRARY
   NAMES ${CLAPACK_NAMES}
-  PATHS /usr/lib64/atlas /usr/lib/atlas /usr/local/lib64/atlas 
/usr/local/lib/atlas /usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib
+  PATHS /usr/lib64/atlas-sse3 /usr/lib64/atlas /usr/lib64 
/usr/local/lib64/atlas /usr/local/lib64 /usr/lib/atlas-sse3 /usr/lib/atlas-sse2 
/usr/lib/atlas-sse /usr/lib/atlas-3dnow /usr/lib/atlas /usr/lib 
/usr/local/lib/atlas /usr/local/lib
   )
 
 IF (CLAPACK_LIBRARY AND CLAPACK_INCLUDE_DIR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-3.2.1/docs/index.html 
new/armadillo-3.2.2/docs/index.html
--- old/armadillo-3.2.1/docs/index.html 2012-05-25 05:34:16.0 +0200
+++ new/armadillo-3.2.2/docs/index.html 2012-06-01 08:08:51.0 +0200
@@ -113,6 +113,7 @@
 a href=#diagdiag/anbsp;middot;
 a href=#element_accesselementnbsp;access/anbsp;middot;
 a href=#element_initialisationelementnbsp;initialisation/anbsp;middot;
+a href=#eval_membereval/anbsp;middot;
 a href=#eye_membereye/anbsp;middot;
 a href=#fillfill/anbsp;middot;
 a href=#i_memberi (inverse)/anbsp;middot;
@@ -292,68 +293,68 @@
   tbody
 tr
   td style=vertical-align: top;
-  umat
+  mat
   /td
   td style=vertical-align: top;
   nbsp;=nbsp;
   /td
   td style=vertical-align: top;
-  Matlt;a href=#uworduword/agt;
+  Matlt;doublegt;
   

commit libvpd2 for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libvpd2 for openSUSE:Factory checked 
in at 2012-06-05 12:02:32

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libvpd2/libvpd2.changes  2012-03-22 
12:36:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvpd2.new/libvpd2.changes 2012-06-05 
12:02:33.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun  1 13:35:11 UTC 2012 - jloe...@suse.com
+
+- clean up spec file 
+
+---



Other differences:
--
++ libvpd2.spec ++
--- /var/tmp/diff_new_pack.WjS1Bn/_old  2012-06-05 12:02:35.0 +0200
+++ /var/tmp/diff_new_pack.WjS1Bn/_new  2012-06-05 12:02:35.0 +0200
@@ -19,20 +19,20 @@
 Name:   libvpd2
 Version:2.1.3
 Release:0
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRequires:  sqlite3-devel
-BuildRequires:  zlib-devel
 Summary:VPD Database access library for lsvpd
 License:LGPL-2.1+
 Group:  Development/Libraries/Other
 Url:http://linux-diag.sourceforge.net/Lsvpd.html
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libvpd-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch0: libvpd2-gcc47.patch
 Patch3: libvpd.async.patch
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  sqlite3-devel
+BuildRequires:  zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The libvpd_cxx package contains the classes that are used to access a

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



commit package-translations for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-06-05 12:02:38

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-05-31 17:07:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-06-05 12:02:40.0 +0200
@@ -2 +2 @@
-Tue May 29 16:13:51 CEST 2012 - co...@suse.com
+Sat Jun  2 16:13:51 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-05-29
+- automated update on 2012-06-02



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-nl.mo and new/mo/package-translations-nl.mo 
differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ

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



commit patterns for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package patterns for openSUSE:Factory 
checked in at 2012-06-05 12:02:43

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


Package is patterns, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/patterns/patterns.changes2011-10-16 
12:57:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns.new/patterns.changes   2012-06-05 
12:02:45.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun  1 11:11:03 UTC 2012 - lsle...@suse.cz
+
+- added webyast pattern
+
+---

Old:

  patterns-1.2100.tar.bz2

New:

  patterns-1.2101.tar.bz2



Other differences:
--
++ patterns.spec ++
--- /var/tmp/diff_new_pack.ahVBvf/_old  2012-06-05 12:02:48.0 +0200
+++ /var/tmp/diff_new_pack.ahVBvf/_new  2012-06-05 12:02:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package patterns
 #
-# 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,13 @@
 #
 
 
-
 Name:   patterns
 BuildRequires:  recode-devel
+Summary:Patterns Translation Tool
 License:GPL-2.0
 Group:  System/Packages
-AutoReqProv:on
-Summary:Patterns Translation Tool
-Version:1.2100
-Release:1
+Version:1.2101
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: patterns-%{version}.tar.bz2
 Source1:create_pattern.sh

++ patterns-1.2100.tar.bz2 - patterns-1.2101.tar.bz2 ++
 9965 lines of diff (skipped)

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



commit perl-AnyEvent for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-AnyEvent for openSUSE:Factory 
checked in at 2012-06-05 12:02:48

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


Package is perl-AnyEvent, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-AnyEvent/perl-AnyEvent.changes  
2012-02-14 11:25:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-AnyEvent.new/perl-AnyEvent.changes 
2012-06-05 12:02:56.0 +0200
@@ -1,0 +2,45 @@
+Wed May 30 07:48:20 UTC 2012 - co...@suse.com
+
+- it's not noarch
+
+---
+Fri May 25 03:22:50 UTC 2012 - co...@suse.com
+
+- updated to 7.01
+   - fail with EPROTO in AnyEvent::Handle wqhen TLS is requested but
+  not available, instead of throwing an exception.
+   - use File::Spec to get the tmpdir in t/*, to avoid needless
+  failures on (most, not mine :) windows boxes.
+- new handle read types: tls_detect and tls_autostart.
+- child watchers are broken in POE 1.352 (also many earlier
+  versions) and there seems to be no way to work around it, as POE
+  itself is inherently racy. Document this regression and add a delay
+  in t/68_poe_03_child.t for the time being.
+   - new module AnyEvent::IO, that is a frontend to either a pure-perl
+  synchronous I/O implementation (AnyEvent::IO::Perl), or to the
+  asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO).
+- load /etc/hosts only when DNS has no answer.
+- stat /etc/hosts on every access and reload it if it changed.
+- load /etc/hosts via AnyEvent::IO - potentially asynchronous.
+- fix a buggy croak in the dh parameter reading in AnyEvent::TLS.
+- AnyEvent::Log log_to_file and log_to_path now use AnyEvent::IO. As
+  a side effect, they now use true appending as opposed to libc
+  appending, and the file might not have been opened when the function
+  returns.
+- the default logging level was not properly documented in a variety of
+  places, this has hopefully been rectified.
+   - updated uts46data.pl for unicode 6.1.0.
+- made log messages generated by AnyEvent submodules not
+  include the package name anymore, as it will be logged
+  by default already.
+- upgrade to the trick used by common-sense 3.5 to work
+  around extra warning torture/breakage under perl 5.15.x.
+- log messages by anyevent are now ucfirst, are usually full
+  sentences and do no longer include the package name.
+- the storable read type would sometimes throw an exception instead
+  of causing EBADMSG (analyzed by Maxime Soulé).
+- work around a bug in openssl 1.0.1 which enforces a minimum rsa
+  keysize (reported by Paul Howarth).
+   - documented Rocco fabricating statements about AnyEvent and me.
+
+---

Old:

  AnyEvent-6.14.tar.gz

New:

  AnyEvent-7.01.tar.gz



Other differences:
--
++ perl-AnyEvent.spec ++
--- /var/tmp/diff_new_pack.oMf4pW/_old  2012-06-05 12:03:00.0 +0200
+++ /var/tmp/diff_new_pack.oMf4pW/_new  2012-06-05 12:03:00.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   perl-AnyEvent
-Version:6.14
+Version:7.01
 Release:0
 %define cpan_name AnyEvent
-Summary:The DBI of event loop programming
+Summary:the DBI of event loop programming
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/AnyEvent/
@@ -29,12 +29,16 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 #BuildRequires: perl(AnyEvent)
+#BuildRequires: perl(AnyEvent::AIO)
 #BuildRequires: perl(AnyEvent::Debug)
 #BuildRequires: perl(AnyEvent::DNS)
 #BuildRequires: perl(AnyEvent::Handle)
 #BuildRequires: perl(AnyEvent::Impl::Perl)
 #BuildRequires: perl(AnyEvent::Impl::Qt::Io)
 #BuildRequires: perl(AnyEvent::Impl::Qt::Timer)
+#BuildRequires: perl(AnyEvent::IO)
+#BuildRequires: perl(AnyEvent::IO::IOAIO)
+#BuildRequires: perl(AnyEvent::IO::Perl)
 #BuildRequires: perl(AnyEvent::Log)
 #BuildRequires: perl(AnyEvent::Loop)
 #BuildRequires: perl(AnyEvent::Socket)
@@ -48,6 +52,7 @@
 #BuildRequires: perl(FLTK) = 0.532
 #BuildRequires: perl(Glib) = 1.210
 #BuildRequires: perl(Guard)
+#BuildRequires: perl(IO::AIO) = 4.13
 #BuildRequires: perl(IO::Async::Loop) = 0.33
 #BuildRequires: perl(Irssi)
 #BuildRequires: perl(JSON)

++ AnyEvent-6.14.tar.gz - AnyEvent-7.01.tar.gz ++
 4117 lines of 

commit perl-CPAN-Meta for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta for openSUSE:Factory 
checked in at 2012-06-05 12:02:54

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


Package is perl-CPAN-Meta, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Meta/perl-CPAN-Meta.changes
2012-03-06 13:40:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Meta.new/perl-CPAN-Meta.changes   
2012-06-05 12:03:00.0 +0200
@@ -1,0 +2,34 @@
+Thu May 31 13:38:13 UTC 2012 - co...@suse.com
+
+- we need to use the package name explicitly because of version
+  mismatch between perl and rpm
+
+---
+Wed May 30 12:33:34 UTC 2012 - co...@suse.com
+
+- updated to 2.120921
+  [REMOVED]
+
+  - CPAN::Meta::Requirements has been split out into its own distribution
+so it can be used by CPAN.pm without requiring all of CPAN::Meta
+
+  [ADDED]
+
+  - CPAN::Meta::Requirements now has a 'requirements_for_module' method
+to retrieve a version requirements string for a specific module
+[Leon Timmermans]
+
+  [OTHER]
+
+  - Parse::CPAN::Meta prerequisite bumped to 1.4403
+  - JSON::PP prerequisites bumped to 2.27200
+  - CPAN::Meta::YAML prerequisite bumped to 0.008
+
+  [BUGFIX]
+
+  - CPAN::Meta::Requirements now treats undef requirements given to
+from_string_hash() as '0' and warns about it; add_string_requirements()
+dies if it does not get a requirements string to parse
+
+
+---

Old:

  CPAN-Meta-2.120630.tar.gz

New:

  CPAN-Meta-2.120921.tar.gz



Other differences:
--
++ perl-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.ngrs3A/_old  2012-06-05 12:03:02.0 +0200
+++ /var/tmp/diff_new_pack.ngrs3A/_new  2012-06-05 12:03:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Meta
-Version:2.120630
+Version:2.120921
 Release:0
 %define cpan_name CPAN-Meta
 Summary:the distribution metadata for a CPAN dist
@@ -29,24 +29,20 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
+BuildRequires:  perl-CPAN-Meta-Requirements = 2.121
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta::YAML) = 0.002
+BuildRequires:  perl(CPAN::Meta::YAML) = 0.008
 BuildRequires:  perl(File::Temp) = 0.20
-BuildRequires:  perl(JSON::PP) = 2.27103
-BuildRequires:  perl(Parse::CPAN::Meta) = 1.4400
+BuildRequires:  perl(JSON::PP) = 2.27200
+BuildRequires:  perl(Parse::CPAN::Meta) = 1.4403
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(version) = 0.88
-#BuildRequires: perl(CPAN::Meta)
-#BuildRequires: perl(CPAN::Meta::Converter)
-#BuildRequires: perl(CPAN::Meta::Feature)
-#BuildRequires: perl(CPAN::Meta::Prereqs)
-#BuildRequires: perl(CPAN::Meta::Requirements)
-#BuildRequires: perl(CPAN::Meta::Validator)
-#BuildRequires: perl(Test::Requires)
-Requires:   perl(CPAN::Meta::YAML) = 0.002
-Requires:   perl(JSON::PP) = 2.27103
-Requires:   perl(Parse::CPAN::Meta) = 1.4400
+Requires:   perl-CPAN-Meta-Requirements = 2.121
+Requires:   perl(CPAN::Meta::YAML) = 0.008
+Requires:   perl(JSON::PP) = 2.27200
+Requires:   perl(Parse::CPAN::Meta) = 1.4403
 Requires:   perl(version) = 0.88
+
 %{perl_requires}
 
 %description

++ CPAN-Meta-2.120630.tar.gz - CPAN-Meta-2.120921.tar.gz ++
 1789 lines of diff (skipped)

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



commit plymouth for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-06-05 12:02:59

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-06-01 
07:22:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-06-05 
12:03:02.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  4 18:34:08 UTC 2012 - tittiatc...@gmail.com
+
+- Ensure that the openSUSE theme is default. (bnc#765277)
+- Remove unnecessary changes to the kernel options. Plymouth also
+  accepts splash=silent.
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.LPQaYw/_old  2012-06-05 12:03:04.0 +0200
+++ /var/tmp/diff_new_pack.LPQaYw/_new  2012-06-05 12:03:04.0 +0200
@@ -324,7 +324,7 @@
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 
 # Change the default theme
-sed -i -e 's/fade-in/solar/g' src/plymouthd.defaults
+sed -i -e 's/fade-in/openSUSE/g' src/plymouthd.defaults
 
 %build
 autoreconf -fiv
@@ -369,6 +369,7 @@
 cp $RPM_SOURCE_DIR/boot-duration 
%{buildroot}%{_datadir}/plymouth/default-boot-duration
 cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
 cp %{SOURCE2} %{buildroot}%{_datadir}/plymouth/logo.png
+cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults 
%{buildroot}/%{_sysconfdir}/plymouth/plymouth.conf
 
 mkdir -p %{buildroot}/lib/mkinitrd/scripts
 install -t %{buildroot}/lib/mkinitrd/scripts \
@@ -387,28 +388,12 @@
 if [ ! -e /.buildenv ]; then 
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f 
%{_datadir}/plymouth/default-boot-duration 
%{_localstatedir}/lib/plymouth/boot-duration
%{_libexecdir}/plymouth/plymouth-update-initrd
-   if [ $1 -eq 1 ]; then
-  if [ -f %{_sysconfdir}/default/grub ]; then
-  sed -i 's|splash=silent|splash|g' %{_sysconfdir}/default/grub
-  grub2-mkconfig -o /boot/grub2/grub.cfg
-  fi
-  if [ -f /boot/grub/menu.lst ]; then
-  sed -i 's|splash=silent|splash|g' /boot/grub/menu.lst
-  fi
-   fi
 fi
 
 %postun
 if [ $1 -eq 0 ]; then
 rm -f %{_libdir}/plymouth/default.so
 rm -f /boot/initrd-plymouth.img
-if [ -f %{_sysconfdir}/default/grub ]; then
-   sed -i 's|splash|splash=silent|g' %{_sysconfdir}/default/grub
-   grub2-mkconfig -o /boot/grub2/grub.cfg
-fi
-if [ -f /boot/grub/menu.lst ]; then
-   sed -i 's|splash|splash=silent|g' /boot/grub/menu.lst
-fi
 fi
 
 %post scripts -p /sbin/mkinitrd_setup
@@ -501,6 +486,7 @@
 %dir %{_libdir}/plymouth
 %dir %{_libdir}/plymouth/renderers
 %dir %{_sysconfdir}/plymouth
+%{_sysconfdir}/plymouth/plymouth.conf
 %{plymouthdaemon_execdir}/plymouthd
 %{plymouthclient_execdir}/plymouth
 /bin/plymouth




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



commit v8 for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2012-06-05 12:03:16

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


Package is v8, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/v8/v8.changes2012-05-31 17:11:23.0 
+0200
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes   2012-06-05 
12:03:17.0 +0200
@@ -1,0 +2,18 @@
+Wed May 30 09:17:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.11.7.0
+  * Get better function names in stack traces.
+  * Fixed RegExp.prototype.toString for incompatible receivers
+(issue 1981).
+  * Some cleanup to common.gypi. This fixes some host/target 
+combinations that weren't working in the Make build on Mac.
+  * Handle EINTR in socket functions and continue incomplete sends.
+(issue 2098)
+  * Fixed python deprecations.  (issue 1391)
+  * Made socket send and receive more robust and return 0 on 
+failure.  (Chromium issue 15719)
+  * Fixed GCC 4.7 (C++11) compilation.  (issue 2136)
+  * Set '-m32' option for host and target platforms
+  * Performance and stability improvements on all platforms.
+
+---

Old:

  v8.3.11.3.0.tar.lzma

New:

  v8.3.11.7.0.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.Anx91D/_old  2012-06-05 12:03:19.0 +0200
+++ /var/tmp/diff_new_pack.Anx91D/_new  2012-06-05 12:03:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   v8
-Version:3.11.3.0
+Version:3.11.7.0
 Release:0
 Summary:JavaScript Engine
 License:BSD-3-Clause
@@ -84,9 +84,9 @@
 lzma -cd %{SOURCE0} | tar xf -
 
 %setup -D -T -n %{name}
-%patch0 -p0
+#patch0 -p0
 %if %suse_version  1140
-%patch1 -p0
+#patch1 -p0
 %endif
 
 # -fno-strict-aliasing is needed with gcc 4.4 to get past some ugly code

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



commit xcb-util-image for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package xcb-util-image for openSUSE:Factory 
checked in at 2012-06-05 12:03:27

Comparing /work/SRC/openSUSE:Factory/xcb-util-image (Old)
 and  /work/SRC/openSUSE:Factory/.xcb-util-image.new (New)


Package is xcb-util-image, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xcb-util-image/xcb-util-image.changes
2012-03-26 11:08:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcb-util-image.new/xcb-util-image.changes   
2012-06-05 12:03:28.0 +0200
@@ -1,0 +2,8 @@
+Thu May 31 14:18:10 UTC 2012 - sndir...@suse.com
+
+- update to version 0.3.9
+  * Add missing xcb_bitops.h.
+  * Don't try to build test_xcb_image_shm if SHM isn't available (for example 
on MinGW).
+  * Use rand() instead of random() (more portable, for example to MinGW).
+
+---

Old:

  xcb-util-image-0.3.8.tar.bz2

New:

  xcb-util-image-0.3.9.tar.bz2



Other differences:
--
++ xcb-util-image.spec ++
--- /var/tmp/diff_new_pack.YpJHeZ/_old  2012-06-05 12:03:30.0 +0200
+++ /var/tmp/diff_new_pack.YpJHeZ/_new  2012-06-05 12:03:30.0 +0200
@@ -14,9 +14,11 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   xcb-util-image
 %define lname  libxcb-image0
-Version:0.3.8
+Version:0.3.9
 Release:0
 Summary:XCB utility module for XImage/XShmImage-like functions
 License:MIT
@@ -29,9 +31,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf = 2.59c, automake, libtool
 BuildRequires: pkgconfig
-BuildRequires: pkgconfig(xcb) = 1.4, pkgconfig(xcb-proto) = 1.6
-BuildRequires: pkgconfig(xorg-macros) = 1.6.0, pkgconfig(xproto) = 7.0.8
-BuildRequires: pkgconfig(xcb-shm), pkgconfig(xcb-util)
+BuildRequires:  pkgconfig(xcb) = 1.4
+BuildRequires:  pkgconfig(xcb-proto) = 1.6
+BuildRequires:  pkgconfig(xcb-shm)
+BuildRequires:  pkgconfig(xcb-util)
+BuildRequires:  pkgconfig(xorg-macros) = 1.6.0
+BuildRequires:  pkgconfig(xproto) = 7.0.8
 
 %description
 The XCB util modules provide a number of libraries which sit on top

++ xcb-util-image-0.3.8.tar.bz2 - xcb-util-image-0.3.9.tar.bz2 ++
 12362 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/xcb-util-image-0.3.8/ChangeLog new/xcb-util-image-0.3.9/ChangeLog
--- old/xcb-util-image-0.3.8/ChangeLog  2011-04-25 18:56:05.0 +0200
+++ new/xcb-util-image-0.3.9/ChangeLog  2012-05-31 05:44:36.0 +0200
@@ -1,3 +1,70 @@
+commit 155d4c90d7ddb599fcff34dfc403b223c3a35ce8
+Author: Arnaud Fontaine ar...@debian.org
+Date:   Wed May 30 14:23:19 2012 +0900
+
+Release 0.3.9
+
+Signed-off-by: Arnaud Fontaine ar...@debian.org
+
+commit 22d62378f721555970d5f6a9a1f9fde233fd226c
+Author: Arnaud Fontaine ar...@debian.org
+Date:   Tue May 22 17:22:15 2012 +0900
+
+Fix GCC warning in test_formats.
+
+commit f7921a5f1b4524300f297c41200623d7b7fbf17a
+Author: Jon TURNEY jon.tur...@dronecode.org.uk
+Date:   Thu Jan 5 21:01:51 2012 +
+
+Use rand() instead of random(), being part of the C standard library,
+it is more portable (for example, to MinGW)
+
+Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
+Reviewed-by: Arnaud Fontaine ar...@debian.org
+
+commit 98ca67376f87854b1b9308ac948d16a890e5088b
+Author: Jon TURNEY jon.tur...@dronecode.org.uk
+Date:   Thu Jan 5 21:01:50 2012 +
+
+Don't try to build test_xcb_image_shm if SHM isn't available (for example, 
on MinGW)
+
+Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
+Reviewed-by: Arnaud Fontaine ar...@debian.org
+
+commit 51ba72634a3fdaaddacf917373cc44b1bf53829d
+Author: Arnaud Fontaine ar...@debian.org
+Date:   Mon May 21 11:06:59 2012 +0900
+
+Add autogen.sh to EXTRA_DIST.
+
+commit 8b31d4b184a03d6de95d50275e237958909aebcd
+Author: Arnaud Fontaine ar...@debian.org
+Date:   Mon May 21 11:06:53 2012 +0900
+
+Remove Doxyfile which is unused, out dated and wrong.
+
+commit 46842004b8a9419dec49caf95e516f801bcda5b0
+Author: Roberto Branciforti rbb...@gmail.com
+Date:   Mon May 2 17:40:42 2011 +0200
+
+Fix xcb_bitops.h include path
+
+This patch fix the include path of the xcb_bitops.h file.
+
+Signed-off-by: rbbrnc rbbr...@gmail.com
+
+commit 97e6f64dfee62a65758c0667a4ee208d7e9ab44a
+Author: Arnaud Fontaine ar...@debian.org
+Date:   

commit xorg-x11-driver-video-nouveau for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video-nouveau for 
openSUSE:Factory checked in at 2012-06-05 12:03:32

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video-nouveau (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video-nouveau.new (New)


Package is xorg-x11-driver-video-nouveau, Maintainer is mh...@novell.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video-nouveau/xorg-x11-driver-video-nouveau.changes
  2012-06-01 18:55:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video-nouveau.new/xorg-x11-driver-video-nouveau.changes
 2012-06-05 12:03:33.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 09:07:30 UTC 2012 - sndir...@suse.com
+
+- removed unnecessary git-core buildrequires 
+
+---



Other differences:
--
++ xorg-x11-driver-video-nouveau.spec ++
--- /var/tmp/diff_new_pack.CfwR6g/_old  2012-06-05 12:03:34.0 +0200
+++ /var/tmp/diff_new_pack.CfwR6g/_new  2012-06-05 12:03:34.0 +0200
@@ -17,7 +17,6 @@
 
 
 Name:   xorg-x11-driver-video-nouveau
-BuildRequires:  git-core
 BuildRequires:  libtool
 BuildRequires:  pciutils-devel
 BuildRequires:  xorg-x11-sdk

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



commit yast2-bootloader for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2012-06-05 12:03:36

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


Package is yast2-bootloader, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2012-05-07 22:53:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2012-06-05 12:04:01.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  4 15:51:19 CEST 2012 - mch...@suse.com
+
+- support console related global options gfxterm, serial, gfxbackground
+  and gfxmode
+- 2.23.4
+
+---

Old:

  yast2-bootloader-2.23.3.tar.bz2

New:

  yast2-bootloader-2.23.4.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.8tvLko/_old  2012-06-05 12:04:02.0 +0200
+++ /var/tmp/diff_new_pack.8tvLko/_new  2012-06-05 12:04:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:2.23.3
+Version:2.23.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-2.23.3.tar.bz2 - yast2-bootloader-2.23.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.3/VERSION 
new/yast2-bootloader-2.23.4/VERSION
--- old/yast2-bootloader-2.23.3/VERSION 2012-04-24 15:06:13.0 +0200
+++ new/yast2-bootloader-2.23.4/VERSION 2012-06-04 15:51:13.0 +0200
@@ -1 +1 @@
-2.23.3
+2.23.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.3/agents/bootloader.scr 
new/yast2-bootloader-2.23.4/agents/bootloader.scr
--- old/yast2-bootloader-2.23.3/agents/bootloader.scr   2012-03-05 
15:09:25.0 +0100
+++ new/yast2-bootloader-2.23.4/agents/bootloader.scr   2012-05-23 
10:28:52.0 +0200
@@ -10,7 +10,7 @@
  * See:
  *   libscr
  *
- * $Id: bootloader.scr 27748 2006-02-08 15:15:11Z jplack $
+ * $Id$
  *
  */
 .bootloader
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.3/agents/cfg_bootloader.scr 
new/yast2-bootloader-2.23.4/agents/cfg_bootloader.scr
--- old/yast2-bootloader-2.23.3/agents/cfg_bootloader.scr   2012-03-05 
15:09:25.0 +0100
+++ new/yast2-bootloader-2.23.4/agents/cfg_bootloader.scr   2012-05-23 
10:28:52.0 +0200
@@ -5,7 +5,7 @@
  *   SCR Agent for reading/writing /etc/sysconfig/bootloader
  *   using the sysconfig-agent
  * 
- * $Id: cfg_bootloader.scr 12859 2003-11-28 10:17:50Z jsrain $
+ * $Id$
  *
  * Read/Sets the values defined in tt/etc/sysconfig/bootloader/tt
  * in an easy manner.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.3/agents/cfg_bootsplash.scr 
new/yast2-bootloader-2.23.4/agents/cfg_bootsplash.scr
--- old/yast2-bootloader-2.23.3/agents/cfg_bootsplash.scr   2012-03-05 
15:09:25.0 +0100
+++ new/yast2-bootloader-2.23.4/agents/cfg_bootsplash.scr   2012-05-23 
10:28:52.0 +0200
@@ -5,7 +5,7 @@
  *   SCR Agent for reading/writing /etc/sysconfig/bootsplash
  *   using the sysconfig-agent
  * 
- * $Id: cfg_bootsplash.scr 16106 2004-03-12 13:11:43Z jsrain $
+ * $Id$
  *
  * Read/Sets the values defined in tt/etc/sysconfig/bootsplash/tt
  * in an easy manner.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.3/configure 
new/yast2-bootloader-2.23.4/configure
--- old/yast2-bootloader-2.23.3/configure   2012-03-05 15:09:51.0 
+0100
+++ new/yast2-bootloader-2.23.4/configure   2012-06-04 15:52:22.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-bootloader 2.23.0.
+# Generated by GNU Autoconf 2.68 for yast2-bootloader 2.23.4.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-bootloader'
 PACKAGE_TARNAME='yast2-bootloader'
-PACKAGE_VERSION='2.23.0'
-PACKAGE_STRING='yast2-bootloader 2.23.0'
+PACKAGE_VERSION='2.23.4'
+PACKAGE_STRING='yast2-bootloader 2.23.4'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1364,7 +1364,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-bootloader 2.23.0 to adapt to many 

commit php5 for openSUSE:11.4:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:11.4:Update 
checked in at 2012-06-05 12:04:52

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.EySAyW/_old  2012-06-05 12:04:53.0 +0200
+++ /var/tmp/diff_new_pack.EySAyW/_new  2012-06-05 12:04:53.0 +0200
@@ -1 +1 @@
-link package='php5.512' cicount='copy' /
+link package='php5.523' cicount='copy' /

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



commit php5 for openSUSE:12.1:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:12.1:Update 
checked in at 2012-06-05 12:04:55

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.oPNtNC/_old  2012-06-05 12:04:56.0 +0200
+++ /var/tmp/diff_new_pack.oPNtNC/_new  2012-06-05 12:04:56.0 +0200
@@ -1 +1 @@
-link package='php5.512' cicount='copy' /
+link package='php5.523' cicount='copy' /

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



commit agg for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package agg for openSUSE:Factory checked in 
at 2012-06-05 15:29:13

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


Package is agg, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/agg/agg.changes  2012-01-04 07:23:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.agg.new/agg.changes 2012-06-05 
15:29:14.0 +0200
@@ -1,0 +2,8 @@
+Tue May 29 15:37:29 UTC 2012 - jeng...@inai.de
+
+- Update agg-automake-fix.diff and remove archaic constructs
+  from Makefile.am/configure.ac that inhibit working with
+  automake 1.12.
+- Remove pointless (self-)Obsoletes/Requires
+
+---



Other differences:
--
++ agg.spec ++
--- /var/tmp/diff_new_pack.89KplK/_old  2012-06-05 15:29:15.0 +0200
+++ /var/tmp/diff_new_pack.89KplK/_new  2012-06-05 15:29:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package agg
 #
-# 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:   agg
 Version:2.5
 Release:0
@@ -28,8 +29,6 @@
 BuildRequires:  libbz2-devel
 BuildRequires:  libtool
 BuildRequires:  xorg-x11-devel
-Provides:   agg = %{version}
-Obsoletes:  agg = 2.5
 %if 0
 Source: agg-%{version}.tar.bz2
 %else
@@ -68,7 +67,7 @@
 C++ interface.
 
 %prep
-%setup -q -n agg-%{version}
+%setup -q
 %patch0
 %patch1
 %patch2 -p0

++ agg-2.5.dif ++
--- /var/tmp/diff_new_pack.89KplK/_old  2012-06-05 15:29:15.0 +0200
+++ /var/tmp/diff_new_pack.89KplK/_new  2012-06-05 15:29:16.0 +0200
@@ -1,11 +1,27 @@
+---
+ Makefile.am  |1 +
+ configure.in |   10 +-
+ 2 files changed, 10 insertions(+), 1 deletion(-)
+
+Index: Makefile.am
+===
+--- Makefile.am.orig
 Makefile.am
+@@ -1,3 +1,4 @@
++ACLOCAL_AMFLAGS = -I m4
+ SUBDIRS = src font_freetype font_win32_tt include examples
+ 
+ pkgconfigdir = $(libdir)/pkgconfig
+Index: configure.in
+===
 --- configure.in.orig
 +++ configure.in
-@@ -1,11 +1,13 @@
- AC_INIT(src/agg_arc.cpp) # give me a source file, any source file...
+@@ -2,11 +2,13 @@ AC_INIT([agg], [2.5.0])
+ AC_CONFIG_SRCDIR([src/agg_arc.cpp]) # give me a source file, any source 
file...
  AC_CANONICAL_TARGET
-+AC_CONFIG_MACRO_DIR([m4])
  AC_CONFIG_HEADERS(include/config.h)
- AM_INIT_AUTOMAKE(agg, 2.5.0)
++AC_CONFIG_MACRO_DIR([m4])
+ AM_INIT_AUTOMAKE([foreign])
  
  
  dnl Checks for programs.
@@ -14,14 +30,14 @@
 +AC_USE_SYSTEM_EXTENSIONS
  AC_PROG_CXX
  AC_ISC_POSIX
- AM_C_PROTOTYPES
+ if test x$U != x; then
 @@ -121,7 +123,13 @@ if test $no_x = yes; then
AC_MSG_WARN([*** X11 not found! Omitting X11 layer.])
  fi
  AM_CONDITIONAL(ENABLE_X11,[test x$no_x = x -a xno != x$enable_platform -a 
x$win32_host != xyes])
 +if test x$x_includes = x; then
 +  x_includes=/usr/include
-+fi 
++fi
  AC_SUBST(x_includes)
 +if test x$x_libraries = x; then
 +  x_libraries=/usr/lib
@@ -29,10 +45,3 @@
  AC_SUBST(x_libraries)
  dnl ###
  
 Makefile.am.orig
-+++ Makefile.am
-@@ -1,3 +1,4 @@
-+ACLOCAL_AMFLAGS = -I m4
- SUBDIRS = src font_freetype font_win32_tt include examples
- 
- pkgconfigdir = $(libdir)/pkgconfig

++ agg-automake-fix.diff ++
--- /var/tmp/diff_new_pack.89KplK/_old  2012-06-05 15:29:16.0 +0200
+++ /var/tmp/diff_new_pack.89KplK/_new  2012-06-05 15:29:16.0 +0200
@@ -1,24 +1,50 @@
 configure.in
-+++ configure.in   2007/09/04 15:25:47
-@@ -144,7 +144,6 @@
- AC_OUTPUT(
-Makefile
-libagg.pc
--   gpc/Makefile
-font_freetype/Makefile
-font_win32_tt/Makefile
-src/Makefile
 Makefile.am
-+++ Makefile.am2007/09/04 15:25:31
+---
+ Makefile.am  |3 ++-
+ configure.in |7 +++
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+Index: Makefile.am
+===
+--- Makefile.am.orig
 Makefile.am
 @@ -1,4 +1,4 @@
 -SUBDIRS = gpc src font_freetype font_win32_tt include examples
 +SUBDIRS = src font_freetype font_win32_tt include examples
  
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libagg.pc
-@@ -19,3 +19,5 @@
+@@ -19,3 +19,4 @@ EXTRA_DIST = Makefile.AmigaOS \
  # M4 macro file for inclusion 

commit anthy for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2012-06-05 15:29:19

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


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

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2011-12-12 
16:55:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2012-06-05 
15:29:21.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun  3 03:15:56 UTC 2012 - i...@marguerite.su
+
+- fix sles builds.
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.S1op6W/_old  2012-06-05 15:29:23.0 +0200
+++ /var/tmp/diff_new_pack.S1op6W/_new  2012-06-05 15:29:23.0 +0200
@@ -17,7 +17,9 @@
 
 Name:   anthy
 BuildRequires:  emacs-x11
+%if 0%{?suse_version} = 1110
 BuildRequires:  fdupes
+%endif
 BuildRequires:  giflib-devel
 BuildRequires:  krb5
 BuildRequires:  libpng-devel
@@ -71,6 +73,7 @@
 %package devel
 Summary:Include Files and Libraries mandatory for Development.
 License:GPL-2.0+
+Group:  System/I18n/Japanese
 Requires:   %{name} = %{version}
 # Summary(ja): Anthy のヘッダファイル及びライブラリです。
 # %description devel -l ja
@@ -106,7 +109,7 @@
 mkdir -p $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
 install -m 644 *.el *.elc 
$RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
 popd
-%if %suse_version  1020
+%if %suse_version  1110
 %fdupes $RPM_BUILD_ROOT/usr/share
 %endif
 %{__rm} -f %{buildroot}%{_libdir}/*.la

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



commit aspell-dictionaries for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package aspell-dictionaries for 
openSUSE:Factory checked in at 2012-06-05 15:29:26

Comparing /work/SRC/openSUSE:Factory/aspell-dictionaries (Old)
 and  /work/SRC/openSUSE:Factory/.aspell-dictionaries.new (New)


Package is aspell-dictionaries, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/aspell-dictionaries/aspell-dictionaries.changes  
2012-04-02 10:28:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.aspell-dictionaries.new/aspell-dictionaries.changes 
2012-06-05 15:29:34.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 08:39:38 UTC 2012 - co...@suse.com
+
+- fix encoding of -nds description
+
+---



Other differences:
--
++ aspell-dictionaries.spec ++
--- /var/tmp/diff_new_pack.EHzcgJ/_old  2012-06-05 15:29:50.0 +0200
+++ /var/tmp/diff_new_pack.EHzcgJ/_new  2012-06-05 15:29:50.0 +0200
@@ -803,8 +803,8 @@
 License:GPL-2.0+
 Group:  Productivity/Text/Spell
 Requires:   aspell = 0.50
-Provides:   locale(aspell:nb)
 Provides:   aspell-no
+Provides:   locale(aspell:nb)
 Obsoletes:  aspell-no
 
 %description -n aspell-nb
@@ -820,7 +820,7 @@
 Provides:   locale(aspell:nds)
 
 %description -n aspell-nds
-A Low Saxon (Plattd��tsch) dictionary for the aspell spell checker.
+A Low Saxon (Plattdüütsch) dictionary for the aspell spell checker.
 
 %package -n aspell-nl
 Version:1.00.7

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



commit c++-gtk-utils for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-06-05 15:29:35

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


Package is c++-gtk-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-05-03 10:54:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-06-05 15:29:51.0 +0200
@@ -1,0 +2,14 @@
+Sun May 20 14:52:02 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.0.8:
+  + Provide new Cgu::AsyncResult class.
+  + Provide copy constructors, assignment operators and swap
+methodsfor Cgu::AsyncQueue and Cgu::AsyncQueueDispatch classes.
+  + Provide size() method for Cgu::AsyncQueue and
+Cgu::AsyncQueueDispatch classes.
+  + Add default constructor for Cgu::Thread::JoinableHandle class.
+  + Add gcc-4.7 to the list of compilers requiring use of the
+-std=c++0x flag.
+  + Update other documentation.
+
+---

Old:

  c++-gtk-utils-2.0.7.tar.gz

New:

  c++-gtk-utils-2.0.8.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.cyoEsd/_old  2012-06-05 15:29:53.0 +0200
+++ /var/tmp/diff_new_pack.cyoEsd/_new  2012-06-05 15:29:53.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.7
+Version:2.0.8
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://cxx-gtk-utils.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.7/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.8/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.7.tar.gz - c++-gtk-utils-2.0.8.tar.gz ++
 35794 lines of diff (skipped)

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



commit chasen for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package chasen for openSUSE:Factory checked 
in at 2012-06-05 15:29:40

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


Package is chasen, Maintainer is dli...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/chasen/chasen.changes2011-10-03 
09:14:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.chasen.new/chasen.changes   2012-06-05 
15:29:53.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun  2 14:10:12 UTC 2012 - i...@marguerite.su
+
+- fix sles builds.
+- update version 2.4.4 with security patch.
+  * perl module is updated.
+  * Changed to BSD License
+  * chmod +x tests/*.sh
+- fix rpmlint warnings.
+
+---

Old:

  chasen-2.4.2.tar.bz2

New:

  chasen-2.4.4.tar.gz
  chasen244-secfix.diff



Other differences:
--
++ chasen.spec ++
--- /var/tmp/diff_new_pack.1DVy0h/_old  2012-06-05 15:29:54.0 +0200
+++ /var/tmp/diff_new_pack.1DVy0h/_new  2012-06-05 15:29:54.0 +0200
@@ -23,12 +23,13 @@
 License:BSD-3-Clause
 Group:  System/I18n/Japanese
 Requires:   ipadic
-Version:2.4.2
-Release:62
+Version:2.4.4
+Release:0
 Url:http://chasen.aist-nara.ac.jp/
-# original source 
http://chasen.aist-nara.ac.jp/stable/chasen/chasen-2.3.3.tar.gz
-Source0:
http://chasen.aist-nara.ac.jp/stable/chasen/%{name}-%{version}.tar.bz2
+# original source 
http://chasen.aist-nara.ac.jp/stable/chasen/chasen-2.4.4.tar.gz
+Source0:%{name}-%{version}.tar.gz
 Patch1: chasen-decls.diff
+Patch2: chasen244-secfix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Japanese Morphological Analysis System
 # Summary(ja): 形態素解析システム 茶筌
@@ -145,10 +146,13 @@
 %prep
 %setup -q
 %patch1
+%patch2 -p1
 
 %build
 autoreconf --force --install
 export CFLAGS=$RPM_OPT_FLAGS
+# fix build
+export CXXFLAGS=-fpermissive
 %configure --disable-static --with-pic --with-darts=/usr/include
 make %{?_smp_mflags}
 pushd perl
@@ -170,11 +174,14 @@
 
 %files 
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog INSTALL* NEWS README*
+%doc AUTHORS COPYING ChangeLog NEWS README*
 %doc doc/*.tex doc/*.pdf
 %{_bindir}/*
 %{_libdir}/*.so.*
 %{_libexecdir}/chasen
+%if 0%{?suse_version}  1140
+%ghost /var/adm/perl-modules/chasen
+%endif
 
 %files devel
 %defattr(-,root,root)

++ chasen244-secfix.diff ++
diff --git a/lib/chalib.c b/lib/chalib.c
index 5d79e13..cddf51b 100644
--- a/lib/chalib.c
+++ b/lib/chalib.c
@@ -306,9 +306,14 @@ chasen_sparse_main(char *input, FILE *output)
  */
 while (*input) {
int c = 0, len, cursor;
-   if ((crlf = strpbrk(input, \r\n)) == NULL)
+   if ((crlf = strpbrk(input, \r\n)) == NULL) {
len = strlen(input);
-   else {
+   if (len = CHA_INPUT_SIZE) {
+   len = CHA_INPUT_SIZE - 1;
+   crlf = input + CHA_INPUT_SIZE - 2;
+   c = 0;
+   }
+   } else {
len = crlf - input;
c = *crlf;
*crlf = '\0';
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit claws-mail for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2012-06-05 15:29:46

Comparing /work/SRC/openSUSE:Factory/claws-mail (Old)
 and  /work/SRC/openSUSE:Factory/.claws-mail.new (New)


Package is claws-mail, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2012-03-16 
13:10:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2012-06-05 15:29:55.0 +0200
@@ -1,0 +2,7 @@
+Mon May 21 11:17:17 UTC 2012 - badshah...@gmail.com
+
+- Use pkgconfig(gnutls) BuildRequires instead of gnutls-devel. This
+  is more correct and helps avoid the issue with gnutls-devel
+  having been removed from Factory.
+
+---



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.InzvaA/_old  2012-06-05 15:29:56.0 +0200
+++ /var/tmp/diff_new_pack.InzvaA/_new  2012-06-05 15:29:56.0 +0200
@@ -40,7 +40,6 @@
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  gmp-devel
-BuildRequires:  gnutls-devel = 2.2
 BuildRequires:  gpgme-devel
 %if 0%{?favor_gtk2}
 BuildRequires:  gtk2-devel
@@ -56,6 +55,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-1) = 0.60
 BuildRequires:  pkgconfig(dbus-glib-1) = 0.60
+BuildRequires:  pkgconfig(gnutls) = 2.2
 BuildRequires:  pkgconfig(sm)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   pinentry-gtk2

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



commit compiz-manager for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory 
checked in at 2012-06-05 15:29:50

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


Package is compiz-manager, Maintainer is jzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/compiz-manager/compiz-manager.changes
2011-10-04 16:55:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.compiz-manager.new/compiz-manager.changes   
2012-06-05 15:29:56.0 +0200
@@ -1,0 +2,5 @@
+Thu May 31 12:00:00 UTC 2012 - k...@gmx.de
+
+- Requires Compiz  0.9
+
+---



Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.TZ9vsi/_old  2012-06-05 15:29:58.0 +0200
+++ /var/tmp/diff_new_pack.TZ9vsi/_new  2012-06-05 15:29:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz-manager
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,7 +46,7 @@
 # PATCH-FEATURE-OPENSUSE compiz-manager-nouveau.patch dims...@opensuse.org -- 
Nouveau is sufficient to handle compiz.
 Patch13:compiz-manager-nouveau.patch
 PreReq: %fillup_prereq
-Requires:   compiz = 0.9
+Requires:   compiz  0.9
 Requires:   util-linux
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  update-desktop-files

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



commit csync2 for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package csync2 for openSUSE:Factory checked 
in at 2012-06-05 15:29:55

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


Package is csync2, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/csync2/csync2.changes2012-05-03 
10:54:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.csync2.new/csync2.changes   2012-06-05 
15:29:58.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 08:56:27 UTC 2012 - tser...@suse.com
+
+- Drop requirement on libgnutls-extra-devel (unnecessary on openSUSE)
+
+---



Other differences:
--
++ csync2.spec ++
--- /var/tmp/diff_new_pack.hBB1Ga/_old  2012-06-05 15:30:00.0 +0200
+++ /var/tmp/diff_new_pack.hBB1Ga/_new  2012-06-05 15:30:00.0 +0200
@@ -42,7 +42,9 @@
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libgnutls-devel
+%if 0%{?sles_version} == 11
 BuildRequires:  libgnutls-extra-devel
+%endif
 BuildRequires:  libtasn1-devel
 BuildRequires:  sqlite2-devel
 %if 0%{?suse_version}  1210

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



commit curlftpfs for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package curlftpfs for openSUSE:Factory 
checked in at 2012-06-05 15:30:00

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


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

Changes:

--- /work/SRC/openSUSE:Factory/curlftpfs/curlftpfs.changes  2012-05-07 
22:46:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.curlftpfs.new/curlftpfs.changes 2012-06-05 
15:30:04.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 17:03:18 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ curlftpfs.spec ++
--- /var/tmp/diff_new_pack.3Oshyo/_old  2012-06-05 15:30:05.0 +0200
+++ /var/tmp/diff_new_pack.3Oshyo/_new  2012-06-05 15:30:05.0 +0200
@@ -57,14 +57,11 @@
 %build
 autoreconf -fi
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 %{makeinstall}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr (-, root, root)
 %{_bindir}/curlftpfs

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



commit darktable for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2012-06-05 15:30:05

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


Package is darktable, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/darktable/darktable.changes  2012-05-14 
16:12:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2012-06-05 
15:30:13.0 +0200
@@ -1,0 +2,12 @@
+Mon Jun  4 08:21:28 UTC 2012 - tog...@opensuse.org
+
+- Enabled all plugins 
+
+---
+Sun Jun  3 12:23:42 UTC 2012 - meiss...@suse.com
+
+- Update to release 1.0.4
+  No upstream changelog, but various improvements, translation updates
+  and bugfixes.
+
+---

Old:

  darktable-1.0.3.tar.gz

New:

  darktable-1.0.4.tar.gz



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.3qD3M6/_old  2012-06-05 15:30:15.0 +0200
+++ /var/tmp/diff_new_pack.3qD3M6/_new  2012-06-05 15:30:15.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   darktable
-Version:1.0.3
+Version:1.0.4
 Release:0
 Url:http://darktable.sourceforge.net
-Source0:%{name}-%{version}.tar.gz
+Source0:
https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenEXR-devel
@@ -69,7 +69,7 @@
 -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \
 -DCMAKE_BUILD_TYPE=Release \
 -DBINARY_PACKAGE_BUILD=1 \
--DINSTALL_IOP_EXPERIMENTAL=Off -DINSTALL_IOP_LEGACY=Off .. 
+-DINSTALL_IOP_EXPERIMENTAL=On -DINSTALL_IOP_LEGACY=Off .. 
 %__make %{_smp_mflags} VERBOSE=1
 
 %install

++ darktable-1.0.3.tar.gz - darktable-1.0.4.tar.gz ++
 4810 lines of diff (skipped)

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



commit deb for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package deb for openSUSE:Factory checked in 
at 2012-06-05 15:30:11

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


Package is deb, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/deb/deb.changes  2012-05-14 16:13:29.0 
+0200
+++ /work/SRC/openSUSE:Factory/.deb.new/deb.changes 2012-06-05 
15:30:15.0 +0200
@@ -1,0 +2,16 @@
+Mon May 21 03:31:50 UTC 2012 - i...@marguerite.su
+
+- update to dpkg-1.16.3
+  * see 
http://packages.debian.org/changelogs/pool/main/d/dpkg/dpkg_1.16.3/changelog
+- update to debhelper 9.20120518
+  * Fix versioned dependency on dpkg for xz options. Closes: #672895
+  * dh_link: Doc improvement. Closes: #672988
+- update to devscripts-2.11.7
+  * see 
http://packages.debian.org/changelogs/pool/main/d/devscripts/devscripts_2.11.7/changelog
+- reworked patch. remove version for archtable. for it's universal.
+- add dh_make 0.60
+  * see 
http://packages.debian.org/changelogs/pool/main/d/dh-make/dh-make_0.60/changelog
+- add dh_autoreconf 6
+  * see 
http://packages.debian.org/changelogs/pool/main/d/dh-autoreconf/dh-autoreconf_6/changelog
+
+---
--- /work/SRC/openSUSE:Factory/deb/update-alternatives.changes  2012-01-31 
10:20:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.deb.new/update-alternatives.changes 
2012-06-05 15:30:15.0 +0200
@@ -1,0 +2,6 @@
+Mon May 21 03:34:58 UTC 2012 - i...@marguerite.su
+
+- update to 1.16.3
+- reworked patch
+
+---

Old:

  debhelper_8.1.2.tar.gz
  devscripts-2.10.71-buildfix.patch
  devscripts-2.10.71-debcommit-hg16.patch
  devscripts_2.10.71.tar.gz
  dpkg-1.15.8.12-archtable-suse.patch
  dpkg_1.15.8.12.tar.bz2
  update-alternatives-1.15.8.12-suse.patch

New:

  debhelper_9.20120518.tar.gz
  devscripts-2.11.7-buildfix.patch
  devscripts-2.11.7-debcommit-hg16.patch
  devscripts-2.11.7-remove-install-layout-deb.patch
  devscripts_2.11.7.tar.gz
  dh-autoreconf_6.tar.gz
  dh-make_0.60.tar.gz
  dpkg-archtable-suse.patch
  dpkg_1.16.3.tar.bz2
  update-alternatives-1.16.3-suse.patch



Other differences:
--
++ deb.spec ++
--- /var/tmp/diff_new_pack.VY4pu1/_old  2012-06-05 15:30:18.0 +0200
+++ /var/tmp/diff_new_pack.VY4pu1/_new  2012-06-05 15:30:18.0 +0200
@@ -17,49 +17,70 @@
 
 
 %define admindir %{_localstatedir}/lib/rpm/
-%define debhelper_ver 8.1.2
-%define devscripts_ver 2.10.71
+%define debhelper_ver 9.20120518
+%define devscripts_ver 2.11.7
+%define dhmake_ver 0.60
+%define dhautoreconf_ver 6
+
+%{!?py_ver: %global py_ver %(echo `python -c import sys; 
sys.stdout.write(sys.version[:3])`)}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
 
 Name:   deb
-Version:1.15.8.12
+Version:1.16.3
 Release:0
-Url:http://www.debian.org
-Provides:   debhelper
-Provides:   devscripts
-Provides:   dpkg
-Provides:   dpkg-dev
-Provides:   dpkg-doc
-Provides:   dselect
-Requires:   cpio
-Requires:   html2text
-Requires:   make
-Requires:   patch
-Requires:   perl = %{perl_version}
 Summary:Tools for Debian Packages
 License:GPL-2.0+
 Group:  System/Packages
+Url:http://www.debian.org
 Source0:
http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.bz2
 Source1:
http://ftp.de.debian.org/debian/pool/main/d/debhelper/debhelper_%{debhelper_ver}.tar.gz
 Source2:
http://ftp.de.debian.org/debian/pool/main/d/devscripts/devscripts_%{devscripts_ver}.tar.gz
 Source3:sensible-editor
+Source4:
http://ftp.de.debian.org/debian/pool/main/d/dh-make/dh-make_%{dhmake_ver}.tar.gz
+Source5:
http://ftp.de.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_%{dhautoreconf_ver}.tar.gz
+# PATCH-FIX-UPSTREAM not build translated-manpages.
 Patch0: debhelper-no-localized-manpages.patch
-Patch1: devscripts-2.10.71-buildfix.patch
+# PATCH-FIX-UPSTREAM remove bash auto completion and fix docbook template 
directories path.
+Patch1: devscripts-2.11.7-buildfix.patch
+# PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages.
 Patch2: debhelper-pod2man-no-utf8.patch
-Patch3: devscripts-2.10.71-debcommit-hg16.patch
+# PATCH-FIX-UPSTREAM hg can't commit empty, fix it.
+Patch3: 

commit fail2ban for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package fail2ban for openSUSE:Factory 
checked in at 2012-06-05 15:30:18

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


Package is fail2ban, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fail2ban/fail2ban.changes2011-11-24 
11:36:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.fail2ban.new/fail2ban.changes   2012-06-05 
15:30:21.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun  3 13:08:36 UTC 2012 - jweberho...@weberhofer.at
+
+- Update to version 0.8.6. containing various fixes and enhancements
+
+---

Old:

  fail2ban-0.8.5-update-fsf-address.patch
  fail2ban-0.8.5.tar.bz2

New:

  fail2ban-0.8.6-update-fsf-address.patch
  fail2ban-0.8.6.tar.bz2



Other differences:
--
++ fail2ban.spec ++
--- /var/tmp/diff_new_pack.kOPesi/_old  2012-06-05 15:30:24.0 +0200
+++ /var/tmp/diff_new_pack.kOPesi/_new  2012-06-05 15:30:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fail2ban
 #
-# 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,23 +16,25 @@
 #
 
 
-
 Name:   fail2ban
-License:GPL-2.0+
-Group:  Productivity/Networking/Security
-Requires:   python = 2.5, logrotate, cron, lsof
+Requires:   cron
+Requires:   logrotate
+Requires:   lsof
+Requires:   python = 2.5
 BuildRequires:  python-devel
 PreReq: %fillup_prereq
-Version:0.8.5
-Release:13
+Version:0.8.6
+Release:0
 Url:http://www.fail2ban.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Summary:Bans IP addresses that make too many authentication failures
+License:GPL-2.0+
+Group:  Productivity/Networking/Security
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.init
 Source2:%{name}.sysconfig
-Patch0: fail2ban-0.8.5-update-fsf-address.patch
+Patch0: fail2ban-%{version}-update-fsf-address.patch
 
 %description
 Fail2ban scans log files like /var/log/messages and bans IP addresses

++ fail2ban-0.8.5-update-fsf-address.patch - 
fail2ban-0.8.6-update-fsf-address.patch ++

++ fail2ban-0.8.5.tar.bz2 - fail2ban-0.8.6.tar.bz2 ++
 4446 lines of diff (skipped)

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



commit fcitx-cloudpinyin for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package fcitx-cloudpinyin for 
openSUSE:Factory checked in at 2012-06-05 15:30:24

Comparing /work/SRC/openSUSE:Factory/fcitx-cloudpinyin (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx-cloudpinyin.new (New)


Package is fcitx-cloudpinyin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-cloudpinyin/fcitx-cloudpinyin.changes  
2012-05-31 17:03:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-cloudpinyin.new/fcitx-cloudpinyin.changes 
2012-06-05 15:30:26.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 15:12:45 UTC 2012 - i...@marguerite.su
+
+- update version 0.2.2
+  * save cloudpinyin result to sunpinyin userdict.
+
+---

Old:

  fcitx-cloudpinyin-0.2.1.tar.xz

New:

  fcitx-cloudpinyin-0.2.2.tar.bz2



Other differences:
--
++ fcitx-cloudpinyin.spec ++
--- /var/tmp/diff_new_pack.4mjR8q/_old  2012-06-05 15:30:29.0 +0200
+++ /var/tmp/diff_new_pack.4mjR8q/_new  2012-06-05 15:30:29.0 +0200
@@ -18,25 +18,24 @@
 
 
 Name:   fcitx-cloudpinyin
-Version:0.2.1
-Release:1
+Version:0.2.2
+Release:0
 Summary:Cloudpinyin module for fcitx
 Group:  System/I18n/Chinese 
 License:GPL-2.0+
 Url:http://code.google.com/p/fcitx
-BuildRequires:  xz
 BuildRequires:  cmake
 BuildRequires:  fcitx-devel
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  libcurl-devel
-BuildRequires:  pkg-config
 %if 0%{?suse_version}
 BuildRequires:  pkg-config
 %else
 BuildRequires:  pkgconfig
 %endif
-Source: https://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
+#Source: https://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   locale(fcitx:zh_CN;zh_SG)
 
@@ -62,9 +61,6 @@
 %{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %{_libdir}/fcitx

++ fcitx-cloudpinyin-0.2.1.tar.xz - fcitx-cloudpinyin-0.2.2.tar.bz2 ++
 2313 lines of diff (skipped)

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



commit fluidsynth for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package fluidsynth for openSUSE:Factory 
checked in at 2012-06-05 15:30:29

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


Package is fluidsynth, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fluidsynth/fluidsynth.changes2012-01-11 
15:37:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.fluidsynth.new/fluidsynth.changes   
2012-06-05 15:30:31.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 14:25:26 UTC 2012 - toddrme2...@gmail.com
+
+- Added 32-bit compatibility library (needed by 
+  gstreamer-0_10-plugins-buzztard-32bit )
+
+---

New:

  baselibs.conf



Other differences:
--
++ baselibs.conf ++
libfluidsynth1--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit frogr for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package frogr for openSUSE:Factory checked 
in at 2012-06-05 15:30:35

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


Package is frogr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/frogr/frogr.changes  2011-10-04 
18:09:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.frogr.new/frogr.changes 2012-06-05 
15:30:44.0 +0200
@@ -1,0 +2,27 @@
+Tue May 22 16:41:07 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.7:
+  + Migrated to the new, OAuth-based, authentication system.
+Previous versions of frogr using the old API will be seamlessly
+updated.
+  + Import tags from picture's metainformation if present.
+  + Allow setting the geolocation information for a picture, if
+available, as extracted from its EXIF data.
+  + New tags added are immediately added to the auto-completion
+feature.
+  + Allow using a dark theme if available.
+  + Show error when loading a picture if bigger than maximum
+allowed size.
+  + Some redesign in the menubar and in the 'edit details' dialog.
+  + Added keyboard accelerators to menu items.
+  + Better integration with GTK+3 (e.g. primary toolbar, dark
+theme).
+  + Fix issues in Mac OS X when opening external applications.
+  + Other minor improvements, bug fixes and cleanups.
+  + Bugs fixed: bgo#656432, bgo#656448, bgo#656466, bgo#656519,
+bgo#656520, bgo#658120.
+  + Updated translations.
+- Added libgcrypt-devel BuildRequires: new dependency for the
+  OAuth-based authentication system.
+
+---
@@ -15 +42 @@
-  + Bigs fixed: bgo#656519.
+  + Bugs fixed: bgo#656519.

Old:

  frogr-0.6.1.tar.bz2

New:

  frogr-0.7.tar.xz



Other differences:
--
++ frogr.spec ++
--- /var/tmp/diff_new_pack.X6QrH2/_old  2012-06-05 15:30:47.0 +0200
+++ /var/tmp/diff_new_pack.X6QrH2/_new  2012-06-05 15:30:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package frogr
 #
-# 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:   frogr
-Version:0.6.1
-Release:1
-License:GPL-3.0
+Version:0.7
+Release:0
 Summary:Tool to Manage Flickr Accounts
-Url:https://live.gnome.org/Frogr
+License:GPL-3.0
 Group:  Productivity/Graphics/Other
-Source: 
http://download.gnome.org/sources/frogr/0.6/%{name}-%{version}.tar.bz2
+Url:https://live.gnome.org/Frogr
+Source: 
http://download.gnome.org/sources/frogr/0.7/%{name}-%{version}.tar.xz
 BuildRequires:  gnome-doc-utils-devel = 0.10.13
 BuildRequires:  intltool
+BuildRequires:  libgcrypt-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0) = 2.22
 %if 0%{?favor_gtk2}

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



commit fusecompress for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package fusecompress for openSUSE:Factory 
checked in at 2012-06-05 15:30:45

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


Package is fusecompress, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fusecompress/fusecompress.changes
2011-09-23 01:58:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.fusecompress.new/fusecompress.changes   
2012-06-05 15:30:49.0 +0200
@@ -1,0 +2,6 @@
+Fri May 25 15:48:02 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ fusecompress.spec ++
--- /var/tmp/diff_new_pack.WqIJig/_old  2012-06-05 15:30:50.0 +0200
+++ /var/tmp/diff_new_pack.WqIJig/_new  2012-06-05 15:30:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fusecompress
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   fusecompress
-License:GPL-2.0
-Group:  System/Filesystems
-AutoReqProv:on
 Version:0.9.2svn20090226
-Release:11
+Release:0
 Summary:FUSE-based filesystem with transparent compression
+License:GPL-2.0
+Group:  System/Filesystems
 Source: %name-%version.tar.gz
 Url:http://code.google.com/p/fusecompress/
-BuildRequires:  cmake fuse-devel gcc-c++ libbz2-devel lzo-devel xz-devel 
zlib-devel
+BuildRequires:  cmake
+BuildRequires:  fuse-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libbz2-devel
+BuildRequires:  lzo-devel
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  FuseCompress  %version
 Provides:   FuseCompress = %version-%release
@@ -62,11 +65,11 @@
 %build
 export CFLAGS=$RPM_OPT_FLAGS
 cmake -DCMAKE_BUILD_TYPE=debug .
-make %{?jobs:-j%jobs} VERBOSE=1
+make %{?_smp_mflags} VERBOSE=1
 mv fusecompress fusecompress.debug
 make clean
 cmake -DCMAKE_BUILD_TYPE=release .
-make %{?jobs:-j%jobs} VERBOSE=1
+make %{?_smp_mflags} VERBOSE=1
 mv fusecompress fusecompress.release
 
 %install

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



commit fuseiso for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package fuseiso for openSUSE:Factory checked 
in at 2012-06-05 15:30:50

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


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

Changes:

--- /work/SRC/openSUSE:Factory/fuseiso/fuseiso.changes  2011-10-03 
09:18:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.fuseiso.new/fuseiso.changes 2012-06-05 
15:30:51.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 10:42:11 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ fuseiso.spec ++
--- /var/tmp/diff_new_pack.PH5td2/_old  2012-06-05 15:30:52.0 +0200
+++ /var/tmp/diff_new_pack.PH5td2/_new  2012-06-05 15:30:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fuseiso
 #
-# 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,18 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   fuseiso
-BuildRequires:  fuse-devel glib2-devel zlib-devel
+BuildRequires:  fuse-devel
+BuildRequires:  glib2-devel
 BuildRequires:  libtool
+BuildRequires:  zlib-devel
 Requires:   fuse
 Summary:FUSE module to mount CD-ROM images with ISO9660 filesystems in 
them
-Version:20070708
-Release:28
 License:GPL-2.0+
 Group:  System/Filesystems
+Version:20070708
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Patch:  fuseiso-20061017.patch
 Url:
http://apps.sourceforge.net/mediawiki/fuse/index.php?title=FuseIso
@@ -40,28 +40,18 @@
 zisofs extensions and also supports the CD-ROM image types img, bin,
 mdf and nrg.
 
-
-
-Authors:
-
-Dmitry Morozhnikov dmice...@mail.ru
-
 %prep
 %setup -q
 %patch
 
 %build
 autoreconf -fi
-export CFLAGS=$RPM_OPT_FLAGS
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING* ChangeLog NEWS README*

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



commit fusepod for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package fusepod for openSUSE:Factory checked 
in at 2012-06-05 15:30:55

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


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

Changes:

--- /work/SRC/openSUSE:Factory/fusepod/fusepod.changes  2011-12-05 
12:43:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.fusepod.new/fusepod.changes 2012-06-05 
15:30:56.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 08:44:46 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ fusepod.spec ++
--- /var/tmp/diff_new_pack.BAHUs4/_old  2012-06-05 15:30:57.0 +0200
+++ /var/tmp/diff_new_pack.BAHUs4/_new  2012-06-05 15:30:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fusepod
 #
-# 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:   fusepod
 BuildRequires:  automake
 BuildRequires:  fuse-devel
@@ -25,10 +26,10 @@
 BuildRequires:  taglib-devel
 Requires:   fuse
 Summary:FUSEPod is a virtual user-space filesystem that mounts your 
iPod
-Version:0.5.2
-Release:0
 License:GPL-2.0+
 Group:  System/Filesystems
+Version:0.5.2
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Patch:  include_fix.patch
 Url:http://sourceforge.net/projects/fusepod/
@@ -40,28 +41,18 @@
 where your iPod is mounted, supports read and remove operations, and
 has a configurable directory layout.
 
-
-
-Authors:
-
-Keegan Carrruthers-Smith keegan.csm...@gmail.com
-
 %prep
 %setup -q
 %patch
 
 %build
 autoreconf -fi
-export CFLAGS=$RPM_OPT_FLAGS
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING* ChangeLog NEWS README* THANKS

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



commit fusesmb for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package fusesmb for openSUSE:Factory checked 
in at 2012-06-05 15:30:59

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


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

Changes:

--- /work/SRC/openSUSE:Factory/fusesmb/fusesmb.changes  2011-12-02 
16:25:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.fusesmb.new/fusesmb.changes 2012-06-05 
15:31:14.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 16:20:09 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ fusesmb.spec ++
--- /var/tmp/diff_new_pack.rXDsdJ/_old  2012-06-05 15:31:15.0 +0200
+++ /var/tmp/diff_new_pack.rXDsdJ/_new  2012-06-05 15:31:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fusesmb
 #
-# 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:   fusesmb
 BuildRequires:  automake
 BuildRequires:  fuse-devel
@@ -23,10 +24,10 @@
 BuildRequires:  samba-client
 Requires:   fuse
 Summary:SMB for FUSE
-Version:0.8.7
-Release:0
 License:GPL-2.0+
 Group:  System/Filesystems
+Version:0.8.7
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Patch:  search_path_fix.patch
 Patch1: single_thread.patch
@@ -40,12 +41,6 @@
 and workgroups are accessible at once from a single filesystem mount,
 making network browsing just as easy as it is on Windows.
 
-
-
-Authors:
-
-Vincent Wagelaar vinc...@ricardis.tudelft.nl
-
 %prep
 %setup
 %patch -p1
@@ -53,16 +48,12 @@
 
 %build
 autoreconf -fi
-CFLAGS=$RPM_OPT_FLAGS \
-./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir}
-make
+%configure
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING* ChangeLog README* TODO

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



commit gcin for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package gcin for openSUSE:Factory checked in 
at 2012-06-05 15:31:04

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


Package is gcin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gcin/gcin.changes2012-05-14 
16:14:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcin.new/gcin.changes   2012-06-05 
15:31:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 12:13:51 UTC 2012 - i...@marguerite.su
+
+- update bzip as source compression format.
+  * sles can't recognize xz.
+
+---

Old:

  gcin-2.7.5.tar.xz

New:

  gcin-2.7.5.tar.bz2



Other differences:
--
++ gcin.spec ++
--- /var/tmp/diff_new_pack.fbgLLW/_old  2012-06-05 15:31:17.0 +0200
+++ /var/tmp/diff_new_pack.fbgLLW/_new  2012-06-05 15:31:17.0 +0200
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Summary: Chinese input method server
 Name: gcin
@@ -25,7 +23,7 @@
 License: LGPL-2.1
 URL: http://hyperrate.com/dir.php?eid=67
 Group: System/I18n/Chinese
-Source0: gcin-%{version}.tar.xz
+Source0: gcin-%{version}.tar.bz2
 Source1: xim.d-gcin
 Source2: gcin-README.suse
 Source3: xim.gcin.suse.template
@@ -36,7 +34,7 @@
 
 BuildRequires:  libjpeg-devel pkg-config gtk2-devel libqt4-devel 
update-desktop-files
 BuildRequires: anthy-devel 
-BuildRequires: qt3-devel xz
+BuildRequires: qt3-devel
 %gtk2_immodule_requires
 %if %suse_version  1130
 BuildRequires: gtk3-devel libchewing-devel
@@ -144,9 +142,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 # Convenient %define for the scriplets
 %if %_lib == lib64
 %define _gtk2_query_immodules %{_bindir}/gtk-query-immodules-2.0-64

++ gcin-2.7.5.tar.xz - gcin-2.7.5.tar.bz2 ++
 1075554 lines of diff (skipped)

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



commit gnac for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package gnac for openSUSE:Factory checked in 
at 2012-06-05 15:31:21

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


Package is gnac, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnac/gnac.changes2012-02-29 
14:07:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnac.new/gnac.changes   2012-06-05 
15:31:22.0 +0200
@@ -1,0 +2,6 @@
+Thu May 17 19:01:12 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.2.4.1:
+  + Added support for ASX playlists.
+
+---

Old:

  gnac-0.2.4.tar.bz2

New:

  gnac-0.2.4.1.tar.bz2



Other differences:
--
++ gnac.spec ++
--- /var/tmp/diff_new_pack.saqK7l/_old  2012-06-05 15:31:23.0 +0200
+++ /var/tmp/diff_new_pack.saqK7l/_new  2012-06-05 15:31:23.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnac
-Version:0.2.4
+Version:0.2.4.1
 Release:0
 Summary:Audio converter for GNOME
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://gnac.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/gnac/gnac/gnac-0.2.4/%{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/gnac/gnac/gnac-0.2.4.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool

++ gnac-0.2.4.tar.bz2 - gnac-0.2.4.1.tar.bz2 ++
 27531 lines of diff (skipped)

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



commit glib2-branding-openSUSE for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package glib2-branding-openSUSE for 
openSUSE:Factory checked in at 2012-06-05 15:31:10

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


Package is glib2-branding-openSUSE, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/glib2-branding-openSUSE/glib2-branding-openSUSE.changes
  2012-05-25 16:15:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.glib2-branding-openSUSE.new/glib2-branding-openSUSE.changes
 2012-06-05 15:31:18.0 +0200
@@ -1,0 +2,7 @@
+Fri May 25 15:22:22 UTC 2012 - vu...@opensuse.org
+
+- Change GSettings default:
+  + Change org.gnome.shell/enabled-extensions to new id of the
+alternative-status-menu extension.
+
+---



Other differences:
--
++ glib2-branding.gschema.override.in ++
--- /var/tmp/diff_new_pack.5uCpR2/_old  2012-06-05 15:31:19.0 +0200
+++ /var/tmp/diff_new_pack.5uCpR2/_new  2012-06-05 15:31:19.0 +0200
@@ -69,7 +69,7 @@
 ## Default apps shown in the gnome-shell dash
 favorite-apps = [ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 
'banshee.desktop', 'shotwell.desktop', 'writer.desktop', 'nautilus.desktop', 
'gnome-documents.desktop' ]
 ## Default extensions that are enabled
-enabled-extensions = [ 
'alternative-status-m...@gnome-shell-extensions.gnome.org' ]
+enabled-extensions = [ 
'alternative-status-m...@gnome-shell-extensions.gcampax.github.com' ]
 
 [org.gnome.gnome-panel.applet.window-list]
 ## Display all workspaces in the gnome-panel window list applet

-- 
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-06-05 Thread h_root
Hello community,

here is the log from the commit of package glom for openSUSE:Factory checked in 
at 2012-06-05 15:31:15

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-03-26 
15:36:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes   2012-06-05 
15:31:19.0 +0200
@@ -1,0 +2,22 @@
+Wed Apr 25 12:41:13 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.22.0:
+  + libglom:
+- Field: Remove get_holder().
+- ConnectionPool: create_database(): Take a progress slot.
+  + Build:
+- Windows build fixes.
+- Fix some warnings found by scan-build.
+
+---
+Tue Apr 10 21:31:55 UTC 2012 - malcolmle...@opensuse.org
+
+- Update to version 1.21.8:
+  + Fix the build with the latest gtkmm, with
+--enable-warnings=fatal.
+  + Dialog_Import_CSV_Progress: Fix an important typo.
+  + Tests: Set LC_TIME too.
+  + Improve the command-line parse/print locale warnings.
+- Remove %clean section: not needed anymore.
+
+---

Old:

  glom-1.21.7.tar.xz

New:

  glom-1.22.0.tar.xz



Other differences:
--
++ glom.spec ++
--- /var/tmp/diff_new_pack.U2vKdc/_old  2012-06-05 15:31:21.0 +0200
+++ /var/tmp/diff_new_pack.U2vKdc/_new  2012-06-05 15:31:21.0 +0200
@@ -21,9 +21,9 @@
 Summary:Database designer and user interface
 License:GPL-3.0+
 Group:  Productivity/Databases/Clients
-Version:1.21.7
+Version:1.22.0
 Release:0
-Source: 
http://download.gnome.org/sources/glom/1.21/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glom/1.22/%{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
@@ -37,10 +37,10 @@
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(evince-view-3.0)
-BuildRequires:  pkgconfig(giomm-2.4) = 2.31.0
+BuildRequires:  pkgconfig(giomm-2.4) = 2.32.0
 BuildRequires:  pkgconfig(goocanvas-2.0) = 2.0.1
 BuildRequires:  pkgconfig(goocanvasmm-2.0) = 1.90.8
-BuildRequires:  pkgconfig(gtkmm-3.0) = 3.3.18
+BuildRequires:  pkgconfig(gtkmm-3.0) = 3.4.0
 BuildRequires:  pkgconfig(gtksourceviewmm-3.0)
 BuildRequires:  pkgconfig(libepc-1.0) = 0.4.0
 BuildRequires:  pkgconfig(libgda-5.0) = 5.0.3
@@ -143,7 +143,7 @@
 --disable-documentation \
--disable-scrollkeeper \
--with-postgres-utils=%{_bindir}
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -151,9 +151,6 @@
 %suse_update_desktop_file %{name}
 %find_lang %{name} %{?no_lang_C}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %desktop_database_post
 %icon_theme_cache_post

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



commit gnome-dvb-daemon for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-dvb-daemon for 
openSUSE:Factory checked in at 2012-06-05 15:31:27

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


Package is gnome-dvb-daemon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-dvb-daemon/gnome-dvb-daemon.changes
2012-03-26 15:36:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-dvb-daemon.new/gnome-dvb-daemon.changes   
2012-06-05 15:31:29.0 +0200
@@ -1,0 +2,11 @@
+Sun May 20 14:48:44 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.2.9:
+  + Remove overlapping events from EPGStore
+  + Do not stop EPGScanner after failure
+  + Print all log messages using Logger
+  + Update timer in SQlite database when changing start time or
+duration
+  + Updated translations.
+
+---

Old:

  gnome-dvb-daemon-0.2.8.tar.xz

New:

  gnome-dvb-daemon-0.2.9.tar.xz



Other differences:
--
++ gnome-dvb-daemon.spec ++
--- /var/tmp/diff_new_pack.Pun3WL/_old  2012-06-05 15:31:30.0 +0200
+++ /var/tmp/diff_new_pack.Pun3WL/_new  2012-06-05 15:31:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-dvb-daemon
-Version:0.2.8
+Version:0.2.9
 Release:0
 Summary:Daemon to use DVB devices
 License:GPL-3.0+
@@ -34,12 +34,12 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  vala = 0.15.0
 BuildRequires:  pkgconfig(gee-1.0)
-BuildRequires:  pkgconfig(gobject-2.0) = 2.31.0
+BuildRequires:  pkgconfig(gobject-2.0) = 2.32.0
 BuildRequires:  pkgconfig(gst-rtsp-server-0.10)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-rtsp-0.10)
 BuildRequires:  pkgconfig(gudev-1.0)
-BuildRequires:  pkgconfig(pygobject-3.0) = 3.0.4
+BuildRequires:  pkgconfig(pygobject-3.0) = 3.2.1
 BuildRequires:  pkgconfig(sqlite3)
 Requires:   gstreamer-0_10-plugins-bad
 Requires:   gstreamer-0_10-plugins-good

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



commit gramps for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package gramps for openSUSE:Factory checked 
in at 2012-06-05 15:31:32

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


Package is gramps, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gramps/gramps.changes2011-10-04 
18:11:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.gramps.new/gramps.changes   2012-06-05 
15:31:33.0 +0200
@@ -1,0 +2,36 @@
+Wed May 23 18:54:45 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.0:
+  + Lots of changes and bug fixes to every part of Gramps,
+including XML import/export, image handling, gedom handling,
+Gramplets, date handling, citations, reports, more!
+  + Some platform-specific fixes (Windows, OSX, Linux).
+  + Updated translations.
+- Remove _version define as it stays equal to %version.
+
+---
+Sat May 19 18:17:27 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.3.2:
+  + Expressive error when trying to load familytree with
+downgraded Berkeley db.
+  + Fix in the image offset calculation (MediaRef Editor).
+  + Improved focus and bug fixes on Editors.
+  + Enhancements on ODT file format.
+  + Improved synchronization on gramplets.
+  + Export, filtering and database log improvements.
+  + Call of living proxy is more accurate when using NarrativeWeb
+report.
+  + Fixes on Check and Repair, Sort Events and Clipboard tools.
+  + Fix automate version.
+  + Fixes on PedigreeView (database state and mouse events).
+  + Various fixes and improvements on merge code.
+  + Minor fixes on report interface and output.
+  + Various fixes on Narrative and Web Calendar reports.
+  + Minor issues on Gedcom handling.
+  + Add Japanese holidays (reports).
+  + Add a Relationship calculator for Catalan.
+  + More than 50 bug fixes and improvements.
+  + Updated translations.
+
+---

Old:

  gramps-3.3.1.tar.gz

New:

  gramps-3.4.0.tar.gz



Other differences:
--
++ gramps.spec ++
--- /var/tmp/diff_new_pack.nFt1bY/_old  2012-06-05 15:31:34.0 +0200
+++ /var/tmp/diff_new_pack.nFt1bY/_new  2012-06-05 15:31:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gramps
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,17 +17,15 @@
 #
 
 
-
 Name:   gramps
-Version:3.3.1
-Release:1
-%define _version 3.3.1
+Version:3.4.0
+Release:0
 # FIXME: missing recommends because of missing packages: python-exiv2, 
osm-gps-map
-License:GPL-2.0+
 Summary:Genealogical Research Software
-Url:http://www.gramps-project.org/
+License:GPL-2.0+
 Group:  Productivity/Other
-Source: 
http://downloads.sourceforge.net/project/gramps/Stable/3.3.1/%{name}-%{version}.tar.gz
+Url:http://www.gramps-project.org/
+Source: 
http://downloads.sourceforge.net/project/gramps/Stable/3.4.0/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 # For directory ownership

++ gramps-3.3.1.tar.gz - gramps-3.4.0.tar.gz ++
/work/SRC/openSUSE:Factory/gramps/gramps-3.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.gramps.new/gramps-3.4.0.tar.gz differ: char 5, line 
1

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



commit GraphicsMagick for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package GraphicsMagick for openSUSE:Factory 
checked in at 2012-06-05 15:31:36

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


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

Changes:

--- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes
2012-05-08 11:14:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick.changes   
2012-06-05 15:31:38.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 08:50:13 UTC 2012 - pgaj...@suse.com
+
+- added PerlMagick/typemap to build module with perl 5.16; to be
+  removed for 1.4.0
+
+---

New:

  typemap



Other differences:
--
++ GraphicsMagick.spec ++
--- /var/tmp/diff_new_pack.hWszz1/_old  2012-06-05 15:31:40.0 +0200
+++ /var/tmp/diff_new_pack.hWszz1/_new  2012-06-05 15:31:40.0 +0200
@@ -29,6 +29,9 @@
 Group:  Productivity/Graphics/Convertors
 #Source: 
ftp://ftp.GraphicsMagick.org/pub/%{name}/%{base_version}/%{name}-%{version}.tar.bz2
 Source: %{name}-%{version}.tar.bz2
+# following typemap file is needed for building PerlMagick with perl 5.16;
+# should be present in Graphics Magick 1.4.0
+Source1:typemap
 Patch2: %{name}-%{version}-debian-fixed.patch
 Patch10:%{name}-%{version}-include.patch
 Url:http://www.GraphicsMagick.org/
@@ -253,6 +256,13 @@
 #  --with-perl-options=$PERLOPTS \
 make %{?jobs:-j%jobs}
 cd PerlMagick
+if [ -e PerlMagick/typemap ]; then
+  echo With Graphics Magick 1.4.0, typmap exists yet, please 
+  echo no need to carry it as a package source anymore.
+  exit 1
+else
+  cp %{SOURCE1} .
+fi
 perl Makefile.PL
 make %{?jobs:-j%jobs} LD_RUN_PATH=/usr/%{_lib}
 

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



commit ibus-googlepinyin for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package ibus-googlepinyin for 
openSUSE:Factory checked in at 2012-06-05 15:31:46

Comparing /work/SRC/openSUSE:Factory/ibus-googlepinyin (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-googlepinyin.new (New)


Package is ibus-googlepinyin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus-googlepinyin/ibus-googlepinyin.changes  
2012-03-07 13:42:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-googlepinyin.new/ibus-googlepinyin.changes 
2012-06-05 15:31:48.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 2 14:53:47 UTC+8 2012 - hillw...@linuxfans.org
+
+- bring ibus-googlepinyin as default in DVD.
+- add Provides(ibus:zh)
+
+---



Other differences:
--
++ ibus-googlepinyin.spec ++
--- /var/tmp/diff_new_pack.bajxmJ/_old  2012-06-05 15:31:50.0 +0200
+++ /var/tmp/diff_new_pack.bajxmJ/_new  2012-06-05 15:31:50.0 +0200
@@ -25,6 +25,7 @@
 License:  GPL-2.0+
 Url:http://code.google.com/p/libgooglepinyin
 BuildArch: noarch
+Provides:   locale(ibus:zh)
 BuildRequires:  ibus-devel
 BuildRequires: python-devel
 BuildRequires: intltool

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



commit hercules for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package hercules for openSUSE:Factory 
checked in at 2012-06-05 15:31:41

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


Package is hercules, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/hercules/hercules.changes2011-09-23 
02:02:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.hercules.new/hercules.changes   2012-06-05 
15:31:47.0 +0200
@@ -1,0 +2,6 @@
+Thu May 31 09:21:27 UTC 2012 - cfarr...@suse.com
+
+- license update: QPL-1.0
+  SPDX format (http://www.spdx.org/licenses)
+
+---



Other differences:
--
++ hercules.spec ++
--- /var/tmp/diff_new_pack.1fFNWK/_old  2012-06-05 15:31:48.0 +0200
+++ /var/tmp/diff_new_pack.1fFNWK/_new  2012-06-05 15:31:48.0 +0200
@@ -21,7 +21,7 @@
 Name:   hercules
 BuildRequires:  libbz2-devel zlib-devel
 Url:http://www.hercules-390.org/
-License:Qt Free Edition License (Qt 1.x Licence)
+License:QPL-1.0
 Group:  System/Emulators/Other
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:on

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



commit ibus-sunpinyin for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package ibus-sunpinyin for openSUSE:Factory 
checked in at 2012-06-05 15:31:50

Comparing /work/SRC/openSUSE:Factory/ibus-sunpinyin (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-sunpinyin.new (New)


Package is ibus-sunpinyin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus-sunpinyin/ibus-sunpinyin.changes
2012-03-07 13:42:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-sunpinyin.new/ibus-sunpinyin.changes   
2012-06-05 15:31:52.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun  2 14:44:35 UTC+8 2012 - hillw...@linuxfans.org
+
+- bring ibus-sunpinyin as default in DVD.
+- add Provides(ibus:zh)
+
+---



Other differences:
--
++ ibus-sunpinyin.spec ++
--- /var/tmp/diff_new_pack.oC0qor/_old  2012-06-05 15:31:53.0 +0200
+++ /var/tmp/diff_new_pack.oC0qor/_new  2012-06-05 15:31:53.0 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  sqlite-devel
 %endif
 BuildRequires:  libsunpinyin-devel
+Provides:   locale(ibus:zh)
 Requires:   ibus
 Source: 
http://sunpinyin.googlecode.com/files/ibus-sunpinyin-%{version}.tar.gz
 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 kdepim3 for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdepim3 for openSUSE:Factory checked 
in at 2012-06-05 15:32:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdepim3/kdepim3.changes  2012-05-29 
11:37:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim3.new/kdepim3.changes 2012-06-05 
15:32:05.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 06:38:39 UTC 2012 - an...@opensuse.org
+
+- add two IMAP patches from Trinity
+
+---

New:

  kdepim-trinity-imap-optimize.patch
  kdepim-trinity-imap-segfault.patch



Other differences:
--
++ kdepim3.spec ++
--- /var/tmp/diff_new_pack.XJrx9e/_old  2012-06-05 15:32:07.0 +0200
+++ /var/tmp/diff_new_pack.XJrx9e/_new  2012-06-05 15:32:07.0 +0200
@@ -74,6 +74,8 @@
 Patch135:   kdepim-gentoo-composer_crash_fix.diff
 Patch136:   kdepim3-pardus-unbreak-imap.patch
 Patch137:   kdepim3-gcc47.patch
+Patch138:   kdepim-trinity-imap-optimize.patch
+Patch139:   kdepim-trinity-imap-segfault.patch
 Provides:   cryptplug
 Obsoletes:  cryptplug
 # authentification plugins can be useful
@@ -270,6 +272,8 @@
 %patch135 -p1
 %patch136
 %patch137 -p1
+%patch138 -p1
+%patch139 -p1
 . /etc/opt/kde3/common_options
 update_admin
 

++ kdepim-trinity-imap-optimize.patch ++
--- a/libkmime/kmime_util.cpp   2012-05-28 22:58:31.257167175 +0200
+++ b/libkmime/kmime_util.cpp   2012-05-29 20:02:19.679233274 +0200
@@ -436,49 +436,26 @@ 
 
 void removeQuots(QCString str)
 {
-  bool inQuote=false;
-
-  for (int i=0; i  (int)str.length(); i++) {
-if (str[i] == '') {
-  str.remove(i,1);
-  i--;
-  inQuote = !inQuote;
-} else {
-  if (inQuote  (str[i] == '\\'))
-str.remove(i,1);
-}
-  }
+  str.replace(QRegExp(\\\), \);
+  str.replace(QRegExp(), \\);
 }
 
 
 void removeQuots(QString str)
 {
-  bool inQuote=false;
-
-  for (int i=0; i  (int)str.length(); i++) {
-if (str[i] == '') {
-  str.remove(i,1);
-  i--;
-  inQuote = !inQuote;
-} else {
-  if (inQuote  (str[i] == '\\'))
-str.remove(i,1);
-}
-  }
+  str.replace(QRegExp(\\\), \);
+  str.replace(QRegExp(), \\);
 }
 
 
 void addQuotes(QCString str, bool forceQuotes)
 {
   bool needsQuotes=false;
-  for (unsigned int i=0; i  str.length(); i++) {
-if (strchr(()@,.;:[]=\\\,str[i])!=0)
-  needsQuotes = true;
-if (str[i]=='\\' || str[i]=='\') {
-  str.insert(i, '\\');
-  i++;
-}
-  }
+  if ( QString( str ) .contains( QRegExp( QString( 
\||=|\\]|\\[|:|;|,|\\.|,|@|||\\)|\\( ) ) ) )
+needsQuotes = true;
+
+  str.replace(QRegExp(\\), );
+  str.replace(QRegExp(\), \\\);
 
   if (needsQuotes || forceQuotes) {
 str.insert(0,'\');
++ kdepim-trinity-imap-segfault.patch ++
--- a/kioslaves/imap4/imapparser.cc 2012-05-29 20:22:52.187840588 +0200
+++ b/kioslaves/imap4/imapparser.cc 2012-05-29 20:29:30.723545443 +0200
@@ -1354,10 +1354,10 @@ 
 label = parseOneWordC (inWords);
   }
 
-  if (inWords[0] == ')')
+  if (!inWords.isEmpty ()  inWords[0] == ')')
 inWords.pos++;
 }
-if (inWords[0] == ']')
+if (!inWords.isEmpty ()  inWords[0] == ']')
   inWords.pos++;
 skipWS (inWords);
 
@@ -1479,6 +1479,7 @@ 
 {
   QCString word = parseLiteralC(inWords, false, true);
 
+  if(!word.isEmpty()) {
   switch (word[0])
   {
   case 'E':
@@ -1602,6 +1603,9 @@ 
 parseLiteralC(inWords);
 break;
   }
+  } else {
+parseLiteralC(inWords);
+ }
 }
   }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit jfsutils for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package jfsutils for openSUSE:Factory 
checked in at 2012-06-05 15:31:55

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


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

Changes:

--- /work/SRC/openSUSE:Factory/jfsutils/jfsutils.changes2011-09-23 
02:04:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.jfsutils.new/jfsutils.changes   2012-06-05 
15:31:56.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 12:41:22 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ jfsutils.spec ++
--- /var/tmp/diff_new_pack.tuDdoU/_old  2012-06-05 15:31:57.0 +0200
+++ /var/tmp/diff_new_pack.tuDdoU/_new  2012-06-05 15:31:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jfsutils
 #
-# 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:   jfsutils
 BuildRequires:  e2fsprogs-devel
 Summary:IBM JFS Utility Programs
-Version:1.1.15
-Release:1
 License:GPL-2.0+
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/Filesystems
+Version:1.1.15
+Release:0
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://jfs.sf.net
 Source: %name-%version.tar.bz2
 Source1:jfs.pdf
@@ -52,14 +50,6 @@
 from the JFS fsck workspace into a file o xpeek--shell-type JFS file
 system editor
 
-
-
-Authors:
-
-Steve Best sb...@us.ibm.com
-Dave Kleikamp sha...@us.ibm.com
-Barry Arndt bar...@us.ibm.com
-
 %prep
 %setup -q
 
@@ -72,9 +62,8 @@
 xpeek/jfs_debugfs.8 
 tail +35 mkfs/jfs_mkfs.8 | head -10
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-./configure --mandir=%_mandir \
---sbindir=%sbindir
-make
+%configure --sbindir=%sbindir
+make %{?_smp_mflags}
 
 %install
 mkdir ./jfsdocs
@@ -85,9 +74,6 @@
 install -m 644 %SOURCE5 ./jfsdocs
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT;
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS ChangeLog jfsdocs/*

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



commit kimtoy for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package kimtoy for openSUSE:Factory checked 
in at 2012-06-05 15:32:11

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


Package is kimtoy, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kimtoy/kimtoy.changes2012-05-25 
16:16:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kimtoy.new/kimtoy.changes   2012-06-05 
15:32:14.0 +0200
@@ -1,0 +2,13 @@
+Thu May 31 14:17:01 UTC 2012 - i...@marguerite.su
+
+- Upstream version 1.9
+  * highlight candidate cursor
+  * statusbar filter menu do not popup out of screen
+  * scim-panel register helper property on startup
+  * ibus-panel provide additional attr field
+  * add configure input method system tray context menu entry
+  * fix issue that input method can not be changed when used in gtk app
+  * fix wrong color parse logic in sogou theme
+  * fix dangling property after switching to other input method
+
+---

Old:

  kimtoy-1.8.tar.bz2

New:

  kimtoy-1.9.tar.bz2



Other differences:
--
++ kimtoy.spec ++
--- /var/tmp/diff_new_pack.BE6pzN/_old  2012-06-05 15:32:16.0 +0200
+++ /var/tmp/diff_new_pack.BE6pzN/_new  2012-06-05 15:32:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kimtoy
-Version:1.8
+Version:1.9
 Release:0
 Summary:An input method frontend for KDE
 License:GPL-2.0+



++ kimtoy-1.8.tar.bz2 - kimtoy-1.9.tar.bz2 ++
 7661 lines of diff (skipped)

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



commit lhasa for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package lhasa for openSUSE:Factory checked 
in at 2012-06-05 15:32:21

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


Package is lhasa, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lhasa/lhasa.changes  2012-05-16 
21:08:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.lhasa.new/lhasa.changes 2012-06-05 
15:32:24.0 +0200
@@ -1,0 +2,8 @@
+Sat Jun  2 23:05:27 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 0.0.7
+* This release adds support for extraction of Unix symbolic links
+  and parsing of Unix-level 0 extended header areas. A decompressor
+  has been added for the old PMarc compression algorithm (-pm1-).
+
+---

Old:

  lhasa-0.0.5.tar.xz
  liblhasa-pkgconfig.diff

New:

  lhasa-0.0.7.tar.xz



Other differences:
--
++ lhasa.spec ++
--- /var/tmp/diff_new_pack.uGOp8r/_old  2012-06-05 15:32:25.0 +0200
+++ /var/tmp/diff_new_pack.uGOp8r/_new  2012-06-05 15:32:25.0 +0200
@@ -14,9 +14,11 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   lhasa
 %define lname  liblhasa0
-Version:0.0.5
+Version:0.0.7
 Release:0
 Summary:Program to unpack LHARC archives
 License:ISC
@@ -24,11 +26,12 @@
 Url:http://fragglet.github.com/lhasa/
 #Freecode-URL: http://freecode.com/projects/lhasa
 
-#DL-URL:   https://github.com/downloads/fragglet/lhasa/lhasa-0.0.5.tar.gz
+#DL-URL:   https://github.com/downloads/fragglet/lhasa/lhasa-0.0.7.tar.gz
 Source: %name-%version.tar.xz
-Patch1:liblhasa-pkgconfig.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires: libtool pkgconfig xz
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  xz
 
 %description
 Lhasa is a replacement for the Unix LHA tool, for decompressing
@@ -56,7 +59,6 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
 
 %build
 autoreconf -fi;

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



commit kiwi for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-06-05 15:32:16

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2012-06-01 
22:31:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-06-05 
15:32:18.0 +0200
@@ -1,0 +2,68 @@
+Mon Jun  4 09:17:40 CEST 2012 - m...@suse.de
+
+- v5.03.12 released
+  
+---
+Sun Jun  3 21:19:12 CEST 2012 - m...@suse.de
+  
+- fixed test_invalidProfileRequest(), it modifies the
+  message data thus it needs a reset to prevent after
+  effects in subsequent tests
+  
+---
+Sun Jun  3 20:41:11 CEST 2012 - m...@suse.de
+  
+- perl Test::Unit doesn't work for 12.2 anymore. Other than
+  that is's unmaintained since 2005. Therefore we switch to
+  Test::Unit::Lite which is also not really maintained but at
+  least still works
+  
+---
+Sat Jun  2 18:02:29 CEST 2012 - rjsch...@suse.de
+  
+- unit tests for profile handling
+  * these do not test the usage of profiles, only the storage of
+profile data in the XML object and the consistency check upon
+profile request, usage will be integrated into other test at a later
+date
+
+---
+Sat Jun  2 17:23:03 CEST 2012 - rjsch...@suse.de
+
+- make the checkProfiles method of the XML object private
+  * this is an XML internal helper method and should not be
+called by other modules
+
+---
+Sat Jun  2 11:14:27 CEST 2012 - rjsch...@suse.de
+
+- unit test for XML object user data storage
+  
+---
+Sat Jun  2 10:47:29 CEST 2012 - rjsch...@suse.de
+  
+- make the getVMConfigOpts method on the XML object private
+  * this is an internal helper method and should not be called
+from other modules
+
+---
+Sat Jun  2 09:57:39 CEST 2012 - rjsch...@suse.de
+
+- make the getPreferencesNodeByTagName XML method private
+  * this is an XML object internal method and should not be called
+by other modules
+
+---
+Fri Jun  1 16:21:02 CEST 2012 - adr...@suse.de
+
+- kernel-pae does only exists on i586/i686 architecture
+  
+---
+Fri Jun  1 13:12:45 CEST 2012 - rjsch...@suse.de
+
+- eliminate getXenDomain method from XML
+  * the domain is part of the Xen config and can be accessed
+via getXenConfig we should not have multiple methods to
+get the same data
+
+---
@@ -44,0 +113,5 @@
+  
+---
+Thu May 31 11:44:40 CEST 2012 - adr...@suse.de
+  
+- remove packages which do not exist in 12.2 anymore



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.ujIPW7/_old  2012-06-05 15:32:21.0 +0200
+++ /var/tmp/diff_new_pack.ujIPW7/_new  2012-06-05 15:32:21.0 +0200
@@ -21,7 +21,7 @@
 Summary:OpenSuSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.03.11
+Version:5.03.12
 Release:0
 # requirements to build packages
 BuildRequires:  gcc-c++
@@ -429,9 +429,6 @@
 
 %prep
 %setup -n %name -a2 -a3
-for i in tests/unit/*.t; do
-  sed -i -e 's,use Test::Unit::HarnessUnit;,use Test::Unit::Lite;,' $i
-done
 
 %build
 # empty because of rpmlint warning rpm-buildroot-usage

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2012-06-01 10:38:19.0 +0200
+++ new/kiwi/.revision  2012-06-01 10:38:19.0 +0200
@@ -1 +1 @@
-2ee9a501d74d1a1d59cc07962104565dbdb3f0e6
+cc081b25834fe61c3405f63c2ed1c94ea07c4cf5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm 2012-06-01 10:38:23.0 +0200
+++ new/kiwi/modules/KIWIGlobals.pm 2012-06-04 09:18:01.0 +0200
@@ -42,7 +42,7 @@
# Globals (generic)

commit libaal-1_0-5 for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libaal-1_0-5 for openSUSE:Factory 
checked in at 2012-06-05 15:32:26

Comparing /work/SRC/openSUSE:Factory/libaal-1_0-5 (Old)
 and  /work/SRC/openSUSE:Factory/.libaal-1_0-5.new (New)


Package is libaal-1_0-5, Maintainer is mse...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libaal-1_0-5/libaal-1_0-5.changes
2012-02-24 06:52:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.libaal-1_0-5.new/libaal-1_0-5.changes   
2012-06-05 15:32:27.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 11:16:31 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ libaal-1_0-5.spec ++
--- /var/tmp/diff_new_pack.rjLxJI/_old  2012-06-05 15:32:28.0 +0200
+++ /var/tmp/diff_new_pack.rjLxJI/_new  2012-06-05 15:32:28.0 +0200
@@ -61,12 +61,11 @@
 
 %build
 autoreconf --force --install
-export CFLAGS=$RPM_OPT_FLAGS
 %configure --enable-static --with-pic
-make %{?jobs:-j%jobs} 
+make %{?_smp_mflags}
 
 %install
-make %{?jobs:-j%jobs} install DESTDIR=%{buildroot}
+make %{?_smp_mflags} install DESTDIR=%{buildroot}
 rm -f %{buildroot}%{_libdir}/{libaal-minimal.la,libaal.la}
 
 %post -p /sbin/ldconfig
@@ -77,9 +76,6 @@
 
 %postun -n libaal-minimal0 -p /sbin/ldconfig
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS BUGS COPYING CREDITS ChangeLog README THANKS TODO

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



commit libGLw for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libGLw for openSUSE:Factory checked 
in at 2012-06-05 15:32:30

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


Package is libGLw, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libGLw/libGLw.changes2012-06-01 
18:54:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libGLw.new/libGLw.changes   2012-06-05 
15:32:33.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 16:07:26 UTC 2012 - sndir...@suse.com
+
+- added generation of biarch packages
+
+---

New:

  baselibs.conf



Other differences:
--
++ baselibs.conf ++
libGLw1
libGLw-devel
requires -libGLw-targettype
requires libGLw1-targettype = version
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libHBAAPI2 for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libHBAAPI2 for openSUSE:Factory 
checked in at 2012-06-05 15:32:35

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


Package is libHBAAPI2, Maintainer is h...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libHBAAPI2/libHBAAPI2.changes2012-05-08 
12:28:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libHBAAPI2.new/libHBAAPI2.changes   
2012-06-05 15:32:36.0 +0200
@@ -1,0 +2,6 @@
+Tue May 29 10:26:28 UTC 2012 - jeng...@inai.de
+
+- Resolve failure to build package due to automake-1.12 warnings
+  treated as errors
+
+---

New:

  hbaapi-automake.diff



Other differences:
--
++ libHBAAPI2.spec ++
--- /var/tmp/diff_new_pack.Tu9M3I/_old  2012-06-05 15:32:37.0 +0200
+++ /var/tmp/diff_new_pack.Tu9M3I/_new  2012-06-05 15:32:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libHBAAPI2
 #
-# 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,43 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libHBAAPI2
 Version:2.2.1
-Release:2
+Release:0
 Summary:SNIA HBAAPI library
-Group:  System/Libraries
 License:SUSE-SNIA-1.1
+Group:  System/Libraries
 Url:http://www.sourceforge.net/projects/hbaapi
 Source0:libHBAAPI-v%{version}.tar.bz2
 Source1:SNIAv1.1.txt
 Patch0: libHBAAPI-makefile-fixup
 Patch1: libHBAAPI-build-fixes
-BuildRequires:  automake libtool pkg-config
+Patch2: hbaapi-automake.diff
+BuildRequires:  automake
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The SNIA HBA API library
 
-
-
 %packagedevel
-License:SUSE-SNIA-1.1
 Summary:SNIA HBAAPI library
 Group:  System/Libraries
-Requires:   %{name} = %{version}-%{release} pkgconfig
+Requires:   %{name} = %{version}-%{release}
+Requires:   pkgconfig
 
 %descriptiondevel
 The SNIA HBA API library
 
-
-
 %prep
 %setup -n libHBAAPI-v%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P 0 -P 1 -P 2 -p1
 cp %{S:1} COPYING
 
 %build
@@ -60,11 +56,8 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=%buildroot
+rm -f %buildroot/%_libdir/*.la
 
 %post -p /sbin/ldconfig
 

++ hbaapi-automake.diff ++
From: Jan Engelhardt jeng...@inai.de
Date: 2012-05-29 12:26:09.399972892 +0200

automake-1.12 wants AM_PROG_AR, and because this project uses
-Werror that meant a failure for building with am 1.12.

---
 configure.ac |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: libHBAAPI-v2.2.1/configure.ac
===
--- libHBAAPI-v2.2.1.orig/configure.ac
+++ libHBAAPI-v2.2.1/configure.ac
@@ -2,7 +2,8 @@ AC_INIT([libHBAAPI], [2.2])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 AC_PROG_CC
-AC_PROG_LIBTOOL
+AM_PROG_AR
+LT_INIT
 
 AC_CONFIG_FILES([Makefile HBAAPI.pc])
 AC_OUTPUT
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libhbalinux2 for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libhbalinux2 for openSUSE:Factory 
checked in at 2012-06-05 15:32:39

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


Package is libhbalinux2, Maintainer is h...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libhbalinux2/libhbalinux2.changes
2011-12-30 08:45:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libhbalinux2.new/libhbalinux2.changes   
2012-06-05 15:32:41.0 +0200
@@ -1,0 +2,11 @@
+Tue May 29 10:26:28 UTC 2012 - jeng...@inai.de
+
+- Resolve failure to build package due to automake-1.12 warnings
+  treated as errors
+
+---
+Mon Feb 13 10:48:46 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---

New:

  hbalinux-automake.diff



Other differences:
--
++ libhbalinux2.spec ++
--- /var/tmp/diff_new_pack.U25Dmf/_old  2012-06-05 15:32:44.0 +0200
+++ /var/tmp/diff_new_pack.U25Dmf/_new  2012-06-05 15:32:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libhbalinux2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libhbalinux2
 Version:1.0.8
-Release:1
+Release:0
 Summary:FC-HBAAPI implementation using scsi_transport_fc interfaces
+License:LGPL-2.0+
 Group:  System/Libraries
-License:LGPLv2.0+
 Url:http://www.open-fcoe.org
 Source0:http://www.open-fcoe.org/openfc/libhbalinux-v%{version}.tar.bz2
 Patch0: libhbalinux-remove-install-data-hook
 Patch1: libhbalinux-fix-issue-preventi
+Patch2: hbalinux-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf libHBAAPI2-devel libpciaccess0-devel libtool
-Requires:   libHBAAPI2
+BuildRequires:  autoconf
+BuildRequires:  libHBAAPI2-devel
+BuildRequires:  libpciaccess0-devel
+BuildRequires:  libtool
+#Requires:   libHBAAPI2
 
 %description
 SNIA HBAAPI vendor library built on top of the scsi_transport_fc
@@ -44,8 +46,7 @@
 
 %prep
 %setup -q -n libhbalinux-v%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P 0 -P 1 -P 2 -p1
 
 %build
 autoreconf --install
@@ -53,9 +54,8 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -name '*.so' -exec rm -f {} ';'
+make install DESTDIR=%buildroot
+rm -f %buildroot/%_libdir/*.{la,so}
 
 %post
 /sbin/ldconfig

++ hbalinux-automake.diff ++
From: Jan Engelhardt jeng...@inai.de
Date: 2012-05-29 12:26:09.399972892 +0200

automake-1.12 wants AM_PROG_AR, and because this project uses
-Werror that meant a failure for building with am 1.12.
---
 configure.ac |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: libhbalinux-v1.0.8/configure.ac
===
--- libhbalinux-v1.0.8.orig/configure.ac
+++ libhbalinux-v1.0.8/configure.ac
@@ -1,8 +1,9 @@
 AC_INIT([libhbalinux], [1.0.7], [de...@open-fcoe.org])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
-AC_PROG_LIBTOOL
 AC_PROG_CC
+AM_PROG_AR
+LT_INIT
 
 PKG_CHECK_MODULES(PCIACCESS, pciaccess)
 AC_SUBST(PCIACCESS_CFLAGS)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libpinyin for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libpinyin for openSUSE:Factory 
checked in at 2012-06-05 15:32:45

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


Package is libpinyin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libpinyin/libpinyin.changes  2012-02-21 
07:32:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpinyin.new/libpinyin.changes 2012-06-05 
15:32:46.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun  2 13:32:06 UTC 2012 - i...@marguerite.su
+
+- fix sles builds.
+
+---



Other differences:
--
++ libpinyin.spec ++
--- /var/tmp/diff_new_pack.5hSDZ2/_old  2012-06-05 15:32:47.0 +0200
+++ /var/tmp/diff_new_pack.5hSDZ2/_new  2012-06-05 15:32:47.0 +0200
@@ -28,7 +28,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
+%if 0%{?suse_version} = 1140
 BuildRequires:  libdb-4_8-devel
+%else
+BuildRequires:  libdb-4_5-devel
+%endif
 BuildRequires:  wget
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -68,7 +72,7 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
+%makeinstall
 %{__rm} -rf %{buildroot}%{_libdir}/%{name}.a
 %{__rm} -rf %{buildroot}%{_libdir}/%{name}.la
 

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



commit loudmouth for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2012-06-05 15:32:53

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


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

Changes:

--- /work/SRC/openSUSE:Factory/loudmouth/loudmouth.changes  2011-12-05 
12:44:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.loudmouth.new/loudmouth.changes 2012-06-05 
15:32:55.0 +0200
@@ -1,0 +2,6 @@
+Mon May 21 11:42:56 UTC 2012 - badshah...@gmail.com
+
+- Use libgnutls-devel BuildRequires instead of gnutls-devel for
+  openSUSE  12.1: gnutls-devel has been removed from Factory.
+
+---



Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.2P7J0X/_old  2012-06-05 15:32:56.0 +0200
+++ /var/tmp/diff_new_pack.2P7J0X/_new  2012-06-05 15:32:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package loudmouth
 #
-# 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:   loudmouth
 Version:1.4.3
-Release:1
-License:LGPL-2.1+
+Release:0
 Summary:Jabber Client Library Written in C
-Url:http://www.loudmouth-project.org/
+License:LGPL-2.1+
 Group:  Productivity/Networking/Other
+Url:http://www.loudmouth-project.org/
 #Source: 
http://ftp.imendio.com/pub/imendio/%{name}/src/%{name}-%{version}.tar.bz2
 # Source without URL, as coolo's script does not like the fact that upstream 
server is broken...
 Source: %{name}-%{version}.tar.bz2
@@ -38,7 +37,11 @@
 # PATCH-FIX-UPSTREAM loudmouth-glib.patch dims...@opensuse.org -- Fix build 
with glib 2.31: only glib.h can be included.
 Patch4: loudmouth-glib.patch
 BuildRequires:  check-devel
+%if 0%{?suse_version}  1210
+BuildRequires:  libgnutls-devel
+%else
 BuildRequires:  gnutls-devel
+%endif
 BuildRequires:  gtk-doc
 BuildRequires:  libtool
 BuildRequires:  sgml-skel
@@ -52,7 +55,6 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package -n libloudmouth-1-0
-License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
 
@@ -62,7 +64,6 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package devel
-License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
 Requires:   glibc-devel
@@ -76,7 +77,6 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package doc
-License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
 Requires:   libloudmouth-1-0 = %{version}

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



commit lsvpd for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package lsvpd for openSUSE:Factory checked 
in at 2012-06-05 15:32:58

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


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

Changes:

--- /work/SRC/openSUSE:Factory/lsvpd/lsvpd.changes  2012-01-27 
15:22:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.lsvpd.new/lsvpd.changes 2012-06-05 
15:33:00.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun  1 13:09:14 UTC 2012 - jloe...@suse.com
+
+- update to version 1.6.12 
+  No detailed changelog provided by upstream
+
+---

Old:

  lsvpd-1.6.11.tar.bz2
  sgutils.patch

New:

  lsvpd-1.6.12.tar.gz



Other differences:
--
++ lsvpd.spec ++
--- /var/tmp/diff_new_pack.DlBFBS/_old  2012-06-05 15:33:01.0 +0200
+++ /var/tmp/diff_new_pack.DlBFBS/_new  2012-06-05 15:33:01.0 +0200
@@ -15,27 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   lsvpd
-BuildRequires:  autoconf gcc-c++
-BuildRequires:  automake libtool libvpd2-devel
-BuildRequires:  sg3_utils-devel
-BuildRequires:  librtas-devel zlib-devel
-ExclusiveArch:  ppc ppc64
-Url:http://sourceforge.net/projects/linux-diag/
+Version:1.6.12
+Release:0
 Summary:VPD Hardware Inventory Utilities for Linux
-Version:1.6.11
-Release:1
 License:GPL-2.0+
 Group:  System/Monitoring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: %insserv_prereq %fillup_prereq
+Url:http://sourceforge.net/projects/linux-diag/
+Source0:%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  librtas-devel
+BuildRequires:  libtool
+BuildRequires:  libvpd2-devel
+BuildRequires:  sg3_utils-devel
+BuildRequires:  zlib-devel
+Requires(pre):  %fillup_prereq
+Requires(pre):  %insserv_prereq
 Requires:   /bin/sed
-Source0:%{name}-%{version}.tar.bz2
-Patch2: sgutils.patch
-
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  ppc ppc64
 
 %description
 The lsvpd package contains both the lsvpd, lscfg and lsmcode commands.
@@ -47,48 +48,37 @@
 system-specific information.  lsmcode lists microcode and firmware
 levels.
 
-
-
-Authors:
-
-Martin Schwenke @ IBM
-
 %prep
 %setup -q
-%patch2 
-
 
 %build
 autoreconf -fi
-export CFLAGS=$RPM_OPT_FLAGS -UPCI_IDS -DPCI_IDS='\/usr/share/pci.ids\' 
-UUSB_IDS -DUSB_IDS='\/usr/share/usb.ids\'
-export CXXFLAGS=$RPM_OPT_FLAGS -UPCI_IDS -DPCI_IDS='\/usr/share/pci.ids\' 
-UUSB_IDS -DUSB_IDS='\/usr/share/usb.ids\'
+export CFLAGS=%{optflags} -UPCI_IDS -DPCI_IDS='\/usr/share/pci.ids\' 
-UUSB_IDS -DUSB_IDS='\/usr/share/usb.ids\'
+export CXXFLAGS=%{optflags} -UPCI_IDS -DPCI_IDS='\/usr/share/pci.ids\' 
-UUSB_IDS -DUSB_IDS='\/usr/share/usb.ids\'
 %configure
 make %{?_smp_mflags}
 chmod 644 README* COPYING NEWS 
 
-
 %clean 
-rm -rf $RPM_BUILD_ROOT
-
+rm -rf %{buildroot}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir $RPM_BUILD_ROOT/sbin
+%make_install
+mkdir %{buildroot}/sbin
 for i in lscfg lsmcode lsvio lsvpd update-lsvpd-db
 do
- if test -f $RPM_BUILD_ROOT/usr/sbin/$i
+ if test -f %{buildroot}%{_sbindir}/$i
  then
-   ln -sfvbn ../usr/sbin/$i $RPM_BUILD_ROOT/sbin/$i
+   ln -sfvbn ../usr/sbin/$i %{buildroot}/sbin/$i
  fi
 done
 if [ -e /etc/udev/rules.d/99-lsvpd.rules ] ; then
-   %{__rm} /etc/udev/rules.d/99-lsvpd.rules
+   rm /etc/udev/rules.d/99-lsvpd.rules
 fi
 if [ -e /etc/udev/rules.d/99-lsvpd.disabled ] ; then
-   %{__rm} /etc/udev/rules.d/99-lsvpd.disabled
+   rm /etc/udev/rules.d/99-lsvpd.disabled
 fi
 
-
 %post
 if [ -d /var/lib/lsvpd ] ; then
   rm -rf /var/lib/lsvpd
@@ -96,16 +86,13 @@
 /usr/sbin/vpdupdate
 exit 0
 
-
 %files 
 %defattr(-,root,root)
 %doc README COPYING NEWS 
-%dir /etc/lsvpd
-%attr (644,root,root) %config /etc/lsvpd/*
+%dir %{_sysconfdir}/lsvpd
+%attr (644,root,root) %config %{_sysconfdir}/lsvpd/*
 /sbin/*
-%attr (755,root,root) /usr/sbin/*
+%attr (755,root,root) %{_sbindir}/*
 %{_mandir}/*/*
 
-
-
 %changelog

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



commit mc for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2012-06-05 15:33:03

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


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2012-05-14 16:16:27.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2012-06-05 
15:33:04.0 +0200
@@ -1,0 +2,5 @@
+Mon May 28 09:37:28 UTC 2012 - subchas...@gmail.com
+
+- cmake syntax revisited
+
+---



Other differences:
--
++ cmake.syntax ++
--- /var/tmp/diff_new_pack.zOZpzH/_old  2012-06-05 15:33:06.0 +0200
+++ /var/tmp/diff_new_pack.zOZpzH/_new  2012-06-05 15:33:06.0 +0200
@@ -1,128 +1,499 @@
-# CMake syntax highlighting
-#
+# CMake syntax
 # Author: Henrik Pauli henrik.pa...@uhusystems.com
 # Author: Emil Biserov bise...@gmail.com
 
-wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_
-
 caseinsensitive
 
 context default
-   keyword ( brightcyan
-   keyword ) brightcyan
-
-   keyword ${\[^}\]+} brightgreen
+   keyword \( brightcyan
+   keyword \) brightcyan
 
-   keyword whole macro magenta
-   keyword whole endmacro magenta
-   keyword whole function magenta
-   keyword whole endfunction magenta
-   keyword whole if magenta
+### Commands ##
+   keyword whole add_custom_command yellow
+   keyword whole add_custom_target yellow
+   keyword whole add_definitions yellow
+   keyword whole add_dependencies yellow
+   keyword whole add_executable yellow
+   keyword whole add_library yellow
+   keyword whole add_subdirectory yellow
+   keyword whole add_test yellow
+   keyword whole aux_source_directory yellow
+   keyword whole break magenta
+   keyword whole build_command yellow
+   keyword whole cmake_minimum_required yellow
+   keyword whole cmake_policy yellow
+   keyword whole configure_file yellow
+   keyword whole create_test_sourcelist yellow
+   keyword whole define_property yellow
keyword whole else magenta
keyword whole elseif magenta
-   keyword whole endif magenta
-   keyword whole foreach magenta
+   keyword whole enable_language yellow
+   keyword whole enable_testing yellow
keyword whole endforeach magenta
-   keyword whole while magenta
+   keyword whole endfunction magenta
+   keyword whole endif magenta
+   keyword whole endmacro magenta
keyword whole endwhile magenta
-   keyword whole break magenta
-
-   keyword whole cmake_minimum_required yellow
-   keyword whole project yellow
-   keyword whole set yellow
-   keyword whole unset yellow
+   keyword whole execute_process yellow
+   keyword whole export yellow
+   keyword whole file yellow
+   keyword whole find_file yellow
+   keyword whole find_library yellow
+   keyword whole find_package yellow
+   keyword whole find_path yellow
+   keyword whole find_program yellow
+   keyword whole fltk_wrap_ui yellow
+   keyword whole foreach magenta
+   keyword whole function magenta
+   keyword whole get_cmake_property yellow
+   keyword whole get_directory_property yellow
+   keyword whole get_filename_component yellow
+   keyword whole get_property yellow
+   keyword whole get_source_file_property yellow
+   keyword whole get_target_property yellow
+   keyword whole get_test_property yellow
+   keyword whole if magenta
keyword whole include yellow
keyword whole include_directories yellow
-   keyword whole link_directories yellow
-   keyword whole cpack_+ yellow
-   keyword whole add_+ yellow
-   keyword whole get_+ yellow
-   keyword whole set_+ yellow
-   keyword whole target_+ yellow
-   keyword whole find_+ yellow
-   keyword whole file yellow
-   keyword whole file_+ yellow
-   keyword whole configure_+ yellow
+   keyword whole include_external_msproject yellow
+   keyword whole include_regular_expression yellow
keyword whole install yellow
-   keyword whole qt4_+ yellow
-   keyword whole mark_as_advanced yellow
-
+   keyword whole link_directories yellow
keyword whole list yellow
+   keyword whole load_cache yellow
+   keyword whole load_command yellow
+   keyword whole macro magenta
+   keyword whole mark_as_advanced yellow
+   keyword whole math yellow
+   keyword whole message yellow
+   keyword whole 

commit net6 for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package net6 for openSUSE:Factory checked in 
at 2012-06-05 15:33:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/net6/net6.changes2011-11-07 
16:19:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.net6.new/net6.changes   2012-06-05 
15:33:11.0 +0200
@@ -1,0 +2,13 @@
+Wed May 23 15:16:31 UTC 2012 - vu...@opensuse.org
+
+- Move to pkgconfig()-style BuildRequires:
+  + Old ones: libgnutls-devel, libsigc++2-devel.
+  + New ones: gnutls, sigc++-2.0.
+
+---
+Mon May 21 11:35:09 UTC 2012 - badshah...@gmail.com
+
+- Use libgnutls-devel BuildRequires instead of gnutls-devel for
+  openSUSE  12.1: gnutls-devel has been removed from Factory.
+
+---



Other differences:
--
++ net6.spec ++
--- /var/tmp/diff_new_pack.pIDIzZ/_old  2012-06-05 15:33:12.0 +0200
+++ /var/tmp/diff_new_pack.pIDIzZ/_new  2012-06-05 15:33:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package net6
 #
-# 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:   net6
-BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  gettext-devel
-BuildRequires:  gnutls-devel
-BuildRequires:  libsigc++2-devel
-BuildRequires:  pkg-config
-License:LGPL-2.1+
-Group:  Development/Libraries/GNOME
 Version:1.3.14
-Release:1
+Release:0
 Summary:Network access framework for IPv4/IPv6
+License:LGPL-2.1+
+Group:  Development/Libraries/GNOME
 Url:http://gobby.0x539.de/
 Source: http://releases.0x539.de/net6/%{name}-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  gettext-devel
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(sigc++-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-lang = %{version}
 
@@ -41,10 +39,11 @@
 portable to both the Windows and Unix-like platforms.
 
 %package devel
-License:LGPL-2.1+
 Summary:Network access framework for IPv4/IPv6
 Group:  Development/Libraries/GNOME
-Requires:   %{name} = %{version} gnutls-devel libsigc++2-devel
+Requires:   %{name} = %{version}
+Requires:   gnutls-devel
+Requires:   libsigc++2-devel
 
 %description devel
 net6 is a library which eases the development of network-based

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



commit nilfs-utils for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package nilfs-utils for openSUSE:Factory 
checked in at 2012-06-05 15:33:14

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


Package is nilfs-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/nilfs-utils/nilfs-utils.changes  2011-11-29 
15:53:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.nilfs-utils.new/nilfs-utils.changes 
2012-06-05 15:33:18.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 10:40:56 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ nilfs-utils.spec ++
--- /var/tmp/diff_new_pack.zmCVc0/_old  2012-06-05 15:33:20.0 +0200
+++ /var/tmp/diff_new_pack.zmCVc0/_new  2012-06-05 15:33:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nilfs-utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,12 @@
 #
 
 
-
 Name:   nilfs-utils
-BuildRequires:  libtool libuuid-devel
+BuildRequires:  libtool
+BuildRequires:  libuuid-devel
+Summary:Utilities for NILFS
 License:GPL-2.0
 Group:  System/Filesystems
-Summary:Utilities for NILFS
 Version:2.0.14
 Release:0
 Source: %{name}-%{version}.tar.bz2
@@ -41,7 +41,7 @@
 %build
 autoreconf -fi
 %configure
-make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT root_sbindir=/sbin root_libdir=/%{_lib}
@@ -52,9 +52,6 @@
 rm -rf $RPM_BUILD_ROOT%{_includedir}
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.so
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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



commit ntfs-3g_ntfsprogs for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package ntfs-3g_ntfsprogs for 
openSUSE:Factory checked in at 2012-06-05 15:33:19

Comparing /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs (Old)
 and  /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new (New)


Package is ntfs-3g_ntfsprogs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.changes  
2012-02-17 12:07:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new/ntfs-3g_ntfsprogs.changes 
2012-06-05 15:33:20.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 16:37:45 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ ntfs-3g_ntfsprogs.spec ++
--- /var/tmp/diff_new_pack.ExfcwT/_old  2012-06-05 15:33:21.0 +0200
+++ /var/tmp/diff_new_pack.ExfcwT/_new  2012-06-05 15:33:21.0 +0200
@@ -25,7 +25,7 @@
 Source: %{name}-%{version}.tar.bz2
 Source1:buildall.sh
 Source2:21-storage-ntfs-3g.fdi
-Url:http://www.ntfs-3g.org
+Url:http://ntfs-3g.org/
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -99,9 +99,9 @@
 # which is signed and would possibly ok to be unsigned. Any solution to this
 # needs to be carefully reviewed and tested, so we do not change the code now:
 #
-CFLAGS=$RPM_OPT_FLAGS -Wformat -Wformat-security -W -Wno-sign-compare \
+export CFLAGS=$RPM_OPT_FLAGS -Wformat -Wformat-security -W -Wno-sign-compare
 %configure --exec-prefix=/ --disable-static --with-pic --disable-ldconfig
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -112,9 +112,6 @@
 # Touch ghost files
 touch %{buildroot}/sbin/mount.ntfs %{buildroot}%{_mandir}/man8/mount.ntfs.8
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 TESTFS=$(mktemp) || exit 1
 ntfsprogs/mkntfs -q -F $TESTFS 3000


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



commit obexfs for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package obexfs for openSUSE:Factory checked 
in at 2012-06-05 15:33:24

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


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

Changes:

--- /work/SRC/openSUSE:Factory/obexfs/obexfs.changes2011-12-05 
12:44:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.obexfs.new/obexfs.changes   2012-06-05 
15:33:26.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 16:17:00 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ obexfs.spec ++
--- /var/tmp/diff_new_pack.NoIIBE/_old  2012-06-05 15:33:28.0 +0200
+++ /var/tmp/diff_new_pack.NoIIBE/_new  2012-06-05 15:33:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package obexfs
 #
-# 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:   obexfs
 BuildRequires:  automake
 BuildRequires:  bluez-devel
@@ -25,10 +26,10 @@
 BuildRequires:  openobex-devel
 Requires:   fuse
 Summary:FUSE based filesystem using ObexFTP
-Version:0.11
-Release:0
 License:GPL-2.0+
 Group:  System/Filesystems
+Version:0.11
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Url:http://openobex.triq.net/obexfs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,26 +38,17 @@
 ObexFS is a fuse (FUSE-based filesystem) using obexftp (ObexFTP) to
 access files on mobile phones.
 
-
-
-Authors:
-
-Christian W. Zuckschwerdt z...@triq.net
-
 %prep
 %setup -q
 
 %build
 autoreconf -fiv
 %configure
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING* ChangeLog NEWS README*

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



commit open-fcoe for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package open-fcoe for openSUSE:Factory 
checked in at 2012-06-05 15:33:34

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


Package is open-fcoe, Maintainer is h...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/open-fcoe/open-fcoe.changes  2012-01-24 
12:20:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.open-fcoe.new/open-fcoe.changes 2012-06-05 
15:33:39.0 +0200
@@ -1,0 +2,6 @@
+Tue May 29 13:08:21 UTC 2012 - pu...@suse.com
+
+- fix build with automake-1.12
+  - add: automake-1.12.patch
+
+---

New:

  automake-1.12.patch



Other differences:
--
++ open-fcoe.spec ++
--- /var/tmp/diff_new_pack.o5DrnC/_old  2012-06-05 15:33:42.0 +0200
+++ /var/tmp/diff_new_pack.o5DrnC/_new  2012-06-05 15:33:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package open-fcoe
 #
-# 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,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   open-fcoe
 Url:http://www.open-fcoe.org
-License:GPL-2.0
-Group:  System/Daemons
 PreReq: %fillup_prereq %insserv_prereq
 BuildRequires:  automake
 BuildRequires:  libHBAAPI2-devel
 BuildRequires:  lldpad-devel
-Requires:   libhbalinux2 lldpad
+Requires:   libhbalinux2
+Requires:   lldpad
 Version:1.0.12
 Release:0
 Summary:FCoE userspace management tools
+License:GPL-2.0
+Group:  System/Daemons
 Source0:http://www.open-fcoe.org/openfc/fcoe-utils-1.0.8.tar.bz2
 Source20:   mkinitrd-boot.sh
 Source22:   mkinitrd-setup.sh
@@ -50,6 +52,7 @@
 Patch17:fcoe-utils-fixes-no-lun-displa
 Patch18:fcoe-utils-use-san-mac-and-fix
 Patch19:fcoe-utils-makefile-library-fix
+Patch20:automake-1.12.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -84,6 +87,7 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 %build
 autoreconf --install

++ automake-1.12.patch ++
Index: fcoe-utils-1.0.8/configure.ac
===
--- fcoe-utils-1.0.8.orig/configure.ac
+++ fcoe-utils-1.0.8/configure.ac
@@ -4,6 +4,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign]
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_RANLIB
+AM_PROG_AR
 
 PKG_CHECK_MODULES([HBAAPI], [HBAAPI])
 AC_SUBST([HBAAPI_CFLAGS])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit OpenGTL for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package OpenGTL for openSUSE:Factory checked 
in at 2012-06-05 15:33:39

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


Package is OpenGTL, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/OpenGTL/OpenGTL.changes  2012-02-02 
17:58:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.OpenGTL.new/OpenGTL.changes 2012-06-05 
15:33:42.0 +0200
@@ -1,0 +2,16 @@
+Mon Jun  4 16:34:11 UTC 2012 - asterios.dra...@gmail.com
+
+- An updated 0.9.17 tarball was released. Removed FindLLVM.cmake_llvm-3.1.patch
+  since it is included in the updated tarball.
+
+---
+Sun Jun  3 17:54:24 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 0.9.17:
+  * Support for the latest LLVM 3.1.
+  * Crash fix when using vector instructions.
+- Added a patch (FindLLVM.cmake_llvm-3.1.patch) to fix FindLLVM.cmake for
+  compilation with llvm-3.1. llvm-confing is a native executable in version 3.1
+  instead of a perl script.
+
+---

Old:

  OpenGTL-0.9.16.tar.bz2

New:

  OpenGTL-0.9.17.tar.bz2



Other differences:
--
++ OpenGTL.spec ++
--- /var/tmp/diff_new_pack.y3KOWM/_old  2012-06-05 15:33:45.0 +0200
+++ /var/tmp/diff_new_pack.y3KOWM/_new  2012-06-05 15:33:45.0 +0200
@@ -1,9 +1,9 @@
 #
 # spec file for package OpenGTL
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2009 Buschmann buschman...@opensuse.org
 # Copyright (c) 2012 Asterios Dramis asterios.dra...@gmail.com.
-# 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
@@ -13,28 +13,28 @@
 # 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/
 #
 
+
 %define libver 0_8
 %define soversion 0.8
 
 Name:   OpenGTL
-Version:0.9.16
+Version:0.9.17
 Release:0
-License:LGPL-2.0+
 Summary:Graphics Transformation Languages
-Url:http://www.opengtl.org/
+License:LGPL-2.0+
 Group:  Productivity/Graphics/Other
+Url:http://www.opengtl.org/
 Source0:http://download.opengtl.org/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE GTLImageIO-Extensions-Installdir.patch -- Change 
GTLImageIO Extensions installation path to use the OpenGTL version
 Patch0: GTLImageIO-Extensions-Installdir.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
-BuildRequires:  llvm-devel = 3.0
+BuildRequires:  llvm-devel = 3.1
 BuildRequires:  zlib-devel
 Recommends: shiva-collections
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -64,7 +64,7 @@
 %package -n libGTLCore%{libver}
 Summary:Graphics Transformation Languages - Core Functionnalities
 Group:  System/Libraries
-Requires:   llvm = 3.0
+Requires:   llvm = 3.1
 
 %description -n libGTLCore%{libver}
 The Graphics Transformation Languages is a set of library for using and
@@ -81,7 +81,7 @@
 %package -n libGTLFragment%{libver}
 Summary:Graphics Transformation Languages - Core Functionnalities
 Group:  System/Libraries
-Requires:   llvm = 3.0
+Requires:   llvm = 3.1
 
 %description -n libGTLFragment%{libver}
 The Graphics Transformation Languages is a set of library for using and
@@ -97,7 +97,7 @@
 %package -n libGTLImageIO%{libver}
 Summary:Graphics Transformation Languages - Decode/Encode Images
 Group:  System/Libraries
-Requires:   llvm = 3.0
+Requires:   llvm = 3.1
 
 %description -n libGTLImageIO%{libver}
 The Graphics Transformation Languages is a set of library for using and
@@ -113,7 +113,7 @@
 %package -n libOpenCTL%{libver}
 Summary:Color Transformation Language
 Group:  System/Libraries
-Requires:   llvm = 3.0
+Requires:   llvm = 3.1
 
 %description -n libOpenCTL%{libver}
 OpenCTL is a GPL compatible of the Color Transformation Language, this language
@@ -124,7 +124,7 @@
 %package -n libOpenShiva%{libver}
 Summary:Image Transformation Library
 Group:  System/Libraries
-Requires:   llvm = 3.0
+Requires:   llvm = 3.1
 
 %description -n libOpenShiva%{libver}
 Shiva is a language that apply a kernel-like transformations on an image, that

++ OpenGTL-0.9.16.tar.bz2 - 

commit osdlyrics for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package osdlyrics for openSUSE:Factory 
checked in at 2012-06-05 15:33:44

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


Package is osdlyrics, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/osdlyrics/osdlyrics.changes  2012-03-02 
13:49:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.osdlyrics.new/osdlyrics.changes 2012-06-05 
15:33:45.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  4 23:17:32 UTC+8 2012 - hillw...@linuxfans.org
+
+- update to 0.4.3
+ * Player support:
+  - Add cmus support, thanks to alepulver (not enable)
+ * Bug fix:
+  - Dir is not closed in _prepend_subdirs (ol_app_info.c)
+  - Show player chooser if connected player quits in 1 minute
+
+---

Old:

  osdlyrics-0.4.2.tar.gz
  osdlyrics-glib.patch

New:

  osdlyrics-0.4.3.tar.gz



Other differences:
--
++ osdlyrics.spec ++
--- /var/tmp/diff_new_pack.75VACU/_old  2012-06-05 15:33:48.0 +0200
+++ /var/tmp/diff_new_pack.75VACU/_new  2012-06-05 15:33:48.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   osdlyrics
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:A third-party lyrics display program
 License:GPL-3.0
@@ -42,12 +42,14 @@
 BuildRequires:  libtool
 BuildRequires:  sqlite3-devel
 BuildRequires:  update-desktop-files
+%if 0%{?sles_version}
+BuildRequires:  libpng12-compat-devel
+%else
 BuildRequires:  xmms2-devel
+%endif
 Requires:   sqlite3
 Requires:   gtk2
-%if 0%{?suse_version}  1210
-Patch0: osdlyrics-glib.patch
-%endif 
+
 # These package are all in home:hillwood
 Obsoletes:  osd-lyrics osdlyrics-beta osdlyrics-git
 
@@ -93,14 +95,15 @@
  
 
 %prep
-%setup -q -n osdlyrics-0.4.2
-%if 0%{?suse_version}  1210
-%patch0 -p1
-%endif
+%setup -q -n osdlyrics-%{version}
 
 %build
 %configure --disable-mpd \
+%if 0%{?sles_version}
+   --disable-xmms2
+%else
--enable-xmms2
+%endif
 make %{?_smp_mflags}
 
 %install

++ osdlyrics-0.4.2.tar.gz - osdlyrics-0.4.3.tar.gz ++
 19660 lines of diff (skipped)

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



commit pdf2djvu for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory 
checked in at 2012-06-05 15:33:49

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


Package is pdf2djvu, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pdf2djvu/pdf2djvu.changes2012-03-07 
20:10:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdf2djvu.new/pdf2djvu.changes   2012-06-05 
15:33:51.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun  4 06:36:36 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 0.7.13.
+  + Fix build failure with Poppler ≥ 0.19.
+  + Update German, Russian, Ukrainian translations.
+  + Add Ukrainian translation of the manual page.
+- Disable tests (Python problem).
+
+---

Old:

  pdf2djvu_0.7.12.tar.gz

New:

  pdf2djvu_0.7.13.tar.gz



Other differences:
--
++ pdf2djvu.spec ++
--- /var/tmp/diff_new_pack.z1elrq/_old  2012-06-05 15:33:52.0 +0200
+++ /var/tmp/diff_new_pack.z1elrq/_new  2012-06-05 15:33:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pdf2djvu
-Version:0.7.12
+Version:0.7.13
 Release:0
 Summary:PDF to DjVu Converter
 License:GPL-2.0
@@ -30,8 +30,6 @@
 BuildRequires:  pkgconfig(ddjvuapi)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(poppler)
-# Requires to run tests correctly.
-BuildRequires:  ghostscript-fonts-std
 Requires:   djvulibre
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,9 +52,6 @@
 %make_install
 %find_lang %{name} --with-man
 
-%check
-make test
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING doc/changelog doc/cjk.txt doc/credits.txt

++ pdf2djvu_0.7.12.tar.gz - pdf2djvu_0.7.13.tar.gz ++
 7920 lines of diff (skipped)

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



commit perl-Devel-REPL for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-REPL for openSUSE:Factory 
checked in at 2012-06-05 15:34:01

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


Package is perl-Devel-REPL, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-REPL/perl-Devel-REPL.changes  
2012-01-05 13:49:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Devel-REPL.new/perl-Devel-REPL.changes 
2012-06-05 15:34:05.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun  1 20:19:30 UTC 2012 - co...@suse.com
+
+- updated to 1.003013
+  - Make Sys::SigAction optional dependency for Win32 systems
+  - Apply some plugin related patchs from Caleb Cushing
+
+---

Old:

  Devel-REPL-1.003012.tar.gz

New:

  Devel-REPL-1.003013.tar.gz



Other differences:
--
++ perl-Devel-REPL.spec ++
--- /var/tmp/diff_new_pack.MyY71j/_old  2012-06-05 15:34:06.0 +0200
+++ /var/tmp/diff_new_pack.MyY71j/_new  2012-06-05 15:34:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-REPL
 #
-# 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,26 +17,21 @@
 
 
 Name:   perl-Devel-REPL
-Version:1.003012
+Version:1.003013
 Release:0
 %define cpan_name Devel-REPL
 Summary:Modern perl interactive shell
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-REPL/
-Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/C/CH/CHM/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(App::Nopaste)
-BuildRequires:  perl(B::Keywords)
 BuildRequires:  perl(Data::Dump::Streamer)
-BuildRequires:  perl(Data::Dumper::Concise)
 BuildRequires:  perl(File::HomeDir)
-BuildRequires:  perl(File::Next)
 BuildRequires:  perl(Lexical::Persistence)
-BuildRequires:  perl(Module::Refresh)
 BuildRequires:  perl(Moose) = 0.74
 BuildRequires:  perl(MooseX::AttributeHelpers) = 0.16
 BuildRequires:  perl(MooseX::Getopt) = 0.18
@@ -45,42 +40,14 @@
 BuildRequires:  perl(Sys::SigAction)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(namespace::clean)
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(Devel::REPL)
-#BuildRequires: perl(Devel::REPL::Error)
-#BuildRequires: perl(Devel::REPL::Meta::Plugin)
-#BuildRequires: perl(Devel::REPL::Plugin)
-#BuildRequires: perl(Devel::REPL::Profile)
-#BuildRequires: perl(Devel::REPL::Script)
-#BuildRequires: perl(inc::Module::Install) = 0.91
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Moose::Meta::Role)
-#BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(Moose::Util::TypeConstraints)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(PPI::Dumper)
-#BuildRequires: perl(Project::Schema)
-#BuildRequires: perl(YAML::Tiny)
-Requires:   perl(App::Nopaste)
-Requires:   perl(B::Keywords)
-Requires:   perl(Data::Dumper::Concise)
-Requires:   perl(Data::Dump::Streamer)
 Requires:   perl(File::HomeDir)
-Requires:   perl(File::Next)
 Requires:   perl(Lexical::Persistence)
-Requires:   perl(Module::Refresh)
 Requires:   perl(Moose) = 0.74
 Requires:   perl(MooseX::AttributeHelpers) = 0.16
 Requires:   perl(MooseX::Getopt) = 0.18
 Requires:   perl(MooseX::Object::Pluggable) = 0.0009
-Requires:   perl(namespace::clean)
-Requires:   perl(PPI)
-Requires:   perl(Sys::SigAction)
 Requires:   perl(Task::Weaken)
+Requires:   perl(namespace::clean)
 %{perl_requires}
 
 %description

++ Devel-REPL-1.003012.tar.gz - Devel-REPL-1.003013.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-REPL-1.003012/Changes 
new/Devel-REPL-1.003013/Changes
--- old/Devel-REPL-1.003012/Changes 2010-09-27 21:43:18.0 +0200
+++ new/Devel-REPL-1.003013/Changes 2012-05-19 19:27:53.0 +0200
@@ -1,3 +1,6 @@
+1.003013
+  - Make Sys::SigAction optional dependency for Win32 systems
+  - Apply some plugin related patchs from Caleb 

commit phpMyAdmin for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2012-06-05 15:34:18

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


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

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2012-05-03 
10:59:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2012-06-05 15:34:20.0 +0200
@@ -1,0 +2,38 @@
+Sun Jun  3 22:00:45 UTC 2012 - ch...@computersalat.de
+
+- update to 3.5.1.0 (2012-05-03)
+  * bug sf#3510784 [edit] Limit clause ignored when sort order is
+ remembered
+  * bug sf#3511471 [interface] View name not seen in navi panel
+ (MySQL 5.1)
+  * bug sf#3512916 [display] Right frame reloads after displaying SQL
+ result(zero rows)
+  * bug [interface] Fixed missing Codemirror for inline query edit
+ when exporting a result set
+  * bug sf#3514490 [auth] Multiple Navigation panels bug still present
+  * bug sf#3515181 [users] Error in create user + underscore + create
+ database
+  * bug sf#3515666 [display] Profiling chart shows wrong data
+  * bug sf#3516037 [auth] JS includes missing in auth config error page
+  * bug sf#3516183 [display] Missing image extension
+  * bug [display] Added missing icons in original theme
+  * bug sf#3516761 [edit] Query error after search
+  * bug sf#3516405 [display] Chart title is getting wrong within chart
+ export
+  * bug sf#3517021 [interface] Header links except 'More' hide after
+ closing dialog
+  * bug sf#3516817 [interface] More actions in table structure
+  * bug sf#3518484 [privileges] PMA_sqlAddSlashes() does not quote the
+table names correctly
+  * bug sf#3518983 [designer] Error messages do not appear in the
+ Designer
+  * bug sf#3519747 [interface] Suhosin patch warning incorrectly
+ displayed
+  * bug sf#3520107 [interface] Server status page: Incorrect dialog box
+ titles
+  * bug sf#3516089 [structure] DROP does not work on defective VIEWs
+- rebase config patch
+  * remove version from patch name
+  * add missing options
+
+---

Old:

  phpMyAdmin-3.4.11-all-languages.tar.bz2
  phpMyAdmin-3.4.9-config.patch

New:

  phpMyAdmin-3.5.1-all-languages.tar.bz2
  phpMyAdmin-config.patch



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.uW7L71/_old  2012-06-05 15:34:21.0 +0200
+++ /var/tmp/diff_new_pack.uW7L71/_new  2012-06-05 15:34:21.0 +0200
@@ -34,12 +34,12 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:3.4.11
+Version:3.5.1
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:%{name}-%{version}-all-languages.tar.bz2
 Source1:%{name}.http
-Patch0: %{name}-3.4.9-config.patch
+Patch0: %{name}-config.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: pwgen coreutils sed grep
@@ -109,7 +109,7 @@
 %install
 #%{__install} -d -m0750 $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 %{__install} -d -m0755 $RPM_BUILD_ROOT%{ap_docroot}/%{name}
-%{__cp} -dR *.css *.php *.html *.ico js libraries locale pmd themes \
+%{__cp} -dR *.css *.php *.html *.ico js libraries locale themes \
   $RPM_BUILD_ROOT%{ap_docroot}/%{name}
 # install config to config dir
 %{__install} -D -m0640 
$RPM_BUILD_ROOT%{ap_docroot}/%{name}/config.sample.inc.php \
@@ -152,10 +152,9 @@
 
 %files -f FILELIST
 %defattr(644,root,root,755)
-%doc CREDITS ChangeLog Documentation.* docs.css
-%doc LICENSE README RELEASE-DATE* TODO
-%doc contrib
-%doc scripts
+%doc ChangeLog Documentation.* docs.css
+%doc LICENSE README RELEASE-DATE*
+%doc examples
 %dir %attr(0750,root,%{ap_grp}) %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/config.inc.php
 %dir %{ap_docroot}/%{name}

++ phpMyAdmin-3.4.11-all-languages.tar.bz2 - 
phpMyAdmin-3.5.1-all-languages.tar.bz2 ++
 112253 lines of diff (skipped)

++ phpMyAdmin-config.patch ++
Index: config.sample.inc.php
===
--- config.sample.inc.php.orig
+++ config.sample.inc.php
@@ -10,59 +10,286 @@
  * @package PhpMyAdmin
  */
 
+/**
+ * Your phpMyAdmin url
+ *
+ * Complete the variable below with the full url ie
+ *https://www.your_web.net/path_to_your_phpMyAdmin_directory/
+ *
+ * It must contain characters that are valid for a URL, and the path is
+ * case sensitive on some Web servers, for example Unix-based servers.
+ *
+ * In 

commit pidgin-otr for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package pidgin-otr for openSUSE:Factory 
checked in at 2012-06-05 15:34:27

Comparing /work/SRC/openSUSE:Factory/pidgin-otr (Old)
 and  /work/SRC/openSUSE:Factory/.pidgin-otr.new (New)


Package is pidgin-otr, Maintainer is bwhite...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/pidgin-otr/pidgin-otr.changes2011-11-28 
12:55:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.pidgin-otr.new/pidgin-otr.changes   
2012-06-05 15:34:29.0 +0200
@@ -1,0 +2,20 @@
+Wed May 30 17:15:05 UTC 2012 - jeng...@inai.de
+
+- Remove unnecessary autoreconf call (there are no patches atm)
+- Drop no longer needed libtool BuildRequires.
+
+---
+Sat May 19 18:53:08 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.2.1:
+  + Fix a format string vulnerability (CVE-2012-2369).
+  + Set the umask to 0077 before creating the otr.* files in the
+purple directory so that they end up mode 0600.
+  + Use /dev/urandom to generate keys instead of /dev/random.
+  + Make the fingerprints in the manual authentication dialog
+selectable.
+  + Don't delete the OTR menus if a non-foreground conversation
+window is closed.
+  + Updated translations.
+
+---

Old:

  pidgin-otr-3.2.0.tar.bz2

New:

  pidgin-otr-3.2.1.tar.gz



Other differences:
--
++ pidgin-otr.spec ++
--- /var/tmp/diff_new_pack.4bT5WQ/_old  2012-06-05 15:34:30.0 +0200
+++ /var/tmp/diff_new_pack.4bT5WQ/_new  2012-06-05 15:34:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pidgin-otr
 #
-# 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,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   pidgin-otr
-BuildRequires:  gtk2-devel intltool libotr-devel libtool pidgin-devel 
update-desktop-files
-Version:3.2.0
-Release:1
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  libotr-devel
+BuildRequires:  pidgin-devel
+BuildRequires:  update-desktop-files
+Version:3.2.1
+Release:0
 Url:http://www.cypherpunks.ca/otr/
-Group:  Productivity/Networking/Instant Messenger
-License:GPL-2.0+
 Summary:Off The Record end-to-end encryption plugin for gaim
-Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.bz2
+License:GPL-2.0+
+Group:  Productivity/Networking/Instant Messenger
+Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   gaim-otr = %{version}
 Obsoletes:  gaim-otr = 3.0.0
@@ -66,19 +68,14 @@
 %setup -q
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
-autoreconf -fi
 %configure --with-pic --disable-static
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la
 %find_lang pidgin-otr
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f pidgin-otr.lang
 %defattr (-, root, root)
 %doc COPYING README AUTHORS NEWS ChangeLog

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



commit post-build-checks for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2012-06-05 15:34:32

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


Package is post-build-checks, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes  
2012-05-29 10:34:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2012-06-05 15:34:34.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 10:14:34 UTC 2012 - co...@suse.com
+
+- ld.so is basically empty nowadays, so put together a config file
+  just to ignore rpaths
+
+---

New:

  ignore-ldso.conf.patch



Other differences:
--
++ post-build-checks.spec ++
--- /var/tmp/diff_new_pack.7IFBJv/_old  2012-06-05 15:34:38.0 +0200
+++ /var/tmp/diff_new_pack.7IFBJv/_new  2012-06-05 15:34:38.0 +0200
@@ -35,6 +35,7 @@
 Source0:%{name}-%{version}.tar.bz2
 Patch0: new.diff
 Patch1: strim-whitespace.diff
+Patch2: ignore-ldso.conf.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -53,6 +54,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # nothing to do
@@ -67,6 +69,14 @@
 install -m 644 -D suse-buildsystem.sh  
$RPM_BUILD_ROOT/etc/profile.d/suse-buildsystem.sh
 chmod 755 $RPM_BUILD_ROOT/usr/lib/build/checks-data/check*
 
+( echo %_libdir 
+  echo /usr/local/%_lib
+  echo %_lib
+  echo %_libdir/Xaw3d
+  echo /usr/x86_64-suse-linux/lib
+  echo /opt/kde3/%_lib
+)   $RPM_BUILD_ROOT/etc/suse-ignored-rpaths.conf
+
 %check
 for i in tests/xx*.c
 do
@@ -101,5 +111,6 @@
 %doc COPYING
 /usr/lib/build
 /etc/profile.d/suse-buildsystem.sh
+/etc/suse-ignored-rpaths.conf
 
 %changelog

++ ignore-ldso.conf.patch ++
Index: post-build-checks-1.0/suse-buildsystem.sh
===
--- post-build-checks-1.0.orig/suse-buildsystem.sh  2011-10-20 
11:57:54.0 +0200
+++ post-build-checks-1.0/suse-buildsystem.sh   2012-06-04 12:07:23.597872870 
+0200
@@ -1,3 +1,3 @@
-export SUSE_IGNORED_RPATHS=/etc/ld.so.conf
+export SUSE_IGNORED_RPATHS=/etc/suse-ignored-rpaths.conf
 export SUSE_ASNEEDED=1
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Distutils2 for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package python-Distutils2 for 
openSUSE:Factory checked in at 2012-06-05 15:34:48

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


Package is python-Distutils2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Distutils2/python-Distutils2.changes  
2012-05-21 07:30:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Distutils2.new/python-Distutils2.changes 
2012-06-05 15:34:49.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun  3 16:49:45 UTC 2012 - os-...@jacraig.com
+
+- Update to 1.0a4:
+  * Many fixes and changes, see CHANGES.TXT
+- Add pysetup script in %files
+- Bzip source tarball
+
+---

Old:

  Distutils2-1.0a3.tar.gz

New:

  Distutils2-1.0a4.tar.bz2



Other differences:
--
++ python-Distutils2.spec ++
--- /var/tmp/diff_new_pack.8czSRq/_old  2012-06-05 15:34:53.0 +0200
+++ /var/tmp/diff_new_pack.8czSRq/_new  2012-06-05 15:34:53.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-Distutils2
-Version:1.0a3
+Version:1.0a4
 Release:0
 Url:http://bitbucket.org/tarek/distutils2/wiki/Home
 Summary:Python Distribution Utilities
 License:Python-2.0
 Group:  Development/Languages/Python
-Source: Distutils2-%{version}.tar.gz
+Source: Distutils2-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version}
@@ -58,5 +58,7 @@
 %files
 %defattr(-,root,root,-)
 %{python_sitelib}/*
+%{_bindir}/pysetup
+%exclude %{python_sitelib}/distutils2/tests/xxmodule.c
 
 %changelog

++ Distutils2-1.0a3.tar.gz - Distutils2-1.0a4.tar.bz2 ++
 63086 lines of diff (skipped)

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



commit python-redis for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package python-redis for openSUSE:Factory 
checked in at 2012-06-05 15:34:55

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


Package is python-redis, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-redis/python-redis.changes
2012-02-14 11:26:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-redis.new/python-redis.changes   
2012-06-05 15:35:03.0 +0200
@@ -1,0 +2,9 @@
+Sat Jun  2 22:35:06 UTC 2012 - os-...@jacraig.com
+
+- Update to 2.4.13:
+  * redis.from_url() can take an URL representing a Redis connection string
+  and return a client object. Thanks Kenneth Reitz for the patch.
+- Changes in 2.4.12:
+  * ConnectionPool is now fork-safe. Thanks Josiah Carson for the patch.
+
+---

Old:

  redis-2.4.11.tar.gz

New:

  redis-2.4.13.tar.gz



Other differences:
--
++ python-redis.spec ++
--- /var/tmp/diff_new_pack.aM8QS1/_old  2012-06-05 15:35:04.0 +0200
+++ /var/tmp/diff_new_pack.aM8QS1/_new  2012-06-05 15:35:04.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python-redis
-Version:2.4.11
+Version:2.4.13
 Release:0
 Url:http://github.com/andymccurdy/redis-py
 Summary:Python client for Redis key-value store

++ redis-2.4.11.tar.gz - redis-2.4.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-2.4.11/CHANGES new/redis-2.4.13/CHANGES
--- old/redis-2.4.11/CHANGES2012-01-13 22:47:27.0 +0100
+++ new/redis-2.4.13/CHANGES2012-05-19 00:20:58.0 +0200
@@ -1,3 +1,8 @@
+* 2.4.13
+* redis.from_url() can take an URL representing a Redis connection string
+  and return a client object. Thanks Kenneth Reitz for the patch.
+* 2.4.12
+* ConnectionPool is now fork-safe. Thanks Josiah Carson for the patch.
 * 2.4.11
 * AuthenticationError will now be correctly raised if an invalid password
   is supplied.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-2.4.11/PKG-INFO new/redis-2.4.13/PKG-INFO
--- old/redis-2.4.11/PKG-INFO   2012-01-13 22:48:58.0 +0100
+++ new/redis-2.4.13/PKG-INFO   2012-05-19 00:21:42.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.0
 Name: redis
-Version: 2.4.11
+Version: 2.4.13
 Summary: Python client for Redis key-value store
 Home-page: http://github.com/andymccurdy/redis-py
 Author: Andy McCurdy
 Author-email: sed...@gmail.com
 License: MIT
-Download-URL: 
http://cloud.github.com/downloads/andymccurdy/redis-py/redis-2.4.11.tar.gz
+Download-URL: 
http://cloud.github.com/downloads/andymccurdy/redis-py/redis-2.4.13.tar.gz
 Description: # redis-py
 
 The Python interface to the Redis key-value store.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-2.4.11/redis/__init__.py 
new/redis-2.4.13/redis/__init__.py
--- old/redis-2.4.11/redis/__init__.py  2012-01-13 22:48:06.0 +0100
+++ new/redis-2.4.13/redis/__init__.py  2012-05-19 00:20:48.0 +0200
@@ -4,6 +4,7 @@
 Connection,
 UnixDomainSocketConnection
 )
+from redis.utils import from_url
 from redis.exceptions import (
 AuthenticationError,
 ConnectionError,
@@ -16,12 +17,12 @@
 )
 
 
-__version__ = '2.4.11'
+__version__ = '2.4.13'
 VERSION = tuple(map(int, __version__.split('.')))
 
 __all__ = [
 'Redis', 'StrictRedis', 'ConnectionPool',
 'Connection', 'UnixDomainSocketConnection',
 'RedisError', 'ConnectionError', 'ResponseError', 'AuthenticationError',
-'InvalidResponse', 'DataError', 'PubSubError', 'WatchError',
+'InvalidResponse', 'DataError', 'PubSubError', 'WatchError', 'from_url',
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-2.4.11/redis/client.py 
new/redis-2.4.13/redis/client.py
--- old/redis-2.4.11/redis/client.py2012-01-13 22:45:24.0 +0100
+++ new/redis-2.4.13/redis/client.py2012-04-28 00:37:07.0 +0200
@@ -15,7 +15,7 @@
 def list_or_args(keys, args):
 # returns a single list combining keys and args
 try:
-i = iter(keys)
+iter(keys)
 # a string can be iterated, but indicates
 # keys wasn't passed as a list
 if isinstance(keys, basestring):
@@ -240,7 +240,8 @@
 with self.pipeline(True, shard_hint) as pipe:
 while 1:
 try:
-pipe.watch(*watches)
+if watches:
+pipe.watch(*watches)

commit rpmlint for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-06-05 15:35:05

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-06-01 
22:32:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2012-06-05 
15:35:17.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun  5 13:54:05 CEST 2012 - lnus...@suse.de
+
+- remove tdb tools binaries, not needed for PIE (bnc#765476)
+
+---



Other differences:
--
++ pie.config ++
--- /var/tmp/diff_new_pack.semdCq/_old  2012-06-05 15:35:19.0 +0200
+++ /var/tmp/diff_new_pack.semdCq/_new  2012-06-05 15:35:19.0 +0200
@@ -96,9 +96,6 @@
 /usr/bin/svnserve,
 /usr/bin/svnversion,
 /usr/bin/talk,
-/usr/bin/tdbbackup,
-/usr/bin/tdbdump,
-/usr/bin/tdbtool,
 /usr/bin/telnet,
 /usr/bin/testparm,
 /usr/bin/testprns,


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



commit rubygem-orm_adapter for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-orm_adapter for 
openSUSE:Factory checked in at 2012-06-05 15:35:11

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


Package is rubygem-orm_adapter, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-orm_adapter/rubygem-orm_adapter.changes  
2012-03-26 11:07:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-orm_adapter.new/rubygem-orm_adapter.changes 
2012-06-05 15:35:19.0 +0200
@@ -1,0 +2,6 @@
+Thu May 31 10:16:59 UTC 2012 - lsle...@suse.cz
+
+- updated to 0.0.7:
+  * Lazy load Active Record
+
+---

Old:

  orm_adapter-0.0.6.gem

New:

  orm_adapter-0.0.7.gem



Other differences:
--
++ rubygem-orm_adapter.spec ++
--- /var/tmp/diff_new_pack.KLz2bs/_old  2012-06-05 15:35:20.0 +0200
+++ /var/tmp/diff_new_pack.KLz2bs/_new  2012-06-05 15:35:20.0 +0200
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-orm_adapter
-Version:0.0.6
+Version:0.0.7
 Release:0
 %define mod_name orm_adapter
 %define mod_full_name %{mod_name}-%{version}
 #
-Group:  Development/Languages/Ruby
-License:   MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -32,7 +30,10 @@
 Url:http://github.com/ianwhite/orm_adapter
 Source: %{mod_full_name}.gem
 #
-Summary:Support for many ruby ORMs
+Summary:orm_adapter provides a single point of entry for using basic 
features of popular ruby ORMs.  Its target audience is gem authors who want to 
support many ruby ORMs
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
 Provides a single point of entry for using basic features of ruby ORMs
 
@@ -40,6 +41,7 @@
 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.
@@ -48,6 +50,7 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 

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



commit socat for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package socat for openSUSE:Factory checked 
in at 2012-06-05 15:35:23

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


Package is socat, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/socat/socat.changes  2011-12-25 
17:41:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.socat.new/socat.changes 2012-06-05 
15:35:25.0 +0200
@@ -1,0 +2,6 @@
+Fri May 25 14:15:08 UTC 2012 - meiss...@suse.com
+
+- udapted to 1.7.2.1
+  security fix for READLINE bnc#759859 
+
+---

Old:

  socat-1.7.2.0.tar.bz2

New:

  socat-1.7.2.1.tar.bz2



Other differences:
--
++ socat.spec ++
--- /var/tmp/diff_new_pack.kQkBx0/_old  2012-06-05 15:35:26.0 +0200
+++ /var/tmp/diff_new_pack.kQkBx0/_new  2012-06-05 15:35:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package socat
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,18 +16,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   socat
 BuildRequires:  openssl-devel
 BuildRequires:  procps
 BuildRequires:  readline-devel
 BuildRequires:  tcpd-devel
-Version:1.7.2.0
+Version:1.7.2.1
 Release:0
 Url:http://www.dest-unreach.org/socat/
 Summary:Multipurpose relay for bidirectional data transfer
 License:BSD-3-Clause ; GPL-2.0+
 Group:  Productivity/Networking/Other
-# 1.7.2.0: md5 eb563dd00b9d39a49fb62a677fc941fe
+# 1.7.2.1: md5 7ddfea7e9e85f868670f94d3ea08358b
 Source: 
http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ socat-1.7.2.0.tar.bz2 - socat-1.7.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socat-1.7.2.0/CHANGES new/socat-1.7.2.1/CHANGES
--- old/socat-1.7.2.0/CHANGES   2011-12-05 19:21:33.0 +0100
+++ new/socat-1.7.2.1/CHANGES   2012-04-22 12:24:00.0 +0200
@@ -1,4 +1,17 @@
 
+### V 1.7.2.1:
+
+security:
+   fixed a possible heap buffer overflow in the readline address. This bug
+   could be exploited when all of the following conditions were met:
+   1) one of the addresses is READLINE without the noprompt and without the
+   prompt options.
+   2) the other (almost arbitrary address) reads malicious data (which is
+   then transferred by socat to READLINE).
+   Workaround: when using the READLINE address apply option prompt or
+   noprompt.
+   Full credits to Johan Thillemann for finding and reporting this issue.
+
 ### V 1.7.2.0:
 
 corrections:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socat-1.7.2.0/COPYING new/socat-1.7.2.1/COPYING
--- old/socat-1.7.2.0/COPYING   2001-04-19 12:39:56.0 +0200
+++ new/socat-1.7.2.1/COPYING   2012-01-08 21:27:57.0 +0100
@@ -1,12 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-  675 Mass Ave, Cambridge, MA 02139, USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,8 +55,8 @@
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-   GNU GENERAL PUBLIC LICENSE
+
+GNU 

commit sshfs for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2012-06-05 15:35:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2012-04-12 
09:52:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2012-06-05 
15:35:34.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 17:34:50 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.cGTu2u/_old  2012-06-05 15:35:35.0 +0200
+++ /var/tmp/diff_new_pack.cGTu2u/_new  2012-06-05 15:35:35.0 +0200
@@ -16,17 +16,16 @@
 #
 
 
-
 Name:   sshfs
 BuildRequires:  automake
 BuildRequires:  fuse-devel
 BuildRequires:  glib2-devel
 Requires:   fuse
 Summary:Filesystem client based on SSH file transfer protocol
-Version:2.4
-Release:0
 License:GPL-2.0+
 Group:  System/Filesystems
+Version:2.4
+Release:0
 Source: %{name}-fuse-%{version}.tar.gz
 Url:http://fuse.sourceforge.net/sshfs.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,12 +37,6 @@
 side mounting the filesystem is as easy as logging into the server with
 openssh (ssh).
 
-
-
-Authors:
-
-Miklos Szeredi mik...@szeredi.hu
-
 %prep
 %setup -n %{name}-fuse-%{version}
 
@@ -51,14 +44,11 @@
 %{?suse_update_config:%{suse_update_config -f}}
 autoreconf -fi
 %configure --disable-sshnodelay
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING* ChangeLog NEWS README*

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



commit transmission for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package transmission for openSUSE:Factory 
checked in at 2012-06-05 15:35:42

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


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

Changes:

--- /work/SRC/openSUSE:Factory/transmission/transmission.changes
2012-04-20 15:21:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.transmission.new/transmission.changes   
2012-06-05 15:35:43.0 +0200
@@ -1,0 +2,14 @@
+Sat May 19 18:36:07 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.52:
+  + All Platforms:
+- Fix bug with zero termination of multiscrape strings.
+- Update the bundled libnatpmp and miniupnp port forwarding
+  libraries.
+  + GTK+:
+- Fix minor bug in Ubuntu app indicator support.
+  + Mac-specific changes.
+- Drop xz BuildRequires, since this comes for free in the
+  buildsystem now.
+
+---

Old:

  transmission-2.51.tar.xz

New:

  transmission-2.52.tar.xz



Other differences:
--
++ transmission.spec ++
--- /var/tmp/diff_new_pack.qHsNxi/_old  2012-06-05 15:35:44.0 +0200
+++ /var/tmp/diff_new_pack.qHsNxi/_new  2012-06-05 15:35:44.0 +0200
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   transmission
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -28,7 +27,7 @@
 %endif
 BuildRequires:  intltool
 %if 0%{?WITH_APPINDICATOR}
-BuildRequires:  libappindicator-devel
+BuildRequires:  libappindicator-devel = 0.4.90
 %endif
 BuildRequires:  libcurl-devel
 BuildRequires:  libevent-devel = 2.0.0
@@ -38,9 +37,7 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
-Version:2.51
+Version:2.52
 Release:0
 Summary:Lightweight, yet powerful BitTorrent client
 License:GPL-2.0 ; MIT

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



commit unionfs-fuse for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package unionfs-fuse for openSUSE:Factory 
checked in at 2012-06-05 15:35:46

Comparing /work/SRC/openSUSE:Factory/unionfs-fuse (Old)
 and  /work/SRC/openSUSE:Factory/.unionfs-fuse.new (New)


Package is unionfs-fuse, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/unionfs-fuse/unionfs-fuse.changes
2012-04-12 09:55:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.unionfs-fuse.new/unionfs-fuse.changes   
2012-06-05 15:35:54.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 08:50:06 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ unionfs-fuse.spec ++
--- /var/tmp/diff_new_pack.35RCy8/_old  2012-06-05 15:35:55.0 +0200
+++ /var/tmp/diff_new_pack.35RCy8/_new  2012-06-05 15:35:55.0 +0200
@@ -15,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   unionfs-fuse
-BuildRequires:  cmake fuse-devel gcc-c++
+BuildRequires:  cmake
+BuildRequires:  fuse-devel
+BuildRequires:  gcc-c++
 Requires:   fuse
 Summary:Userspace Unionfs File System
-Version:0.25
-Release:1
 License:BSD-3-Clause
 Group:  System/Filesystems
+Version:0.25
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Url:http://podgorny.cz/moin/UnionFsFuse
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,23 +39,18 @@
 copied to to a higher level read-write branch if the copy-on-write
 (cow) mode was enabled.
 
-
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
 export CXXFLAGS=$CFLAGS 
 cmake -DCMAKE_INSTALL_PREFIX=/usr .
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc LICENSE CREDITS NEWS

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



commit virtualbox for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2012-06-05 15:35:52

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


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

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2012-05-26 
09:30:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2012-06-05 15:35:55.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun  1 20:00:15 UTC 2012 - mse...@gmail.com
+
+- use proper version of vboxvideo xorg driver (vboxvideo_drv_112)
+  for 12.2 release 
+- adjust udev rules for vboxuser device on guest machine (file 
virtualbox-60-vboxguest.rules)
+
+---



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.N4ri5v/_old  2012-06-05 15:35:58.0 +0200
+++ /var/tmp/diff_new_pack.N4ri5v/_new  2012-06-05 15:35:58.0 +0200
@@ -406,7 +406,12 @@
 # xorg drivers for mouse and videos check suse version to add propper driver
 # check the patch https://www.virtualbox.org/changeset/38784, regarding the
 # dropped xorg mouse driver  in = 1130
-%if %suse_version  1140
+
+%if %suse_version  1210
+   %__install -m 755 vboxvideo_drv_112.so \
+   
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
+%else
+%if %suse_version == 1210
%__install -m 755 vboxvideo_drv_110.so \

%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
 %else
@@ -431,7 +436,8 @@
 %endif #if =1120
 %endif #if =1130
 %endif #if =1140
-%endif #if 1140
+%endif #if =1210
+%endif #if 1210
 popd
 # VBoxOGL* libs for guest-x11 subpackage
 %__install -m 644 out/linux.*/release/bin/additions/VBoxOGL*.so \

++ virtualbox-60-vboxguest.rules ++
--- /var/tmp/diff_new_pack.N4ri5v/_old  2012-06-05 15:35:58.0 +0200
+++ /var/tmp/diff_new_pack.N4ri5v/_new  2012-06-05 15:35:58.0 +0200
@@ -1,2 +1,2 @@
 KERNEL==vboxguest, NAME=vboxguest, OWNER=root, MODE=0660 
ENV{ID_INPUT}=1, ENV{ID_INPUT_MOUSE}=1
-KERNEL==vboxuser, NAME=vboxuser, OWNER=root, MODE=0600, TAG+=udev-acl
+KERNEL==vboxuser, NAME=vboxuser, OWNER=root, GROUP=users, MODE=0660


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



commit wdfs for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package wdfs for openSUSE:Factory checked in 
at 2012-06-05 15:35:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/wdfs/wdfs.changes2011-09-23 
12:50:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.wdfs.new/wdfs.changes   2012-06-05 
15:35:58.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 23:39:29 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ wdfs.spec ++
--- /var/tmp/diff_new_pack.I6TW7E/_old  2012-06-05 15:35:59.0 +0200
+++ /var/tmp/diff_new_pack.I6TW7E/_new  2012-06-05 15:35:59.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wdfs (Version 1.4.2)
+# spec file for package wdfs
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,17 @@
 #
 
 
-
 Name:   wdfs
-BuildRequires:  fuse-devel glib2-devel neon-devel openssl-devel
+BuildRequires:  fuse-devel
+BuildRequires:  glib2-devel
+BuildRequires:  neon-devel
+BuildRequires:  openssl-devel
 Requires:   fuse
 Summary:WebDAV file system
-Version:1.4.2
-Release:130
 License:GPL-2.0+
 Group:  System/Filesystems
+Version:1.4.2
+Release:0
 Url:http://noedler.de/projekte/wdfs/
 Source0:%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,25 +35,16 @@
 wdfs is a WebDAV filesystem with special features for accessing
 subversion repositories. It is based on fuse and neon.
 
-
-
-Authors:
-
-Jens Noedlernoed...@web.de
-
 %prep
 %setup -q
 
 %build
-CFLAGS=%optflags ./configure --prefix=%_prefix
-make
+%configure
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%buildroot install
 
-%clean
-rm -rf %buildroot
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS  ChangeLog  COPYING  README  TODO

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



commit wireshark for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2012-06-05 15:36:06

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


Package is wireshark, Maintainer is bjzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2012-05-25 
16:20:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2012-06-05 
15:36:08.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 03 19:29:50 UTC 2012 - opens...@sukimashita.com
+
+- Add all known headers to devel package in order to make it
+  actually useable and allow building dissectors externally
+
+---



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.VpfHum/_old  2012-06-05 15:36:09.0 +0200
+++ /var/tmp/diff_new_pack.VpfHum/_new  2012-06-05 15:36:09.0 +0200
@@ -120,7 +120,7 @@
 # install -m 0644 *.1 %%{buildroot}%%{_mandir}/man1/
 install -d -m 0755  %{buildroot}%{_includedir}/wireshark
 for i in `cat %{SOURCE1}`; do
-install -m 644 $i %{buildroot}%{_includedir}/wireshark
+install -D -m 644 $i %{buildroot}%{_includedir}/wireshark/$i
 done
 install -D -m 0644 image/wsicon48.png 
%{buildroot}%{_datadir}/pixmaps/wireshark.png
 install -D -m 0644 wireshark.desktop 
%{buildroot}%{_datadir}/applications/wireshark.desktop
@@ -171,7 +171,13 @@
 %files devel
 %defattr(-,root,root)
 %doc doc/README.*
-%{_includedir}/wireshark/
+%dir %{_includedir}/wireshark
+%dir %{_includedir}/wireshark/epan
+%dir %{_includedir}/wireshark/epan/dfilter
+%dir %{_includedir}/wireshark/epan/dissectors
+%dir %{_includedir}/wireshark/wiretap
+%dir %{_includedir}/wireshark/wsutil
+%{_includedir}/wireshark/*
 %{_libdir}/*.so
 %{_bindir}/idl2wrs
 %{_mandir}/man1/idl2wrs*

++ include.filelist ++
--- /var/tmp/diff_new_pack.VpfHum/_old  2012-06-05 15:36:09.0 +0200
+++ /var/tmp/diff_new_pack.VpfHum/_new  2012-06-05 15:36:09.0 +0200
@@ -1,37 +1,567 @@
 color.h
 config.h
+epan/addr_and_mask.h
+epan/addr_resolv.h
 epan/address.h
+epan/adler32.h
+epan/afn.h
+epan/aftypes.h
+epan/arcnet_pids.h
+epan/arptypes.h
+epan/asm_utils.h
+epan/asn1.h
+epan/atalk-utils.h
+epan/base64.h
+epan/bitswap.h
+epan/bridged_pids.h
+epan/camel-persistentdata.h
+epan/charsets.h
+epan/chdlctypes.h
+epan/circuit.h
+epan/codecs.h
+epan/column-utils.h
+epan/column.h
 epan/column_info.h
 epan/conversation.h
+epan/crc10.h
 epan/crc16.h
 epan/crc32.h
+epan/crc6.h
+epan/crc8.h
+epan/crcdrm.h
+epan/crypt/airpdcap_debug.h
+epan/crypt/airpdcap_int.h
+epan/crypt/airpdcap_interop.h
+epan/crypt/airpdcap_rijndael.h
+epan/crypt/airpdcap_system.h
+epan/crypt/airpdcap_user.h
+epan/crypt/airpdcap_ws.h
+epan/crypt/crypt-aes.h
+epan/crypt/crypt-des.h
+epan/crypt/crypt-md4.h
+epan/crypt/crypt-md5.h
+epan/crypt/crypt-rc4.h
+epan/crypt/crypt-sha1.h
+epan/crypt/wep-wpadefs.h
+epan/dfilter/dfilter-int.h
+epan/dfilter/dfilter-macro.h
 epan/dfilter/dfilter.h
+epan/dfilter/dfunctions.h
+epan/dfilter/dfvm.h
 epan/dfilter/drange.h
+epan/dfilter/gencode.h
+epan/dfilter/grammar.h
+epan/dfilter/scanner_lex.h
+epan/dfilter/semcheck.h
+epan/dfilter/sttype-function.h
+epan/dfilter/sttype-range.h
+epan/dfilter/sttype-test.h
+epan/dfilter/syntax-tree.h
+epan/diam_dict.h
+epan/diam_dict_lex.h
+epan/dissector_filters.h
+epan/dissectors/packet-acn.h
+epan/dissectors/packet-acp133.h
+epan/dissectors/packet-acse.h
+epan/dissectors/packet-actrace.h
+epan/dissectors/packet-afp.h
+epan/dissectors/packet-afs.h
+epan/dissectors/packet-aim.h
+epan/dissectors/packet-alcap.h
+epan/dissectors/packet-ansi_a.h
+epan/dissectors/packet-ansi_map.h
+epan/dissectors/packet-ansi_tcap.h
+epan/dissectors/packet-ap1394.h
+epan/dissectors/packet-arcnet.h
+epan/dissectors/packet-arp.h
+epan/dissectors/packet-assa_r3_public.h
+epan/dissectors/packet-atalk.h
+epan/dissectors/packet-atm.h
+epan/dissectors/packet-bacapp.h
 epan/dissectors/packet-ber.h
+epan/dissectors/packet-bgp.h
+epan/dissectors/packet-bootparams.h
+epan/dissectors/packet-bssap.h
+epan/dissectors/packet-bssgp.h
+epan/dissectors/packet-bthci_acl.h
+epan/dissectors/packet-btl2cap.h
+epan/dissectors/packet-btrfcomm.h
+epan/dissectors/packet-btsdp.h
+epan/dissectors/packet-camel.h
+epan/dissectors/packet-cdt.h
+epan/dissectors/packet-charging_ase.h
+epan/dissectors/packet-chdlc.h
+epan/dissectors/packet-cimd.h
+epan/dissectors/packet-cip.h
+epan/dissectors/packet-clearcase.h
+epan/dissectors/packet-clip.h
+epan/dissectors/packet-cmip.h
+epan/dissectors/packet-cmp.h
+epan/dissectors/packet-cms.h
+epan/dissectors/packet-crmf.h
+epan/dissectors/packet-csn1.h
+epan/dissectors/packet-dap.h

commit xf86-video-intel for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2012-06-05 15:36:19

Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)


Package is xf86-video-intel, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2012-05-08 12:04:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2012-06-05 15:36:19.0 +0200
@@ -1,0 +2,46 @@
+Fri Jun  1 12:29:20 UTC 2012 - sndir...@suse.com
+
+- updated to latest git version 2.19.0_20120601_8eed569 with a lot
+  of fixes for SNA and the configuration possibility to use UXA,
+  SNA or GLAMOR 2D acceleration
+- make again UXA the default, but als build SNA and GLAMOR backends
+- recommend instead of require glamor package
+
+---
+Fri Jun  1 09:24:27 UTC 2012 - sndir...@suse.com
+
+- remove hw supplements, add recommends to vaapi-intel-driver
+  (bnc#764395)
+
+---
+Wed May 30 11:10:16 UTC 2012 - sndir...@suse.com
+
+- apparently building with --disable-uxa --enable-glamor is
+  different from building with --enable-glamor. The former
+  resulted in an intel driver no longer working at all. The latter
+  results in an glamor-enabled intel driver. So use the latter
+  one. ;-)
+
+---
+Wed May 30 09:52:16 UTC 2012 - sndir...@suse.com
+
+- enable glamor for real 
+
+---
+Sat May 26 21:43:46 UTC 2012 - sndir...@suse.com
+
+- switched to glamor 2D acceleration
+
+---
+Sat May 26 06:24:14 UTC 2012 - crrodrig...@opensuse.org
+
+- Update to version 2.19.0, bugfixes and support
+  for Ivy bridge server chipset.
+
+---
+Tue May 22 23:23:59 UTC 2012 - crrodrig...@opensuse.org
+
+- Add proper Supplements so driver gets pulled automatically
+  if the user has suitable hardware.
+
+---

Old:

  xf86-video-intel-2.18.0.tar.bz2

New:

  xf86-video-intel-2.19.0_20120601_8eed569.tar.bz2



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.kNYyhh/_old  2012-06-05 15:36:21.0 +0200
+++ /var/tmp/diff_new_pack.kNYyhh/_new  2012-06-05 15:36:21.0 +0200
@@ -15,17 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define glamor 1
+
 Name:   xf86-video-intel
-Version:2.18.0
+Version:2.19.0_20120601_8eed569
 Release:0
-License:MIT
 Summary:Intel video driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Servers/XF86_4
-Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Url:http://xorg.freedesktop.org/
+Source0:%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 Patch0: xf86-video-intel-dell_backlight.diff
 Patch1: xf86-video-intel-copyfb.diff
+%if %glamor
+Recommends: glamor
+%endif
+Recommends: vaapi-intel-driver
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dri2proto) = 2.6
 BuildRequires:  pkgconfig(fontsproto)
@@ -50,6 +60,9 @@
 BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xvmc)
+%if %glamor
+BuildRequires:  pkgconfig(glamor)
+%endif
 Supplements:xorg-x11-server
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:  xorg-x11-driver-video = 7.6
@@ -62,6 +75,7 @@
 Obsoletes:  915resolution
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
+
 %x11_abi_videodrv_req
 
 %description
@@ -76,16 +90,20 @@
 the 830M and later.
 
 %prep
-%setup -q
+%setup -q -n xf86-video-intel
 %patch0 -p1
 ### disabled for now (bnc #687802)
 #%patch1 -p1
 
 %build
+autoreconf -fi
 %configure \
 --enable-uxa \
---disable-sna \
---disable-glamor
+   --enable-sna \
+%if %glamor
+--enable-glamor \
+%endif
+   --with-default-accel=uxa
 make %{?_smp_mflags}
 
 %install

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



commit x-tile for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package x-tile for openSUSE:Factory checked 
in at 2012-06-05 15:36:32

Comparing /work/SRC/openSUSE:Factory/x-tile (Old)
 and  /work/SRC/openSUSE:Factory/.x-tile.new (New)


Package is x-tile, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/x-tile/x-tile.changes2012-02-27 
18:38:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.x-tile.new/x-tile.changes   2012-06-05 
15:36:33.0 +0200
@@ -1,0 +2,8 @@
+Tue May 22 16:57:54 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.3:
+  + Implemented the option to tile selecting a destination
+workspace (not available in Compiz)
+  + Misc bug fixes.
+
+---

Old:

  x-tile-2.2.1.tar.gz

New:

  x-tile-2.3.tar.bz2



Other differences:
--
++ x-tile.spec ++
--- /var/tmp/diff_new_pack.eMdOaS/_old  2012-06-05 15:36:34.0 +0200
+++ /var/tmp/diff_new_pack.eMdOaS/_new  2012-06-05 15:36:34.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   x-tile
-Version:2.2.1
+Version:2.3
 Release:0
 Summary:Panel applet for tiling windows
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://www.giuspen.com/x-tile/
-Source: http://www.giuspen.com/software/%{name}-%{version}.tar.gz
+Source: http://www.giuspen.com/software/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  python-gtk
 BuildRequires:  update-desktop-files

++ x-tile-2.2.1.tar.gz - x-tile-2.3.tar.bz2 ++
 6717 lines of diff (skipped)

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



commit zfs-fuse for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory 
checked in at 2012-06-05 15:36:37

Comparing /work/SRC/openSUSE:Factory/zfs-fuse (Old)
 and  /work/SRC/openSUSE:Factory/.zfs-fuse.new (New)


Package is zfs-fuse, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/zfs-fuse/zfs-fuse.changes2011-09-23 
12:53:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.zfs-fuse.new/zfs-fuse.changes   2012-06-05 
15:36:39.0 +0200
@@ -1,0 +2,6 @@
+Fri May 25 15:54:56 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Enable parallel build
+
+---



Other differences:
--
++ zfs-fuse.spec ++
--- /var/tmp/diff_new_pack.ePM02f/_old  2012-06-05 15:36:41.0 +0200
+++ /var/tmp/diff_new_pack.ePM02f/_new  2012-06-05 15:36:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zfs-fuse
 #
-# 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,10 +16,9 @@
 #
 
 
-
 Name:   zfs-fuse
 Version:0.7.0
-Release:5
+Release:0
 Summary:A port of ZFS to the FUSE framework for the Linux operating 
system
 License:CDDL-1.0
 Group:  System/Filesystems
@@ -37,16 +36,16 @@
 %if 0%{?suse_version}  1140
 Patch5: zfs-fuse-0.7.0-fix-malloc-hook-def.patch
 %endif
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fuse-devel
-BuildRequires:  libattr-devel
-BuildRequires:  libaio-devel
 BuildRequires:  libacl-devel
-BuildRequires:  zlib-devel
-BuildRequires:  scons
-BuildRequires:  openssl-devel
-BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libaio-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libxslt
+BuildRequires:  openssl-devel
+BuildRequires:  scons
 BuildRequires:  udev
+BuildRequires:  zlib-devel
 Requires:   fuse
 Requires(pre): %insserv_prereq
 Requires(pre): %fillup_prereq
@@ -74,7 +73,7 @@
 %build
 export CCFLAGS=%{optflags}
 export CPPFLAGS=%{optflags}
-scons --no-cache -C src
+scons %{?jobs:-j%jobs} --no-cache -C src
 xsltproc --nonet \
 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
 %SOURCE4
@@ -96,9 +95,6 @@
 %__install -D -p -m 644 contrib/zfs_completion.bash \
 %{buildroot}%{_sysconfdir}/bash_completion.d/zfs-fuse.sh
 
-%clean
-%__rm -rf %{buildroot}
-
 %post
 %fillup_and_insserv %name
 %restart_on_update %name

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



commit perl-RPC-XML for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-RPC-XML for openSUSE:Factory 
checked in at 2012-06-05 15:57:57

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


Package is perl-RPC-XML, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-RPC-XML/perl-RPC-XML.changes
2011-11-21 12:45:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-RPC-XML.new/perl-RPC-XML.changes   
2012-06-05 15:57:58.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 18:12:08 CEST 2012 - m...@suse.de
+
+- predeclare extern_ent so that it works with perl-5.16.0
+
+---

New:

  RPC-XML-0.76-extern_ent.dif



Other differences:
--
++ perl-RPC-XML.spec ++
--- /var/tmp/diff_new_pack.DtXdpv/_old  2012-06-05 15:57:59.0 +0200
+++ /var/tmp/diff_new_pack.DtXdpv/_new  2012-06-05 15:57:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-RPC-XML
 #
-# 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-RPC-XML
 Version:0.76
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name RPC-XML
 Summary:A set of classes for core data, message and XML handling
-Url:http://search.cpan.org/dist/RPC-XML/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/RPC-XML/
 Source: 
http://www.cpan.org/authors/id/R/RJ/RJRAY/RPC-XML-%{version}.tar.gz
 # UNCLEAR
 Source1:RPC-XML-0.53-ext-daemon-and-header-cb.dif
@@ -32,14 +31,15 @@
 Source2:RPC-XML-0.60-fix-utf8.dif
 #PATCH-FIX-OPENSUSE - r...@suse.de - fix build in chroot/buildservice
 Patch2: RPC-XML-0.60-rev127.dif
-BuildRequires:  perl(constant) = 1.03
+Patch3: RPC-XML-0.76-extern_ent.dif
+BuildRequires:  perl
+BuildRequires:  perl-macros
 BuildRequires:  perl(File::Spec) = 0.8
 BuildRequires:  perl(LWP) = 5.834
 BuildRequires:  perl(Scalar::Util) = 1.19
 BuildRequires:  perl(XML::LibXML) = 1.70
 BuildRequires:  perl(XML::Parser) = 2.31
-BuildRequires:  perl
-BuildRequires:  perl-macros
+BuildRequires:  perl(constant) = 1.03
 Requires:   perl(constant) = 1.03
 Requires:   perl(File::Spec) = 0.8
 Requires:   perl(LWP) = 5.834
@@ -67,6 +67,7 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch2 -p0
+%patch3
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ RPC-XML-0.76-extern_ent.dif ++
--- ./lib/RPC/XML/Parser/XMLParser.pm.orig  2012-06-04 16:10:31.0 
+
+++ ./lib/RPC/XML/Parser/XMLParser.pm   2012-06-04 16:11:04.0 +
@@ -39,7 +39,7 @@ use strict;
 use warnings;
 use vars qw($VERSION);
 use subs qw(error stack_error new message_init message_end tag_start tag_end
-final char_data parse);
+final char_data parse extern_ent);
 use base 'RPC::XML::Parser';
 
 # I'm not ready to add Readonly to my list of dependencies...
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-common for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-common for openSUSE:Factory 
checked in at 2012-06-05 15:59:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-common/gnome-common.changes
2012-03-29 13:52:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-common.new/gnome-common.changes   
2012-06-05 15:59:51.0 +0200
@@ -1,0 +2,6 @@
+Wed May 30 13:53:12 UTC 2012 - jeng...@inai.de
+
+- Parallel build with %_smp_mflags
+- Add gnome-common-am112.patch: Add support for automake 1.12.
+
+---

New:

  gnome-common-am112.patch



Other differences:
--
++ gnome-common.spec ++
--- /var/tmp/diff_new_pack.3uKVfL/_old  2012-06-05 15:59:54.0 +0200
+++ /var/tmp/diff_new_pack.3uKVfL/_new  2012-06-05 15:59:54.0 +0200
@@ -35,6 +35,8 @@
 Version:3.4.0.1
 Release:0
 Source: 
http://download.gnome.org/sources/gnome-common/3.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-common-am112.patch bgo#675093 jeng...@inai.de -- 
Add support for automake 1.12.
+Patch1: gnome-common-am112.patch
 Url:http://www.gnome.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -44,10 +46,11 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
 %configure
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall


++ gnome-common-am112.patch ++
From: Jan Engelhardt jeng...@inai.de
Date: 2012-05-30 15:52:46.147646604 +0200

First, using 1.4* is prone to match a future version of
automake-1.40. Don't do things like that, it has already bitten
people with the FreeBSD 10 release that matched freebsd1* (in
config.guess).

Second, upstream should think of something so that gnome-autogen.sh
does /not/ need to be modified for every new automake release.

---
 macros2/gnome-autogen.sh |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Index: gnome-common-3.4.0.1/macros2/gnome-autogen.sh
===
--- gnome-common-3.4.0.1.orig/macros2/gnome-autogen.sh
+++ gnome-common-3.4.0.1/macros2/gnome-autogen.sh
@@ -324,14 +324,15 @@ version_check autoconf AUTOCONF 'autocon
 AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`
 
 case $REQUIRED_AUTOMAKE_VERSION in
-1.4*) automake_progs=automake-1.4 ;;
-1.5*) automake_progs=automake-1.11 automake-1.10 automake-1.9 
automake-1.8 automake-1.7 automake-1.6 automake-1.5 ;;
-1.6*) automake_progs=automake-1.11 automake-1.10 automake-1.9 
automake-1.8 automake-1.7 automake-1.6 ;;
-1.7*) automake_progs=automake-1.11 automake-1.10 automake-1.9 
automake-1.8 automake-1.7 ;;
-1.8*) automake_progs=automake-1.11 automake-1.10 automake-1.9 
automake-1.8 ;;
-1.9*) automake_progs=automake-1.11 automake-1.10 automake-1.9 ;;
-1.10*) automake_progs=automake-1.11 automake-1.10 ;;
-1.11*) automake_progs=automake-1.11 ;;
+1.4|1.4[[:alpha:]]|1.4.*) automake_progs=automake-1.4 ;;
+1.5|1.5[[:alpha:]]|1.5.*) automake_progs=automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5 
;;
+1.6|1.6[[:alpha:]]|1.6.*) automake_progs=automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 ;;
+1.7|1.7[[:alpha:]]|1.7.*) automake_progs=automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 ;;
+1.8|1.8[[:alpha:]]|1.8.*) automake_progs=automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 ;;
+1.9|1.9[[:alpha:]]|1.9.*) automake_progs=automake-1.12 automake-1.11 
automake-1.10 automake-1.9 ;;
+1.10|1.10[[:alpha:]]|1.10.*) automake_progs=automake-1.12 automake-1.11 
automake-1.10 ;;
+1.11|1.11[[:alpha::]|1.11.*) automake_progs=automake-1.12 automake-1.11 
;;
+1.12|1.12[[:alpha::]|1.12.*) automake_progs=automake-1.12 automake-1.11 
;;
 esac
 version_check automake AUTOMAKE $automake_progs $REQUIRED_AUTOMAKE_VERSION \
 
http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libzypp.400 for openSUSE:11.4:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libzypp.400 for openSUSE:11.4:Update 
checked in at 2012-06-05 17:19:28

Comparing /work/SRC/openSUSE:11.4:Update/libzypp.400 (Old)
 and  /work/SRC/openSUSE:11.4:Update/.libzypp.400.new (New)


Package is libzypp.400, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:11.4:Update/.libzypp.400.new/libzypp.changes 
2012-06-05 17:19:29.0 +0200
@@ -0,0 +1,8825 @@
+---
+Thu Apr 26 09:29:48 CEST 2012 - m...@suse.de
+
+- Fix mount entry comparison (bnc#710269)
+- version 8.13.5 (10)
+
+---
+Tue Mar 13 12:23:28 CET 2012 - m...@suse.de
+
+- Force libproxy into using /etc/sysconfig/proxy if it exists (bnc#679322)
+- Correctly use user:pass directly embedded in a proxy url (bnc#740764)
+- version 8.13.4 (10)
+
+---
+Thu Mar  1 18:31:03 CET 2012 - m...@suse.de
+
+- Apply soft locks by name and not per package (bnc#749418)
+- version 8.13.3 (10)
+
+---
+Mon Jan 16 16:28:21 CET 2012 - m...@suse.de
+
+- CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
+- version 8.13.2 (10)
+
+---
+Tue Jan 10 18:41:02 CET 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Oct 13 12:21:19 CEST 2011 - m...@suse.de
+
+- Must not differ between type nfs and nfs4 when checking the mount 
+  table (bnc#710269)
+- version 8.13.1 (10)
+
+---
+Thu Aug  4 15:20:48 CEST 2011 - m...@suse.de
+
+- Allow to turn Resolvers upgrade mode on and off (bnc#709480)
+- version 8.13.0 (10)
+
+---
+Thu Jul 28 14:15:44 CEST 2011 - m...@suse.de
+
+- Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
+  if compiled against libcurl-7.19.4 or above. (bnc#692260)
+- version 8.12.6 (10)
+
+---
+Tue May 31 10:29:37 CEST 2011 - m...@suse.de
+
+- Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
+- version 8.12.5 (10)
+
+---
+Mon May 23 16:15:51 CEST 2011 - dheid...@suse.de
+
+- respect patch content license when determinating interactive status
+- version 8.12.4 (10)
+
+---
+Sun May 22 01:17:27 CEST 2011 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Wed May 18 08:46:22 CEST 2011 - m...@suse.de
+
+- Apply patch adding missing entries for Arch_armv7(n)hl.
+- version 8.12.3 (10)
+
+---
+Fri Apr 29 16:05:44 CEST 2011 - m...@suse.de
+
+- also look at the file content to detect metalink files (bnc#649925)
+
+---
+Fri Apr 29 15:32:10 CEST 2011 - dheid...@suse.de
+
+- Fix max_concurrent_connections option in MultiCurl (bnc#596089)
+- version 8.12.2 (10)
+
+---
+Mon Apr  4 15:21:54 CEST 2011 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Feb 10 16:01:46 CET 2011 - m...@suse.de
+
+- Remove package-manager.desktop file (bnc#329635)
+- version 8.12.1 (10)
+
+---
+Tue Jan 25 10:09:22 CET 2011 - m...@suse.de
+
+- Apply patch introducing armv7nhl:armv7hl
+
+---
+Tue Jan 18 12:28:19 UTC 2011 - dmacvi...@suse.de
+
+- allow for Repo Index Services to set the enabled state of
+  repositories from the server side.
+- Fix priority not being set on reading service indexes
+- version 8.12.0 (10)
+
+---
+Fri Jan 14 12:45:18 CET 2011 - m...@suse.de
+
+- Add new ServicePlugin Exceptions.
+
+---
+Thu Jan 13 01:13:32 CET 2011 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Dec 23 14:42:02 CET 2010 - dheid...@suse.de
+
+- add method to check if there are manually configured urls
+- version 8.11.0 (10)
+
+---
+Thu Dec 23 11:31:22 CET 2010 - 

commit libzypp for openSUSE:11.4:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:11.4:Update 
checked in at 2012-06-05 17:19:30

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Sx22PX/_old  2012-06-05 17:19:31.0 +0200
+++ /var/tmp/diff_new_pack.Sx22PX/_new  2012-06-05 17:19:31.0 +0200
@@ -1,8 +1 @@
-link  package=libzypp.import5521  cicount=copy
-patches
-  !-- apply name=patch / apply a patch on the source directory  --
-  !-- topadd%define build_with_feature_x 1/topadd add a line on the top 
(spec file only) --
-  !-- addfile.patch/add add a patch to be applied after %setup (spec file 
only) --
-  !-- deletefilename/delete delete a file --
-/patches
-/link
+link package='libzypp.400' cicount='copy' /

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



commit libzypp-bindings for openSUSE:11.4:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libzypp-bindings for 
openSUSE:11.4:Update checked in at 2012-06-05 17:19:33

Comparing /work/SRC/openSUSE:11.4:Update/libzypp-bindings (Old)
 and  /work/SRC/openSUSE:11.4:Update/.libzypp-bindings.new (New)


Package is libzypp-bindings, Maintainer is dmacvi...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='libzypp-bindings.400' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zypper for openSUSE:11.4:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:11.4:Update 
checked in at 2012-06-05 17:19:41

Comparing /work/SRC/openSUSE:11.4:Update/zypper (Old)
 and  /work/SRC/openSUSE:11.4:Update/.zypper.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.COw32H/_old  2012-06-05 17:19:57.0 +0200
+++ /var/tmp/diff_new_pack.COw32H/_new  2012-06-05 17:19:57.0 +0200
@@ -1,8 +1 @@
-link  package=zypper.import4938  cicount=copy
-patches
-  !-- apply name=patch / apply a patch on the source directory  --
-  !-- topadd%define build_with_feature_x 1/topadd add a line on the top 
(spec file only) --
-  !-- addfile.patch/add add a patch to be applied after %setup (spec file 
only) --
-  !-- deletefilename/delete delete a file --
-/patches
-/link
+link package='zypper.400' cicount='copy' /

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



commit libsatsolver for openSUSE:11.4:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libsatsolver for 
openSUSE:11.4:Update checked in at 2012-06-05 17:19:45

Comparing /work/SRC/openSUSE:11.4:Update/libsatsolver (Old)
 and  /work/SRC/openSUSE:11.4:Update/.libsatsolver.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.mhgTFk/_old  2012-06-05 17:20:01.0 +0200
+++ /var/tmp/diff_new_pack.mhgTFk/_new  2012-06-05 17:20:01.0 +0200
@@ -1,8 +1 @@
-link  package=libsatsolver.import4938  cicount=copy
-patches
-  !-- apply name=patch / apply a patch on the source directory  --
-  !-- topadd%define build_with_feature_x 1/topadd add a line on the top 
(spec file only) --
-  !-- addfile.patch/add add a patch to be applied after %setup (spec file 
only) --
-  !-- deletefilename/delete delete a file --
-/patches
-/link
+link package='libsatsolver.400' cicount='copy' /

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



commit libsolv.479 for openSUSE:12.1:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libsolv.479 for openSUSE:12.1:Update 
checked in at 2012-06-05 17:33:19

Comparing /work/SRC/openSUSE:12.1:Update/libsolv.479 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.libsolv.479.new (New)


Package is libsolv.479, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:12.1:Update/.libsolv.479.new/libsolv.changes 
2012-06-05 17:33:20.0 +0200
@@ -0,0 +1,993 @@
+---
+Fri Feb 24 15:39:15 CET 2012 - m...@suse.de
+
+- backport cleandeps changes from master
+- improve obsolete pruning in the case that there is
+  an obsoletes cycle
+- prune to installed packages so that packages don't
+  change if there is an obsoletes cycle
+- support severity/rights/updated in updateinfo.xml
+- 0.0.1
+
+---
+Tue Feb  7 16:33:10 CET 2012 - m...@suse.de
+
+- add findutils to the requires of libsolv-tools [bnc#743634]
+
+---
+Mon Oct 24 13:26:18 CEST 2011 - m...@suse.de
+
+- mls fixed package provides/obsoletes, but forgot to write 
+  a changes entry.
+
+---
+Tue Oct 18 16:18:39 CEST 2011 - m...@suse.de
+
+- Add arch arvm7tnhl and  armv7thl
+
+---
+Fri Apr 29 14:35:59 CEST 2011 - m...@suse.de
+
+- bup version to 0.17.0 to make it different from 11.4
+- 0.17.0
+
+---
+Thu Mar 24 10:04:16 UTC 2011 - m...@suse.de
+
+- add missing else part in rpmdbid2db()
+
+---
+Thu Feb 24 17:44:05 CET 2011 - m...@suse.de
+
+- ignore to be dropped orhaned packages when calculating
+  candidates for recommends/supplements installation
+
+---
+Wed Feb  2 09:24:42 UTC 2011 - kkae...@novell.com
+
+- Split off 'applayer' and 'bindings' as a separate package
+  to make the bindings more independant of libsatsolver
+- 0.16.4
+
+---
+Tue Jan 25 09:52:48 CET 2011 - m...@suse.de
+
+- Apply patch introducing armv7nhl:armv7h
+
+---
+Fri Oct 22 15:51:11 CEST 2010 - m...@suse.de
+
+- updateinfoxml: Correctly parse 'issued date' field.
+- 0.16.1
+
+---
+Thu Sep  9 17:30:36 CEST 2010 - m...@suse.de
+
+- bump version to 0.16 to make it different from code11_3 branch
+- 0.16.0
+
+---
+Mon Sep  6 13:50:02 UTC 2010 - dmacvi...@novell.com
+
+- ruby bindings: fix bugs regarding include path loading
+  (was hardcoded) and refactor the way the library path is defined
+  (only once in a helper)
+
+---
+Mon Sep  6 12:38:21 UTC 2010 - dmacvi...@novell.com
+
+- SLE10SP3 also has vendor_ruby 
+
+---
+Wed Aug 18 14:11:08 UTC 2010 - kkae...@novell.com
+
+- refactor ruby-satsolver, pure-Ruby extensions added
+- 0.15.1
+
+---
+Thu May  6 17:39:20 CEST 2010 - m...@suse.de
+
+- fix bug in cleandeps code
+- bump version to 0.15 to make it different from code11_2 branch
+- 0.15.0
+
+---
+Tue Mar 23 17:24:46 CET 2010 - m...@suse.de
+
+- Parse an installed products shortsummary tag [bnc#586303]
+
+---
+Mon Mar 22 18:45:42 CET 2010 - m...@suse.de
+
+- dataiterator: reset parent when jumping to a solvid [bnc#589640]
+- 0.14.17
+
+---
+Thu Mar 11 22:13:26 CET 2010 - m...@suse.de
+
+- parse global repository ids. [bnc#377568]
+- fix pattern parsing in repomd format. [bnc#585000]
+- 0.14.16
+
+---
+Thu Mar 11 12:18:23 CET 2010 - m...@suse.de
+
+- fix language code lookup for fallback languages [bnc#584644]
+- change solvable_lookup_str_lang interface a bit for libzypp
+
+---
+Fri Feb 19 17:31:51 CET 2010 - m...@suse.de
+
+- make dup rules work when system repo is not first [bnc#581276]
+- parse pattern visibility flag in repomd format
+- 0.14.15
+
+---
+Fri Jan 29 14:48:34 CET 

commit libzypp for openSUSE:12.1:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:12.1:Update 
checked in at 2012-06-05 17:33:23

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.23ZrJa/_old  2012-06-05 17:33:24.0 +0200
+++ /var/tmp/diff_new_pack.23ZrJa/_new  2012-06-05 17:33:24.0 +0200
@@ -1 +1 @@
-link package='libzypp.177' cicount='copy' /
+link package='libzypp.479' cicount='copy' /

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



commit zypper for openSUSE:12.1:Update

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:12.1:Update 
checked in at 2012-06-05 17:33:25

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.WlVPar/_old  2012-06-05 17:33:27.0 +0200
+++ /var/tmp/diff_new_pack.WlVPar/_new  2012-06-05 17:33:27.0 +0200
@@ -1 +1 @@
-link package='zypper.177' cicount='copy' /
+link package='zypper.479' cicount='copy' /

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