commit python3-astroid for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python3-astroid for openSUSE:Factory 
checked in at 2015-03-16 07:01:07

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


Package is "python3-astroid"

Changes:

--- /work/SRC/openSUSE:Factory/python3-astroid/python3-astroid.changes  
2015-01-20 12:37:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-astroid.new/python3-astroid.changes 
2015-03-16 07:01:19.0 +0100
@@ -1,0 +2,36 @@
+Sat Mar 14 20:29:26 UTC 2015 - a...@gmx.de
+
+- update to version 1.3.6:
+  * Class.slots raises NotImplementedError for old style classes.
+Closes issue #67.
+  * Add a new option to AstroidManager, `optimize_ast`, which
+controls if peephole optimizer should be enabled or not.
+This prevents a regression, where the visit_binop method
+wasn't called anymore with astroid 1.3.5, due to the differences
+in the resulting AST. Closes issue #82.
+
+---
+Wed Mar 11 16:24:28 UTC 2015 - a...@gmx.de
+
+- update to version 1.3.5:
+  * Add the ability to optimize small ast subtrees, with the first use
+in the optimization of multiple BinOp nodes. This removes
+recursivity in the rebuilder when dealing with a lot of small
+strings joined by the addition operator. Closes issue #59.
+  * Obtain the methods for the nose brain tip through an
+unittest.TestCase instance. Closes Pylint issue #457.
+  * Fix a crash which occurred when a class was the ancestor of
+itself. Closes issue #78.
+  * Improve the scope_lookup method for Classes regarding qualified
+objects, with an attribute name exactly as one provided in the
+class itself.
+For example, a class containing an attribute 'first', which was
+also an import and which had, as a base, a qualified name or a
+Gettattr node, in the form 'module.first', then Pylint would have
+inferred the `first` name as the function from the Class, not the
+import. Closes Pylint issue #466.
+  * Implement the assigned_stmts operation for Starred nodes, which
+was omitted when support for Python 3 was added in astroid.
+Closes issue #36.
+
+---

Old:

  astroid-1.3.4.tar.gz

New:

  astroid-1.3.6.tar.gz



Other differences:
--
++ python3-astroid.spec ++
--- /var/tmp/diff_new_pack.0nJaxp/_old  2015-03-16 07:01:19.0 +0100
+++ /var/tmp/diff_new_pack.0nJaxp/_new  2015-03-16 07:01:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-astroid
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   python3-astroid
-Version:1.3.4
+Version:1.3.6
 Release:0
 Url:http://bitbucket.org/logilab/astroid
 Summary:Rebuild a new abstract syntax tree from Python's ast

++ astroid-1.3.4.tar.gz -> astroid-1.3.6.tar.gz ++
 3845 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-poppler-qt4 for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python-poppler-qt4 for 
openSUSE:Factory checked in at 2015-03-16 07:01:16

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


Package is "python-poppler-qt4"

Changes:

--- /work/SRC/openSUSE:Factory/python-poppler-qt4/python-poppler-qt4.changes
2015-02-16 07:36:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-poppler-qt4.new/python-poppler-qt4.changes   
2015-03-16 07:01:24.0 +0100
@@ -1,0 +2,12 @@
+Sun Mar  8 14:41:35 UTC 2015 - corne...@solcon.nl
+
+- Update to 0.24.0:
+  * Added version() function, returning the version of python-poppler-qt4
+as a tuple of ints e.g. (0, 18, 3)
+  * Added poppler_version() function, returning the version of the Poppler-
+Qt4 library (if the version could be determined on build time), as a
+tuple of ints, e.g. (0, 24, 5). If on build time the version of
+Poppler-Qt4 could not be determined and was not specified, an empty
+tuple might be returned.
+
+---

Old:

  python-poppler-qt4-0.18.2.tar.gz

New:

  python-poppler-qt4-0.24.0.tar.gz



Other differences:
--
++ python-poppler-qt4.spec ++
--- /var/tmp/diff_new_pack.2pSEpc/_old  2015-03-16 07:01:25.0 +0100
+++ /var/tmp/diff_new_pack.2pSEpc/_new  2015-03-16 07:01:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-poppler-qt4
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 LISA GmbH, Bingen, Germany.
 # Copyright (c) 2012 Johannes Engel 
 #
@@ -24,7 +24,7 @@
 Summary:Python binding to poppler-qt4
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
-Version:0.18.2
+Version:0.24.0
 Release:0
 Url:https://github.com/wbsoft/python-poppler-qt4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,7 +45,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog LICENSE README TODO
+%doc ChangeLog LICENSE README.rst TODO
 %{python_sitearch}/popplerqt4.so
 %{python_sitearch}/python_poppler_qt4*.egg-info
 

++ python-poppler-qt4-0.18.2.tar.gz -> python-poppler-qt4-0.24.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-poppler-qt4-0.18.2/.gitignore 
new/python-poppler-qt4-0.24.0/.gitignore
--- old/python-poppler-qt4-0.18.2/.gitignore2015-01-09 13:29:37.0 
+0100
+++ new/python-poppler-qt4-0.24.0/.gitignore2015-02-18 00:09:12.0 
+0100
@@ -1,3 +1,4 @@
+version.sip
 *.pyc
 *~
 build/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-poppler-qt4-0.18.2/ChangeLog 
new/python-poppler-qt4-0.24.0/ChangeLog
--- old/python-poppler-qt4-0.18.2/ChangeLog 2015-01-09 13:29:37.0 
+0100
+++ new/python-poppler-qt4-0.24.0/ChangeLog 2015-02-18 00:09:12.0 
+0100
@@ -1,3 +1,13 @@
+Version 0.18.3 -- 
+
+* Added version() function, returning the version of python-poppler-qt4
+  as a tuple of ints e.g. (0, 18, 3)
+* Added poppler_version() function, returning the version of the Poppler-
+  Qt4 library (if the version could be determined on build time), as a
+  tuple of ints, e.g. (0, 24, 5). If on build time the version of
+  Poppler-Qt4 could not be determined and was not specified, an empty
+  tuple might be returned.
+
 Version 0.18.2 -- January 9th, 2015
 
 * Tested with Python 2.6, 2.7, 3.2, 3.3, 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-poppler-qt4-0.18.2/MANIFEST.in 
new/python-poppler-qt4-0.24.0/MANIFEST.in
--- old/python-poppler-qt4-0.18.2/MANIFEST.in   2015-01-09 13:29:37.0 
+0100
+++ new/python-poppler-qt4-0.24.0/MANIFEST.in   2015-02-18 00:09:12.0 
+0100
@@ -1,3 +1,5 @@
-include README INSTALL LICENSE TODO ChangeLog MANIFEST.in
+include README.rst INSTALL LICENSE TODO ChangeLog
+include MANIFEST.in setup.cfg
 include *.py
 include *.sip
+exclude version.sip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-poppler-qt4-0.18.2/README 
new/python-poppler-qt4-0.24.0/README
--- old/python-poppler-qt4-0.18.2/README2015-01-09 13:29:37.0 
+0100
+++ new/python-poppler-qt4-0.24.0/README1970-01-01 01:00:00.0 
+0100
@@ -1,49 +0,0 @@
-python-poppler-qt4
-==
-
-A Python binding for libpoppler-qt4 that aims for completeness and for being
-actively maintained.
-
-Created and currently maintained by Wilbert Berendsen .
-
-Homepa

commit perl-Mojolicious for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-03-16 07:01:02

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


Package is "perl-Mojolicious"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2015-03-03 11:15:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-03-16 07:01:13.0 +0100
@@ -1,0 +2,13 @@
+Thu Mar 12 13:55:35 UTC 2015 - co...@suse.com
+
+- updated to 6.02
+  - Added daemon attribute to Mojo::Server::Morbo.
+  - Improved portability of Mojo::Server::Morbo.
+  - Fixed empty template handling in Mojo::Template.
+
+ 6.01  2015-03-03
+  - Added content_with helper to Mojolicious::Plugin::DefaultHelpers.
+  - Relaxed request-line handling in Mojo::Message::Request.
+  - Fixed code name in version command and built-in templates.
+
+---

Old:

  Mojolicious-6.0.tar.gz

New:

  Mojolicious-6.02.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.IbbnLg/_old  2015-03-16 07:01:14.0 +0100
+++ /var/tmp/diff_new_pack.IbbnLg/_new  2015-03-16 07:01:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.0
+Version:6.02
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.0.tar.gz -> Mojolicious-6.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.0/Changes new/Mojolicious-6.02/Changes
--- old/Mojolicious-6.0/Changes 2015-02-26 06:57:34.0 +0100
+++ new/Mojolicious-6.02/Changes2015-03-10 01:26:27.0 +0100
@@ -1,4 +1,14 @@
 
+6.02  2015-03-09
+  - Added daemon attribute to Mojo::Server::Morbo.
+  - Improved portability of Mojo::Server::Morbo.
+  - Fixed empty template handling in Mojo::Template.
+
+6.01  2015-03-03
+  - Added content_with helper to Mojolicious::Plugin::DefaultHelpers.
+  - Relaxed request-line handling in Mojo::Message::Request.
+  - Fixed code name in version command and built-in templates.
+
 6.0  2015-02-26
   - Code name "Clinking Beer Mugs", this is a major release.
   - Removed name listing support from param method in Mojolicious::Controller.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.0/META.json 
new/Mojolicious-6.02/META.json
--- old/Mojolicious-6.0/META.json   2015-02-26 23:16:00.0 +0100
+++ new/Mojolicious-6.02/META.json  2015-03-10 03:52:12.0 +0100
@@ -4,7 +4,7 @@
   "Sebastian Riedel "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "artistic_2"
],
@@ -54,5 +54,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.0"
+   "version" : "6.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.0/META.yml 
new/Mojolicious-6.02/META.yml
--- old/Mojolicious-6.0/META.yml2015-02-26 23:16:00.0 +0100
+++ new/Mojolicious-6.02/META.yml   2015-03-10 03:52:12.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,4 +29,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.0'
+version: '6.02'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.0/lib/Mojo/Message/Request.pm 
new/Mojolicious-6.02/lib/Mojo/Message/Request.pm
--- old/Mojolicious-6.0/lib/Mojo/Message/Request.pm 2015-02-24 
23:56:28.0 +0100
+++ new/Mojolicious-6.02/lib/Mojo/Message/Request.pm2015-03-02 
22:28:04.0 +0100
@@ -10,12 +10,6 @@
 has url => sub { Mojo::URL->new };
 has 'reverse_proxy';
 
