commit strace for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2013-08-15 09:16:41

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


Package is strace

Changes:

--- /work/SRC/openSUSE:Factory/strace/strace.changes2013-06-18 
15:35:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes   2013-08-15 
09:16:43.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 14 09:11:17 UTC 2013 - sch...@suse.de
+
+- strace-linux-ptrace-h.patch: handle conflict with struct
+  ptrace_peeksiginfo_args between sys/ptrace.h and linux/ptrace.h
+
+---

New:

  strace-linux-ptrace-h.patch



Other differences:
--
++ strace.spec ++
--- /var/tmp/diff_new_pack.zGINdk/_old  2013-08-15 09:16:44.0 +0200
+++ /var/tmp/diff_new_pack.zGINdk/_new  2013-08-15 09:16:44.0 +0200
@@ -31,6 +31,7 @@
 Source3:%name.keyring
 Source4:baselibs.conf
 Patch1: strace-4.7.diff
+Patch2: strace-linux-ptrace-h.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libacl-devel
 BuildRequires:  libaio-devel
@@ -61,6 +62,7 @@
 %{?gpg_verify: %gpg_verify %{S:2}}
 %setup -q
 %patch -P 1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS


++ strace-linux-ptrace-h.patch ++
Index: strace-4.8/process.c
===
--- strace-4.8.orig/process.c
+++ strace-4.8/process.c
@@ -63,9 +63,11 @@
 # ifdef HAVE_STRUCT_PT_ALL_USER_REGS
 #  define pt_all_user_regs XXX_pt_all_user_regs
 # endif
+# define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
 # include linux/ptrace.h
 # undef ia64_fpreg
 # undef pt_all_user_regs
+# undef ptrace_peeksiginfo_args
 #endif
 
 #if defined(SPARC64)
Index: strace-4.8/signal.c
===
--- strace-4.8.orig/signal.c
+++ strace-4.8/signal.c
@@ -51,9 +51,11 @@
 # ifdef HAVE_STRUCT_PT_ALL_USER_REGS
 #  define pt_all_user_regs XXX_pt_all_user_regs
 # endif
+# define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
 # include linux/ptrace.h
 # undef ia64_fpreg
 # undef pt_all_user_regs
+# undef ptrace_peeksiginfo_args
 #endif
 
 #ifdef IA64
Index: strace-4.8/syscall.c
===
--- strace-4.8.orig/syscall.c
+++ strace-4.8/syscall.c
@@ -48,9 +48,11 @@
 # ifdef HAVE_STRUCT_PT_ALL_USER_REGS
 #  define pt_all_user_regs XXX_pt_all_user_regs
 # endif
+# define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
 # include linux/ptrace.h
 # undef ia64_fpreg
 # undef pt_all_user_regs
+# undef ptrace_peeksiginfo_args
 #endif
 
 #if defined(SPARC64)
Index: strace-4.8/util.c
===
--- strace-4.8.orig/util.c
+++ strace-4.8/util.c
@@ -55,9 +55,11 @@
 # ifdef HAVE_STRUCT_PT_ALL_USER_REGS
 #  define pt_all_user_regs XXX_pt_all_user_regs
 # endif
+# define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
 # include linux/ptrace.h
 # undef ia64_fpreg
 # undef pt_all_user_regs
+# undef ptrace_peeksiginfo_args
 #endif
 
 int
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rpmorphan for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package rpmorphan for openSUSE:Factory 
checked in at 2013-08-15 12:07:28

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


Package is rpmorphan

Changes:

--- /work/SRC/openSUSE:Factory/rpmorphan/rpmorphan.changes  2013-04-02 
12:55:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmorphan.new/rpmorphan.changes 2013-08-15 
12:07:29.0 +0200
@@ -1,0 +2,8 @@
+Mon Aug 12 19:12:39 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to 1.12.2:
+  * fix rh#880603 : undefined used as SCALAR reference
+- No need to set TARGET_LOCALE anymore. Default install dir is
+  /usr/lib/rpmorphan/.
+
+---

Old:

  rpmorphan-1.12.tar.gz

New:

  rpmorphan-1.12-2.tar.gz



Other differences:
--
++ rpmorphan.spec ++
--- /var/tmp/diff_new_pack.DC7FCI/_old  2013-08-15 12:07:30.0 +0200
+++ /var/tmp/diff_new_pack.DC7FCI/_new  2013-08-15 12:07:30.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   rpmorphan
-Version:1.12
+Version:1.12.2
 Release:0
 Summary:List the orphaned RPM packages
 License:GPL-2.0+
 Group:  System/Packages
 Url:http://rpmorphan.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:http://downloads.sourceforge.net/%{name}/%{name}-1.12-2.tar.gz
 Requires:   rpm
 Recommends: logrotate
 Recommends: perl-Curses-UI
@@ -40,12 +40,12 @@
 tools for RPM packages.
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.12
 
 %build
 
 %install
-make install DESTDIR=%{buildroot} DOCDIR=%{buildroot}%{_defaultdocdir}/%{name} 
TARGET_LOCALE=%{buildroot}%{_libexecdir}/%{name}/locale
+make install DESTDIR=%{buildroot} DOCDIR=%{buildroot}%{_defaultdocdir}/%{name}
 
 %files
 %defattr(-,root,root,-)
@@ -68,7 +68,7 @@
 %doc %{_mandir}/man1/rpmextra.1%{ext_man}
 %doc %{_mandir}/man1/rpmorphan.1%{ext_man}
 %doc %{_mandir}/man1/rpmusage.1%{ext_man}
-%{_libexecdir}/rpmorphan/
+%{_prefix}/lib/rpmorphan/
 %dir %{_localstatedir}/lib/rpmorphan
 %{_localstatedir}/lib/rpmorphan/keep
 %ghost %config(noreplace) %{_localstatedir}/log/rpmorphan.log

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



commit perl-Spiffy for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Spiffy for openSUSE:Factory 
checked in at 2013-08-15 12:20:51

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


Package is perl-Spiffy

Changes:

--- /work/SRC/openSUSE:Factory/perl-Spiffy/perl-Spiffy.changes  2011-09-23 
12:38:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Spiffy.new/perl-Spiffy.changes 
2013-08-15 12:20:53.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 14 17:04:16 UTC 2013 - l...@linux-schulserver.de
+
+- update to 0.31:
+  + Make tests not use 'B package. rt72542
+  + Use Module::Package
+- cleanup specfile and use perl_make_install and perl_gen_filelist
+  macros
+
+---

Old:

  Spiffy-0.30.tar.gz

New:

  Spiffy-0.31.tar.gz



Other differences:
--
++ perl-Spiffy.spec ++
--- /var/tmp/diff_new_pack.I8TbmL/_old  2013-08-15 12:20:53.0 +0200
+++ /var/tmp/diff_new_pack.I8TbmL/_new  2013-08-15 12:20:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Spiffy (Version 0.30)
+# spec file for package perl-Spiffy
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Spiffy
 Url:http://search.cpan.org/~ingy/Spiffy
+Summary:Framework for object oriented programming in Perl
 License:Artistic-1.0
 Group:  Development/Libraries/Perl
-AutoReqProv:on
-Summary:Framework for object oriented programming in Perl.
-Version:0.30
-Release:121
+Version:0.31
+Release:0
 Source: Spiffy-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -42,11 +39,6 @@
 6. It also adds a few tricks of its own.
 
 
-
-Authors:
-
-Brian Ingerson i...@cpan.org
-
 %prep
 %setup -n Spiffy-%{version}
 # ---
@@ -54,22 +46,22 @@
 %build
 perl Makefile.PL
 make %{?_smp_mflags}
+# ---
+
+%check
 make test
 # ---
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.files
 %defattr(-,root,root)
 %doc README Changes
-%doc %{_mandir}/man3/Spiffy.3pm.gz
-%dir %{perl_vendorarch}/auto/Spiffy
-%{perl_vendorlib}/Spiffy.pm
 
 %changelog

++ Spiffy-0.30.tar.gz - Spiffy-0.31.tar.gz ++
 5509 lines of diff (skipped)

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



commit transmission for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package transmission for openSUSE:Factory 
checked in at 2013-08-15 12:21:57

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


Package is transmission

Changes:

--- /work/SRC/openSUSE:Factory/transmission/transmission.changes
2013-07-21 12:00:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.transmission.new/transmission.changes   
2013-08-15 12:21:59.0 +0200
@@ -1,0 +2,37 @@
+Fri Aug  9 18:37:31 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.82:
+  + All Platforms:
+- Fix webseed crash.
+- Fix crash when adding UDP trackers whose host's canonical
+  name couldn't be found.
+- Fix crash when sending handshakes to some peers immediately
+  after adding a magnet link.
+- Fix crash when parsing incoming encrypted handshakes when the
+  user is removing the related torrent.
+- Add safeguard to prevent zombie processes after running a
+  script when a torrent finishes downloading.
+- Fix bad file descriptor error.
+- Queued torrents no longer show up as paused after exiting 
+  restarting.
+- Fix 2.81 compilation error on OpenBSD.
+- Don't misidentify Tixati as BitTornado.
+  + Mac Client:
+- Fix bug that had slow download speeds until editing
+  preferences.
+  + GTK+ Client:
+- Fix crash that occurred in some cases after using
+  Torrent  Set Location.
+- Fix crash where on_app_exit() got called twice in a row.
+- Fix 2.81 compilation error on older versions of glib.
+- Can now open folders that have a '#' in their names.
+- Silence gobject warning when updating a blocklist from URL.
+  + Qt Client:
+- Qt 5 support.
+  + Web Client:
+- Fix syntax error in index.html's meta name=viewport.
+- Fix file uploading issue in Internet Explorer 11.
+- Add transmission-qt4.patch: Revert the changes for Qt5, as we do
+  not have it available yet.
+
+---

Old:

  transmission-2.81.tar.xz

New:

  transmission-2.82.tar.xz
  transmission-qt4.patch



Other differences:
--
++ transmission.spec ++
--- /var/tmp/diff_new_pack.b0hoQr/_old  2013-08-15 12:22:00.0 +0200
+++ /var/tmp/diff_new_pack.b0hoQr/_new  2013-08-15 12:22:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   transmission
-Version:2.81
+Version:2.82
 Release:0
 Summary:Lightweight, yet powerful BitTorrent client
 License:GPL-2.0 and MIT
@@ -25,6 +25,8 @@
 Url:http://www.transmissionbt.com/
 Source0:
http://download.m0k.org/transmission/files/%{name}-%{version}.tar.xz
 Source1:transmission-qt.desktop
+# PATCH-FIX-OPENSUSE transmission-qt4.patch dims...@opensuse.org -- Revert the 
changes for Qt5 support.
+Patch0: transmission-qt4.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
@@ -127,6 +129,7 @@
 %lang_package -n %{name}-qt
 %prep
 %setup -q
+%patch0 -p1
 cp %{S:3} .
 
 %build

++ transmission-2.81.tar.xz - transmission-2.82.tar.xz ++
 4114 lines of diff (skipped)

++ transmission-qt4.patch ++
Index: trunk/qt/README.txt
===
--- trunk/qt/README.txt (revision 14150)
+++ trunk/qt/README.txt (revision 14149)
@@ -37,7 +37,7 @@
 BUILDING ON UNIX
 
-   1. Prerequisites: Qt = 5 and its development packages
+   1. Prerequisites: Qt = 4.6 and its development packages
2. Build Transmission as normal
-   3. In the qt/ directory, type qmake qtr.pro or qmake-qt5 qtr.pro
+   3. In the qt/ directory, type qmake qtr.pro or qmake-qt4 qtr.pro
4. In the qt/ directory, type make
5. In the qt/ directory, as root, type INSTALL_ROOT=/usr make install
Index: trunk/qt/about.cc
===
--- trunk/qt/about.cc   (revision 14150)
+++ trunk/qt/about.cc   (revision 14149)
@@ -38,5 +38,5 @@
 
   l = new QLabel;
-  l-setPixmap (QPixmap (QString::fromUtf8 (:/icons/transmission-48.png)));
+  l-setPixmap (QPixmap (QString::fromAscii (:/icons/transmission-48.png)));
   l-setAlignment (Qt::AlignCenter);
   v-addWidget (l);
@@ -45,5 +45,5 @@
   f.setWeight (QFont::Bold);
   f.setPointSize (int (f.pointSize () * 1.2));
-  l = new QLabel (tr (bigTransmission %1/big).arg (QString::fromUtf8 
(LONG_VERSION_STRING)));
+  l = new QLabel (tr (bigTransmission %1/big).arg (QString::fromAscii 
(LONG_VERSION_STRING)));
   l-setAlignment (Qt::AlignCenter);
   l-setFont (f);
@@ -52,5 +52,5 @@
 
   l = new QLabel (tr (A fast and easy BitTorrent client));
-  l-setStyleSheet 

commit php5-pear-phpunit-PHP_Timer for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-phpunit-PHP_Timer for 
openSUSE:Factory checked in at 2013-08-15 12:24:13

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


Package is php5-pear-phpunit-PHP_Timer

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-phpunit-PHP_Timer/php5-pear-phpunit-PHP_Timer.changes
  2012-02-29 14:10:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-phpunit-PHP_Timer.new/php5-pear-phpunit-PHP_Timer.changes
 2013-08-15 12:24:14.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug  4 21:17:52 UTC 2013 - robert.munte...@gmail.com
+
+- Updated to version 1.0.5
+ - No changelog from upstream
+
+---

Old:

  PHP_Timer-1.0.2.tgz

New:

  PHP_Timer-1.0.5.tgz



Other differences:
--
++ php5-pear-phpunit-PHP_Timer.spec ++
--- /var/tmp/diff_new_pack.qAcGeP/_old  2013-08-15 12:24:15.0 +0200
+++ /var/tmp/diff_new_pack.qAcGeP/_new  2013-08-15 12:24:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-phpunit-PHP_Timer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   php5-pear-phpunit-PHP_Timer
 %define pear_name  PHP_Timer
 %define pear_sname php_timer
 Summary:Utility class for timing
-Version:1.0.2
-Release:1
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
+Version:1.0.5
+Release:0
 Source0:http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 Url:http://pear.phpunit.de/
 Requires:   php5-pear-channel-phpunit
@@ -36,13 +35,14 @@
 BuildArch:  noarch
 
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_name}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This is a simple utility class for timing.

++ PHP_Timer-1.0.2.tgz - PHP_Timer-1.0.5.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PHP_Timer-1.0.2/ChangeLog.markdown 
new/PHP_Timer-1.0.2/ChangeLog.markdown
--- old/PHP_Timer-1.0.2/ChangeLog.markdown  2011-09-07 13:38:14.0 
+0200
+++ new/PHP_Timer-1.0.2/ChangeLog.markdown  1970-01-01 01:00:00.0 
+0100
@@ -1,9 +0,0 @@
-PHP_Timer 1.0
-=
-
-This is the list of changes for the PHP_Timer 1.0 release series.
-
-PHP_Timer 1.0.1

-
-* No changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PHP_Timer-1.0.2/LICENSE new/PHP_Timer-1.0.2/LICENSE
--- old/PHP_Timer-1.0.2/LICENSE 2011-09-07 13:38:14.0 +0200
+++ new/PHP_Timer-1.0.2/LICENSE 1970-01-01 01:00:00.0 +0100
@@ -1,33 +0,0 @@
-PHP_Timer
-
-Copyright (c) 2010-2011, Sebastian Bergmann sebast...@phpunit.de.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
- * Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in
-   the documentation and/or other materials provided with the
-   distribution.
-
- * Neither the name of Sebastian Bergmann nor the names of his
-   contributors may be used to endorse or promote products derived
-   from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY 

commit php5-pear-phpunit-PHPUnit_MockObject for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-phpunit-PHPUnit_MockObject 
for openSUSE:Factory checked in at 2013-08-15 12:24:10

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


Package is php5-pear-phpunit-PHPUnit_MockObject

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-phpunit-PHPUnit_MockObject/php5-pear-phpunit-PHPUnit_MockObject.changes
2012-02-29 14:10:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-phpunit-PHPUnit_MockObject.new/php5-pear-phpunit-PHPUnit_MockObject.changes
   2013-08-15 12:24:12.0 +0200
@@ -1,0 +2,16 @@
+Sun Aug  4 21:37:51 UTC 2013 - robert.munte...@gmail.com
+
+- Updated to version 1.2.3
+ * Fixed a bug where getting two mocks with different argument 
+   cloning options returned the same mock.
+- Updated to version 1.2.2
+ * Fixed #100: Removed the unique mock object ID introduced in 
+   version 1.2.
+- Updated to version 1.2.0
+ * Implemented #47: Make cloning of arguments passed to mocked 
+   methods optional.
+ * Implemented #84: `getMockFromWsdl()` now works with namespaces.
+ * Fixed #90: Mocks with a fixed class name could only be created 
+   once.
+
+---

Old:

  PHPUnit_MockObject-1.1.0.tgz

New:

  PHPUnit_MockObject-1.2.3.tgz



Other differences:
--
++ php5-pear-phpunit-PHPUnit_MockObject.spec ++
--- /var/tmp/diff_new_pack.NlCt4a/_old  2013-08-15 12:24:13.0 +0200
+++ /var/tmp/diff_new_pack.NlCt4a/_new  2013-08-15 12:24:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-phpunit-PHPUnit_MockObject
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,31 +16,33 @@
 #
 
 
-
 Name:   php5-pear-phpunit-PHPUnit_MockObject
 %define pear_name  PHPUnit_MockObject
 %define pear_sname phpunit_mockobject
 Summary:Mock Object library for PHPUnit
-Version:1.1.0
-Release:1
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
+Version:1.2.3
+Release:0
 Source0:http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 Url:http://pear.phpunit.de/
 Requires:   php5-pear-channel-phpunit
+Requires:   php5-pear-phpunit-Text_Template = 1.1.1
 BuildRequires:  php-macros
 BuildRequires:  php5-pear
 BuildRequires:  php5-pear-channel-phpunit
+BuildRequires:  php5-pear-phpunit-Text_Template = 1.1.1
 BuildArch:  noarch
 
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_name}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 A Mock Object library for the PHPUnit test framework.

++ PHPUnit_MockObject-1.1.0.tgz - PHPUnit_MockObject-1.2.3.tgz ++
 10180 lines of diff (skipped)

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



commit php5-pear-phpunit-File_Iterator for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-phpunit-File_Iterator for 
openSUSE:Factory checked in at 2013-08-15 12:24:08

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


Package is php5-pear-phpunit-File_Iterator

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-phpunit-File_Iterator/php5-pear-phpunit-File_Iterator.changes
  2012-02-29 14:09:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-phpunit-File_Iterator.new/php5-pear-phpunit-File_Iterator.changes
 2013-08-15 12:24:09.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug  4 21:33:22 UTC 2013 - robert.munte...@gmail.com
+
+- Updated to version 1.3.3
+ * Fixed infinite loop in `File_Iterator_Facade::getCommonPath()` 
+   for empty directories.
+ 
+---

Old:

  File_Iterator-1.3.0.tgz

New:

  File_Iterator-1.3.3.tgz



Other differences:
--
++ php5-pear-phpunit-File_Iterator.spec ++
--- /var/tmp/diff_new_pack.PunXB4/_old  2013-08-15 12:24:10.0 +0200
+++ /var/tmp/diff_new_pack.PunXB4/_new  2013-08-15 12:24:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-phpunit-File_Iterator
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   php5-pear-phpunit-File_Iterator
 %define pear_name  File_Iterator
 %define pear_sname file_iterator
 Summary:Filters files based on a list of suffixes
-Version:1.3.0
-Release:1
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
+Version:1.3.3
+Release:0
 Source0:http://pear.phpunit.de/get/File_Iterator-%{version}.tgz
 Url:http://pear.phpunit.de/
 Requires:   php5-pear-channel-phpunit
@@ -34,13 +33,14 @@
 BuildArch:  noarch
 
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_name}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 FilterIterator implementation that filters files based on a list of suffixes.

++ File_Iterator-1.3.0.tgz - File_Iterator-1.3.3.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File_Iterator-1.3.0/ChangeLog.markdown 
new/File_Iterator-1.3.0/ChangeLog.markdown
--- old/File_Iterator-1.3.0/ChangeLog.markdown  2011-10-31 08:35:20.0 
+0100
+++ new/File_Iterator-1.3.0/ChangeLog.markdown  1970-01-01 01:00:00.0 
+0100
@@ -1,11 +0,0 @@
-File_Iterator 1.3
-=
-
-This is the list of changes for the File_Iterator 1.3 release series.
-
-File_Iterator 1.3.0