-my $START_LINE_RE = qr/
-  ^([a-zA-Z]+)  # Method
-  \s+([0-9a-zA-Z!#\$\%&'()*+,\-.\/:;=?\@[\\\]^_`\{|\}~]+)   # URL
-  \s+HTTP\/(\d\.\d)$   

commit rk for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package rk for openSUSE:Factory checked in 
at 2015-03-16 07:01:24

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


Package is "rk"

Changes:

--- /work/SRC/openSUSE:Factory/rk/rk.changes2014-05-01 07:52:00.0 
+0200
+++ /work/SRC/openSUSE:Factory/.rk.new/rk.changes   2015-03-16 
07:01:29.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar 15 22:47:27 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.6
+  * Added transverse() function to P4
+
+---

Old:

  rk-1.5.tar.gz

New:

  rk-1.6.tar.gz



Other differences:
--
++ rk.spec ++
--- /var/tmp/diff_new_pack.FQbHzR/_old  2015-03-16 07:01:30.0 +0100
+++ /var/tmp/diff_new_pack.FQbHzR/_new  2015-03-16 07:01:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define soname lib%{name}0
 
 Name:   rk
-Version:1.5
+Version:1.6
 Release:0
 Summary:A C++ library for relativistic kinematics
 License:X11

++ rk-1.5.tar.gz -> rk-1.6.tar.gz ++
 23132 lines of diff (skipped)

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



commit xfce4-panel-plugin-eyes for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-eyes for 
openSUSE:Factory checked in at 2015-03-16 07:01:21

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


Package is "xfce4-panel-plugin-eyes"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-eyes/xfce4-panel-plugin-eyes.changes
  2014-12-25 23:20:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-eyes.new/xfce4-panel-plugin-eyes.changes
 2015-03-16 07:01:28.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 15 22:04:06 UTC 2015 - g...@opensuse.org
+
+- update to version 4.4.4
+  - add ACLOCAL_AMFLAGS to Makefile.am
+  - add .gitignore
+  - fix IT_PROG_INTLTOOL warning
+  - translation updates
+
+---

Old:

  xfce4-eyes-plugin-4.4.3.tar.bz2

New:

  xfce4-eyes-plugin-4.4.4.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-eyes.spec ++
--- /var/tmp/diff_new_pack.KX0FUJ/_old  2015-03-16 07:01:29.0 +0100
+++ /var/tmp/diff_new_pack.KX0FUJ/_new  2015-03-16 07:01:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-eyes
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,8 @@
 
 %define panel_version 4.8.0
 %define plugin_name xfce4-eyes-plugin
-
 Name:   xfce4-panel-plugin-eyes
-Version:4.4.3
+Version:4.4.4
 Release:0
 Summary:Eyes Plugin for the Xfce Panel
 License:GPL-2.0+
@@ -48,7 +47,7 @@
 
 %build
 %configure --disable-static
-make %{_smp_mflags} V=1
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -75,5 +74,6 @@
 %{_datadir}/xfce4/panel/plugins/eyes.desktop
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++ xfce4-eyes-plugin-4.4.3.tar.bz2 -> xfce4-eyes-plugin-4.4.4.tar.bz2 ++
 1975 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xfce4-eyes-plugin-4.4.3/ChangeLog new/xfce4-eyes-plugin-4.4.4/ChangeLog
--- old/xfce4-eyes-plugin-4.4.3/ChangeLog   2014-12-23 13:35:49.0 
+0100
+++ new/xfce4-eyes-plugin-4.4.4/ChangeLog   2015-03-15 20:31:17.0 
+0100
@@ -1,3 +1,69 @@
+commit d441294d8abbd4a2306f7e34df33e48d3585b1d3
+Author: Harald Judt 
+Date:   Sun Mar 15 20:23:49 2015 +0100
+
+Updates for release
+
+commit 1ddbad4e80e82be61f921b88f471642d93e857fa
+Author: Harald Judt 
+Date:   Sun Mar 15 20:27:53 2015 +0100
+
+Add ACLOCAL_AMFLAGS to Makefile.am
+
+commit b25f4bf2e375b3ed02ad015106b020141b6cf16c
+Author: Harald Judt 
+Date:   Sun Mar 15 20:28:15 2015 +0100
+
+Add .gitignore
+
+commit 88696879538d8c1a8797d8f3cb29b7143e707804
+Author: Anonymous 
+Date:   Thu Mar 12 00:31:56 2015 +0100
+
+I18n: Update translation lt (100%).
+
+4 translated messages.
+
+Transifex (https://www.transifex.com/projects/p/xfce/).
+
+commit 709b8cb7c1d81fbd0fe7c72454937a6f5b73bdce
+Author: Slavko 
+Date:   Thu Feb 26 18:33:10 2015 +0100
+
+I18n: Update translation sk (100%).
+
+4 translated messages.
+
+Transifex (https://www.transifex.com/projects/p/xfce/).
+
+commit 2b5a9bc600c85550ce8d9fe6319c5a2407d28a85
+Author: Harald Judt 
+Date:   Thu Feb 19 19:25:52 2015 +0100
+
+Fix IT_PROG_INTLTOOL warning.
+
+xdt-autogen: It is recommended to use IT_PROG_INTLTOOL([0.35.0])
+ in your configure.ac file and remove AC_PROG_INTLTOOL
+
+ See http://bugzilla.xfce.org/show_bug.cgi?id=8930 for
+ more information.
+
+commit fc8419051947deb4761bdf321abeb4d165ed6376
+Author: GenghisKhan 
+Date:   Thu Jan 1 06:31:37 2015 +0100
+
+I18n: Update translation he (100%).
+
+4 translated messages.
+
+Transifex (https://www.transifex.com/projects/p/xfce/).
+
+commit 7443d65c79ac59f60cf015b454aa8978e819f0e1
+Author: Harald Judt 
+Date:   Tue Dec 23 13:36:15 2014 +0100
+
+Post release tag bump.
+
 commit 5be3962e0c5f81a70c3a70c6d94640fdf13bcac4
 Author: Harald Judt 
 Date:   Tue Dec 23 13:34:22 2014 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Ma

commit python3-requests for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python3-requests for 
openSUSE:Factory checked in at 2015-03-16 07:01:08

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


Package is "python3-requests"

Changes:

--- /work/SRC/openSUSE:Factory/python3-requests/python3-requests.changes
2015-02-27 11:00:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-requests.new/python3-requests.changes   
2015-03-16 07:01:19.0 +0100
@@ -1,0 +2,23 @@
+Sat Mar 14 20:33:35 UTC 2015 - a...@gmx.de
+
+- update to version 2.6.0:
+  * Fix handling of cookies on redirect. Previously a cookie without a
+host value set would use the hostname for the redirected URL
+exposing requests users to session fixation attacks and
+potentially cookie stealing. This was disclosed privately by
+Matthew Daley of BugFuzz. An CVE identifier has not yet been
+assigned for this. This affects all versions of requests from
+v2.1.0 to v2.5.3 (inclusive on both ends).
+  * Fix error when requests is an install_requires dependency and
+python setup.py test is run. (#2462)
+  * Fix error when urllib3 is unbundled and requests continues to use
+the vendored import location.
+  * Include fixes to urllib3‘s header handling.
+  * Requests’ handling of unvendored dependencies is now more
+restrictive.
+  * Support bytearrays when passed as parameters in the files
+argument. (#2468)
+  * Avoid data duplication when creating a request with str, bytes, or
+bytearray input to the files argument.
+
+---

Old:

  requests-2.5.3.tar.gz

New:

  requests-2.6.0.tar.gz



Other differences:
--
++ python3-requests.spec ++
--- /var/tmp/diff_new_pack.Dt7OcI/_old  2015-03-16 07:01:20.0 +0100
+++ /var/tmp/diff_new_pack.Dt7OcI/_new  2015-03-16 07:01:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-requests
-Version:2.5.3
+Version:2.6.0
 Release:0
 Url:http://python-requests.org
 Summary:Awesome Python HTTP Library That's Actually Usable

++ requests-2.5.3.tar.gz -> requests-2.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.5.3/HISTORY.rst 
new/requests-2.6.0/HISTORY.rst
--- old/requests-2.5.3/HISTORY.rst  2015-02-24 17:33:01.0 +0100
+++ new/requests-2.6.0/HISTORY.rst  2015-03-14 17:43:47.0 +0100
@@ -3,6 +3,36 @@
 Release History
 ---
 
+2.6.0 (2015-03-14)
+++
+
+**Bugfixes**
+
+- Fix handling of cookies on redirect. Previously a cookie without a host
+  value set would use the hostname for the redirected URL exposing requests
+  users to session fixation attacks and potentially cookie stealing. This was
+  disclosed privately by Matthew Daley of `BugFuzz `_.
+  An CVE identifier has not yet been assigned for this. This affects all
+  versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends).
+
+- Fix error when requests is an ``install_requires`` dependency and ``python
+  setup.py test`` is run. (#2462)
+
+- Fix error when urllib3 is unbundled and requests continues to use the
+  vendored import location.
+
+- Include fixes to ``urllib3``'s header handling.
+
+- Requests' handling of unvendored dependencies is now more restrictive.
+
+**Features and Improvements**
+
+- Support bytearrays when passed as parameters in the ``files`` argument.
+  (#2468)
+
+- Avoid data duplication when creating a request with ``str``, ``bytes``, or
+  ``bytearray`` input to the ``files`` argument.
+
 2.5.3 (2015-02-24)
 ++
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.5.3/PKG-INFO new/requests-2.6.0/PKG-INFO
--- old/requests-2.5.3/PKG-INFO 2015-02-24 17:33:44.0 +0100
+++ new/requests-2.6.0/PKG-INFO 2015-03-14 17:44:16.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: requests
-Version: 2.5.3
+Version: 2.6.0
 Summary: Python HTTP for Humans.
 Home-page: http://python-requests.org
 Author: Kenneth Reitz
@@ -98,6 +98,36 @@
 Release History
 ---
 
+2.6.0 (2015-03-14)
+++
+
+**Bugfixes**
+
+- Fix handling of cookies on redirect. Previously a cookie without a 
host
+  value set would use the hostname for the redirected URL exposing 
requests
+  users to session fixation attacks and potentially cookie stealing. 
This was
+  disclosed privately by Matthew Daley of `BugFuzz 


commit python3-pylint for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2015-03-16 07:01:10

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
2015-01-20 12:37:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes   
2015-03-16 07:01:21.0 +0100
@@ -1,0 +2,61 @@
+Sat Mar 14 20:32:29 UTC 2015 - a...@gmx.de
+
+- update to version 1.4.3:
+  * Remove three warnings: star-args, abstract-class-little-used,
+abstract-class-not-used. These warnings don't add any real value
+and they don't imply errors or problems in the code.
+  * Added a new option for controlling the peephole optimizer in
+astroid.  The option ``--optimize-ast`` will control the peephole
+optimizer, which is used to optimize a couple of AST subtrees. The
+current problem solved by the peephole optimizer is when multiple
+joined strings, with the addition operator, are encountered. If
+the numbers of such strings is high enough, Pylint will then fail
+with a maximum recursion depth exceeded error, due to its visitor
+architecture. The peephole just transforms such calls, if it can,
+into the final resulting string and this exhibit a problem,
+because the visit_binop method stops being called (in the
+optimized AST it will be a Const node).
+
+---
+Wed Mar 11 16:14:43 UTC 2015 - a...@gmx.de
+
+- update to version 1.4.2:
+  * Don't require a docstring for empty modules. Closes issue #261.
+  * Fix a false positive with `too-few-format-args` string warning,
+emitted when the string format contained a normal positional
+argument ('{0}'), mixed with a positional argument which did an
+attribute access ('{0.__class__}').  Closes issue #463.
+  * Take in account all the methods from the ancestors when checking
+for too-few-public-methods. Closes issue #471.
+  * Catch enchant errors and emit 'invalid-characters-in-docstring'
+when checking for spelling errors. Closes issue #469.
+  * Use all the inferred statements for the super-init-not-called
+check. Closes issue #389.
+  * Add a new warning, 'unichr-builtin', emitted by the Python 3
+porting checker, when the unichr builtin is found. Closes issue
+#472.
+  * Add a new warning, 'intern-builtin', emitted by the Python 3
+porting checker, when the intern builtin is found. Closes issue
+#473.
+  * Add support for editable installations.
+  * The HTML output accepts the `--msg-template` option. Patch by Dan
+Goldsmith.
+  * Add 'map-builtin-not-iterating' (replacing
+'implicit-map-evaluation'), 'zip-builtin-not-iterating',
+'range-builtin-not-iterating', and 'filter-builtin-not-iterating'
+which are emitted by `--py3k` when the appropriate built-in is not
+used in an iterating context (semantics taken from 2to3).
+  * Add a new warning, 'unidiomatic-typecheck', emitted when an
+explicit typecheck uses type() instead of isinstance(). For
+example, `type(x) == Y` instead of `isinstance(x, Y)`. Patch by
+Chris Rebert.  Closes issue #299.
+  * Add support for combining the Python 3 checker mode with the
+--jobs flag (--py3k and --jobs). Closes issue #467.
+  * Add a new warning for the Python 3 porting checker,
+'using-cmp-argument', emitted when the `cmp` argument for the
+`list.sort` or `sorted builtin` is encountered.
+  * Make the --py3k flag commutative with the -E flag. Also, this
+patch fixes the leaks of error messages from the Python 3 checker
+when the errors mode was activated. Closes issue #437.
+
+---

Old:

  pylint-1.4.1.tar.gz

New:

  pylint-1.4.3.tar.gz



Other differences:
--
++ python3-pylint.spec ++
--- /var/tmp/diff_new_pack.yWwtmf/_old  2015-03-16 07:01:22.0 +0100
+++ /var/tmp/diff_new_pack.yWwtmf/_new  2015-03-16 07:01:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pylint
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   python3-pylint
-Version:1.4.1
+Version:1.4.3
 Release:0
 Summary:Syntax and style checker for Python code
 License:GPL-2.0+

++ pylint-1.4.1.

commit python3-SQLAlchemy for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python3-SQLAlchemy for 
openSUSE:Factory checked in at 2015-03-16 07:01:00

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


Package is "python3-SQLAlchemy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes
2015-02-16 22:13:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes   
2015-03-16 07:01:11.0 +0100
@@ -1,0 +2,8 @@
+Wed Mar 11 16:26:38 UTC 2015 - a...@gmx.de
+
+- update to version 0.9.9:
+  * long changelog, see
+http://docs.sqlalchemy.org/en/latest/changelog/changelog_09.html
+for details
+
+---

Old:

  SQLAlchemy-0.9.8.tar.gz

New:

  SQLAlchemy-0.9.9.tar.gz



Other differences:
--
++ python3-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.YK6Cyb/_old  2015-03-16 07:01:12.0 +0100
+++ /var/tmp/diff_new_pack.YK6Cyb/_new  2015-03-16 07:01:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SQLAlchemy
-Version:0.9.8
+Version:0.9.9
 Release:0
 Url:http://www.sqlalchemy.org
 Summary:Database Abstraction Library

++ SQLAlchemy-0.9.8.tar.gz -> SQLAlchemy-0.9.9.tar.gz ++
 121543 lines of diff (skipped)

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



commit phpMyAdmin for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-03-16 07:01:13

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2015-03-05 
18:17:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2015-03-16 07:01:23.0 +0100
@@ -1,0 +2,18 @@
+Sat Mar 14 22:17:52 UTC 2015 - ec...@opensuse.org
+
+- update to 4.3.12 (2015-03-14)
+  - sf#4746 Right-aligned columns have left-aligned header
+  - sf#4779 PMA_Util::parseEnumSetValues fails on enums with UTF-8 
+values
+  - fix bug Undefined index savedsearcheswork
+  - sf#4788 Inline edit of DATE fields with NULL, NULL checkbox is 
+under datepicker
+  - sf#4790 DROP TABLE/VIEW IF EXISTS are not tracked
+  - fix bug Compatibility with central columns of version 4.4
+  - sf#4758 Firefox with auth_type to http with multiple server 
+doesn't work anymore
+  - sf#4789 Views aren't dropped when copying a database
+  - sf#4784 Incomplete bookmark saving
+  - sf#4786 SELECT width on relations page
+
+---

Old:

  phpMyAdmin-4.3.11.1-all-languages.tar.bz2

New:

  phpMyAdmin-4.3.12-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.F7y2Dw/_old  2015-03-16 07:01:24.0 +0100
+++ /var/tmp/diff_new_pack.F7y2Dw/_new  2015-03-16 07:01:24.0 +0100
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.3.11.1
+Version:4.3.12
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.3.11.1-all-languages.tar.bz2 -> 
phpMyAdmin-4.3.12-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.3.11.1-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.3.12-all-languages.tar.bz2
 differ: char 11, line 1

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



commit keepalived for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package keepalived for openSUSE:Factory 
checked in at 2015-03-16 07:00:48

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


Package is "keepalived"

Changes:

--- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes2015-02-03 
11:40:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.keepalived.new/keepalived.changes   
2015-03-16 07:01:04.0 +0100
@@ -1,0 +2,12 @@
+Wed Mar 11 13:21:29 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.2.15:
+  + Bugfixes.
+- Changes from version 1.2.14:
+  + VRRP bugfixes and extensions. IPVS bugfixes and code code
+cleanup. 
+- Changes from version 1.2.13:
+  + VRRP fixes and extensions. Extrend and unify checker
+framework. 
+
+---

Old:

  keepalived-1.2.12.tar.gz

New:

  keepalived-1.2.15.tar.gz



Other differences:
--
++ keepalived.spec ++
--- /var/tmp/diff_new_pack.6H39d6/_old  2015-03-16 07:01:05.0 +0100
+++ /var/tmp/diff_new_pack.6H39d6/_new  2015-03-16 07:01:05.0 +0100
@@ -21,7 +21,7 @@
 %endif
 
 Name:   keepalived
-Version:1.2.12
+Version:1.2.15
 Release:0
 Summary:A strong & robust keepalive facility for linux
 License:GPL-2.0+

++ keepalived-1.2.12.tar.gz -> keepalived-1.2.15.tar.gz ++
 5643 lines of diff (skipped)

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



commit cfengine-masterfiles for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package cfengine-masterfiles for 
openSUSE:Factory checked in at 2015-03-16 07:00:31

Comparing /work/SRC/openSUSE:Factory/cfengine-masterfiles (Old)
 and  /work/SRC/openSUSE:Factory/.cfengine-masterfiles.new (New)


Package is "cfengine-masterfiles"

Changes:

--- 
/work/SRC/openSUSE:Factory/cfengine-masterfiles/cfengine-masterfiles.changes
2015-02-06 22:37:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.cfengine-masterfiles.new/cfengine-masterfiles.changes
   2015-03-16 07:00:54.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 13 07:57:20 UTC 2015 - kkae...@suse.com
+
+- Update to 3.6.5
+  RHEL7 support, systemd support, bugfixes.
+
+---

Old:

  masterfiles-3.6.4.tar.gz

New:

  masterfiles-3.6.5.tar.gz



Other differences:
--
++ cfengine-masterfiles.spec ++
--- /var/tmp/diff_new_pack.c8BTuo/_old  2015-03-16 07:00:55.0 +0100
+++ /var/tmp/diff_new_pack.c8BTuo/_new  2015-03-16 07:00:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cfengine-masterfiles
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Summary:CFEngine promises master files
 License:MIT and LGPL-3.0+
 Group:  Productivity/Networking/System
-Version:3.6.4
+Version:3.6.5
 Release:0
 %define srcname masterfiles-%{version}
 Url:http://www.cfengine.org/

++ masterfiles-3.6.4.tar.gz -> masterfiles-3.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/masterfiles-3.6.4/cfe_internal/CFE_cfengine.cf 
new/masterfiles-3.6.5/cfe_internal/CFE_cfengine.cf
--- old/masterfiles-3.6.4/cfe_internal/CFE_cfengine.cf  2015-01-26 
17:18:37.0 +0100
+++ new/masterfiles-3.6.5/cfe_internal/CFE_cfengine.cf  2015-03-06 
15:59:32.0 +0100
@@ -31,6 +31,13 @@
 
 am_policy_hub.enterprise::
 
+  "hub" -> { "Mission Portal", "CFEngine Enterprise" }
+usebundle => cfe_internal_purge_scheduled_reports_older_than_days( 
$(def.purge_scheduled_reports_older_than_days) ),
+handle=> 
"cfe_internal_management_purge_scheduled_reports_older_than_days",
+comment   => "So that we do not fill up the disk we need to purge 
scheduled
+  reports after some time.";
+
+
   "hub" usebundle => cfe_internal_webserver("on"),
   handle => "cfe_internal_management_web_server",
   comment => "Manage Apache Web server (on/off)";
@@ -70,9 +77,12 @@
 
 any::
 
-  "any" usebundle => cfe_internal_limit_robot_agents,
-  handle => "cfe_internal_management_limit_cfe_agents",
-  comment => "Manage CFE processes";
+#   NB! On a container host this may kill CFEngine processes inside containers.
+#   See https://dev.cfengine.com/issues/6906
+#
+#  "any" usebundle => cfe_internal_limit_robot_agents,
+#  handle => "cfe_internal_management_limit_cfe_agents",
+#  comment => "Manage CFE processes";
 
   "any" usebundle => cfe_internal_log_rotation,
   handle => "cfe_internal_management_log_rotation",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/masterfiles-3.6.4/cfe_internal/CFE_hub_specific.cf 
new/masterfiles-3.6.5/cfe_internal/CFE_hub_specific.cf
--- old/masterfiles-3.6.4/cfe_internal/CFE_hub_specific.cf  2015-01-26 
17:18:37.0 +0100
+++ new/masterfiles-3.6.5/cfe_internal/CFE_hub_specific.cf  2015-03-06 
15:59:32.0 +0100
@@ -490,3 +490,15 @@
   classes => kept_successful_command,
   handle => 
"cfe_internal_postgresql_maintenance_commands_run_vacuumdb_cmd_$(maintenance_type)";
 }
+
+bundle agent cfe_internal_purge_scheduled_reports_older_than_days(days)
+{
+  files:
+"$(cfe_internal_hub_vars.docroot)/tmp/."
+  handle => "cfe_internal_purge_scheduled_reports_files_docroot_tmp",
+  delete => tidy,
+  depth_search => recurse("inf"),
+  file_select => filetype_older_than("plain", $(days) ),
+  comment => "Mission Portals scheduled reports are written here. They need
+  to be purged after some time so that they do not fill the 
disk.";
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/masterfiles-3.6.4/cfe_internal/CFE_knowledge.cf 
new/masterfiles-3.6.5/cfe_internal/CFE_knowledge.cf
--- old/masterfiles-3.6.4/cfe_internal/CFE_knowledge.cf 2015-01-26 
17:18:37.0

commit flash-player for openSUSE:Factory:NonFree

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:Factory:NonFree checked in at 2015-03-16 07:01:26

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


Package is "flash-player"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/flash-player/flash-player.changes
2015-02-06 22:38:35.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.flash-player.new/flash-player.changes   
2015-03-16 07:01:30.0 +0100
@@ -1,0 +2,11 @@
+Thu Mar 12 16:08:11 UTC 2015 - sbra...@suse.com
+
+- Security update to 11.2.202.451 (bsc#922033):
+  * APSB15-05, CVE-2015-0332, CVE-2015-0333, CVE-2015-0334,
+CVE-2015-0335, CVE-2015-0336, CVE-2015-0337, CVE-2015-0338,
+CVE-2015-0339, CVE-2015-0340, CVE-2015-0341, CVE-2015-0342
+- Improve update.sh:
+  * format changes
+  * support for reuse of update data in other directory
+
+---
@@ -9 +20 @@
-CVE-2015-0328, CVE-2015-0329, CVE-2015-0330
+CVE-2015-0328, CVE-2015-0329, CVE-2015-0330, CVE-2015-0331

Old:

  flashplayer_11.2.202.442_sa.i386.tar.gz
  install_flash_player_11.2.202.442_linux.i386.tar.gz
  install_flash_player_11.2.202.442_linux.x86_64.tar.gz

New:

  flashplayer_11.2.202.451_sa.i386.tar.gz
  install_flash_player_11.2.202.451_linux.i386.tar.gz
  install_flash_player_11.2.202.451_linux.x86_64.tar.gz



Other differences:
--
++ flash-player.spec ++
--- /var/tmp/diff_new_pack.3tHeyE/_old  2015-03-16 07:01:34.0 +0100
+++ /var/tmp/diff_new_pack.3tHeyE/_new  2015-03-16 07:01:34.0 +0100
@@ -19,7 +19,7 @@
 %define build_standalone 1
 
 Name:   flash-player
-Version:11.2.202.442
+Version:11.2.202.451
 Release:0
 Summary:Adobe Flash Plugin and Standalone Player
 License:SUSE-NonFree


++ flashplayer_11.2.202.442_sa.i386.tar.gz -> 
flashplayer_11.2.202.451_sa.i386.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LGPL/LGPL.txt new/LGPL/LGPL.txt
--- old/LGPL/LGPL.txt   1970-01-01 01:00:00.0 +0100
+++ new/LGPL/LGPL.txt   2015-03-04 01:34:42.0 +0100
@@ -0,0 +1,65 @@
+GNU LESSER GENERAL PUBLIC LICENSE
+
+Version 3, 29 June 2007
+
+Copyright © 2007 Free Software Foundation, Inc. 
+
+Everyone is permitted to copy and distribute verbatim copies of this license 
document, but changing it is not allowed.
+
+This version of the GNU Lesser General Public License incorporates the terms 
and conditions of version 3 of the GNU General Public License, supplemented by 
the additional permissions listed below.
+0. Additional Definitions.
+
+As used herein, "this License" refers to version 3 of the GNU Lesser General 
Public License, and the "GNU GPL" refers to version 3 of the GNU General Public 
License.
+
+"The Library" refers to a covered work governed by this License, other than an 
Application or a Combined Work as defined below.
+
+An "Application" is any work that makes use of an interface provided by the 
Library, but which is not otherwise based on the Library. Defining a subclass 
of a class defined by the Library is deemed a mode of using an interface 
provided by the Library.
+
+A "Combined Work" is a work produced by combining or linking an Application 
with the Library. The particular version of the Library with which the Combined 
Work was made is also called the "Linked Version".
+
+The "Minimal Corresponding Source" for a Combined Work means the Corresponding 
Source for the Combined Work, excluding any source code for portions of the 
Combined Work that, considered in isolation, are based on the Application, and 
not on the Linked Version.
+
+The "Corresponding Application Code" for a Combined Work means the object code 
and/or source code for the Application, including any data and utility programs 
needed for reproducing the Combined Work from the Application, but excluding 
the System Libraries of the Combined Work.
+1. Exception to Section 3 of the GNU GPL.
+
+You may convey a covered work under sections 3 and 4 of this License without 
being bound by section 3 of the GNU GPL.
+2. Conveying Modified Versions.
+
+If you modify a copy of the Library, and, in your modifications, a facility 
refers to a function or data to be supplied by an Application that uses the 
facility (other than as an argument passed when the facility is invoked), then 
you may convey a copy of the modified version:
+
+a) under this License, provided that you make a good faith effort to 
ensure that, in the event an Application does not supply the function or data, 
the facility still o

commit killerd for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package killerd for openSUSE:Factory checked 
in at 2015-03-16 07:00:40

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


Package is "killerd"

Changes:

--- /work/SRC/openSUSE:Factory/killerd/killerd.changes  2014-10-16 
18:16:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.killerd.new/killerd.changes 2015-03-16 
07:01:00.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 13 12:24:33 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Use systemd unit file
+
+---

Old:

  killerd

New:

  killerd.service



Other differences:
--
++ killerd.spec ++
--- /var/tmp/diff_new_pack.1FF86i/_old  2015-03-16 07:01:01.0 +0100
+++ /var/tmp/diff_new_pack.1FF86i/_new  2015-03-16 07:01:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package killerd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,41 +23,50 @@
 License:GPL-2.0+
 Group:  System/Daemons
 Url:http://mj.ucw.cz/linux.shtml
-Source: 
ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/linux/%name-%version.tar.gz
-Source1:killerd
-Patch:  %{name}-%{version}-makefile.diff
+Source: 
ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/linux/%{name}-%{version}.tar.gz
+Source1:killerd.service
+Patch0: %{name}-%{version}-makefile.diff
+BuildRequires:  systemd-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?systemd_requires}
 
 %description
 KillerD is a simple daemon for automatic killing of login shells with
 idle time exceeding given limits, runaway processes and other system
 hogs. Almost everything can be easily configured.
 
-
-
-Authors:
-
-Martin Mares 
-
 %prep
 %setup -q
-%patch
+%patch0
 
 %build
-make CFLAGS="%optflags" CC="%__cc" %{?_smp_mflags}
+make CFLAGS="%{optflags}" CC="cc" %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-make install SBINDIR=$RPM_BUILD_ROOT/%{_sbindir} 
CONFIGDIR=$RPM_BUILD_ROOT/%{_sysconfdir}
-install -m 755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/killerd
-ln -sf ../../etc/init.d/killerd   $RPM_BUILD_ROOT/%{_sbindir}/rckillerd
+mkdir -p %{buildroot}/%{_sbindir}
+mkdir -p %{buildroot}%{_unitdir}
+mkdir -p %{buildroot}/%{_sysconfdir}
+make install SBINDIR=%{buildroot}/%{_sbindir} 
CONFIGDIR=%{buildroot}/%{_sysconfdir}
+install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
+ln -sf service %{buildroot}/%{_sbindir}/rckillerd
+
+%pre
+%service_add_pre %{name}.service
+
+%post
+%service_add_post %{name}.service
+
+%preun
+%service_del_preun %{name}.service
+
+%postun
+%service_del_postun %{name}.service
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog
 %config %{_sysconfdir}/killerd.conf
-%config /etc/init.d/killerd
+%{_unitdir}/%{name}.service
 %{_sbindir}/rckillerd
 %{_sbindir}/killerd
 

++ killerd.service ++
[Unit]
Description=Daemon for automatic killing of login shells
After=local-fs.target

[Service]
ExecStart=/usr/sbin/killerd

[Install]
WantedBy=multi-user.target
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-openpyxl for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-03-16 07:00:57

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


Package is "python3-openpyxl"

Changes:

--- /work/SRC/openSUSE:Factory/python3-openpyxl/python3-openpyxl.changes
2015-01-10 23:05:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-03-16 07:01:09.0 +0100
@@ -1,0 +2,41 @@
+Sat Mar 14 01:21:33 UTC 2015 - a...@gmx.de
+
+- update to version 2.2.0:
+  * #415 Improved exception when passing in invalid in memory files.
+  * Cell styles deprecated, use formatting objects (fonts, fills,
+borders, etc.) directly instead
+  * Charts will no longer try and calculate axes by default
+  * Support for template file types - PR21
+  * Moved ancillary functions and classes into utils package - single
+place of reference
+  * PR 34 Fully support page setup
+  * Removed SAX-based XML Generator. Special thanks to Elias Rabel for
+implementing xmlfile for xml.etree
+  * Preserve sheet view definitions in existing files (frozen panes,
+zoom, etc.)
+  * #103 Set the zoom of a sheet
+  * #199 Hide gridlines
+  * #215 Preserve sheet view setings
+  * #262 Set the zoom of a sheet
+  * #392 Worksheet header not read
+  * #387 Cannot read files without styles.xml
+  * #410 Exception when preserving whitespace in strings
+  * #417 Cannot create print titles
+  * #420 Rename confusing constants
+  * #422 Preserve color index in a workbook if it differs from the
+ standard
+  * Use a 2-way cache for column index lookups
+  * Clean up tests in cells
+  * PR 40 Support frozen panes and autofilter in write-only mode
+  * Use ws.calculate_dimension(force=True) in read-only mode for
+unsized worksheets
+
+- changes from version 2.1.5:
+  * #403 Cannot add comments in write-only mode
+  * #401 Creating cells in an empty row raises an exception
+  * #408 from_excel adjustment for Julian dates 1 < x < 60
+  * #409 refersTo is an optional attribute
+  * Allow cells to be appended to standard worksheets for code
+compatibility with write-only mode.
+
+---

Old:

  openpyxl-2.1.4.tar.gz

New:

  openpyxl-2.2.0.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.VtAPs2/_old  2015-03-16 07:01:10.0 +0100
+++ /var/tmp/diff_new_pack.VtAPs2/_new  2015-03-16 07:01:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-openpyxl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.1.4
+Version:2.2.0
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.1.4.tar.gz -> openpyxl-2.2.0.tar.gz ++
 11743 lines of diff (skipped)

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



commit perl-Sys-Virt for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-03-16 07:00:50

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


Package is "perl-Sys-Virt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2015-02-05 11:00:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-03-16 07:01:06.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  6 10:05:49 MST 2015 - jfeh...@suse.com
+
+- Update to 1.2.13
+  - Add all new APIs and constants in libvirt 1.2.13
+
+---

Old:

  Sys-Virt-1.2.12.tar.gz

New:

  Sys-Virt-1.2.13.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.0gXncX/_old  2015-03-16 07:01:07.0 +0100
+++ /var/tmp/diff_new_pack.0gXncX/_new  2015-03-16 07:01:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.12
+Version:1.2.13
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.12.tar.gz -> Sys-Virt-1.2.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.12/Changes new/Sys-Virt-1.2.13/Changes
--- old/Sys-Virt-1.2.12/Changes 2015-01-27 12:14:19.0 +0100
+++ new/Sys-Virt-1.2.13/Changes 2015-03-05 18:31:53.0 +0100
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+1.2.13 2015-03-05
+
+ - Add VIR_STORAGE_VOL_CREATE_REFLINK constant
+
 1.2.12 2015-01-27
 
  - Add VIR_CONNECT_GET_ALL_DOMAINS_STATS_BACKING constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.12/META.yml new/Sys-Virt-1.2.13/META.yml
--- old/Sys-Virt-1.2.12/META.yml2015-01-27 12:14:31.0 +0100
+++ new/Sys-Virt-1.2.13/META.yml2015-03-06 11:43:58.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.12
+version:  1.2.13
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.12/MYMETA.json 
new/Sys-Virt-1.2.13/MYMETA.json
--- old/Sys-Virt-1.2.12/MYMETA.json 2015-01-27 12:14:23.0 +0100
+++ new/Sys-Virt-1.2.13/MYMETA.json 2015-03-06 11:43:49.0 +0100
@@ -42,5 +42,5 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.2.12"
+   "version" : "v1.2.13"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.12/MYMETA.yml 
new/Sys-Virt-1.2.13/MYMETA.yml
--- old/Sys-Virt-1.2.12/MYMETA.yml  2015-01-27 12:14:23.0 +0100
+++ new/Sys-Virt-1.2.13/MYMETA.yml  2015-03-06 11:43:49.0 +0100
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.12
+version: v1.2.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.12/Makefile.PL 
new/Sys-Virt-1.2.13/Makefile.PL
--- old/Sys-Virt-1.2.12/Makefile.PL 2015-01-27 12:14:19.0 +0100
+++ new/Sys-Virt-1.2.13/Makefile.PL 2015-03-05 18:31:41.0 +0100
@@ -3,7 +3,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-my $libvirtver = "1.2.12";
+my $libvirtver = "1.2.13";
 my $stat = system "pkg-config --atleast-version=$libvirtver libvirt";
 die "cannot run pkg-config to check libvirt version" if $stat == -1;
 die "libvirt >= $libvirtver is required\n" unless $stat == 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.12/README new/Sys-Virt-1.2.13/README
--- old/Sys-Virt-1.2.12/README  2015-01-27 12:14:19.0 +0100
+++ new/Sys-Virt-1.2.13/README  2015-03-05 18:31:41.0 +0100
@@ -7,6 +7,6 @@
 The only pre-requisite for this module is libvirt itself. For
 installation instructions, consult the INSTALL file.
 
-The current minimum required version of libvirt is 1.2.12
+The current minimum required version of libvirt is 1.2.13
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsign

commit qpress for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package qpress for openSUSE:Factory checked 
in at 2015-03-16 07:00:46

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


Package is "qpress"

Changes:

--- /work/SRC/openSUSE:Factory/qpress/qpress.changes2013-01-30 
15:13:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.qpress.new/qpress.changes   2015-03-16 
07:01:03.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 13:13:57 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ qpress.spec ++
--- /var/tmp/diff_new_pack.2yqUsR/_old  2015-03-16 07:01:04.0 +0100
+++ /var/tmp/diff_new_pack.2yqUsR/_new  2015-03-16 07:01:04.0 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package qpress
 #
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Andreas Stieger 
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,19 +16,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   qpress
+Version:1.1
+Release:0
 Summary:File archiver designed for speed
 License:GPL-2.0
 Group:  Productivity/Archiving/Compression
-Version:1.1
-Release:0
 Url:http://www.quicklz.com/
 Source0:http://www.quicklz.com/%{name}-11-source.zip
 Source1:COPYING
 Patch0: qpress-1.1-isatty-include.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  unzip
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 qpress is a portable file archiver using QuickLZ and designed to utilize
@@ -44,19 +46,16 @@
 * data recovery of damaged archives with 64 Kbyte grannularity
 
 %prep
-%setup -c -q -n %{name}-%{version}
+%setup -q -c
 %patch0 -p1
-%__cp %{S:1} .
+cp %{SOURCE1} .
 
 %build
 make %{?_smp_mflags}
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
-install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d -m 755 %{buildroot}%{_bindir}
+install -m 755 %{name} %{buildroot}%{_bindir}/
 
 %files
 %defattr(-,root,root,-)


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



commit texstudio for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package texstudio for openSUSE:Factory 
checked in at 2015-03-16 07:01:05

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


Package is "texstudio"

Changes:

--- /work/SRC/openSUSE:Factory/texstudio/texstudio.changes  2015-02-27 
11:09:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.texstudio.new/texstudio.changes 2015-03-16 
07:01:17.0 +0100
@@ -1,0 +2,18 @@
+Sat Mar 14 17:37:04 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 2.9.0
+  * link overlays for urls
+  * close editor tab by pressing middle mouse button
+  * support optional filename argument in txs:///view-pdf-internal
+  * add "expand/collapse all documents" to context menu of structure
+  * add tabulary support
+  * windowed pdf viewer now supports --no-focus argument
+  * improved detection of label name for "Insert \ref to Next Label"
+  * improved context detection for preview
+  * improved search for texdoc location
+  * improved log parsing including support for LaTeX3 warnings and errors
+  * resize with soft line warp: keep vertical cursor position constant
+  * support .tikz files (treated like .tex files)
+  * bugfixes
+
+---

Old:

  texstudio-2.8.8.tar.gz

New:

  texstudio-2.9.0.tar.gz



Other differences:
--
++ texstudio.spec ++
--- /var/tmp/diff_new_pack.tdhS1M/_old  2015-03-16 07:01:18.0 +0100
+++ /var/tmp/diff_new_pack.tdhS1M/_new  2015-03-16 07:01:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   texstudio
-Version:2.8.8
+Version:2.9.0
 Release:0
 Summary:LaTeX Editor
 License:GPL-2.0

++ texstudio-2.8.8.tar.gz -> texstudio-2.9.0.tar.gz ++
/work/SRC/openSUSE:Factory/texstudio/texstudio-2.8.8.tar.gz 
/work/SRC/openSUSE:Factory/.texstudio.new/texstudio-2.9.0.tar.gz differ: char 
5, line 1

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



commit xfwm4 for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package xfwm4 for openSUSE:Factory checked 
in at 2015-03-16 07:01:20

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


Package is "xfwm4"

Changes:

--- /work/SRC/openSUSE:Factory/xfwm4/xfwm4.changes  2015-03-09 
10:05:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfwm4.new/xfwm4.changes 2015-03-16 
07:01:26.0 +0100
@@ -1,0 +2,20 @@
+Sun Mar 15 21:34:36 UTC 2015 - g...@opensuse.org
+
+- update to version 4.12.2
+  - quick release to fix a mishmash between width and height
+introduced in 4.12.1 (bxo#11700)
+
+---
+Sun Mar 15 08:19:10 UTC 2015 - g...@opensuse.org
+
+- update to version 4.12.1
+  - Fix issue with XRandR (bxo#11059, bxo#11683, bxo#11695)
+  - Rework struts support to be more error proof
+  - Fix smart placement and windows overlapping (bxo#11671)
+  - Fix window positioning and gravity (bxo#11670, bxo#11693)
+  - Fix issue with _NET_REQUEST_FRAME_EXTENTS being ignored
+(blocking for GLFW apps) (bxo#11664)
+  - Check class hint name for same applications (bxo#11685)
+  - Make horizontal scrolling/window opacity optional (bxo#10372)
+
+---

Old:

  xfwm4-4.12.0.tar.bz2

New:

  xfwm4-4.12.2.tar.bz2



Other differences:
--
++ xfwm4.spec ++
--- /var/tmp/diff_new_pack.76ik8Q/_old  2015-03-16 07:01:27.0 +0100
+++ /var/tmp/diff_new_pack.76ik8Q/_new  2015-03-16 07:01:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfwm4
-Version:4.12.0
+Version:4.12.2
 Release:0
 Summary:Default Window Manager for the Xfce Desktop Environment
 License:GPL-2.0+

++ xfwm4-4.12.0.tar.bz2 -> xfwm4-4.12.2.tar.bz2 ++
 4841 lines of diff (skipped)


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



commit cfengine for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2015-03-16 07:00:34

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


Package is "cfengine"

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2015-02-27 
10:59:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2015-03-16 
07:00:55.0 +0100
@@ -1,0 +2,26 @@
+Fri Mar 13 07:29:41 UTC 2015 - kkae...@suse.com
+
+- Update to 3.6.5
+  Features:
+  - Introduced "systemd" hard class. (Redmine #6995)
+  - Added paths to dtrace, zfs and zpool on FreeBSD in masterfiles.
+
+  Bug fixes:
+  - Fixed build error on certain RHEL5 and SLES10 setups. (Redmine #6841)
+  - Fixed a bug which caused dangling symlinks not to be removed.
+(Redmine #6582)
+  - Fixed data_readstringarrayidx function not preserving the order of
+the array it's producing. (Redmine #6920)
+  - Fixed a bug which sometimes caused CFEngine to kill the wrong daemon
+if both the host and a container inside the host were running
+CFEngine. (Redmine #6906)
+  - Made sure the rm_rf_depth bundle also deletes the base directory.
+(Redmine #7009)
+  - Fixed monitord reporting wrongly on open ports. (Redmine #6926)
+  - Skip adding the class when its name is longer than 1024 characters.
+Fixed core dump when the name is too large. (Redmine #7013)
+  - Fixed detection of stopped process on Solaris. (Redmine #6946)
+  - Fixed infinite loop (Redmine #6992) plus a couple more minor
+bugs in edit_xml promises.
+
+---

Old:

  core-3.6.4.tar.gz

New:

  core-3.6.5.tar.gz



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.eLtojA/_old  2015-03-16 07:00:57.0 +0100
+++ /var/tmp/diff_new_pack.eLtojA/_new  2015-03-16 07:00:57.0 +0100
@@ -28,7 +28,7 @@
 %define with_libvirt 0
 
 Name:   cfengine
-Version:3.6.4
+Version:3.6.5
 Release:0
 %define srcname core-%{version}
 %define libname   libpromises

++ core-3.6.4.tar.gz -> core-3.6.5.tar.gz ++
 2566 lines of diff (skipped)

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



commit pptpd for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package pptpd for openSUSE:Factory checked 
in at 2015-03-16 07:00:29

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


Package is "pptpd"

Changes:

--- /work/SRC/openSUSE:Factory/pptpd/pptpd.changes  2014-08-07 
08:08:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.pptpd.new/pptpd.changes 2015-03-16 
07:00:53.0 +0100
@@ -1,0 +2,29 @@
+Thu Mar 12 10:04:45 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.4.0
+  * change GPL license FSF addresses
+  * clean up unused return value warnings
+  * don't leak memory on duplicate packet
+  * clean up several compiler warnings
+  * use pppd.h from ppp  *dev
+  * do not drop connection on ENOBUFS
+  * fix binary trash when launching pppd
+  * add remotenumber support
+  * catch missing EOL at EOF
+  * add bcrelay manual page
+  * fix segfault on invalid IP range
+  * add support for VRFs through libvrf
+  * fix implementation of IDLE_WAIT
+  * fix compilation with uclibc with legacy support disabled
+  * avoid ipparam and logwtmp on BSD
+  * compiler fix for pptp_gre_header
+  * suppress "ignored a SET LINK INFO packet with real ACCMs"
+  * add missing logwtmp option on pptpd.conf manyal page
+  * fix reordering some more
+- Do not provide a sysvinit script on a system which support
+  systemd; it's redundant
+- Remove pptpd-pptpd-logwtmp-version.patch; fixed on upstream release
+- Remove depreciated AUTHORS section
+- Update pptpd-stringcompare.patch 
+
+---

Old:

  pptpd-1.3.4.tar.gz
  pptpd-pptpd-logwtmp-version.patch

New:

  pptpd-1.4.0.tar.gz



Other differences:
--
++ pptpd.spec ++
--- /var/tmp/diff_new_pack.ravJyr/_old  2015-03-16 07:00:54.0 +0100
+++ /var/tmp/diff_new_pack.ravJyr/_new  2015-03-16 07:00:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pptpd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   pptpd
-Version:1.3.4
+Version:1.4.0
 Release:0
 Url:http://www.poptop.org/
 Summary:PoPToP - PPTP Daemon, Linux as Microsoft VPN Server
@@ -33,10 +32,8 @@
 Source9:pptpd.service
 Patch0: makefile.diff
 Patch1: pptpd-cflags.patch
-Patch2: pptpd-pptpd-logwtmp-version.patch
 Patch3: pptpd-stringcompare.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: %fillup_prereq %insserv_prereq
 BuildRequires:  automake
 BuildRequires:  ppp-devel
 Requires:   ppp
@@ -44,6 +41,8 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %define has_systemd 1
+%else
+PreReq: %fillup_prereq %insserv_prereq
 %endif
 
 %description
@@ -52,22 +51,11 @@
 environment. This release supports Windows 95/98/NT/2000 PPTP clients
 and PPTP Linux clients.
 
-
-
-Authors:
-
-Matthew Ramsay 
-Kevin Thayer 
-David Luyer 
-Peter Galbavy 
-
 %prep
 %setup -q -a 3
 %patch0
 %patch1 -p1
-%patch2
 %patch3
-rm plugins/pppd.h
 rm plugins/patchlevel.h
 
 %build
@@ -79,22 +67,20 @@
 make install DESTDIR=%{buildroot}
 install -m 0755 pptpd  %{buildroot}/usr/sbin/pptpd
 install -m 0755 pptpctrl   %{buildroot}/usr/sbin/pptpctrl
-mkdir -p %{buildroot}/etc/init.d
-install -m 0644 %{S:4} %{buildroot}/etc/pptpd.conf
-install -m 0744 %{S:1} %{buildroot}/etc/init.d/pptpd
-ln -sf ../../etc/init.d/pptpd %{buildroot}/usr/sbin/rcpptpd
-find {samples,PPTP-Installation,pptp-server} -type f -exec chmod -x {} +
-chmod -x AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO
-mkdir -p %{buildroot}/usr/lib/modules-load.d
 
 %if 0%{?has_systemd}
 install -D -m 0644 %{S:9} %{buildroot}%{_unitdir}/`basename %{S:9}`
 mkdir -p %{buildroot}/usr/lib/modules-load.d
 echo "ppp_mppe" > %{buildroot}/usr/lib/modules-load.d/pptpd.conf
+%else
+mkdir -p %{buildroot}/etc/init.d
+install -m 0744 %{S:1} %{buildroot}/etc/init.d/pptpd
+ln -sf ../../etc/init.d/pptpd %{buildroot}/usr/sbin/rcpptpd
 %endif
-
-%clean
-rm -rf %{buildroot}
+install -Dm 0644 %{S:4}%{buildroot}/etc/pptpd.conf
+find {samples,PPTP-Installation,pptp-server} -type f -exec chmod -x {} +
+chmod -x AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO
+mkdir -p %{buildroot}/usr/lib/modules-load.d
 
 %pre
 %if 0%{?has_systemd}

commit rubygem-listen for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-listen for openSUSE:Factory 
checked in at 2015-03-16 07:00:36

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


Package is "rubygem-listen"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-listen/rubygem-listen.changes
2015-03-12 16:38:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-listen.new/rubygem-listen.changes   
2015-03-16 07:00:59.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 05:31:23 UTC 2015 - co...@suse.com
+
+- updated to version 2.9.0
+
+---

Old:

  listen-2.8.6.gem

New:

  listen-2.9.0.gem



Other differences:
--
++ rubygem-listen.spec ++
--- /var/tmp/diff_new_pack.4t7eeo/_old  2015-03-16 07:01:00.0 +0100
+++ /var/tmp/diff_new_pack.4t7eeo/_new  2015-03-16 07:01:00.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-listen
-Version:2.8.6
+Version:2.9.0
 Release:0
 %define mod_name listen
 %define mod_full_name %{mod_name}-%{version}

++ listen-2.8.6.gem -> listen-2.9.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-03-09 11:39:06.0 +0100
+++ new/README.md   2015-03-10 18:54:56.0 +0100
@@ -163,6 +163,9 @@
 force_polling: true # Force the use of the polling 
adapter
 # default: none
 
+relative: false # Whether changes should be 
relative to current dir or not
+# default: false
+
 debug: true # Enable Celluloid logger
 # default: false
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/listen/cli.rb new/lib/listen/cli.rb
--- old/lib/listen/cli.rb   2015-03-09 11:39:06.0 +0100
+++ new/lib/listen/cli.rb   2015-03-10 18:54:56.0 +0100
@@ -26,6 +26,12 @@
  aliases: '-d',
  banner:  'The directory to listen to'
 
+class_option :relative,
+ type::boolean,
+ default: false,
+ aliases: '-r',
+ banner:  'Convert paths relative to current directory'
+
 def start
   Listen::Forwarder.new(options).start
 end
@@ -44,6 +50,7 @@
   logger.info 'Starting listen...'
   address = @options[:forward]
   directory = @options[:directory]
+  relative = @options[:relative]
   callback = proc do |modified, added, removed|
 if @options[:verbose]
   logger.info "+ #{added}" unless added.empty?
@@ -52,7 +59,12 @@
 end
   end
 
-  listener = Listen.to directory, forward_to: address, &callback
+  listener = Listen.to(
+directory,
+forward_to: address,
+relative: relative,
+&callback)
+
   listener.start
 
   sleep 0.5 while listener.listen?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/listen/listener.rb new/lib/listen/listener.rb
--- old/lib/listen/listener.rb  2015-03-09 11:39:06.0 +0100
+++ new/lib/listen/listener.rb  2015-03-10 18:54:56.0 +0100
@@ -164,6 +164,14 @@
   fail "Invalid type: #{type.inspect}" unless [:dir, :file].include? type
   fail "Invalid change: #{change.inspect}" unless change.is_a?(Symbol)
   fail "Invalid path: #{path.inspect}" unless path.is_a?(String)
+  if @options[:relative]
+dir = begin
+cwd = Pathname.pwd
+dir.relative_path_from(cwd)
+  rescue ArgumentError
+dir
+  end
+  end
   @queue << [type, change, dir, path, options]
 
   @last_queue_event_time = Time.now.to_f
@@ -184,6 +192,7 @@
 latency: nil,
 wait_for_delay: 0.1,
 force_polling: false,
+relative: false,
 polling_fallback_message: nil }.merge(options)
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/listen/version.rb new/lib/listen/version.rb
--- old/lib/listen/version.rb   2015-03-09 11:39:06.0 +0100
+++ new/lib/listen/version.rb   2015-03-10 18:54:56.0 +0100
@@ -1,3 +1,3 @@
 module Listen
-  VERSION = '2.8.6'
+  VERSION = '2.9.0'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python3-msgpack-python for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python3-msgpack-python for 
openSUSE:Factory checked in at 2015-03-16 07:00:55

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


Package is "python3-msgpack-python"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-msgpack-python/python3-msgpack-python.changes
2015-01-27 09:09:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-msgpack-python.new/python3-msgpack-python.changes
   2015-03-16 07:01:08.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar 14 01:17:48 UTC 2015 - a...@gmx.de
+
+- update to version 0.4.6:
+  * fallback.Unpacker: Fix Data corruption when OutOfData. This bug
+only affects "Streaming unpacking."
+
+---

Old:

  msgpack-python-0.4.5.tar.gz

New:

  msgpack-python-0.4.6.tar.gz



Other differences:
--
++ python3-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.k7FJhO/_old  2015-03-16 07:01:09.0 +0100
+++ /var/tmp/diff_new_pack.k7FJhO/_new  2015-03-16 07:01:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-msgpack-python
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   python3-msgpack-python
-Version:0.4.5
+Version:0.4.6
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0

++ msgpack-python-0.4.5.tar.gz -> msgpack-python-0.4.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-python-0.4.5/PKG-INFO 
new/msgpack-python-0.4.6/PKG-INFO
--- old/msgpack-python-0.4.5/PKG-INFO   2015-01-25 16:38:53.0 +0100
+++ new/msgpack-python-0.4.6/PKG-INFO   2015-03-12 19:51:33.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: msgpack-python
-Version: 0.4.5
+Version: 0.4.6
 Summary: MessagePack (de)serializer.
 Home-page: http://msgpack.org/
 Author: INADA Naoki
@@ -12,8 +12,8 @@
 ===
 
 :author: INADA Naoki
-:version: 0.4.4
-:date: 2015-01-09
+:version: 0.4.5
+:date: 2015-01-25
 
 .. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png
:target: https://travis-ci.org/#!/msgpack/msgpack-python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-python-0.4.5/README.rst 
new/msgpack-python-0.4.6/README.rst
--- old/msgpack-python-0.4.5/README.rst 2015-01-24 17:41:20.0 +0100
+++ new/msgpack-python-0.4.6/README.rst 2015-01-25 16:39:44.0 +0100
@@ -3,8 +3,8 @@
 ===
 
 :author: INADA Naoki
-:version: 0.4.4
-:date: 2015-01-09
+:version: 0.4.5
+:date: 2015-01-25
 
 .. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png
:target: https://travis-ci.org/#!/msgpack/msgpack-python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-python-0.4.5/msgpack/_version.py 
new/msgpack-python-0.4.6/msgpack/_version.py
--- old/msgpack-python-0.4.5/msgpack/_version.py2015-01-25 
09:24:04.0 +0100
+++ new/msgpack-python-0.4.6/msgpack/_version.py2015-03-12 
19:50:54.0 +0100
@@ -1 +1 @@
-version = (0, 4, 5)
+version = (0, 4, 6)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-python-0.4.5/msgpack/fallback.py 
new/msgpack-python-0.4.6/msgpack/fallback.py
--- old/msgpack-python-0.4.5/msgpack/fallback.py2015-01-24 
19:34:36.0 +0100
+++ new/msgpack-python-0.4.6/msgpack/fallback.py2015-01-27 
06:04:10.0 +0100
@@ -187,15 +187,25 @@
 raise TypeError("`file_like.read` must be callable")
 self.file_like = file_like
 self._fb_feeding = False
+
+#: array of bytes feeded.
 self._fb_buffers = []
-self._fb_buf_o = 0
+#: Which buffer we currently reads
 self._fb_buf_i = 0
+#: Which position we currently reads
+self._fb_buf_o = 0
+#: Total size of _fb_bufferes
 self._fb_buf_n = 0
+
 # When Unpacker is used as an iterable, between the calls to next(),
 # the buffer is not "consumed" completely, for efficiency sake.
 # Instead, it is done sloppily.  To make sure we raise BufferFull at
 # the correct moments, we have to keep tra

commit python3-cffi for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python3-cffi for openSUSE:Factory 
checked in at 2015-03-16 07:00:53

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


Package is "python3-cffi"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cffi/python3-cffi.changes
2015-03-09 10:10:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-cffi.new/python3-cffi.changes   
2015-03-16 07:01:07.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 14 01:12:49 UTC 2015 - a...@gmx.de
+
+- update to version 0.9.2:
+  * skip zintegration on win32, adjust zdistutils for setuptools
+  * Test and fix for from_buffer() receiving read-only buffer objects
+  * Py3 syntax
+
+---

Old:

  cffi-0.9.1.tar.gz

New:

  cffi-0.9.2.tar.gz



Other differences:
--
++ python3-cffi.spec ++
--- /var/tmp/diff_new_pack.92egAf/_old  2015-03-16 07:01:08.0 +0100
+++ /var/tmp/diff_new_pack.92egAf/_new  2015-03-16 07:01:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cffi
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:Foreign Function Interface for Python calling C code
 License:MIT

++ cffi-0.9.1.tar.gz -> cffi-0.9.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cffi-0.9.1/PKG-INFO new/cffi-0.9.2/PKG-INFO
--- old/cffi-0.9.1/PKG-INFO 2015-03-08 09:07:14.0 +0100
+++ new/cffi-0.9.2/PKG-INFO 2015-03-13 10:03:30.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cffi
-Version: 0.9.1
+Version: 0.9.2
 Summary: Foreign Function Interface for Python calling C code.
 Home-page: http://cffi.readthedocs.org
 Author: Armin Rigo, Maciej Fijalkowski
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cffi-0.9.1/c/_cffi_backend.c 
new/cffi-0.9.2/c/_cffi_backend.c
--- old/cffi-0.9.1/c/_cffi_backend.c2015-03-08 09:06:59.0 +0100
+++ new/cffi-0.9.2/c/_cffi_backend.c2015-03-13 10:02:08.0 +0100
@@ -5142,10 +5142,13 @@
'view->obj'. */
 PyBufferProcs *pb = x->ob_type->tp_as_buffer;
 if (pb && !pb->bf_releasebuffer) {
-/* try all three in some vaguely sensible order */
-readbufferproc proc = (readbufferproc)pb->bf_getwritebuffer;
+/* we used to try all three in some vaguely sensible order,
+   i.e. first the write.  But trying to call the write on a
+   read-only buffer fails with TypeError.  So we use a less-
+   sensible order now.  See test_from_buffer_more_cases. */
+readbufferproc proc = (readbufferproc)pb->bf_getreadbuffer;
 if (!proc) proc = (readbufferproc)pb->bf_getcharbuffer;
-if (!proc) proc = (readbufferproc)pb->bf_getreadbuffer;
+if (!proc) proc = (readbufferproc)pb->bf_getwritebuffer;
 if (proc && pb->bf_getsegcount) {
 if ((*pb->bf_getsegcount)(x, NULL) != 1) {
 PyErr_SetString(PyExc_TypeError,
@@ -5173,6 +5176,40 @@
 return 0;
 }
 
+static int invalid_input_buffer_type(PyObject *x)
+{
+#if PY_MAJOR_VERSION < 3
+if (PyBuffer_Check(x)) {
+/* XXX fish fish fish in an inofficial way */
+typedef struct {
+PyObject_HEAD
+PyObject *b_base;
+} _my_PyBufferObject;
+
+_my_PyBufferObject *b = (_my_PyBufferObject *)x;
+x = b->b_base;
+if (x == NULL)
+return 0;
+}
+else
+#endif
+#if PY_MAJOR_VERSION > 2 || PY_MINOR_VERSION > 6
+if (PyMemoryView_Check(x)) {
+x = PyMemoryView_GET_BASE(x);
+if (x == NULL)
+return 0;
+}
+else
+#endif
+;
+
+if (PyBytes_Check(x) || PyUnicode_Check(x))
+return 1;
+if (PyByteArray_Check(x)) /* <= this one here for PyPy compatibility */
+return 1;
+return 0;
+}
+
 static PyObject *b_from_buffer(PyObject *self, PyObject *args)
 {
 CTypeDescrObject *ct;
@@ -5188,8 +5225,7 @@
 return NULL;
 }
 
-if (PyBytes_Check(x) || PyText_Check(x) ||
-PyByteArray_Check(x) /* <= this one here for PyPy compatibility */ ) {
+if (invalid_input_buffer_type(x)) {
 PyErr_SetString(PyExc_TypeError,
 "from_buffer() cannot return the address of the "
 "raw string within a "STR_OR_BYTES" or unicode or "
@@ -5441,6 +5477,67 @@
 return PyLong_FromVoidPtr(f);
 }
 
+#if PY_MAJOR_VERSION < 3
+static Py_ssize_t _test_segcountproc(PyObject *o, Py_ssize_t *ignored)
+{
+return 1;
+}
+static Py_ssize_t _test_getreadbuf(PyObject *o, Py_ssize_t i,

commit gudev-sharp for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package gudev-sharp for openSUSE:Factory 
checked in at 2015-03-16 07:00:27

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


Package is "gudev-sharp"

Changes:

--- /work/SRC/openSUSE:Factory/gudev-sharp/gudev-sharp.changes  2015-03-09 
09:21:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.gudev-sharp.new/gudev-sharp.changes 
2015-03-16 07:00:52.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 12 22:14:09 UTC 2015 - p.drou...@gmail.com
+
+- Little specfile cleanup
+
+---



Other differences:
--
++ gudev-sharp.spec ++
--- /var/tmp/diff_new_pack.lilBmv/_old  2015-03-16 07:00:52.0 +0100
+++ /var/tmp/diff_new_pack.lilBmv/_new  2015-03-16 07:00:52.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gudev-sharp (Version 0.2)
+# spec file for package gudev-sharp
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gudev-sharp
 Version:0.2
@@ -57,16 +55,12 @@
 %setup -q -n %{name}-%{version}
 
 %build
-%{?env_options}
 %configure
 make
 
 %install
 %makeinstall
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog NEWS COPYING AUTHORS README

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



commit unshield for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package unshield for openSUSE:Factory 
checked in at 2015-03-16 07:00:41

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


Package is "unshield"

Changes:

--- /work/SRC/openSUSE:Factory/unshield/unshield.changes2011-11-24 
11:37:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.unshield.new/unshield.changes   2015-03-16 
07:01:01.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar 13 12:55:22 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+- Update dependencies
+- Do not install .la file
+
+---

Old:

  unshield-0.6.tar.bz2

New:

  unshield-0.6.tar.gz



Other differences:
--
++ unshield.spec ++
--- /var/tmp/diff_new_pack.pzQuLG/_old  2015-03-16 07:01:02.0 +0100
+++ /var/tmp/diff_new_pack.pzQuLG/_new  2015-03-16 07:01:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unshield
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,26 +18,22 @@
 
 %define major 0
 %define libname libunshield
-
-%if 0%{?suse_version} < 1120
-%definemake_install%makeinstall
-%endif
-
 Name:   unshield
 Version:0.6
-Release:6
-License:MIT
+Release:0
 Summary:A Program to Extract InstallShield Cabinet Files
-Url:http://synce.sourceforge.net/
+License:MIT
 Group:  Productivity/Archiving/Compression
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-BuildRequires:  libtool pkgconfig
-BuildRequires:  zlib-devel
-
-Source: %{name}-%{version}.tar.bz2
+Url:http://synce.sourceforge.net/
+Source: 
http://sourceforge.net/projects/synce/files/Unshield/%{version}/%{name}-%{version}.tar.gz
 Patch0: unshield-zlib_test.patch
 Patch1: unshield-0.6-allow_ruu_extract.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Cabinet (.CAB) files are a form of archive, which is used by the
@@ -47,7 +43,6 @@
 See http://synce.sourceforge.net/ for more information.
 
 %package -n %{libname}%{major}
-
 Summary:A Program to Extract InstallShield Cabinet Files
 Group:  System/Libraries
 Provides:   %{name} = %{version}
@@ -61,11 +56,9 @@
 See http://synce.sourceforge.net/ for more information.
 
 %package -n %{libname}-devel
-
 Summary:Header files, libraries and development documentation for 
%{libname}
 Group:  Development/Libraries/C and C++
 Requires:   %{libname}%{major} = %{version}
-Requires:   zlib-devel
 
 %description -n %{libname}-devel
 This package contains the header files, static libraries and development
@@ -78,16 +71,18 @@
 %patch1
 
 %build
-autoreconf -f -i
+autoreconf -fi
 export CFLAGS="%{optflags} -DPROTOTYPES"
-%configure --disable-static --disable-rpath --with-pic
+%configure \
+   --disable-static \
+   --disable-rpath \
+   --with-pic
 make %{?_smp_mflags}
 
 %install
-%make_install
-
-%clean
-rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+# do not ship this
+rm %{buildroot}%{_libdir}/%{libname}.la
 
 %post -n %{libname}%{major} -p /sbin/ldconfig
 
@@ -107,7 +102,6 @@
 %defattr(-,root,root)
 %{_includedir}/%{libname}.h
 %{_libdir}/%{libname}.so
-%{_libdir}/%{libname}.la
 %{_libdir}/pkgconfig/%{libname}.pc
 
 %changelog

++ unshield-0.6-allow_ruu_extract.patch ++
--- /var/tmp/diff_new_pack.pzQuLG/_old  2015-03-16 07:01:02.0 +0100
+++ /var/tmp/diff_new_pack.pzQuLG/_new  2015-03-16 07:01:02.0 +0100
@@ -2,9 +2,11 @@
 
 http://www.mail-archive.com/synce-devel@lists.sourceforge.net/msg01806.html
 
 lib/libunshield.c.orig 2010-06-24 08:28:25.0 +0100
-+++ lib/libunshield.c  2010-06-24 08:28:46.0 +0100
-@@ -268,8 +268,11 @@
+Index: lib/libunshield.c
+===
+--- lib/libunshield.c.orig
 lib/libunshield.c
+@@ -268,8 +268,11 @@ static bool unshield_read_headers(Unshie
  unshield_error("Failed to read common header from header file %i", i);
  goto error;
}

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



commit postfixadmin for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package postfixadmin for openSUSE:Factory 
checked in at 2015-03-16 07:00:25

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


Package is "postfixadmin"

Changes:

--- /work/SRC/openSUSE:Factory/postfixadmin/postfixadmin.changes
2014-10-29 21:10:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.postfixadmin.new/postfixadmin.changes   
2015-03-16 07:00:50.0 +0100
@@ -1,0 +2,7 @@
+Tue Oct 28 20:45:14 UTC 2014 - opens...@cboltz.de
+
+- update to PostfixAdmin 2.92 aka 3.0 beta2
+  - remove upstream postfixadmin-svn.diff and postfixadmin-svn2.diff
+  - additional changes over the two patches: the version number ;-)
+
+---

Old:

  postfixadmin-2.91.tar.gz
  postfixadmin-svn.diff
  postfixadmin-svn2.diff

New:

  postfixadmin-2.92.tar.gz



Other differences:
--
++ postfixadmin.spec ++
--- /var/tmp/diff_new_pack.odx7cj/_old  2015-03-16 07:00:51.0 +0100
+++ /var/tmp/diff_new_pack.odx7cj/_new  2015-03-16 07:00:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postfixadmin
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,14 +17,13 @@
 
 
 Name:   postfixadmin
-Version:2.91
+Version:2.92
 Release:0
 Url:http://postfixadmin.sourceforge.net/
-Source0:%{name}-%{version}.tar.gz
+Source0:
http://sourceforge.net/projects/postfixadmin/files/postfixadmin/%{name}-%{version}/%{name}-%{version}.tar.gz
 
 # changes from SVN since the release
-Patch0: postfixadmin-svn.diff
-Patch1: postfixadmin-svn2.diff
+#Patch1: postfixadmin-svn.diff
 
 BuildArch:  noarch
 
@@ -107,8 +106,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+#patch1 -p1
 
 %build
 echo "*** serverroot: %{serverroot} ***"

++ postfixadmin-2.91.tar.gz -> postfixadmin-2.92.tar.gz ++
 62042 lines of diff (skipped)

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



commit simple-mtpfs for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package simple-mtpfs for openSUSE:Factory 
checked in at 2015-03-16 07:00:44

Comparing /work/SRC/openSUSE:Factory/simple-mtpfs (Old)
 and  /work/SRC/openSUSE:Factory/.simple-mtpfs.new (New)


Package is "simple-mtpfs"

Changes:

--- /work/SRC/openSUSE:Factory/simple-mtpfs/simple-mtpfs.changes
2013-07-12 20:58:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.simple-mtpfs.new/simple-mtpfs.changes   
2015-03-16 07:01:02.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar 13 14:34:48 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.2:
+  * Various fixes to work with newer phones
+- Remove useles CFLAGS declaration
+- Run over spec-cleaner
+
+---

Old:

  simple-mtpfs-0.1.tar.gz

New:

  simple-mtpfs-0.2.tar.gz



Other differences:
--
++ simple-mtpfs.spec ++
--- /var/tmp/diff_new_pack.fVEmdR/_old  2015-03-16 07:01:03.0 +0100
+++ /var/tmp/diff_new_pack.fVEmdR/_new  2015-03-16 07:01:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package simple-mtpfs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   simple-mtpfs
-Version:0.1
+Version:0.2
 Release:0
 Summary:Simple MTP fuse filesystem driver
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
-Source: 
http://github.com/phatina/simple-mtpfs/archive/%{name}-%{version}.tar.gz
 Url:http://github.com/phatina/simple-mtpfs
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libmtp-devel fuse-devel
-BuildRequires:  autoconf automake
+Source: 
http://github.com/phatina/simple-mtpfs/archive/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
+BuildRequires:  libmtp-devel
 BuildRequires:  pkg-config
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
@@ -39,25 +42,21 @@
 MTP device files.
 
 %prep
-%setup -q -n %name-%name-%version
-# fixed by upstream already --as-needed build
-sed -i \
-   -e 's:simple_mtpfs_LDFLAGS:simple_mtpfs_LDADD:g' \
-   src/makefile.am
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
-sh autogen.sh
-%configure
-make %{?_smp_mflags} V=1
-export CFLAGS="%{optflags}"
+autoreconf -fvi
+%configure \
+--disable-silent-rules
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
-%doc COPYING README
+%doc COPYING README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1.*
 
 %changelog

++ simple-mtpfs-0.1.tar.gz -> simple-mtpfs-0.2.tar.gz ++
 2799 lines of diff (skipped)

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



commit osc for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2015-03-16 07:00:20

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


Package is "osc"

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2015-01-14 11:46:03.0 
+0100
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2015-03-16 
07:00:47.0 +0100
@@ -1,0 +2,9 @@
+Thu Mar 12 09:36:27 UTC 2015 - adr...@suse.de
+
+- 0.151.0
+  - fixed shell command injection via crafted _service files CVE-2015-0778 
boo#901643
+  - fix times when data comes from OBS backend
+  - support updateing the link in target package for submit requests
+  - various minor bugfixes
+
+---

Old:

  osc-0.150.1.tar.gz

New:

  osc-0.151.0.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.QLoCZt/_old  2015-03-16 07:00:48.0 +0100
+++ /var/tmp/diff_new_pack.QLoCZt/_new  2015-03-16 07:00:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   osc
-Version:0.150.1
+Version:0.151.0
 Release:0
 Summary:openSUSE Build Service Commander
 License:GPL-2.0+

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.QLoCZt/_old  2015-03-16 07:00:48.0 +0100
+++ /var/tmp/diff_new_pack.QLoCZt/_new  2015-03-16 07:00:48.0 +0100
@@ -1,5 +1,5 @@
 pkgname=osc
-pkgver=0.150.1
+pkgver=0.151.0
 pkgrel=0
 pkgdesc="Open Build Service client"
 arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@
 groups=('base-devel')
 depends=('python2' 'python2-m2crypto' 'urlgrabber')
 source=(osc-${pkgver}.tar.gz)
-md5sums=('24a5313d364d46a1a03c443c50bfbc2b')
+md5sums=('877b9e4fc2c55b8950d3e642241ff6aa')
 
 package() {
   msg "Installing osc ..."

++ _service ++
--- /var/tmp/diff_new_pack.QLoCZt/_old  2015-03-16 07:00:48.0 +0100
+++ /var/tmp/diff_new_pack.QLoCZt/_new  2015-03-16 07:00:48.0 +0100
@@ -1,7 +1,7 @@
 
   
-0.150.1
-0.150
+0.151.0
+0.151.0
 git://github.com/openSUSE/osc.git
 git
   

++ debian.changelog ++
--- /var/tmp/diff_new_pack.QLoCZt/_old  2015-03-16 07:00:48.0 +0100
+++ /var/tmp/diff_new_pack.QLoCZt/_new  2015-03-16 07:00:48.0 +0100
@@ -1,4 +1,4 @@
-osc (0.150.1) unstable; urgency=low
+osc (0.151.0) unstable; urgency=low
   - Update to 0.135.0
 
  -- Adrian Schroeter   Wed, 28 Jun 2012 10:00:00 +0200

++ osc-0.150.1.tar.gz -> osc-0.151.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.150.1/NEWS new/osc-0.151.0/NEWS
--- old/osc-0.150.1/NEWS2015-01-13 16:53:00.0 +0100
+++ new/osc-0.151.0/NEWS2015-03-12 19:50:41.0 +0100
@@ -1,3 +1,9 @@
+0.151
+  - fixed shell command injection via crafted _service files (CVE-2015-0778)
+  - fix times when data comes from OBS backend
+  - support updateing the link in target package for submit requests
+  - various minor bugfixes
+
 0.150
   - support local builds using builenv (for same build environment as a former 
build)
   - add "osc api --edit" option to be able to edit some meta files directly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.150.1/osc/commandline.py 
new/osc-0.151.0/osc/commandline.py
--- old/osc-0.150.1/osc/commandline.py  2015-01-13 16:53:00.0 +0100
+++ new/osc-0.151.0/osc/commandline.py  2015-03-12 19:50:41.0 +0100
@@ -47,7 +47,7 @@
  * http://en.opensuse.org/openSUSE:Build_Service_Tutorial
  * http://en.opensuse.org/openSUSE:OSC
 .PP
-You can modify osc commands, or roll you own, via the plugin API:
+You can modify osc commands, or roll your own, via the plugin API:
  * http://en.opensuse.org/openSUSE:OSC_plugins
 .SH AUTHOR
 osc was written by several authors. This man page is automatically generated.
@@ -67,7 +67,7 @@
 * http://en.opensuse.org/openSUSE:Build_Service_Tutorial
 * http://en.opensuse.org/openSUSE:OSC
 
-You can modify osc commands, or roll you own, via the plugin API:
+You can modify osc commands, or roll your own, via the plugin API:
 * http://en.opensuse.org/openSUSE:OSC_plugins
 """
 name = 'osc'
@@ -948,6 +948,8 @@
   help='never remove source package on accept, but update its 
content')
 @cmdln.option('--no-update', a

commit pragha for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package pragha for openSUSE:Factory checked 
in at 2015-03-16 07:00:19

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


Package is "pragha"

Changes:

--- /work/SRC/openSUSE:Factory/pragha/pragha.changes2014-10-18 
09:09:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.pragha.new/pragha.changes   2015-03-16 
07:00:45.0 +0100
@@ -2 +2 @@
-Thu Oct 16 07:57:17 UTC 2014 - lazy.k...@opensuse.org
+Sun Feb 22 10:47:42 UTC 2015 - lazy.k...@opensuse.org
@@ -4,4 +4,50 @@
-- Update to 1.2.3.
-  * Fix bad title strings on playlist when edit or copy this tag.
-  * Fix bad albums strings on playlist when edit or copy this tag.
-  * Check existence of the files before import any playlist.
+- Update to 1.3.2.1.
+  * Disable libtool versioning for plugins.
+  * Not remember visibility of the second siderbar when init.
+  * Fix icon size on preferences dialog on Gtk 3.14.
+  * Try to fix the small progress bar on gtk 3.14, but finally just
+center it.
+  * Disable popover on gear menu!. It is just horrible!!, and pior
+on 3.14.
+  * Fix size of Gear menu.
+  * Add Castillan translation to the install list.
+  * Updates translations: Russian, Korean, French.
+- Drop pragha-fix-plugin-linking.patch: fixed upstream.
+
+---
+Tue Feb 17 21:11:54 UTC 2015 - g...@opensuse.org
+
+- Add pragha-fix-plugin-linking.patch in order to remove versioning
+  and soname from plugins (gh#pragha-music-player/pragha#74)
+- Enable compiler output
+
+---
+Sat Jan 17 09:08:35 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 1.3.2.
+  * Add optional client-side-decorators support trying to follow
+GNOME 3 HIG.
+  * Can hide menubar and then append a gear menu on toolbar.
+  * Add a infobar when some change on prefrences need restart.
+  * Except activation of plugins must accept the preferences dialog
+for the changes to take effect.
+  * A lot of margins and sizes were stylized to improve the design.
+  * Acrivate mpris2 and show lyrics sidebar by default.
+  * Devices plugin: Fix remove library and drop database when eject
+any usb mass storage.
+  * Devices plugin: Show a message when fails to mount a usb.
+  * Devices plugin: Properly handles devices that are mounted by
+the desktop before than by Pragha.
+  * Devices plugin: Fix format not a string literal and no format
+  * arguments [-Werror=format-security].
+Check existence of the files before import any playlist. So..
+never more import empty playlists.
+  * Fix change library when old list is empty.
+  * Insensitive some playback actions on toolbar, menubar and
+systray when startup.
+  * Lastfm: Be a little more careful with PraghaMusicobject
+references.
+  * Remove useless option to setting gstreamer version con
+configure.ac.
+  * Remove preferences (including passwords) when plugins are
+deactivated.
@@ -8,0 +55,94 @@
+  * New Castillan translation.
+  * Update German, Czech, Portuguese, Russian, Korean, Spanish
+translations.
+- Move Korean locale from ko_KR to ko.
+- Correct the source URL.
+
+---
+Sat Oct  4 06:36:34 UTC 2014 - lazy.k...@opensuse.org
+
+- Replace BuildRequires: pkgconfig(rygel-core-2.2),
+  pkgconfig(rygel-server-2.2) with rygel-devel because they are
+  versioned.
+- Remove BuildRequires: appdata-tools; %{_datadir}/appdata/ is
+  owned by filesystem.
+
+---
+Sun Aug  3 09:37:31 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 1.3.1.
+  * New TuneIn plugin. Allow search on TuneIn and append first
+radio.
+  * New DLNA server plugin. Allow share playlist to a DLNA server
+using Rygel.
+  * New DLNA renderer plugin. Allow play music on a DLNA server
+using Grilo.
+  * New AcousticId plugin. Get metadata of current song on AcoustID
+service.
+  * Port to GtkApplication.
+  * Return a basic support to MOD files.
+  * Allow playback music on MTP devices.
+  * The CD-ROM support became a plugin.
+  * The Last.fm support became a plugin.
++ Better protect tags and time_t on threads.
++ Use diferents time_id to scrobble and update now playing.
++ Fix submits multiple entries of one song to LastFM.
++ Betters function names and declare a lot as static.
+  * Song-info plugin: don't delay searching and cancel if song was
+changed.
+  * Allow recursive playlist disabled.
+  * Reduce track progress bar size. (A regresion since Gtk+-2).
+  * Split Devices plugin. Devices, MTP, Removable, and CDROM.
+  * PraghaMusicobject/Database: file_type coverted to mime_type.

commit hylafax+ for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package hylafax+ for openSUSE:Factory 
checked in at 2015-03-16 07:00:22

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


Package is "hylafax+"

Changes:

--- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes2015-03-05 
18:16:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.hylafax+.new/hylafax+.changes   2015-03-16 
07:00:48.0 +0100
@@ -1,0 +2,10 @@
+Thu Mar 12 19:52:34 UTC 2015 - h...@urpla.net
+
+- fix standalone hylafax+-client fallout
+
+---
+Thu Mar 12 17:45:09 CET 2015 - p...@suse.de
+
+- Move libfaxutil into its own sub package (bnc#922017).
+
+---



Other differences:
--
++ hylafax+.spec ++
--- /var/tmp/diff_new_pack.Bem7QG/_old  2015-03-16 07:00:49.0 +0100
+++ /var/tmp/diff_new_pack.Bem7QG/_new  2015-03-16 07:00:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hylafax+
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,11 +42,11 @@
 Source7:README.SUSE
 
 BuildRequires:  gcc-c++
+BuildRequires:  ghostscript
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pam-devel
 BuildRequires:  zlib-devel
-BuildRequires:  ghostscript
 
 %if 0%{?fedora} >= 16
 BuildRequires:  lcms-devel
@@ -121,6 +121,8 @@
 Requires(postun): /sbin/service
 %endif
 
+%define lib_version %(echo %version | tr \. _)
+
 %description
 HylaFAX(tm) is a enterprise-strength fax server supporting
 Class 1 and 2 fax modems on UNIX systems. It provides spooling
@@ -129,6 +131,13 @@
 and client implementations exist for a number of platforms including 
 windows.
 
+%package -n libfaxutil%{lib_version}
+Summary:Runtime Library needed by both server and client.
+Group:  System/Libraries
+
+%description -n libfaxutil%{lib_version}
+This runtime lib is needed by both the server and the client.
+
 %package -n hylafax+-client
 Conflicts:  sendfax
 Summary:Linux client package for the Hylafax server
@@ -245,6 +254,9 @@
 #   ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rchylafax+
 #%endif
 
+# not being executable is rather unconvenient
+chmod +x %{buildroot}%{_sbindir}/edit-faxcover
+
 # Prepare docdir by removing non-doc files
 # Remove files that are not needed on Linux
 rm -f %{buildroot}%{_sbindir}/{faxsetup.irix,faxsetup.bsdi}
@@ -334,6 +346,10 @@
 %{restart_on_update %{name}}
 %{insserv_cleanup}
 fi
+
+%post -n libfaxutil%{lib_version} -p /sbin/ldconfig
+%postun -n libfaxutil%{lib_version} -p /sbin/ldconfig
+
 %endif
 End SysV settings
 ###SUSE adjust - end
@@ -350,6 +366,7 @@
 %endif
 %defattr(-,uucp,uucp,-)
 %doc CHANGES CONTRIBUTORS COPYRIGHT README TODO VERSION README.SUSE
+%exclude %{_libdir}/libfaxutil*
 %{_libdir}/libfax*
 %doc %{_mandir}/man5/hylafax-config.5f.gz
 %doc %{_mandir}/man5/doneq.5f.gz
@@ -416,11 +433,7 @@
 %dir %{_sysconfdir}/hylafax/faxmail
 %dir %{_sysconfdir}/hylafax/faxmail/application
 %dir %{_sysconfdir}/hylafax/faxmail/image
-%config(noreplace) %{_sysconfdir}/hylafax/faxcover.ps
-%config(noreplace) %{_sysconfdir}/hylafax/faxmail.ps
 %config(noreplace) %{_sysconfdir}/hylafax/hfaxd.conf
-%config(noreplace) %{_sysconfdir}/hylafax/pagesizes
-%config(noreplace) %{_sysconfdir}/hylafax/typerules
 %dir %{faxspool}/config
 %dir %{faxspool}/dev
 %{faxspool}/config/*
@@ -516,8 +529,16 @@
 %defattr(600,uucp,uucp,-)
 %config(noreplace) %{faxspool}/etc/hosts.hfaxd
 
+%files -n libfaxutil%{lib_version}
+%defattr(-, root, root)
+%{_libdir}/libfaxutil*
+
 %files -n hylafax+-client
 %defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/hylafax/faxcover.ps
+%config(noreplace) %{_sysconfdir}/hylafax/faxmail.ps
+%config(noreplace) %{_sysconfdir}/hylafax/pagesizes
+%config(noreplace) %{_sysconfdir}/hylafax/typerules
 %{_bindir}/faxalter
 %{_bindir}/faxcover
 %{_bindir}/faxmail

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



commit filezilla for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2015-03-16 07:00:07

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


Package is "filezilla"

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2014-10-05 
20:32:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2015-03-16 
07:00:12.0 +0100
@@ -1,0 +2,20 @@
+Thu Mar 12 14:08:13 UTC 2015 - tchva...@suse.com
+
+- Add patch to build with our wxwidgets wxstring-conversions-fix.patch
+
+---
+Thu Mar 12 08:31:02 UTC 2015 - tchva...@suse.com
+
+- Add patch fix-missing-include-fz-bug-10280.patch to fix build
+
+---
+Tue Mar  3 11:44:32 UTC 2015 - tchva...@suse.com
+
+- Version bump to 3.10.2:
+  * In the XML files, passwords are now base64 encoded
+  * The subject area in the certificate verification can now be scrolled if the
+certificate contains many alternative names
+  * Many performance improvements
+  * Various bugfixes
+
+---

Old:

  FileZilla_3.9.0.5_src.tar.bz2

New:

  FileZilla_3.10.2_src.tar.bz2
  fix-missing-include-fz-bug-10280.patch
  wxstring-conversions-fix.patch



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.imsYmB/_old  2015-03-16 07:00:13.0 +0100
+++ /var/tmp/diff_new_pack.imsYmB/_new  2015-03-16 07:00:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package filezilla
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   filezilla
-Version:3.9.0.5
+Version:3.10.2
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0+
@@ -26,6 +26,10 @@
 Source0:
http://prdownloads.sourceforge.net/filezilla/FileZilla_%{version}_src.tar.bz2
 Patch0: putty-no_DATE_and_TIME_.patch
 Patch1: filezilla-3.5.3-buildinfo-no-date.patch
+# PATCH-FIX-UPSTREAM: fix missing include, will be in next version
+Patch2: fix-missing-include-fz-bug-10280.patch
+# PATCH-FIX-UPSTREAM: fix conversions from wxString to const char*
+Patch3: wxstring-conversions-fix.patch
 BuildRequires:  cppunit-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -67,6 +71,8 @@
 %setup -q
 %patch0
 %patch1
+%patch2 -p2
+%patch3 -p1
 
 # Fix invalid translation locales:
 cd locales
@@ -75,7 +81,6 @@
 ca_ES@valencia\
 cs_CZ\
 da_DK\
-et_EE\
 eu_ES\
 fa_IR\
 fi_FI\
@@ -107,6 +112,7 @@
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 %configure \
+--disable-static \
--disable-manualupdatecheck \
--disable-autoupdatecheck \
--with-tinyxml=system \
@@ -130,6 +136,7 @@
 %{_bindir}/fzputtygen
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/%{name}.png
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/icons/hicolor/16x16/apps/%{name}.png
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png

++ FileZilla_3.9.0.5_src.tar.bz2 -> FileZilla_3.10.2_src.tar.bz2 ++
 322576 lines of diff (skipped)

++ fix-missing-include-fz-bug-10280.patch ++
--- FileZilla3/trunk/src/interface/Mainfrm.h2015/03/02 20:28:30 6542
+++ FileZilla3/trunk/src/interface/Mainfrm.h2015/03/03 15:54:36 6543
@@ -1,13 +1,18 @@
 #ifndef __MAINFRM_H__
 #define __MAINFRM_H__
 
+#include "statusbar.h"
+#include "engine_context.h"
+
+#include "wx/timer.h"
+
 #ifndef __WXMAC__
 #include 
 #endif
 
-#include "statusbar.h"
-
-#include "engine_context.h"
+#if FZ_MANUALUPDATECHECK
+#include "updater.h"
+#endif
 
 class CAsyncRequestQueue;
 class CContextControl;
@@ -25,13 +30,7 @@
 class CToolBar;
 class CWindowStateManager;
 
-
-#if FZ_MANUALUPDATECHECK
-#include "updater.h"
-#endif
-class CWindowStateManager;
-
-class CMainFrame : public wxNavigationEnabled
+class CMainFrame final : public wxNavigationEnabled
 #if FZ_MANUALUPDATECHECK
, protected CUpdateHandler
 #endif
++ wxstring-conversions-fix.patch ++
Index: filezilla-3.10.2/src/engine/process.cpp
===
--- filezilla-3.10.2.orig/src/engine/process.cpp
+++ filezilla-3.10.2/src/engine/process.cpp
@@ -290,7 +290,7 @@ public:
}
 
 

commit java-1_8_0-openjdk for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2015-03-16 07:00:15

Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new (New)


Package is "java-1_8_0-openjdk"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2015-03-05 18:16:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes   
2015-03-16 07:00:38.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  5 16:40:27 UTC 2015 - fst...@suse.com
+
+- Update the aarch64 tarball to a recent tip of the jdk8 repository
+
+---

Old:

  44142a22d60f.tar.bz2

New:

  a747c1771e54.tar.bz2



Other differences:
--
++ java-1_8_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.Uknzwl/_old  2015-03-16 07:00:41.0 +0100
+++ /var/tmp/diff_new_pack.Uknzwl/_new  2015-03-16 07:00:41.0 +0100
@@ -43,7 +43,7 @@
 %global nashorn_revision fb7b6c2b95c5
 %global aarch64_project aarch64-port
 %global aarch64_repository jdk8
-%global aarch64_hotspot_revision 44142a22d60f
+%global aarch64_hotspot_revision a747c1771e54
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority180%{updatever}

++ 44142a22d60f.tar.bz2 -> a747c1771e54.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_8_0-openjdk/44142a22d60f.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/a747c1771e54.tar.bz2 differ: 
char 11, line 1

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



commit gcompris for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2015-03-16 07:00:11

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


Package is "gcompris"

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2015-03-05 
15:31:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2015-03-16 
07:00:24.0 +0100
@@ -1,0 +2,19 @@
+Thu Mar  5 01:33:03 UTC 2015 - l...@linux-schulserver.de
+
+- update to 15.02:
+  Bug fixes and improvements:
+  + missing_letter, data fix for bolsa and pastel in Spanish by Edy Paz
+  + lang, fix a bug in case of excactly 12 triplets in the dataset by Jan Boon
+  + trying to avoid a crash case in the menu by Bruno Coudoin
+  + gletters, add Norwegian Bokmål dataset based on the Nynorsk one by Bruno 
Coudoin
+  + Fix a typo in submarine.c by Gabor Kelemen 
+  Translations update:
+  + Updated Russian translation by Stas Solovey
+  + Updated Spanish translation by Daniel Mustieles
+  + Updated Serbian translation by Мирослав Николић
+  + Updated Brazilian Portuguese translation by Rafael Ferreira
+  + Updated Hungarian translation by Balázs Úr
+  + Updated Czech translation by Marek Černocký
+  + Updated Hungarian translation by Balázs Úr 
+
+---

Old:

  gcompris-14.12.tar.bz2

New:

  gcompris-15.02.tar.bz2



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.YOecNI/_old  2015-03-16 07:00:34.0 +0100
+++ /var/tmp/diff_new_pack.YOecNI/_new  2015-03-16 07:00:34.0 +0100
@@ -20,7 +20,7 @@
 Summary:J'ai compris / I Have Understood
 License:GPL-3.0+
 Group:  Amusements/Teaching/Other
-Version:14.12
+Version:15.02
 Release:0
 Url:http://gcompris.net
 Source0:%{name}-%{version}.tar.bz2

++ gcompris-14.12.tar.bz2 -> gcompris-15.02.tar.bz2 ++
/work/SRC/openSUSE:Factory/gcompris/gcompris-14.12.tar.bz2 
/work/SRC/openSUSE:Factory/.gcompris.new/gcompris-15.02.tar.bz2 differ: char 
11, line 1

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



commit java-1_9_0-openjdk for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package java-1_9_0-openjdk for 
openSUSE:Factory checked in at 2015-03-16 07:00:17

Comparing /work/SRC/openSUSE:Factory/java-1_9_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new (New)


Package is "java-1_9_0-openjdk"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_9_0-openjdk/java-1_9_0-openjdk.changes
2015-03-01 14:47:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/java-1_9_0-openjdk.changes   
2015-03-16 07:00:42.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar  5 08:25:58 UTC 2015 - fst...@suse.com
+
+- Updated patch:
+  * s390-size_t.patch
+- patch one more occurence of uintx/size_t mismatch
+
+---



Other differences:
--
++ java-1_9_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.sqhjZs/_old  2015-03-16 07:00:45.0 +0100
+++ /var/tmp/diff_new_pack.sqhjZs/_new  2015-03-16 07:00:45.0 +0100
@@ -91,10 +91,10 @@
 %ifarch s390x
 %global archinstall s390x
 %endif
-%ifarch %{arm}
+%ifarch %arm
 %global archinstall arm
 %endif
-%ifarch %{aarch64}
+%ifarch %aarch64
 %global archinstall aarch64
 %endif
 # 32 bit sparc, optimized for v9
@@ -436,7 +436,7 @@
 %prep
 %setup -q -n %{root_repository}-%{root_revision}
 %setup -q -D -n %{root_repository}-%{root_revision} -T -a 1
-%ifarch %{aarch64}
+%ifarch %aarch64
 %setup -q -D -n %{root_repository}-%{root_revision} -T -a 8
 %else
 %setup -q -D -n %{root_repository}-%{root_revision} -T -a 2
@@ -455,7 +455,7 @@
 pwd
 mv corba-%{corba_revision} corba
 
-%ifarch %{aarch64}
+%ifarch %aarch64
 mv hotspot-%{aarch64_hotspot_revision} hotspot
 %else
 mv hotspot-%{hotspot_revision} hotspot
@@ -496,14 +496,14 @@
 
 # Due to whitespace differences the patch does not apply to the aarch64 tarball
 # and also is not needed there, so just apply to non aarch64 only.
-%ifnarch %{aarch64}
+%ifnarch %aarch64
 %patch2 -p1
 %endif
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%ifarch %{aarch64}
+%ifarch %aarch64
 %patch8 -p1
 %endif
 %patch9 -p1
@@ -569,7 +569,7 @@
 
 # Build IcedTea and OpenJDK.
 
-%ifarch s390x sparc64 alpha ppc64 ppc64le %{aarch64}
+%ifarch s390x sparc64 alpha ppc64 ppc64le %aarch64
 export ARCH_DATA_MODEL=64
 %endif
 
@@ -601,7 +601,7 @@
 --with-libpng=system \
 --with-lcms=system \
 --with-stdc++lib=dynamic \
-%ifnarch %{arm}
+%ifnarch %arm
 --with-num-cores="$NUM_PROC" \
 %endif
 %if 0%{?suse_version} >= 1120

++ s390-size_t.patch ++
--- /var/tmp/diff_new_pack.sqhjZs/_old  2015-03-16 07:00:45.0 +0100
+++ /var/tmp/diff_new_pack.sqhjZs/_new  2015-03-16 07:00:45.0 +0100
@@ -1,3 +1,14 @@
+--- jdk9/hotspot/src/share/vm/code/codeCache.cpp   2015-03-05 
09:23:23.714320208 +0100
 jdk9/hotspot/src/share/vm/code/codeCache.cpp   2015-03-05 
09:24:37.023580367 +0100
+@@ -299,7 +299,7 @@
+   _heaps->append(heap);
+ 
+   // Reserve Space
+-  size_t size_initial = MIN2(InitialCodeCacheSize, rs.size());
++  size_t size_initial = MIN2((size_t)InitialCodeCacheSize, rs.size());
+   size_initial = round_to(size_initial, os::vm_page_size());
+   if (!heap->reserve(rs, size_initial, CodeCacheSegmentSize)) {
+ vm_exit_during_initialization("Could not reserve enough space for code 
cache");
 --- 
jdk9/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
   2015-02-20 14:19:59.901506607 +0100
 +++ 
jdk9/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
   2015-02-20 14:20:36.722643899 +0100
 @@ -2645,7 +2645,7 @@

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



commit genius for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package genius for openSUSE:Factory checked 
in at 2015-03-16 07:00:13

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


Package is "genius"

Changes:

--- /work/SRC/openSUSE:Factory/genius/genius.changes2014-09-26 
11:21:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.genius.new/genius.changes   2015-03-16 
07:00:35.0 +0100
@@ -1,0 +2,18 @@
+Thu Mar 12 08:19:07 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.20:
+  + Add more sizes of icons including SVG, and add Keywords to the
+.desktop file.
+  + Documentation updates.
+  + Fix PeriodicExtension function.
+  + ErrorFunction (erf) is using MPFR for real values so it is far
+more precise and faster.
+  + The Fourier series example is no longer using a hand coded
+graph and hand computed series, so it can now be easily
+modified to show series for different functions.
+  + Fix GCC 5 compilation.
+  + A couple of minor fixes in the plotting code including one
+possible crasher.
+  + Updated translations.
+
+---

Old:

  genius-1.0.19.tar.xz

New:

  genius-1.0.20.tar.xz



Other differences:
--
++ genius.spec ++
--- /var/tmp/diff_new_pack.1DZMlO/_old  2015-03-16 07:00:36.0 +0100
+++ /var/tmp/diff_new_pack.1DZMlO/_new  2015-03-16 07:00:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package genius
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   genius
-Version:1.0.19
+Version:1.0.20
 Release:0
 Summary:General purpose calculator and mathematics tool
 License:GPL-3.0+
@@ -153,8 +153,7 @@
 %{_bindir}/gnome-genius
 %{_prefix}/lib/genius
 %{_datadir}/applications/gnome-genius.desktop
-%{_datadir}/icons/hicolor/*/apps/genius-stock-plot.png
-%{_datadir}/icons/hicolor/*/apps/gnome-genius.png
+%{_datadir}/icons/hicolor/
 %{_datadir}/mime/packages/genius.xml
 
 %files devel

++ genius-1.0.19.tar.xz -> genius-1.0.20.tar.xz ++
 89954 lines of diff (skipped)

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



commit kdebase3 for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory 
checked in at 2015-03-16 07:00:02

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


Package is "kdebase3"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes2014-12-09 
09:13:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes   2015-03-16 
07:00:03.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar  1 04:55:49 UTC 2015 - an...@opensuse.org
+
+- fix desktop files' categories
+
+---



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.Waay47/_old  2015-03-16 07:00:09.0 +0100
+++ /var/tmp/diff_new_pack.Waay47/_new  2015-03-16 07:00:09.0 +0100
@@ -872,6 +872,24 @@
 %suse_update_desktop_file -r kfontview Graphics Viewer
 %suse_update_desktop_file -r krandrtrayApplet X-KDE-settings-desktop
 %suse_update_desktop_file 
$RPM_BUILD_ROOT/opt/kde3/share/apps/remoteview/smb-network.desktop
+%suse_update_desktop_file -r cdinfo Settings HardwareSettings
+%suse_update_desktop_file -r dma Settings HardwareSettings
+%suse_update_desktop_file -r devices Settings HardwareSettings
+%suse_update_desktop_file -r ioports Settings HardwareSettings
+%suse_update_desktop_file -r interrupts Settings HardwareSettings
+%suse_update_desktop_file -r memory Settings HardwareSettings
+%suse_update_desktop_file -r nic Settings HardwareSettings
+%suse_update_desktop_file -r opengl Settings HardwareSettings
+%suse_update_desktop_file -r pci Settings HardwareSettings
+%suse_update_desktop_file -r partitions Settings HardwareSettings
+%suse_update_desktop_file -r processor Settings HardwareSettings
+%suse_update_desktop_file -r ioslaveinfo Settings HardwareSettings
+%suse_update_desktop_file -r scsi System Settings HardwareSettings
+%suse_update_desktop_file -r smbstatus Settings HardwareSettings
+%suse_update_desktop_file -r sound Settings HardwareSettings
+%suse_update_desktop_file -r kcmusb Settings HardwareSettings
+%suse_update_desktop_file -r xserver Settings HardwareSettings
+
 for i in $RPM_BUILD_ROOT/opt/kde3/share/applnk/System/ScreenSavers/*.desktop ; 
do
   sed -e '/^\[Desktop Entry\]/a\
 Categories=Screensaver;' $i > ${i}_






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



commit go-kr-text for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package go-kr-text for openSUSE:Factory 
checked in at 2015-03-16 07:00:04

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


Package is "go-kr-text"

Changes:

--- /work/SRC/openSUSE:Factory/go-kr-text/go-kr-text.changes2014-09-22 
18:50:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-kr-text.new/go-kr-text.changes   
2015-03-16 07:00:10.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar 12 12:44:16 UTC 2015 - i...@marguerite.su
+
+- update version 0.0.0+git20130910.6807e77
+  * no changelog
+
+---

Old:

  text-0.0.0+git20130910.6807e77.tar.bz2

New:

  text-0.0.0+git20130910.6807e77.tar.xz



Other differences:
--
++ go-kr-text.spec ++
--- /var/tmp/diff_new_pack.aswDR6/_old  2015-03-16 07:00:11.0 +0100
+++ /var/tmp/diff_new_pack.aswDR6/_new  2015-03-16 07:00:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go-kr-text
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   go-kr-text
 Version:   0.0.0+git20130910.6807e77
 Release:   0
-License:   MIT
 Summary:   Miscellaneous functions for formatting text
-Url:   https://github.com/kr/text
+License:MIT
 Group: Development/Languages/Other
-Source:text-%{version}.tar.bz2
+Url:https://github.com/kr/text
+Source: text-%{version}.tar.xz
 BuildRequires: go-devel
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{go_requires}
 %{go_provides}

++ _service ++
--- /var/tmp/diff_new_pack.aswDR6/_old  2015-03-16 07:00:11.0 +0100
+++ /var/tmp/diff_new_pack.aswDR6/_new  2015-03-16 07:00:11.0 +0100
@@ -1,16 +1,16 @@
 
-  
+  
 https://github.com/kr/text.git
 git
 .git
 0.0.0+git%cd.%h
 master
   
-  
+  
 text-*.tar
-bz2
+xz
   
-  
+  
 text
   
 

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



commit gnome-control-center for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2015-03-16 06:59:52

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


Package is "gnome-control-center"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2015-02-20 13:50:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2015-03-16 06:59:54.0 +0100
@@ -1,0 +2,41 @@
+Thu Mar 12 16:00:23 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.3 (boo#916784):
+  + Background: Fix crash to missing icon.
+  + Network:
+- Also work with NetworkManager 1.0.
+- Allocate storage for zone name during D-Bus call.
+  + Power: Fix initial state of Bluetooth switch.
+  + Printers: Remove border around model name.
+  + Sharing:
+- Prevent an endless loop and resulting stack overflow.
+- Don't add the folder if the dialog isn't explicity accepted.
+- Update help URI.
+  + Shell: Unset sort terms when search entry is programatically
+cleared.
+  + Universal Access: Fix typo.
+  + User Accounts:
+- Change default size for avatar cropping to match Cheese.
+- Don't crash when closing fingerprint dialog.
+- Don't crash when network changes.
+- Don't show empty row for remote users.
+- Drop
+  gnome-control-center-power-fix-initial-state-of-Bluetooth.patch
+  and gnome-control-center-NM-1.0.patch: Fixed upstream.
+
+---
+Thu Mar 12 10:26:55 UTC 2015 - dims...@opensuse.org
+
+- Add with_cacert_patch condition. When enabled:
+  + Add NetworkManager(cacert-patch) Requires
+  + Apply gnome-control-center-probe-radius-server-cert.patch
+  + This needs to be toggled whenever NetworkManager is updated
+and the nm-probe-radius-server-cert.patch there is not rebased
+yet.
+
+---
+Wed Mar 11 08:52:48 UTC 2015 - g...@suse.com
+
+- Refresh gnome-control-center-probe-radius-server-cert.patch
+
+---

Old:

  gnome-control-center-3.14.2.tar.xz
  gnome-control-center-NM-1.0.patch
  gnome-control-center-power-fix-initial-state-of-Bluetooth.patch

New:

  gnome-control-center-3.14.3.tar.xz



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.curMQF/_old  2015-03-16 06:59:55.0 +0100
+++ /var/tmp/diff_new_pack.curMQF/_new  2015-03-16 06:59:55.0 +0100
@@ -26,8 +26,10 @@
 %define with_wacom 1
 %endif
 
+%define with_cacert_patch 1
+
 Name:   gnome-control-center
-Version:3.14.2
+Version:3.14.3
 Release:0
 # FIXME: in 12.3 and later, check if we still need patch2 
(gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
 Summary:The GNOME Control Center
@@ -47,10 +49,6 @@
 Patch16:gnome-control-center-probe-radius-server-cert.patch
 # PATCH-FEATURE-OPENSUSE 
gnome-control-center-follow-polkit-permissions-for-tz.patch boo#904058 
badshah...@gmail.com -- Follow polkit permissions for allowing/locking timezone 
setting changes
 Patch17:gnome-control-center-follow-polkit-permissions-for-tz.patch
-# PATCH-FIX-UPSTREAM gnome-control-center-NM-1.0.patch dims...@opensuse.org -- 
Allow to operate with NetworkManager 1.0
-Patch18:gnome-control-center-NM-1.0.patch
-# PATCH-FIX-UPSTREAM 
gnome-control-center-power-fix-initial-state-of-Bluetooth.patch bgo#725654 
zai...@opensuse.org. -- Fix initial state of Bluetooth switch, taken from 
upstream git.
-Patch19:gnome-control-center-power-fix-initial-state-of-Bluetooth.patch
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -127,6 +125,9 @@
 Recommends: dbus(com.intel.dleyna-server)
 # the printers panel can use the dbus service
 Recommends: system-config-printer-dbus-service
+%if %{with_cacert_patch}
+Requires:   NetworkManager(cacert-patch)
+%endif
 Provides:   acme
 Provides:   fontilus
 Provides:   themus
@@ -184,12 +185,12 @@
 %patch0 -p1
 %patch1 -p1
 %patch15 -p1
-#patch16 -p1
+%if %{with_cacert_patch}
+%patch16 -p1
+%endif
 %patch17 -p1
 #NEEDS-REBASE
 #patch14 -p1
-%patch18 -p1
-%patch19 -p1
 
 %build
 ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh

++ gnome-control-center-3.14.2.tar.xz -> gnome-control-center-3.14.3.tar.xz 
++
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center-3.14.2.tar.xz
 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center-3.14.3.ta

commit cups-filters for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package cups-filters for openSUSE:Factory 
checked in at 2015-03-16 06:59:38

Comparing /work/SRC/openSUSE:Factory/cups-filters (Old)
 and  /work/SRC/openSUSE:Factory/.cups-filters.new (New)


Package is "cups-filters"

Changes:

--- /work/SRC/openSUSE:Factory/cups-filters/cups-filters.changes
2015-01-20 18:59:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.cups-filters.new/cups-filters.changes   
2015-03-16 06:59:39.0 +0100
@@ -1,0 +2,38 @@
+Thu Mar 12 14:48:10 UTC 2015 - tchva...@suse.com
+
+- Reenable threads, seems to work fine. If there are thread related
+  issues assign the bug to me.
+
+---
+Thu Mar 12 15:47:17 CET 2015 - jsm...@suse.de
+
+- Version upgrade to 1.0.67
+   Changes in 1.0.67:
+   * cups-browsed: Use g_source_remove() instead of
+ g_source_destroy() for killing auto shutdown timers
+ (Ubuntu bug #1427344).
+
+---
+Thu Mar  7 13:15:12 UTC 2015 - tchva...@suse.com
+
+- Do no longer create foomatic-rip symlink that is now done
+  by make install command (see linuxfoundation.org bug #1255
+  and the entry dated "Mon Aug 25 15:30:37 CEST 2014" below).
+- Fix postun call on cups-browsed to call right rpm macro
+
+---
+Sat Mar  7 12:24:51 UTC 2015 - tchva...@suse.com
+
+- Version bump to 1.0.66:
+  * Many fixes in cups-browsed in particular a SECURITY FIX:
+Fixed a bug in the remove_bad_chars() failing to reliably
+filter out illegal characters if there are two or more
+subsequent illegal characters, allowing execution of arbitrary
+commands with the rights of the "lp" user, using forged print
+service announcements on DNS-SD servers
+(CVE-2015-2265, boo#921753, linuxfoundation.org bug #1265).
+  * Compat code for new poppler.
+  * For detailed listing see NEWS file in documentation.
+- Use .xz for tarball, bit smaller, adds dep on xz, no biggie
+
+---

Old:

  cups-filters-1.0.58.tar.gz

New:

  cups-filters-1.0.67.tar.xz



Other differences:
--
++ cups-filters.spec ++
--- /var/tmp/diff_new_pack.VoyS3t/_old  2015-03-16 06:59:40.0 +0100
+++ /var/tmp/diff_new_pack.VoyS3t/_new  2015-03-16 06:59:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cups-filters
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -36,14 +36,9 @@
 #   and also run: zypper vcmp 'next version' 'current version'
 # e.g. zypper vcmp '1.0.49' '1.0.49.20140326' -> 1.0.49 is older than 
1.0.49.20140326
 #  and zypper vcmp '1.0.50' '1.0.49.20140326' -> 1.0.50 is newer than 
1.0.49.20140326
-Version:1.0.58
+Version:1.0.67
 Release:0
-# tarball_version is used below to specify the directory via "setup -n":
-# Special tarball_version needed for current cups-filters e.g. "define 
tarball_version 9.10rc1".
-# For official cups-filters releases tarball_version and version are the same 
(i.e. "define tarball_version %{version}")
-# Special tarball_version needed for current cups-filters e.g. "define 
tarball_version 9.10rc1".
-%define tarball_version %{version}
-Source0:
http://www.openprinting.org/download/cups-filters/cups-filters-%{tarball_version}.tar.gz
+Source0:
http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
 # Since cups-filters version 1.0.42 foomatic-rip is also provided by 
cups-filters.
 # The foomatic-rip version that is provided by cups-filters is not specified 
in the cups-filters sources
 # but on http://www.openprinting.org/download/foomatic/ the 
foomatic-filters-4.0-current.tar.gz
@@ -90,6 +85,7 @@
 BuildRequires:  glibc-devel
 BuildRequires:  libtool
 BuildRequires:  systemd
+BuildRequires:  xz
 %systemd_requires
 # test requires
 BuildRequires:  dejavu-fonts
@@ -264,8 +260,7 @@
 This package contains the development files for cups-filters.
 
 %prep
-# Be quiet when unpacking and use a directory name matching Source0:
-%setup -q -n cups-filters-%{tarball_version}
+%setup -q
 
 %build
 # Just do what is described in the upstream INSTALL file
@@ -286,23 +281,13 @@
--without-php \
   --with-rcdir=no \
   --with-test-font-path=/usr/share/fonts/truetype/DejaVuSans.ttf
-# At least for now - until an expert may have had a look - using plain make
-# 

commit xscreensaver for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package xscreensaver for openSUSE:Factory 
checked in at 2015-03-16 06:59:30

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


Package is "xscreensaver"

Changes:

--- /work/SRC/openSUSE:Factory/xscreensaver/xscreensaver.changes
2015-01-05 04:42:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.xscreensaver.new/xscreensaver.changes   
2015-03-16 06:59:31.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 11 17:32:15 UTC 2015 - dims...@opensuse.org
+
+- BuildRequire gdmflexiserver instead of gdm: there is no need to
+  pull in half of the GNOME Stack here.
+
+---



Other differences:
--
++ xscreensaver.spec ++
--- /var/tmp/diff_new_pack.jh7Cyq/_old  2015-03-16 06:59:32.0 +0100
+++ /var/tmp/diff_new_pack.jh7Cyq/_new  2015-03-16 06:59:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xscreensaver
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,7 +44,7 @@
 BuildRequires:  Mesa-devel
 BuildRequires:  automake
 BuildRequires:  bc
-BuildRequires:  gdm
+BuildRequires:  gdmflexiserver
 BuildRequires:  intltool
 BuildRequires:  libglade2-devel
 BuildRequires:  libgle-devel

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



commit NetworkManager-pptp for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-pptp for 
openSUSE:Factory checked in at 2015-03-16 06:59:17

Comparing /work/SRC/openSUSE:Factory/NetworkManager-pptp (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-pptp.new (New)


Package is "NetworkManager-pptp"

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager-pptp/NetworkManager-pptp.changes  
2014-09-15 17:40:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-pptp.new/NetworkManager-pptp.changes 
2015-03-16 06:59:18.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 27 10:34:11 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.0:
+  + Updated translations.
+
+---

Old:

  NetworkManager-pptp-0.9.10.0.tar.xz

New:

  NetworkManager-pptp-1.0.0.tar.xz



Other differences:
--
++ NetworkManager-pptp.spec ++
--- /var/tmp/diff_new_pack.xUKmUr/_old  2015-03-16 06:59:19.0 +0100
+++ /var/tmp/diff_new_pack.xUKmUr/_new  2015-03-16 06:59:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-pptp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,27 +21,27 @@
 Summary:NetworkManager VPN support for PPTP
 License:GPL-2.0+
 Group:  Productivity/Networking/System
-Version:0.9.10.0
+Version:1.0.0
 Release:0
 # FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs. 
They will re-appear later on (when nmce supports --import)
 # FIXME: --disable-more-warnings should be dropped from configure when 
possible. Added with 0.9.2.0 for Gtk+ 3.3 build.
 Url:http://www.gnome.org/projects/NetworkManager
-Source0:
http://download.gnome.org/sources/NetworkManager-pptp/0.9/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/NetworkManager-pptp/1.0/%{name}-%{version}.tar.xz
 Source1:gnome-mime-application-x-pptp-settings.png
 Patch0: nm-pptp-desktop.patch
 BuildRequires:  grep
 BuildRequires:  intltool
 BuildRequires:  ppp-devel
-BuildRequires:  pkgconfig(NetworkManager) >= 0.9.8
+BuildRequires:  pkgconfig(NetworkManager) >= 0.9.10
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(libnm-glib) >= 0.9.8
-BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.8
-BuildRequires:  pkgconfig(libnm-gtk) >= 0.9.9.0
-BuildRequires:  pkgconfig(libnm-util) >= 0.9.8
+BuildRequires:  pkgconfig(libnm-glib) >= 0.9.10
+BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.10
+BuildRequires:  pkgconfig(libnm-gtk) >= 0.9.10
+BuildRequires:  pkgconfig(libnm-util) >= 0.9.10
 BuildRequires:  pkgconfig(libsecret-unstable)
 Requires:   %{name}-frontend = %{version}
-Requires:   NetworkManager >= 0.9.8
+Requires:   NetworkManager >= 0.9.10
 Requires:   pptp
 %requires_eqppp
 Recommends: %{name}-lang

++ NetworkManager-pptp-0.9.10.0.tar.xz -> NetworkManager-pptp-1.0.0.tar.xz 
++
 5501 lines of diff (skipped)


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



commit emacs for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2015-03-16 06:59:24

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


Package is "emacs"

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2015-03-03 
11:11:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2015-03-16 
06:59:25.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 12 10:58:34 UTC 2015 - wer...@suse.de
+
+- Move deinstall of info files from %postun to %preun (boo#921948)
+
+---



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.bWmnC1/_old  2015-03-16 06:59:27.0 +0100
+++ /var/tmp/diff_new_pack.bWmnC1/_new  2015-03-16 06:59:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -185,7 +185,7 @@
 Summary:Info files for GNU Emacs
 Group:  Productivity/Editors/Emacs
 Requires(post): %install_info_prereq
-Requires(postun): %install_info_prereq
+Requires(preun): %install_info_prereq
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
@@ -607,7 +607,7 @@
   %install_info --info-dir=%{_infodir} "%{_infodir}/$f.gz"
 done
 
-%postun info
+%preun info
 for f in %info_files; do
   test -e "$f" || f="${f}.info"
   %install_info_delete --info-dir=%{_infodir} "%{_infodir}/$f.gz"

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



commit NetworkManager-gnome for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory checked in at 2015-03-16 06:58:56

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


Package is "NetworkManager-gnome"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes
2014-10-06 12:06:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes
   2015-03-16 06:58:57.0 +0100
@@ -1,0 +2,29 @@
+Thu Mar 12 10:30:50 UTC 2015 - dims...@opensuse.org
+
+- Add with_cacert_patch condition. When enabled:
+  + Add NetworkManager(cacert-patch) Requires
+  + Apply nm-applet-probe-radius-server-cert.patch
+  + This needs to be toggled whenever NetworkManager is updated
+and the nm-probe-radius-server-cert.patch there is not rebased
+yet.
+
+---
+Tue Mar 10 03:06:20 UTC 2015 - g...@suse.com
+
+- Refresh and enable nm-applet-probe-radius-server-cert.patch
+
+---
+Tue Jan 27 10:32:47 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.0:
+  + Added support for editing Bluetooth mobile broadband
+connections.
+  + Added support for IPv6 mobile broadband connections.
+  + Allow IPv6-only configuration for more connection types.
+  + The applet and editor are no longer shown in GNOME 3, which has
+its own network indicator and control panel.
+- Rebase NetworkManager-gnome-no-firewalld.patch.
+- Disable nm-applet-probe-radius-server-cert.patch for now: needs
+  rebase (possibly only in NetworkManager itself).
+
+---

Old:

  network-manager-applet-0.9.10.0.tar.xz

New:

  network-manager-applet-1.0.0.tar.xz



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.MWEcOI/_old  2015-03-16 06:58:59.0 +0100
+++ /var/tmp/diff_new_pack.MWEcOI/_new  2015-03-16 06:58:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-gnome
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,9 +16,11 @@
 #
 
 
+%define with_cacert_patch 1
+
 Name:   NetworkManager-gnome
 Url:http://www.gnome.org/projects/NetworkManager/
-Version:0.9.10.0
+Version:1.0.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel
@@ -26,7 +28,7 @@
 # Needed for patch0
 BuildRequires:  gnome-common
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk3-devel >= 3.0
+BuildRequires:  gtk3-devel >= 3.4
 BuildRequires:  intltool
 BuildRequires:  libnotify-devel
 BuildRequires:  libtool
@@ -34,22 +36,22 @@
 BuildRequires:  polkit-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(NetworkManager) >= 0.9.9.95
+BuildRequires:  pkgconfig(NetworkManager) >= 1.0.0
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
 BuildRequires:  pkgconfig(iso-codes)
-BuildRequires:  pkgconfig(libnm-glib) >= 0.9.9.95
-BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.9.95
-BuildRequires:  pkgconfig(libnm-util) >= 0.9.9.95
+BuildRequires:  pkgconfig(libnm-glib) >= 1.0.0
+BuildRequires:  pkgconfig(libnm-glib-vpn) >= 1.0.0
+BuildRequires:  pkgconfig(libnm-util) >= 1.0.0
 BuildRequires:  pkgconfig(libsecret-unstable)
 BuildRequires:  pkgconfig(mm-glib)
 Summary:GNOME applications for use with NetworkManager
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/network-manager-applet/0.9/network-manager-applet-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/network-manager-applet/1.0/network-manager-applet-%{version}.tar.xz
 Source1:nm-icons.tar.gz
 # PATCH-FIX-UPSTREAM nm-applet-private-connection.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- Create private connections if the user is not 
authorized. Allows to create wifi connections without root access. Patch under 
discussion upstream.
 Patch0: nm-applet-private-connection.patch
-# PATCH-FIX-UPSTREAM nm-applet-probe-radius-server-cert.patch bnc#574266 
g...@suse.com -- Probe the RADIUS server certificate
+# PATCH-NEEDS-REBASE nm-applet-probe-radius-server-cert.patch bnc#574266 
g...@suse.com -- Probe the RADIUS server certificate (WAS: PATCH-FIX-UPST

commit NetworkManager-vpnc for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-vpnc for 
openSUSE:Factory checked in at 2015-03-16 06:59:10

Comparing /work/SRC/openSUSE:Factory/NetworkManager-vpnc (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-vpnc.new (New)


Package is "NetworkManager-vpnc"

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager-vpnc/NetworkManager-vpnc.changes  
2014-07-24 06:58:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-vpnc.new/NetworkManager-vpnc.changes 
2015-03-16 06:59:12.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 27 10:33:16 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.0:
+  + Added option to change tunnel interface name.
+  + Supports interactive password queries from vpnc ("next token
+code", etc).
+  + Updated translations.
+
+---

Old:

  NetworkManager-vpnc-0.9.10.0.tar.xz

New:

  NetworkManager-vpnc-1.0.0.tar.xz



Other differences:
--
++ NetworkManager-vpnc.spec ++
--- /var/tmp/diff_new_pack.klyxXc/_old  2015-03-16 06:59:13.0 +0100
+++ /var/tmp/diff_new_pack.klyxXc/_new  2015-03-16 06:59:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-vpnc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,27 +20,27 @@
 Summary:NetworkManager VPN Support for vpnc
 License:GPL-2.0+
 Group:  Productivity/Networking/System
-Version:0.9.10.0
+Version:1.0.0
 Release:0
 # FIXME .desktop icon is currently disabled (on purpose) in the NM tarballs. 
They will re-appear later on (when nmce supports --import)
 # FIXME: --disable-more-warnings should be dropped from configure when 
possible. Added with 0.9.2.0 for Gtk+ 3.3 build.
 Url:http://www.gnome.org/projects/NetworkManager
-Source0:
http://download.gnome.org/sources/NetworkManager-vpnc/0.9/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/NetworkManager-vpnc/1.0/%{name}-%{version}.tar.xz
 Source1:NetworkManager-vpnc-nm-vpnc.png
 Patch0: nm-vpnc-desktop.patch
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(NetworkManager) >= 0.9.8
+BuildRequires:  pkgconfig(NetworkManager) >= 0.9.10
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(libnm-glib) >= 0.9.8
-BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.8
-BuildRequires:  pkgconfig(libnm-gtk) >= 0.9.9.0
-BuildRequires:  pkgconfig(libnm-util) >= 0.9.8
+BuildRequires:  pkgconfig(libnm-glib) >= 0.9.10
+BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.10
+BuildRequires:  pkgconfig(libnm-gtk) >= 0.9.10
+BuildRequires:  pkgconfig(libnm-util) >= 0.9.10
 BuildRequires:  pkgconfig(libsecret-unstable)
 Requires:   %{name}-frontend
-Requires:   NetworkManager >= 0.9.8
+Requires:   NetworkManager >= 0.9.10
 Requires:   gnome-keyring
 Requires:   vpnc
 Recommends: %{name}-lang

++ NetworkManager-vpnc-0.9.10.0.tar.xz -> NetworkManager-vpnc-1.0.0.tar.xz 
++
 12715 lines of diff (skipped)


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



commit NetworkManager for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2015-03-16 06:59:03

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


Package is "NetworkManager"

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2015-01-27 12:36:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2015-03-16 06:59:05.0 +0100
@@ -1,0 +2,85 @@
+Thu Mar 12 10:24:02 UTC 2015 - dims...@opensuse.org
+
+- Add NetworkManager(cacert-patch) provides: to be toggled to 0
+  whenever we disable nm-probe-radius-server-cert.patch. Other
+  packages that consume the ABI introduced by this patch can
+  specify this as a requirement.
+
+---
+Tue Mar  3 08:23:02 UTC 2015 - g...@suse.com
+
+- Reabse nm-probe-radius-server-cert.patch
+
+---
+Thu Feb 12 07:59:43 UTC 2015 - dims...@opensuse.org
+
+- Add rp-pppoe BuildRequires, so configure can autodetect the path
+  to the pppoe binary.
+- Recommend rp-pppoe: the program is needed for NetworkManager to
+  be able to initiate PPPoE connections (commonly used by ADSL
+  providers). It is not strictly required to operate NM in most
+  setups, thus only recommended (boo#903553).
+
+---
+Tue Jan 27 10:15:18 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0:
+  + A new 'libnm' GObject-based client library to replace
+libnm-util/libnm-glib:
+- IP address, IP route, hardware address, and other properties
+  are now represented as strings.
+- Based on GIO's GDBus bindings instead of dbus-glib.
+- Uses modern GObject APIs including GAsyncResult and GVariant.
+- See https://wiki.gnome.org/Projects/NetworkManager/libnm.
+  + Devices and VPN connections now have individual default routes.
+Priorities are handled through configurable route metrics.
+  + nmcli now supports password requests and PolicyKit
+authorizations.
+  + A faster, lighter-weight (though less capable) internal DHCP
+client has been added and may be selected with the
+"dhcp=internal" option. It supports fewer DHCP options and
+does not yet support DHCPv6.
+  + A new 'configure-and-quit=yes' option has been added for
+environments with less dynamic network configuration.
+  + When running on 3.17 and later kernels, NetworkManager handles
+IPv6LL address assignment to ensure that IPv6 connectivity is
+not enabled until intentionally configured by the user.
+  + NetworkManager no longer causes the nl80211 kernel module to be
+loaded on systems with no Wi-Fi devices.
+  + Bluetooth DUN support now works with Bluez 5.x.
+  + VPN connections can now persist across link changes and
+suspend/resume if their VPN plugin supports this feature.
+  + A new 'ibft' settings plugin has been added to support
+firmware-based iBFT/iSCSI configurations. This functionality
+has been moved to 'ibft' from the 'ifcfg-rh' plugin.
+  + IPv6 router advertisement MTUs are now respected.
+  + NetworkManager no longer requires polkit libraries at runtime
+when Polkit support is enabled, and Polkit can be disabled at
+build time too.
+  + Automatically created connections are now deleted when their
+device goes away.
+  + 'nmcli dev connect' now attemts to create a connection if none
+exists.
+  + Manually configured static IPv6 configuration is kept even if
+SLAAC fails.
+  + Manpages for the 'keyfile' and 'ifcfg-rh' plugins now describe
+their configuration syntax and available options.
+  + WWAN connections now support IPv6 if the modem and provider
+support IPv6.
+  + Software devices (bridge, bond, team, etc) can now be deleted
+from the D-Bus API or with nmcli.
+  + The manpages, documentation, and API annotations have received
+many cleanups.
+  + Externally created virtual interfaces are no longer managed by
+NetworkManager until they are set "up" or activated via nmcli.
+- Disable nm-probe-radius-server-cert.patch for now: needs rebase.
+- Drop 0001-core-don-t-auto-launch-logind-bgo-741572.patch and
+  NetworkManager-dhcpv6.patch: fixed upstream.
+- Split out new subpackage typelib-1_0-NM-1_0 and libnm0.
+- Require typelib-1_0-NM-1_0 and libnm0 by the -devel package.
+- Add pkgconfig(bluez) BuildRequires.
+- Replace pkgconfig(libsystemd-login) BuildRequires with
+  pkgconfig(libsystemd) and pkgconfig(polkit-gobject-1) with
+  pkgconfig(polkit-agent-1), following upstream.
+
+---

Old:

  NetworkManager-0.9.10.1.tar.xz

New:

  N

commit ffado for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package ffado for openSUSE:Factory checked 
in at 2015-03-16 06:58:31

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


Package is "ffado"

Changes:

--- /work/SRC/openSUSE:Factory/ffado/ffado-mixer.changes2014-09-23 
10:42:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.ffado.new/ffado-mixer.changes   2015-03-16 
06:58:33.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 11 13:58:21 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- SConstruct is_powerpc and is_64bit to support ppc64le
+  with new ffado_SConstruct_powerpc_update.patch
+
+---
--- /work/SRC/openSUSE:Factory/ffado/ffado.changes  2015-03-09 
10:03:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ffado.new/ffado.changes 2015-03-16 
06:58:33.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 11 13:57:03 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- SConstruct is_powerpc and is_64bit to support ppc64le
+  with new ffado_SConstruct_powerpc_update.patch
+
+---

New:

  ffado_SConstruct_powerpc_update.patch



Other differences:
--
++ ffado-mixer.spec ++
--- /var/tmp/diff_new_pack.plUHtE/_old  2015-03-16 06:58:34.0 +0100
+++ /var/tmp/diff_new_pack.plUHtE/_new  2015-03-16 06:58:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ffado-mixer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Group:  Productivity/Multimedia/Other
 Url:http://www.ffado.org/
 Source0:%{tname}-%{version}.tar.bz2
+Patch1: ffado_SConstruct_powerpc_update.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  doxygen
@@ -74,6 +75,7 @@
 
 %prep
 %setup -n %{tname}-%{version} -q
+%patch1 -p1
 
 %build
 scons %{?jobs:--jobs=%jobs} \

++ ffado.spec ++
--- /var/tmp/diff_new_pack.plUHtE/_old  2015-03-16 06:58:34.0 +0100
+++ /var/tmp/diff_new_pack.plUHtE/_new  2015-03-16 06:58:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ffado
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,7 @@
 #Source2:ChangeLog
 # No current date and time allowed.
 Patch0: libffado-date_time.patch
+Patch1: ffado_SConstruct_powerpc_update.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
@@ -105,6 +106,7 @@
 %prep
 %setup -n %{tname}-%{version} -q
 %patch0
+%patch1 -p1
 # The svn repo is actually unavailable
 #cp %%{SOURCE2} .
 

++ ffado_SConstruct_powerpc_update.patch ++
From: Michel Normand 
Subject: ffado SConstruct powerpc update
Date: Fri, 06 Mar 2015 18:50:20 +0100

ffado SConstruct powerpc update
modify the is_powerpc and is_64bit to support PowerPC LE
(to be checked with Debian/Ubuntu env)

Signed-off-by: Michel Normand 
---
 SConstruct |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Index: libffado-2.2.1/SConstruct
===
--- libffado-2.2.1.orig/SConstruct
+++ libffado-2.2.1/SConstruct
@@ -527,7 +527,7 @@ class CpuInfo (object):
 # general CPU architecture
 self.is_x86 = self.machine in ('i686', 'x86_64') or \
   re.match("i[3-5]86", self.machine) or False
-self.is_powerpc = self.machine in ('ppc64', 'ppc', 'powerpc', 
'powerpc64')
+self.is_powerpc = self.machine in ('ppc64', 'ppc', 'powerpc', 
'powerpc64', 'ppc64le')
 #!!! probably not comprehensive
 self.is_mips = self.machine == 'mips'
 #!!! not a comprehensive list. uname -m on one android phone reports 
'armv71'
@@ -545,7 +545,8 @@ class CpuInfo (object):
 # 64-bit (x86_64/AMD64/Intel64)
 # Long Mode (x86-64: amd64, also known as Intel 64, i.e. 64-bit 
capable)
 self.is_64bit = (self.is_x86 and 'lm' in self.x86_flags) or \
-(self.is_powerpc and '970' in self.ppc_type)
+(self.is_powerpc and '970' in self.ppc_type) or \
+(self.machine in ('ppc64', 'powerpc64', 'ppc64le')) or 
False
 
 # Hardware virtualization capable: vmx (Intel), svm (AMD)

commit zypper for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2015-03-16 06:58:08

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


Package is "zypper"

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2015-02-27 
11:04:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2015-03-16 
06:58:10.0 +0100
@@ -1,0 +2,27 @@
+Wed Mar 11 11:58:26 CET 2015 - m...@suse.de
+
+- patch: A date limit must ignore newer patch candidates (bnc#919709)
+- Show locked packages in zypper summary (FATE#318326,FATE#318299)
+- modify repo: Notify about volatile changes to service repos (bnc#916254)
+- ps: Change column header from 'Login' to 'User' (bnc#915461)
+- man: add missing patch --date option
+- man: mention $releasever_major/minor repo variables
+- man: Update repo variable substitution (default and alternate values)
+- version 1.11.23
+
+---
+Sun Mar  8 01:13:24 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Mar  5 01:13:23 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Feb 26 01:13:57 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---

Old:

  zypper-1.11.22.tar.bz2

New:

  zypper-1.11.23.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.r8LW9b/_old  2015-03-16 06:58:11.0 +0100
+++ /var/tmp/diff_new_pack.r8LW9b/_new  2015-03-16 06:58:11.0 +0100
@@ -22,7 +22,7 @@
 BuildRequires:  cmake >= 2.4.6
 BuildRequires:  gcc-c++ >= 4.7
 BuildRequires:  gettext-devel >= 0.15
-BuildRequires:  libzypp-devel >= 14.35.1
+BuildRequires:  libzypp-devel >= 14.37.0
 BuildRequires:  readline-devel >= 5.1
 Requires:   procps
 %if 0%{?suse_version}
@@ -33,7 +33,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.11.22
+Version:1.11.23
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.11.22.tar.bz2 -> zypper-1.11.23.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.11.22.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.11.23.tar.bz2 differ: char 11, 
line 1

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



commit xapian-core for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package xapian-core for openSUSE:Factory 
checked in at 2015-03-16 06:58:41

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


Package is "xapian-core"

Changes:

--- /work/SRC/openSUSE:Factory/xapian-core/xapian-core.changes  2015-02-22 
17:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-core.new/xapian-core.changes 
2015-03-16 06:58:43.0 +0100
@@ -1,0 +2,39 @@
+Thu Mar 12 07:34:11 UTC 2015 - mplus...@suse.com
+
+- Update to 1.2.20
+  * chert backend
++ After splitting a block, we always insert the new block in 
+  the parent right after the block it was split from - there's 
+  no need to binary chop.
+  * build system
++ Generate and install a file for pkg-config.
++ configure: Update link to cygwin FAQ in error message.
+  * tools
++ xapian-check: For chert and brass, cross-check the position 
+  and postlist tables to detect positional data for non-existent 
+  documents.
+  * portability
++ When locking a database for writing, use F_OFD_SETLK where 
+  available, which avoids having to fork() a child process to 
+  hold the lock.  This currently requires Linux kernel >= 3.15, 
+  but it has been submitted to POSIX so hopefully will be widely 
+  supported eventually.  Thanks to Austin Clements for pointing 
+  out this now exists.
++ Fix detection of fdatasync(), which appears to have been 
+  broken practically forever - this means we've probably been 
+  using fsync() instead, which probably isn't a big additional 
+  overhead.  Thanks to Vlad Shablinsky for helping with Mac 
+  OS X portability of this fix.
++ configure: Define MINGW_HAS_SECURE_API under mingw to get 
+  _putenv_s() declared in stdlib.h.
++ Use POSIX O_NONBLOCK in preference to O_NDELAY - the 
+  semantics of the latter differ between BSD and System V.
++ According to POSIX, strerror() may not be thread safe, so 
+  use alternative thread-safe ways to translate errno values 
+  where possible.
++ On Microsoft Windows, avoid defining EADDRINUSE, etc if 
+  they're already defined, and use WSAE* constants un-negated - 
+  they start from a high value so won't collide with E* 
+  constants.
+
+---

Old:

  xapian-core-1.2.19.tar.xz
  xapian-core-1.2.19.tar.xz.asc

New:

  xapian-core-1.2.20.tar.xz
  xapian-core-1.2.20.tar.xz.asc



Other differences:
--
++ xapian-core.spec ++
--- /var/tmp/diff_new_pack.PZZ4M5/_old  2015-03-16 06:58:44.0 +0100
+++ /var/tmp/diff_new_pack.PZZ4M5/_new  2015-03-16 06:58:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xapian-core
-Version:1.2.19
+Version:1.2.20
 Release:0
 Summary:The Xapian Probabilistic Information Retrieval Library
 License:GPL-2.0
@@ -31,6 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libuuid-devel
+BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  zlib-devel
 Requires:   libxapian22 = %{version}
@@ -167,6 +168,7 @@
 %{_datadir}/aclocal/xapian.m4
 %dir %{_libdir}/cmake/
 %{_libdir}/cmake/xapian/
+%{_libdir}/pkgconfig/xapian-core.pc
 
 %files doc
 %defattr(-, root, root)

++ xapian-core-1.2.19.tar.xz -> xapian-core-1.2.20.tar.xz ++
 8308 lines of diff (skipped)


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



commit openconnect for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package openconnect for openSUSE:Factory 
checked in at 2015-03-16 06:58:24

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


Package is "openconnect"

Changes:

--- /work/SRC/openSUSE:Factory/openconnect/openconnect.changes  2015-01-27 
12:35:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.openconnect.new/openconnect.changes 
2015-03-16 06:58:25.0 +0100
@@ -1,0 +2,13 @@
+Wed Mar 11 15:47:53 UTC 2015 - idon...@suse.com
+
+- Update to version 7.0.5
+  * Fix alignment issue which broke LZS compression on ARM etc.
+  * Support HTTP authentication to servers, not just proxies.
+  * Add SHA256/SHA512 support for OATH.
+  * Remove liboath dependency.
+  * Support DTLS v1.2 and AES-GCM with OpenSSL 1.0.2.
+  * Add OpenSSL 1.0.2 to known-broken releases (RT#3703, RT#3711).
+  * Fix build with OpenSSL HEAD (OpenSSL 1.1.x).
+  * Preliminary support for Juniper SSL VPN.
+
+---

Old:

  openconnect-7.04.tar.gz

New:

  openconnect-7.05.tar.gz



Other differences:
--
++ openconnect.spec ++
--- /var/tmp/diff_new_pack.LUo9KR/_old  2015-03-16 06:58:26.0 +0100
+++ /var/tmp/diff_new_pack.LUo9KR/_new  2015-03-16 06:58:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openconnect
-Version:7.04
+Version:7.05
 Release:0
 Summary:Open client for Cisco AnyConnect VPN
 License:LGPL-2.1+
@@ -25,7 +25,9 @@
 Url:http://www.infradead.org/openconnect.html
 Source0:ftp://ftp.infradead.org/pub/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  libgnutls-devel
+%if 0%{?suse_version} >= 1320
 BuildRequires:  liblz4-devel
+%endif
 BuildRequires:  libproxy-devel
 BuildRequires:  libtomcrypt-devel
 BuildRequires:  pkg-config

++ openconnect-7.04.tar.gz -> openconnect-7.05.tar.gz ++
 128389 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-Pygments for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python-Pygments for openSUSE:Factory 
checked in at 2015-03-16 06:58:48

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


Package is "python-Pygments"

Changes:

--- /work/SRC/openSUSE:Factory/python-Pygments/python-Pygments.changes  
2014-04-09 13:01:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pygments.new/python-Pygments.changes 
2015-03-16 06:58:49.0 +0100
@@ -1,0 +2,106 @@
+Wed Mar 11 22:36:07 UTC 2015 - tbehr...@suse.com
+
+- Update to version 2.0.2:
+  * Fix Python tracebacks getting duplicated in the console lexer
+  * Backquote-delimited identifiers are now recognized in F#
+  * Fix an encoding issue when using pygmentize with the -o option.
+  * Default lexer encoding is now “guess”
+  * Major update to Swift lexer.
+  * Multiple fixes to lexer guessing in conflicting cases
+  * Simplified regexes and builtin lists.
+  * Dropped Python 2.4 and 2.5 compatibility
+  * Lexers added:
+APL (#969)
+Agda and Literate Agda (PR#203)
+Alloy (PR#355)
+AmbientTalk
+BlitzBasic (PR#197)
+ChaiScript (PR#24)
+Chapel (PR#256)
+Cirru (PR#275)
+Clay (PR#184)
+ColdFusion CFC (PR#283)
+Cryptol and Literate Cryptol (PR#344)
+Cypher (PR#257)
+Docker config files
+EBNF (PR#193)
+Eiffel (PR#273)
+GAP (PR#311)
+Golo (PR#309)
+Handlebars (PR#186)
+Hy (PR#238)
+Idris and Literate Idris (PR#210)
+Igor Pro (PR#172)
+Inform 6/7 (PR#281)
+Intel objdump (PR#279)
+Isabelle (PR#386)
+Jasmin (PR#349)
+JSON-LD (PR#289)
+Kal (PR#233)
+Lean (PR#399)
+LSL (PR#296)
+Limbo (PR#291)
+Liquid (#977)
+MQL (PR#285)
+MaskJS (PR#280)
+Mozilla preprocessors
+Mathematica (PR#245)
+NesC (PR#166)
+Nit (PR#375)
+Nix (PR#267)
+Pan
+Pawn (PR#211)
+Perl 6 (PR#181)
+Pig (PR#304)
+Pike (PR#237)
+QBasic (PR#182)
+Red (PR#341)
+ResourceBundle (#1038)
+Rexx (PR#199)
+Rql (PR#251)
+Rsl
+SPARQL (PR#78)
+Slim (PR#366)
+Swift (PR#371)
+Swig (PR#168)
+TADS 3 (PR#407)
+Todo.txt todo lists
+Twig (PR#404)
+  * Added a helper to “optimize” regular expressions
+  * New styles: “xcode” and “igor”
+  * The command-line “pygmentize” tool now tries a little harder
+  * Added “inencoding” option for lexers to override “encoding”
+  * Added line-by-line “streaming” mode for pygmentize with the “-s” option
+  * Added an “envname” option to the LaTeX formatter to select a replacement
+  * Updated the Makefile lexer to yield a little more useful highlighting.
+  * Lexer aliases passed to get_lexer_by_name() are now case-insensitive.
+  * File name matching in lexers and formatters will now use a regex cache for 
speed
+  * Pygments will now recognize “vim” modelines when guessing the lexer
+  * Major restructure of the pygments.lexers module namespace.
+  * The NameHighlightFilter now works with any Name.* token type (#790).
+  * Python 3 lexer: add new exceptions from PEP 3151.
+  * Opa lexer: add new keywords (PR#170).
+  * Julia lexer: add keywords and underscore-separated number literals
+  * Lasso lexer: fix method highlighting, update builtins
+  * Objective C/C++ lexers: allow “@” prefixing any expression (#871).
+  * Ruby lexer: fix lexing of Name::Space tokens (#860) and of symbols in 
hashes
+  * Stan lexer: update for version 2.4.0 of the language
+  * JavaScript lexer: add the “yield” keyword (PR#196).
+  * HTTP lexer: support for PATCH method (PR#190).
+  * Koka lexer: update to newest language spec (PR#201).
+  * Haxe lexer: rewrite and support for Haxe 3 (PR#174).
+  * Prolog lexer: add different kinds of numeric literals
+  * F# lexer: rewrite with newest spec for F# 3.0 (#842), fix a bug with 
dotted chains
+  * Kotlin lexer: general update (PR#271).
+  * Rebol lexer: fix comment detection and analyse_text (PR#261).
+  * LLVM lexer: update keywords to v3.4 (PR#258).
+  * PHP lexer: add new keywords and binary literals (PR#222).
+  * external/markdown-processor.py updated to newest python-markdown
+  * CSS lexer: some highlighting order fixes (PR#231).
+  * Ceylon lexer: fix parsing of nested multiline comments (#915).
+  * C family lexers: fix parsing of indented preprocessor directives
+  * Rust lexer: update to 0.9 language version (PR#270, PR#388).
+  * Elixir lexer: update to 0.15 language version (PR#392).
+  * Fix swallowing incomplete tracebacks in Python console lexer
+
+-

commit suspend for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package suspend for openSUSE:Factory checked 
in at 2015-03-16 06:58:15

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


Package is "suspend"

Changes:

--- /work/SRC/openSUSE:Factory/suspend/suspend.changes  2015-02-27 
11:07:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.suspend.new/suspend.changes 2015-03-16 
06:58:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 11 14:35:10 UTC 2015 - bwiedem...@suse.com
+
+- use initrd macros to not run on each package update (bnc#881780)
+
+---



Other differences:
--
++ suspend.spec ++
--- /var/tmp/diff_new_pack.48gARZ/_old  2015-03-16 06:58:18.0 +0100
+++ /var/tmp/diff_new_pack.48gARZ/_new  2015-03-16 06:58:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package suspend
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties
@@ -30,6 +30,7 @@
 BuildRequires:  libtool
 BuildRequires:  pciutils-devel
 BuildRequires:  pkgconfig
+BuildRequires:  suse-module-tools
 %if 0%{?mandriva_version}
 BuildRequires:  liblzo-devel
 %else
@@ -153,10 +154,8 @@
 fi
 if [ "$YAST_IS_RUNNING" != "instsys" -a \
  ! -e /.buildenv -a \
- -x /sbin/update-bootloader -a \
- -x /sbin/mkinitrd ]; then
-  /sbin/mkinitrd
-  /sbin/update-bootloader --refresh
+ -x /sbin/update-bootloader ]; then
+  %{?regenerate_initrd_post}
 fi
 %if 0%{?suse_version} > 1310
 if [ "`grep "^[[:blank:]]*encrypt[[:blank:]]*=[[:blank:]]*y" 
/etc/suspend.conf`" ]; then
@@ -170,6 +169,9 @@
 fi
 %endif
 
+%posttrans
+%{?regenerate_initrd_posttrans}
+
 %postun
 if [ -e /var/lib/no_initrd_recreation_by_suspend ]; then
   echo "Skipping recreation of existing initial ramdisks, due"

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



commit libzypp for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2015-03-16 06:58:01

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


Package is "libzypp"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2015-02-27 
11:04:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2015-03-16 
06:58:04.0 +0100
@@ -1,0 +2,13 @@
+Wed Mar 11 09:22:46 CET 2015 - m...@suse.de
+
+- New RepoVarExpand: Functor expanding repo variables in a 
+  string . Supports bash style default ${v:-w}' and alternate ${v:+w}
+  values (FATE#318354)
+- Easy.h: Use __typeof__ rather than typeof in header
+- Support repo variable replacement in service url
+- Support repo variable replacement in gpg url
+- Gettext.h: Fallback to ::gettext if accidentally included 
+  outside libzypp
+- version 14.37.0 (30)
+
+---

Old:

  libzypp-14.36.0.tar.bz2

New:

  libzypp-14.37.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.FdyNt9/_old  2015-03-16 06:58:05.0 +0100
+++ /var/tmp/diff_new_pack.FdyNt9/_new  2015-03-16 06:58:05.0 +0100
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:14.36.0
+Version:14.37.0
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management
@@ -38,6 +38,7 @@
 Provides:   libzypp(plugin:services) = 0
 Provides:   libzypp(plugin:system) = 0
 Provides:   libzypp(plugin:urlresolver) = 0
+Provides:   libzypp(repovarexpand) = 0
 
 %if 0%{?suse_version}
 Recommends: logrotate

++ libzypp-14.36.0.tar.bz2 -> libzypp-14.37.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.36.0/VERSION.cmake 
new/libzypp-14.37.0/VERSION.cmake
--- old/libzypp-14.36.0/VERSION.cmake   2015-02-09 16:09:00.0 +0100
+++ new/libzypp-14.37.0/VERSION.cmake   2015-03-11 09:29:11.0 +0100
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR "14")
 SET(LIBZYPP_COMPATMINOR "30")
-SET(LIBZYPP_MINOR "36")
+SET(LIBZYPP_MINOR "37")
 SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 14.36.0 (30)
+# LAST RELEASED: 14.37.0 (30)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.36.0/doc/autoinclude/FeatureTest.doc 
new/libzypp-14.37.0/doc/autoinclude/FeatureTest.doc
--- old/libzypp-14.36.0/doc/autoinclude/FeatureTest.doc 2014-07-01 
11:30:28.0 +0200
+++ new/libzypp-14.37.0/doc/autoinclude/FeatureTest.doc 2015-03-11 
11:57:13.0 +0100
@@ -51,6 +51,11 @@
 \see \ref plugin-url-resolver 
   
 
+  repovarexpand
+  
+version 0
+Also support braced variables, shell like default and alternate 
values. \see \ref zypp-repovars
+  
 
 
 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.36.0/doc/autoinclude/RepoVariables.doc 
new/libzypp-14.37.0/doc/autoinclude/RepoVariables.doc
--- old/libzypp-14.36.0/doc/autoinclude/RepoVariables.doc   1970-01-01 
01:00:00.0 +0100
+++ new/libzypp-14.37.0/doc/autoinclude/RepoVariables.doc   2015-03-11 
11:57:13.0 +0100
@@ -0,0 +1,33 @@
+/**
+
+\page zypp-repovars Repository Variables
+
+\author Michael Andres 
+
+\section zypp-repovars-intro Repository Variables
+
+Within a \c .repo or \c .serivce file, the name and URLs are subject to 
variable substitution.
+
+Variables are e.g. usefull for related repositories like packman 
(http://ftp.gwdg.de/pub/linux/packman/suse/$releasever<\tt>), which shall 
always fit the installed distribution, even after a distribution upgrade. To 
help performing a distribution upgrade, the value of \c $releasever can be 
overwritten in zypper using the \c --releasever global option. This way you can 
easily switch all repositories using \c $releasever to the new version 
(provided the server layouts did not change and new repos are already 
available).
+
+The variable expander also supports shell like definition of default and 
alternate values.
+
+\see \ref zypp::repo::RepoVarExpand Variable expander
+
+
+\subsection zypp-repoars-builtin Builtin repository variables
+
+\li \c $arch -
+   The system's CPU architecture.
+
+\li \c $basearch -
+   The base architecture of the system. For example, iX86 machines have a 
base architecture of \c i386, while AMD64 and Intel64 have \c x86_64.
+
+\li \c $releasever -
+   The version of your openSUSE or SUSE Linux. Th

commit kernel-source for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2015-03-16 06:57:40

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2015-03-09 10:10:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2015-03-16 06:57:41.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar  9 13:50:11 CET 2015 - ti...@suse.de
+
+- ALSA: hda - Fix regression of HD-audio controller fallback modes
+  (bsc#921313).
+- commit c0946e9
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa-xen.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-pv.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.8qW31D/_old  2015-03-16 06:57:49.0 +0100
+++ /var/tmp/diff_new_pack.8qW31D/_new  2015-03-16 06:57:49.0 +0100
@@ -61,7 +61,7 @@
 Group:  System/Kernel
 Version:3.19.1
 %if 0%{?is_kotd}
-Release:.ga04cebc
+Release:.gc0946e9
 %else
 Release:0
 %endif

kernel-default.spec: same change
kernel-desktop.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.8qW31D/_old  2015-03-16 06:57:49.0 +0100
+++ /var/tmp/diff_new_pack.8qW31D/_new  2015-03-16 06:57:49.0 +0100
@@ -29,7 +29,7 @@
 Group:  Documentation/Man
 Version:3.19.1
 %if 0%{?is_kotd}
-Release:.ga04cebc
+Release:.gc0946e9
 %else
 Release:0
 %endif

++ kernel-ec2.spec ++
--- /var/tmp/diff_new_pack.8qW31D/_old  2015-03-16 06:57:49.0 +0100
+++ /var/tmp/diff_new_pack.8qW31D/_new  2015-03-16 06:57:49.0 +0100
@@ -61,7 +61,7 @@
 Group:  System/Kernel
 Version:3.19.1
 %if 0%{?is_kotd}
-Release:.ga04cebc
+Release:.gc0946e9
 %else
 Release:0
 %endif

kernel-lpae.spec: same change
++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.8qW31D/_old  2015-03-16 06:57:49.0 +0100
+++ /var/tmp/diff_new_pack.8qW31D/_new  2015-03-16 06:57:49.0 +0100
@@ -47,7 +47,7 @@
 Group:  SLES
 Version:3.19.1
 %if 0%{?is_kotd}
-Release:.ga04cebc
+Release:.gc0946e9
 %else
 Release:0
 %endif

kernel-obs-qa-xen.spec: same change
kernel-obs-qa.spec: same change
++ kernel-pae.spec ++
--- /var/tmp/diff_new_pack.8qW31D/_old  2015-03-16 06:57:49.0 +0100
+++ /var/tmp/diff_new_pack.8qW31D/_new  2015-03-16 06:57:49.0 +0100
@@ -61,7 +61,7 @@
 Group:  System/Kernel
 Version:3.19.1
 %if 0%{?is_kotd}
-Release:.ga04cebc
+Release:.gc0946e9
 %else
 Release:0
 %endif

kernel-pv.spec: same change
++ kernel-source.spec ++
--- /var/tmp/diff_new_pack.8qW31D/_old  2015-03-16 06:57:50.0 +0100
+++ /var/tmp/diff_new_pack.8qW31D/_new  2015-03-16 06:57:50.0 +0100
@@ -32,7 +32,7 @@
 Group:  Development/Sources
 Version:3.19.1
 %if 0%{?is_kotd}
-Release:.ga04cebc
+Release:.gc0946e9
 %else
 Release:0
 %endif

++ kernel-syms.spec ++
--- /var/tmp/diff_new_pack.8qW31D/_old  2015-03-16 06:57:50.0 +0100
+++ /var/tmp/diff_new_pack.8qW31D/_new  2015-03-16 06:57:50.0 +0100
@@ -27,7 +27,7 @@
 Version:3.19.1
 %if %using_buildservice
 %if 0%{?is_kotd}
-Release:.ga04cebc
+Release:.gc0946e9
 %else
 Release:0
 %endif

++ kernel-vanilla.spec ++
--- /var/tmp/diff_new_pack.8qW31D/_old  2015-03-16 06:57:50.0 +0100
+++ /var/tmp/diff_new_pack.8qW31D/_new  2015-03-16 06:57:50.0 +0100
@@ -61,7 +61,7 @@
 Group:  System/Kernel
 Version:3.19.1
 %if 0%{?is_kotd}
-Release:.ga04cebc
+Release:.gc0946e9
 %else
 Release:0
 %endif

kernel-xen.spec: same change
++ patches.drivers.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches.drivers/ALSA-hda-Fix-regression-of-HD-audio-controller-fallb.patch 
new/patches.drivers/ALSA-hda-Fix-regression-of-HD-audio-controller-fallb.patch
--- 
old/patches.drivers/ALSA-hda-Fix-regression-of-HD-audio-controller-fallb.patch  
   

commit python3-setuptools for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2015-03-16 06:57:19

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
2015-03-05 18:15:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2015-03-16 06:57:22.0 +0100
@@ -1,0 +2,58 @@
+Sun Mar 15 21:18:36 UTC 2015 - a...@gmx.de
+
+- update to version 14.3:
+  * Issue #254: When creating temporary egg cache on Unix, use mode
+755 for creating the directory to avoid the subsequent warning if
+the directory is group writable.
+
+- changes from version 14.2:
+  * Issue #137: Update "Distribution.hashcmp" so that Distributions
+with None for pyversion or platform can be compared against
+Distributions defining those attributes.
+
+- changes from version 14.1.1:
+  * Issue #360: Removed undesirable behavior from test runs,
+preventing write tests and installation to system site packages.
+
+- changes from version 14.1:
+  * Pull Request #125: Add "__ne__" to Requirement class.
+  * Various refactoring of easy_install.
+
+---
+Sun Mar  8 17:20:31 UTC 2015 - a...@gmx.de
+
+- update to version 14.0:
+
+  * Bootstrap script now accepts "--to-dir" to customize save
+directory or allow for re-use of existing repository of setuptools
+versions. See Pull Request #112 for background.
+
+  * Issue #285: "easy_install" no longer will default to installing
+packages to the "user site packages" directory if it is itself
+installed there. Instead, the user must pass "--user" in all
+cases to install packages to the user site packages.  This
+behavior now matches that of "pip install". To configure an
+environment to always install to the user site packages, consider
+using the "install-dir" and "scripts-dir" parameters to
+easy_install through an appropriate distutils config file.
+
+---
+Fri Mar  6 19:31:12 UTC 2015 - a...@gmx.de
+
+- update to version 13.0.2:
+  * Issue #359: Include pytest.ini in the sdist so invocation of
+py.test on the sdist honors the pytest configuration.
+
+- changes from version 13.0.1:
+  * Re-release of 13.0. Intermittent connectivity issues caused the
+release process to fail and PyPI uploads no longer accept files
+for 13.0.
+
+- changes from version 13.0:
+  * Issue #356: Back out Pull Request #119 as it requires Setuptools
+10 or later as the source during an upgrade.
+  * Removed build_py class from setup.py. According to 892f439d216e,
+this functionality was added to support upgrades from old
+Distribute versions, 0.6.5 and 0.6
+
+---

Old:

  setuptools-12.4.tar.gz

New:

  setuptools-14.3.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.trwiRR/_old  2015-03-16 06:57:23.0 +0100
+++ /var/tmp/diff_new_pack.trwiRR/_new  2015-03-16 06:57:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:12.4
+Version:14.3
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-12.4.tar.gz -> setuptools-14.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-12.4/.gitignore 
new/setuptools-14.3/.gitignore
--- old/setuptools-12.4/.gitignore  2015-03-03 23:47:07.0 +0100
+++ new/setuptools-14.3/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,16 +0,0 @@
-# syntax: glob
-bin
-build
-dist
-include
-lib
-distribute.egg-info
-setuptools.egg-info
-.coverage
-.tox
-CHANGES (links).txt
-*.egg
-*.py[cod]
-*.swp
-*~
-.hg*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-12.4/.hgignore 
new/setuptools-14.3/.hgignore
--- old/setuptools-12.4/.hgignore   2015-03-03 23:47:07.0 +0100
+++ new/setuptools-14.3/.hgignore   1970-01-01 01:00:00.0 +0100
@@ -1,16 +0,0 @@
-syntax: glob
-bin
-build
-dist
-include
-lib
-distribute.egg-info
-setuptools.egg-info
-.coverage
-.tox
-CHANGES (links).txt
-*.egg
-*.py[cod]
-*.swp
-*~
-.git*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-12.4/.hgtags new/s

commit libsolv for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2015-03-16 06:57:54

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


Package is "libsolv"

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2015-01-20 
19:11:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2015-03-16 
06:57:55.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar  9 16:42:35 CET 2015 - m...@suse.de
+
+- rework splitprovides handling [bnc#921332]
+- improve package choosing code
+- new testcase dependency format
+- add alternatives introspection
+- make reorder_dq_for_jobrules also look at recommends/suggests
+- rework branch handling
+- add parser for rpm rich deps
+- bump version to 0.6.9
+
+---

Old:

  libsolv-0.6.8.tar.bz2

New:

  libsolv-0.6.9.tar.bz2



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.oq3ps8/_old  2015-03-16 06:57:56.0 +0100
+++ /var/tmp/diff_new_pack.oq3ps8/_new  2015-03-16 06:57:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libsolv
-Version:0.6.8
+Version:0.6.9
 Release:0
 Url:https://github.com/openSUSE/libsolv
 Source: libsolv-%{version}.tar.bz2

++ libsolv-0.6.8.tar.bz2 -> libsolv-0.6.9.tar.bz2 ++
 2678 lines of diff (skipped)

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



commit asciidoc for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2015-03-16 06:56:57

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


Package is "asciidoc"

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2013-03-22 
11:00:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2015-03-16 
06:56:57.0 +0100
@@ -1,0 +2,82 @@
+Fri Mar  6 21:23:02 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Remove asciidoc-vim-fix.diff
+- Update to 8.6.9
+  * html5, xhtml11 and slidy outputs now wrap pre element contents at
+right margin (see
+[1]https://groups.google.com/group/asciidoc/browse_thread/thread/98
+77a316b7a47309).
+  * Vim syntax file: highlight line breaks in lists (patch submitted by
+Alex Efros). See
+[2]https://groups.google.com/group/asciidoc/browse_thread/thread/51
+45e4c0b65cde0a).
+  * Vim syntax file: fixed highlighting of lines with spaces preceding
+an indented paragraph. See
+[3]https://groups.google.com/group/asciidoc/browse_thread/thread/51
+45e4c0b65cde0a
+  * Vim syntax file: dropped ) from list of illegal characters
+following opening quote. See
+[4]https://groups.google.com/group/asciidoc/browse_thread/thread/1a
+60eb4507a0555f/264c39c6a89fc7a0
+  * Added + intrinsic attribute. See
+[5]http://code.google.com/p/asciidoc/issues/detail?id=14
+  * Allow tabsize=0 in configuration file. See
+[6]https://groups.google.com/group/asciidoc/browse_thread/thread/c8
+8457020288ce1d
+  * Removed wordpress backend into the blogpost project (where it
+belongs) as an AsciiDoc backend plugin.
+  * Added HTML5 footer badges.
+  * Added favicon to AsciiDoc website.
+  * Changed AsciiDoc website domain to asciidoc.org.
+  * Vim syntax file: closing quote character cannot be immediately
+followed by same closing quote character.
+  * Documentation updates.
+  * If admonition icons are embedded using the Data URI Scheme and the
+icons directory is undefined or does not exist then the iconsdir
+attribute is set to the location of the icons installed in the
+AsciiDoc configuration directory.
+  * Updated ./stylesheets/pygments.css from pygments 1.4.
+  * HTML backends: Align inline images to text-bottom.
+  * html4 backend: Added hr attribute to make the inter-section
+horizontal ruler element optional.
+  * Documented Callout lists cannot be used within tables. See:
+[7]https://groups.google.com/group/asciidoc/browse_thread/thread/26
+8f9b46ebc192d3
+  * Removed Vim related stuff from the installer makefile. See:
+[8]https://groups.google.com/group/asciidoc/browse_thread/thread/75
+3a52b2af85fcfc/04c9091b0856fc13 and
+[9]https://groups.google.com/group/asciidoc/browse_thread/thread/cd
+07629fa7a53fb3
+  * Dropped vim/ftdetect/asciidoc_filetype.vim from distribution, the
+file detection was broken and the default settings satisfied noone.
+  * Vim syntax highlighter: increase sync backtracking to catch changes
+to large block elements.
+  * Added Romanian language configuration file. Contributed by Vitalie
+Lazu. See
+[10]https://groups.google.com/group/asciidoc/browse_thread/thread/2
+fe14a10dbf20d20/27726e7e13f7bfc7?lnk=gst&q=romanian#27726e7e13f7bfc
+7
+  * Added ruler and line-break outputs to HTML Help outputs. Patch
+submitted by DonM. See
+[11]https://groups.google.com/group/asciidoc/browse_thread/thread/b
+131d0155eccd73e
+  * Added Czech language configuration file. Contributed by Petr Klíma.
+  * html4 backend: allow embedded images and icons (data-uri
+attribute).
+  * html4 backend: table and example block caption place at bottom for
+consistency.
+  * html4 backend: dropped border around example block.
+  * html4 backend: cellpaddings made equal to 4 for consistency.
+  * Vim syntax highligher: Highlight closing OpenBlock delimiter when
+it immediately follows a list.
+  * Updated html5 backend (previous commit was xhtml11 only). See:
+[12]https://groups.google.com/group/asciidoc/browse_thread/thread/d
+bdfaf838f93e020
+  * Embedded data-uri images now figure file mimetype from file
+contents rather than the file extension. Patch submitted by Lex
+Trotman. See:
+[13]https://groups.google.com/group/asciidoc/browse_thread/thread/d
+bdfaf838f93e0
+
+---

Old:

  asciidoc-8.6.8.tar.gz
  asciidoc-vim-fix.diff

New:

  asciidoc-8.6.9.tar.gz



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.iUE2G5/_old  2015-03-

commit alsa-plugins for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory 
checked in at 2015-03-16 06:57:12

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


Package is "alsa-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes
2015-03-05 18:15:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes   
2015-03-16 06:57:21.0 +0100
@@ -1,0 +2,10 @@
+Thu Mar 12 12:44:35 UTC 2015 - dims...@opensuse.org
+
+- BuildRequire pkgconfig(speexdsp) instead of speex-devel: the
+  packages have been rearranged/split.
+- Add alsa-plugins-include-config.h.patch: Fix build with new
+  speexdsp versions. The speexdsp headers expect the caller to set
+  HAVE_STDINT_H (or any of the other appropriate headers, based on
+  platform) in order to define the specific types.
+
+---

New:

  alsa-plugins-include-config.h.patch



Other differences:
--
++ alsa-plugins.spec ++
--- /var/tmp/diff_new_pack.YKVh7k/_old  2015-03-16 06:57:22.0 +0100
+++ /var/tmp/diff_new_pack.YKVh7k/_new  2015-03-16 06:57:22.0 +0100
@@ -35,6 +35,7 @@
 Source1:asound-pulse.conf
 Source2:alsa-pulse.conf
 Source3:baselibs.conf
+Patch0: alsa-plugins-include-config.h.patch
 # upstream fixes
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-devel
@@ -47,7 +48,7 @@
 BuildRequires:  libpulse-devel
 %endif
 %if %{build_speex}
-BuildRequires:  speex-devel
+BuildRequires:  pkgconfig(speexdsp) >= 1.2
 %endif
 %ifarch s390x
 Recommends: %{name}-32bit = %{version}
@@ -128,6 +129,7 @@
 
 %prep
 %setup -q -n %{name}-%{package_version}
+%patch0 -p1
 
 %build
 export AUTOMAKE_JOBS="%{?_smp_mflags}"

++ alsa-plugins-include-config.h.patch ++
Index: alsa-plugins-1.0.29/speex/pcm_speex.c
===
--- alsa-plugins-1.0.29.orig/speex/pcm_speex.c
+++ alsa-plugins-1.0.29/speex/pcm_speex.c
@@ -18,6 +18,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
 
+#include "config.h"
 #include 
 #include 
 #include 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiwi for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2015-03-16 06:57:05

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


Package is "kiwi"

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2015-03-05 
18:15:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2015-03-16 
06:57:09.0 +0100
@@ -1,0 +2,87 @@
+Fri Mar 13 11:14:39 CET 2015 - m...@suse.de
+
+- v7.02.30 released
+  
+---
+Thu Mar 12 14:46:10 CET 2015 - m...@suse.de
+  
+- Fixed accident change in 13.2 JeOS
+  
+---
+Thu Mar 12 12:01:40 CET 2015 - m...@suse.de
+  
+- Cleanup calling basename
+  
+  Make sure basename is not called with a missing operand
+  
+---
+Thu Mar 12 11:55:38 CET 2015 - m...@suse.de
+  
+- Mount EFI partition only if not already mounted
+  
+---
+Wed Mar 11 19:39:51 CET 2015 - m...@suse.de
+  
+- Update elilo compat mode
+  
+  Support copy of vendor specific EFI boot config
+  In addition use the oem boot title as title for the
+  elilo configuration too
+  
+---
+Tue Mar 10 11:34:15 CET 2015 - m...@suse.de
+  
+- Fixed boot deleting packages
+  
+  A package marked with the bootdelete="true" flag was not removed
+  from the boot image if it was placed in the  section of
+  the system image.
+  
+---
+Fri Mar  6 16:19:45 CET 2015 - m...@suse.de
+  
+- v7.02.29 released
+  
+---
+Thu Mar  5 11:47:52 CET 2015 - m...@suse.de
+  
+- Move loader install tool check to the right place
+  
+  Only if a bootloader must be installed check if the tool
+  to perform the call is present on the host
+  
+---
+Thu Mar  5 11:27:55 CET 2015 - schneem...@suse.de
+  
+- dhclient has no option for timeout
+  
+  The dhclient in openSUSE 13.2 has no parameter for timeout, but it
+  is specified in the setupNetworkDHCLIENT function. The timeout is
+  taken from the configuration file as mentioned in the manpage.
+  
+---
+Wed Mar  4 16:52:47 CET 2015 - m...@suse.de
+
+- Fixed __checkSelectedBootLoaderIncluded check
+  
+  The runtime check for grub2 has the choice for several packages
+  Especially on SLE11 only grub2-x86_64-efi exists.
+  
+---
+Wed Mar  4 16:38:22 CET 2015 - m...@suse.de
+  
+- Increase the EFI/vboot fat partition
+  
+  Instead of 32MB use 200MB to allow holding a little more
+  data like firmware and/or loaders
+  
+---
+Wed Mar  4 14:06:25 CET 2015 - rjsch...@suse.de
+  
+- Fix consistency check for LXC builds
+  + Prior to the emergence of systemd the lxc package provided a special
+init script, lxc-init. This was necessary as SysV-init was not container
+aware. systemd is container aware, thus including systemd as the init
+system is sufficient.
+
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.gBrcmx/_old  2015-03-16 06:57:11.0 +0100
+++ /var/tmp/diff_new_pack.gBrcmx/_new  2015-03-16 06:57:11.0 +0100
@@ -26,7 +26,7 @@
 Group:  System/Management
 Url:http://github.com/openSUSE/kiwi
 Name:   kiwi
-Version:7.02.28
+Version:7.02.30
 Release:0
 Provides:   kiwi-image:lxc
 Provides:   kiwi-image:tbz

++ kiwi-docu.tar.bz2 ++

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2014-12-15 14:32:44.0 +0100
+++ new/kiwi/.revision  2014-12-15 14:32:44.0 +0100
@@ -1 +1 @@
-3f60936dcfcac28fa8e6e9d2682cef66eb614f28
+d00514db7fedee93fd432c38f8578d0442201f9f
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm
--- old/kiwi/modules/KIWIBoot.pm2015-02-25 11:39:26.0 +0100
+++ new/kiwi/modules/KIWIBoot.pm2015-03-05 11:47:32.0 +0100
@@ -1977,7 +1977,7 @@
 ($firmwar

commit libvorbis for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libvorbis for openSUSE:Factory 
checked in at 2015-03-16 06:56:24

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


Package is "libvorbis"

Changes:

--- /work/SRC/openSUSE:Factory/libvorbis/libvorbis.changes  2014-08-20 
17:53:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvorbis.new/libvorbis.changes 2015-03-16 
06:56:26.0 +0100
@@ -1,0 +2,13 @@
+Fri Mar  6 15:23:26 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update to 1.3.5
+  * Tolerate single-entry codebooks.
+  * Fix decoder crash with invalid input.
+  * Fix encoder crash with non-positive sample rates.
+  * Fix issues in vorbisfile's seek bisection code.
+  * Spec errata.
+  * Reject multiple headers of the same type.
+  * Various build fixes and code cleanup.
+
+---

Old:

  libvorbis-1.3.4.tar.xz

New:

  libvorbis-1.3.5.tar.xz



Other differences:
--
++ libvorbis.spec ++
--- /var/tmp/diff_new_pack.Hy2ZjX/_old  2015-03-16 06:56:27.0 +0100
+++ /var/tmp/diff_new_pack.Hy2ZjX/_new  2015-03-16 06:56:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvorbis
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,18 +17,12 @@
 
 
 Name:   libvorbis
-Version:1.3.4
+Version:1.3.5
 Release:0
-#to_be_filled_by_service
 Summary:The Vorbis General Audio Compression Codec
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:http://www.vorbis.com/
-# bug437293 (SLES10 -> SLES11 upgrade path)
-%ifarch ppc64
-Obsoletes:  libvorbis-64bit
-%endif
-#
 Source: 
http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.xz
 Source2:baselibs.conf
 Patch1: libvorbis-lib64.dif
@@ -44,6 +38,10 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# bug437293 (SLES10 -> SLES11 upgrade path)
+%ifarch ppc64
+Obsoletes:  libvorbis-64bit
+%endif
 
 %description
 Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
@@ -54,17 +52,16 @@
 libmatroska (matroska) can also be used.
 
 %package -n libvorbis0
-
 Summary:The Vorbis General Audio Compression Codec
 Group:  System/Libraries
-# bug437293 (SLES10 -> SLES11 upgrade path)
-%ifarch ppc64
-Obsoletes:  libvorbis-64bit
-%endif
 #
 # libvorbis was last used in openSUSE 11.3
 Provides:   %{name} = 1.3.2
 Obsoletes:  %{name} < 1.3.2
+# bug437293 (SLES10 -> SLES11 upgrade path)
+%ifarch ppc64
+Obsoletes:  libvorbis-64bit
+%endif
 
 %description -n libvorbis0
 Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
@@ -75,7 +72,6 @@
 libmatroska (matroska) can also be used.
 
 %package -n libvorbisenc2
-
 Summary:The Vorbis General Audio Compression Codec
 Group:  System/Libraries
 
@@ -88,7 +84,6 @@
 libmatroska (matroska) can also be used.
 
 %package -n libvorbisfile3
-
 Summary:The Vorbis General Audio Compression Codec
 Group:  System/Libraries
 
@@ -144,21 +139,23 @@
 sed -i s,-O20,-O3,g configure.ac
 
 autoreconf -fiv
-%configure --disable-examples --disable-static
+%configure \
+   --disable-examples \
+   --disable-static
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 mkdir -p %{buildroot}%{_docdir}/%{name}
 mv %{buildroot}%{_datadir}/doc/libvorbis-* %{buildroot}%{_docdir}/%{name}
 install -c -m 0644 doc/Vorbis_I_spec.* %{buildroot}%{_docdir}/%{name}
 # remove unneeded files
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 find %{buildroot}%{_docdir}/ -empty -delete
 %fdupes -s %{buildroot}%{_docdir}
 
 %check
-%__make check
+make %{?_smp_mflags} check
 
 %post -n libvorbis0 -p /sbin/ldconfig
 
@@ -172,9 +169,6 @@
 
 %postun -n libvorbisfile3 -p /sbin/ldconfig
 
-%clean
-[ %{buildroot} != "/" ] && rm -rf %{buildroot}
-
 %files -n libvorbis0
 %defattr(0644,root,root,0755)
 %{_libdir}/libvorbis.so.0*

++ libvorbis-1.3.4.tar.xz -> libvorbis-1.3.5.tar.xz ++
 41209 lines of diff (skipped)

++ vorbis-fix-linking.patch ++
--- /var/tmp/diff_new_pack.Hy2ZjX/_old  2015-03-16 06:56:28.0 +0100
+++ /var/tmp/diff_new_pack.Hy2ZjX/_new  2015-03-16 06:56:28.0 +0100
@@ -3,10 +3,10 @@
  configure.ac |2 +-
  2 files changed

commit jack for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package jack for openSUSE:Factory checked in 
at 2015-03-16 06:56:49

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


Package is "jack"

Changes:

--- /work/SRC/openSUSE:Factory/jack/jack.changes2014-09-24 
13:08:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.jack.new/jack.changes   2015-03-16 
06:56:51.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar  7 10:12:05 UTC 2015 - mplus...@suse.com
+
+- Replace celt with opus
+  * remove jack-celt-build-fix.diff
+
+---

Old:

  jack-celt-build-fix.diff



Other differences:
--
++ jack.spec ++
--- /var/tmp/diff_new_pack.8LptQs/_old  2015-03-16 06:56:52.0 +0100
+++ /var/tmp/diff_new_pack.8LptQs/_new  2015-03-16 06:56:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jack
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,8 +42,6 @@
 Source1:baselibs.conf
 # Without this, there is a link error on SPARC
 Patch2: jack-sparcv9.diff
-# Fix celt build
-Patch3: jack-celt-build-fix.diff
 # PATCH-FIX-OPENSUSE jack-ppc64-long.patch dval...@suse.com -- needed to build 
blender on ppc64
 Patch6: jack-ppc64-long.patch
 BuildRequires:  alsa-devel
@@ -53,9 +51,9 @@
 BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libFLAC8
-BuildRequires:  libcelt-devel >= 0.7.0
 BuildRequires:  libexpat-devel
 BuildRequires:  libogg-devel
+BuildRequires:  libopus-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  libvorbis-devel
@@ -113,7 +111,6 @@
 %prep
 %setup -q
 %patch2
-%patch3
 %patch6 -p1
 
 %build

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



commit libdv for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libdv for openSUSE:Factory checked 
in at 2015-03-16 06:56:17

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


Package is "libdv"

Changes:

--- /work/SRC/openSUSE:Factory/libdv/libdv.changes  2015-01-30 
11:00:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdv.new/libdv.changes 2015-03-16 
06:56:19.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  6 17:30:12 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- User url for source
+
+---

Old:

  libdv-1.0.0.tar.bz2

New:

  libdv-1.0.0.tar.gz



Other differences:
--
++ libdv.spec ++
--- /var/tmp/diff_new_pack.7B9mqF/_old  2015-03-16 06:56:20.0 +0100
+++ /var/tmp/diff_new_pack.7B9mqF/_new  2015-03-16 06:56:20.0 +0100
@@ -17,30 +17,14 @@
 
 
 Name:   libdv
-BuildRequires:  SDL-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  libXv-devel
-BuildRequires:  libtool
-BuildRequires:  popt-devel
-BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  xorg-x11-libXext-devel
-%if 0%{?suse_version} >= 1210
-BuildRequires:  libv4l-devel >= 0.8.4
-%endif
-Url:http://libdv.sourceforge.net/
-# bug437293
-%ifarch ppc64
-Obsoletes:  libdv-64bit
-%endif
-#
 Version:1.0.0
 Release:0
 Summary:The Quasar DV Codec
 License:GPL-2.0+
 Group:  Development/Libraries/Other
-Source: %name-%version.tar.bz2
+Url:http://libdv.sourceforge.net/
+Source: 
http://sourceforge.net/projects/libdv/files/libdv/%{version}/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # PATCH-FIX-UPSTREAM libdv-gtk2.patch vu...@opensuse.org -- Patch from debian, 
to use GTK+ 2.x
 Patch1: libdv-gtk2.patch
 Patch2: libdv.omit-excessive-warnings.patch
@@ -51,6 +35,22 @@
 Patch7: libdv-fix-no-add-needed.patch
 Patch8: libdv-endian.patch
 Patch9: libdv-visibility.patch
+BuildRequires:  SDL-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libXv-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  popt-devel
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  xorg-x11-libXext-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1210
+BuildRequires:  libv4l-devel >= 0.8.4
+%endif
+# bug437293
+%ifarch ppc64
+Obsoletes:  libdv-64bit
+%endif
 
 %description
 The Quasar DV codec (libdv) is a software codec for DV video, the
@@ -62,13 +62,6 @@
 There are two sample applications included with libdv: playdv and
 encode.
 
-
-
-Authors:
-
-Erik Walthinsen 
-Charles 'Buck' Krasic 
-
 %package -n libdv4
 Summary:The Quasar DV Codec
 Group:  Development/Libraries/Other
@@ -88,17 +81,9 @@
 There are two sample applications included with libdv: playdv and
 encode.
 
-
-
-Authors:
-
-Erik Walthinsen 
-Charles 'Buck' Krasic 
-
 %package devel
 Summary:The Quasar DV codec
 Group:  Development/Libraries/Other
-Requires:   glibc-devel
 Requires:   libdv4 = %{version}
 # bug437293
 %ifarch ppc64
@@ -116,13 +101,6 @@
 There are two sample applications included with libdv: playdv and
 encode.
 
-
-
-Authors:
-
-Erik Walthinsen 
-Charles 'Buck' Krasic 
-
 %prep
 %setup -q
 %patch1 -p1
@@ -136,19 +114,20 @@
 %patch7
 %patch8 -p1
 %patch9 -p1
+
 %build
 mkdir m4
 autoreconf -fiv
 CFLAGS="${RPM_OPT_FLAGS/O2/O3} -fomit-frame-pointer -fPIC -DPIC" \
-%configure --disable-static --with-pic --enable-sdl
-make %{?jobs:-j%jobs}
+%configure \
+   --disable-static \
+   --with-pic \
+   --enable-sdl
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libdv4 -p /sbin/ldconfig
 

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



commit gpsd for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2015-03-16 06:56:33

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


Package is "gpsd"

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2015-01-22 
21:48:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2015-03-16 
06:56:34.0 +0100
@@ -1,0 +2,38 @@
+Sat Mar  7 12:13:48 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+- Add gpsd-3.13-ntpshm.patch
+- Install unit files
+- Update to 3.13
+  * compiler.h inclusion removed for gps.h so it's standalone 
+for /usr/include.
+  * TOFF JSON report gives the offset between GPS top of second and 
+clock time.
+  * A new ntpmon tool supports capturing clock samples from NTP 
+SHM segments.
+- Changes for 3.12
+  * The daemon's power utilization has been reduced by changing 
+from non-blocking to blocking I/O; this may be significant 
+on mobile devices.
+  * Better protection against false matches of Inland AIS messages; 
+thisrequired a libgps version bump to 22 (as a side effect, 
+per-devicefootprint has decreased). 
+  * PPS feature is no longer markedexperimental/unstable.  
+  * Sentence tag fields have been dropped from the JSON reports. 
+  * GNSS and GLONASS SKY reports are now merged. 
+  * Addressed versions of AIS Type 25 and 26 are now handled. 
+  * The 'nmea' build option is now 'nmea0183'.
+  * New 'minimal' option sets all boolean options not explicitly 
+set on the build command line to false.  
+  * The 'limited_max_devices' option is now 'max_devices'; the 
+'limited_max_clients' option is now 'max_clients'
+  * The previously deprecated 'libQgpsmm' option has been 
+removed; use 'qt'.
+  * A bug fix for error modeling when NMEA 0183 reports empty DOP fields.  
+  * On OS X, the "osx-pl203" driver has been explicitly listed 
+as unsupported. 
+  * The last remnants of the old pre-JSON query protocol have 
+been removed from the client library.
+
+---

Old:

  gpsd-3.11.tar.gz

New:

  gpsd-3.13-ntpshm.patch
  gpsd-3.13.tar.gz
  gpsd-3.13.tar.gz.sig
  gpsd.keyring



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.InYJ0D/_old  2015-03-16 06:56:35.0 +0100
+++ /var/tmp/diff_new_pack.InYJ0D/_new  2015-03-16 06:56:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,31 @@
 #
 
 
+%definelibgps libgps22
+%definelibQgps libQgpsmm22
 %if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
-%define _udevdir /usr/lib/udev/
+%define _udevdir %{_libexecdir}/udev/
 %else
 %define _udevdir /lib/udev/
 %endif
-
 Name:   gpsd
+Version:3.13
+Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
 Group:  Hardware/Other
 Url:http://www.catb.org/gpsd/
-Version:3.11
-Release:0
-%definelibgps libgps21
-%definelibQgps libQgpsmm21
-Requires:   udev
-Requires(pre):  coreutils %fillup_prereq
+Source0:
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
+Source98:   
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
+Source1:rules.gpsd
+Source2:udev.gpsd
+Source3:sysconfig.gpsd
+Source4:gpsd.xpm
+Source5:xgps.desktop
+Source6:xgpsspeed.desktop
+Source99:   %{name}.keyring
+Patch0: gpsd-fix-shebang.patch
+Patch1: gpsd-3.13-ntpshm.patch
 BuildRequires:  bluez-devel
 BuildRequires:  chrpath
 BuildRequires:  dbus-1-glib-devel
@@ -47,14 +55,13 @@
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
-Source: 
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
-Source1:rules.gpsd
-Source2:udev.gpsd
-Source3:sysconfig.gpsd
-Source4:gpsd.xpm
-Source5:xgps.desktop
-Source6:xgpsspeed.desktop
-Patch0: gpsd-fix-shebang.patch
+%if 0%{?suse_version} >= 1210
+BuildRequires:  systemd-rpm-macros
+%systemd_requires
+%endif
+Requires:   udev
+Requires(pre):  %fillup_prereq
+Requires(pre):  coreutils
 BuildRoot:  

commit grub2 for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2015-03-16 06:56:41

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


Package is "grub2"

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2015-02-20 
13:50:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2015-03-16 
06:56:42.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar  4 04:03:37 UTC 2015 - mch...@suse.com
+
+- grub2-efi-HP-workaround.patch:
+  * try to read config from all-uppercase prefix as last resort.
+(bnc#872503) (boo#902982)
+
+---

New:

  grub2-efi-HP-workaround.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.SODuRa/_old  2015-03-16 06:56:45.0 +0100
+++ /var/tmp/diff_new_pack.SODuRa/_new  2015-03-16 06:56:45.0 +0100
@@ -178,6 +178,7 @@
 Patch47:
grub2-Initialized-initrd_ctx-so-we-don-t-free-a-random-poi.patch
 Patch48:
grub2-btrfs-fix-get_root-key-comparison-failures-due-to-en.patch
 Patch49:grub2-setup-try-fs-embed-if-mbr-gap-too-small.patch
+Patch50:grub2-efi-HP-workaround.patch
 # Btrfs snapshot booting related patches
 Patch101:   grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
 Patch102:   grub2-btrfs-02-export-subvolume-envvars.patch
@@ -393,6 +394,7 @@
 %patch47 -p1
 %patch48 -p1
 %patch49 -p1
+%patch50 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1

++ grub2-efi-HP-workaround.patch ++
Index: grub-2.02~beta2/grub-core/kern/efi/init.c
===
--- grub-2.02~beta2.orig/grub-core/kern/efi/init.c
+++ grub-2.02~beta2/grub-core/kern/efi/init.c
@@ -25,6 +25,7 @@
 #include 
 #include 
 #include 
+#include 
 
 grub_addr_t grub_modbase;
 
@@ -48,6 +49,67 @@ grub_efi_init (void)
 void (*grub_efi_net_config) (grub_efi_handle_t hnd, 
 char **device,
 char **path);
+static char *
+workaround_efi_firmware_path (const char *device, const char *path)
+{
+  char *config = NULL;;
+  char *config_upper = NULL;
+  char *path_upper = NULL;
+  char *ret_path = NULL;
+  grub_file_t config_fd = NULL;
+  char *s;
+
+  if (!device || !path)
+return NULL;
+
+  /* only workaround if booting off from cd device */
+  if (grub_strncmp (device, "cd", 2) != 0)
+goto quit;
+
+  config = grub_xasprintf ("(%s)%s/grub.cfg", device, path);
+  config_fd = grub_file_open (config);
+
+  /* everything's fine, so quit the workaround */
+  if (config_fd)
+goto quit;
+
+  /* reset grub error state because noone else does... */
+  grub_errno = GRUB_ERR_NONE;
+
+  /* try again, this time upper case path */
+  path_upper = grub_strdup (path);
+  if (! path_upper)
+goto quit;
+
+  s = path_upper;
+  for (; *s; s++) *s = grub_toupper(*s);
+
+  config_upper = grub_xasprintf ("(%s)%s/grub.cfg", device, path_upper);
+  if (! config_upper)
+goto quit;
+
+  config_fd = grub_file_open (config_upper);
+
+  /* if config can be found by the upper case path, return it */
+  if (config_fd)
+ret_path = grub_strdup (path_upper);
+
+quit:
+
+  if (config_fd)
+grub_file_close (config_fd);
+
+  if (grub_errno)
+grub_errno = GRUB_ERR_NONE;
+
+  if (config)
+grub_free (config);
+
+  if (config_upper)
+grub_free (config_upper);
+
+  return ret_path;
+}
 
 void
 grub_machine_get_bootlocation (char **device, char **path)
@@ -67,6 +129,12 @@ grub_machine_get_bootlocation (char **de
   p = grub_strrchr (*path, '/');
   if (p)
 *p = '\0';
+
+  if ((p = workaround_efi_firmware_path (*device, *path)))
+{
+  grub_free (*path);
+  *path = p;
+}
 }
 
 void
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qemu for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2015-03-16 06:56:08

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


Package is "qemu"

Changes:

--- /work/SRC/openSUSE:Factory/qemu/libcacard.changes   2015-02-14 
13:53:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.qemu.new/libcacard.changes  2015-03-16 
06:56:09.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar  1 12:50:52 UTC 2015 - afaer...@suse.de
+
+- Update company name in spec file templates
+- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.2
+* Patches added:
+  0038-linux-user-Fix-emulation-of-splice-.patch
+
+---
--- /work/SRC/openSUSE:Factory/qemu/qemu-linux-user.changes 2015-02-14 
13:53:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu-linux-user.changes
2015-03-16 06:56:09.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar  1 12:51:39 UTC 2015 - afaer...@suse.de
+
+- Update company name in spec file templates
+- Fix splice syscall argument handling (by Andreas_Schwab)
+  0038-linux-user-Fix-emulation-of-splice-.patch
+* Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.2
+
+---
--- /work/SRC/openSUSE:Factory/qemu/qemu.changes2015-02-14 
13:53:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu.changes   2015-03-16 
06:56:09.0 +0100
@@ -1,0 +2,14 @@
+Sun Mar  1 12:50:44 UTC 2015 - afaer...@suse.de
+
+- Update company name in spec file templates
+- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.2
+* Patches added:
+  0038-linux-user-Fix-emulation-of-splice-.patch
+
+---
+Sun Feb 22 15:59:23 UTC 2015 - mplus...@suse.com
+
+- Add user kvm when installing guest-agent.
+- Use macro to update udev_rules when available
+
+---

New:

  0038-linux-user-Fix-emulation-of-splice-.patch



Other differences:
--
++ libcacard.spec ++
--- /var/tmp/diff_new_pack.6AIdi9/_old  2015-03-16 06:56:12.0 +0100
+++ /var/tmp/diff_new_pack.6AIdi9/_new  2015-03-16 06:56:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcacard
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,6 +62,7 @@
 Patch0035:  0035-configure-Enable-PIE-for-ppc-and-pp.patch
 Patch0036:  0036-qtest-Increase-socket-timeout.patch
 Patch0037:  0037-AIO-Reduce-number-of-threads-for-32.patch
+Patch0038:  0038-linux-user-Fix-emulation-of-splice-.patch
 # Please do not add patches manually here, run update_git.sh.
 # this is to make lint happy
 Source300:  qemu-rpmlintrc
@@ -158,6 +159,7 @@
 %patch0035 -p1
 %patch0036 -p1
 %patch0037 -p1
+%patch0038 -p1
 
 %build
 ./configure --prefix=%_prefix --sysconfdir=%_sysconfdir \

qemu-linux-user.spec: same change
++ qemu.spec ++
--- /var/tmp/diff_new_pack.6AIdi9/_old  2015-03-16 06:56:12.0 +0100
+++ /var/tmp/diff_new_pack.6AIdi9/_new  2015-03-16 06:56:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qemu
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -92,6 +92,7 @@
 Patch0035:  0035-configure-Enable-PIE-for-ppc-and-pp.patch
 Patch0036:  0036-qtest-Increase-socket-timeout.patch
 Patch0037:  0037-AIO-Reduce-number-of-threads-for-32.patch
+Patch0038:  0038-linux-user-Fix-emulation-of-splice-.patch
 # Please do not add patches manually here, run update_git.sh.
 
 # this is to make lint happy
@@ -499,6 +500,7 @@
 %patch0035 -p1
 %patch0036 -p1
 %patch0037 -p1
+%patch0038 -p1
 
 %if %{build_x86_fw_from_source}
 # as a safeguard, delete the firmware files that we intend to build
@@ -634,13 +636,20 @@
   %{_sbindir}/useradd -r -g qemu -G kvm -d / -s /sbin/nologin \
   -c "qemu user" qemu
 
+%pre guest-agent
+%{_bindir}/getent group kvm >/dev/null || %{_sbindir}/groupadd -r kvm 
2>/dev/null
+
 %if %{kvm_available}
 %post
+%if 0%{?with_systemd}
+%udev_rules_update
+%else
 if [ "$(readlink -f /proc/1/root)" = "/" ]; then
   /sbin/udevadm control --reload-rules  || :
   /sbin/udevadm trigger || :
 fi
 %

commit gptfdisk for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package gptfdisk for openSUSE:Factory 
checked in at 2015-03-16 06:56:01

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


Package is "gptfdisk"

Changes:

--- /work/SRC/openSUSE:Factory/gptfdisk/gptfdisk.changes2014-03-05 
15:37:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.gptfdisk.new/gptfdisk.changes   2015-03-16 
06:56:02.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar  8 09:33:02 UTC 2015 - jeng...@inai.de
+
+- Remove old RPM tags for pre-12.x openSUSE.
+  Remove duplicated documentation.
+
+---



Other differences:
--
++ gptfdisk.spec ++
--- /var/tmp/diff_new_pack.zpZf0W/_old  2015-03-16 06:56:03.0 +0100
+++ /var/tmp/diff_new_pack.zpZf0W/_new  2015-03-16 06:56:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gptfdisk
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,14 +28,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
-BuildRequires:  xz
-%if 0%{?suse_version} > 1140
 BuildRequires:  pkgconfig(popt)
 BuildRequires:  pkgconfig(uuid)
-%else
-BuildRequires:  libuuid-devel
-BuildRequires:  popt-devel
-%endif
 
 Obsoletes:  gdisk < %version-%release
 Provides:   gdisk = %version-%release
@@ -84,7 +78,6 @@
 
 %files fixparts
 %defattr(-,root,root)
-%doc NEWS COPYING README
 %_sbindir/fixparts
 %_mandir/man8/fixparts.8*
 

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



commit kmod for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2015-03-16 06:55:53

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


Package is "kmod"

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2015-02-25 
02:16:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2015-03-16 
06:55:55.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  6 07:58:19 UTC 2015 - meiss...@suse.com
+
+- 0001-use-correct-sort-method-in-test-array.patch: use correct test
+  bsc#920930
+
+---

New:

  0001-use-correct-sort-method-in-test-array.patch



Other differences:
--
++ kmod.spec ++
--- /var/tmp/diff_new_pack.xVQGoM/_old  2015-03-16 06:55:56.0 +0100
+++ /var/tmp/diff_new_pack.xVQGoM/_new  2015-03-16 06:55:56.0 +0100
@@ -36,6 +36,7 @@
 Patch4: 0010-modprobe-Implement-allow-unsupported-modules.patch
 Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
 Patch6: kmod-blacklist-fixtest.patch
+Patch7: 0001-use-correct-sort-method-in-test-array.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -100,7 +101,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -p1
 
 %build
 autoreconf -fi

++ 0001-use-correct-sort-method-in-test-array.patch ++
>From 813357548c7f9063996783e2ac8382501e32a4ed Mon Sep 17 00:00:00 2001
From: Marcus Meissner 
Date: Fri, 6 Mar 2015 08:57:10 +0100
Subject: [PATCH] use correct sort method in test-array
Status: mailed to upstream

the pointers we get are char ** not char *
---
 testsuite/test-array.c | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/testsuite/test-array.c b/testsuite/test-array.c
index 3c72a8a..8e1b2ba 100644
--- a/testsuite/test-array.c
+++ b/testsuite/test-array.c
@@ -90,6 +90,14 @@ static int test_array_append_unique(const struct test *t)
 DEFINE_TEST(test_array_append_unique,
.description = "test array append unique");
 
+static int array_strcmp(void *a, void *b)
+{
+   char *pa = *(char **)a;
+   char *pb = *(char **)b;
+
+   return strcmp(pa, pb);
+}
+
 static int test_array_sort(const struct test *t)
 {
struct array array;
@@ -104,7 +112,7 @@ static int test_array_sort(const struct test *t)
array_append(&array, c2);
array_append(&array, c3);
array_append(&array, c1);
-   array_sort(&array, (int (*)(const void *a, const void *b)) strcmp);
+   array_sort(&array, (int (*)(const void *a, const void *b)) 
array_strcmp);
assert_return(array.count == 6, EXIT_FAILURE);
assert_return(array.array[0] == c1, EXIT_FAILURE);
assert_return(array.array[1] == c1, EXIT_FAILURE);
-- 
2.1.4


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



commit words for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package words for openSUSE:Factory checked 
in at 2015-03-16 06:55:33

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


Package is "words"

Changes:

--- /work/SRC/openSUSE:Factory/words/words.changes  2014-12-09 
09:16:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.words.new/words.changes 2015-03-16 
06:55:35.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar  6 11:55:02 UTC 2015 - wer...@suse.de
+
+- Update to version 2015.02.15 (boo#920975)
+  Updated to SCOWL 2015.02.15 which added a large number of new words
+  such as "inbox", "smartphone", and "selfie" and removed some
+  problematic words.
+
+---

Old:

  scowl-7.1.tar.gz

New:

  scowl-2015.02.15.tar.gz



Other differences:
--
++ words.spec ++
--- /var/tmp/diff_new_pack.0hVKaU/_old  2015-03-16 06:55:36.0 +0100
+++ /var/tmp/diff_new_pack.0hVKaU/_new  2015-03-16 06:55:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package words
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   words
-Version:7.1
+Version:2015.02.15
 Release:0
 Summary:An English words dictionary
 License:SUSE-Public-Domain
 Group:  Productivity/Office/Dictionary
 Url:http://wordlist.sourceforge.net/
-Source0:http://prdownloads.sourceforge.net/wordlist/scowl-7.1.tar.gz
+Source0:
http://prdownloads.sourceforge.net/wordlist/scowl-2015.02.15.tar.gz
 Source1:sysconfig.words
 Source2:SuSEconfig.words
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ scowl-7.1.tar.gz -> scowl-2015.02.15.tar.gz ++
 85049 lines of diff (skipped)

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



commit vorbis-tools for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2015-03-16 06:55:26

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new (New)


Package is "vorbis-tools"

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2015-01-29 09:54:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2015-03-16 06:55:26.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  6 15:24:00 CET 2015 - ti...@suse.de
+
+- Fix division by zero and integer overflow by crafted WAV files
+  (CVE-2014-9638, CVE-2014-9639, bnc#914439, bnc#914441):
+  vorbis-tools-oggenc-CVE-2014-9639.patch
+
+---

New:

  vorbis-tools-oggenc-CVE-2014-9639.patch



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.Y1dcHV/_old  2015-03-16 06:55:27.0 +0100
+++ /var/tmp/diff_new_pack.Y1dcHV/_new  2015-03-16 06:55:27.0 +0100
@@ -32,6 +32,8 @@
 Patch2: vcut-fix-segfault.diff
 # PATCH-FIX-UPSTREAM vorbis-tools-r19117-CVE-2014-9640.patch bsc#914938 
CVE-201409640
 Patch3: vorbis-tools-r19117-CVE-2014-9640.patch
+# PATCH-FIX-SUSE vorbis-tools-oggenc-CVE-2014-9639.patch bnc#914439 bnc#914441 
CVE-2014-9638 CVE-2014-9639
+Patch4: vorbis-tools-oggenc-CVE-2014-9639.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  flac-devel
@@ -74,6 +76,7 @@
 %patch1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 # automake 1.13 deprecated AM_CONFIG_HEADER
 sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 

++ vorbis-tools-oggenc-CVE-2014-9639.patch ++
Fix CVE-2014-9638 (bnc#914439)
CVE-2014-9639 (bnc#914441)

---
 oggenc/audio.c |   19 +--
 1 file changed, 17 insertions(+), 2 deletions(-)

--- a/oggenc/audio.c
+++ b/oggenc/audio.c
@@ -13,6 +13,7 @@
 #include 
 #endif
 
+#include 
 #include 
 #include 
 #include 
@@ -251,6 +252,7 @@ int aiff_open(FILE *in, oe_enc_opt *opt,
 aiff_fmt format;
 aifffile *aiff = malloc(sizeof(aifffile));
 int i;
+long channels;
 
 if(buf[11]=='C')
 aifc=1;
@@ -277,11 +279,17 @@ int aiff_open(FILE *in, oe_enc_opt *opt,
 return 0;
 }
 
-format.channels = READ_U16_BE(buffer);
+format.channels = channels = READ_U16_BE(buffer);
 format.totalframes = READ_U32_BE(buffer+2);
 format.samplesize = READ_U16_BE(buffer+6);
 format.rate = (int)read_IEEE80(buffer+8);
 
+if(channels <= 0L || SHRT_MAX < channels)
+{
+fprintf(stderr, _("Warning: Unsupported count of channels in AIFF 
header\n"));
+return 0;
+}
+
 aiff->bigendian = 1;
 
 if(aifc)
@@ -412,6 +420,7 @@ int wav_open(FILE *in, oe_enc_opt *opt,
 wav_fmt format;
 wavfile *wav = malloc(sizeof(wavfile));
 int i;
+long channels;
 
 /* Ok. At this point, we know we have a WAV file. Now we have to detect
  * whether we support the subtype, and we have to find the actual data
@@ -449,12 +458,18 @@ int wav_open(FILE *in, oe_enc_opt *opt,
 }
 
 format.format =  READ_U16_LE(buf);
-format.channels =READ_U16_LE(buf+2);
+format.channels = channels = READ_U16_LE(buf+2);
 format.samplerate =  READ_U32_LE(buf+4);
 format.bytespersec = READ_U32_LE(buf+8);
 format.align =   READ_U16_LE(buf+12);
 format.samplesize =  READ_U16_LE(buf+14);
 
+if(channels <= 0L || SHRT_MAX < channels)
+{
+fprintf(stderr, _("Warning: Unsupported count of channels in WAV 
header\n"));
+return 0;
+}
+
 if(format.format == -2) /* WAVE_FORMAT_EXTENSIBLE */
 {
   if(len<40)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pstoedit for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package pstoedit for openSUSE:Factory 
checked in at 2015-03-16 06:55:09

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


Package is "pstoedit"

Changes:

--- /work/SRC/openSUSE:Factory/pstoedit/pstoedit.changes2014-06-25 
06:57:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.pstoedit.new/pstoedit.changes   2015-03-16 
06:55:10.0 +0100
@@ -1,0 +2,35 @@
+Fri Mar 13 20:24:50 CET 2015 - sbra...@suse.cz
+
+- Fix plugin search algorithm (pstoedit-pkglibdir.patch).
+- Drop patches:
+  * pstoedit-parallel.patch: It was apparently autotools fault.
+  * pstoedit-3.50-plugin-close.patch: Triggering bnc#680125 is
+fixed since 12.2.
+  * pstoedit-3.60-libdl.patch: Patch is correct, but not needed.
+
+---
+Thu Mar 12 16:24:18 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.70
+  * some code improvement
+  * removed the -DBUGGYGPP compile flag since now g++ can compile the
+code without it. The former work-arounds are still there but will
+be removed later.
+  * enabled more warnings when compiling with g++ and fixed some
+resulting warnings.
+  * changed the autoconf part to better support the inclusion of 
+libzip for the pptx driver.
+  * included a lot of documentation corrections
+  * using non case sensitive comparison when determining the target
+format from the file suffix.
+  * using more STL classes instead of older private replacements 
+(string and vector). In this context also some hard coded limits
+were removed.
+  * fixed an assertion violation when using -ssp and a closepath occurred.
+  * added the dump of the font name for the DXF format.
+prototype of a "simulate fill" option for emulating filling by stroking.
+This is based on fillpoly.c from the hp2xx project. This is still kind
+of experimental.
+- Update pstoedit-3.62-parallel.patch > pstoedit-parallel.patch
+
+---

Old:

  pstoedit-3.50-plugin-close.patch
  pstoedit-3.60-libdl.patch
  pstoedit-3.62-parallel.patch
  pstoedit-3.62.tar.gz

New:

  pstoedit-3.70.tar.gz
  pstoedit-pkglibdir.patch



Other differences:
--
++ pstoedit.spec ++
--- /var/tmp/diff_new_pack.6yhCgS/_old  2015-03-16 06:55:10.0 +0100
+++ /var/tmp/diff_new_pack.6yhCgS/_new  2015-03-16 06:55:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pstoedit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,19 +17,15 @@
 
 
 Name:   pstoedit
-Version:3.62
+Version:3.70
 Release:0
 Summary:PostScript and PDF Converter
 License:GPL-2.0+
 Group:  Productivity/Publishing/PS
 Url:http://www.pstoedit.net/
 Source: 
https://sourceforge.net/projects/pstoedit/files/pstoedit/%{version}/%{name}-%{version}.tar.gz
-# PATCH-WORKAROUND-OPENSUSE pstoedit-3.50-plugin-close.patch bnc622977 
Redhat507035 sbra...@suse.cz -- Work-around crash in glibc and don't dlclose() 
in destructors.
-Patch1: pstoedit-3.50-plugin-close.patch
-# PATCH-FIX-UPSTREAM pstoedit-3.62-parallel.patch fix paralel build
-Patch2: pstoedit-3.62-parallel.patch
-# PATCH-FIX-UPSTREAM pstoedit-3.60-libdl.patch really link to libdl
-Patch3: pstoedit-3.60-libdl.patch
+# PATCH-FIX-UPSTREAM pstoedit-pkglibdir.patch sbra...@suse.cz -- Fix plugin 
search path.
+Patch:  pstoedit-pkglibdir.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -94,13 +90,10 @@
 
 %prep
 %setup -q
-%patch1
-%patch2 -p1
-%patch3 -p1
+%patch -p1
 chmod -x examples/*.ps examples/Makefile* doc/*.* copying
 
 %build
-autoreconf -fvi
 # --without-swf: lacking libming package
 %configure \
--disable-static \

++ pstoedit-3.62.tar.gz -> pstoedit-3.70.tar.gz ++
 19569 lines of diff (skipped)

++ pstoedit-pkglibdir.patch ++
Fix for pstoedit search for plugins.

By default, pstoedit "make install" installs to PSTOEDITLIBDIR, so if
nobody moves them to another location, then it is sufficient to search in
PSTOEDITLIBDIR.


But the way how pstoedit searches for plugins is broken:

If pstoedit.reg does not exist or does not contain common/plugindir, then
it tries $exepath/../lib/pstoedit, always sets pluginsloaded, and never
tries PSTOEDITLIBDIR.

If pstoedit.reg contains common/plugindir, then it 

commit patch for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package patch for openSUSE:Factory checked 
in at 2015-03-16 06:55:02

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


Package is "patch"

Changes:

--- /work/SRC/openSUSE:Factory/patch/patch.changes  2015-03-01 
14:45:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.patch.new/patch.changes 2015-03-16 
06:55:04.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar  7 10:42:46 CET 2015 - jdelv...@suse.de
+
+- patch 2.7.5
+  Fixes a functional regression introduced by the previous update. 
+  + Patching through symbolic links works again, as long as the
+target is within the working tree.
+
+---

Old:

  patch-2.7.4.tar.bz2
  patch-2.7.4.tar.bz2.sig

New:

  patch-2.7.5.tar.xz
  patch-2.7.5.tar.xz.sig



Other differences:
--
++ patch.spec ++
--- /var/tmp/diff_new_pack.mCdNdj/_old  2015-03-16 06:55:05.0 +0100
+++ /var/tmp/diff_new_pack.mCdNdj/_new  2015-03-16 06:55:05.0 +0100
@@ -17,15 +17,18 @@
 
 
 Name:   patch
-Version:2.7.4
+Version:2.7.5
 Release:0
 Summary:GNU patch
 License:GPL-3.0+
 Group:  Productivity/Text/Utilities
 Url:http://ftp.gnu.org/gnu/patch/
-Source: http://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.bz2
-Source2:http://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.bz2.sig
+Source: http://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.xz
+Source2:http://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.xz.sig
 Source3:
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=patch&download=1#/patch.keyring
+%if 0%{?suse_version} < 1220
+BuildRequires:  xz
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # See bnc#662957. The fix for CVE-2010-4651 breaks the way interdiff was
 # invoking patch, so interdiff had to be fixed too.


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



commit p7zip for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package p7zip for openSUSE:Factory checked 
in at 2015-03-16 06:55:45

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


Package is "p7zip"

Changes:

--- /work/SRC/openSUSE:Factory/p7zip/p7zip.changes  2015-02-12 
10:21:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.p7zip.new/p7zip.changes 2015-03-16 
06:55:46.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  6 15:43:22 UTC 2015 - joerg.loren...@ki.tng.de
+
+- update to 9.38.1
+  - bug #145 "p7zip crashes while moving memory in MoveItems"
+  
+---

Old:

  p7zip_9.38_src_all.tar.bz2

New:

  p7zip_9.38.1_src_all.tar.bz2



Other differences:
--
++ p7zip.spec ++
--- /var/tmp/diff_new_pack.nL0sHe/_old  2015-03-16 06:55:47.0 +0100
+++ /var/tmp/diff_new_pack.nL0sHe/_new  2015-03-16 06:55:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   p7zip
-Version:9.38
+Version:9.38.1
 Release:0
 Summary:7-zip file compression program
 License:LGPL-2.1+

++ p7zip_9.38_src_all.tar.bz2 -> p7zip_9.38.1_src_all.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p7zip_9.38/C/7zVersion.h 
new/p7zip_9.38.1/C/7zVersion.h
--- old/p7zip_9.38/C/7zVersion.h2015-01-05 19:51:42.0 +0100
+++ new/p7zip_9.38.1/C/7zVersion.h  2015-02-25 20:32:50.0 +0100
@@ -9,5 +9,5 @@
 #define MY_COPYRIGHT ": Igor Pavlov : Public domain"
 #define MY_VERSION_COPYRIGHT_DATE MY_VERSION " " MY_COPYRIGHT " : " MY_DATE
 
-#define P7ZIP_VERSION "9.38"
+#define P7ZIP_VERSION "9.38.1"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p7zip_9.38/CPP/Common/StringConvert.cpp 
new/p7zip_9.38.1/CPP/Common/StringConvert.cpp
--- old/p7zip_9.38/CPP/Common/StringConvert.cpp 2014-12-31 18:36:17.0 
+0100
+++ new/p7zip_9.38.1/CPP/Common/StringConvert.cpp   2015-02-25 
20:35:04.0 +0100
@@ -138,6 +138,8 @@
 UString resultString;
 int numChars = 
mbstowcs(resultString.GetBuffer(srcString.Len()),srcString,srcString.Len()+1);
 if (numChars >= 0) {
+resultString.ReleaseBuffer(numChars);
+
 #if WCHAR_MAX > 0x
   for (int i = numChars; i >= 0; i--) {
 if (resultString[i] > 0x) {
@@ -149,7 +151,7 @@
 }
   }
 #endif
-  resultString.ReleaseBuffer(numChars);
+
   return resultString;
 }
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p7zip_9.38/ChangeLog new/p7zip_9.38.1/ChangeLog
--- old/p7zip_9.38/ChangeLog2015-01-27 19:43:06.0 +0100
+++ new/p7zip_9.38.1/ChangeLog  2015-02-25 20:34:11.0 +0100
@@ -1,4 +1,9 @@
 
+Version 9.38.1
+==
+  - bug #145 "p7zip crashes while moving memory in MoveItems 
+  
+
 Version 9.38
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p7zip_9.38/README new/p7zip_9.38.1/README
--- old/p7zip_9.38/README   2015-01-27 19:42:38.0 +0100
+++ new/p7zip_9.38.1/README 2015-02-25 20:33:04.0 +0100
@@ -1,5 +1,5 @@
-   p7zip 9.38
-   ==
+   p7zip 9.38.1
+   
 
 Homepage : http://p7zip.sourceforge.net/
 
@@ -222,7 +222,7 @@
   For .7z archive only, you can enable archive header encryption with "-mhe"
   7za a -mhe=on -pmy_password archive.7z  dir1
 
-  For more, see the documentation of 7za.exe in DOCS/MANUAL directory
+  For more, see the documentation of 7za.exe in DOC/MANUAL directory
   7za a -t7z  -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on archive.7z  dir1
   adds all files from directory "dir1" to archive archive.7z
   using "ultra settings".
@@ -319,7 +319,7 @@
 
 LICENSE :
 -
-  please read DOCS/License.txt.
+  please read DOC/License.txt.
 
 LIMITATIONS from 7-zip :
 
Files old/p7zip_9.38/Utils/file_7z.pyc and new/p7zip_9.38.1/Utils/file_7z.pyc 
differ
Files old/p7zip_9.38/Utils/file_7zCon_sfx.pyc and 
new/p7zip_9.38.1/Utils/file_7zCon_sfx.pyc differ
Files old/p7zip_9.38/Utils/file_7zFM.pyc and 
new/p7zip_9.38.1/Utils/file_7zFM.pyc differ
Files old/p7zip_9.38/Utils/file_7zG.pyc and new/p7zip_9.38.1/Utils/file_7zG.pyc 
differ
Files old/p7zip_9.38/Utils/file_7z_so.pyc and 
new/p7zip_9.38.1/Utils/file_7z_so.pyc differ
Files old/p7zip_9.38/Utils/file_7za.pyc and new/p7zip_9.38.1/Utils/file_7za.pyc 
differ
Files old/p7zip_9.38/Utils/file_7zr.pyc and new/p7zip_9.38.1/Utils/file_7zr.pyc 
differ
Files old/p7zip_9.38/Utils/file_Client7z.pyc and 
new/p7zip_9.38.1/Utils/file_Client7z.pyc differ
Fi

commit ibus for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2015-03-16 06:54:47

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


Package is "ibus"

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2015-01-25 
21:16:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2015-03-16 
06:54:47.0 +0100
@@ -1,0 +2,18 @@
+Thu Mar 12 15:27:11 UTC 2015 - ft...@geeko.jp
+
+- Update to 1.5.9
+  * Fix losing focus in/out on Google Chrome
+  * Fix SEGV of ibus-ui-gtk3 caused by inappropriate 'preload-engines'
+  * ibus-setup tries C locale to support environment without
+en_US.UTF-8
+  * Remove "Release" modifier key from ibus-setup
+  * Show language rather than layout for xkb panel icon
+  * Track window property offsets correctly
+  * Add IBus panel icon for Plasma 5 desktop
+  * Minor bug fixes
+- Update show-input-mode-icon.patch
+  * Support the new panel icon
+- Add appindicator-absolute-icon-path.patch
+  * Show icons installed out of theme directories
+
+---

Old:

  ibus-1.5.9.tar.gz

New:

  appindicator-absolute-icon-path.patch
  ibus-1.5.10.tar.gz



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.1UxBYI/_old  2015-03-16 06:54:49.0 +0100
+++ /var/tmp/diff_new_pack.1UxBYI/_new  2015-03-16 06:54:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
 %endif
 
 Name:   ibus
-Version:1.5.9
+Version:1.5.10
 Release:0
 Summary:Intelligent Input Bus for Linux OS
 License:LGPL-2.1+
@@ -65,6 +65,8 @@
 # PATCH-FIX-UPSTREAM ft...@geeko.jp
 # Select an IM engine at the first login
 Patch8: im-engines-precede-xkb.patch
+# PATCH-FIX-UPSTREAM ft...@geeko.jp
+Patch9: appindicator-absolute-icon-path.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  dbus-1-python-devel >= 0.83.0
 BuildRequires:  dconf-devel >= 0.7.5
@@ -236,6 +238,7 @@
 %endif
 
 %patch8 -p1
+%patch9 -p1
 
 cp -r %{SOURCE2} .
 cp -r %{SOURCE3} .

++ appindicator-absolute-icon-path.patch ++
commit 18d92c792210ede2e1e8f77bff2c4921a106f5cf
Author: Fuminobu TAKEYAMA 
Date:   Thu Mar 12 23:47:08 2015 +0900

Send an absolute path to icon file because the KDE status notifier can 
handle it.

diff --git a/ui/gtk3/panel.vala b/ui/gtk3/panel.vala
index 1379860..4b59eeb 100644
--- a/ui/gtk3/panel.vala
+++ b/ui/gtk3/panel.vala
@@ -1248,9 +1248,7 @@ class Panel : IBus.PanelService {
 m_status_icon.set_from_file(icon_name);
 }
 else if (m_icon_type == IconType.INDICATOR) {
-warning("appindicator requires an icon name in a theme " +
-"path instead of the full path: %s", icon_name);
-m_indicator.set_icon_full("ibus-engine", "");
+m_indicator.set_icon_full(icon_name, "");
 }
 } else {
 string language = null;
++ ibus-1.5.9.tar.gz -> ibus-1.5.10.tar.gz ++
 20804 lines of diff (skipped)

++ show-input-mode-icon.patch ++
--- /var/tmp/diff_new_pack.1UxBYI/_old  2015-03-16 06:54:49.0 +0100
+++ /var/tmp/diff_new_pack.1UxBYI/_new  2015-03-16 06:54:49.0 +0100
@@ -1,6 +1,14 @@
 ibus-1.5.5/ui/gtk3/panel.vala.orig 2014-01-19 01:53:48.144138225 +0900
-+++ ibus-1.5.5/ui/gtk3/panel.vala  2014-01-19 02:03:54.627409768 +0900
-@@ -863,11 +863,52 @@
+commit ed74a67ff98750903e6ce2e0e638f3e956eab66b
+Author: Fuminobu TAKEYAMA 
+Date:   Fri Mar 13 00:04:22 2015 +0900
+
+Show input mode icons if the current engine provides
+
+diff --git a/ui/gtk3/panel.vala b/ui/gtk3/panel.vala
+index 4b59eeb..99a768a 100644
+--- a/ui/gtk3/panel.vala
 b/ui/gtk3/panel.vala
+@@ -1183,11 +1183,57 @@ class Panel : IBus.PanelService {
  public override void register_properties(IBus.PropList props) {
  m_property_manager.set_properties(props);
  m_property_panel.set_properties(props);
@@ -34,13 +42,18 @@
 +}
 +
 +if (icon_name[0] == '/') {
-+try {
-+// resize icon because icons were desinged for ibus tool bar 
of 1.4.x
-+// use 22 px because icons are wrongly cropped on KDE
-+var icon_img = new Gdk.Pixbuf.from_file_at_size(icon_name, 
22, 22);
-+  

commit libnet for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2015-03-16 06:54:13

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


Package is "libnet"

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2014-05-16 
17:56:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2015-03-16 
06:54:13.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 14:08:34 UTC 2015 - tchva...@suse.com
+
+- Remove no longer needed provide/obsolete
+
+---



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.zYdPfO/_old  2015-03-16 06:54:14.0 +0100
+++ /var/tmp/diff_new_pack.zYdPfO/_new  2015-03-16 06:54:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnet
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,9 +45,6 @@
 %package -n %{libname}
 Summary:A C Library for Portable Packet Creation
 Group:  Development/Libraries/C and C++
-# was last used in openSUSE 11.3
-Provides:   libnet = 1.1.5
-Obsoletes:  libnet < 1.1.5
 
 %description -n %{libname}
 Libnet is an API to help with the construction and handling of network

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



commit libidn for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libidn for openSUSE:Factory checked 
in at 2015-03-16 06:54:06

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


Package is "libidn"

Changes:

--- /work/SRC/openSUSE:Factory/libidn/libidn.changes2014-10-25 
08:32:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libidn.new/libidn.changes   2015-03-16 
06:54:08.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:49:20 UTC 2015 - tchva...@suse.com
+
+- Version bump to 1.30:
+  * punycode.{c,h} files were reimported
+- Cleanup with spec-cleaner
+
+---

Old:

  libidn-1.29.tar.gz
  libidn-1.29.tar.gz.sig

New:

  libidn-1.30.tar.gz
  libidn-1.30.tar.gz.sig



Other differences:
--
++ libidn.spec ++
--- /var/tmp/diff_new_pack.7LYTcl/_old  2015-03-16 06:54:09.0 +0100
+++ /var/tmp/diff_new_pack.7LYTcl/_new  2015-03-16 06:54:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libidn
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,16 @@
 
 %define lname  libidn11
 Name:   libidn
-Version:1.29
+Version:1.30
 Release:0
 Summary:Support for Internationalized Domain Names (IDN)
 License:(GPL-2.0+ or LGPL-3.0+) and GPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.gnu.org/software/libidn/
 Source0:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
-Source1:baselibs.conf
-Source2:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
-Source3:libidn.keyring
-#can't be used without build cycles, so just check the signature in validator
-#BuildRequires:  gpg-offline
+Source1:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
+Source2:libidn.keyring
+Source3:baselibs.conf
 BuildRequires:  pkg-config
 Requires(pre):  %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,9 +49,6 @@
 Summary:Command line utility to convert Int. Domain Names
 License:(GPL-2.0+ or LGPL-3.0+) and GPL-3.0+
 Group:  Productivity/Networking/DNS/Utilities
-# O/P added for 12.3
-Obsoletes:  libidn < %{version}-%{release}
-Provides:   libidn = %{version}-%{release}
 
 %description tools
 GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
@@ -72,10 +67,6 @@
 Summary:Support for Internationalized Domain Names (IDN)
 License:(GPL-2.0+ or LGPL-3.0+) and GPL-3.0+
 Group:  System/Libraries
-# bug437293
-%ifarch ppc64
-Obsoletes:  libidn-64bit
-%endif
 
 %description -n %{lname}
 GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
@@ -96,10 +87,6 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{lname} = %{version}
 Requires:   glibc-devel
-# bug437293
-%ifarch ppc64
-Obsoletes:  libidn-devel-64bit
-%endif
 
 %description devel
 GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
@@ -118,28 +105,29 @@
 %setup -q
 
 %build
-%configure --with-pic --disable-static --disable-gtk-doc
-make %{?_smp_mflags} V=1
+%configure \
+--disable-silent-rules \
+--with-pic \
+--disable-static \
+--disable-gtk-doc
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-
-rm -f %{buildroot}/%{_infodir}/dir
-rm -f %{buildroot}%{_libdir}/libidn.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %find_lang %{name}
 
 %check
 %if ! 0%{?qemu_user_space_build}
-export SUSE_ASNEEDED=0
-make check %{?_smp_mflags} V=1
+make check %{?_smp_mflags}
 %endif
 
 %post tools
-%install_info --info-dir=%{_infodir} %{_infodir}/libidn.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/libidn.info.*
 
 %postun tools
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.*
 
 %post -n %{lname} -p /sbin/ldconfig
 

++ libidn-1.29.tar.gz -> libidn-1.30.tar.gz ++
 43528 lines of diff (skipped)


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



commit libzypp-plugin-appdata for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libzypp-plugin-appdata for 
openSUSE:Factory checked in at 2015-03-16 06:54:54

Comparing /work/SRC/openSUSE:Factory/libzypp-plugin-appdata (Old)
 and  /work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new (New)


Package is "libzypp-plugin-appdata"

Changes:

--- 
/work/SRC/openSUSE:Factory/libzypp-plugin-appdata/libzypp-plugin-appdata.changes
2015-01-24 22:20:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new/libzypp-plugin-appdata.changes
   2015-03-16 06:54:55.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:19:07 UTC 2015 - dims...@opensuse.org
+
+- Require openSUSE-appstream-extra by openSUSE-appstream-process:
+  Having the extra appstream metadata available will allow the
+  builder to get better results.
+
+---



Other differences:
--
++ libzypp-plugin-appdata.spec ++
--- /var/tmp/diff_new_pack.2Vus27/_old  2015-03-16 06:54:57.0 +0100
+++ /var/tmp/diff_new_pack.2Vus27/_new  2015-03-16 06:54:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp-plugin-appdata
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,6 +48,8 @@
 Summary:Appstream processor employed by kiwi
 Group:  System
 Requires:   appstream-glib >= 0.2.4
+# external repository with appstream metadata, to assist packages that don't 
ship their own (yet)
+Requires:   openSUSE-appstream-extra
 
 %description -n openSUSE-appstream-process
 A wrapper around appstream-builder, called by kiwi in order to produce 
AppStream metadata

++ InstallAppdata.sh ++
--- /var/tmp/diff_new_pack.2Vus27/_old  2015-03-16 06:54:57.0 +0100
+++ /var/tmp/diff_new_pack.2Vus27/_new  2015-03-16 06:54:57.0 +0100
@@ -26,7 +26,7 @@
 YAST2=/suse/setup/descr
 
 # Cleanup existing appdata found on the system
-for list in $(find /usr/share/app-info/xmls/*.xml.gz); do
+for list in $(find /var/cache/app-info/xmls/*.xml.gz); do
appdata=$(basename ${list} .xml.gz)
appstream-util uninstall "${appdata}" 2>&1 > /dev/null
 done


++ openSUSE-appstream-process ++
--- /var/tmp/diff_new_pack.2Vus27/_old  2015-03-16 06:54:57.0 +0100
+++ /var/tmp/diff_new_pack.2Vus27/_new  2015-03-16 06:54:57.0 +0100
@@ -3,6 +3,9 @@
 SRC=$1
 DEST=$2
 
+# appstream-buider should be more quiet while parsing packages
+export ASB_IS_SELF_TEST=1
+
 /usr/bin/appstream-builder \
   --no-net \
   --enable-hidpi   \

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



commit v4l-utils for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2015-03-16 06:54:34

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


Package is "v4l-utils"

Changes:

--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes  2015-02-06 
10:49:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2015-03-16 
06:54:35.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 14:55:11 UTC 2015 - tchva...@suse.com
+
+- Cleanup few conditions for better readability
+
+---



Other differences:
--
++ v4l-utils.spec ++
--- /var/tmp/diff_new_pack.k7fUWW/_old  2015-03-16 06:54:36.0 +0100
+++ /var/tmp/diff_new_pack.k7fUWW/_new  2015-03-16 06:54:36.0 +0100
@@ -31,21 +31,15 @@
 BuildRequires:  alsa-devel
 %if 0%{?suse_version} < 1230
 BuildRequires:  autoconf
-%endif
-%if 0%{?suse_version} > 1210
-BuildRequires:  desktop-file-utils
-%else
-BuildRequires:  update-desktop-files
+BuildRequires:  libtool
 %endif
 BuildRequires:  doxygen
 BuildRequires:  kernel-headers
 BuildRequires:  libjpeg-devel
 BuildRequires:  libqt4-devel
-%if 0%{?suse_version} < 1230
-BuildRequires:  libtool
-%endif
 BuildRequires:  pkg-config
 BuildRequires:  udev
+BuildRequires:  update-desktop-files
 Requires:   libv4l = %{version}
 Requires:   udev
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -180,24 +174,20 @@
 %if 0%{?suse_version} < 1230
 autoreconf -vif
 %endif
-%configure --disable-static --disable-silent-rules --with-udevdir=%{_udevdir}
+%configure \
+--disable-static \
+--disable-silent-rules \
+--with-udevdir=%{_udevdir}
 make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install
-
-# Remove libtool config files
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -f {} ';'
 
 # Not needed (links to plugins in libv4l subdir)
 rm %{buildroot}%{_libdir}/{v4l1compat.so,v4l2convert.so}
 
-%if 0%{?suse_version} > 1210
-desktop-file-edit --set-name="QV4l2" --set-generic-name="V4L2 Test Utility" \
- --add-category=Qt --add-category=Video --add-category=TV 
%{buildroot}%{_datadir}/applications/qv4l2.desktop
-%else
 %suse_update_desktop_file -N "QV4l2" -G "V4L2 Test Utility" -r qv4l2 Qt 
AudioVideo Video TV
-%endif
 
 %post -n libdvbv5-%{so_ver} -p /sbin/ldconfig
 

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



commit tcpdump for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package tcpdump for openSUSE:Factory checked 
in at 2015-03-16 06:54:41

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


Package is "tcpdump"

Changes:

--- /work/SRC/openSUSE:Factory/tcpdump/tcpdump.changes  2015-02-12 
10:20:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.tcpdump.new/tcpdump.changes 2015-03-16 
06:54:42.0 +0100
@@ -1,0 +2,15 @@
+Fri Mar 13 09:54:11 UTC 2015 - vci...@suse.com
+
+- update to 4.7.3
+- fixes four security bugs:
+  * CVE-2015-0261 - IPv6 mobility printer (bnc#90)
+  * CVE-2015-2153 - tcp printer   (bnc#91)
+  * CVE-2015-2154 - ethernet printer  (bnc#92)
+  * CVE-2015-2155 - force printer (bnc#93)
+- drop patches with security fixes (upstream):
+  * tcpdump-CVE-2014-8767.patch
+  * tcpdump-CVE-2014-8768.patch
+  * tcpdump-CVE-2014-8769.patch
+  * 0001-Clean-up-error-message-printing.patch
+
+---

Old:

  0001-Clean-up-error-message-printing.patch
  tcpdump-4.6.2.tar.gz
  tcpdump-4.6.2.tar.gz.sig
  tcpdump-CVE-2014-8767.patch
  tcpdump-CVE-2014-8768.patch
  tcpdump-CVE-2014-8769.patch

New:

  tcpdump-4.7.3.tar.gz
  tcpdump-4.7.3.tar.gz.sig



Other differences:
--
++ tcpdump.spec ++
--- /var/tmp/diff_new_pack.X7nWqD/_old  2015-03-16 06:54:43.0 +0100
+++ /var/tmp/diff_new_pack.X7nWqD/_new  2015-03-16 06:54:43.0 +0100
@@ -18,9 +18,9 @@
 
 # from http://upstream-tracker.org/versions/libpcap.html
 # for pcap_set_tstamp_precision()
-%define min_libpcap_version 1.5.1
+%define min_libpcap_version 1.7.2
 Name:   tcpdump
-Version:4.6.2
+Version:4.7.3
 Release:0
 Summary:A Packet Sniffer
 License:BSD-3-Clause
@@ -30,10 +30,6 @@
 Source1:tcpdump-qeth
 Source2:http://www.tcpdump.org/release/%{name}-%{version}.tar.gz.sig
 Source3:http://www.tcpdump.org/tcpdump-workers.asc#/%{name}.keyring
-Patch3: tcpdump-CVE-2014-8767.patch
-Patch4: tcpdump-CVE-2014-8768.patch
-Patch5: tcpdump-CVE-2014-8769.patch
-Patch6: 0001-Clean-up-error-message-printing.patch
 BuildRequires:  libpcap-devel >= %{min_libpcap_version}
 BuildRequires:  libsmi-devel
 BuildRequires:  openssl-devel
@@ -46,10 +42,6 @@
 
 %prep
 %setup -q
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 export CFLAGS="%{optflags} -Wall -DGUESS_TSO -fstack-protector 
-fno-strict-aliasing"

++ tcpdump-4.6.2.tar.gz -> tcpdump-4.7.3.tar.gz ++
 13399 lines of diff (skipped)


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



commit openal-soft for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package openal-soft for openSUSE:Factory 
checked in at 2015-03-16 06:53:59

Comparing /work/SRC/openSUSE:Factory/openal-soft (Old)
 and  /work/SRC/openSUSE:Factory/.openal-soft.new (New)


Package is "openal-soft"

Changes:

--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes  2015-02-20 
12:43:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.openal-soft.new/openal-soft.changes 
2015-03-16 06:54:00.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar 13 13:20:56 UTC 2015 - lnus...@suse.de
+
+- remove conflicts with openal. That package doesn't exist since
+  11.1 and actually only the library conflicts.
+- add back ldconfig calls for libopenal0
+- mark alsoft.conf as %config(noreplace,missingok) to silence
+  rpmlint once the rpmlint bug is fixed.
+
+---



Other differences:
--
++ openal-soft.spec ++
--- /var/tmp/diff_new_pack.8uVmd6/_old  2015-03-16 06:54:01.0 +0100
+++ /var/tmp/diff_new_pack.8uVmd6/_new  2015-03-16 06:54:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openal-soft
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,8 +28,6 @@
 Source3:baselibs.conf
 # PATCH-FIX-UPSTREAM openal-no-autospawn.diff
 Patch0: openal-no-autospawn.diff
-Conflicts:  openal <= 0.0.8
-Provides:   openal = 0.0.9
 BuildRequires:  cmake >= 2.4.4
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(alsa)
@@ -84,8 +82,7 @@
 Group:  Development/Languages/C and C++
 Requires:   glibc-devel
 Requires:   libopenal1 = %{version}
-Provides:   openal-devel = 0.0.9
-Conflicts:  openal-devel <= 0.0.8
+Provides:   openal-devel = %{version}-%{release}
 
 %description devel
 OpenAL is an audio library designed in the spirit of OpenGL--machine
@@ -137,13 +134,17 @@
   -DALSOFT_CONFIG=ON
 make %{?_smp_mflags}
 gcc -Wall %{optflags} -fPIC -DPIC -Wl,-soname,libopenal.so.0 -shared 
-Wl,--no-as-needed -L. -lopenal -o libopenal.so.0 %{SOURCE1}
-install -D -m 644 /dev/null %{buildroot}/%{_sysconfdir}/openal/alsoft.conf
 
 %install
 cd build
 make DESTDIR=%{buildroot} install
 install -d %{buildroot}%{_sysconfdir}/openal
 install -m644 libopenal.so.0 %{buildroot}%{_libdir}
+install -D -m 644 /dev/null %{buildroot}/%{_sysconfdir}/openal/alsoft.conf
+
+%post -n libopenal0 -p /sbin/ldconfig
+
+%postun -n libopenal0 -p /sbin/ldconfig
 
 %post -n libopenal1 -p /sbin/ldconfig
 
@@ -153,7 +154,7 @@
 %defattr(-,root,root)
 %doc COPYING
 %dir %{_sysconfdir}/openal
-%ghost %config %attr(0644,root,root) %{_sysconfdir}/openal/alsoft.conf
+%ghost %config(noreplace,missingok) %attr(0644,root,root) 
%{_sysconfdir}/openal/alsoft.conf
 %{_bindir}/openal-info
 %dir %{_datadir}/openal
 %{_datadir}/openal/alsoftrc.sample

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



commit libnettle for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libnettle for openSUSE:Factory 
checked in at 2015-03-16 06:54:19

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


Package is "libnettle"

Changes:

--- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes  2014-05-16 
17:56:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnettle.new/libnettle.changes 2015-03-16 
06:54:20.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar 13 14:10:01 UTC 2015 - tchva...@suse.com
+
+- Add url to the spec
+
+---
+Thu Mar  5 17:28:07 UTC 2015 - mplus...@suse.com
+
+- Revert back to 2.7
+
+---



Other differences:
--
++ libnettle.spec ++
--- /var/tmp/diff_new_pack.xoJr1N/_old  2015-03-16 06:54:21.0 +0100
+++ /var/tmp/diff_new_pack.xoJr1N/_new  2015-03-16 06:54:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnettle
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Summary:Cryptographic Library
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Libraries
+Url:http://www.lysator.liu.se/~nisse/nettle/
 Source0:
http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz
 Source1:
http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz.sig
 Source2:%{name}.keyring
@@ -101,9 +102,11 @@
 rm -f %{buildroot}%{_libdir}/*.a
 
 %post   -n libnettle%{soname} -p /sbin/ldconfig
+
 %postun -n libnettle%{soname} -p /sbin/ldconfig
 
 %post   -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
+
 %postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
 
 %post -n libnettle-devel



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



commit re2c for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2015-03-16 06:54:25

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


Package is "re2c"

Changes:

--- /work/SRC/openSUSE:Factory/re2c/re2c.changes2015-02-10 
20:15:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.re2c.new/re2c.changes   2015-03-16 
06:54:27.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 13 14:23:10 UTC 2015 - tchva...@suse.com
+
+- Version bump to latest 0.14.1:
+  * Plenty of bugfixes all around
+
+---

Old:

  re2c-0.13.7.5.tar.gz

New:

  re2c-0.14.1.tar.gz



Other differences:
--
++ re2c.spec ++
--- /var/tmp/diff_new_pack.heDDPl/_old  2015-03-16 06:54:28.0 +0100
+++ /var/tmp/diff_new_pack.heDDPl/_new  2015-03-16 06:54:28.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   re2c
-Version:0.13.7.5
+Version:0.14.1
 Release:0
 Summary:Tool for generating C-based recognizers from regular 
expressions
 License:SUSE-Public-Domain
 Group:  Development/Libraries/C and C++
 Url:http://re2c.org/
-Source: %{name}-%{version}.tar.gz
+Source: 
http://download.sourceforge.net/%{name}/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: re2c-nogenerationdatedefault.patch

++ re2c-0.13.7.5.tar.gz -> re2c-0.14.1.tar.gz ++
 87095 lines of diff (skipped)

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



commit libpcap for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libpcap for openSUSE:Factory checked 
in at 2015-03-16 06:53:26

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


Package is "libpcap"

Changes:

--- /work/SRC/openSUSE:Factory/libpcap/libpcap.changes  2014-11-24 
11:11:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpcap.new/libpcap.changes 2015-03-16 
06:53:28.0 +0100
@@ -1,0 +2,13 @@
+Fri Mar 13 12:02:35 UTC 2015 - vci...@suse.com
+
+- update to 1.7.2
+  * Support for filtering Geneve encapsulated packets.
+  * Fix handling of zones for BPF on Solaris
+  * new DLT for ZWAVE
+  * clarifications for read timeouts.
+  * added bpf_filter1() with extensions
+  * some fixes to compilation without stdint.h
+  * EBUSY can now be returned by SNFv3 code.
+- refreshed libpcap-ocloexec.patch
+
+---

Old:

  libpcap-1.6.2.tar.gz
  libpcap-1.6.2.tar.gz.sig

New:

  libpcap-1.7.2.tar.gz
  libpcap-1.7.2.tar.gz.sig



Other differences:
--
++ libpcap.spec ++
--- /var/tmp/diff_new_pack.t1LVBc/_old  2015-03-16 06:53:28.0 +0100
+++ /var/tmp/diff_new_pack.t1LVBc/_new  2015-03-16 06:53:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpcap
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %bcond_withbluetooth
 
 Name:   libpcap
-Version:1.6.2
+Version:1.7.2
 Release:0
 Summary:A Library for Network Sniffers
 License:BSD-3-Clause

++ libpcap-1.6.2.tar.gz -> libpcap-1.7.2.tar.gz ++
 12616 lines of diff (skipped)

++ libpcap-ocloexec.patch ++
--- /var/tmp/diff_new_pack.t1LVBc/_old  2015-03-16 06:53:29.0 +0100
+++ /var/tmp/diff_new_pack.t1LVBc/_new  2015-03-16 06:53:29.0 +0100
@@ -18,11 +18,11 @@
  sf-pcap.c  |2 +-
  17 files changed, 39 insertions(+), 36 deletions(-)
 
-Index: libpcap-1.5.2/configure.in
+Index: libpcap-1.7.2/configure.in
 ===
 libpcap-1.5.2.orig/configure.in2013-11-07 23:23:22.0 +
-+++ libpcap-1.5.2/configure.in 2013-12-14 11:40:45.0 +
-@@ -21,7 +21,9 @@ AC_INIT(pcap.c)
+--- libpcap-1.7.2.orig/configure.in2015-03-13 13:05:08.908309397 +0100
 libpcap-1.7.2/configure.in 2015-03-13 13:05:09.885323892 +0100
+@@ -20,7 +20,9 @@ AC_INIT(pcap.c)
  AC_CANONICAL_SYSTEM
  
  AC_LBL_C_INIT_BEFORE_CC(V_CCOPT, V_INCLS)
@@ -33,11 +33,11 @@
  AC_LBL_C_INIT(V_CCOPT, V_INCLS)
  AC_LBL_SHLIBS_INIT
  AC_LBL_C_INLINE
-Index: libpcap-1.5.2/fad-gifc.c
+Index: libpcap-1.7.2/fad-gifc.c
 ===
 libpcap-1.5.2.orig/fad-gifc.c  2013-11-07 23:23:22.0 +
-+++ libpcap-1.5.2/fad-gifc.c   2013-12-14 11:40:45.0 +
-@@ -157,7 +157,7 @@ pcap_findalldevs_interfaces(pcap_if_t **
+--- libpcap-1.7.2.orig/fad-gifc.c  2015-03-13 13:05:08.908309397 +0100
 libpcap-1.7.2/fad-gifc.c   2015-03-13 13:05:09.885323892 +0100
+@@ -152,7 +152,7 @@ pcap_findalldevs_interfaces(pcap_if_t **
/*
 * Create a socket from which to fetch the list of interfaces.
 */
@@ -46,11 +46,11 @@
if (fd < 0) {
(void)snprintf(errbuf, PCAP_ERRBUF_SIZE,
"socket: %s", pcap_strerror(errno));
-Index: libpcap-1.5.2/fad-glifc.c
+Index: libpcap-1.7.2/fad-glifc.c
 ===
 libpcap-1.5.2.orig/fad-glifc.c 2013-11-07 23:23:22.0 +
-+++ libpcap-1.5.2/fad-glifc.c  2013-12-14 11:40:45.0 +
-@@ -100,7 +100,7 @@ pcap_findalldevs_interfaces(pcap_if_t **
+--- libpcap-1.7.2.orig/fad-glifc.c 2015-03-13 13:05:08.908309397 +0100
 libpcap-1.7.2/fad-glifc.c  2015-03-13 13:05:09.885323892 +0100
+@@ -95,7 +95,7 @@ pcap_findalldevs_interfaces(pcap_if_t **
 * Create a socket from which to fetch the list of interfaces,
 * and from which to fetch IPv4 information.
 */
@@ -59,7 +59,7 @@
if (fd4 < 0) {
(void)snprintf(errbuf, PCAP_ERRBUF_SIZE,
"socket: %s", pcap_strerror(errno));
-@@ -110,7 +110,7 @@ pcap_findalldevs_interfaces(pcap_if_t **
+@@ -105,7 +105,7 @@ pcap_findalldevs_interfaces(pcap_if_t **
/*
 * Create a socket from which to fetch IPv6 information.
 */
@@ -68,11 +68,11 @@
i

commit libdaemon for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libdaemon for openSUSE:Factory 
checked in at 2015-03-16 06:53:03

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


Package is "libdaemon"

Changes:

--- /work/SRC/openSUSE:Factory/libdaemon/libdaemon.changes  2012-02-15 
16:16:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdaemon.new/libdaemon.changes 2015-03-16 
06:53:04.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 11 19:07:47 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+
+---

Old:

  libdaemon-0.14.tar.bz2

New:

  libdaemon-0.14.tar.gz



Other differences:
--
++ libdaemon.spec ++
--- /var/tmp/diff_new_pack.SjwB36/_old  2015-03-16 06:53:05.0 +0100
+++ /var/tmp/diff_new_pack.SjwB36/_new  2015-03-16 06:53:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdaemon
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   libdaemon
-Url:http://0pointer.de/lennart/projects/libdaemon/
 Version:0.14
 Release:0
 Summary:Lightweight C library That Eases the Writing of UNIX Daemons
 License:LGPL-2.1+
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.bz2
+Url:http://0pointer.de/lennart/projects/libdaemon
+Source: 
http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz
 BuildRequires:  doxygen
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,8 +48,8 @@
 Summary:Lightweight C library That Eases the Writing of UNIX Daemons
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-Requires:   libdaemon0 = %{version}
 Requires:   glibc-devel
+Requires:   libdaemon0 = %{version}
 
 %description devel
 libdaemon is a lightweight C library that eases the writing of UNIX
@@ -60,12 +60,13 @@
 
 %build
 %configure \
---disable-static --with-pic \
+--disable-static \
+   --with-pic \
 --disable-lynx
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 rm -f %{buildroot}%{_libdir}/libdaemon.la
 # We don't care about the HTML README
 rm %{buildroot}%{_datadir}/doc/libdaemon/{README.html,style.css}

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



commit lzop for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package lzop for openSUSE:Factory checked in 
at 2015-03-16 06:53:34

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


Package is "lzop"

Changes:

--- /work/SRC/openSUSE:Factory/lzop/lzop.changes2012-01-09 
11:15:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.lzop.new/lzop.changes   2015-03-16 
06:53:35.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar 13 13:06:40 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+- Cleanup dependencies
+- Remove _DATE_ and _TIME_ usage
+
+---

Old:

  lzop-1.03.tar.bz2

New:

  lzop-1.03.tar.gz



Other differences:
--
++ lzop.spec ++
--- /var/tmp/diff_new_pack.WAQ0WC/_old  2015-03-16 06:53:36.0 +0100
+++ /var/tmp/diff_new_pack.WAQ0WC/_new  2015-03-16 06:53:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lzop
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   lzop
 Version:1.03
 Release:0
 Summary:The fastest compressor and decompressor around
 License:GPL-2.0+
 Group:  Productivity/Archiving/Compression
-Source: lzop-%{version}.tar.bz2
 Url:http://www.lzop.org
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  libtool
+Source0:http://www.lzop.org/download/%{name}-%{version}.tar.gz
+Source1:%{name}.changes
 BuildRequires:  lzo-devel
-BuildRequires:  make
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 lzop is a file compressor similar to gzip. Its main advantages over gzip
@@ -44,18 +40,18 @@
 
 %prep
 %setup -q
+modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{SOURCE1}")"
+DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
+TIME="\"$(date -d "${modified}" "+%%R")\""
+find .  -name '*.[ch]' |\
+xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
-export CPPFLAGS="-I/usr/include/lzo"
-export LDFLAGS="-L%{_libdir}"
 %configure
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-%__rm -rf "%{buildroot}"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)

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



commit freetds for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-03-16 06:53:50

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


Package is "freetds"

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2015-01-03 
22:02:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-03-16 
06:53:51.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:23:53 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.91.112:
+  * No obvious changelog
+- Various spec-cleaner sorting
+
+---

Old:

  freetds-0.91.103.tar.gz

New:

  freetds-0.91.112.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.NU5xfL/_old  2015-03-16 06:53:52.0 +0100
+++ /var/tmp/diff_new_pack.NU5xfL/_new  2015-03-16 06:53:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,24 +17,21 @@
 
 
 Name:   freetds
-Version:0.91.103
+Version:0.91.112
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Databases/Clients
-Url:http://freetds.org/
-
+Url:http://www.freetds.org/
 #Git-Web:  https://gitorious.org/freetds
 #Git-Clone:git://gitorious.org/freetds/freetds
-Source: ftp://ftp.freetds.org/pub/freetds/stable/%name-%version.tar.gz
+Source: 
ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  unixODBC-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
 Requires:   glibc-locale
-%endif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
@@ -46,9 +43,9 @@
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+
 Group:  Productivity/Databases/Clients
-Obsoletes:  libfreetds
+Obsoletes:  libfreetds < %{version}
 Provides:   %{name} = %{version}
-Provides:   libfreetds
+Provides:   libfreetds = %{version}
 Obsoletes:  %{name} < %{version}
 
 %description config
@@ -76,9 +73,9 @@
 Summary:Include files needed for development with FreeTDS
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Requires:   libct4 = %version
-Requires:   libsybdb5 = %version
-Requires:   libtdsodbc0 = %version
+Requires:   libct4 = %{version}
+Requires:   libsybdb5 = %{version}
+Requires:   libtdsodbc0 = %{version}
 
 %description devel
 The freetds-devel package contains the files necessary for development with
@@ -131,35 +128,34 @@
 %setup -q
 
 %build
-ODBCDIR=$(odbc_config --prefix || true)
-if test ! -r "$ODBCDIR/include/sql.h"; then
-   ODBCDIR=/usr/local
-fi
-if test ! -r "$ODBCDIR/include/sql.h"; then
-   ODBCDIR=/usr
-fi
-autoreconf --force --install
+autoreconf -fvi
 %configure \
-   --with-unixodbc="$ODBCDIR"  \
+--with-unixodbc=%{_prefix} \
--enable-threadsafe \
--sysconfdir=%{_sysconfdir} \
--with-tdsver=4.2   \
-   --with-docdir=%{_docdir}/freetds \
 --disable-static \
 --with-pic
-make %{?_smp_flags} RPM_OPT_FLAGS="%{optflags}"
+make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}"
 
 %install
 %make_install
+find %{buildroot} -type f -name "*.la" -delete -print
+
+# Fix docu location
 mkdir  -p  %{buildroot}%{_docdir}/freetds/
 mv %{buildroot}%{_datadir}/doc/freetds-*/* %{buildroot}%{_docdir}/freetds/
 rm -rf %{buildroot}%{_docdir}/freetds-* 
%{buildroot}/%{_datadir}/doc/freetds-*
-cp AUTHORS "%buildroot/%_defaultdocdir/%name/"
-%fdupes %buildroot/%_prefix
+cp AUTHORS "%{buildroot}/%{_defaultdocdir}/%{name}/"
+
+%fdupes %{buildroot}/%{_prefix}
 
 %post   -n libct4 -p /sbin/ldconfig
+
 %postun -n libct4 -p /sbin/ldconfig
+
 %post   -n libsybdb5 -p /sbin/ldconfig
+
 %postun -n libsybdb5 -p /sbin/ldconfig
 
 %post -n libtdsodbc0
@@ -192,17 +188,16 @@
 %files devel
 %defattr (-,root,root)
 %doc BUGS COPYING* NEWS READM

commit freeglut for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2015-03-16 06:53:42

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


Package is "freeglut"

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2014-09-20 
07:26:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2015-03-16 
06:53:43.0 +0100
@@ -1,0 +2,16 @@
+Fri Mar 13 13:12:11 UTC 2015 - tchva...@suse.com
+
+- Version bump to 3.0.0
+  * Now with cmake build system
+  * Various small fixes around here and there - no upstream changelog
+apart from VCS
+- Remove some more obsolete things from spec now when we use cmake
+
+---
+Fri Mar 13 12:56:54 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner a bit
+- Remove obsolete conditions
+- Remove condition for sle11 build as it fails anyway
+
+---

Old:

  freeglut-2.8.1.tar.gz

New:

  freeglut-3.0.0.tar.gz



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.7hlm6w/_old  2015-03-16 06:53:44.0 +0100
+++ /var/tmp/diff_new_pack.7hlm6w/_new  2015-03-16 06:53:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeglut
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
 #
 
 
-%define debug 0
-
+%define _libname libglut3
 Name:   freeglut
-Version:2.8.1
+Version:3.0.0
 Release:0
 Summary:Freely licensed alternative to the GLUT library
 License:MIT
@@ -28,8 +27,8 @@
 Source: 
https://downloads.sourceforge.net/project/freeglut/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:glutman.tar.bz2
 Source2:baselibs.conf
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
@@ -40,11 +39,6 @@
 Recommends: Mesa-demo-x
 Provides:   mesaglut = 7.11
 Obsoletes:  mesaglut < 7.11
-# bug437293
-%ifarch ppc64
-Obsoletes:  freeglut-64bit
-%endif
-#
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -58,11 +52,11 @@
 containing OpenGL contexts and also read the mouse, keyboard, and
 joystick functions on a wide range of platforms.
 
-%package -n libglut3
+%package -n %_libname
 Summary:Freely licensed alternative to the GLUT library
 Group:  Development/Libraries/X11
 
-%description -n libglut3
+%description -n %_libname
 Freeglut is a completely open source alternative to the OpenGL Utility
 Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to
 support the sample programs in the second edition OpenGL Redbook. Since
@@ -73,24 +67,14 @@
 containing OpenGL contexts and also read the mouse, keyboard, and
 joystick functions on a wide range of platforms.
 
-
 %package devel
 Summary:Development libraries, includes and man pages for freeglut 
(GLUT Library)
 Group:  Development/Libraries/X11
-Requires:   libglut3 = %{version}
-%if 0%{?suse_version} >= 1220
+Requires:   %_libname = %{version}
 Requires:   pkgconfig(gl)
 Requires:   pkgconfig(glu)
-%else
-Requires:   xorg-x11-Mesa-devel
-%endif
 Provides:   mesaglut-devel = 7.11
 Obsoletes:  mesaglut-devel < 7.11
-# bug437293
-%ifarch ppc64
-Obsoletes:  freeglut-devel-64bit
-%endif
-#
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -127,50 +111,44 @@
 joystick functions on a wide range of platforms.
 
 %prep
-%setup -q -b0 -b1 -n %{name}-%{version}
+%setup -q -b0 -b1
 
 %build
-./autogen.sh
-%configure \
-  --enable-replace-glut \
-%if %debug
-  --enable-debug \
-%endif
-  --disable-static
+%cmake \
+-DFREEGLUT_BUILD_STATIC_LIBS=OFF
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
+%cmake_install
+
 # install demo files
 install -d %{buildroot}%{_libexecdir}/freeglut
-for i in shapes smooth_opengl3 spaceball subwin CallbackMaker; do
-  install progs/demos/$i/.libs/$i %{buildroot}%{_libexecdir}/freeglut/$i
+pushd build/bin/ > /dev/null
+for i in *; do
+install $i %{buildroot}%{_libexecdir}/freeglut/$i
 done
-install progs/demos/Fractals/.libs/fractals 
%{buildroot}%{_libexecdir}/freeglut/fractals
-install progs/demos/Fractals_random/.libs/fractals_random 
%{buildroot}

commit python-Mako for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python-Mako for openSUSE:Factory 
checked in at 2015-03-16 06:53:17

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


Package is "python-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python-Mako/python-Mako.changes  2014-08-01 
14:34:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Mako.new/python-Mako.changes 
2015-03-16 06:53:19.0 +0100
@@ -1,0 +2,11 @@
+Fri Mar 13 11:43:52 UTC 2015 - p.drou...@gmail.com
+
+- update to version 1.0.1:
+  * [feature] Added support for Lingua, a translation extraction
+system as an alternative to Babel. Pull request courtesy Wichert
+Akkerman.
+  * [bug] [py3k] Modernized the examples/wsgi/run_wsgi.py file for
+Py3k. Pull requset courtesy Cody Taylor.
+- Disable temporary tests for non-Factory systems because of failures
+
+---

Old:

  Mako-1.0.0.tar.gz

New:

  Mako-1.0.1.tar.gz



Other differences:
--
++ python-Mako.spec ++
--- /var/tmp/diff_new_pack.BzkwUJ/_old  2015-03-16 06:53:20.0 +0100
+++ /var/tmp/diff_new_pack.BzkwUJ/_new  2015-03-16 06:53:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Mako
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   python-Mako
-Version:1.0.0
+Version:1.0.1
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language
@@ -62,8 +62,11 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%if 0%{?suse_version} > 1320
+#FIXME : the tests fail for openSUSE < to Factory
 %check
 python setup.py test
+%endif
 
 %files
 %defattr(-,root,root,-)

++ Mako-1.0.0.tar.gz -> Mako-1.0.1.tar.gz ++
 3605 lines of diff (skipped)

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



commit libbluray for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-03-16 06:52:55

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


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-02-20 
12:42:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-03-16 
06:52:56.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  6 10:23:43 UTC 2015 - tchva...@suse.com
+
+- Put the configure args each on its own line
+
+---



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.1LRExt/_old  2015-03-16 06:52:57.0 +0100
+++ /var/tmp/diff_new_pack.1LRExt/_new  2015-03-16 06:52:57.0 +0100
@@ -89,7 +89,9 @@
 
 %build
 autoreconf -fiv
-%configure --disable-static --enable-bdjava
+%configure \
+--disable-static \
+--enable-bdjava
 make %{?_smp_mflags}
 
 %install

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



commit yast2-packager for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2015-03-16 06:53:10

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


Package is "yast2-packager"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2015-03-09 10:02:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2015-03-16 06:53:11.0 +0100
@@ -1,0 +2,13 @@
+Fri Mar 13 11:15:53 UTC 2015 - lsle...@suse.cz
+
+- skip EULA also in the autoupgrade mode, not only in the autoinst
+  mode (bnc#922232)
+- 3.1.65
+
+---
+Fri Mar 13 08:00:32 UTC 2015 - lsle...@suse.cz
+
+- "iproute2" package is needed for SSH installation (bnc#920175)
+- 3.1.64
+
+---

Old:

  yast2-packager-3.1.63.tar.bz2

New:

  yast2-packager-3.1.65.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.Ud7SD9/_old  2015-03-16 06:53:12.0 +0100
+++ /var/tmp/diff_new_pack.Ud7SD9/_new  2015-03-16 06:53:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.63
+Version:3.1.65
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.63.tar.bz2 -> yast2-packager-3.1.65.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/package/yast2-packager.changes 
new/yast2-packager-3.1.65/package/yast2-packager.changes
--- old/yast2-packager-3.1.63/package/yast2-packager.changes2015-03-04 
16:38:10.0 +0100
+++ new/yast2-packager-3.1.65/package/yast2-packager.changes2015-03-13 
12:33:10.0 +0100
@@ -1,4 +1,17 @@
 ---
+Fri Mar 13 11:15:53 UTC 2015 - lsle...@suse.cz
+
+- skip EULA also in the autoupgrade mode, not only in the autoinst
+  mode (bnc#922232)
+- 3.1.65
+
+---
+Fri Mar 13 08:00:32 UTC 2015 - lsle...@suse.cz
+
+- "iproute2" package is needed for SSH installation (bnc#920175)
+- 3.1.64
+
+---
 Wed Mar  4 15:15:26 UTC 2015 - lsle...@suse.cz
 
 - removed obsolete patch download callbacks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/package/yast2-packager.spec 
new/yast2-packager-3.1.65/package/yast2-packager.spec
--- old/yast2-packager-3.1.63/package/yast2-packager.spec   2015-03-04 
16:38:10.0 +0100
+++ new/yast2-packager-3.1.65/package/yast2-packager.spec   2015-03-13 
12:33:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.63
+Version:3.1.65
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/src/modules/Packages.rb 
new/yast2-packager-3.1.65/src/modules/Packages.rb
--- old/yast2-packager-3.1.63/src/modules/Packages.rb   2015-03-04 
16:38:10.0 +0100
+++ new/yast2-packager-3.1.65/src/modules/Packages.rb   2015-03-13 
12:33:10.0 +0100
@@ -947,7 +947,11 @@
   #this means we have a remote X server
   packages.concat(remote_x11_packages) if Linuxrc.display_ip
   packages << "sbl" if Linuxrc.braille
+
+  # ssh installation
   packages << "openssh" if Linuxrc.usessh
+  # "ip" tool is needed by the YaST2.ssh start script (bnc#920175)
+  packages << "iproute2" if Linuxrc.usessh
 
   Builtins.y2milestone("Installation mode packages: %1", packages)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/src/modules/ProductLicense.rb 
new/yast2-packager-3.1.65/src/modules/ProductLicense.rb
--- old/yast2-packager-3.1.63/src/modules/ProductLicense.rb 2015-03-04 
16:38:10.0 +0100
+++ new/yast2-packager-3.1.65/src/modules/ProductLicense.rb 2015-03-13 
12:33:10.0 +0100
@@ -1161,7 +1161,7 @@
 
   # set timeout for autoinstallation
   # bugzilla #206706
-  if Mode.autoinst
+  if Mode.autoinst || Mode.autoupgrade
 Builtins.y2milestone(
   "AutoYaST: License has been accepted automatically"
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/test/packages_test.rb 
new/yast2-packager-3.1.65/test/packa

commit python-cups for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package python-cups for openSUSE:Factory 
checked in at 2015-03-16 06:52:11

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


Package is "python-cups"

Changes:

--- /work/SRC/openSUSE:Factory/python-cups/python-cups.changes  2015-03-05 
18:15:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cups.new/python-cups.changes 
2015-03-16 06:52:12.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar  8 12:28:06 UTC 2015 - benoit.mo...@gmx.fr
+
+- add patch revert-postscriptdriver.prov-py3.patch:
+  revert back to python2 for postscriptdriver.prov script
+
+---

New:

  revert-postscriptdriver.prov-py3.patch



Other differences:
--
++ python-cups.spec ++
--- /var/tmp/diff_new_pack.xe9Iy6/_old  2015-03-16 06:52:13.0 +0100
+++ /var/tmp/diff_new_pack.xe9Iy6/_new  2015-03-16 06:52:13.0 +0100
@@ -26,6 +26,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://cyberelk.net/tim/software/pycups/
 Source: http://cyberelk.net/tim/data/pycups/%{_name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE revert-postscriptdriver.prov-py3.patch switch back to 
python2
+Patch0: revert-postscriptdriver.prov-py3.patch
 BuildRequires:  cups-devel
 BuildRequires:  python-devel
 %if 0%{?py_requires}
@@ -37,6 +39,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build

++ revert-postscriptdriver.prov-py3.patch ++
From: Benoît Monin 
Date: Sun, 8 Mar 2015 13:14:03 +0100
Subject: [PATCH] Revert "Converted postscriptdriver.prov to Python3."
Upstream: no

This reverts commit 83d0ee6cbafbc7f9abec72d4062643d51fe37974.
Upstream switched to python3 but we're building a pyhon2 package, so revert.

---
 postscriptdriver.prov | 64 ---
 1 file changed, 25 insertions(+), 39 deletions(-)

diff --git a/postscriptdriver.prov b/postscriptdriver.prov
index 21c1116..7bf74b1 100755
--- a/postscriptdriver.prov
+++ b/postscriptdriver.prov
@@ -1,6 +1,6 @@
-#!/usr/bin/python3
+#!/usr/bin/python
 
-## Copyright (C) 2009, 2010, 2014 Red Hat, Inc.
+## Copyright (C) 2009, 2010 Red Hat, Inc.
 ## Author: Tim Waugh 
 
 ## This program is free software; you can redistribute it and/or modify
@@ -54,7 +54,7 @@ class DeviceIDs:
 
 def get_tags (self):
 ret = []
-for mfg, mdlset in self.ids.items ():
+for mfg, mdlset in self.ids.iteritems ():
 mfgl = mfg.lower ().replace (" ", "_")
 for mdl in mdlset:
 mdll = mdl.lower ().replace (" ", "_")
@@ -65,7 +65,7 @@ class DeviceIDs:
 
 def __add__ (self, other):
 if isinstance(other, DeviceIDs):
-for omfg, omdlset in other.ids.items ():
+for omfg, omdlset in other.ids.iteritems ():
 try:
 mdlset = self.ids[omfg]
 except KeyError:
@@ -121,7 +121,7 @@ class PPDDriver(Driver):
 def examine_file (self, path):
 try:
 ppd = cups.PPD (path)
-except RuntimeError:
+except RuntimeError, e:
 # Not a PPD file.  Perhaps it's a drv file.
 drv = DrvDriver (path)
 self.ids += drv.list ()
@@ -164,16 +164,16 @@ class DynamicDriver(Driver):
 posix.kill (p.pid, signal.SIGKILL)
 raise
 
-if stderr:
-print(stderr.decode (), file=sys.stderr)
+   if stderr:
+   print >> sys.stderr, stderr
 
-ppds = []
-lines = stdout.decode ().split ('\n')
-for line in lines:
-l = shlex.split (line)
-if len (l) < 5:
-continue
-self.ids += l[4]
+   ppds = []
+   lines = stdout.split ('\n')
+   for line in lines:
+   l = shlex.split (line)
+   if len (l) < 5:
+continue
+self.ids += l[4]
 
 return Driver.list (self)
 
@@ -211,35 +211,22 @@ class DrvDriver(PPDDriver):
 posix.kill (p.pid, signal.SIGKILL)
 raise
 
-for (dirpath, dirnames, filenames) in os.walk (outputdir,
-   topdown=False):
-for filename in filenames:
-path = dirpath + os.path.sep + filename
-self.examine_file (path)
-try:
-os.unlink (path)
-except OSError:
-pass
-
-for dirname in dirnames:
-try:
-os.rmdir (dirpath + os.paht.sep

commit gettext-runtime for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2015-03-16 06:52:20

Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.gettext-runtime.new (New)


Package is "gettext-runtime"

Changes:

--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-csharp.changes   
2015-02-06 10:47:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-csharp.changes  
2015-03-16 06:52:21.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar 10 07:11:29 UTC 2015 - m...@suse.com
+
+- Add gettext-check-allocated-size-for-static-segment.patch from upstream
+  * Check if the embedded segment size is valid, before adding it to
+the string length. Please see
+http://lists.gnu.org/archive/html/bug-gettext/2015-03/msg5.html 
+
+---
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-java.changes 
2015-02-06 10:47:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-java.changes
2015-03-16 06:52:21.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar 10 07:10:56 UTC 2015 - m...@suse.com
+
+- Add gettext-check-allocated-size-for-static-segment.patch from upstream
+  * Check if the embedded segment size is valid, before adding it to
+the string length. Please see
+http://lists.gnu.org/archive/html/bug-gettext/2015-03/msg5.html 
+
+---
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 
2015-02-06 10:47:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2015-03-16 06:52:21.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar 10 07:10:28 UTC 2015 - m...@suse.com
+
+- Add gettext-check-allocated-size-for-static-segment.patch from upstream
+  * Check if the embedded segment size is valid, before adding it to
+the string length. Please see
+http://lists.gnu.org/archive/html/bug-gettext/2015-03/msg5.html 
+
+---
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime.changes  
2015-02-06 10:47:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime.changes 
2015-03-16 06:52:21.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar 10 07:06:26 UTC 2015 - m...@suse.com
+
+- Add gettext-check-allocated-size-for-static-segment.patch from upstream
+  * Check if the embedded segment size is valid, before adding it to
+the string length. Please see
+http://lists.gnu.org/archive/html/bug-gettext/2015-03/msg5.html
+
+---

New:

  gettext-check-allocated-size-for-static-segment.patch



Other differences:
--
++ gettext-csharp.spec ++
--- /var/tmp/diff_new_pack.MKjFKq/_old  2015-03-16 06:52:23.0 +0100
+++ /var/tmp/diff_new_pack.MKjFKq/_new  2015-03-16 06:52:23.0 +0100
@@ -47,6 +47,8 @@
 Patch4: gettext-po-mode.diff
 Patch5: gettext-initialize_vars.patch
 Patch9: gettext-needlessly_init_vars.patch
+# PATCH-FIX-UPSTREAM gettext-check-allocated-size-for-static-segment.patch -- 
m...@suse.com
+Patch10:gettext-check-allocated-size-for-static-segment.patch
 
 %description
 Mono with its 'resgen' program uses a design that Microsoft created and
@@ -77,6 +79,7 @@
 %patch4
 %patch5
 %patch9
+%patch10 -p1
 
 %build
 export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"

++ gettext-java.spec ++
--- /var/tmp/diff_new_pack.MKjFKq/_old  2015-03-16 06:52:23.0 +0100
+++ /var/tmp/diff_new_pack.MKjFKq/_new  2015-03-16 06:52:23.0 +0100
@@ -46,6 +46,8 @@
 Patch4: gettext-po-mode.diff
 Patch5: gettext-initialize_vars.patch
 Patch9: gettext-needlessly_init_vars.patch
+# PATCH-FIX-UPSTREAM gettext-check-allocated-size-for-static-segment.patch -- 
m...@suse.com
+Patch10:gettext-check-allocated-size-for-static-segment.patch
 
 %description
 This package includes the tools needed to support message catalogs in
@@ -59,6 +61,7 @@
 %patch4
 %patch5
 %patch9
+%patch10 -p1
 
 %build
 # expect a couple "You should update your `aclocal.m4' by running aclocal."

++ gettext-runtime-mini.spec ++
--- /var/tmp/diff_new_pack.MKjFKq/_old  2015-03-16 06:52:23.0 +0100
+++ /var/tmp/diff_new_pack.MKjFKq/_new  2015-03-16 06:52:23.0 +0100
@@ -68,6 +68,8 @@
 # PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- co...@suse.de 
 Patch6: gettext-dont-test-gnulib.patch
 Patch9: gettext-needlessly_init_vars.patch
+# PATCH-FIX-UPSTREAM gettext-check-allocated-size

commit pcre for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2015-03-16 06:52:38

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


Package is "pcre"

Changes:

--- /work/SRC/openSUSE:Factory/pcre/pcre.changes2014-09-07 
11:11:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes   2015-03-16 
06:52:40.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar  9 00:43:18 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.16
+  * This is primarily a bug-fix release.
+  * The Unicode data tables have been updated to Unicode 7.0.0.
+- Remove pcre-commit1472.patch; fixed on upstream release
+- Remove obsolete "Obsoletes" tag
+
+---

Old:

  pcre-8.35.tar.bz2
  pcre-8.35.tar.bz2.sig
  pcre-commit1472.patch

New:

  pcre-8.36.tar.bz2
  pcre-8.36.tar.bz2.sig



Other differences:
--
++ pcre.spec ++
--- /var/tmp/diff_new_pack.Y2yUOz/_old  2015-03-16 06:52:41.0 +0100
+++ /var/tmp/diff_new_pack.Y2yUOz/_new  2015-03-16 06:52:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcre
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   pcre
-Version:8.35
+Version:8.36
 Release:0
 Summary:A library for Perl-compatible regular expressions
 License:BSD-3-Clause
@@ -32,18 +32,12 @@
 Patch0: pcre-8.32-visibility.patch
 #PATCH-FIX-OPENSUSE tchva...@suse.cz upstream thinks it is good idea to use 
rpath, taken from RH
 Patch1: pcre-8.21-multilib.patch
-#PATCH-FIX-UPSTREAM http://bugs.exim.org/show_bug.cgi?id=1463
-Patch2: pcre-commit1472.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# bug437293
-%ifarch ppc64
-Obsoletes:  pcre-64bit
-%endif
 
 %description
 The PCRE library is a set of functions that implement regular
@@ -58,11 +52,6 @@
 Requires:   libpcrecpp0 = %{version}
 Requires:   libpcreposix0 = %{version}
 Requires:   libstdc++-devel
-# bug437293
-%ifarch ppc64
-Obsoletes:  pcre-devel-64bit
-%endif
-#
 
 %description devel
 The PCRE library is a set of functions that implement regular
@@ -153,7 +142,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2
 
 %build
 # Available JIT archs see sljit/sljitConfig.h

++ pcre-8.35.tar.bz2 -> pcre-8.36.tar.bz2 ++
 18035 lines of diff (skipped)

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



commit coreutils for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2015-03-16 06:52:48

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


Package is "coreutils"

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2015-01-30 06:02:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2015-03-16 06:52:49.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  5 06:58:52 UTC 2015 - m...@bernhard-voelker.de
+
+- coreutils-tests-aarch64-env.patch: Add patch to avoid false
+  positive failures of the coreutils-testsuite on OBS/aarch64:
+  work around execve() reversing the order of "env" output.
+
+---
coreutils.changes: same change

New:

  coreutils-tests-aarch64-env.patch



Other differences:
--
++ coreutils-testsuite.spec ++
--- /var/tmp/diff_new_pack.ahQ0y9/_old  2015-03-16 06:52:50.0 +0100
+++ /var/tmp/diff_new_pack.ahQ0y9/_new  2015-03-16 06:52:50.0 +0100
@@ -144,6 +144,10 @@
 # Avoid false positives on OBS due to high load; increase timeout.
 Patch503:   coreutils-tests-rm-ext3-perf-increase-timeout.patch
 
+# Upstream patch on top of v8.23 (to be removed in v8.24).
+# Work around false positives of the testsuite on OBS/aarch64.
+Patch504:   coreutils-tests-aarch64-env.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -195,6 +199,8 @@
 %patch502
 %patch503
 
+%patch504
+
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in
 

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.ahQ0y9/_old  2015-03-16 06:52:50.0 +0100
+++ /var/tmp/diff_new_pack.ahQ0y9/_new  2015-03-16 06:52:50.0 +0100
@@ -144,6 +144,10 @@
 # Avoid false positives on OBS due to high load; increase timeout.
 Patch503:   coreutils-tests-rm-ext3-perf-increase-timeout.patch
 
+# Upstream patch on top of v8.23 (to be removed in v8.24).
+# Work around false positives of the testsuite on OBS/aarch64.
+Patch504:   coreutils-tests-aarch64-env.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -195,6 +199,8 @@
 %patch502
 %patch503
 
+%patch504
+
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in
 

++ coreutils-tests-aarch64-env.patch ++
Upstream patch on top of v8.23; to be removed in v8.24.
Avoid a false positive failure of the coreutils-testsuite.
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=bfb4f5c8b7

Related execve() bug report:
https://bugzilla.novell.com/show_bug.cgi?id=915889

>From bfb4f5c8b791fdcc3cdba87a5182fc684fa8cd24 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker 
Date: Tue, 3 Feb 2015 01:52:04 +0100
Subject: [PATCH] tests: avoid a FP on aarch64 when comparing env/printenv
 output

The following test fails on aarch64 on openSUSE's OpenBuildService
due to glibc's execvp reversing the pointers of 'environ', i.e.,
the output of "env|tac" equals "env env" on that platform.

* tests/misc/printenv.sh: Use 'env env' to work around the behavior
on that platform.
While at it, fix the grep pattern which suppressed all environment
variables starting with an underscore "_" instead of "$_" (and
"$LD_PRELOAD") only.
---
 tests/misc/printenv.sh |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Index: tests/misc/printenv.sh
===
--- tests/misc/printenv.sh.orig
+++ tests/misc/printenv.sh
@@ -23,8 +23,12 @@ print_ver_ printenv
 # printenv as a builtin, so we must invoke it via "env".
 # But beware of $_, set by many shells to the last command run.
 # Also, filter out LD_PRELOAD, which is set when running under valgrind.
-env | grep -Ev '^(_|LD_PRELOAD=)' > exp || framework_failure_
-env -- printenv | grep -Ev '^(_|LD_PRELOAD=)' > out || fail=1
+# Note the apparently redundant "env env": this is to ensure to get
+# env's output the same way as that of printenv and works around a bug
+# on aarch64 at least where libc's execvp reverses the order of the
+# output.
+env -- env | grep -Ev '^(_|LD_PRELOAD)=' > exp || framework_failure_
+env -- printenv | grep -Ev '^(_|LD_PRELOAD)=' > out || fail=1
 compare exp out || fail=1
 
 # POSIX is clear that environ may, but need not be, sorted.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensus

commit libatomic_ops for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libatomic_ops for openSUSE:Factory 
checked in at 2015-03-16 06:52:04

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


Package is "libatomic_ops"

Changes:

--- /work/SRC/openSUSE:Factory/libatomic_ops/libatomic_ops.changes  
2015-01-03 22:00:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libatomic_ops.new/libatomic_ops.changes 
2015-03-16 06:52:05.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  5 09:41:01 UTC 2015 - jeng...@inai.de
+
+- Update homepage URLs
+
+---



Other differences:
--
++ libatomic_ops.spec ++
--- /var/tmp/diff_new_pack.9m1CUF/_old  2015-03-16 06:52:06.0 +0100
+++ /var/tmp/diff_new_pack.9m1CUF/_new  2015-03-16 06:52:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libatomic_ops
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,15 +22,15 @@
 Summary:A portable library for atomic memory operations
 License:GPL-2.0+ and MIT
 Group:  Development/Languages/C and C++
-Url:http://www.hpl.hp.com/research/linux/atomic_ops/
+Url:https://github.com/ivmai/libatomic_ops
 
-#DL-URL:   https://github.com/ivmai/libatomic_ops/wiki/Download
-Source: 
http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-7.4.2.tar.gz
+#Git-Clone:git://github.com/ivmai/libatomic_ops
+Source: http://www.ivmaisoft.com/_bin/atomic_ops/%name-%version.tar.gz
 Patch2: libatomic_ops-ppc64.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit m4 for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package m4 for openSUSE:Factory checked in 
at 2015-03-16 06:51:37

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


Package is "m4"

Changes:

--- /work/SRC/openSUSE:Factory/m4/m4.changes2014-07-25 09:08:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.m4.new/m4.changes   2015-03-16 
06:51:40.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar  2 20:37:45 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Add prerequires for info pages
+
+---

New:

  m4-1.4.17.tar.bz2.sig
  m4.keyring



Other differences:
--
++ m4.spec ++
--- /var/tmp/diff_new_pack.Ifneqa/_old  2015-03-16 06:51:41.0 +0100
+++ /var/tmp/diff_new_pack.Ifneqa/_new  2015-03-16 06:51:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package m4
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,15 +17,17 @@
 
 
 Name:   m4
-Provides:   base:/usr/bin/m4
-PreReq: %{install_info_prereq}
 Version:1.4.17
 Release:0
 Summary:GNU m4
 License:GPL-3.0+
 Group:  Development/Languages/Other
 Url:http://www.gnu.org/software/m4/
-Source: http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
+Source0:http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
+Source1:http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2.sig
+Source2:%{name}.keyring
+Requires(pre):  %{install_info_prereq}
+Provides:   base:%{_bindir}/m4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,16 +45,16 @@
 make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} check || true
+make %{?_smp_mflags} check  || :
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/m4.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/m4.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files
 %defattr(-,root,root)

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



commit libunwind for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libunwind for openSUSE:Factory 
checked in at 2015-03-16 06:51:55

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


Package is "libunwind"

Changes:

--- /work/SRC/openSUSE:Factory/libunwind/libunwind.changes  2014-05-22 
20:38:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libunwind.new/libunwind.changes 2015-03-16 
06:51:56.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  4 12:02:48 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Add gpg signature
+
+---

New:

  libunwind-1.1.tar.gz.sig
  libunwind.keyring



Other differences:
--
++ libunwind.spec ++
--- /var/tmp/diff_new_pack.8cVLvl/_old  2015-03-16 06:51:57.0 +0100
+++ /var/tmp/diff_new_pack.8cVLvl/_new  2015-03-16 06:51:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libunwind
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,9 @@
 License:MIT
 Group:  System/Base
 Url:http://savannah.nongnu.org/projects/libunwind/
-Source: libunwind-%{version}.tar.gz
+Source0:
http://download.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz
+Source1:
http://download.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz.sig
+Source2:%{name}.keyring
 Patch0: libunwind-1.1-tests.diff
 #PATCH-FIX-UPSTREAM: upstream commit ae3dd9417a3d178cf51ce744d85b695dbf025b44
 Patch1: libunwind-1.1-expected-fails.patch
@@ -38,7 +40,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64
+ExclusiveArch:  %ix86 ia64 x86_64 %arm ppc ppc64 ppc64le aarch64
 
 %description
 A portable and efficient C programming interface (API) to determine the
@@ -99,7 +101,7 @@
 %{_libdir}/pkgconfig/libunwind-ptrace.pc
 %{_libdir}/pkgconfig/libunwind-setjmp.pc
 %{_libdir}/pkgconfig/libunwind.pc
-%ifarch %{arm} %ix86 x86_64 aarch64
+%ifarch %arm %ix86 x86_64 aarch64
 %{_libdir}/pkgconfig/libunwind-coredump.pc
 %endif
 %doc %{_mandir}/man?/*

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



commit pth for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package pth for openSUSE:Factory checked in 
at 2015-03-16 06:51:48

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


Package is "pth"

Changes:

--- /work/SRC/openSUSE:Factory/pth/pth.changes  2013-04-07 14:25:52.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pth.new/pth.changes 2015-03-16 
06:51:50.0 +0100
@@ -1,0 +2,8 @@
+Wed Mar  4 13:58:28 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-clener
+- Add gpg signature
+- Remove self-obsoletion
+- Do not install INSTALL file
+
+---

New:

  pth-2.0.7.tar.gz.sig
  pth.keyring



Other differences:
--
++ pth.spec ++
--- /var/tmp/diff_new_pack.pfsouJ/_old  2015-03-16 06:51:51.0 +0100
+++ /var/tmp/diff_new_pack.pfsouJ/_new  2015-03-16 06:51:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pth
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,17 +17,19 @@
 
 
 Name:   pth
-BuildRequires:  autoconf
-Url:http://www.gnu.org/software/pth/
 Version:2.0.7
 Release:0
-Source: ftp://ftp.gnu.org/gnu/pth/%{name}-%{version}.tar.gz
-Source2:baselibs.conf
-Patch:  %{name}-%{version}.diff
-Patch1: pth_sched.patch
 Summary:GNU Portable Threads
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
+Url:http://www.gnu.org/software/pth/
+Source0:ftp://ftp.gnu.org/gnu/pth/%{name}-%{version}.tar.gz
+Source1:ftp://ftp.gnu.org/gnu/pth/%{name}-%{version}.tar.gz.sig
+Source2:%{name}.keyring
+Source3:baselibs.conf
+Patch0: %{name}-%{version}.diff
+Patch1: pth_sched.patch
+BuildRequires:  autoconf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,12 +41,10 @@
 signal mask and errno variable.
 
 %package -n libpth20
-Summary:GNU Portable Threads
-Group:  Development/Libraries/C and C++
-Provides:   pth
-Obsoletes:  pth
 %define library_name libpth20
 %define debug_package_requires %{library_name} = %{version}-%{release}
+Summary:GNU Portable Threads
+Group:  Development/Libraries/C and C++
 
 %description -n libpth20
 Pth is a very portable POSIX/ANSI-C based library for Unix platforms
@@ -72,26 +72,28 @@
 
 %prep
 %setup -q
-%patch
+%patch0
 %patch1 -p1
 
 %build
 autoconf
 
-%configure --disable-static --with-pic \
+%configure \
+   --disable-static \
+   --with-pic \
 --enable-optimize=yes \
 --enable-pthread=no \
 --with-gnu-ld
-%{__make} pth_p.h
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags} pth_p.h
+make %{?_smp_mflags}
 
 %check
-make test
+make %{?_smp_mflags} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install --jobs 1
 #empty dependency_libs
-%{__rm} -f %{buildroot}%{_libdir}/libpth.la
+rm -f %{buildroot}%{_libdir}/libpth.la
 
 %post   -n %{library_name} -p /sbin/ldconfig
 
@@ -99,7 +101,7 @@
 
 %files -n libpth20
 %defattr(-,root,root)
-%doc ANNOUNCE AUTHORS COPYING HACKING HISTORY INSTALL NEWS PORTING README 
SUPPORT TESTS THANKS USERS
+%doc ANNOUNCE AUTHORS COPYING HACKING HISTORY NEWS PORTING README SUPPORT 
TESTS THANKS USERS
 %doc %{_mandir}/man1/*
 %{_libdir}/libpth*.so.*
 

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