-
-* Added `File_Iterator_Facade` for the most common use case.
-* Moved `File_Iterator_Factory::getFilesAsArray()` to 
`File_Iterator_Facade::getFilesAsArray()`.
-* `File_Iterator_Factory` is no longer static.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File_Iterator-1.3.0/File/Iterator/Autoload.php 
new/File_Iterator-1.3.0/File/Iterator/Autoload.php
--- old/File_Iterator-1.3.0/File/Iterator/Autoload.php  2011-10-31 
08:35:20.0 +0100
+++ new/File_Iterator-1.3.0/File/Iterator/Autoload.php  1970-01-01 
01:00:00.0 +0100
@@ -1,75 +0,0 @@
-?php
-/**
- * php-file-iterator
- *
- * Copyright (c) 2009-2011, Sebastian Bergmann s...@sebastian-bergmann.de.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- *   * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- *   * Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation 

commit php5-pear-phpunit-PHP_TokenStream for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-phpunit-PHP_TokenStream 
for openSUSE:Factory checked in at 2013-08-15 12:24:15

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


Package is php5-pear-phpunit-PHP_TokenStream

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-phpunit-PHP_TokenStream/php5-pear-phpunit-PHP_TokenStream.changes
  2012-04-17 07:48:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-phpunit-PHP_TokenStream.new/php5-pear-phpunit-PHP_TokenStream.changes
 2013-08-15 12:24:17.0 +0200
@@ -1,0 +2,11 @@
+Sun Aug  4 21:28:33 UTC 2013 - robert.munte...@gmail.com
+
+- Updated to version 1.2.0
+ * Added PHP_Token_Stream::getFunctionForLine() method to look up 
+   the name of the function or method a line belongs to 
+- Updated to version 1.1.8
+ * Added support for the finally and yield keywords that were
+   introduced in PHP 5.5.
+- spec: removed trailing dots from summary and description
+
+---

Old:

  PHP_TokenStream-1.1.1.tgz

New:

  PHP_TokenStream-1.2.0.tgz



Other differences:
--
++ php5-pear-phpunit-PHP_TokenStream.spec ++
--- /var/tmp/diff_new_pack.cwmeMs/_old  2013-08-15 12:24:18.0 +0200
+++ /var/tmp/diff_new_pack.cwmeMs/_new  2013-08-15 12:24:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-phpunit-PHP_TokenStream
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   php5-pear-phpunit-PHP_TokenStream
 %define pear_name  PHP_TokenStream
 %define pear_sname php_tokenstream
-Summary:Wrapper around PHP's tokenizer extension.
-Version:1.1.1
-Release:1
+Summary:Wrapper around PHP's tokenizer extension
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
+Version:1.2.0
+Release:0
 Source0:http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 Url:http://pear.phpunit.de/
 Requires:   php5-pear-channel-phpunit
@@ -36,16 +35,17 @@
 BuildArch:  noarch
 
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_name}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
-Wrapper around PHP's tokenizer extension.
+Wrapper around PHP's tokenizer extension
 
 %prep
 %setup -c

++ PHP_TokenStream-1.1.1.tgz - PHP_TokenStream-1.2.0.tgz ++
 3480 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-pecan for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-pecan for openSUSE:Factory 
checked in at 2013-08-15 12:28:51

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


Package is python-pecan

Changes:

--- /work/SRC/openSUSE:Factory/python-pecan/python-pecan.changes
2013-06-29 14:33:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pecan.new/python-pecan.changes   
2013-08-15 12:28:53.0 +0200
@@ -1,0 +2,9 @@
+Tue Aug 13 10:10:55 UTC 2013 - dmuel...@suse.com
+
+- update to 0.3.2:
+  * Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
+  * Fixed a routing bug for certain ``_lookup`` controller configurations.
+  * Improved documentation for handling file uploads.
+  * Deprecated the ``pecan.conf.requestviewer`` configuration option.
+
+---

Old:

  pecan-0.3.0.tar.gz

New:

  pecan-0.3.2.tar.gz



Other differences:
--
++ python-pecan.spec ++
--- /var/tmp/diff_new_pack.MGUceP/_old  2013-08-15 12:28:53.0 +0200
+++ /var/tmp/diff_new_pack.MGUceP/_new  2013-08-15 12:28:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pecan
-Version:0.3.0
+Version:0.3.2
 Release:0
 Summary:A WSGI object-dispatching web framework, designed to be lean 
and fast
 License:BSD-3-Clause
@@ -25,7 +25,7 @@
 Url:http://github.com/dreamhost/pecan
 Source: 
http://pypi.python.org/packages/source/p/pecan/pecan-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 #BuildRequires:  python-Genshi
 #BuildRequires:  python-Jinja2

++ pecan-0.3.0.tar.gz - pecan-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pecan-0.3.0/PKG-INFO new/pecan-0.3.2/PKG-INFO
--- old/pecan-0.3.0/PKG-INFO2013-05-08 20:33:53.0 +0200
+++ new/pecan-0.3.2/PKG-INFO2013-08-12 23:42:59.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: pecan
-Version: 0.3.0
+Version: 0.3.2
 Summary: A WSGI object-dispatching web framework, designed to be lean and 
fast, with few dependancies.
 Home-page: http://github.com/dreamhost/pecan
 Author: Jonathan LaCour
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pecan-0.3.0/README.rst new/pecan-0.3.2/README.rst
--- old/pecan-0.3.0/README.rst  2013-05-07 20:13:05.0 +0200
+++ new/pecan-0.3.2/README.rst  2013-08-12 22:49:47.0 +0200
@@ -7,6 +7,10 @@
 .. _travis: http://travis-ci.org/dreamhost/pecan
 .. |travis| image:: https://secure.travis-ci.org/dreamhost/pecan.png
 
+.. image:: https://pypip.in/v/pecan/badge.png
+:target: https://crate.io/packages/pecan/
+:alt: Latest PyPI version
+
 |travis|_
 
 Installing
@@ -46,5 +50,6 @@
 
 Additional Help/Support
 ---
-Most Pecan interaction is done via the #pecanpy channel on `FreeNode
-http://freenode.net/`_ IRC.
+Most Pecan interaction is done via the `pecan-dev Mailing List
+https://groups.google.com/forum/#!forum/pecan-dev`_ and the #pecanpy channel
+on `FreeNode http://freenode.net/`_ IRC.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pecan-0.3.0/pecan/__init__.py 
new/pecan-0.3.2/pecan/__init__.py
--- old/pecan-0.3.0/pecan/__init__.py   2013-05-07 20:13:05.0 +0200
+++ new/pecan-0.3.2/pecan/__init__.py   2013-08-12 22:49:47.0 +0200
@@ -17,6 +17,8 @@
 except ImportError:
 from logutils.dictconfig import dictConfig as load_logging_config  # noqa
 
+import warnings
+
 
 __all__ = [
 'make_app', 'load_app', 'Pecan', 'request', 'response',
@@ -25,8 +27,7 @@
 ]
 
 
-def make_app(root, static_root=None, logging={}, debug=False,
- wrap_app=None, **kw):
+def make_app(root, **kw):
 '''
 Utility for creating the Pecan application object.  This function should
 generally be called from the ``setup_app`` function in your project's
@@ -37,8 +38,6 @@
 :param static_root: The relative path to a directory containing static
 files.  Serving static files is only enabled when
 debug mode is set.
-:param logging: A dictionary used to configure logging.  This uses
-``logging.config.dictConfig``.
 :param debug: A flag to enable debug mode.  This enables the debug
   middleware and serving static files.
 :param wrap_app: A function or middleware class to wrap the Pecan app.
@@ -49,19 +48,31 @@
  

commit python-nose-exclude for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-nose-exclude for 
openSUSE:Factory checked in at 2013-08-15 12:28:57

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


Package is python-nose-exclude

Changes:

--- /work/SRC/openSUSE:Factory/python-nose-exclude/python-nose-exclude.changes  
2013-05-02 11:42:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nose-exclude.new/python-nose-exclude.changes 
2013-08-15 12:28:59.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 13 10:07:11 UTC 2013 - dmuel...@suse.com
+
+- update to 0.1.10:
+  * add unit tests
+
+---

Old:

  nose-exclude-0.1.9.tar.gz

New:

  nose-exclude-0.1.10.tar.gz



Other differences:
--
++ python-nose-exclude.spec ++
--- /var/tmp/diff_new_pack.BNtdLT/_old  2013-08-15 12:29:00.0 +0200
+++ /var/tmp/diff_new_pack.BNtdLT/_new  2013-08-15 12:29:00.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   python-nose-exclude
-Version:0.1.9
+Version:0.1.10
 Release:0
 Summary:Exclude specific directories from nosetests runs
 License:LGPL-2.1+
@@ -26,7 +26,8 @@
 Url:https://bitbucket.org/kgrandis/nose-exclude/overview
 Source0:nose-exclude-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 Requires:   python-nose
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
@@ -45,6 +46,9 @@
 %build
 python setup.py build
 
+%check
+python setup.py test
+
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 

++ nose-exclude-0.1.9.tar.gz - nose-exclude-0.1.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nose-exclude-0.1.9/MANIFEST.in 
new/nose-exclude-0.1.10/MANIFEST.in
--- old/nose-exclude-0.1.9/MANIFEST.in  2011-10-17 02:15:36.0 +0200
+++ new/nose-exclude-0.1.10/MANIFEST.in 2013-08-04 03:24:58.0 +0200
@@ -1 +1,4 @@
 include README.rst
+include tests.py
+include tox.ini
+recursive-include test_dirs *txt *py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nose-exclude-0.1.9/PKG-INFO 
new/nose-exclude-0.1.10/PKG-INFO
--- old/nose-exclude-0.1.9/PKG-INFO 2012-09-21 05:22:00.0 +0200
+++ new/nose-exclude-0.1.10/PKG-INFO2013-08-04 20:03:36.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: nose-exclude
-Version: 0.1.9
+Version: 0.1.10
 Summary: Exclude specific directories from nosetests runs.
 Home-page: http://bitbucket.org/kgrandis/nose-exclude
 Author: Kurt Grandis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nose-exclude-0.1.9/nose_exclude.egg-info/PKG-INFO 
new/nose-exclude-0.1.10/nose_exclude.egg-info/PKG-INFO
--- old/nose-exclude-0.1.9/nose_exclude.egg-info/PKG-INFO   2012-09-21 
05:21:57.0 +0200
+++ new/nose-exclude-0.1.10/nose_exclude.egg-info/PKG-INFO  2013-08-04 
20:03:36.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: nose-exclude
-Version: 0.1.9
+Version: 0.1.10
 Summary: Exclude specific directories from nosetests runs.
 Home-page: http://bitbucket.org/kgrandis/nose-exclude
 Author: Kurt Grandis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nose-exclude-0.1.9/nose_exclude.egg-info/SOURCES.txt 
new/nose-exclude-0.1.10/nose_exclude.egg-info/SOURCES.txt
--- old/nose-exclude-0.1.9/nose_exclude.egg-info/SOURCES.txt2012-09-21 
05:21:58.0 +0200
+++ new/nose-exclude-0.1.10/nose_exclude.egg-info/SOURCES.txt   2013-08-04 
20:03:36.0 +0200
@@ -2,10 +2,20 @@
 README.rst
 nose_exclude.py
 setup.py
+tests.py
+tox.ini
 nose_exclude.egg-info/PKG-INFO
 nose_exclude.egg-info/SOURCES.txt
 nose_exclude.egg-info/dependency_links.txt
 nose_exclude.egg-info/entry_points.txt
 nose_exclude.egg-info/not-zip-safe
 nose_exclude.egg-info/requires.txt
-nose_exclude.egg-info/top_level.txt
\ No newline at end of file
+nose_exclude.egg-info/top_level.txt
+test_dirs/exclude_dirs.txt
+test_dirs/exclude_dirs2.txt
+test_dirs/build/test.py
+test_dirs/build2/tests.py
+test_dirs/fish/tests.py
+test_dirs/test_not_me/test.py
+test_dirs/test_yes/tests.py
+test_dirs/test_yes2/tests.py
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nose-exclude-0.1.9/setup.py 
new/nose-exclude-0.1.10/setup.py
--- old/nose-exclude-0.1.9/setup.py 2012-09-21 05:18:52.0 +0200

commit python-nosehtmloutput for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-nosehtmloutput for 
openSUSE:Factory checked in at 2013-08-15 12:28:55

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


Package is python-nosehtmloutput

Changes:

--- 
/work/SRC/openSUSE:Factory/python-nosehtmloutput/python-nosehtmloutput.changes  
2012-11-28 14:33:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-nosehtmloutput.new/python-nosehtmloutput.changes
 2013-08-15 12:28:56.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 13 10:08:52 UTC 2013 - dmuel...@suse.com
+
+- update to 0.0.5:
+  * move to openstack-infra
+
+---

Old:

  nosehtmloutput-0.0.4.tar.gz

New:

  nosehtmloutput-0.0.5.tar.gz



Other differences:
--
++ python-nosehtmloutput.spec ++
--- /var/tmp/diff_new_pack.Mdhs0F/_old  2013-08-15 12:28:56.0 +0200
+++ /var/tmp/diff_new_pack.Mdhs0F/_new  2013-08-15 12:28:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nosehtmloutput
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,19 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-nosehtmloutput
-Version:0.0.4
+Version:0.0.5
 Release:0
-License:Apache-2.0
 Summary:Nose plugin to produce test results in html
-Url:https://github.com/cboylan/nose-html-output
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:https://github.com/cboylan/nose-html-output
 Source: 
http://pypi.python.org/packages/source/n/nosehtmloutput/nosehtmloutput-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 Requires:   python-nose
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110

++ nosehtmloutput-0.0.4.tar.gz - nosehtmloutput-0.0.5.tar.gz ++
 5858 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-lxml for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2013-08-15 12:29:05

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


Package is python-lxml

Changes:

--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2013-05-16 
11:26:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 
2013-08-15 12:29:06.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 13 09:58:19 UTC 2013 - dmuel...@suse.com
+
+- update to 3.2.3:
+* LP#1185701: spurious XMLSyntaxError after finishing iterparse().
+* Crash in lxml.objectify during xsi annotation.
+
+---

Old:

  lxmldoc-3.2.1.pdf

New:

  lxml-3.2.3.tar.gz
  lxmldoc-3.2.3.pdf



Other differences:
--
++ python-lxml.spec ++
--- /var/tmp/diff_new_pack.MTJH5n/_old  2013-08-15 12:29:07.0 +0200
+++ /var/tmp/diff_new_pack.MTJH5n/_new  2013-08-15 12:29:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-lxml
-Version:3.2.1
+Version:3.2.3
 Release:0
 Summary:Powerful and Pythonic XML processing library
 License:BSD-3-Clause and GPL-2.0+

++ lxmldoc-3.2.1.pdf - lxmldoc-3.2.3.pdf ++
(binary differes)

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



commit python-cmd2 for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-cmd2 for openSUSE:Factory 
checked in at 2013-08-15 12:29:02

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


Package is python-cmd2

Changes:

--- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes  2013-07-29 
21:10:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new/python-cmd2.changes 
2013-08-15 12:29:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 13 10:01:07 UTC 2013 - dmuel...@suse.com
+
+- update to 0.6.6:
+  * include editor search stderr fix
+
+---

Old:

  cmd2-0.6.5.1.tar.gz
  fix_editor_stderr.patch

New:

  cmd2-0.6.6.tar.gz



Other differences:
--
++ python-cmd2.spec ++
--- /var/tmp/diff_new_pack.g36ABX/_old  2013-08-15 12:29:04.0 +0200
+++ /var/tmp/diff_new_pack.g36ABX/_new  2013-08-15 12:29:04.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   python-cmd2
-Version:0.6.5.1
+Version:0.6.6
 Release:0
 Summary:Extra features for standard library's cmd module
 License:MIT
 Group:  Development/Languages/Python
 Url:http://packages.python.org/cmd2/
 Source: 
http://pypi.python.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
-Patch0: fix_editor_stderr.patch
 BuildRequires:  python-devel
 Requires:   python-pyparsing
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +56,6 @@
 %setup -q -n cmd2-%{version}
 chmod -x README.txt
 sed -i s/\r//g README.txt
-%patch0 -p1
 
 %build
 python setup.py build

++ cmd2-0.6.5.1.tar.gz - cmd2-0.6.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmd2-0.6.5.1/PKG-INFO new/cmd2-0.6.6/PKG-INFO
--- old/cmd2-0.6.5.1/PKG-INFO   2013-03-18 17:45:35.0 +0100
+++ new/cmd2-0.6.6/PKG-INFO 2013-08-06 13:51:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cmd2
-Version: 0.6.5.1
+Version: 0.6.6
 Summary: Extra features for standard library's cmd module
 Home-page: http://packages.python.org/cmd2/
 Author: Catherine Devlin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmd2-0.6.5.1/cmd2.egg-info/PKG-INFO 
new/cmd2-0.6.6/cmd2.egg-info/PKG-INFO
--- old/cmd2-0.6.5.1/cmd2.egg-info/PKG-INFO 2013-03-18 17:45:35.0 
+0100
+++ new/cmd2-0.6.6/cmd2.egg-info/PKG-INFO   2013-08-06 13:51:07.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cmd2
-Version: 0.6.5.1
+Version: 0.6.6
 Summary: Extra features for standard library's cmd module
 Home-page: http://packages.python.org/cmd2/
 Author: Catherine Devlin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmd2-0.6.5.1/cmd2.py new/cmd2-0.6.6/cmd2.py
--- old/cmd2-0.6.5.1/cmd2.py2013-03-18 17:41:18.0 +0100
+++ new/cmd2-0.6.6/cmd2.py  2013-08-06 12:24:59.0 +0200
@@ -42,7 +42,7 @@
 from optparse import make_option
 import pyparsing
 
-__version__ = '0.6.5.1'
+__version__ = '0.6.6'
 
 if sys.version_info[0] == 2:
 pyparsing.ParserElement.enablePackrat()
@@ -420,8 +420,8 @@
 if sys.platform[:3] == 'win':
 editor = 'notepad'
 else:
-for editor in ['gedit', 'kate', 'vim', 'emacs', 'nano', 'pico']:
-if subprocess.Popen(['which', editor], 
stdout=subprocess.PIPE).communicate()[0]:
+for editor in ['gedit', 'kate', 'vim', 'vi', 'emacs', 'nano', 
'pico']:
+if subprocess.Popen(['which', editor], stdout=subprocess.PIPE, 
stderr=subprocess.STDOUT).communicate()[0]:
 break
 
 colorcodes ={'bold':{True:'\x1b[1m',False:'\x1b[22m'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmd2-0.6.5.1/setup.cfg new/cmd2-0.6.6/setup.cfg
--- old/cmd2-0.6.5.1/setup.cfg  2013-03-18 17:45:35.0 +0100
+++ new/cmd2-0.6.6/setup.cfg2013-08-06 13:51:07.0 +0200
@@ -1,5 +1,5 @@
 [egg_info]
-tag_build = 
-tag_date = 0
 tag_svn_revision = 0
+tag_date = 0
+tag_build = 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmd2-0.6.5.1/setup.py new/cmd2-0.6.6/setup.py
--- old/cmd2-0.6.5.1/setup.py   2013-03-18 17:40:56.0 +0100
+++ new/cmd2-0.6.6/setup.py 2013-08-06 12:24:37.0 +0200
@@ -14,7 +14,7 @@
 
 setup(
 name=cmd2,
-version=0.6.5.1,
+version=0.6.6,
 py_modules=[cmd2],
 use_2to3=True,
 

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

commit python-Jinja2 for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-Jinja2 for openSUSE:Factory 
checked in at 2013-08-15 12:29:07

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


Package is python-Jinja2

Changes:

--- /work/SRC/openSUSE:Factory/python-Jinja2/python-Jinja2.changes  
2013-07-11 19:37:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Jinja2.new/python-Jinja2.changes 
2013-08-15 12:29:09.0 +0200
@@ -1,0 +2,15 @@
+Tue Aug 13 09:56:18 UTC 2013 - dmuel...@suse.com
+
+- update to 2.7.1:
+ - Fixed a bug with ``call_filter`` not working properly on environment
+   and context filters.
+ - Fixed lack of Python 3 support for bytecode caches.
+ - Reverted support for defining blocks in included templates as this
+   broke existing templates for users.
+ - Fixed some warnings with hashing of undefineds and nodes if Python
+   is run with warnings for Python 3.
+ - Added support for properly hashing undefined objects.
+ - Fixed a bug with the title filter not working on already uppercase
+   strings.
+
+---

Old:

  Jinja2-2.7.tar.gz

New:

  Jinja2-2.7.1.tar.gz



Other differences:
--
++ python-Jinja2.spec ++
--- /var/tmp/diff_new_pack.nncWGb/_old  2013-08-15 12:29:10.0 +0200
+++ /var/tmp/diff_new_pack.nncWGb/_new  2013-08-15 12:29:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Jinja2
-Version:2.7
+Version:2.7.1
 Release:0
 Summary:A fast and easy to use template engine written in pure Python
 License:BSD-3-Clause

++ Jinja2-2.7.tar.gz - Jinja2-2.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Jinja2-2.7/CHANGES new/Jinja2-2.7.1/CHANGES
--- old/Jinja2-2.7/CHANGES  2013-05-20 15:02:34.0 +0200
+++ new/Jinja2-2.7.1/CHANGES2013-08-07 14:05:58.0 +0200
@@ -1,6 +1,21 @@
 Jinja2 Changelog
 
 
+Version 2.7.1
+-
+(bugfix release, released on August 7th 2013)
+
+- Fixed a bug with ``call_filter`` not working properly on environment
+  and context filters.
+- Fixed lack of Python 3 support for bytecode caches.
+- Reverted support for defining blocks in included templates as this
+  broke existing templates for users.
+- Fixed some warnings with hashing of undefineds and nodes if Python
+  is run with warnings for Python 3.
+- Added support for properly hashing undefined objects.
+- Fixed a bug with the title filter not working on already uppercase
+  strings.
+
 Version 2.7
 ---
 (codename Translation, released on May 20th 2013)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Jinja2-2.7/Jinja2.egg-info/PKG-INFO 
new/Jinja2-2.7.1/Jinja2.egg-info/PKG-INFO
--- old/Jinja2-2.7/Jinja2.egg-info/PKG-INFO 2013-05-20 15:02:56.0 
+0200
+++ new/Jinja2-2.7.1/Jinja2.egg-info/PKG-INFO   2013-08-07 15:27:32.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Jinja2
-Version: 2.7
+Version: 2.7.1
 Summary: A small but fast and easy to use stand-alone template engine written 
in pure python.
 Home-page: http://jinja.pocoo.org/
 Author: Armin Ronacher
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Jinja2-2.7/Jinja2.egg-info/SOURCES.txt 
new/Jinja2-2.7.1/Jinja2.egg-info/SOURCES.txt
--- old/Jinja2-2.7/Jinja2.egg-info/SOURCES.txt  2013-05-20 15:02:56.0 
+0200
+++ new/Jinja2-2.7.1/Jinja2.egg-info/SOURCES.txt2013-08-07 
15:27:32.0 +0200
@@ -105,6 +105,7 @@
 jinja2/visitor.py
 jinja2/testsuite/__init__.py
 jinja2/testsuite/api.py
+jinja2/testsuite/bytecode_cache.py
 jinja2/testsuite/core_tags.py
 jinja2/testsuite/debug.py
 jinja2/testsuite/doctests.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Jinja2-2.7/PKG-INFO new/Jinja2-2.7.1/PKG-INFO
--- old/Jinja2-2.7/PKG-INFO 2013-05-20 15:02:56.0 +0200
+++ new/Jinja2-2.7.1/PKG-INFO   2013-08-07 15:27:32.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Jinja2
-Version: 2.7
+Version: 2.7.1
 Summary: A small but fast and easy to use stand-alone template engine written 
in pure python.
 Home-page: http://jinja.pocoo.org/
 Author: Armin Ronacher
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Jinja2-2.7/jinja2/__init__.py 
new/Jinja2-2.7.1/jinja2/__init__.py
--- old/Jinja2-2.7/jinja2/__init__.py   2013-05-20 15:02:56.0 +0200
+++ new/Jinja2-2.7.1/jinja2/__init__.py 2013-08-07 15:27:31.0 +0200
@@ -27,7 +27,7 @@
 :license: BSD, see 

commit python-django-nose for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-django-nose for 
openSUSE:Factory checked in at 2013-08-15 12:29:00

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


Package is python-django-nose

Changes:

--- /work/SRC/openSUSE:Factory/python-django-nose/python-django-nose.changes
2012-06-26 17:53:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-nose.new/python-django-nose.changes   
2013-08-15 12:29:02.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 13 10:04:12 UTC 2013 - dmuel...@suse.com
+
+- update to 1.2:
+  * Initial Python 3.x support
+
+---

Old:

  django-nose-1.1.tar.bz2

New:

  django-nose-1.2.tar.gz



Other differences:
--
++ python-django-nose.spec ++
--- /var/tmp/diff_new_pack.2tDrqL/_old  2013-08-15 12:29:03.0 +0200
+++ /var/tmp/diff_new_pack.2tDrqL/_new  2013-08-15 12:29:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-nose
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,13 +17,13 @@
 
 
 Name:   python-django-nose
-Version:1.1
+Version:1.2
 Release:0
 Url:http://github.com/jbalogh/django-nose
 Summary:Django test runner that uses nose
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: django-nose-%{version}.tar.bz2
+Source: django-nose-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute

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



commit python-waitress for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-waitress for openSUSE:Factory 
checked in at 2013-08-15 12:30:21

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


Package is python-waitress

Changes:

--- /work/SRC/openSUSE:Factory/python-waitress/python-waitress.changes  
2013-06-29 14:36:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-waitress.new/python-waitress.changes 
2013-08-15 12:30:23.0 +0200
@@ -1,0 +2,14 @@
+Tue Aug 13 10:15:30 UTC 2013 - dmuel...@suse.com
+
+- update to 0.8.6:
+ - Do alternate type of checking for UNIX socket support, instead of checking
+   for platform == windows.
+ 
+ - Functional tests now use multiprocessing module instead of subprocess 
module,
+   speeding up test suite and making concurrent execution more reliable.
+ 
+ - Runner now appends the current working directory to ``sys.path`` to support
+   running WSGI applications from a directory (i.e., not installed in a
+   virtualenv).
+
+---

Old:

  waitress-0.8.5.tar.gz

New:

  waitress-0.8.6.tar.gz



Other differences:
--
++ python-waitress.spec ++
--- /var/tmp/diff_new_pack.jMB0Tk/_old  2013-08-15 12:30:24.0 +0200
+++ /var/tmp/diff_new_pack.jMB0Tk/_new  2013-08-15 12:30:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-waitress
-Version:0.8.5
+Version:0.8.6
 Release:0
 Summary:Waitress WSGI server
 License:ZPL-2.1
@@ -25,7 +25,7 @@
 Url:https://github.com/Pylons/waitress
 Source: 
http://pypi.python.org/packages/source/w/waitress/waitress-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 #BuildRequires:  python-nose
 # Documentation requirements:

++ waitress-0.8.5.tar.gz - waitress-0.8.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/waitress-0.8.5/CHANGES.txt 
new/waitress-0.8.6/CHANGES.txt
--- old/waitress-0.8.5/CHANGES.txt  2013-05-28 02:55:45.0 +0200
+++ new/waitress-0.8.6/CHANGES.txt  2013-08-12 06:58:53.0 +0200
@@ -1,3 +1,24 @@
+0.8.6 (2013-08-12)
+--
+
+- Do alternate type of checking for UNIX socket support, instead of checking
+  for platform == windows.
+
+- Functional tests now use multiprocessing module instead of subprocess module,
+  speeding up test suite and making concurrent execution more reliable.
+
+- Runner now appends the current working directory to ``sys.path`` to support
+  running WSGI applications from a directory (i.e., not installed in a
+  virtualenv).
+
+- Add a ``url_prefix`` adjustment setting.  You can use it by passing
+  ``script_name='/foo'`` to ``waitress.serve`` or you can use it in a
+  ``PasteDeploy`` ini file as ``script_name = /foo``.  This will cause the WSGI
+  ``SCRIPT_NAME`` value to be the value passed minus any trailing slashes you
+  add, and it will cause the ``PATH_INFO`` of any request which is prefixed
+  with this value to be stripped of the prefix.  You can use this instead of
+  PasteDeploy's ``prefixmiddleware`` to always prefix the path.
+
 0.8.5 (2013-05-27)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/waitress-0.8.5/CONTRIBUTORS.txt 
new/waitress-0.8.6/CONTRIBUTORS.txt
--- old/waitress-0.8.5/CONTRIBUTORS.txt 2013-05-24 01:02:12.0 +0200
+++ new/waitress-0.8.6/CONTRIBUTORS.txt 2013-08-12 06:52:42.0 +0200
@@ -116,3 +116,5 @@
 - Tshepang Lekhonkhobe, 2013/04/09
 
 - Keith Gaughan, 2013/05/11
+
+- Jamie Matthews, 2013/06/19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/waitress-0.8.5/PKG-INFO new/waitress-0.8.6/PKG-INFO
--- old/waitress-0.8.5/PKG-INFO 2013-05-28 02:56:52.0 +0200
+++ new/waitress-0.8.6/PKG-INFO 2013-08-12 07:02:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: waitress
-Version: 0.8.5
+Version: 0.8.6
 Summary: Waitress WSGI server
 Home-page: https://github.com/Pylons/waitress
 Author: Chris McDonough
@@ -16,6 +16,27 @@
 http://docs.pylonsproject.org/projects/waitress/en/latest/ .
 
 
+0.8.6 (2013-08-12)
+--
+
+- Do alternate type of checking for UNIX socket support, instead of 
checking
+  for platform == windows.
+
+- Functional tests now use multiprocessing module instead of 
subprocess module,
+  speeding up test suite and making concurrent execution more reliable.
+
+  

commit libvirt for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2013-08-15 13:22:38

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


Package is libvirt

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2013-08-04 
08:00:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2013-08-15 
13:22:40.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug 13 10:47:37 MDT 2013 - jfeh...@suse.com
+
+- Fix memory corruption in legacy Xen driver
+  0e671a16-CVE-2013-4239.patch
+  bnc#834598
+- Upstream patches to fix dumpxml in legacy Xen driver
+  9d0557b9-legacy-xen-double-free.patch,
+  d7a45bf2-legacy-xen-dumpxml.patch
+
+---

New:

  0e671a16-CVE-2013-4239.patch
  9d0557b9-legacy-xen-double-free.patch
  d7a45bf2-legacy-xen-dumpxml.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.B0n9IN/_old  2013-08-15 13:22:41.0 +0200
+++ /var/tmp/diff_new_pack.B0n9IN/_new  2013-08-15 13:22:41.0 +0200
@@ -405,6 +405,9 @@
 Source99:   baselibs.conf
 # Upstream patches
 Patch0: bcef0f01-libxl-console.patch
+Patch1: 9d0557b9-legacy-xen-double-free.patch
+Patch2: d7a45bf2-legacy-xen-dumpxml.patch
+Patch3: 0e671a16-CVE-2013-4239.patch
 # Need to go upstream
 Patch100:   xen-name-for-devid.patch
 Patch101:   clone.patch
@@ -904,6 +907,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 %patch100 -p1
 %patch101
 %patch102 -p1

++ 0e671a16-CVE-2013-4239.patch ++
commit 0e671a1646df543eab683b38f6644f70d12fbee1
Author: Jim Fehlig jfeh...@suse.com
Date:   Mon Aug 5 10:27:23 2013 -0600

xen: fix memory corruption in legacy driver

Commit 632180d1 introduced memory corruption in xenDaemonListDefinedDomains
by starting to populate the names array at index -1, causing all sorts
of havoc in libvirtd such as aborts like the following

*** Error in `/usr/sbin/libvirtd': double free or corruption (out): 
0x7fffe00ccf20 ***
=== Backtrace: =
/lib64/libc.so.6(+0x7abf6)[0x73fa0bf6]
/lib64/libc.so.6(+0x7b973)[0x73fa1973]
/lib64/libc.so.6(xdr_array+0xde)[0x7403cbae]
/usr/sbin/libvirtd(+0x50251)[0x555a4251]
/lib64/libc.so.6(xdr_free+0x15)[0x7403ccd5]
/usr/lib64/libvirt.so.0(+0x1fad34)[0x776b1d34]
/usr/lib64/libvirt.so.0(virNetServerProgramDispatch+0x1fc)[0x776b16f1]
/usr/lib64/libvirt.so.0(+0x1f214a)[0x776a914a]
/usr/lib64/libvirt.so.0(+0x1f222d)[0x776a922d]
/usr/lib64/libvirt.so.0(+0xbcc4f)[0x77573c4f]
/usr/lib64/libvirt.so.0(+0xbc5e5)[0x775735e5]
/lib64/libpthread.so.0(+0x7e0f)[0x748f7e0f]
/lib64/libc.so.6(clone+0x6d)[0x7400e7dd]

Fix by initializing ret to 0 and only setting to error on failure path.

Index: libvirt-1.1.1/src/xen/xend_internal.c
===
--- libvirt-1.1.1.orig/src/xen/xend_internal.c
+++ libvirt-1.1.1/src/xen/xend_internal.c
@@ -2896,7 +2896,7 @@ xenDaemonListDefinedDomains(virConnectPt
 {
 struct sexpr *root = NULL;
 size_t i;
-int ret = -1;
+int ret = 0;
 struct sexpr *_for_i, *node;
 
 if (maxnames == 0)
@@ -2919,16 +2919,15 @@ xenDaemonListDefinedDomains(virConnectPt
 break;
 }
 
-ret = 0;
-
 cleanup:
 sexpr_free(root);
 return ret;
 
 error:
-for (i = 0; ret != -1  i  ret; ++i)
+for (i = 0; i  ret; ++i)
 VIR_FREE(names[i]);
 
+ret = -1;
 goto cleanup;
 }
 
++ 9d0557b9-legacy-xen-double-free.patch ++
commit 9d0557b9655fe4a3f31af2e1cc2f33de8acfaa7d
Author: Stefan Bader stefan.ba...@canonical.com
Date:   Wed Jul 31 11:59:21 2013 +0200

xen: Avoid double free of virDomainDef in xenDaemonCreateXML

The virDomainDef is allocated by the caller and also used after
calling to xenDaemonCreateXML. So it must not get freed by the
callee.

Signed-off-by: Stefan Bader stefan.ba...@canonical.com

Index: libvirt-1.1.1/src/xen/xend_internal.c
===
--- libvirt-1.1.1.orig/src/xen/xend_internal.c
+++ libvirt-1.1.1/src/xen/xend_internal.c
@@ -2171,7 +2171,6 @@ xenDaemonCreateXML(virConnectPtr conn, v
 if (xenDaemonDomainResume(conn, def)  0)
 goto error;
 
-virDomainDefFree(def);
 return 0;
 
   error:
++ d7a45bf2-legacy-xen-dumpxml.patch ++
commit d7a45bf22368161869963b92a0a1d5599590fdf5
Author: Stefan Bader stefan.ba...@canonical.com
Date:   Tue Aug 6 12:28:58 2013 +0100

  

commit bluez for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2013-08-15 14:54:58

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


Package is bluez

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2013-03-25 
20:15:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2013-08-15 
14:54:59.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 14 14:00:39 UTC 2013 - guilla...@opensuse.org
+
+- Disable check when building with qemu (fix armv6)
+
+---



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.lI4PZ6/_old  2013-08-15 14:54:59.0 +0200
+++ /var/tmp/diff_new_pack.lI4PZ6/_new  2013-08-15 14:54:59.0 +0200
@@ -222,7 +222,9 @@
 install --mode 0755 -d %{buildroot}%{_localstatedir}/lib/bluetooth
 
 %check
+%if ! 0%{?qemu_user_space_build}
 make check
+%endif
 
 %clean
 rm -rf %{buildroot}

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



commit spice-gtk for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package spice-gtk for openSUSE:Factory 
checked in at 2013-08-15 14:55:38

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


Package is spice-gtk

Changes:

--- /work/SRC/openSUSE:Factory/spice-gtk/spice-gtk.changes  2013-07-01 
16:00:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-gtk.new/spice-gtk.changes 2013-08-15 
14:55:39.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 14 17:04:39 UTC 2013 - dims...@opensuse.org
+
+- Add spice-gtk-mapfile.patch: Add spice_channel_string_to_type to
+  map files (bnc#834896).
+
+---

New:

  spice-gtk-mapfile.patch



Other differences:
--
++ spice-gtk.spec ++
--- /var/tmp/diff_new_pack.5nR6X9/_old  2013-08-15 14:55:39.0 +0200
+++ /var/tmp/diff_new_pack.5nR6X9/_new  2013-08-15 14:55:39.0 +0200
@@ -28,6 +28,8 @@
 Source: http://spice-space.org/download/gtk/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE spice-gtk-polkit-privs.patch bnc#804184 
dims...@opensuse.org -- Set the polkit defaults to auth_admin
 Patch0: spice-gtk-polkit-privs.patch
+# PATCH-FIX-UPSTRAM spice-gtk-mapfile.patch bnc#834896 dims...@opensuse.org -- 
Add spice_channel_string_to_type to map files, taken from git commit b85ca7.
+Patch1: spice-gtk-mapfile.patch
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  intltool
 BuildRequires:  libacl-devel
@@ -140,6 +142,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 # Replace usbredirhost with usbredirhost-0.5... fail if no longer needed
 grep usbredirhost-0.5 configure  false
 sed -i s:libusbredirparser:libusbredirparser-0.5:g configure{.ac,}

++ spice-gtk-mapfile.patch ++
From b85ca792af72d5f1e10aa6af9515eb96a044fc5c Mon Sep 17 00:00:00 2001
From: Hans de Goede hdego...@redhat.com
Date: Wed, 26 Jun 2013 15:39:39 +
Subject: Add spice_channel_string_to_type to map files

And document both spice_channel_string_to_type and
spice_channel_type_to_string.

Signed-off-by: Hans de Goede hdego...@redhat.com
---
diff --git a/doc/reference/spice-gtk-sections.txt 
b/doc/reference/spice-gtk-sections.txt
index e1e2833..8d61aa9 100644
--- a/doc/reference/spice-gtk-sections.txt
+++ b/doc/reference/spice-gtk-sections.txt
@@ -98,6 +98,7 @@ spice_channel_disconnect
 spice_channel_test_capability
 spice_channel_test_common_capability
 spice_channel_type_to_string
+spice_channel_string_to_type
 spice_channel_set_capability
 spice_channel_flush_async
 spice_channel_flush_finish
diff --git a/gtk/map-file b/gtk/map-file
index a0b7330..a69eb40 100644
--- a/gtk/map-file
+++ b/gtk/map-file
@@ -11,6 +11,7 @@ spice_channel_get_type;
 spice_channel_new;
 spice_channel_open_fd;
 spice_channel_set_capability;
+spice_channel_string_to_type;
 spice_channel_test_capability;
 spice_channel_test_common_capability;
 spice_channel_type_to_string;
diff --git a/gtk/spice-channel.c b/gtk/spice-channel.c
index 0a32d6c..093b292 100644
--- a/gtk/spice-channel.c
+++ b/gtk/spice-channel.c
@@ -1884,6 +1884,15 @@ static const char *to_string[] = {
 [ SPICE_CHANNEL_PORT ] = port,
 };
 
+/**
+ * spice_channel_type_to_string:
+ * @type: a channel-type property value
+ *
+ * Convert a channel-type property value to a string.
+ *
+ * Returns: string representation of @type.
+ * Since: 0.20
+ **/
 const gchar* spice_channel_type_to_string(gint type)
 {
 const char *str = NULL;
@@ -1895,6 +1904,15 @@ const gchar* spice_channel_type_to_string(gint type)
 return str ? str : unknown channel type;
 }
 
+/**
+ * spice_channel_string_to_type:
+ * @str: a string representation of the channel-type property
+ *
+ * Convert a channel-type property value to a string.
+ *
+ * Returns: the channel-type property value for a @str channel
+ * Since: 0.21
+ **/
 gint spice_channel_string_to_type(const gchar *str)
 {
 int i;
diff --git a/gtk/spice-glib-sym-file b/gtk/spice-glib-sym-file
index 2b172d0..8540307 100644
--- a/gtk/spice-glib-sym-file
+++ b/gtk/spice-glib-sym-file
@@ -14,6 +14,7 @@ spice_channel_set_capability
 spice_channel_test_capability
 spice_channel_test_common_capability
 spice_channel_type_to_string
+spice_channel_string_to_type
 spice_client_error_quark
 spice_cursor_channel_get_type
 spice_display_channel_get_type
--
cgit v0.9.0.2-2-gbebe

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



commit patchinfo.1900 for openSUSE:12.3:Update

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1900 for 
openSUSE:12.3:Update checked in at 2013-08-15 15:27:25

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.1900 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.1900.new (New)


Package is patchinfo.1900

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerarvidjaar/packager
  categoryrecommended/category
  ratinglow/rating
  summarygrub2: add additional sanity check when probing for LDM/summary
  descriptionThis update fixes the following issue with grub2:
- bnc#831116: added check for existence of a LDM-partition./description
  issue tracker=bnc id=831116grub2's os-prober generates invalid entries 
for windows/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grub2 for openSUSE:12.3:Update

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:12.3:Update 
checked in at 2013-08-15 15:27:23

Comparing /work/SRC/openSUSE:12.3:Update/grub2 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.grub2.new (New)


Package is grub2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.8vOXOL/_old  2013-08-15 15:27:25.0 +0200
+++ /var/tmp/diff_new_pack.8vOXOL/_new  2013-08-15 15:27:25.0 +0200
@@ -1 +1 @@
-link package='grub2.1861' cicount='copy' /
+link package='grub2.1900' cicount='copy' /

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



commit sblim-sfcb for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package sblim-sfcb for openSUSE:Factory 
checked in at 2013-08-15 16:17:26

Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-sfcb.new (New)


Package is sblim-sfcb

Changes:

--- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes2013-07-09 
21:11:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes   
2013-08-15 16:17:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  8 09:56:04 UTC 2013 - kkae...@suse.com
+
+- Fix logger for long-lived clients using the sfcblocal interface
+  (bnc#830525, upstream tix#69)
+  Patch: 26000-tix69-bnc830525-No-logger-pipe-for-sfcblocal.patch
+
+---

New:

  26000-tix69-bnc830525-No-logger-pipe-for-sfcblocal.patch



Other differences:
--
++ sblim-sfcb.spec ++
--- /var/tmp/diff_new_pack.INNAww/_old  2013-08-15 16:17:29.0 +0200
+++ /var/tmp/diff_new_pack.INNAww/_new  2013-08-15 16:17:29.0 +0200
@@ -50,6 +50,7 @@
 Patch6: 0006-Reflect-provider-information-in-ps-via-argv.patch
 Patch7: sblim-resource.patch
 Patch8: 
25000-tix45-bnc820035-HTTP-verb-check-may-fail-producing-501-error.patch
+Patch9: 26000-tix69-bnc830525-No-logger-pipe-for-sfcblocal.patch
 Provides:   cim-server
 Provides:   cimserver
 %if 0%{?suse_version} = 1030
@@ -115,6 +116,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 export PATCH_GET=0
 

++ 26000-tix69-bnc830525-No-logger-pipe-for-sfcblocal.patch ++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-sblim-sfcb-1.3.16/cimcClientSfcbLocal.c ./cimcClientSfcbLocal.c
--- ../orig-sblim-sfcb-1.3.16/cimcClientSfcbLocal.c 2013-08-08 
12:45:52.009760302 +0200
+++ ./cimcClientSfcbLocal.c 2013-08-08 12:45:11.032039271 +0200
@@ -1920,7 +1920,7 @@
 static void* release(ClientEnv* ce)
 {
void *lib=ce-hdl;
-   closeLogging();
+   closeLogging(0);
CONNECT_LOCK();
if (localConnectCount  0) localConnectCount -= 1;
if (localConnectCount == 0) {
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.16/mlog.c ./mlog.c
--- ../orig-sblim-sfcb-1.3.16/mlog.c2012-09-13 22:32:53.0 +0200
+++ ./mlog.c2013-08-08 12:42:03.024141906 +0200
@@ -129,9 +129,10 @@
   * Closes the pipe used for logging and  closes out
   * the syslog services that are created in startLogging.
   */
-void closeLogging() {
+void closeLogging(int thread) {
int wstat;
closelog();
+   if (thread)
close(logfds[1]);
wait(wstat); // wait to prevent zombie
 }
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.16/mlog.h ./mlog.h
--- ../orig-sblim-sfcb-1.3.16/mlog.h2012-02-17 23:54:59.0 +0100
+++ ./mlog.h2013-08-08 12:41:40.079177947 +0200
@@ -30,7 +30,7 @@
 #define LOG_MSG_MAX 4096
 
 void startLogging(int level, int thread);
-void closeLogging();
+void closeLogging(int thread);
 void mlogf(int priority, int errout, const char* fmt, ...);
 
 #endif
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.16/sfcBroker.c 
./sfcBroker.c
--- ../orig-sblim-sfcb-1.3.16/sfcBroker.c   2012-11-21 18:18:04.0 
+0100
+++ ./sfcBroker.c   2013-08-08 12:42:14.248613451 +0200
@@ -244,7 +244,7 @@
uninitSocketPairs();
sunsetControl();
uninitGarbageCollector();
-   closeLogging();
+   closeLogging(1);
free((void *)sfcBrokerStart);
 
pthread_mutex_unlock(syncMtx);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mysql-community-server for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2013-08-15 16:24:45

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


Package is mysql-community-server

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2013-08-13 10:15:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
   2013-08-15 16:24:46.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 15 15:55:26 CEST 2013 - mhruse...@suse.cz
+
+- fix build for Factory
+  * mysql-community-server-5.6.12-srv_buf_size.patch
+
+---



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.UTNycJ/_old  2013-08-15 16:24:47.0 +0200
+++ /var/tmp/diff_new_pack.UTNycJ/_new  2013-08-15 16:24:47.0 +0200
@@ -465,7 +465,7 @@
 %posttrans
 if [ -d /var/lib/mysql ]; then
touch /var/lib/mysql/.run-mysql_upgrade
-   chown -R mysql:mysql /var/lib/mysql
+   chown -R --no-dereference mysql:mysql /var/lib/mysql
 fi
 for i in /var/lib/mysql/{.protected,.tmp}; do
( [ -d $i ]  rmdir $i ) || :

++ build.inc ++
--- /var/tmp/diff_new_pack.UTNycJ/_old  2013-08-15 16:24:47.0 +0200
+++ /var/tmp/diff_new_pack.UTNycJ/_new  2013-08-15 16:24:47.0 +0200
@@ -114,8 +114,8 @@
-DWITH_EMBEDDED_SERVER=true 
 \
-DCOMPILATION_COMMENT=openSUSE package
 \
-DDENABLE_DOWNLOADS=false   
 \
-   -DINSTALL_PLUGINDIR_RPM=%{_libdir}/mysql/plugin   
 \
-   -DINSTALL_LIBDIR_RPM=%{_libdir}   
 \
+   -DINSTALL_PLUGINDIR_RPM=%{_lib}/mysql/plugin  
 \
+   -DINSTALL_LIBDIR_RPM=%{_lib}  
 \
$@ ..
make %{?jobs:-j%jobs}
nm --numeric-sort sql/mysqld  sql/mysqld.sym

++ configuration-tweaks.tar.bz2 ++

++ install.inc ++
--- /var/tmp/diff_new_pack.UTNycJ/_old  2013-08-15 16:24:47.0 +0200
+++ /var/tmp/diff_new_pack.UTNycJ/_new  2013-08-15 16:24:47.0 +0200
@@ -1,5 +1,4 @@
 # install the debug server first, so that we don't overwrite the standard
-# /usr/sbin/mysqld
 mkdir -p %buildroot%_libdir/mysql
 make -C _build-debug/sql install DESTDIR=%buildroot
 mv %buildroot/usr/sbin/mysqld %buildroot/usr/sbin/mysqld-debug
@@ -10,16 +9,13 @@
 # remove handler socket client
 rm -f %buildroot%_libdir/libhsclient*
 rm -f %buildroot%_bindir/hsclient*
-if [ -f %{buildroot}%{_bindir}/mytop ]; then
-   mv %{buildroot}%{_bindir}/mytop %{buildroot}%{_bindir}/%{name}_mytop
-fi
+[ \! -f %{buildroot}%{_bindir}/mytop ] || mv %{buildroot}%{_bindir}/mytop 
%{buildroot}%{_bindir}/%{name}_mytop
 rm -f %buildroot%_libdir/mysql/plugin/handlersocket.so
 # remove most static libs (FIXME: don't build them at all...)
 [ \! -f %buildroot%_libdir/libmysqld.a ] || mv 
%buildroot%_libdir/libmysqld.a %buildroot%_libdir/libmysqld.static
 rm -f %buildroot%_libdir/*.a
 [ \! -f %buildroot%_libdir/libmysqld.static ] || mv 
%buildroot%_libdir/libmysqld.static %buildroot%_libdir/libmysqld.a
 rm -f %buildroot%_libdir/mysql/{,plugin}/*.{a,la}
-# XXX: package these? The ndb tools are linked statically atm
 rm -f %buildroot%_libdir/mysql/libndbclient.*
 rm -f %{buildroot}/usr/share/mysql-test/{mysql-test-run,mtr}
 rm -f 
%{buildroot}/usr/share/mysql/{binary-configure,errmsg-utf8.txt,magic,mysql-log-rotate,mysql*.server}
@@ -27,8 +23,7 @@
 ln -sf mysql-test-run.pl %{buildroot}/usr/share/mysql-test/mtr  
 ln -sf mysql-test-run.pl %{buildroot}/usr/share/mysql-test/mysql-test-run 
 mv %{buildroot}/usr/share/mysql-test/lib/My/SafeProcess/my_safe_process 
%{buildroot}%{_bindir}
-# generate filelist for binaries and their manpages (easier than enumerating
-# all the binaries and manapages manually
+# generate filelist for binaries and their manpages
 filelist()
 {
echo '%%defattr(-, root, root)'

++ my.ini ++
--- /var/tmp/diff_new_pack.UTNycJ/_old  2013-08-15 16:24:47.0 +0200
+++ /var/tmp/diff_new_pack.UTNycJ/_new  2013-08-15 16:24:47.0 +0200
@@ -98,6 +98,6 @@
 # socket = /var/lib/mysql-databases/mysqld6/mysql.sock
 # user   = mysql
 
-!include_dir /etc/mysql
-!include_dir /etc/my.cnf.d
+!includedir /etc/mysql
+!includedir /etc/my.cnf.d
 

++ mysql-patches.tar.bz2 ++
diff -urN '--exclude=CVS' 

commit ack for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package ack for openSUSE:Factory checked in 
at 2013-08-15 20:01:57

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


Package is ack

Changes:

--- /work/SRC/openSUSE:Factory/ack/ack.changes  2013-07-23 12:29:38.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ack.new/ack.changes 2013-08-15 
20:01:58.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 13:07:09 UTC 2013 - idon...@suse.com
+
+- Add perl-File-Next runtime dependency
+
+---



Other differences:
--
++ ack.spec ++
--- /var/tmp/diff_new_pack.tgmzGs/_old  2013-08-15 20:02:00.0 +0200
+++ /var/tmp/diff_new_pack.tgmzGs/_new  2013-08-15 20:02:00.0 +0200
@@ -52,6 +52,7 @@
 %package -n perl-App-Ack
 Summary:Grep-Like Text Finder Perl Module
 Group:  Development/Libraries/Perl
+Requires:   perl-File-Next
 Requires:   perl-base = %{perl_version}
 
 %description -n perl-App-Ack

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



commit python-django for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-django for openSUSE:Factory 
checked in at 2013-08-15 20:03:33

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


Package is python-django

Changes:

--- /work/SRC/openSUSE:Factory/python-django/python-django.changes  
2013-04-14 10:37:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-django.new/python-django.changes 
2013-08-15 20:03:34.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 14 05:49:54 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 1.5.2:
+  - Security release, please check release notes for details:
+https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued
+
+---

Old:

  Django-1.5.1.tar.bz2

New:

  Django-1.5.2.tar.bz2



Other differences:
--
++ python-django.spec ++
--- /var/tmp/diff_new_pack.lSzeNF/_old  2013-08-15 20:03:36.0 +0200
+++ /var/tmp/diff_new_pack.lSzeNF/_new  2013-08-15 20:03:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-django
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause

++ Django-1.5.1.tar.bz2 - Django-1.5.2.tar.bz2 ++
 8725 lines of diff (skipped)

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



commit python3-testtools for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python3-testtools for 
openSUSE:Factory checked in at 2013-08-15 20:03:17

Comparing /work/SRC/openSUSE:Factory/python3-testtools (Old)
 and  /work/SRC/openSUSE:Factory/.python3-testtools.new (New)


Package is python3-testtools

Changes:

--- /work/SRC/openSUSE:Factory/python3-testtools/python3-testtools.changes  
2013-07-03 10:25:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-testtools.new/python3-testtools.changes 
2013-08-15 20:03:18.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 08:04:25 UTC 2013 - speili...@suse.com
+
+- Only buildrequire python3-2to3 on 12.2
+
+---



Other differences:
--
++ python3-testtools.spec ++
--- /var/tmp/diff_new_pack.Pw8Ysk/_old  2013-08-15 20:03:18.0 +0200
+++ /var/tmp/diff_new_pack.Pw8Ysk/_new  2013-08-15 20:03:18.0 +0200
@@ -28,6 +28,9 @@
 Group:  Development/Languages/Python
 Url:https://launchpad.net/testtools
 Source: 
https://pypi.python.org/packages/source/t/testtools/testtools-%{version}.tar.gz
+%if 0%{?suse_version} == 1220
+BuildRequires:  python3-2to3
+%endif
 BuildRequires:  python3-devel
 # Documentation requirements:
 BuildRequires:  python3-Sphinx

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



commit python3-pylint for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2013-08-15 20:03:07

Comparing /work/SRC/openSUSE:Factory/python3-pylint (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pylint.new (New)


Package is python3-pylint

Changes:

--- /work/SRC/openSUSE:Factory/python3-pylint/python3-pylint.changes
2013-07-22 13:48:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes   
2013-08-15 20:03:09.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 08:03:46 UTC 2013 - speili...@suse.com
+
+- Only buildrequire python3-2to3 on 12.2
+
+---



Other differences:
--
++ python3-pylint.spec ++
--- /var/tmp/diff_new_pack.tbCgkm/_old  2013-08-15 20:03:09.0 +0200
+++ /var/tmp/diff_new_pack.tbCgkm/_new  2013-08-15 20:03:09.0 +0200
@@ -24,6 +24,9 @@
 Group:  Development/Languages/Python
 Url:http://www.logilab.org/projects/pylint/
 Source: 
https://pypi.python.org/packages/source/p/pylint/pylint-%{version}.tar.gz
+%if 0%{?suse_version} == 1220
+BuildRequires:  python3-2to3
+%endif
 BuildRequires:  python3-devel
 Requires:   python3-logilab-astng = 0.21.1
 Requires:   python3-logilab-common = 0.55

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



commit python-sphinxcontrib-issuetracker for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-sphinxcontrib-issuetracker 
for openSUSE:Factory checked in at 2013-08-15 20:03:38

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


Package is python-sphinxcontrib-issuetracker

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-issuetracker/python-sphinxcontrib-issuetracker.changes
  2013-06-29 14:34:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-issuetracker.new/python-sphinxcontrib-issuetracker.changes
 2013-08-15 20:03:41.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 10:08:22 UTC 2013 - speili...@suse.com
+
+- Drop old tarball (sphinxcontrib-issuetracker-0.10.1.tar.gz)
+
+---

Old:

  sphinxcontrib-issuetracker-0.10.1.tar.gz



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



commit python3-pip for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python3-pip for openSUSE:Factory 
checked in at 2013-08-15 20:03:01

Comparing /work/SRC/openSUSE:Factory/python3-pip (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pip.new (New)


Package is python3-pip

Changes:

--- /work/SRC/openSUSE:Factory/python3-pip/python3-pip.changes  2013-07-30 
14:04:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pip.new/python3-pip.changes 
2013-08-15 20:03:02.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 08:02:06 UTC 2013 - speili...@suse.com
+
+- Only buildrequire python3-2to3 on 12.2
+
+---



Other differences:
--
++ python3-pip.spec ++
--- /var/tmp/diff_new_pack.V0QK3m/_old  2013-08-15 20:03:02.0 +0200
+++ /var/tmp/diff_new_pack.V0QK3m/_new  2013-08-15 20:03:02.0 +0200
@@ -26,6 +26,9 @@
 Source: 
http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
+%if 0%{?suse_version} == 1220
+BuildRequires:  python3-2to3
+%endif
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 Requires:   python3

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



commit python3-extras for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python3-extras for openSUSE:Factory 
checked in at 2013-08-15 20:02:53

Comparing /work/SRC/openSUSE:Factory/python3-extras (Old)
 and  /work/SRC/openSUSE:Factory/.python3-extras.new (New)


Package is python3-extras

Changes:

--- /work/SRC/openSUSE:Factory/python3-extras/python3-extras.changes
2013-06-21 19:01:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-extras.new/python3-extras.changes   
2013-08-15 20:02:54.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 13 13:16:30 UTC 2013 - speili...@suse.com
+
+- Only require 2to3 on 12.2
+
+---



Other differences:
--
++ python3-extras.spec ++
--- /var/tmp/diff_new_pack.yFbhQL/_old  2013-08-15 20:02:54.0 +0200
+++ /var/tmp/diff_new_pack.yFbhQL/_new  2013-08-15 20:02:54.0 +0200
@@ -24,6 +24,9 @@
 Group:  Development/Languages/Python
 Url:https://github.com/testing-cabal/extras
 Source: 
http://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz
+%if 0%{?suse_version} == 1220
+BuildRequires:  python3-2to3
+%endif
 BuildRequires:  python3-devel
 # Test requirements:
 BuildRequires:  python3-nose

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



commit python3-django for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python3-django for openSUSE:Factory 
checked in at 2013-08-15 20:03:22

Comparing /work/SRC/openSUSE:Factory/python3-django (Old)
 and  /work/SRC/openSUSE:Factory/.python3-django.new (New)


Package is python3-django

Changes:

--- /work/SRC/openSUSE:Factory/python3-django/python3-django.changes
2013-06-21 19:01:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-django.new/python3-django.changes   
2013-08-15 20:03:24.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 14 05:49:54 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 1.5.2:
+  - Security release, please check release notes for details:
+https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued
+
+---

Old:

  Django-1.5.1.tar.bz2

New:

  Django-1.5.2.tar.bz2



Other differences:
--
++ python3-django.spec ++
--- /var/tmp/diff_new_pack.uwGfE2/_old  2013-08-15 20:03:25.0 +0200
+++ /var/tmp/diff_new_pack.uwGfE2/_new  2013-08-15 20:03:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-django
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause

++ Django-1.5.1.tar.bz2 - Django-1.5.2.tar.bz2 ++
 8725 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-httplib2 for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-httplib2 for openSUSE:Factory 
checked in at 2013-08-15 20:03:27

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


Package is python-httplib2

Changes:

--- /work/SRC/openSUSE:Factory/python-httplib2/python-httplib2.changes  
2013-05-02 15:30:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-httplib2.new/python-httplib2.changes 
2013-08-15 20:03:32.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 10:06:46 UTC 2013 - speili...@suse.com
+
+- Drop pre_checkin.sh
+
+---

Old:

  pre_checkin.sh



Other differences:
--
++ python-httplib2.spec ++
--- /var/tmp/diff_new_pack.raBlJy/_old  2013-08-15 20:03:33.0 +0200
+++ /var/tmp/diff_new_pack.raBlJy/_new  2013-08-15 20:03:33.0 +0200
@@ -64,6 +64,7 @@
 %files
 %defattr(-,root,root)
 %doc README
-%{python_sitelib}/*
+%{python_sitelib}/httplib2-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/httplib2
 
 %changelog

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



commit python3-setuptools for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2013-08-15 20:03:12

Comparing /work/SRC/openSUSE:Factory/python3-setuptools (Old)
 and  /work/SRC/openSUSE:Factory/.python3-setuptools.new (New)


Package is python3-setuptools

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2013-08-13 11:08:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2013-08-15 20:03:13.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 08:07:20 UTC 2013 - speili...@suse.com
+
+- Buildrequire python3-2to3 on 12.2
+
+---



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.9EqV8N/_old  2013-08-15 20:03:14.0 +0200
+++ /var/tmp/diff_new_pack.9EqV8N/_new  2013-08-15 20:03:14.0 +0200
@@ -30,6 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} == 1220
 BuildRequires:  python3
+BuildRequires:  python3-2to3
 %endif
 BuildRequires:  python3-devel
 Requires(post): update-alternatives

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



commit python-tornado for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2013-08-15 20:03:51

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


Package is python-tornado

Changes:

--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes
2013-04-19 10:03:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes   
2013-08-15 20:03:53.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug 15 11:03:17 UTC 2013 - speili...@suse.com
+
+- Update to version 3.1:
+  + See http://www.tornadoweb.org/en/stable/releases/v3.1.0.html
+- Fix rpmlint issues properly
+- Use upstream URL
+
+---

Old:

  tornado-3.0.1.tar.bz2

New:

  tornado-3.1.tar.gz



Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.cq1WJX/_old  2013-08-15 20:03:54.0 +0200
+++ /var/tmp/diff_new_pack.cq1WJX/_new  2013-08-15 20:03:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tornado
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,26 +11,23 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-
+#
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   python-tornado
-Version:3.0.1
+Version:3.1
 Release:0
 Url:http://www.tornadoweb.org
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: tornado-%{version}.tar.bz2
+Source: 
https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 Requires:   python-pycurl
 Requires:   python-simplejson
-%if 0%{?suse_version}
 BuildRequires:  fdupes
-%endif
 %if 0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
@@ -55,18 +52,14 @@
 
 %prep
 %setup -q -n tornado-%{version}
+# Fix non-executable script rpmlint issue:
+find demos tornado -name *.py -exec sed -i /#\!\/usr\/bin\/.*/d {} \;
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version}
-%fdupes demos
-%endif
-# fix executability rmplint warning
-chmod +x %{buildroot}%{python_sitelib}/tornado/*.py
-chmod +x %{buildroot}%{python_sitelib}/tornado/*/*.py
 
 %files
 %defattr(-,root,root,-)

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



commit chromium for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2013-08-15 20:57:49

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


Package is chromium

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2013-08-02 
15:02:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2013-08-15 
20:58:06.0 +0200
@@ -1,0 +2,25 @@
+Wed Aug 14 17:31:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 31.0.1601
+  * Bug and stability fixes
+
+---
+Sun Aug 11 08:40:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 30.0.1594
+  * Bug and stability fixes
+
+- Correct specfile to properly own /usr/bin/chromium (bnc#831584)
+
+- Chromium now expects the SUID-helper installed in the same 
+  directory as chromium. So let's create a symlink to the helper
+  in /usr/lib
+
+---
+Sun Aug  4 14:11:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 30.0.1587
+  * Bug and stability fixes
+- Remove patch chromium-nss-compliant.diff  (Upstream)
+
+---

Old:

  chromium-nss-compliant.diff
  chromium.30.0.1575.0.svn213355.tar.xz

New:

  chromium.31.0.1601.0.svn217573.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.KExtth/_old  2013-08-15 20:58:22.0 +0200
+++ /var/tmp/diff_new_pack.KExtth/_new  2013-08-15 20:58:22.0 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define svn_revision 213355
+%define svn_revision 217573
 %define chromium_no_dlopen 1
 %define chromium_system_libs 0%{?suse_version}  1220
 
 Name:   chromium
-Version:30.0.1575.0
+Version:31.0.1601.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -60,8 +60,6 @@
 Patch66:chromium-sandbox-pie.patch
 # PATCH-FIX-OPENSUSE Adjust ldflags for better building
 Patch67:adjust-ldflags-no-keep-memory.patch
-# PATCH-FIX-OPENSUSE Be compliant with the latest NSS development kit in 13.1
-Patch68:chromium-nss-compliant.diff
 
 BuildRequires:  alsa-devel
 BuildRequires:  bison
@@ -121,7 +119,6 @@
 %if 0%{?chromium_system_libs}
 BuildRequires:  pkgconfig(libevent)
 BuildRequires:  pkgconfig(libmtp)
-BuildRequires:  pkgconfig(libsrtp)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(libxslt)
@@ -231,9 +228,6 @@
 %patch20 -p1
 %patch66 -p1
 %patch67 -p1
-%if 0%{suse_version}  1230
-%patch68 -p1
-%endif
 
 echo svn%{svn_revision}  src/build/LASTCHANGE.in
 
@@ -256,7 +250,6 @@
 
 export GYP_GENERATORS='ninja'
 ./build/gyp_chromium build/all.gyp \
--Dlinux_sandbox_path=%{_prefix}/lib/chrome_sandbox \
 -Dlinux_sandbox_chrome_path=%{_libdir}/chromium/chromium \
 -Duse_openssl=0 \
 -Duse_system_ffmpeg=0 \
@@ -276,7 +269,6 @@
 -Duse_system_libusb=1 \
 -Duse_system_libexif=1 \
 -Duse_system_libevent=1 \
--Duse_system_libsrtp=1 \
 -Duse_system_libmtp=1 \
 -Duse_system_opus=1 \
 %endif
@@ -329,7 +321,10 @@
 mkdir -p %{buildroot}%{_sysconfdir}/default
 install -m 644 %{SOURCE103} %{buildroot}%{_sysconfdir}/default/chromium
 
+# Recent Chromium builds now wants to have the sandbox in the same directory. 
So let's create a symlink to the one in /usr/lib
 cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/
+ln -s -f %{_prefix}/lib/chrome_sandbox 
%{buildroot}/%{_libdir}/chromium/chrome-sandbox
+
 cp -a *.pak locales xdg-mime %{buildroot}%{_libdir}/chromium/
 cp -a chromedriver %{buildroot}%{_libdir}/chromium/
 
@@ -378,6 +373,12 @@
 chmod 755 %{buildroot}%{_libdir}/%{name}/xdg-settings
 chmod 755 %{buildroot}%{_libdir}/%{name}/xdg-mime
 
+# create a dummy target for /etc/alternatives/chromium
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+mkdir -p %{buildroot}%{_bindir}
+touch %{buildroot}%{_sysconfdir}/alternatives/chromium
+ln -s -f %{_sysconfdir}/alternatives/chromium %{buildroot}/%{_bindir}/chromium
+
 %clean
 rm -rf %{buildroot}
 
@@ -396,7 +397,7 @@
 %post
 %icon_theme_cache_post
 %desktop_database_post
-update-alternatives --install %{_bindir}/chromium chromium 
%{_libdir}/chromium/chromium-generic 10
+%_sbindir/update-alternatives --install %{_bindir}/chromium chromium 
%{_libdir}/chromium/chromium-generic 10
 
 %postun
 %icon_theme_cache_postun
@@ -407,26 +408,26 @@
 
 %post desktop-kde 
 if [ ! -e /.buildenv ]; then
-update-alternatives --install %{_bindir}/chromium chromium 
%{_libdir}/chromium/chromium-kde 15
-update-alternatives --auto chromium
+%_sbindir/update-alternatives --install 

commit flashrom for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package flashrom for openSUSE:Factory 
checked in at 2013-08-15 20:58:15

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


Package is flashrom

Changes:

--- /work/SRC/openSUSE:Factory/flashrom/flashrom.changes2013-03-20 
09:52:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.flashrom.new/flashrom.changes   2013-08-15 
20:58:23.0 +0200
@@ -1,0 +2,9 @@
+Thu Aug 15 11:35:37 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.9.7
+  + see http://flashrom.org/Flashrom/0.9.7 for changes
+- Use official tarball instead of generated one from svn
+- Let RPM strips manpage himself;
+- Change Url to real one
+
+---

Old:

  flashrom-0.9.6.1_r1564.tar.bz2

New:

  flashrom-0.9.7.tar.bz2



Other differences:
--
++ flashrom.spec ++
--- /var/tmp/diff_new_pack.cfJb0b/_old  2013-08-15 20:58:24.0 +0200
+++ /var/tmp/diff_new_pack.cfJb0b/_new  2013-08-15 20:58:24.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   flashrom
-Url:http://coreboot.org/
+Url:http://flashrom.org/Flashrom
 Summary:A universal flash programming utility
 License:GPL-2.0
 Group:  Development/Tools/Other
-Version:0.9.6.1_r1564
+Version:0.9.7
 Release:0
-Source0:flashrom-%{version}.tar.bz2
+Source0:
http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
 Source23:   update-snapshots.sh
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libftdi1
@@ -55,14 +55,14 @@
 make %{?_smp_mflags} \
 CFLAGS=%{optflags} \
 CONFIG_DEDIPROG=yes
-gzip flashrom.8
+#gzip flashrom.8
 
 %install
 
 mkdir -p %{buildroot}/%{_sbindir}
 mkdir -p %{buildroot}/%{_mandir}/man8
 install -m 0755 flashrom %{buildroot}/%{_sbindir}
-install -m 0644 flashrom.8.gz %{buildroot}/%{_mandir}/man8
+install -m 0644 flashrom.8 %{buildroot}/%{_mandir}/man8
 
 %files
 %defattr(-,root,root)

++ flashrom-0.9.6.1_r1564.tar.bz2 - flashrom-0.9.7.tar.bz2 ++
 27669 lines of diff (skipped)

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



commit python3-pyOpenSSL for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2013-08-15 20:58:57

Comparing /work/SRC/openSUSE:Factory/python3-pyOpenSSL (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new (New)


Package is python3-pyOpenSSL

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2013-08-15 20:58:59.0 +0200
@@ -0,0 +1,10 @@
+---
+Thu Aug 15 11:43:56 UTC 2013 - speili...@suse.com
+
+- Use upstream URL
+
+---
+Wed Jun 19 11:35:35 UTC 2013 - speili...@suse.com
+
+- Initial version
+
--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL.changes  
2013-06-20 16:52:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL.changes 
2013-08-15 20:58:59.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 11:43:50 UTC 2013 - speili...@suse.com
+
+- Use upstream URL
+
+---

New:

  python3-pyOpenSSL-doc.changes
  python3-pyOpenSSL-doc.spec



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

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


Name:   python3-pyOpenSSL-doc
Version:0.13
Release:0
Url:http://launchpad.net/pyopenssl
Summary:Python wrapper module around the OpenSSL library - Documentation
License:Apache-2.0
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  latex2html
BuildRequires:  python3-devel
BuildRequires:  texlive-latex
%if %suse_version  1220
BuildRequires:  texlive-cm-super
BuildRequires:  texlive-ec
BuildRequires:  texlive-times
BuildRequires:  tex(fancyhdr.sty)
BuildRequires:  tex(fncychap.sty)
BuildRequires:  tex(longtable.sty)
%endif
%if 0%{?suse_version}
Recommends: python3-pyOpenSSL
%endif
BuildArch:  noarch

%description
High-level wrapper around a subset of the OpenSSL library, includes
 * SSL.Connection objects, wrapping the methods of Python's portable
   sockets
 * Callbacks written in Python
 * Extensive error-handling mechanism, mirroring OpenSSL's error codes
...  and much more ;)

This is the documentation for pyOpenSSL

%prep
%setup -q -n pyOpenSSL-%{version}

%build
cd doc  make html

%install
install -d %{buildroot}%{_docdir}/python3-pyOpenSSL
mv doc/html %{buildroot}%{_docdir}/python3-pyOpenSSL/

%files
%defattr(-,root,root,-)
%doc LICENSE README
%{_docdir}/python3-pyOpenSSL
%{_docdir}/python3-pyOpenSSL/html

%changelog
++ python3-pyOpenSSL.spec ++
--- /var/tmp/diff_new_pack.SMBIGr/_old  2013-08-15 20:59:00.0 +0200
+++ /var/tmp/diff_new_pack.SMBIGr/_new  2013-08-15 20:59:00.0 +0200
@@ -23,7 +23,7 @@
 Summary:Python wrapper module around the OpenSSL library
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libopenssl-devel
 BuildRequires:  python3-devel

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