commit derby for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package derby for openSUSE:Factory checked 
in at 2015-08-01 14:17:14

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


Package is derby

Changes:

--- /work/SRC/openSUSE:Factory/derby/derby.changes  2014-07-21 
22:34:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.derby.new/derby.changes 2015-08-01 
14:17:16.0 +0200
@@ -1,0 +2,19 @@
+Wed Jul 29 09:34:36 UTC 2015 - tchva...@suse.com
+
+- Version bump to 10.11.1.1:
+  * No upstream changelog visible
+- Apply patches taken from fedora:
+  * derby-lucene.patch
+  * derby-javacc5.patch
+
+---
+Wed Jul 29 09:31:48 UTC 2015 - tchva...@suse.com
+
+- Previous change still didnt fix i386 build - revert
+
+---
+Tue Jul 28 07:55:10 UTC 2015 - tchva...@suse.com
+
+- Add constraints on memory to ensure build always succeeds
+
+---

Old:

  db-derby-10.10.2.0-src.tar.gz

New:

  db-derby-10.11.1.1-src.tar.gz
  derby-javacc5.patch
  derby-lucene.patch



Other differences:
--
++ derby.spec ++
--- /var/tmp/diff_new_pack.bzFnmW/_old  2015-08-01 14:17:17.0 +0200
+++ /var/tmp/diff_new_pack.bzFnmW/_new  2015-08-01 14:17:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package derby
 #
-# 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:   derby
-Version:10.10.2.0
+Version:10.11.1.1
 Release:0
 Summary:Embeddable Database Engine Written in Java
 License:Apache-2.0
@@ -26,6 +26,10 @@
 Source0:
http://www.apache.org/dist/db/derby/db-derby-%{version}/db-derby-%{version}-src.tar.gz
 Source1:%{name}.service
 Source2:%{name}-script
+# https://issues.apache.org/jira/browse/DERBY-5125
+Patch1: derby-javacc5.patch
+# For compatibility with lucene = 4.10
+Patch2: derby-lucene.patch
 BuildRequires:  ant
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -33,6 +37,8 @@
 BuildRequires:  javacc
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
+BuildRequires:  lucene
+BuildRequires:  lucene-contrib
 BuildRequires:  servlet3
 BuildRequires:  systemd
 BuildRequires:  xalan-j2
@@ -67,18 +73,31 @@
 find -name '*.jar' -delete
 find -name '*.class' -delete
 
+rm java/engine/org/apache/derby/impl/sql/compile/Token.java
+%patch1 -p0
+%patch2 -p0
+
+# Don't use Class-Path in manifests
 sed -i -e '/Class-Path/d' build.xml
 
+# Don't download online packagelists
+sed -e 's/initjars,set-doclint,install_packagelists/initjars,set-doclint/' \
+-e '/link offline/,+1d' \
+-i build.xml
+
 dos2unix LICENSE NOTICE README
 
 %build
 # tools/ant/properties/extrapath.properties
 ln -sf $(build-classpath javacc) tools/java/javacc.jar
-ln -sf $(build-classpath servlet25) 
tools/java/geronimo-spec-servlet-2.4-rc4.jar
+ln -sf $(build-classpath servletapi3) 
tools/java/geronimo-spec-servlet-2.4-rc4.jar
 ln -sf $(build-classpath xalan-j2) tools/java/xalan.jar
 ln -sf $(build-classpath xalan-j2-serializer) tools/java/serializer.jar
 ln -sf $(build-classpath oro) tools/java/jakarta-oro-2.0.8.jar
 ln -sf $(build-classpath junit) tools/java/junit.jar
+ln -sf $(build-classpath lucene/lucene-core) tools/java/lucene-core.jar
+ln -sf $(build-classpath lucene/lucene-analyzers) 
tools/java/lucene-analyzers-common.jar
+ln -sf $(build-classpath lucene/xml-query-parser) 
tools/java/lucene-queryparser.jar
 
 export CLASSPATH=$(build-classpath xerces-j2-xml-apis)
 ant buildsource buildjars javadoc
@@ -118,7 +137,7 @@
 getent passwd derby /dev/null || \
 useradd -r -g derby -d %{_localstatedir}/lib/derby -s /sbin/nologin \
 -c Apache Derby service account derby
-exit 0
+%service_add_pre %{name}.service
 
 %post
 %service_add_post %{name}.service

++ db-derby-10.10.2.0-src.tar.gz - db-derby-10.11.1.1-src.tar.gz ++
/work/SRC/openSUSE:Factory/derby/db-derby-10.10.2.0-src.tar.gz 
/work/SRC/openSUSE:Factory/.derby.new/db-derby-10.11.1.1-src.tar.gz differ: 
char 16, line 1

++ derby-javacc5.patch ++
--- java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj.orig
2015-06-18 17:00:53.946356696 +0100
+++ java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj 2015-06-18 
17:01:24.982950034 +0100
@@ -12,6 +12,7 @@
CACHE_TOKENS = true;
UNICODE_INPUT = true;
 

commit golang-github-cpuguy83-go-md2man for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package golang-github-cpuguy83-go-md2man for 
openSUSE:Factory checked in at 2015-08-01 14:17:07

Comparing /work/SRC/openSUSE:Factory/golang-github-cpuguy83-go-md2man (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new (New)


Package is golang-github-cpuguy83-go-md2man

Changes:

New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new/golang-github-cpuguy83-go-md2man.changes
   2015-08-01 14:17:08.0 +0200
@@ -0,0 +1,13 @@
+---
+Tue Jul 28 12:30:43 UTC 2015 - i...@marguerite.su
+
+- rename to golang-github-cpuguy83-md2man
+- update version 1.0.2+git20150617.e69ac41
+- use golang-packaging for packaging
+
+---
+Wed May 27 09:06:10 UTC 2015 - dmacvi...@suse.de
+
+- initial package for version 1.0.2
+
+

New:

  _service
  go-md2man-1.0.2+git20150617.e69ac41.tar.xz
  golang-github-cpuguy83-go-md2man.changes
  golang-github-cpuguy83-go-md2man.spec



Other differences:
--
++ golang-github-cpuguy83-go-md2man.spec ++
#
# spec file for package golang-github-cpuguy83-go-md2man
#
# Copyright (c) 2015 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   golang-github-cpuguy83-go-md2man
Version:1.0.2+git20150617.e69ac41
Release:0
Summary:Convert markdown into man pages
License:MIT
Group:  Development/Languages/Other
URL:https://github.com/cpuguy83/go-md2man
Source0:go-md2man-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  golang-packaging
BuildRequires:  golang(golang.org/x/net)
BuildRequires:  golang(github.com/russross/blackfriday)
Provides:   go-go-md2man = %{version}
Obsoletes:  go-go-md2man  %{version}
%{go_provides}

%description
Tool to converts markdown into man pages

%gosrc_package

%prep
%setup -q -n go-md2man-%{version}

%build
%goprep github.com/cpuguy83/go-md2man
%gobuild ...

%install
%goinstall
%gosrc

%check
%gotest github.com/cpuguy83/go-md2man

%files
%defattr(-,root,root,-)
%doc README.md LICENSE.md
%{_bindir}/go-md2man

%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog
++ _service ++
services
  service name=tar_scm mode=localonly
param name=urlhttp://github.com/cpuguy83/go-md2man/param
param name=scmgit/param
param name=exclude.git/param
param name=versionformat1.0.2+git%cd.%h/param
param name=revisionmaster/param
  /service
  service name=recompress mode=localonly
param name=filego-md2man-*.tar/param
param name=compressionxz/param
  /service
  service name=set_version mode=localonly
param name=basenamego-md2man/param
  /service
/services



commit python3-pyzmq for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-08-01 14:16:41

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


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-07-12 22:52:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-08-01 14:16:42.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul 30 06:46:40 UTC 2015 - toddrme2...@gmail.com
+
+- Disable non-deterministic authentication test.  It fails to 
+  connect randomly.
+
+---
+Wed Jul 29 08:06:43 UTC 2015 - toddrme2...@gmail.com
+
+- Add additional optional dependencies that support additional
+  features and/or additional backends.
+
+---



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.6SNfxM/_old  2015-08-01 14:16:43.0 +0200
+++ /var/tmp/diff_new_pack.6SNfxM/_new  2015-08-01 14:16:43.0 +0200
@@ -27,10 +27,30 @@
 Source1:python3-pyzmq-rpmlintrc
 BuildRequires:  python3
 BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRequires:  zeromq-devel
-# Test requirements:
 BuildRequires:  python3-Cython
+BuildRequires:  python3-cffi
+BuildRequires:  python3-numpy
+BuildRequires:  python3-pexpect
+BuildRequires:  python3-py
+BuildRequires:  python3-simplejson
+BuildRequires:  python3-tornado
+BuildRequires:  python3-paramiko
+# Not available yet in Python 3.x
+# BuildRequires:  python3-gevent
+# Test requirements
+BuildRequires:  python3-nose
 Requires:   python3
+Recommends: python3-cffi
+Recommends: python3-numpy
+Recommends: python3-pexpect
+Recommends: python3-py
+Recommends: python3-simplejson
+Recommends: python3-tornado
+Recommends: python3-paramiko
+# Not available yet in Python 3.x
+# Recommends: python3-gevent
 Recommends: zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -60,12 +80,16 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
+# Remove non-deterministic authentication test
+# This fails to connect randomly
+rm -rf zmq/tests/test_auth.py
+
 python3 setup.py build_ext --inplace
 python3 setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.LESSER README.md examples docs
+%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples docs
 %{python3_sitearch}/zmq/
 %{python3_sitearch}/pyzmq-%{version}-py%{py3_ver}.egg-info
 %exclude %{python3_sitearch}/zmq/utils/*.h




commit engrampa for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package engrampa for openSUSE:Factory 
checked in at 2015-08-01 11:34:55

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


Package is engrampa

Changes:

--- /work/SRC/openSUSE:Factory/engrampa/engrampa.changes2015-07-03 
00:03:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.engrampa.new/engrampa.changes   2015-08-01 
11:34:57.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 13 21:12:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.1:
+  * Help fixes.
+  * UI fixes.
+
+---

Old:

  engrampa-1.10.0.tar.xz

New:

  engrampa-1.10.1.tar.xz



Other differences:
--
++ engrampa.spec ++
--- /var/tmp/diff_new_pack.tsb7rN/_old  2015-08-01 11:34:58.0 +0200
+++ /var/tmp/diff_new_pack.tsb7rN/_new  2015-08-01 11:34:58.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   engrampa
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:MATE Desktop archive manager
 License:GPL-2.0+ and LGPL-2.0+

++ engrampa-1.10.0.tar.xz - engrampa-1.10.1.tar.xz ++
 27440 lines of diff (skipped)




commit libgda for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package libgda for openSUSE:Factory checked 
in at 2015-08-01 11:34:52

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


Package is libgda

Changes:

--- /work/SRC/openSUSE:Factory/libgda/libgda.changes2015-07-14 
17:45:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgda.new/libgda.changes   2015-08-01 
11:34:54.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 20 19:24:26 UTC 2015 - zai...@opensuse.org
+
+- Add libgda-jre18.patch: Fix build with JRE 1.8.
+
+---

New:

  libgda-jre18.patch



Other differences:
--
++ libgda.spec ++
--- /var/tmp/diff_new_pack.88YT5L/_old  2015-08-01 11:34:55.0 +0200
+++ /var/tmp/diff_new_pack.88YT5L/_new  2015-08-01 11:34:55.0 +0200
@@ -27,6 +27,8 @@
 Source: 
http://download.gnome.org/sources/libgda/5.2/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM libgda-javadetection-biarch.patch bgo#673560 -- Prepare 
getsp to be sed'ed for biarch
 Patch1: libgda-javadetection-biarch.patch
+# PATCH-FIX-UPSTREAM libgda-jre18.patch zai...@opensuse.org -- Fix build with 
JRE 1.8. Patch from fedora.
+Patch2: libgda-jre18.patch
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -360,6 +362,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 # Patch1 introdcues a --ARCH-- field in getsp, which needs to be replace prior 
to compilation

++ libgda-jre18.patch ++
--- libgda-5.2.2/configure.orig 2014-05-17 14:58:33.206028742 +0200
+++ libgda-5.2.2/configure  2014-05-17 14:58:45.937790443 +0200
@@ -23200,6 +23259,11 @@
JTYPE=Sun JRE 1.7
JFLAGS=-Xlint:unchecked -Xlint:deprecation
;;
+JRE1.8.*)
+   try_java=true
+   JTYPE=Sun JRE 1.8
+   JFLAGS=-Xlint:unchecked -Xlint:deprecation
+   ;;
 JREgcj-4*)
try_java=true
JTYPE=GCJ



commit perl-Mojolicious for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-08-01 11:34:12

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-06-23 11:59:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-08-01 11:34:14.0 +0200
@@ -1,0 +2,22 @@
+Tue Jul 14 08:56:09 UTC 2015 - co...@suse.com
+
+- updated to 6.14
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.14  2015-07-12
+- Improved app generator command not to create a log directory.
+
+---
+Sun Jul 12 08:44:16 UTC 2015 - co...@suse.com
+
+- updated to 6.13
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.13  2015-07-08
+- Added support for validating file uploads.
+- Added upload check to Mojolicious::Validator.
+- Improved error messages for broken applications in Mojo::Server. (mst)
+- Improved subscribers method in Mojo::EventEmitter to allow subscribers 
to be
+  modified more easily.
+
+---

Old:

  Mojolicious-6.12.tar.gz

New:

  Mojolicious-6.14.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.38vbaH/_old  2015-08-01 11:34:15.0 +0200
+++ /var/tmp/diff_new_pack.38vbaH/_new  2015-08-01 11:34:15.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Mojolicious
-Version:6.12
+Version:6.14
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mojolicious/
-Source0:
http://www.cpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Mojolicious-6.12.tar.gz - Mojolicious-6.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.12/Changes new/Mojolicious-6.14/Changes
--- old/Mojolicious-6.12/Changes2015-06-18 23:42:06.0 +0200
+++ new/Mojolicious-6.14/Changes2015-07-12 17:31:04.0 +0200
@@ -1,4 +1,14 @@
 
+6.14  2015-07-12
+  - Improved app generator command not to create a log directory.
+
+6.13  2015-07-08
+  - Added support for validating file uploads.
+  - Added upload check to Mojolicious::Validator.
+  - Improved error messages for broken applications in Mojo::Server. (mst)
+  - Improved subscribers method in Mojo::EventEmitter to allow subscribers to 
be
+modified more easily.
+
 6.12  2015-06-18
   - Welcome to the Mojolicious core team Dan Book.
   - Added TO_JSON method to Mojo::Collection. (wttw)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.12/META.json 
new/Mojolicious-6.14/META.json
--- old/Mojolicious-6.12/META.json  2015-06-18 23:44:58.0 +0200
+++ new/Mojolicious-6.14/META.json  2015-07-14 05:25:00.0 +0200
@@ -4,7 +4,7 @@
   Sebastian Riedel s...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001,
+   generated_by : ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005,
license : [
   artistic_2
],
@@ -17,6 +17,7 @@
   directory : [
  t,
  inc,
+ examples,
  t
   ]
},
@@ -54,5 +55,6 @@
   },
   x_IRC : irc://irc.perl.org/#mojo
},
-   version : 6.12
+   version : 6.14,
+   x_serialization_backend : JSON::PP version 2.27300
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.12/META.yml 
new/Mojolicious-6.14/META.yml
--- old/Mojolicious-6.12/META.yml   2015-06-18 23:44:58.0 +0200
+++ new/Mojolicious-6.14/META.yml   2015-07-14 05:24:59.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,6 +17,7 @@
   

commit imwheel for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package imwheel for openSUSE:Factory checked 
in at 2015-08-01 11:34:08

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


Package is imwheel

Changes:

--- /work/SRC/openSUSE:Factory/imwheel/imwheel.changes  2013-04-23 
17:19:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.imwheel.new/imwheel.changes 2015-08-01 
11:34:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 14 10:34:17 UTC 2015 - mplus...@suse.com
+
+- Clenaup spec file with spec-cleaner
+- Include %changelog in spec file
+- Trim dependencies
+
+---



Other differences:
--
++ imwheel.spec ++
--- /var/tmp/diff_new_pack.Pv8XVU/_old  2015-08-01 11:34:11.0 +0200
+++ /var/tmp/diff_new_pack.Pv8XVU/_new  2015-08-01 11:34:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imwheel
 #
-# 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,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Name:   imwheel
 Version:1.0.0pre12
 Release:0
-License:GPL-2.0+
 Summary:Mouse Event to Key Event Mapper Daemon
-Url:http://imwheel.sourceforge.net
+License:GPL-2.0+
 Group:  Hardware/Other
+Url:http://imwheel.sourceforge.net
 Source: 
http://prdownloads.sourceforge.net/imwheel/imwheel-%{version}.tar.gz
-
 # PATCH-FIX-UPSTREAM to prevent compiler warnings
 # cast from pointer to integer of different size
 Patch1: imwheel-intptr_t.patch
@@ -35,15 +33,16 @@
 Patch3: imwheel-fix_destdir.patch
 # PATCH-FEATURE-OPENSUSE to put configs to /etc/ instead of /etc/X11.
 Patch4: imwheel-config_file_path.patch
-
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
 BuildRequires:  libtool
-BuildRequires:  make
-BuildRequires:  xorg-x11-devel
-
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xmu)
+BuildRequires:  pkgconfig(xt)
+BuildRequires:  pkgconfig(xtst)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,11 +60,12 @@
 
 %build
 autoreconf -fiv
-%configure --with-x
+%configure \
+  --with-x 
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
@@ -73,4 +73,6 @@
 %doc M-BA47 NEWS README TODO
 %config(noreplace) %{_sysconfdir}/imwheelrc
 %{_bindir}/imwheel
-%doc %{_mandir}/man1/imwheel.1*
+%{_mandir}/man1/imwheel.1*
+
+%changelog




commit liblo for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package liblo for openSUSE:Factory checked 
in at 2015-08-01 11:34:11

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


Package is liblo

Changes:

--- /work/SRC/openSUSE:Factory/liblo/liblo.changes  2015-02-16 
21:15:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblo.new/liblo.changes 2015-08-01 
11:34:11.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 14 12:27:07 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Explictitly depend on autoconf/automake
+- Cleanup spec file with spec-clener
+
+---



Other differences:
--
++ liblo.spec ++
--- /var/tmp/diff_new_pack.uaZjwc/_old  2015-08-01 11:34:12.0 +0200
+++ /var/tmp/diff_new_pack.uaZjwc/_new  2015-08-01 11:34:12.0 +0200
@@ -16,41 +16,42 @@
 #
 
 
-Name:   liblo
 %define lname  liblo7
+Name:   liblo
+Version:0.28
+Release:0
 Summary:Lightweight Open Sound Control implementation
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Version:0.28
-Release:0
 Url:http://plugin.org.uk/liblo/
-
-Source: %{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/liblo/%{name}-%{version}.tar.gz
 Source100:  baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is a lightweight, easy-to-use implementation of the OSC protocol
 (see http://www.cnmat.berkeley.edu/OpenSoundControl/ for details).
 
-%package -n %lname
+%package -n %{lname}
 Summary:Lightweight Open Sound Control implementation
 Group:  System/Libraries
 # O/P added for 13.1
-Obsoletes:  liblo  %version-%release
-Provides:   liblo = %version-%release
+Obsoletes:  liblo  %{version}-%{release}
+Provides:   liblo = %{version}-%{release}
 
-%description -n %lname
+%description -n %{lname}
 This is a lightweight, easy-to-use implementation of the OSC protocol
 (see http://www.cnmat.berkeley.edu/OpenSoundControl/ for details).
 
 %package devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %{lname} = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -65,7 +66,9 @@
 #  Autoconf version 2.69 or higher is required
 autoreconf -fiv
 %endif
-%configure --disable-static --with-pic
+%configure \
+  --disable-static \
+  --with-pic
 make %{?_smp_mflags}
 
 %install
@@ -73,12 +76,13 @@
 # remove example binaries
 make -C examples distclean
 rm -f examples/Makefile examples/Makefile.in
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name *.la -delete -print
+
+%post   -n %{lname} -p /sbin/ldconfig
 
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_libdir}/liblo.so.*




commit nodejs-stringstream for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package nodejs-stringstream for 
openSUSE:Factory checked in at 2015-08-01 11:34:15

Comparing /work/SRC/openSUSE:Factory/nodejs-stringstream (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-stringstream.new (New)


Package is nodejs-stringstream

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-stringstream/nodejs-stringstream.changes  
2014-10-24 10:47:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-stringstream.new/nodejs-stringstream.changes 
2015-08-01 11:34:16.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr  4 06:33:17 UTC 2015 - dmuel...@suse.com
+
+- enable building for all arches
+
+---



Other differences:
--
++ nodejs-stringstream.spec ++
--- /var/tmp/diff_new_pack.duQ1gp/_old  2015-08-01 11:34:17.0 +0200
+++ /var/tmp/diff_new_pack.duQ1gp/_new  2015-08-01 11:34:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-stringstream
 #
-# 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
@@ -29,7 +29,6 @@
 BuildRequires:  nodejs-packaging
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
 
 %nodejs_find_provides_and_requires
 




commit fwts for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package fwts for openSUSE:Factory checked in 
at 2015-08-01 11:34:07

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


Package is fwts

Changes:

--- /work/SRC/openSUSE:Factory/fwts/fwts.changes2015-06-16 
14:06:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.fwts.new/fwts.changes   2015-08-01 
11:34:09.0 +0200
@@ -1,0 +2,56 @@
+Tue Jul 14 09:13:11 UTC 2015 - mplus...@suse.com
+
+- Update to 15.07.00
+  * --uefi and --acpi options renamed to --uefitests and 
+--acpitests
+  * ACPI table tests in the acpitables test have been moved into 
+specific ACPI tests.
+  * acpi: acpidump: update TCPA table and acpidump accordingly
+  * acpi: add ACPI TCPA test
+  * acpi: add XENV table test
+  * lib: fwts_framework: Append tests to --uefi and --acpi
+  * live-image/fwts-frontend-text: update to --uefitests and 
+--acpitests
+  * lib: acpi, acpidump: rename slit tables types
+  * lib: acpi: add in new GICC table fwts_acpi_table_gicc_affinity
+  * acpi: add SRAT table sanity checking (LP: #1464658)
+  * acpi: add BERT table sanity checking (LP: #1464712)
+  * lib: acpi: Add in GAS address types
+  * acpi: add ECDT table sanity checking (LP: #1464716)
+  * lib: acpi: Add support for the SPMI table
+  * acpi: add ACPI SPMI table sanity checking (LP: #1465256)
+  * acpi: add ACPI SLIT table sanity checking (LP: #1465276)
+  * lib: acpi: Add support for the HEST family of ACPI tables
+  * acpi: add ACPI HEST table sanity checking (LP: #1465379)
+  * acpi: Add BOOT table test (LP: #1465435)
+  * acpi: Add DBGP table test (LP: #1465441)
+  * acpi: Add DBG2 table test (LP: #1465710)
+  * acpi: re-orgainise HPET tests
+  * acpi: move MADT test from acpitables into new MADT test
+  * acpi: move GTDT test from acpitables into new GTDT test
+  * acpi: move XSDT test from acpitables into new XSDT test
+  * acpi: move RSDP test from acpitables into new RSDP test
+  * acpi: move RSDT test from acpitables into new RSDT test
+  * acpi: acpitables: remove no-op MCFG test
+  * acpi: move SBST test from acpitables into new SBST test
+  * acpi: move FADT test from acpitables into existing FADT test
+  * acpi: acpitables: remove redundant acpi table checking
+  * acpi: allow various ACPI table tests to run without root access
+  * lib: fwts_acpi_tables: fully pad out fixed up ACPI OEM IDs
+  * acpi: spcr: add missing white space in error messages
+  * acpi: add ACPI ERST test (LP: #1467835)
+  * acpi: correct ACPI BGRT table type
+  * acpi: add ACPI BGRT test (LP: #1467863)
+  * acpi: add ACPI CPEP test (LP: #1467870)
+  * acpi: add ACPI FACS test (LP: #1467966)
+  * acpi: acpidump: add in missing exponent field to SLIC
+  * acpi: add CSRT ACPI Table test (LP: #1470116)
+  * acpi: add LPIT ACPI test (LP: #1470184)
+  * acpi: add WAET ACPI table test (LP: #1470495)
+  * acpi: add SLIC table test (LP: #1470518)
+  * acpi: add MSDM table test (LP: #1470538)
+  * acpi: add UEFI ACPI data table test (LP: #1471698)
+  * bios: os2gap: remove ancient legacy test (LP: #1470573)
+- add fwts-no-compiletime.patch (based on patch from acpica)
+
+---

Old:

  fwts-V15.06.00.tar.gz

New:

  fwts-V15.07.00.tar.gz
  fwts-no-compiletime.patch



Other differences:
--
++ fwts.spec ++
--- /var/tmp/diff_new_pack.LMpbrD/_old  2015-08-01 11:34:09.0 +0200
+++ /var/tmp/diff_new_pack.LMpbrD/_new  2015-08-01 11:34:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fwts
-Version:15.06.00
+Version:15.07.00
 Release:0
 Summary:Firmware Test Suite
 License:GPL-2.0+
@@ -26,6 +26,8 @@
 # upstream seems to randomly change upper and lover case v in tarball name
 Source0:http://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz
 Patch0: json-c-includes.patch
+# based on patch for acpica
+Patch1: fwts-no-compiletime.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -53,9 +55,10 @@
 %prep
 %setup -q -c %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure \
--disable-static
 make %{?_smp_mflags}
@@ -66,7 +69,7 @@
 install -D -m 0644 data/klog.json %{buildroot}%{_datadir}/%{name}/klog.json
 install -D -m 0644 data/syntaxcheck.json 
%{buildroot}%{_datadir}/%{name}/syntaxcheck.json
 # There are no headers, so drop remaining development files
-rm -f %buildroot/%_libdir/%name/*.so
+rm -f %{buildroot}/%{_libdir}/%{name}/*.so
 
 %files
 %defattr(-,root,root)

++ fwts-V15.06.00.tar.gz - fwts-V15.07.00.tar.gz ++
 28662 lines of diff (skipped)

++ 

commit mate-desktop for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mate-desktop for openSUSE:Factory 
checked in at 2015-08-01 11:34:24

Comparing /work/SRC/openSUSE:Factory/mate-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.mate-desktop.new (New)


Package is mate-desktop

Changes:

--- /work/SRC/openSUSE:Factory/mate-desktop/mate-desktop.changes
2015-07-14 17:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-desktop.new/mate-desktop.changes   
2015-08-01 11:34:26.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 15 21:36:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Make mate-user-guide architecture-independent again.
+
+---



Other differences:
--
++ mate-desktop.spec ++
--- /var/tmp/diff_new_pack.CMuoMY/_old  2015-08-01 11:34:27.0 +0200
+++ /var/tmp/diff_new_pack.CMuoMY/_new  2015-08-01 11:34:27.0 +0200
@@ -53,6 +53,7 @@
 Group:  Documentation/Other
 Requires:   yelp
 Recommends: mate-user-guide-lang = %{version}
+BuildArch:  noarch
 
 %description -n mate-user-guide
 This package contains documentation targeted for end-users of




commit pcre2 for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package pcre2 for openSUSE:Factory checked 
in at 2015-08-01 11:34:04

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


Package is pcre2

Changes:

--- /work/SRC/openSUSE:Factory/pcre2/pcre2.changes  2015-06-23 
11:57:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcre2.new/pcre2.changes 2015-08-01 
11:34:05.0 +0200
@@ -1,0 +2,16 @@
+Tue Jul 14 08:42:04 UTC 2015 - astie...@suse.com
+
+- PCRE2 10.20:
+  * Callouts with string arguments and the
+pcre2_callout_enumerate() function have been implemented.
+  * The PCRE2_NEVER_BACKSLASH_C option, which locks out the use of
+\C, is added.
+  * The PCRE2_ALT_CIRCUMFLEX option lets ^ match after a newline at
+the end of a subject in multiline mode.
+  * The way named subpatterns are handled has been refactored. The
+previous approach had several bugs.
+  * The handling of \c in EBCDIC environments has been changed to
+conform to the perlebcdic document. (Incompatible change)
+  * Bugs have been mended, many of them discovered by fuzzers.
+
+---

Old:

  pcre2-10.10.tar.bz2
  pcre2-10.10.tar.bz2.sig

New:

  pcre2-10.20.tar.bz2
  pcre2-10.20.tar.bz2.sig



Other differences:
--
++ pcre2.spec ++
--- /var/tmp/diff_new_pack.y9uj6I/_old  2015-08-01 11:34:06.0 +0200
+++ /var/tmp/diff_new_pack.y9uj6I/_new  2015-08-01 11:34:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pcre2
-Version:10.10
+Version:10.20
 Release:0
 Summary:A library for Perl-compatible regular expressions
 License:BSD-3-Clause

++ pcre2-10.10.tar.bz2 - pcre2-10.20.tar.bz2 ++
 16055 lines of diff (skipped)




commit ninja-ide for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2015-08-01 11:34:02

Comparing /work/SRC/openSUSE:Factory/ninja-ide (Old)
 and  /work/SRC/openSUSE:Factory/.ninja-ide.new (New)


Package is ninja-ide

Changes:

--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes  2014-11-24 
11:13:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2015-08-01 
11:34:03.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 13 13:12:38 UTC 2015 - toddrme2...@gmail.com
+
+- Install to prefix explicitly
+  * Fixes building on SLES 11
+
+---



Other differences:
--
++ ninja-ide.spec ++
--- /var/tmp/diff_new_pack.EwbJad/_old  2015-08-01 11:34:04.0 +0200
+++ /var/tmp/diff_new_pack.EwbJad/_new  2015-08-01 11:34:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja-ide
 #
-# 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
@@ -74,18 +74,20 @@
 mkdir -p %{buildroot}%{_mandir}/man1
 cp %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz
 
-python setup.py install -O1 --skip-build --root %{buildroot}
+python setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
 
 %suse_update_desktop_file -i ninja-ide-git Development IDE
 %fdupes %{buildroot}%{python_sitelib}
 find %{buildroot} -name 'pep8mod.py' | xargs chmod 0755
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_bindir}/%{name}
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.png
-%{python_sitelib}/*
+%{python_sitelib}/NINJA_IDE-%{version}-py*.egg-info
+%{python_sitelib}/ninja_ide
+%{python_sitelib}/ninja_tests
 %{_mandir}/man1/%{name}.1.*
 
 %changelog





commit arandr for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package arandr for openSUSE:Factory checked 
in at 2015-08-01 11:34:29

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


Package is arandr

Changes:

--- /work/SRC/openSUSE:Factory/arandr/arandr.changes2013-03-21 
22:01:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.arandr.new/arandr.changes   2015-08-01 
11:34:30.0 +0200
@@ -1,0 +2,9 @@
+Thu Jul 16 08:17:28 UTC 2015 - mvet...@suse.com
+
+- Cleanup spec
+- Update to version 0.1.8
+  * Add support for choosing the primary output
+  * Use save button in the file-save dialog
+  * Update and add a lot of new languages
+
+---

Old:

  arandr-0.1.7.1.tar.gz

New:

  arandr-0.1.8.tar.gz



Other differences:
--
++ arandr.spec ++
--- /var/tmp/diff_new_pack.F5g8kG/_old  2015-08-01 11:34:31.0 +0200
+++ /var/tmp/diff_new_pack.F5g8kG/_new  2015-08-01 11:34:31.0 +0200
@@ -1,5 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
-
+#
+# spec file for package arandr
+#
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser pascal.ble...@opensuse.org
 # Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany 
seife+...@b1-systems.com
 #
@@ -13,18 +15,26 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   arandr
-Version:0.1.7.1
+Version:0.1.8
 Release:0
 Summary:Visual Front End for XRandR
+License:GPL-3.0
+Group:  System/X11/Utilities
+Url:http://christian.amsuess.com/tools/arandr/
 Source: 
http://christian.amsuess.com/tools/arandr/files/arandr-%{version}.tar.gz
 Patch1: arandr-fix_desktop_icon.patch
-URL:http://christian.amsuess.com/tools/arandr/
-Group:  System/X11/Utilities
-License:GPL-3.0
-BuildRoot:  %{_tmppath}/build-%{name}-%{version}
+BuildRequires:  desktop-data-openSUSE
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  make
 BuildRequires:  python-devel
+BuildRequires:  update-desktop-files
+Requires:   python-gtk
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %if 0%{?suse_version} = 1140
 BuildRequires:  python-gtk-devel
 %else
@@ -35,17 +45,11 @@
 %else
 BuildRequires:  docutils
 %endif
-BuildRequires:  make
-BuildRequires:  update-desktop-files
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  desktop-data-openSUSE
-BuildArch:  noarch
 %if 0%{?suse_version} = 1220
 Requires:   xrandr
 %else
 Requires:   xorg-x11
 %endif
-Requires:   python-gtk
 
 %description
 ARandR is designed to provide a simple visual front end for XRandR. Relative
@@ -57,25 +61,22 @@
 %patch1
 
 %build
-%__python ./setup.py build
+python ./setup.py build
 
 %install
-%__python ./setup.py install \
+python ./setup.py install \
 --prefix=%{_prefix} \
---root=%{buildroot} \
+--root=%{buildroot} \
 --record-rpm=files.lst
 
-%__perl -n -i -e 'print unless m,%{_datadir}/(locale|applications),' files.lst
-%__perl -n -i -e 'print unless m,%{_bindir},' files.lst
+perl -n -i -e 'print unless m,%{_datadir}/(locale|applications),' files.lst
+perl -n -i -e 'print unless m,%{_bindir},' files.lst
 
 %suse_update_desktop_file -r %{name} Settings DesktopSettings
 
 %find_lang %{name}
 
-%__chmod 0755 %{buildroot}%{_bindir}/*
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
+chmod 0755 %{buildroot}%{_bindir}/*
 
 %files -f %{name}.lang -f files.lst
 %defattr(-,root,root)
@@ -83,7 +84,7 @@
 %{_bindir}/arandr
 %{_bindir}/unxrandr
 %{_datadir}/applications/%{name}.desktop
-%doc %{_mandir}/man1/arandr.1*
-%doc %{_mandir}/man1/unxrandr.1*
+%{_mandir}/man1/arandr.1*
+%{_mandir}/man1/unxrandr.1*
 
 %changelog

++ arandr-0.1.7.1.tar.gz - arandr-0.1.8.tar.gz ++
 4198 lines of diff (skipped)




commit libgsystem for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package libgsystem for openSUSE:Factory 
checked in at 2015-08-01 11:34:05

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


Package is libgsystem

Changes:

--- /work/SRC/openSUSE:Factory/libgsystem/libgsystem.changes2015-03-09 
10:00:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgsystem.new/libgsystem.changes   
2015-08-01 11:34:07.0 +0200
@@ -2 +2,17 @@
-Wed Jan 28 11:00:54 UTC 2015 - opensuse-packag...@opensuse.org
+Tue Jul 14 08:54:31 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2015.2:
+  + fileutils: Add missing dirent include
+  + README: Update for deprecation
+  + Start using libglnx
+  + fileutils: Switch to libglnx xattr code
+  + libglnx: Update
+  + fileutils: Use new libglnx shutil mkdir-p API
+  + console: Link to wikipedia page
+  + console: Further clarify escape codes
+  + shutil: Fall back to a copy if link() returns EPERM too
+  + Release 2015.2
+- Add libcap-devel BuildRequires: new dependency.
+
+---
+Wed Jan 28 11:00:54 UTC 2015 - dims...@opensuse.org

Old:

  libgsystem-2015.1.tar.xz

New:

  libgsystem-2015.2.tar.xz



Other differences:
--
++ libgsystem.spec ++
--- /var/tmp/diff_new_pack.JH8Ipc/_old  2015-08-01 11:34:08.0 +0200
+++ /var/tmp/diff_new_pack.JH8Ipc/_new  2015-08-01 11:34:08.0 +0200
@@ -20,7 +20,7 @@
 %define _build_from_vcs 1
 
 Name:   libgsystem
-Version:2015.1
+Version:2015.2
 Release:0
 Summary:GIO-based library targeted for use by OS component
 License:LGPL-2.0+
@@ -32,6 +32,7 @@
 %endif
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libattr-devel
+BuildRequires:  libcap-devel
 BuildRequires:  pkgconfig(gio-unix-2.0) = 2.34.0
 BuildRequires:  pkgconfig(libsystemd-journal) = 200
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ _service ++
--- /var/tmp/diff_new_pack.JH8Ipc/_old  2015-08-01 11:34:08.0 +0200
+++ /var/tmp/diff_new_pack.JH8Ipc/_new  2015-08-01 11:34:08.0 +0200
@@ -2,9 +2,9 @@
   service name=tar_scm mode=disabled
 param name=urlgit://git.gnome.org/libgsystem/param
 param name=scmgit/param
-param name=versionformat2015.1/param
+param name=versionformat2015.2/param
 param name=changesgenerateenable/param
-param name=revisionrefs/tags/v2015.1/param
+param name=revisionrefs/tags/v2015.2/param
   /service
   service name=recompress mode=disabled
 param name=file*.tar/param

++ _servicedata ++
--- /var/tmp/diff_new_pack.JH8Ipc/_old  2015-08-01 11:34:08.0 +0200
+++ /var/tmp/diff_new_pack.JH8Ipc/_new  2015-08-01 11:34:08.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param name=urlgit://git.gnome.org/libgsystem/param
-  param 
name=changesrevisiond84aa25549057bc48ff632a01bc4f1052eca8133/param/service/servicedata
\ No newline at end of file
+  param 
name=changesrevision86c24c181ec6c3ec334a39145efc022c3e744929/param/service/servicedata
\ No newline at end of file

++ libgsystem-2015.1.tar.xz - libgsystem-2015.2.tar.xz ++
 4526 lines of diff (skipped)




commit kernel-source for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2015-08-01 11:33:45

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-07-27 09:13:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2015-08-01 11:33:46.0 +0200
@@ -1,0 +2,27 @@
+Wed Jul 29 11:47:55 CEST 2015 - mkube...@suse.cz
+
+- config: x86_64: enable EFI_MIXED in nonvirtual configs
+  An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI
+  variables and services if booted under 32-bit UEFI. Some bootloaders
+  also need it to be able to boot 64-bit kernel under 32-bit UEFI.
+  (boo#935027 fate#318252)
+- commit 41613e2
+
+---
+Wed Jul 29 11:47:37 CEST 2015 - mkube...@suse.cz
+
+- config: enable NET_DROP_MONITOR=m
+  The drop_monitor module is useful for debugging networking issues. It
+  collects information where in the kernel code are packets dropped;
+  dropwatch utility can be used to process the data.
+- commit 5e4468b
+
+---
+Mon Jul 27 11:55:07 CEST 2015 - dval...@suse.com
+
+- Update config files.
+  Update config files for vanilla ppc64 and ppc64le.
+  Fixes boo#939502
+- commit 0fd34b1
+
+---
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.zCO8Ad/_old  2015-08-01 11:33:52.0 +0200
+++ /var/tmp/diff_new_pack.zCO8Ad/_new  2015-08-01 11:33:52.0 +0200
@@ -61,7 +61,7 @@
 Group:  System/Kernel
 Version:4.1.3
 %if 0%{?is_kotd}
-Release:RELEASE.gf45c09a
+Release:RELEASE.g41613e2
 %else
 Release:0
 %endif

kernel-default.spec: same change
kernel-desktop.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.zCO8Ad/_old  2015-08-01 11:33:52.0 +0200
+++ /var/tmp/diff_new_pack.zCO8Ad/_new  2015-08-01 11:33:52.0 +0200
@@ -29,7 +29,7 @@
 Group:  Documentation/Man
 Version:4.1.3
 %if 0%{?is_kotd}
-Release:RELEASE.gf45c09a
+Release:RELEASE.g41613e2
 %else
 Release:0
 %endif

++ kernel-ec2.spec ++
--- /var/tmp/diff_new_pack.zCO8Ad/_old  2015-08-01 11:33:52.0 +0200
+++ /var/tmp/diff_new_pack.zCO8Ad/_new  2015-08-01 11:33:52.0 +0200
@@ -61,7 +61,7 @@
 Group:  System/Kernel
 Version:4.1.3
 %if 0%{?is_kotd}
-Release:RELEASE.gf45c09a
+Release:RELEASE.g41613e2
 %else
 Release:0
 %endif

kernel-lpae.spec: same change
++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.zCO8Ad/_old  2015-08-01 11:33:52.0 +0200
+++ /var/tmp/diff_new_pack.zCO8Ad/_new  2015-08-01 11:33:52.0 +0200
@@ -47,7 +47,7 @@
 Group:  SLES
 Version:4.1.3
 %if 0%{?is_kotd}
-Release:RELEASE.gf45c09a
+Release:RELEASE.g41613e2
 %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.zCO8Ad/_old  2015-08-01 11:33:52.0 +0200
+++ /var/tmp/diff_new_pack.zCO8Ad/_new  2015-08-01 11:33:52.0 +0200
@@ -61,7 +61,7 @@
 Group:  System/Kernel
 Version:4.1.3
 %if 0%{?is_kotd}
-Release:RELEASE.gf45c09a
+Release:RELEASE.g41613e2
 %else
 Release:0
 %endif

kernel-pv.spec: same change
++ kernel-source.spec ++
--- /var/tmp/diff_new_pack.zCO8Ad/_old  2015-08-01 11:33:52.0 +0200
+++ /var/tmp/diff_new_pack.zCO8Ad/_new  2015-08-01 11:33:52.0 +0200
@@ -32,7 +32,7 @@
 Group:  Development/Sources
 Version:4.1.3
 %if 0%{?is_kotd}
-Release:RELEASE.gf45c09a
+Release:RELEASE.g41613e2
 %else
 Release:0
 %endif

++ kernel-syms.spec ++
--- /var/tmp/diff_new_pack.zCO8Ad/_old  2015-08-01 11:33:52.0 +0200
+++ /var/tmp/diff_new_pack.zCO8Ad/_new  2015-08-01 11:33:52.0 +0200
@@ -27,7 +27,7 @@
 Version:4.1.3
 

commit rubygem-taskjuggler for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-taskjuggler for 
openSUSE:Factory checked in at 2015-08-01 11:34:00

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


Package is rubygem-taskjuggler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-taskjuggler/rubygem-taskjuggler.changes  
2013-08-01 16:03:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-taskjuggler.new/rubygem-taskjuggler.changes 
2015-08-01 11:34:01.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 19 10:38:34 UTC 2015 - co...@suse.com
+
+- use new packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-taskjuggler.spec ++
--- /var/tmp/diff_new_pack.BwOyma/_old  2015-08-01 11:34:02.0 +0200
+++ /var/tmp/diff_new_pack.BwOyma/_new  2015-08-01 11:34:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-taskjuggler
 #
-# 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
@@ -16,23 +16,29 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-taskjuggler
 Version:3.5.0
 Release:0
 %define mod_name taskjuggler
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-Requires:   ruby = 1.8.7
-BuildRequires:  ruby-devel = 1.8.7
+BuildRequires:  %{ruby = 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros = 5
+BuildRequires:  update-alternatives
 Url:http://www.taskjuggler.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:A Project Management Software
 License:GPL-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 3
 PreReq: update-alternatives
 
 %description
@@ -45,32 +51,15 @@
 resource assignment, cost and revenue planing, risk and communication
 management.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG COPYING README.rdoc \
+  -f
 # MANUAL
 ## vim
 # don't turn on folding automatically
@@ -80,123 +69,12 @@
 cat  %{buildroot}%{_datadir}/vim/site/ftdetect/tjp_filetype.vim EOF
 au BufNewFile,BufRead *.tjp,*.tji  set ft=tjp
 EOF
-
-mv %{buildroot}%{_bindir}/tj3{,%{mod_branch}}
-ln -s tj3%{mod_branch} %{buildroot}%{_bindir}/tj3
-mv %{buildroot}%{_bindir}/tj3client{,%{mod_branch}}
-ln -s tj3client%{mod_branch} %{buildroot}%{_bindir}/tj3client
-mv %{buildroot}%{_bindir}/tj3d{,%{mod_branch}}
-ln -s tj3d%{mod_branch} %{buildroot}%{_bindir}/tj3d
-mv %{buildroot}%{_bindir}/tj3man{,%{mod_branch}}
-ln -s tj3man%{mod_branch} %{buildroot}%{_bindir}/tj3man
-mv %{buildroot}%{_bindir}/tj3ss_receiver{,%{mod_branch}}
-ln -s tj3ss_receiver%{mod_branch} %{buildroot}%{_bindir}/tj3ss_receiver
-mv %{buildroot}%{_bindir}/tj3ss_sender{,%{mod_branch}}
-ln -s tj3ss_sender%{mod_branch} %{buildroot}%{_bindir}/tj3ss_sender
-mv %{buildroot}%{_bindir}/tj3ts_receiver{,%{mod_branch}}
-ln -s tj3ts_receiver%{mod_branch} %{buildroot}%{_bindir}/tj3ts_receiver
-mv %{buildroot}%{_bindir}/tj3ts_sender{,%{mod_branch}}
-ln -s tj3ts_sender%{mod_branch} %{buildroot}%{_bindir}/tj3ts_sender
-mv %{buildroot}%{_bindir}/tj3ts_summary{,%{mod_branch}}
-ln -s tj3ts_summary%{mod_branch} %{buildroot}%{_bindir}/tj3ts_summary
-mv %{buildroot}%{_bindir}/tj3webd{,%{mod_branch}}
-ln -s tj3webd%{mod_branch} %{buildroot}%{_bindir}/tj3webd
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 

commit freeipa for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package freeipa for openSUSE:Factory checked 
in at 2015-08-01 11:34:43

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


Package is freeipa

Changes:

New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ /work/SRC/openSUSE:Factory/.freeipa.new/freeipa.changes 2015-08-01 
11:34:44.0 +0200
@@ -0,0 +1,7 @@
+---
+Wed Apr 22 13:22:11 UTC 2015 - h...@suse.com
+
+- New package, initial version.
+  suse_compat.patch fixes compatibility problems between the upstream
+  project and openSUSE dependencies.
+

New:

  freeipa-4.1.4.tar.gz
  freeipa.changes
  freeipa.spec
  suse_compat.patch



Other differences:
--
++ freeipa.spec ++
 696 lines (skipped)

++ suse_compat.patch ++
 9409 lines (skipped)




commit mcrypt for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mcrypt for openSUSE:Factory checked 
in at 2015-08-01 11:34:38

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


Package is mcrypt

Changes:

--- /work/SRC/openSUSE:Factory/mcrypt/mcrypt.changes2012-05-21 
07:28:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.mcrypt.new/mcrypt.changes   2015-08-01 
11:34:39.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 12 18:59:31 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Explicitly depend on autotools
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  mcrypt-2.6.8.tar.bz2

New:

  mcrypt-2.6.8.tar.gz



Other differences:
--
++ mcrypt.spec ++
--- /var/tmp/diff_new_pack.ya3qcK/_old  2015-08-01 11:34:40.0 +0200
+++ /var/tmp/diff_new_pack.ya3qcK/_new  2015-08-01 11:34:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mcrypt
 #
-# 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,16 +17,13 @@
 
 
 Name:   mcrypt
-BuildRequires:  libmcrypt-devel
-BuildRequires:  libtool
-BuildRequires:  mhash-devel
-BuildRequires:  zlib-devel
 Version:2.6.8
 Release:0
 Summary:Replacement for the crypt Command
 License:GPL-3.0+
 Group:  Productivity/Security
-Source: %{name}-%{version}.tar.bz2
+Url:http://mcrypt.sourceforge.net/
+Source: 
http://sourceforge.net/projects/mcrypt/files/MCrypt/%{version}/%{name}-%{version}.tar.gz
 Patch1: %{name}-%{version}-format_strings.patch
 Patch2: %{name}-%{version}-uninitialized.patch
 # PATCH-FEATURE-OPENSUSE mcrypt-native-by-default.patch bnc385951 
petr.u...@suse.cz -- make native encryption format default (patch from Fedora)
@@ -36,8 +33,13 @@
 Patch5: mcrypt-2.6.8-missing-fclose.patch
 # PATCH-FIX-UPSTREAM fix by Fedora ( mcrypt-2.6.8-5.fc17.src.rpm ) 
mcrypt-2.6.7-gaafix.patch to fix arm build
 Patch6: mcrypt-2.6.7-gaafix.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libmcrypt-devel
+BuildRequires:  libtool
+BuildRequires:  mhash-devel
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://mcrypt.sourceforge.net/
 
 %description
 A replacement for the old unix crypt(1) command. Mcrypt uses the
@@ -58,22 +60,19 @@
 
 %build
 gettextize -f
-autoreconf --force --install
+autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
 %doc doc/FORMAT doc/magic doc/sample.mcryptrc
 %{_bindir}/*
-%doc %{_mandir}/man1/*
+%{_mandir}/man1/*
 
 %changelog




commit filezilla for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2015-08-01 11:34:49

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  2015-06-08 
08:31:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2015-08-01 
11:34:50.0 +0200
@@ -1,0 +2,25 @@
+Sun Jul 19 11:55:25 UTC 2015 - ec...@opensuse.org
+
+- version bump to 3.12.0.2:
+  * Fix regression on servers that have MLSD facts disabled by 
+default
+- changes from 3.12.0.1:
+  * Fix detection of UTF-8 support
+  * Fix location of file list status bar, it was shifted by one 
+pixel
+
+---
+Fri Jul 10 10:02:38 UTC 2015 - alarr...@suse.com
+
+- BuildRequire wxWidgets-3_0-devel in openSUSE 13.1, 13.2 and others
+  (suse_version = 1310) instead of wxWidgets-devel
+
+---
+Fri Jul 10 09:13:34 UTC 2015 - tchva...@suse.com
+
+- Version bump to 3.12.0:
+  * Various small fixes all around
+- Upstreamed patch:
+  * filezilla-string-conversion.patch
+
+---

Old:

  FileZilla_3.11.0.2_src.tar.bz2
  filezilla-string-conversion.patch

New:

  FileZilla_3.12.0.2_src.tar.bz2



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.cIpniQ/_old  2015-08-01 11:34:51.0 +0200
+++ /var/tmp/diff_new_pack.cIpniQ/_new  2015-08-01 11:34:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filezilla
-Version:3.11.0.2
+Version:3.12.0.2
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0+
@@ -26,13 +26,16 @@
 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
-Patch2: filezilla-string-conversion.patch
 BuildRequires:  cppunit-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  tinyxml-devel
 BuildRequires:  update-desktop-files
+%if 0%{suse_version} = 1310
+BuildRequires:  wxWidgets-3_0-devel = 3.0.2
+%else
 BuildRequires:  wxWidgets-devel = 3.0.2
+%endif
 BuildRequires:  xdg-utils
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gnutls) = 3.1.12
@@ -68,7 +71,6 @@
 %setup -q
 %patch0
 %patch1
-%patch2 -p1
 
 # Fix invalid translation locales:
 cd locales

++ FileZilla_3.11.0.2_src.tar.bz2 - FileZilla_3.12.0.2_src.tar.bz2 ++
 71320 lines of diff (skipped)




commit ansible for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2015-08-01 11:34:21

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


Package is ansible

Changes:

--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2015-04-30 
11:50:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ansible.new/ansible.changes 2015-08-01 
11:34:22.0 +0200
@@ -1,0 +2,41 @@
+Wed Jul 15 09:17:54 UTC 2015 - l...@linux-schulserver.de
+
+- update to 1.9.2:
+  - Security fixes to check that hostnames match certificates with 
+https urls (CVE-2015-3908; bnc #938161):
++ get_url and uri modules
++ url and etcd lookup plugins
+  - Security fixes to the zone (Solaris containers), jail (bsd
+containers), and chroot connection plugins.  These plugins can be
+used to connect to their respective container types in leiu of the
+standard ssh connection.  Prior to this fix being applied these
+connection plugins didn't properly handle symlinks within the containers
+which could lead to files intended to be written to or read from the
+container being written to or read from the host system instead. (CVE
+pending)
+  - Fixed a bug in the service module where init scripts were being
+incorrectly used instead of upstart/systemd.
+  - Fixed a bug where sudo/su settings were not inherited from
+ansible.cfg correctly.
+  - Fixed a bug in the rds module where a traceback may occur due to an
+unbound variable.
+  - Fixed a bug where certain remote file systems where the SELinux
+context was not being properly set.
+  - Re-enabled several windows modules which had been partially merged
+(via action plugins):
+   + win_copy.ps1
+   + win_copy.py
+   + win_file.ps1
+   + win_file.py
+   + win_template.py
+  - Fix bug using with_sequence and a count that is zero.  Also allows
+counting backwards isntead of forwards
+  - Fix get_url module bug preventing use of custom ports with https
+urls
+  - Fix bug disabling repositories in the yum module.
+  - Fix giving yum module a url to install a package from on
+RHEL/CENTOS5
+  - Fix bug in dnf module preventing it from working when yum-utils was
+not already installed
+
+---

Old:

  ansible-1.9.1.tar.gz

New:

  ansible-1.9.2.tar.gz



Other differences:
--
++ ansible.spec ++
--- /var/tmp/diff_new_pack.RPTB6I/_old  2015-08-01 11:34:23.0 +0200
+++ /var/tmp/diff_new_pack.RPTB6I/_new  2015-08-01 11:34:23.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   ansible
-Version:1.9.1
+Version:1.9.2
 Release:0
 Summary:Radically simple IT automation
 License:GPL-3.0

++ ansible-1.9.1.tar.gz - ansible-1.9.2.tar.gz ++
 3265 lines of diff (skipped)




commit desktop-translations for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package desktop-translations for 
openSUSE:Factory checked in at 2015-08-01 11:34:27

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


Package is desktop-translations

Changes:

--- 
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.changes
2014-10-29 21:11:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.changes
   2015-08-01 11:34:28.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 11 18:55:44 UTC 2015 - antoine.belv...@laposte.net
+
+- Set version to 13.2.
+- Update translations.
+
+---



Other differences:
--
++ desktop-translations.spec ++
--- /var/tmp/diff_new_pack.96WexX/_old  2015-08-01 11:34:30.0 +0200
+++ /var/tmp/diff_new_pack.96WexX/_new  2015-08-01 11:34:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package desktop-translations
 #
-# 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:   desktop-translations
-Version:13.1
+Version:13.2
 Release:0
 Summary:Desktop Files Translations
 License:BSD-3-Clause

++ desktop-translations.tar.bz2 ++
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.tar.bz2 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.tar.bz2
 differ: char 11, line 1




commit python3-setproctitle for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python3-setproctitle for 
openSUSE:Factory checked in at 2015-08-01 11:35:07

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


Package is python3-setproctitle

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-setproctitle/python3-setproctitle.changes
2015-01-08 23:02:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-setproctitle.new/python3-setproctitle.changes
   2015-08-01 11:35:08.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul 21 03:33:24 UTC 2015 - a...@gmx.de
+
+- update to version 1.1.9:
+  * Fixed build on VC (issues #20, #33).
+  * Added MANIFEST.in to the source distribution to help with RPM
+building (issue #30).
+
+---

Old:

  setproctitle-1.1.8.tar.gz

New:

  setproctitle-1.1.9.tar.gz



Other differences:
--
++ python3-setproctitle.spec ++
--- /var/tmp/diff_new_pack.YWl4f4/_old  2015-08-01 11:35:09.0 +0200
+++ /var/tmp/diff_new_pack.YWl4f4/_new  2015-08-01 11:35:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-setproctitle
 #
-# 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-setproctitle
-Version:1.1.8
+Version:1.1.9
 Release:0
 Summary:Python module to allow customization of the process title
 License:BSD-3-Clause

++ setproctitle-1.1.8.tar.gz - setproctitle-1.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.8/COPYRIGHT 
new/setproctitle-1.1.9/COPYRIGHT
--- old/setproctitle-1.1.8/COPYRIGHT2012-02-07 22:44:32.0 +0100
+++ new/setproctitle-1.1.9/COPYRIGHT2015-07-20 00:44:29.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2012, Daniele Varrazzo daniele.varra...@gmail.com
+Copyright (c) 2009-2015, Daniele Varrazzo daniele.varra...@gmail.com
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.8/HISTORY.rst 
new/setproctitle-1.1.9/HISTORY.rst
--- old/setproctitle-1.1.8/HISTORY.rst  2013-10-23 23:35:03.0 +0200
+++ new/setproctitle-1.1.9/HISTORY.rst  2015-07-20 00:44:29.0 +0200
@@ -1,6 +1,14 @@
 Releases history
 
 
+Version 1.1.9
+~
+
+- Fixed build on VC (issues #20, #33).
+- Added ``MANIFEST.in`` to the source distribution to help with RPM building
+  (issue #30).
+
+
 Version 1.1.8
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.8/MANIFEST 
new/setproctitle-1.1.9/MANIFEST
--- old/setproctitle-1.1.8/MANIFEST 1970-01-01 01:00:00.0 +0100
+++ new/setproctitle-1.1.9/MANIFEST 2015-07-20 01:21:01.0 +0200
@@ -0,0 +1,21 @@
+# file GENERATED by distutils, do NOT edit
+COPYRIGHT
+HISTORY.rst
+MANIFEST
+MANIFEST.in
+Makefile
+README.rst
+setup.py
+src/c.h
+src/setproctitle.c
+src/spt.h
+src/spt_config.h
+src/spt_debug.c
+src/spt_python.h
+src/spt_setup.c
+src/spt_setup.h
+src/spt_status.c
+src/spt_status.h
+src/spt_strlcpy.c
+tests/pyrun.c
+tests/setproctitle_test.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.8/MANIFEST.in 
new/setproctitle-1.1.9/MANIFEST.in
--- old/setproctitle-1.1.8/MANIFEST.in  1970-01-01 01:00:00.0 +0100
+++ new/setproctitle-1.1.9/MANIFEST.in  2014-09-01 08:16:46.0 +0200
@@ -0,0 +1,10 @@
+include HISTORY.rst
+include README.rst
+include COPYRIGHT
+include MANIFEST.in
+include MANIFEST
+include Makefile
+include src/*.c
+include src/*.h
+include tests/*.py
+include tests/*.c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.8/Makefile 
new/setproctitle-1.1.9/Makefile
--- old/setproctitle-1.1.8/Makefile 2012-02-07 22:44:32.0 +0100
+++ new/setproctitle-1.1.9/Makefile 2015-07-20 00:44:29.0 +0200
@@ -1,6 +1,6 @@
 # Oh, makefile, help me with the python3 craze :D
 #
-# Copyright (c) 2010-2012 Daniele Varrazzo daniele.varra...@gmail.com
+# Copyright (c) 2010-2015 Daniele Varrazzo daniele.varra...@gmail.com
 
 MKDIR = mkdir -p
 RM = rm -f
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python3-tornado for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python3-tornado for openSUSE:Factory 
checked in at 2015-08-01 11:35:05

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


Package is python3-tornado

Changes:

--- /work/SRC/openSUSE:Factory/python3-tornado/python3-tornado.changes  
2015-06-01 09:51:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-tornado.new/python3-tornado.changes 
2015-08-01 11:35:07.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul 18 21:15:38 UTC 2015 - a...@gmx.de
+
+- update to version 4.2.1:
+  * This release fixes a path traversal vulnerability in
+StaticFileHandler, in which files whose names started with the
+static_path directory but were not actually in that directory
+could be accessed.
+
+---

Old:

  tornado-4.2.tar.gz

New:

  tornado-4.2.1.tar.gz



Other differences:
--
++ python3-tornado.spec ++
--- /var/tmp/diff_new_pack.ezsdJn/_old  2015-08-01 11:35:08.0 +0200
+++ /var/tmp/diff_new_pack.ezsdJn/_new  2015-08-01 11:35:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-tornado
-Version:4.2
+Version:4.2.1
 Release:0
 Url:http://www.tornadoweb.org
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed

++ tornado-4.2.tar.gz - tornado-4.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tornado-4.2/MANIFEST.in new/tornado-4.2.1/MANIFEST.in
--- old/tornado-4.2/MANIFEST.in 2015-05-10 03:35:55.0 +0200
+++ new/tornado-4.2.1/MANIFEST.in   2015-07-17 17:31:34.0 +0200
@@ -9,6 +9,7 @@
 include tornado/test/options_test.cfg
 include tornado/test/static/robots.txt
 include tornado/test/static/dir/index.html
+include tornado/test/static_foo.txt
 include tornado/test/templates/utf8.html
 include tornado/test/test.crt
 include tornado/test/test.key
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tornado-4.2/PKG-INFO new/tornado-4.2.1/PKG-INFO
--- old/tornado-4.2/PKG-INFO2015-05-27 03:49:14.0 +0200
+++ new/tornado-4.2.1/PKG-INFO  2015-07-17 17:50:27.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tornado
-Version: 4.2
+Version: 4.2.1
 Summary: Tornado is a Python web framework and asynchronous networking 
library, originally developed at FriendFeed.
 Home-page: http://www.tornadoweb.org/
 Author: Facebook
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tornado-4.2/docs/releases/v4.2.1.rst 
new/tornado-4.2.1/docs/releases/v4.2.1.rst
--- old/tornado-4.2/docs/releases/v4.2.1.rst1970-01-01 01:00:00.0 
+0100
+++ new/tornado-4.2.1/docs/releases/v4.2.1.rst  2015-07-17 17:46:10.0 
+0200
@@ -0,0 +1,12 @@
+What's new in Tornado 4.2.1
+===
+
+Jul 17, 2015
+
+
+Security fix
+
+
+* This release fixes a path traversal vulnerability in `.StaticFileHandler`,
+  in which files whose names *started with* the ``static_path`` directory
+  but were not actually *in* that directory could be accessed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tornado-4.2/docs/releases.rst 
new/tornado-4.2.1/docs/releases.rst
--- old/tornado-4.2/docs/releases.rst   2015-05-10 19:08:03.0 +0200
+++ new/tornado-4.2.1/docs/releases.rst 2015-07-17 17:39:36.0 +0200
@@ -4,6 +4,7 @@
 .. toctree::
:maxdepth: 2
 
+   releases/v4.2.1
releases/v4.2.0
releases/v4.1.0
releases/v4.0.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tornado-4.2/setup.cfg new/tornado-4.2.1/setup.cfg
--- old/tornado-4.2/setup.cfg   2015-05-27 03:49:14.0 +0200
+++ new/tornado-4.2.1/setup.cfg 2015-07-17 17:50:27.0 +0200
@@ -1,5 +1,5 @@
 [egg_info]
-tag_svn_revision = 0
 tag_date = 0
 tag_build = 
+tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tornado-4.2/setup.py new/tornado-4.2.1/setup.py
--- old/tornado-4.2/setup.py2015-05-27 03:44:57.0 +0200
+++ new/tornado-4.2.1/setup.py  2015-07-17 17:39:13.0 +0200
@@ -99,7 +99,7 @@
 
 kwargs = {}
 
-version = 4.2
+version = 4.2.1
 
 with open('README.rst') as f:
 kwargs['long_description'] = f.read()
@@ -147,6 +147,7 @@
 options_test.cfg,
 static/robots.txt,
 static/dir/index.html,
+static_foo.txt,
 templates/utf8.html,
 test.crt,
   

commit u-boot for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2015-08-01 11:35:33

Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and  /work/SRC/openSUSE:Factory/.u-boot.new (New)


Package is u-boot

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2015-07-20 11:22:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2015-08-01 11:35:51.0 +0200
@@ -1,0 +2,11 @@
+Wed Jul 22 22:38:23 UTC 2015 - afaer...@suse.de
+
+- jetson-tk1-gpu-1.patch,
+  jetson-tk1-gpu-2.patch: Enable the Tegra124 GPU device tree node
+
+---
+Mon Jul 20 10:45:39 UTC 2015 - afaer...@suse.de
+
+- Add u-boot-jetson-tk1
+
+---
u-boot-a13-olinuxino.changes: same change
u-boot-a13-olinuxinom.changes: same change
u-boot-a20-olinuxino-lime.changes: same change
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-a20-olinuxinomicro.changes: same change
u-boot-am335xevm.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-colibrit20.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-highbank.changes: same change
New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-jetson-tk1.changes
2015-08-01 11:35:51.0 +0200
@@ -0,0 +1,785 @@
+---
+Wed Jul 22 22:38:23 UTC 2015 - afaer...@suse.de
+
+- jetson-tk1-gpu-1.patch,
+  jetson-tk1-gpu-2.patch: Enable the Tegra124 GPU device tree node
+
+---
+Mon Jul 20 10:45:39 UTC 2015 - afaer...@suse.de
+
+- Add u-boot-jetson-tk1
+
+---
+Fri Jul 17 06:42:37 UTC 2015 - afaer...@suse.de
+
+- Add u-boot-merriia80optimus
+
+---
+Wed Jul 15 13:05:24 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.07
+
+---
+Tue Jun 30 07:34:49 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.07-rc3
+- Remove upstreamed patches:
+  * enable_spl_ext_support_for_ti_armv7.patch
+  * fix_slow_mmc_on_rpi.patch
+
+---
+Thu Jun 18 12:07:10 UTC 2015 - guilla...@opensuse.org
+
+- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi
+- Rework patches (to be upstreamable):
+  * enable_spl_ext_support_for_ti_armv7.patch
+  * mx53loco-bootscr.patch
+- Remove fix_beagle_spl_build.patch
+
+---
+Wed Jun 10 10:07:23 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.07-rc2
+- Update drop-marvell.patch
+
+---
+Wed May 27 10:07:49 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.07-rc1:
+- Update drop-marvell.patch
+- Remove no more needed add_snow_usb_boot.patch
+
+---
+Wed Apr 29 07:51:25 UTC 2015 - dmuel...@suse.com
+
+- adjust copyright headers
+
+---
+Thu Apr 16 08:34:11 UTC 2015 - guilla...@opensuse.org
+
+- update to 2015.04
+- Remove upstreamed patch: 
+  0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch
+- Follow upstream board rename colibri_t20_iris = colibri_t20
+
+---
+Sun Apr 12 19:49:41 UTC 2015 - xmi...@googlemail.com
+
+- Added support for A13-OLinuXino, A13-OLinuXino-MICRO,
+  A20-OLinuXino-MICRO and A20-OLinuXino-LIME from
+  www.olimex.com
+
+---
+Thu Apr  9 07:56:40 UTC 2015 - guilla...@opensuse.org
+
+- Remove u-boot-vexpressaemv8a (dropped upstream and we now use EFI)
+
+---
+Thu Apr  2 09:13:49 UTC 2015 - guilla...@opensuse.org
+
+- update to 2015.04-rc5
+
+---
+Mon Mar 23 08:39:40 UTC 2015 - guilla...@opensuse.org
+
+- update to 2015.04-rc4 
+
+---
+Wed Mar  4 15:51:55 UTC 2015 - guilla...@opensuse.org
+
+- Add 0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch
+  to fix keyboard on Chromebook
+
+---
+Wed Mar  4 15:46:52 UTC 2015 - 

commit vlc for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2015-08-01 11:35:46

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


Package is vlc

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2015-05-16 07:14:38.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2015-08-01 
11:35:56.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 24 12:28:32 UTC 2015 - dims...@opensuse.org
+
+- Fix build with LUA 5.3 / 5.3.1.
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.H8ISMv/_old  2015-08-01 11:35:58.0 +0200
+++ /var/tmp/diff_new_pack.H8ISMv/_new  2015-08-01 11:35:58.0 +0200
@@ -96,8 +96,8 @@
 BuildRequires:  libtool
 BuildRequires:  libudev-devel = 142
 BuildRequires:  libvorbis-devel = 1.1
-BuildRequires:  libxml2-devel = 2.5
 BuildRequires:  libvpx-devel
+BuildRequires:  libxml2-devel = 2.5
 BuildRequires:  lirc-devel
 BuildRequires:  live555-devel = 2015.01.27
 BuildRequires:  lua-devel = 5.1
@@ -309,6 +309,17 @@
 %endif
 %endif
 
+### Fix up sources for LUA 5.3
+if pkg-config --atleast-version 5.3 lua; then
+  sed -i 's/luaL_optint/(int)eger/' 
modules/lua/libs/{net,osd,volume}.c
+fi
+
+### And LUA 5.3.1 has some more API changes
+if pkg-config --atleast-version 5.3.1 lua; then
+  sed -i 's/luaL_checkint(/(int)luaL_checkinteger(/' \
+
modules/lua/{demux,libs/{configuration,net,osd,playlist,stream,variables,volume}}.c
+fi
+
 # We do not rely on contrib but make use of system libraries
 rm -rf contrib
 # fix builddate info




commit urfkill for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package urfkill for openSUSE:Factory checked 
in at 2015-08-01 11:35:17

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


Package is urfkill

Changes:

--- /work/SRC/openSUSE:Factory/urfkill/urfkill.changes  2015-04-13 
20:31:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.urfkill.new/urfkill.changes 2015-08-01 
11:35:18.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 14 07:07:32 UTC 2015 - wer...@suse.de
+
+- Let it build 
+
+---



Other differences:
--
++ urfkill.spec ++
--- /var/tmp/diff_new_pack.jiegqR/_old  2015-08-01 11:35:19.0 +0200
+++ /var/tmp/diff_new_pack.jiegqR/_new  2015-08-01 11:35:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package urfkill
 #
-# 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
@@ -36,7 +36,10 @@
 BuildRequires:  libexpat-devel
 BuildRequires:  libgudev-1_0-devel
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRequires:  polkit-devel
+BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(udev)
 Requires:   polkit
 
 %description




commit mate-session-manager for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mate-session-manager for 
openSUSE:Factory checked in at 2015-08-01 11:35:01

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


Package is mate-session-manager

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-session-manager/mate-session-manager.changes
2015-07-03 00:10:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-session-manager.new/mate-session-manager.changes
   2015-08-01 11:35:03.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 13 21:12:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.2:
+  * Reintroduce missing help in session properties dialog.
+  * Set XDG_CURRENT_DESKTOP env var to MATE.
+  * Some bugfixes.
+  * Update translations.
+
+---

Old:

  mate-session-manager-1.10.1.tar.xz

New:

  mate-session-manager-1.10.2.tar.xz



Other differences:
--
++ mate-session-manager.spec ++
--- /var/tmp/diff_new_pack.ITQbS6/_old  2015-08-01 11:35:04.0 +0200
+++ /var/tmp/diff_new_pack.ITQbS6/_new  2015-08-01 11:35:04.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   mate-session-manager
-Version:1.10.1
+Version:1.10.2
 Release:0
 Summary:MATE Session Manager
 License:GPL-2.0+

++ mate-session-manager-1.10.1.tar.xz - mate-session-manager-1.10.2.tar.xz 
++
 23840 lines of diff (skipped)




commit liblxqt for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2015-08-01 11:35:19

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


Package is liblxqt

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2015-02-25 
02:17:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2015-08-01 
11:35:20.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul  9 13:59:41 UTC 2015 - mvet...@suse.com
+
+- Use correct name lxqt instead of lxde-qt
+
+---



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.hEWiBk/_old  2015-08-01 11:35:20.0 +0200
+++ /var/tmp/diff_new_pack.hEWiBk/_new  2015-08-01 11:35:20.0 +0200
@@ -19,7 +19,7 @@
 Name:   liblxqt
 Version:0.9.0
 Release:0
-Summary:Core utility library for lxde-qt
+Summary:Core utility library for lxqt
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://www.lxqt.org
@@ -39,7 +39,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Core utility library for all lxde-qt components
+Core utility library for all lxqt components
 
 %package -n liblxqt0
 Summary:Libraries for lxqt




commit obs-service-recompress for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package obs-service-recompress for 
openSUSE:Factory checked in at 2015-08-01 11:35:31

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


Package is obs-service-recompress

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-recompress/obs-service-recompress.changes
2014-07-11 06:47:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-recompress.new/obs-service-recompress.changes
   2015-08-01 11:35:50.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun 24 15:56:34 UTC 2015 - h...@hiberis.nl
+
+- Fix build for Debian 8.0
+- Use install target from Makefile
+- Include git revision in version number
+- Update to version 0.3.1+git20150622.d908b54:
+  + Tell rm not to prompt
+  + Change debian source format to 'native'
+  + Add Makefile with install target
+
+---

Old:

  obs-service-recompress-0.3.1.tar.gz

New:

  _servicedata
  obs-service-recompress-0.3.1+git20150622.d908b54.tar.gz



Other differences:
--
++ obs-service-recompress.spec ++
--- /var/tmp/diff_new_pack.Jjy7hd/_old  2015-08-01 11:35:51.0 +0200
+++ /var/tmp/diff_new_pack.Jjy7hd/_new  2015-08-01 11:35:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-recompress
 #
-# 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
@@ -19,7 +19,7 @@
 %define service recompress
 
 Name:   obs-service-%{service}
-Version:0.3.1
+Version:0.3.1+git20150622.d908b54
 Release:0
 Summary:An OBS source service: Recompress files
 License:GPL-2.0+
@@ -49,9 +49,7 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{_prefix}/lib/obs/service
-install -m 0755 recompress %{buildroot}%{_prefix}/lib/obs/service
-install -m 0644 recompress.service %{buildroot}%{_prefix}/lib/obs/service
+%makeinstall
 
 %files
 %defattr(-,root,root)

++ _service ++
--- /var/tmp/diff_new_pack.Jjy7hd/_old  2015-08-01 11:35:51.0 +0200
+++ /var/tmp/diff_new_pack.Jjy7hd/_new  2015-08-01 11:35:51.0 +0200
@@ -4,7 +4,7 @@
 param name=scmgit/param
 param name=exclude.git/param
 param name=versiongit-master/param
-param name=versionformat@PARENT_TAG@/param
+param name=versionformat@PARENT_TAG@+git%cd.%h/param
 param name=revisionmaster/param
 param name=changesgenerateenable/param
   /service

++ _servicedata ++
servicedata
service name=tar_scm
param 
name=urlg...@github.com:openSUSE/obs-service-recompress.git/param
  param 
name=changesrevisiond908b54ba0197706bf9a5e5781717f8e4ad6a62d/param/service/servicedata++
 debian.dsc ++
--- /var/tmp/diff_new_pack.Jjy7hd/_old  2015-08-01 11:35:51.0 +0200
+++ /var/tmp/diff_new_pack.Jjy7hd/_new  2015-08-01 11:35:51.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: obs-service-recompress
-Version: 0.3.1
+Version: 0.3.1+git20150622.d908b54
 Binary: obs-service-recompress
 Maintainer: Adrian Schroeter adr...@suse.de
 Architecture: all




commit libvirt-glib for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package libvirt-glib for openSUSE:Factory 
checked in at 2015-08-01 11:35:29

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


Package is libvirt-glib

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-glib/libvirt-glib.changes
2015-07-14 17:44:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-glib.new/libvirt-glib.changes   
2015-08-01 11:35:49.0 +0200
@@ -1,0 +2,18 @@
+Thu Jul 23 07:40:52 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.2.2:
+  + Add API for getting interface MAC address.
+  + Simplify implementation of object listing APIs.
+  + Fix memory leaks of virConnect objects.
+  + Port to use GTask instead of GSimpleAsyncResult.
+  + Add API to get list of physical network interfaces.
+  + Add API to get list of virtual networks.
+  + Add API to get DHCP address of virtual networks.
+  + Avoid overwriting filesystem type when setting format.
+  + Include XML data for tests in dist.
+  + Add support for UNIX chardev sources.
+  + Fix test linking on platforms with strict linker deps.
+  + Add ability to set video ram + vgamem.
+- Drop 46897c1b-fs-type-fix.patch: Fixed upstream.
+
+---

Old:

  46897c1b-fs-type-fix.patch
  libvirt-glib-0.2.1.tar.gz

New:

  libvirt-glib-0.2.2.tar.gz



Other differences:
--
++ libvirt-glib.spec ++
--- /var/tmp/diff_new_pack.ww5EAj/_old  2015-08-01 11:35:49.0 +0200
+++ /var/tmp/diff_new_pack.ww5EAj/_new  2015-08-01 11:35:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt-glib
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,13 @@
 
 
 Name:   libvirt-glib
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:GLib and GObject mapping of libvirt
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://libvirt.org
 Source: http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz
-# upstreamed patches
-Patch1: 46897c1b-fs-type-fix.patch
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  libtool
 BuildRequires:  vala
@@ -124,7 +122,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure --disable-static

++ libvirt-glib-0.2.1.tar.gz - libvirt-glib-0.2.2.tar.gz ++
 5079 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-08-01 11:35:49

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


Package is mercurial

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2015-05-05 
00:56:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-08-01 
11:35:59.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 25 02:12:42 UTC 2015 - devel...@develop7.info
+
+- update to v3.4.2
+  See detailed release notes on 
+  https://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.4.2_.282015-07-01.29 
and 
+  https://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.4.1_.282015-06-01.29
+
+---

Old:

  mercurial-3.4.tar.gz

New:

  mercurial-3.4.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.HTD9fc/_old  2015-08-01 11:36:00.0 +0200
+++ /var/tmp/diff_new_pack.HTD9fc/_new  2015-08-01 11:36:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.4
+Version:3.4.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.4.tar.gz - mercurial-3.4.2.tar.gz ++
 2638 lines of diff (skipped)




commit chromium for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2015-08-01 11:35:27

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


Package is chromium

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2015-06-24 
21:03:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2015-08-01 
11:35:37.0 +0200
@@ -1,0 +2,43 @@
+Tue Jul 21 18:56:57 UTC 2015 - tittiatc...@gmail.com
+
+- Update to Chromium 44.0.2403.89
+  * A number of new apps/extension APIs
+  * Lots of under the hood changes for stability and performance
+  * Security fixes:
+- CVE-2015-1271: Heap-buffer-overflow in pdfium
+- CVE-2015-1273: Heap-buffer-overflow in pdfium
+- CVE-2015-1274: Settings allowed executable files to run 
+ immediately after download
+- CVE-2015-1275: UXSS in Chrome for Android
+- CVE-2015-1276: Use-after-free in IndexedDB
+- CVE-2015-1279: Heap-buffer-overflow in pdfium
+- CVE-2015-1280: Memory corruption in skia
+- CVE-2015-1281: CSP bypass
+- CVE-2015-1282: Use-after-free in pdfium
+- CVE-2015-1283: Heap-buffer-overflow in expat
+- CVE-2015-1284: Use-after-free in blink
+- CVE-2015-1286: UXSS in blink
+- CVE-2015-1287: SOP bypass with CSS
+- CVE-2015-1270: Uninitialized memory read in ICU
+- CVE-2015-1272: Use-after-free related to unexpected GPU 
+ process termination
+- CVE-2015-1277: Use-after-free in accessibility
+- CVE-2015-1278: URL spoofing using pdf files
+- CVE-2015-1285: Information leak in XSS auditor
+- CVE-2015-1288: Spell checking dictionaries fetched over HTTP
+- CVE-2015-1289: Various fixes from internal audits, fuzzing 
+ and other initiatives
+
+---
+Wed Jul 15 12:01:42 UTC 2015 - tittiatc...@gmail.com
+
+- Update to Chromium 43.0.2357.134
+  Update of the Pepper Flash plugin to 18.0.0.209
+
+---
+Wed Jul  8 03:38:30 UTC 2015 - tittiatc...@gmail.com
+
+- Update to Chromium 43.0.2357.132
+  No changelog available
+
+---

Old:

  chromium-43.0.2357.130.tar.xz

New:

  chromium-44.0.2403.89.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.ofp9bs/_old  2015-08-01 11:35:48.0 +0200
+++ /var/tmp/diff_new_pack.ofp9bs/_new  2015-08-01 11:35:48.0 +0200
@@ -20,7 +20,7 @@
 %define chromium_system_libs 0
 
 Name:   chromium
-Version:43.0.2357.130
+Version:44.0.2403.89
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -412,10 +412,10 @@
 %endif
 
 %install
-mkdir -p %{buildroot}%{_libdir}/chromium/
+mkdir -p %{buildroot}%{_libdir}/chromium/lib
 %if 0%{?packman_bs}
pushd third_party/ffmpeg/out/Release
-   cp -a lib*.so %{buildroot}%{_libdir}/chromium/
+   cp -a libffmpeg.so %{buildroot}%{_libdir}/chromium/lib
popd
 %else
%ifarch x86_64
@@ -457,8 +457,6 @@
mkdir -p %{buildroot}%{_libdir}/chromium/lib/
cp -av lib/*.so %{buildroot}%{_libdir}/chromium/lib/
 
-   #libffmpegsumo
-   cp -a libffmpegsumo.so %{buildroot}%{_libdir}/chromium/
popd
 
mkdir -p %{buildroot}%{_datadir}/icons/
@@ -550,7 +548,8 @@
 %files ffmpeg
 %defattr(-,root,root,-)
 %dir %{_libdir}/chromium
-%{_libdir}/chromium/lib*.so
+%dir %{_libdir}/chromium/lib
+%{_libdir}/chromium/lib/libffmpeg.so
 
 %else
 
@@ -568,7 +567,7 @@
 %{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
 %{_datadir}/icons/hicolor/
 %{_prefix}/lib/chrome_sandbox
-%exclude %{_libdir}/chromium/libffmpegsumo.so
+%exclude %{_libdir}/chromium/lib/*ffmpeg*.so
 %exclude %{_libdir}/chromium/chromium-kde
 %exclude %{_libdir}/chromium/chromium-gnome
 %exclude %{_libdir}/chromium/chromedriver
@@ -577,7 +576,7 @@
 
 %files ffmpegsumo
 %defattr(-,root,root,-)
-%{_libdir}/chromium/libffmpegsumo.so
+%{_libdir}/chromium/lib/*ffmpeg*.so
 
 %files desktop-kde
 %attr(755, root, root) %{_libdir}/chromium/chromium-kde


++ chromium-43.0.2357.130.tar.xz - chromium-44.0.2403.89.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-43.0.2357.130.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-44.0.2403.89.tar.xz differ: 
char 26, line 1


++ exclude_ymp.diff ++
--- /var/tmp/diff_new_pack.ofp9bs/_old  2015-08-01 11:35:48.0 +0200
+++ /var/tmp/diff_new_pack.ofp9bs/_new  2015-08-01 11:35:48.0 +0200
@@ 

commit eom for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package eom for openSUSE:Factory checked in 
at 2015-08-01 11:35:22

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


Package is eom

Changes:

--- /work/SRC/openSUSE:Factory/eom/eom.changes  2015-07-14 17:45:27.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eom.new/eom.changes 2015-08-01 
11:35:24.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 15 11:23:21 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.3:
+  * Fix scroll issues during zoom.
+  * Multiple help fixes.
+
+---

Old:

  eom-1.10.2.tar.xz

New:

  eom-1.10.3.tar.xz



Other differences:
--
++ eom.spec ++
--- /var/tmp/diff_new_pack.z7t9eI/_old  2015-08-01 11:35:24.0 +0200
+++ /var/tmp/diff_new_pack.z7t9eI/_new  2015-08-01 11:35:24.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   eom
-Version:1.10.2
+Version:1.10.3
 Release:0
 Summary:MATE Desktop graphics viewer
 License:GPL-2.0+ and LGPL-2.1+

++ eom-1.10.2.tar.xz - eom-1.10.3.tar.xz ++
 43124 lines of diff (skipped)




commit ledmon for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package ledmon for openSUSE:Factory checked 
in at 2015-08-01 11:35:13

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


Package is ledmon

Changes:

--- /work/SRC/openSUSE:Factory/ledmon/ledmon.changes2015-04-25 
11:23:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ledmon.new/ledmon.changes   2015-08-01 
11:35:14.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 14 07:36:02 UTC 2015 - wer...@suse.de
+
+- Let it build 
+
+---



Other differences:
--
++ Makefile-error-dependency.patch ++
--- /var/tmp/diff_new_pack.wu4GYB/_old  2015-08-01 11:35:14.0 +0200
+++ /var/tmp/diff_new_pack.wu4GYB/_new  2015-08-01 11:35:14.0 +0200
@@ -2,6 +2,15 @@
 ===
 --- ledmon-0.79.orig/src/Makefile
 +++ ledmon-0.79/src/Makefile
+@@ -56,7 +56,7 @@ LEDCTL_OBJECTS=\
+   $(OBJECTS)
+ 
+ CFLAGS=-O0 -g -Wall
+-DEFFLAGS=-D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE
++DEFFLAGS=-D_DEBUG -D_GNU_SOURCE -D_DEFAULT_SOURCE -DDMALLOC_DISABLE
+ INCFLAGS=-I../config
+ LDFLAGS=-O0 -g $(DEFFLAGS) -lsgutils2
+ 
 @@ -65,10 +65,10 @@ SOURCES:=$(shell find -name *.[cC] -pr
  default: all
  




commit makedev for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package makedev for openSUSE:Factory checked 
in at 2015-08-01 11:34:35

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


Package is makedev

Changes:

--- /work/SRC/openSUSE:Factory/makedev/makedev.changes  2011-09-23 
02:12:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.makedev.new/makedev.changes 2015-08-01 
11:34:36.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 12 18:52:45 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Do not use url for source as none is available now
+
+---



Other differences:
--
++ makedev.spec ++
--- /var/tmp/diff_new_pack.UoVmM4/_old  2015-08-01 11:34:37.0 +0200
+++ /var/tmp/diff_new_pack.UoVmM4/_new  2015-08-01 11:34:37.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package makedev (Version 2.6)
+# spec file for package makedev
 #
-# Copyright (c) 2009 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,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-Url:http://www.lanana.org/docs/device-list/
 
 Name:   makedev
+Version:2.6
+Release:0
+Summary:Script for Creating Device Files in /dev
 License:GPL-2.0+
 Group:  System/Fhs
-AutoReqProv:on
-Version:2.6
-Release:542
-Source: 
ftp://tsx-11.mit.edu/pub/linux/sources/sbin/MAKEDEV-%{version}.tar.bz2
-Patch:  %{name}-%{version}.diff
+Url:http://www.lanana.org/docs/device-list/
+Source: MAKEDEV-%{version}.tar.bz2
+Patch0: %{name}-%{version}.diff
 Patch1: %{name}-%{version}-chown.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Summary:Script for Creating Device Files in /dev
 
 %description
 This package contains the MAKEDEV script, which makes it easy to create
@@ -39,31 +36,21 @@
 You do not need this script on SUSE Linux, but it is needed for FHS
 2.1.
 
-
-
-Authors:
-
-Nick Holloway nick.hollo...@alfie.demon.co.uk
-
 %prep
-%setup -n MAKEDEV-%{version}
-%patch
+%setup -q -n MAKEDEV-%{version}
+%patch0
 %patch1
 
 %build
 
 %install
-[ $RPM_BUILD_ROOT != / ]  rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/sbin
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
-make MANDIR=$RPM_BUILD_ROOT%{_mandir} ROOT=$RPM_BUILD_ROOT install
-
-%clean
-[ $RPM_BUILD_ROOT != / ]  rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}/sbin
+mkdir -p %{buildroot}%{_mandir}/man8
+make MANDIR=%{buildroot}%{_mandir} ROOT=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 /sbin/MAKEDEV
-%doc %{_mandir}/man8/MAKEDEV.8.gz
+%{_mandir}/man8/MAKEDEV.8.gz
 
 %changelog




commit mate-power-manager for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mate-power-manager for 
openSUSE:Factory checked in at 2015-08-01 11:35:24

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


Package is mate-power-manager

Changes:

--- /work/SRC/openSUSE:Factory/mate-power-manager/mate-power-manager.changes
2015-07-03 00:09:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-power-manager.new/mate-power-manager.changes   
2015-08-01 11:35:26.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 15 11:23:21 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.1:
+  * Multiple help fixes.
+  * Some bugfixes.
+  * Update translations.
+
+---

Old:

  mate-power-manager-1.10.0.tar.xz

New:

  mate-power-manager-1.10.1.tar.xz



Other differences:
--
++ mate-power-manager.spec ++
--- /var/tmp/diff_new_pack.W6XTbC/_old  2015-08-01 11:35:26.0 +0200
+++ /var/tmp/diff_new_pack.W6XTbC/_new  2015-08-01 11:35:26.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   mate-power-manager
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:MATE Desktop UPower policy management
 License:GPL-2.0

++ mate-power-manager-1.10.0.tar.xz - mate-power-manager-1.10.1.tar.xz 
++
 28817 lines of diff (skipped)




commit gcal for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package gcal for openSUSE:Factory checked in 
at 2015-08-01 11:34:31

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


Package is gcal

Changes:

--- /work/SRC/openSUSE:Factory/gcal/gcal.changes2015-04-10 
10:20:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcal.new/gcal.changes   2015-08-01 
11:34:32.0 +0200
@@ -1,0 +2,16 @@
+Sat Jul 11 11:11:14 UTC 2015 - mplus...@suse.com
+
+- Update to version 4
+  * Remove duplicate for All Saints Day for DE_BW and DE_RP.
+  * Spell the name of Norfolk Island correctly.
+  * Spell the name of Guy Fawkes correctly -- Fawkes, not Fawke.
+  * Correct the name of Canada's Northwest Territories
+  * Improve the computation of the Dutch Queen's and King's days
+  * Name of german federal state Saarland corrected.
+  * Name of swiss federal state Basel-Landschaft corrected.
+  * Alignment error for --date-format US fixed.
+  * Fix build on FreeBSD.
+  * Use _NL_TIME_FIRST_WEEKDAY to get correct defaults for -s N 
+option.
+
+---

Old:

  gcal-3.6.3.tar.xz
  gcal-3.6.3.tar.xz.sig

New:

  gcal-4.tar.xz
  gcal-4.tar.xz.sig



Other differences:
--
++ gcal.spec ++
--- /var/tmp/diff_new_pack.WRVIN8/_old  2015-08-01 11:34:33.0 +0200
+++ /var/tmp/diff_new_pack.WRVIN8/_new  2015-08-01 11:34:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gcal
-Version:3.6.3
+Version:4
 Release:0
 Summary:A Program for Printing Calendars
 License:GPL-3.0+

++ gcal-3.01-longerstrings.patch ++
--- /var/tmp/diff_new_pack.WRVIN8/_old  2015-08-01 11:34:33.0 +0200
+++ /var/tmp/diff_new_pack.WRVIN8/_new  2015-08-01 11:34:33.0 +0200
@@ -1,11 +1,13 @@
 src/common.h
+Index: src/common.h
+===
+--- src/common.h.orig
 +++ src/common.h
-@@ -286,7 +286,7 @@
+@@ -282,7 +282,7 @@ extern char *getenv __P_ ((const char *e
  
- /* Default length of a string text buffer. */
+ /*! Default length of a string text buffer. */
  # ifndef MAXLEN_MAX
 -#  define MAXLEN_MAX   1024
 +#  define MAXLEN_MAX   2048
  # endif
  
- /* Default number of command line arguments in `my_argv[]' table. */
+ /*! Default number of command line arguments in `my_argv[]' table. */

++ gcal-3.6.3.tar.xz - gcal-4.tar.xz ++
 259059 lines of diff (skipped)

++ gcal.keyring ++
 718 lines (skipped)
 between gcal.keyring
 and /work/SRC/openSUSE:Factory/.gcal.new/gcal.keyring




commit mate-settings-daemon for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mate-settings-daemon for 
openSUSE:Factory checked in at 2015-08-01 11:35:20

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


Package is mate-settings-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-settings-daemon/mate-settings-daemon.changes
2015-07-05 18:02:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-settings-daemon.new/mate-settings-daemon.changes
   2015-08-01 11:35:21.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 13 21:12:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.1:
+  * Fix media keys issue with multiple players.
+  * Add some missing manpages.
+  * Update translations.
+
+---

Old:

  mate-settings-daemon-1.10.0.tar.xz

New:

  mate-settings-daemon-1.10.1.tar.xz



Other differences:
--
++ mate-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.eTXuar/_old  2015-08-01 11:35:22.0 +0200
+++ /var/tmp/diff_new_pack.eTXuar/_new  2015-08-01 11:35:22.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   mate-settings-daemon
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:MATE session settings daemon
 License:GPL-2.0 and LGPL-2.1
@@ -110,6 +110,7 @@
 %{_datadir}/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_mandir}/man?/%{name}.?%{?ext_man}
+%{_mandir}/man?/msd-*.?%{?ext_man}
 %{_sysconfdir}/xrdb/
 
 %files devel

++ mate-settings-daemon-1.10.0.tar.xz - mate-settings-daemon-1.10.1.tar.xz 
++
 26405 lines of diff (skipped)




commit notmuch for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package notmuch for openSUSE:Factory checked 
in at 2015-08-01 11:35:12

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


Package is notmuch

Changes:

--- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes  2015-02-05 
11:01:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.notmuch.new/notmuch.changes 2015-08-01 
11:35:12.0 +0200
@@ -1,0 +2,15 @@
+Thu Jul  9 00:00:00 CEST 2015 - dste...@suse.cz
+
+- version 0.20.2
+  - Emacs: Bug fix for marking messages read in notmuch-tree mode
+- version 0.20.1
+  - test suite fixes
+- version 0.20
+  - There is a new mimetype: search prefix
+  - Path to gpg is now configurable
+  - Notmuch-Mutt: Support messages without Message-IDs.
+  - Undeprecate single message mboxes
+  - Contrib: notmuch-deliver is removed
+  - Improved notmuch-search-terms.7
+
+---

Old:

  notmuch-0.19.tar.gz
  notmuch-0.19.tar.gz.sha1
  notmuch-0.19.tar.gz.sha1.asc

New:

  notmuch-0.20.2.tar.gz
  notmuch-0.20.2.tar.gz.sha1
  notmuch-0.20.2.tar.gz.sha1.asc



Other differences:
--
++ notmuch.spec ++
--- /var/tmp/diff_new_pack.9yCqEq/_old  2015-08-01 11:35:13.0 +0200
+++ /var/tmp/diff_new_pack.9yCqEq/_new  2015-08-01 11:35:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package notmuch
 #
-# 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:   notmuch
-Version:0.19
+Version:0.20.2
 Release:0
 Summary:The mail indexer
 License:GPL-3.0+

++ notmuch-0.19.tar.gz - notmuch-0.20.2.tar.gz ++
 7442 lines of diff (skipped)

++ notmuch-0.19.tar.gz.sha1 - notmuch-0.20.2.tar.gz.sha1 ++
--- /work/SRC/openSUSE:Factory/notmuch/notmuch-0.19.tar.gz.sha1 2015-02-05 
11:01:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.notmuch.new/notmuch-0.20.2.tar.gz.sha1  
2015-08-01 11:35:12.0 +0200
@@ -1 +1 @@
-df023988f67e329357a5e8d00c4f6fc71249b89f  notmuch-0.19.tar.gz
+1aba10c86af29cc5b372b81f1780290bebff7f26  notmuch-0.20.2.tar.gz




commit mate-control-center for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mate-control-center for 
openSUSE:Factory checked in at 2015-08-01 11:34:57

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


Package is mate-control-center

Changes:

--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes  
2015-06-30 10:18:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-control-center.new/mate-control-center.changes 
2015-08-01 11:34:58.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 13 21:12:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.1:
+  * Appearance: add theme changing support for metacity = 3.16.
+  * Help fixes.
+  * GTK+3 fixes.
+  * Translations update.
+
+---

Old:

  mate-control-center-1.10.0.tar.xz

New:

  mate-control-center-1.10.1.tar.xz



Other differences:
--
++ mate-control-center.spec ++
--- /var/tmp/diff_new_pack.qvzrp7/_old  2015-08-01 11:34:59.0 +0200
+++ /var/tmp/diff_new_pack.qvzrp7/_new  2015-08-01 11:34:59.0 +0200
@@ -20,7 +20,7 @@
 %define lslab   libmate-slab0
 %define _version 1.10
 Name:   mate-control-center
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:MATE Desktop control center
 License:GPL-2.0+
@@ -145,7 +145,7 @@
 %suse_update_desktop_file mate-theme-installer
 %suse_update_desktop_file mate-default-applications-properties
 
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
 rm -rf %{buildroot}%{_datadir}/MateConf/
 fi
 %fdupes -s %{buildroot}%{_datadir}/help/

++ mate-control-center-1.10.0.tar.xz - mate-control-center-1.10.1.tar.xz 
++
 129787 lines of diff (skipped)




commit python-nbxmpp for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-nbxmpp for openSUSE:Factory 
checked in at 2015-08-01 11:35:10

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


Package is python-nbxmpp

Changes:

--- /work/SRC/openSUSE:Factory/python-nbxmpp/python-nbxmpp.changes  
2015-01-12 09:49:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-nbxmpp.new/python-nbxmpp.changes 
2015-08-01 11:35:11.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 20 11:52:43 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.5.3:
+  * Fix issue with pyopenssl 0.15.1.
+  * Fix decoding issues.
+
+---

Old:

  nbxmpp-0.5.2.tar.gz

New:

  nbxmpp-0.5.3.tar.gz



Other differences:
--
++ python-nbxmpp.spec ++
--- /var/tmp/diff_new_pack.4mEzdo/_old  2015-08-01 11:35:12.0 +0200
+++ /var/tmp/diff_new_pack.4mEzdo/_new  2015-08-01 11:35:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbxmpp
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define _name   nbxmpp
 Name:   python-nbxmpp
-Version:0.5.2
+Version:0.5.3
 Release:0
 Summary:XMPP library by Gajim team
 License:GPL-3.0+
@@ -28,11 +28,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1110
-%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%else
 BuildArch:  noarch
-%endif
+%py_requires
 
 %description
 Python-nbxmpp is a Python library that provides a way for Python
@@ -41,7 +38,7 @@
 
 %package doc
 Summary:Nbxmpp Documentation
-Group:  Development/Languages/Python
+Group:  Documentation/Other
 
 %description doc
 This packages provides documentation of Nbxmpp API.

++ nbxmpp-0.5.2.tar.gz - nbxmpp-0.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbxmpp-0.5.2/ChangeLog new/nbxmpp-0.5.3/ChangeLog
--- old/nbxmpp-0.5.2/ChangeLog  2014-12-29 14:48:29.0 +0100
+++ new/nbxmpp-0.5.3/ChangeLog  2015-07-16 21:07:45.0 +0200
@@ -1,3 +1,9 @@
+python-nbxmpp 0.5.3 (13 July 2015)
+
+  * Fix receiving long utf8 strings under py3
+  * Fix issue with pyopenssl 0.15.1
+  * Fix decoding issues
+
 python-nbxmpp 0.5.2 (27 December 2014)
 
   * Fix BOSH HTTP requests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbxmpp-0.5.2/PKG-INFO new/nbxmpp-0.5.3/PKG-INFO
--- old/nbxmpp-0.5.2/PKG-INFO   2014-12-29 14:49:20.0 +0100
+++ new/nbxmpp-0.5.3/PKG-INFO   2015-07-16 21:10:36.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: nbxmpp
-Version: 0.5.2
+Version: 0.5.3
 Summary: Non blocking Jabber/XMPP module
 Home-page: http://python-nbxmpp.gajim.org
 Author: Yann Leboulanger
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbxmpp-0.5.2/nbxmpp/__init__.py 
new/nbxmpp-0.5.3/nbxmpp/__init__.py
--- old/nbxmpp-0.5.2/nbxmpp/__init__.py 2014-12-29 14:48:29.0 +0100
+++ new/nbxmpp-0.5.3/nbxmpp/__init__.py 2015-07-16 21:05:50.0 +0200
@@ -17,4 +17,4 @@
 from .plugin import PlugIn
 from .smacks import Smacks
 
-__version__ = 0.5.2
+__version__ = 0.5.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbxmpp-0.5.2/nbxmpp/auth_nb.py 
new/nbxmpp-0.5.3/nbxmpp/auth_nb.py
--- old/nbxmpp-0.5.2/nbxmpp/auth_nb.py  2014-12-29 14:48:29.0 +0100
+++ new/nbxmpp-0.5.3/nbxmpp/auth_nb.py  2015-06-14 14:26:56.0 +0200
@@ -422,7 +422,7 @@
 r = 'c=' + scram_base64(self.scram_gs2)
 else:
 # Channel binding data goes in here too.
-r = 'c=' + scram_base64(self.scram_gs2
+r = 'c=' + scram_base64(bytes(self.scram_gs2)
  + self.channel_binding)   

 r += ',r=' + data['r']
 self.scram_soup += r
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbxmpp-0.5.2/nbxmpp/client_nb.py 
new/nbxmpp-0.5.3/nbxmpp/client_nb.py
--- old/nbxmpp-0.5.2/nbxmpp/client_nb.py2014-04-09 17:33:08.0 
+0200
+++ new/nbxmpp-0.5.3/nbxmpp/client_nb.py  

commit mate-system-monitor for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mate-system-monitor for 
openSUSE:Factory checked in at 2015-08-01 11:35:03

Comparing /work/SRC/openSUSE:Factory/mate-system-monitor (Old)
 and  /work/SRC/openSUSE:Factory/.mate-system-monitor.new (New)


Package is mate-system-monitor

Changes:

--- /work/SRC/openSUSE:Factory/mate-system-monitor/mate-system-monitor.changes  
2015-07-03 00:10:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-system-monitor.new/mate-system-monitor.changes 
2015-08-01 11:35:04.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 13 21:12:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.1:
+  * Help fixes.
+  * Update translations.
+
+---

Old:

  mate-system-monitor-1.10.0.tar.xz

New:

  mate-system-monitor-1.10.1.tar.xz



Other differences:
--
++ mate-system-monitor.spec ++
--- /var/tmp/diff_new_pack.csBmTd/_old  2015-08-01 11:35:05.0 +0200
+++ /var/tmp/diff_new_pack.csBmTd/_new  2015-08-01 11:35:05.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   mate-system-monitor
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:MATE Desktop system monitor
 License:GPL-2.0+

++ mate-system-monitor-1.10.0.tar.xz - mate-system-monitor-1.10.1.tar.xz 
++
 28284 lines of diff (skipped)




commit pluma for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2015-08-01 11:35:25

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


Package is pluma

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2015-07-03 
00:15:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2015-08-01 
11:35:28.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 15 11:23:21 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.2:
+  * Window title: display full path to files on mounted drives.
+  * Close confirmation dialog: make text unfocusable.
+  * Quickopen plugin: fix filebrowser plugin support.
+  * Time plugin: GTK+3 fix.
+  * Multiple help fixes.
+
+---

Old:

  pluma-1.10.1.tar.xz

New:

  pluma-1.10.2.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.5br3u9/_old  2015-08-01 11:35:29.0 +0200
+++ /var/tmp/diff_new_pack.5br3u9/_new  2015-08-01 11:35:29.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   pluma
-Version:1.10.1
+Version:1.10.2
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+

++ pluma-1.10.1.tar.xz - pluma-1.10.2.tar.xz ++
 32907 lines of diff (skipped)




commit pwgen for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package pwgen for openSUSE:Factory checked 
in at 2015-08-01 11:34:40

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


Package is pwgen

Changes:

--- /work/SRC/openSUSE:Factory/pwgen/pwgen.changes  2014-12-10 
23:44:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.pwgen.new/pwgen.changes 2015-08-01 
11:34:42.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 12 19:37:22 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Use autoreconf
+- Cleanup spec file with spec-cleaner
+
+---

New:

  pwgen-2.07.tar.gz.asc
  pwgen.keyring



Other differences:
--
++ pwgen.spec ++
--- /var/tmp/diff_new_pack.pLJMDO/_old  2015-08-01 11:34:43.0 +0200
+++ /var/tmp/diff_new_pack.pLJMDO/_new  2015-08-01 11:34:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pwgen
 #
-# 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,47 +17,42 @@
 
 
 Name:   pwgen
-Url:http://sourceforge.net/projects/pwgen/
-BuildRequires:  autoconf
 Version:2.07
 Release:0
 Summary:Password generator
 License:GPL-2.0+
 Group:  Productivity/Security
-Source: 
http://downloads.sourceforge.net/project/pwgen/pwgen/%{version}/pwgen-%{version}.tar.gz
+Url:http://sourceforge.net/projects/pwgen/
+Source0:
http://downloads.sourceforge.net/project/pwgen/pwgen/%{version}/pwgen-%{version}.tar.gz
+Source1:
http://downloads.sourceforge.net/project/pwgen/pwgen/%{version}/pwgen-%{version}.tar.gz.asc
+Source2:%{name}.keyring
+Patch0: pwgen-2.06-fdleaks.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch:  pwgen-2.06-fdleaks.patch
 
 %description
 pwgen generates random, meaningless but pronounceable and thus easy to
 remember passwords. The also contained makepasswd gives even more
 options which are more aimed at security.
 
-
-
-Authors:
-
-Theodore Ts'o ty...@alum.mit.edu (this version)
-Brandon S. Allbery allb...@ncoast.uucp (previous version)
-Rob Levin le...@openproject.net (previous version)
-
 %prep
 %setup -q
-%patch
+%patch0
 
 %build
-autoconf
+autoreconf -fiv
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-mkdir -p   ${RPM_BUILD_ROOT}/usr/bin
-mkdir -p   ${RPM_BUILD_ROOT}%{_mandir}/man1
-make install DESTDIR=$RPM_BUILD_ROOT 
+mkdir -p   %{buildroot}%{_bindir}
+mkdir -p   %{buildroot}%{_mandir}/man1
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
-%doc %{_mandir}/man1/*
-/usr/bin/pwgen
+%{_mandir}/man1/*
+%{_bindir}/pwgen
 
 %changelog




commit python-alembic for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2015-08-01 11:36:58

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


Package is python-alembic

Changes:

--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes
2015-06-12 20:32:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes   
2015-08-01 11:36:59.0 +0200
@@ -1,0 +2,30 @@
+Fri Jul 24 19:42:39 UTC 2015 - seife+...@b1-systems.com
+
+- fix rhel deps by depending on /usr/sbin/update-alternatives
+
+---
+Thu Jul 23 12:20:15 UTC 2015 - seife+...@b1-systems.com
+
+- update to 0.7.7:
+  * Implemented support for BatchOperations.create_primary_key()
+and BatchOperations.create_check_constraint(). Additionally,
+table keyword arguments are copied from the original reflected
+table, such as the mysql_engine keyword argument.
+  * Fixed critical issue where a complex series of branches/merges
+would bog down the iteration algorithm working over redundant
+nodes for millions of cycles. An internal adjustment has been
+made so that duplicate nodes are skipped within this iteration.
+  * The MigrationContext.stamp() method, added as part of the
+versioning refactor in 0.7 as a more granular version of
+command.stamp(), now includes the “create the alembic_version
+table if not present” step in the same way as the command
+version, which was previously omitted.
+  * Fixed bug where foreign key options including onupdate,
+ondelete would not render within the op.create_foreign_key()
+directive, even though they render within a full
+ForeignKeyConstraint directive.
+  * Repaired warnings that occur when running unit tests against
+SQLAlchemy 1.0.5 or greater involving the
+legacy_schema_aliasing flag.
+
+---

Old:

  alembic-0.7.6.tar.gz

New:

  alembic-0.7.7.tar.gz



Other differences:
--
++ python-alembic.spec ++
--- /var/tmp/diff_new_pack.iii790/_old  2015-08-01 11:36:59.0 +0200
+++ /var/tmp/diff_new_pack.iii790/_new  2015-08-01 11:36:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-alembic
-Version:0.7.6
+Version:0.7.7
 Release:0
 Url:http://bitbucket.org/zzzeek/alembic
 Summary:A database migration tool for SQLAlchemy
@@ -36,8 +36,8 @@
 Requires:   python-Mako
 Requires:   python-SQLAlchemy = 0.7.6
 Requires:   python-argparse
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(post): /usr/sbin/update-alternatives
+Requires(postun): /usr/sbin/update-alternatives
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

++ alembic-0.7.6.tar.gz - alembic-0.7.7.tar.gz ++
 21229 lines of diff (skipped)




commit golang-bitbucket-taruti-bigendian for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package golang-bitbucket-taruti-bigendian 
for openSUSE:Factory checked in at 2015-08-01 11:36:18

Comparing /work/SRC/openSUSE:Factory/golang-bitbucket-taruti-bigendian (Old)
 and  /work/SRC/openSUSE:Factory/.golang-bitbucket-taruti-bigendian.new 
(New)


Package is golang-bitbucket-taruti-bigendian

Changes:

New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-bitbucket-taruti-bigendian.new/golang-bitbucket-taruti-bigendian.changes
 2015-08-01 11:36:19.0 +0200
@@ -0,0 +1,28 @@
+---
+Sat Jul 25 14:46:15 UTC 2015 - i...@marguerite.su
+
+- rename to golang-bitbucket-taruti-bigendian
+- use golang-packaging for packaging
+
+---
+Tue Aug 13 11:37:42 UTC 2013 - speili...@suse.com
+
+- Update to version 0.0.0+hg20130320.25.37f0ed9bf940:
+  + Upstream provides no changelog
+- Use _service file
+
+---
+Tue Aug 13 07:58:02 UTC 2013 - speili...@suse.com
+
+- Use %{go_exclusivearch} macro
+
+---
+Mon Dec  5 12:14:45 UTC 2011 - sasc...@suse.de
+
+- Update to 05/12/2011 mercurial version
+
+---
+Sat Jul  2 11:09:20 UTC 2011 - sasc...@gmx.de
+
+- Initial version
+

New:

  _service
  bigendian-0.0.0+hg20130320.25.37f0ed9bf940.tar.xz
  golang-bitbucket-taruti-bigendian.changes
  golang-bitbucket-taruti-bigendian.spec



Other differences:
--
++ golang-bitbucket-taruti-bigendian.spec ++
#
# spec file for package golang-bitbucket-taruti-bigendian
#
# Copyright (c) 2013 Sascha Peilicke sasc...@gmx.de
# Copyright (c) 2013 SUSE Linux Products GmbH
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

Name:   golang-bitbucket-taruti-bigendian
Version:0.0.0+hg20130320.25.37f0ed9bf940
Release:0
Summary:Binary parsing/printing for Go
Group:  Development/Languages/Other
License:MIT
URL:https://bitbucket.org/taruti/bigendian
Source0:bigendian-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  golang-packaging
BuildRequires:  xz
Provides:   go-bigendian = %{version}
Obsoletes:  go-bigendian  %{version}
%{go_provides}

%description
Binary parsing and printing for the Go programming language.

%gosrc_package 

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

%build
%goprep bitbucket.org/taruti/bigendian
%gobuild ...

%install
%goinstall
%gosrc

%check
%gotest bitbucket.org/taruti/bigendian

%files
%defattr(-,root,root,-)
%doc LICENSE
%{go_contribdir}/*

%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog
++ _service ++
services
  service name=tar_scm mode=localonly
param name=urlhttps://bitbucket.org/taruti/bigendian/param
param name=scmhg/param
param name=exclude.hg/param
param 
name=versionformat0.0.0+hg{date|shortdate}.{rev}.{node|short}/param
param name=revisiontip/param
  /service
  service name=recompress mode=localonly
param name=filebigendian-*.tar/param
param name=compressionxz/param
  /service
  service name=set_version mode=localonly
param name=basenamebigendian/param
  /service
/services



commit telepathy-kde for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package telepathy-kde for openSUSE:Factory 
checked in at 2015-08-01 11:35:48

Comparing /work/SRC/openSUSE:Factory/telepathy-kde (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-kde.new (New)


Package is telepathy-kde

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-kde/telepathy-kde.changes  
2014-10-19 19:29:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-kde.new/telepathy-kde.changes 
2015-08-01 11:35:58.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 24 10:08:59 UTC 2015 - m...@suse.com
+
+- Do not require ktp-call-ui on 42
+
+---



Other differences:
--
++ telepathy-kde.spec ++
--- /var/tmp/diff_new_pack.OwhnSk/_old  2015-08-01 11:35:59.0 +0200
+++ /var/tmp/diff_new_pack.OwhnSk/_new  2015-08-01 11:35:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-kde
 #
-# 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
@@ -53,7 +53,7 @@
 Requires:   mjpegtools
 Requires:   telepathy-gabble
 Requires:   telepathy-mission-control
-%if 0%{?suse_version}  1320
+%if 0%{?suse_version}  1314
 BuildRequires:  ktp-call-ui
 Requires:   ktp-call-ui
 %endif




commit dstat for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package dstat for openSUSE:Factory checked 
in at 2015-08-01 11:36:11

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


Package is dstat

Changes:

--- /work/SRC/openSUSE:Factory/dstat/dstat.changes  2015-06-10 
09:16:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.dstat.new/dstat.changes 2015-08-01 
11:36:12.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 16 15:45:11 UTC 2015 - seife+...@b1-systems.com
+
+- fix build on non-SUSE distros whose rpm does not know Recommends:
+
+---



Other differences:
--
++ dstat.spec ++
--- /var/tmp/diff_new_pack.KdrTL4/_old  2015-08-01 11:36:12.0 +0200
+++ /var/tmp/diff_new_pack.KdrTL4/_new  2015-08-01 11:36:12.0 +0200
@@ -27,9 +27,9 @@
 Source1:dstat.desktop
 BuildRequires:  make
 Requires:   python
-Recommends: python-utmp
 BuildArch:  noarch
 %if 0%{?suse_version}
+Recommends: python-utmp
 BuildRequires:  update-desktop-files
 Requires:   python-curses
 %endif
@@ -83,3 +83,4 @@
 %{_mandir}/man1/dstat.1%{ext_man}
 %{_datadir}/applications/dstat.desktop
 
+%changelog




commit laptop-mode-tools for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package laptop-mode-tools for 
openSUSE:Factory checked in at 2015-08-01 11:36:08

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


Package is laptop-mode-tools

Changes:

--- /work/SRC/openSUSE:Factory/laptop-mode-tools/laptop-mode-tools.changes  
2015-07-21 13:27:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.laptop-mode-tools.new/laptop-mode-tools.changes 
2015-08-01 11:36:09.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 24 09:39:04 UTC 2015 - tchva...@suse.com
+
+- Make the previous commit work on openSUSE42 and SLE12, the
+  pm-utils is not needed on 13.2 either
+
+---



Other differences:
--
++ laptop-mode-tools.spec ++
--- /var/tmp/diff_new_pack.wrh1Bg/_old  2015-08-01 11:36:10.0 +0200
+++ /var/tmp/diff_new_pack.wrh1Bg/_new  2015-08-01 11:36:10.0 +0200
@@ -32,7 +32,7 @@
 Patch4: laptop-mode-1.49-new-dirty-ratio-defaults.diff
 Patch5: laptop-mode-1.53-fix-pm-utils-sleep-script.diff
 Patch6: laptop-mode-1.53-moblin-enable-intel-hda-powersave.patch
-%if 0%{?suse_version} = 1320
+%if 0%{?suse_version}  1315
 BuildRequires:  pm-utils
 %else
 BuildRequires:  systemd




commit hostap-utils for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package hostap-utils for openSUSE:Factory 
checked in at 2015-08-01 11:34:33

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


Package is hostap-utils

Changes:

--- /work/SRC/openSUSE:Factory/hostap-utils/hostap-utils.changes
2014-10-29 21:09:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.hostap-utils.new/hostap-utils.changes   
2015-08-01 11:34:34.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 12 16:08:35 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ hostap-utils.spec ++
--- /var/tmp/diff_new_pack.npnRAk/_old  2015-08-01 11:34:35.0 +0200
+++ /var/tmp/diff_new_pack.npnRAk/_new  2015-08-01 11:34:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hostap-utils
 #
-# 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,28 +23,22 @@
 License:GPL-2.0+
 Group:  Hardware/Wifi
 Url:http://hostap.epitest.fi/
-Source: http://w1.fi/releases/%name-%version.tar.gz
-Patch:  hostap-utils.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: http://w1.fi/releases/%{name}-%{version}.tar.gz
+Patch0: hostap-utils.diff
 BuildRequires:  openssl-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains various tools for configuring Prism2 cards driven
 by the HostAP kernel module. In particular, it contains a utility to
 query and flash firmware of Prism2 adapters.
 
-
-
-Authors:
-
-Jouni Malinen jkmal...@cc.hut.fi
-
 %prep
-%setup
-%patch -p1
+%setup -q
+%patch0 -p1
 
 %build
-CFLAGS=$RPM_OPT_FLAGS CC=%{__cc} make %{?_smp_mflags}
+CFLAGS=%{optflags} CC=gcc make %{?_smp_mflags}
 
 %install
 mkdir -p %{buildroot}/%{_sbindir}




commit mate-screensaver for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mate-screensaver for 
openSUSE:Factory checked in at 2015-08-01 11:34:59

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


Package is mate-screensaver

Changes:

--- /work/SRC/openSUSE:Factory/mate-screensaver/mate-screensaver.changes
2015-07-03 00:10:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-screensaver.new/mate-screensaver.changes   
2015-08-01 11:35:01.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 13 21:12:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.2:
+  * Fix segfault due to wrong object being destroyed.
+  * Update translations.
+
+---

Old:

  mate-screensaver-1.10.1.tar.xz

New:

  mate-screensaver-1.10.2.tar.xz



Other differences:
--
++ mate-screensaver.spec ++
--- /var/tmp/diff_new_pack.ZGOLwv/_old  2015-08-01 11:35:02.0 +0200
+++ /var/tmp/diff_new_pack.ZGOLwv/_new  2015-08-01 11:35:02.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   mate-screensaver
-Version:1.10.1
+Version:1.10.2
 Release:0
 Summary:MATE Desktop screensaver
 License:GPL-2.0+ and LGPL-2.0+
@@ -107,9 +107,9 @@
 %defattr(-,root,root)
 %doc README COPYING COPYING.LIB NEWS
 %dir %{_sysconfdir}/xdg/menus/
-%config(noreplace) %{_sysconfdir}/xdg/menus/mate-screensavers.menu
-%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-screensaver.desktop
-%config(noreplace) %{_sysconfdir}/pam.d/mate-screensaver
+%config %{_sysconfdir}/xdg/menus/mate-screensavers.menu
+%config %{_sysconfdir}/xdg/autostart/mate-screensaver.desktop
+%config %{_sysconfdir}/pam.d/mate-screensaver
 %{_bindir}/%{name}*
 %{_libexecdir}/%{name}/
 %{_datadir}/applications/*.desktop

++ mate-screensaver-1.10.1.tar.xz - mate-screensaver-1.10.2.tar.xz ++
 22033 lines of diff (skipped)




commit python-vcs for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-vcs for openSUSE:Factory 
checked in at 2015-08-01 11:35:09

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


Package is python-vcs

Changes:

--- /work/SRC/openSUSE:Factory/python-vcs/python-vcs.changes2013-11-17 
20:20:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-vcs.new/python-vcs.changes   
2015-08-01 11:35:10.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 20 12:27:22 UTC 2015 - bwiedem...@suse.com
+
+- only require git-core to not pull in git-web and gitk 
+
+---



Other differences:
--
++ python-vcs.spec ++
--- /var/tmp/diff_new_pack.phq9Uj/_old  2015-08-01 11:35:10.0 +0200
+++ /var/tmp/diff_new_pack.phq9Uj/_new  2015-08-01 11:35:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vcs
 #
-# 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
@@ -27,8 +27,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 Requires:   python-dulwich
-BuildRequires:  python-setuptools
 BuildRequires:  python-Sphinx
+BuildRequires:  python-setuptools
 # Test requirements:
 #BuildRequires:  python-mock
 #BuildRequires:  python-Pygments
@@ -36,8 +36,8 @@
 #BuildRequires:  python-unittest2
 #BuildRequires:  python-dulwich
 #BuildRequires:  mercurial
-#BuildRequires:  git
-Requires:   git
+#BuildRequires:  git-core
+Requires:   git-core
 Requires:   mercurial
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -60,7 +60,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitelib}/vcs/.ropeproject
 
-# Test's require network access, thus disabled:
+# Tests require network access, thus disabled:
 #%%check
 #nosetests
 




commit dtb-source for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package dtb-source for openSUSE:Factory 
checked in at 2015-08-01 11:37:07

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


Package is dtb-source

Changes:

--- /work/SRC/openSUSE:Factory/dtb-source/dtb-aarch64.changes   2015-07-14 
17:44:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-aarch64.changes  
2015-08-01 11:37:08.0 +0200
@@ -1,0 +2,14 @@
+Sun Jul 26 13:52:37 UTC 2015 - afaer...@suse.de
+
+- Add armv7l dtbs:
+  * dtb-sun8i
+  * dtb-sun9i
+
+---
+Fri Jul 17 11:46:59 UTC 2015 - afaer...@suse.de
+
+- Add armv7l dtbs:
+  * dtb-qcom (qcom-apq8064-ifc6410 new in 3.16)
+  * dtb-zynq (zynq-parallella new in 3.17)
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
dtb-source.changes: same change



Other differences:
--
dtb-armv6l.spec: same change
++ dtb-armv7l.spec ++
--- /var/tmp/diff_new_pack.S8E3eM/_old  2015-08-01 11:37:09.0 +0200
+++ /var/tmp/diff_new_pack.S8E3eM/_new  2015-08-01 11:37:09.0 +0200
@@ -164,6 +164,20 @@
 %description -n dtb-sun7i
 Device Tree Files for Allwinner sun7i based systems.
 
+%package -n dtb-sun8i
+Summary:Allwinner sun8i based systems
+Group:  System/Boot
+
+%description -n dtb-sun8i
+Device Tree Files for Allwinner sun8i based systems.
+
+%package -n dtb-sun9i
+Summary:Allwinner sun9i based systems
+Group:  System/Boot
+
+%description -n dtb-sun9i
+Device Tree Files for Allwinner sun9i based systems.
+
 %package -n dtb-xenvm
 Summary:Xen virtual machines
 Group:  System/Boot
@@ -213,6 +227,20 @@
 %description -n dtb-rk3
 Device Tree Files for Rockchip RK3xxx based systems.
 
+%package -n dtb-qcom
+Summary:Qualcomm Snapdragon based systems
+Group:  System/Boot
+
+%description -n dtb-qcom
+Device Tree Files for Qualcomm Snapdragon based systems.
+
+%package -n dtb-zynq
+Summary:Xilinx Zynq based systems
+Group:  System/Boot
+
+%description -n dtb-zynq
+Device Tree Files for Xilinx Zynq based systems.
+
 
 
 %prep
@@ -228,7 +256,7 @@
 mkdir -p %{buildroot}/boot/dtb
 
 cd linux/arch/arm/boot/dts
-for dts in *omap3*.dts *omap4*.dts *omap5*.dts *am335x*.dts k2hk-evm.dts 
*exynos4*.dts *exynos5*.dts *imx5*.dts *imx6*.dts *vf6*.dts *tegra2*.dts 
*tegra3*.dts tegra114-*.dts tegra124-*.dts *sun4i*.dts *sun5i*.dts *sun6i*.dts 
*sun7i*.dts *xenvm*.dts vexpress*.dts ste*.dts dove*.dts armada-370*.dts 
armada-xp*.dts rk3*.dts ; do
+for dts in *omap3*.dts *omap4*.dts *omap5*.dts *am335x*.dts k2hk-evm.dts 
*exynos4*.dts *exynos5*.dts *imx5*.dts *imx6*.dts *vf6*.dts *tegra2*.dts 
*tegra3*.dts tegra114-*.dts tegra124-*.dts *sun4i*.dts *sun5i*.dts *sun6i*.dts 
*sun7i*.dts *sun8i*.dts *sun9i*.dts *xenvm*.dts vexpress*.dts ste*.dts 
dove*.dts armada-370*.dts armada-xp*.dts rk3*.dts qcom-*.dts zynq-*.dts ; do
target=${dts%*.dts}
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ 
-P $target.dts -o $target.dts.tmp
install -m 700 -d %{buildroot}/boot/dtb/$(dirname $target)
@@ -344,6 +372,18 @@
 %dir /boot/dtb/
 /boot/dtb/*sun7i*.dtb
 
+%files -n dtb-sun8i
+%defattr(-,root,root)
+%doc COPYING
+%dir /boot/dtb/
+/boot/dtb/*sun8i*.dtb
+
+%files -n dtb-sun9i
+%defattr(-,root,root)
+%doc COPYING
+%dir /boot/dtb/
+/boot/dtb/*sun9i*.dtb
+
 %files -n dtb-xenvm
 %defattr(-,root,root)
 %doc COPYING
@@ -386,6 +426,18 @@
 %dir /boot/dtb/
 /boot/dtb/rk3*.dtb
 
+%files -n dtb-qcom
+%defattr(-,root,root)
+%doc COPYING
+%dir /boot/dtb/
+/boot/dtb/qcom-*.dtb
+
+%files -n dtb-zynq
+%defattr(-,root,root)
+%doc COPYING
+%dir /boot/dtb/
+/boot/dtb/zynq-*.dtb
+
 %endif
 
 %changelog

++ pre_checkin.pl ++
--- /var/tmp/diff_new_pack.S8E3eM/_old  2015-08-01 11:37:09.0 +0200
+++ /var/tmp/diff_new_pack.S8E3eM/_new  2015-08-01 11:37:09.0 +0200
@@ -25,6 +25,8 @@
 ['dtb-sun5i',  '*sun5i*.dts', Allwinner sun5i based systems],
 ['dtb-sun6i',  '*sun6i*.dts', Allwinner sun6i based systems],
 ['dtb-sun7i',  '*sun7i*.dts', Allwinner sun7i based systems],
+['dtb-sun8i',  '*sun8i*.dts', Allwinner sun8i based systems],
+['dtb-sun9i',  '*sun9i*.dts', Allwinner sun9i based systems],
 ['dtb-xenvm',  '*xenvm*.dts', Xen virtual machines],
 ['dtb-vexpress',   'vexpress*.dts',   ARM versatile express machines],
 ['dtb-ste','ste*.dts',ST Ericsson based systems],
@@ -32,6 +34,8 @@
 ['dtb-armada-370', 'armada-370*.dts', Armada 370 based systems],
  

commit jsoncpp for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package jsoncpp for openSUSE:Factory checked 
in at 2015-08-01 11:37:20

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


Package is jsoncpp

Changes:

--- /work/SRC/openSUSE:Factory/jsoncpp/jsoncpp.changes  2015-04-21 
10:53:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.jsoncpp.new/jsoncpp.changes 2015-08-01 
11:37:22.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 28 07:34:49 UTC 2015 - mplus...@suse.com
+
+- Update to 1.6.5
+  * Other changes are just comments.
+
+---

Old:

  1.6.2.tar.gz

New:

  1.6.5.tar.gz



Other differences:
--
++ jsoncpp.spec ++
--- /var/tmp/diff_new_pack.rQZkrS/_old  2015-08-01 11:37:22.0 +0200
+++ /var/tmp/diff_new_pack.rQZkrS/_new  2015-08-01 11:37:22.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname lib%{name}1
 Name:   jsoncpp
-Version:1.6.2
+Version:1.6.5
 Release:0
 Summary:C++ library that allows manipulating with JSON
 License:MIT

++ 1.6.2.tar.gz - 1.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.6.2/.travis.yml 
new/jsoncpp-1.6.5/.travis.yml
--- old/jsoncpp-1.6.2/.travis.yml   2015-04-11 21:45:33.0 +0200
+++ new/jsoncpp-1.6.5/.travis.yml   2015-07-23 07:26:13.0 +0200
@@ -2,16 +2,42 @@
 # http://about.travis-ci.org/docs/user/build-configuration/
 # This file can be validated on:
 # http://lint.travis-ci.org/
-before_install: sudo apt-get install cmake
+# See also
+# 
http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
+# to allow C++11, though we are not yet building with -std=c++11
+
+install:
+# /usr/bin/gcc is 4.6 always, but gcc-X.Y is available.
+- if [ $CXX = g++ ]; then export CXX=g++-4.9 CC=gcc-4.9; fi
+# /usr/bin/clang is our version already, and clang-X.Y does not exist.
+#- if [ $CXX = clang++ ]; then export CXX=clang++-3.7 CC=clang-3.7; fi
+- echo ${PATH}
+- ls /usr/local
+- ls /usr/local/bin
+- export PATH=/usr/local/bin:/usr/bin:${PATH}
+- echo ${CXX}
+- ${CXX} --version
+- which valgrind
+addons:
+  apt:
+sources:
+- ubuntu-toolchain-r-test
+packages:
+- gcc-4.9
+- g++-4.9
+- clang
+- valgrind
+os:
+  - linux
 language: cpp
 compiler:
   - gcc
   - clang
-script: cmake -DJSONCPP_WITH_CMAKE_PACKAGE=$CMAKE_PKG 
-DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIB -DCMAKE_BUILD_TYPE=$BUILD_TYPE 
-DCMAKE_VERBOSE_MAKEFILE=$VERBOSE_MAKE .  make  make jsoncpp_check
+script: ./travis.sh
 env:
   matrix:
 - SHARED_LIB=ON  STATIC_LIB=ON CMAKE_PKG=ON  BUILD_TYPE=release 
VERBOSE_MAKE=false
 - SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=debug   
VERBOSE_MAKE=true VERBOSE
 notifications:
-  email:
-- aaronjjac...@gmail.com
+  email: false
+sudo: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.6.2/CMakeLists.txt 
new/jsoncpp-1.6.5/CMakeLists.txt
--- old/jsoncpp-1.6.2/CMakeLists.txt2015-04-11 21:45:33.0 +0200
+++ new/jsoncpp-1.6.5/CMakeLists.txt2015-07-23 07:26:13.0 +0200
@@ -9,6 +9,8 @@
 OPTION(JSONCPP_WITH_WARNING_AS_ERROR Force compilation to fail if a warning 
occurs OFF)
 OPTION(JSONCPP_WITH_PKGCONFIG_SUPPORT Generate and install .pc files ON)
 OPTION(JSONCPP_WITH_CMAKE_PACKAGE Generate and install cmake package files 
OFF)
+OPTION(BUILD_SHARED_LIBS Build jsoncpp_lib as a shared library. OFF)
+OPTION(BUILD_STATIC_LIBS Build jsoncpp_lib static library. ON)
 
 # Ensures that CMAKE_BUILD_TYPE is visible in cmake-gui on Unix
 IF(NOT WIN32)
@@ -19,15 +21,16 @@
 ENDIF(NOT CMAKE_BUILD_TYPE)
 ENDIF(NOT WIN32)
 
+SET(DEBUG_LIBNAME_SUFFIX  CACHE STRING Optional suffix to append to the 
library name for a debug build)
 SET(LIB_SUFFIX  CACHE STRING Optional arch-dependent suffix for the library 
installation directory)
 
 SET(RUNTIME_INSTALL_DIR bin
 CACHE PATH Install dir for executables and dlls)
-SET(ARCHIVE_INSTALL_DIR lib${LIB_SUFFIX}
+SET(ARCHIVE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
 CACHE PATH Install dir for static libraries)
-SET(LIBRARY_INSTALL_DIR lib${LIB_SUFFIX}
+SET(LIBRARY_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
 CACHE PATH Install dir for shared libraries)
-SET(INCLUDE_INSTALL_DIR include
+SET(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include
 CACHE PATH Install dir for headers)
 SET(PACKAGE_INSTALL_DIR lib${LIB_SUFFIX}/cmake
 CACHE PATH Install dir for cmake package config files)
@@ -60,7 +63,7 @@
 #SET( JSONCPP_VERSION_MAJOR X )
 #SET( 

commit nilfs-utils for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package nilfs-utils for openSUSE:Factory 
checked in at 2015-08-01 11:37:10

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


Package is nilfs-utils

Changes:

--- /work/SRC/openSUSE:Factory/nilfs-utils/nilfs-utils.changes  2015-03-28 
18:39:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.nilfs-utils.new/nilfs-utils.changes 
2015-08-01 11:37:11.0 +0200
@@ -1,0 +2,44 @@
+Sat Jul 25 12:04:17 UTC 2015 - mplus...@suse.com
+
+- Update to 2.2.3
+  * lscp: accelerate backward checkpoint listing
+  * lib/nilfs.c: fix potential leak at nilfs_open()
+  * get rid of unnecessary null checks before calling free()
+  * get rid of my_free() wrapper function
+- Changes for 2.2.2
+  * mount.nilfs2: invoke cleanerd even if no-mtab option is specified;
+this fixes failure of cleanerd invocation under systemd 216+.
+  * lscp: always show snapshots, even if marked minor.
+- Changes for 2.2.1
+  * nilfs-clean: do not override min_reclaimable_blocks if -m option
+is not used.
+  * nilfs_cleanerd.conf: try to use set_suinfo ioctl by default
+  * nilfs_cleanerd.conf: set min_reclaimable_blocks parameter to 10
+percent to more reduce relocation of static data.
+  * libnilfs: set errno when device doesn't contain valid NILFS data
+  * mkfs.nilfs2: fix gcc warning array subscript is above array bounds
+  * bin/*: improve error message on failure of nilfs_open()
+  * install nilfs-* executables to /usr/sbin to resolve warnings of
+adequate (Debian package quality testing tool).
+  * nilfs_cleanerd: link libraries statically to make nilfs_cleanerd
+self-contained in /sbin directory.
+  * fix typos in messages, manpages, source files, and ChangeLog file.
+- Changes for 2.2.0
+  * lscp: show block count by default
+  * lssu: add option to print count of live blocks
+  * lssu: display p flag on protected segments
+  * fix build of dist archives
+  * lib/gc.c: refactor reclaim function
+  * lib/gc.c: add optimized version of nilfs_xreclaim_segments
+  * cleanerd: use nilfs_xreclaim_segment()
+  * cleanerd: add a no_timeout flag to enable faster loop
+  * lib/nilfs.c: add support for NILFS_IOCTL_SET_SUINFO ioctl
+  * lib/nilfs.c: add NILFS_OPT_SET_SUINFO
+  * nilfs-clean: add cmdline param min-reclaimable-blocks
+  * move generic macros into util.h
+  * fix coding style issues
+  * bump up version of nilfs-utils written in manpages  
+- Build devel package
+- Split shared libraries to separate packages
+
+---

Old:

  nilfs-utils-2.1.6.tar.bz2

New:

  nilfs-utils-2.2.3.tar.bz2



Other differences:
--
++ nilfs-utils.spec ++
--- /var/tmp/diff_new_pack.qAPMEm/_old  2015-08-01 11:37:12.0 +0200
+++ /var/tmp/diff_new_pack.qAPMEm/_new  2015-08-01 11:37:12.0 +0200
@@ -16,70 +16,107 @@
 #
 
 
-%define build_devel_pkg0
+%define libnilfslibnilfs0
+%define libcleaner  libnilfscleaner0
+%define libgc   libnilfsgc0
 Name:   nilfs-utils
-Version:2.1.6
+Version:2.2.3
 Release:0
 Summary:Utilities for NILFS
 License:GPL-2.0
 Group:  System/Filesystems
 Url:http://www.nilfs.org
 Source: 
http://nilfs.sourceforge.net/download/%{name}-%{version}.tar.bz2
+BuildRequires:  chrpath
 BuildRequires:  libmount-devel
-BuildRequires:  libtool
 BuildRequires:  libuuid-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains utility programs for NILFS v2.
 
-%if %{build_devel_pkg}
+%package -n %{libnilfs}
+Summary:Library for interacting with nilfs
+Group:  System/Libraries
+
+%description -n %{libnilfs}
+This package contains shared library needed for some applications to
+interface with nilfs
+
+%package -n %{libcleaner}
+Summary:Cleaner library for interacting with nilfs
+Group:  System/Libraries
+
+%description -n %{libcleaner}
+This package contains shared cleaner library needed for some applications
+to interface with nilfs
+
+%package -n %{libgc}
+Summary:Garbage collection library for interacting with nilfs
+Group:  System/Libraries
+
+%description -n %{libgc}
+This package contains shared garbage collection library needed for some
+applications to interface with nilfs
+
 %package devel
 Summary:Development package for the libnilfs library
 Group:  Development/Libraries/C and C++
-Requires:   %{lname} = %{version}
+Requires:   %{libnilfs} = %{version}
 
 %description devel
 This package contains the development files for NILFS v2.
-%endif
 
 %prep
 %setup -q
 
 %build
-# 

commit python3-virtualenv for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python3-virtualenv for 
openSUSE:Factory checked in at 2015-08-01 11:37:27

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


Package is python3-virtualenv

Changes:

New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv-doc.changes
   2015-08-01 11:37:28.0 +0200
@@ -0,0 +1,6 @@
+---
+Tue Jul 28 09:11:02 UTC 2015 - toddrme2...@gmail.com
+
+- Split documentation into a separate subpackage to avoid a 
+  dependency loop.
+
--- /work/SRC/openSUSE:Factory/python3-virtualenv/python3-virtualenv.changes
2015-07-12 22:53:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv.changes   
2015-08-01 11:37:28.0 +0200
@@ -1,0 +2,11 @@
+Tue Jul 28 10:18:51 UTC 2015 - toddrme2...@gmail.com
+
+- Don't depend on pip for python = 3.4, since it is built-in.
+
+---
+Tue Jul 28 09:11:02 UTC 2015 - toddrme2...@gmail.com
+
+- Split documentation into a separate subpackage to avoid a 
+  dependency loop.
+
+---

New:

  python3-virtualenv-doc.changes
  python3-virtualenv-doc.spec



Other differences:
--
++ python3-virtualenv-doc.spec ++
#
# spec file for package python3-virtualenv-doc
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   python3-virtualenv-doc
Version:13.1.0
Release:0
Url:http://www.virtualenv.org/
Summary:Documentation for python3-virtualenv
License:MIT
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3-devel
# Documentation requirements
BuildRequires:  python3-Sphinx
Requires:   python3-pip
Requires:   python3-setuptools
BuildArch:  noarch

%description
This package contains the documentation and 
help files for python3-virtualenv.

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

%build
python3 setup.py build_sphinx  rm build/sphinx/html/.buildinfo

%install
mkdir -p %{buildroot}%{_docdir}/python3-virtualenv
cp -r build/sphinx/html %{buildroot}%{_docdir}/python3-virtualenv

%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%{_docdir}/python3-virtualenv/

%changelog
++ python3-virtualenv.spec ++
--- /var/tmp/diff_new_pack.urMtUs/_old  2015-08-01 11:37:29.0 +0200
+++ /var/tmp/diff_new_pack.urMtUs/_new  2015-08-01 11:37:29.0 +0200
@@ -26,9 +26,12 @@
 Source: 
https://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
-# Documentation requirements
-BuildRequires:  python3-Sphinx
+BuildRequires:  python3-setuptools
+%if 0%{?suse_version} = 1310
+# pip is built-in for python 3.4
+BuildRequires:  python3-pip
 Requires:   python3-pip
+%endif
 Requires:   python3-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -61,7 +64,6 @@
 
 %build
 python3 setup.py build
-python3 setup.py build_sphinx  rm build/sphinx/html/.buildinfo
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -85,7 +87,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst build/sphinx/html
+%doc LICENSE.txt README.rst
 %ghost %{_bindir}/virtualenv
 %{_bindir}/virtualenv-%{py3_ver}
 %{python3_sitelib}/virtualenv-%{version}-py%{py3_ver}.egg-info




commit python-beautifulsoup4 for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-beautifulsoup4 for 
openSUSE:Factory checked in at 2015-08-01 11:37:00

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


Package is python-beautifulsoup4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes  
2014-01-09 15:30:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new/python-beautifulsoup4.changes
 2015-08-01 11:37:01.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 24 20:25:54 UTC 2015 - seife+...@b1-systems.com
+
+- fix non-SUSE build by conditionalizing Recommends: tag
+
+---



Other differences:
--
++ python-beautifulsoup4.spec ++
--- /var/tmp/diff_new_pack.mNdBNu/_old  2015-08-01 11:37:01.0 +0200
+++ /var/tmp/diff_new_pack.mNdBNu/_new  2015-08-01 11:37:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-beautifulsoup4
 #
-# 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
@@ -72,7 +72,9 @@
 %package doc
 Summary:Documentation for %{name}
 Group:  Development/Libraries/Python
+%if 0%{?suse_version}
 Recommends: %{name} = %{version}
+%endif
 
 %description doc
 Documentation and help files for %{name}




commit python-cliff for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-cliff for openSUSE:Factory 
checked in at 2015-08-01 11:37:01

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


Package is python-cliff

Changes:

--- /work/SRC/openSUSE:Factory/python-cliff/python-cliff.changes
2015-03-11 09:58:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cliff.new/python-cliff.changes   
2015-08-01 11:37:03.0 +0200
@@ -1,0 +2,19 @@
+Fri Jul 24 20:51:29 UTC 2015 - seife+...@b1-systems.com
+
+- Fix build for RHEL7 by nulling test requirements
+
+---
+Tue Jun 23 08:16:36 UTC 2015 - dmuel...@suse.com
+
+- update to 1.13.0:
+  * Fix object has no attribute debug error
+  * Add some docs for list value formatter
+  * Add value format for list command
+  * Updated from global requirements
+  * Remove run_cross_tests.sh
+  * fix author contact details
+  * Print help on help command
+  * Do not check requirements when loading plugins
+- add relax-sphinx-requirement.patch
+
+---

Old:

  cliff-1.10.1.tar.gz

New:

  cliff-1.13.0.tar.gz
  relax-sphinx-requirement.patch



Other differences:
--
++ python-cliff.spec ++
--- /var/tmp/diff_new_pack.SLHfDH/_old  2015-08-01 11:37:03.0 +0200
+++ /var/tmp/diff_new_pack.SLHfDH/_new  2015-08-01 11:37:03.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   python-cliff
-Version:1.10.1
+Version:1.13.0
 Release:0
 Url:https://github.com/dreamhost/cliff
 Summary:Command Line Interface Formulation Framework
 License:Apache-2.0
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz
+Patch0: relax-sphinx-requirement.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-argparse
 BuildRequires:  python-devel
@@ -75,6 +76,7 @@
 
 %prep
 %setup -q -n cliff-%{version}
+%patch0
 
 %build
 python setup.py build
@@ -84,6 +86,8 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
+echo  test-requirements.txt
+echo  requirements.txt
 python setup.py test
 
 %files

++ cliff-1.10.1.tar.gz - cliff-1.13.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-1.10.1/AUTHORS new/cliff-1.13.0/AUTHORS
--- old/cliff-1.10.1/AUTHORS2015-03-09 14:58:50.0 +0100
+++ new/cliff-1.13.0/AUTHORS2015-06-09 18:23:57.0 +0200
@@ -1,4 +1,5 @@
 Andrea Frittoli andrea.fritt...@hp.com
+Andrew Spiers and...@andrewspiers.net
 Cedric Brandily zze...@gmail.com
 ChangBo Guo(gcb) eric@easystack.cn
 Christian Berendt bere...@b1-systems.de
@@ -26,6 +27,7 @@
 Sascha Peilicke sasc...@gmx.de
 Terry Howe terrylh...@gmail.com
 TerryHowe terrylh...@gmail.com
+Thomas Bechtold tbecht...@suse.com
 Tomaz Muraus to...@tomaz.me
 Yalei Wang yalei.w...@intel.com
 heavenshell heavenshell...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-1.10.1/ChangeLog new/cliff-1.13.0/ChangeLog
--- old/cliff-1.10.1/ChangeLog  2015-03-09 14:58:50.0 +0100
+++ new/cliff-1.13.0/ChangeLog  2015-06-09 18:23:57.0 +0200
@@ -1,9 +1,37 @@
 CHANGES
 ===
 
+1.13.0
+--
+
+* Fix object has no attribute debug error
+* Add some docs for list value formatter
+* Add value format for list command
+* Updated from global requirements
+* Remove run_cross_tests.sh
+* fix author contact details
+* Print help on help command
+
+1.12.0
+--
+
+* Do not check requirements when loading plugins
+
+1.11.0
+--
+
+* Catch and ignore error when locale can not be set
+* Uncap library requirements for liberty
+* Add documentation for the value formatter
+* Sort the fuzzy matches
+* Defer interactive import
+* Updated from global requirements
+* Update links to setuptools doc
+
 1.10.1
 --
 
+* Pass user command text to the Command object
 * Document print_help_if_requested method
 
 1.10.0
@@ -12,6 +40,7 @@
 * Allow to call initialize_app when running --help
 * Hide prompt in batch/pipe mode
 * Correct completion in interactive mode
+* Change the argument passed to __init__ for help
 * Fix pep8 tests for lambda
 * Updated from global requirements
 * Fix git repo urls in tox.ini
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-1.10.1/PKG-INFO new/cliff-1.13.0/PKG-INFO
--- old/cliff-1.10.1/PKG-INFO   2015-03-09 14:58:50.0 +0100
+++ new/cliff-1.13.0/PKG-INFO   2015-06-09 

commit batctl for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package batctl for openSUSE:Factory checked 
in at 2015-08-01 11:37:04

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


Package is batctl

Changes:

--- /work/SRC/openSUSE:Factory/batctl/batctl.changes2015-04-02 
16:03:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.batctl.new/batctl.changes   2015-08-01 
11:37:05.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 26 13:42:50 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2015.0
+  * No changelog available
+
+---

Old:

  batctl-2014.4.0.tar.gz

New:

  batctl-2015.0.tar.gz



Other differences:
--
++ batctl.spec ++
--- /var/tmp/diff_new_pack.iE2ENl/_old  2015-08-01 11:37:05.0 +0200
+++ /var/tmp/diff_new_pack.iE2ENl/_new  2015-08-01 11:37:05.0 +0200
@@ -22,7 +22,7 @@
 
 Name:   batctl
 Summary:B.A.T.M.A.N. advanced control and management tool
-Version:2014.4.0
+Version:2015.0
 Release:2
 License:GPL-2.0
 Group:  Productivity/Networking/Other

++ batctl-2014.4.0.tar.gz - batctl-2015.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/batctl-2014.4.0/Makefile new/batctl-2015.0/Makefile
--- old/batctl-2014.4.0/Makefile2014-11-16 06:41:28.0 +0100
+++ new/batctl-2015.0/Makefile  2015-04-26 13:32:22.0 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 #
-# Copyright (C) 2006-2014 B.A.T.M.A.N. contributors
+# Copyright (C) 2006-2015  B.A.T.M.A.N. contributors
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of version 2 of the GNU General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/batctl-2014.4.0/allocate.h 
new/batctl-2015.0/allocate.h
--- old/batctl-2014.4.0/allocate.h  2014-11-16 06:41:28.0 +0100
+++ new/batctl-2015.0/allocate.h2015-04-26 13:32:22.0 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2014 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2015  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner mareklind...@neomailbox.ch
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/batctl-2014.4.0/bat-hosts.c 
new/batctl-2015.0/bat-hosts.c
--- old/batctl-2014.4.0/bat-hosts.c 2014-11-16 06:41:28.0 +0100
+++ new/batctl-2015.0/bat-hosts.c   2015-04-26 13:32:22.0 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2014 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2015  B.A.T.M.A.N. contributors:
  *
  * Andreas Langer an.lan...@gmx.de, Marek Lindner 
mareklind...@neomailbox.ch
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/batctl-2014.4.0/bat-hosts.h 
new/batctl-2015.0/bat-hosts.h
--- old/batctl-2014.4.0/bat-hosts.h 2014-11-16 06:41:28.0 +0100
+++ new/batctl-2015.0/bat-hosts.h   2015-04-26 13:32:22.0 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2014 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2015  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner mareklind...@neomailbox.ch
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/batctl-2014.4.0/bisect_iv.c 
new/batctl-2015.0/bisect_iv.c
--- old/batctl-2014.4.0/bisect_iv.c 2014-11-16 06:41:28.0 +0100
+++ new/batctl-2015.0/bisect_iv.c   2015-04-26 13:32:22.0 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2014 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2015  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner mareklind...@neomailbox.ch
  *
@@ -644,7 +644,6 @@
 
snprintf(curr_loop_magic, sizeof(curr_loop_magic), %s%s%lli%lli, 
src_node-name,
 dst_node-name, seqno, seqno_rand);
-   curr_loop_magic[sizeof(curr_loop_magic) - 1] = '\0';
 
printf(Path towards %s (seqno %lli ,
   get_name_by_macstr(dst_node-name, read_opt), seqno);
@@ -725,7 +724,6 @@
snprintf(curr_loop_magic, sizeof(curr_loop_magic), %s%s%lli%lli,
 src_node-name, dst_node-name,
 seqno_min_tmp, seqno_rand);
-   curr_loop_magic[sizeof(curr_loop_magic) - 1] = '\0';
 
orig_event = orig_event_get_by_ptr(curr_node, dst_node);
if (!orig_event)
@@ -982,7 +980,6 @@
 (strlen(head)  1 ? head : num_sisters == 0 ?   : 
head),
 (strlen(head) == 1 ? :
 num_sisters == 0 ?  : |   ));
-   new_head[sizeof(new_head) - 1] = 

commit perl-MooseX-Clone for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Clone for 
openSUSE:Factory checked in at 2015-08-01 11:36:49

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


Package is perl-MooseX-Clone

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Clone/perl-MooseX-Clone.changes  
2012-01-04 07:27:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-MooseX-Clone.new/perl-MooseX-Clone.changes 
2015-08-01 11:36:50.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 25 08:55:27 UTC 2015 - co...@suse.com
+
+- updated to 0.06
+   see /usr/share/doc/packages/perl-MooseX-Clone/Changes
+
+---

Old:

  MooseX-Clone-0.05.tar.gz

New:

  MooseX-Clone-0.06.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-MooseX-Clone.spec ++
--- /var/tmp/diff_new_pack.8V3Ljs/_old  2015-08-01 11:36:51.0 +0200
+++ /var/tmp/diff_new_pack.8V3Ljs/_new  2015-08-01 11:36:51.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-MooseX-Clone
 #
-# 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
@@ -15,65 +14,63 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   perl-MooseX-Clone
-Version:0.05
+Version:0.06
 Release:0
-Summary:Fine grained cloning support for Moose objects
+%define cpan_name MooseX-Clone
+Summary:Fine-grained cloning support for Moose objects
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/MooseX-Clone-%{version}.tar.gz
 Url:http://search.cpan.org/dist/MooseX-Clone/
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Data::Visitor) = 0.24
 BuildRequires:  perl(Data::Visitor::Callback)
 BuildRequires:  perl(Hash::Util::FieldHash::Compat)
+BuildRequires:  perl(Module::Build::Tiny) = 0.039
 BuildRequires:  perl(Moose)
-BuildRequires:  perl(namespace::clean)
-Requires:   perl(Moose)
-Requires:   perl(Hash::Util::FieldHash::Compat)
-Requires:   perl(namespace::clean)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(namespace::autoclean)
+Requires:   perl(Data::Visitor) = 0.24
 Requires:   perl(Data::Visitor::Callback)
+Requires:   perl(Hash::Util::FieldHash::Compat)
+Requires:   perl(Moose::Role)
+Requires:   perl(namespace::autoclean)
+%{perl_requires}
 
 %description
-Out of the box Moose only provides very barebones cloning support in order to
-maximize flexibility.
+Out of the box the Moose manpage only provides very barebones cloning
+support in order to maximize flexibility.
 
-This role provides a clone method that makes use of the low level cloning
-support already in Moose and adds selective deep cloning based on introspection
-on top of that. Attributes with the Clone trait will handle cloning of data
-within the object, typically delegating to the attribute value's own clone
-method.
+This role provides a 'clone' method that makes use of the low level cloning
+support already in the Moose manpage and adds selective deep cloning based
+on introspection on top of that. Attributes with the 'Clone' trait will
+handle cloning of data within the object, typically delegating to the
+attribute value's own 'clone' method.
 
 %prep
-%setup -q -n MooseX-Clone-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
-
-%install
-%perl_make_install
-%perl_process_packlist
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%__make test
+./Build test
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
+%install
+./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%doc Changes
-%dir %{perl_vendorlib}/MooseX
-%{perl_vendorlib}/MooseX/Clone
-%{perl_vendorlib}/MooseX/Clone.pm
-%dir %{perl_vendorarch}/auto/MooseX
-%{perl_vendorarch}/auto/MooseX/Clone
-%doc %{perl_man3dir}/MooseX::Clone.%{perl_man3ext}%{ext_man}

commit screenfetch for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package screenfetch for openSUSE:Factory 
checked in at 2015-08-01 11:37:22

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


Package is screenfetch

Changes:

--- /work/SRC/openSUSE:Factory/screenfetch/screenfetch.changes  2014-12-01 
14:01:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.screenfetch.new/screenfetch.changes 
2015-08-01 11:37:23.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul 28 08:18:21 UTC 2015 - mplus...@suse.com
+
+- Update to 3.7.0
+  * Fixing package detection in apt/dpkg distros
+  * Fix xmonad detection
+  * Add detection for Sabayon, Haiku, Logos and Chapeau
+  * Add ChromeOS logo (without distro detection)
+  * Add an option to supply custom ASCII art
+  * Combine GTK 2/3 themes if they are the same
+  * Reimplement '-d' (allows for setting what information is 
+displayed on the command line)
+
+---

Old:

  v3.6.5.tar.gz

New:

  3.7.0.tar.gz



Other differences:
--
++ screenfetch.spec ++
--- /var/tmp/diff_new_pack.KZp6tP/_old  2015-08-01 11:37:23.0 +0200
+++ /var/tmp/diff_new_pack.KZp6tP/_new  2015-08-01 11:37:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package screenfetch
 #
-# 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,13 +17,13 @@
 
 
 Name:   screenfetch
-Version:3.6.5
+Version:3.7.0
 Release:0
 Summary:Fetches system/theme information in terminal for Linux desktop 
screenshots
 License:GPL-3.0
 Group:  Monitoring
 Url:https://github.com/KittyKatt/screenFetch
-Source: 
https://github.com/KittyKatt/screenFetch/archive/v%{version}.tar.gz
+Source: 
https://github.com/KittyKatt/screenFetch/archive/%{version}.tar.gz
 Requires:   bash
 Requires:   xdpyinfo
 Requires:   xprop

++ v3.6.5.tar.gz - 3.7.0.tar.gz ++
 2165 lines of diff (skipped)




commit python-websocket-client for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-websocket-client for 
openSUSE:Factory checked in at 2015-08-01 11:36:55

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


Package is python-websocket-client

Changes:

--- 
/work/SRC/openSUSE:Factory/python-websocket-client/python-websocket-client.changes
  2015-05-15 07:44:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-websocket-client.new/python-websocket-client.changes
 2015-08-01 11:36:57.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 24 08:12:07 UTC 2015 - seife+...@b1-systems.com
+
+- fix dependencies for RHEL/CentOS 7: they provide their own
+  python-backports-ssl_match_hostname
+
+---



Other differences:
--
++ python-websocket-client.spec ++
--- /var/tmp/diff_new_pack.oEQRsx/_old  2015-08-01 11:36:57.0 +0200
+++ /var/tmp/diff_new_pack.oEQRsx/_new  2015-08-01 11:36:57.0 +0200
@@ -16,6 +16,13 @@
 #
 
 
+# RHEL provides this backport in its own repository
+%if 0%{?rhel} == 7
+%define backports python-backports-ssl_match_hostname
+%else
+%define backports python-backports.ssl_match_hostname
+%endif
+
 Name:   python-websocket-client
 Version:0.30.0
 Release:0
@@ -24,11 +31,11 @@
 Group:  Development/Languages/Python
 Url:https://github.com/liris/websocket-client/releases
 Source0:
https://pypi.python.org/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz
-BuildRequires:  python-backports.ssl_match_hostname
+BuildRequires:  %backports
 BuildRequires:  python-setuptools
 BuildRequires:  python-six
+Requires:   %backports
 Requires:   python
-Requires:   python-backports.ssl_match_hostname
 Requires:   python-six
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110




commit perl-Moo for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Moo for openSUSE:Factory 
checked in at 2015-08-01 11:36:48

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


Package is perl-Moo

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moo/perl-Moo.changes2015-04-16 
14:14:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Moo.new/perl-Moo.changes   2015-08-01 
11:36:49.0 +0200
@@ -1,0 +2,25 @@
+Sat Jul 25 08:54:22 UTC 2015 - co...@suse.com
+
+- updated to 2.02
+   see /usr/share/doc/packages/perl-Moo/Changes
+
+  2.02 - 2015-07-24
+- BUILDARGS will now always be called on object creation, even if no
+  attributes exist
+- fix required attributes with spaces or other odd characters in init_arg
+- fix (is = 'lazy', required = 1, init_arg = undef), which previously
+  didn't think it provided a builder
+- under 'no Moo::sification', prevent automatic Moose metaclass inflation
+  from -meta calls
+- don't load Moo::Role for a -does check if no roles could exist
+- make global destruction test more robust from outside interference
+- fix false default values satisfying required attributes
+- Fix Moose attribute delegation to a Moo class via a wildcard
+- work around case where Sub::Util is loadable but doesn't provide
+  Sub::Util::set_subname
+- skip thread tests on perl 5.8.4 and below where threads are extremely
+  unreliable
+- Allow stub methods (e.g. sub foo;) to be overwritten by accessors or 
other
+  generated methods. (RT#103804)
+
+---

Old:

  Moo-2.01.tar.gz

New:

  Moo-2.02.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Moo.spec ++
--- /var/tmp/diff_new_pack.3z5gm4/_old  2015-08-01 11:36:50.0 +0200
+++ /var/tmp/diff_new_pack.3z5gm4/_new  2015-08-01 11:36:50.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Moo
-Version:2.01
+Version:2.02
 Release:0
 %define cpan_name Moo
 Summary:Minimalist Object Orientation (with Moose compatibility)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Moo/
-Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -65,7 +66,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Moo-2.01.tar.gz - Moo-2.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.01/Changes new/Moo-2.02/Changes
--- old/Moo-2.01/Changes2015-03-16 20:12:50.0 +0100
+++ new/Moo-2.02/Changes2015-07-24 15:06:31.0 +0200
@@ -1,5 +1,24 @@
 Revision history for Moo
 
+2.02 - 2015-07-24
+  - BUILDARGS will now always be called on object creation, even if no
+attributes exist
+  - fix required attributes with spaces or other odd characters in init_arg
+  - fix (is = 'lazy', required = 1, init_arg = undef), which previously
+didn't think it provided a builder
+  - under 'no Moo::sification', prevent automatic Moose metaclass inflation
+from -meta calls
+  - don't load Moo::Role for a -does check if no roles could exist
+  - make global destruction test more robust from outside interference
+  - fix false default values satisfying required attributes
+  - Fix Moose attribute delegation to a Moo class via a wildcard
+  - work around case where Sub::Util is loadable but doesn't provide
+Sub::Util::set_subname
+  - skip thread tests on perl 5.8.4 and below where threads are extremely
+unreliable
+  - Allow stub methods (e.g. sub foo;) to be overwritten by accessors or other
+generated methods. (RT#103804)
+
 2.01 - 2015-03-16
   - Fix how we pick between Sub::Name and Sub::Util if they are both loaded.
 This fixes how we interact with Moose in some cases. (RT#102729) (GH#15)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.01/MANIFEST new/Moo-2.02/MANIFEST
--- old/Moo-2.01/MANIFEST   2015-03-16 20:13:23.0 +0100
+++ new/Moo-2.02/MANIFEST   2015-07-24 15:06:47.0 +0200
@@ -17,7 +17,6 @@
 lib/oo.pm
 lib/Sub/Defer.pm
 lib/Sub/Quote.pm
-maint/fulltest
 maint/Makefile.PL.include
 Makefile.PL
 MANIFEST   

commit python-networkx for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-networkx for openSUSE:Factory 
checked in at 2015-08-01 11:36:57

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


Package is python-networkx

Changes:

--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes  
2015-05-02 21:37:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-networkx.new/python-networkx.changes 
2015-08-01 11:36:58.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 25 12:36:58 UTC 2015 - seife+...@b1-systems.com
+
+- fix rhel build by conditionalizing Recommends: tags
+- do not hardcode /usr/share/doc/packages but use %_docdir
+
+---



Other differences:
--
++ python-networkx.spec ++
--- /var/tmp/diff_new_pack.GbkkRh/_old  2015-08-01 11:36:59.0 +0200
+++ /var/tmp/diff_new_pack.GbkkRh/_new  2015-08-01 11:36:59.0 +0200
@@ -38,6 +38,8 @@
 BuildRequires:  python-scipy
 %endif
 Requires:   python-decorator = 3.4.0
+# Recommends: is not understood by redhat's RPM version
+%if 0%{?suse_version}
 Recommends: python-pydot
 Recommends: python-pygraphviz
 Recommends: python-PyYAML
@@ -47,6 +49,7 @@
 Recommends: python-matplotlib
 Recommends: python-scipy
 %endif
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -69,7 +72,9 @@
 
 %prep
 %setup -q -n networkx-%{version}
-sed -i -e s@share/doc/networkx-.*@share/doc/packages/%{name}'@g setup.py
+sed -i -e s@share/doc/networkx-.*@%{_docdir}/%{name}'@g setup.py
+# _docdir contains absolute path, strip /usr/ prefix again
+sed -i -e /^docdirbase/s@/usr/@@ setup.py
 find networkx/ examples/ -name *.py -exec sed -i -e  
'/^#!\s\?\/usr\/bin\/\(env\s\)\?python$/d' {} ';'
 sed -i 's/\r//' examples/algorithms/hartford_drug.edgelist
 




commit python-requests for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2015-08-01 11:37:13

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


Package is python-requests

Changes:

--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2015-07-14 17:44:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes 
2015-08-01 11:37:15.0 +0200
@@ -1,0 +2,16 @@
+Fri Jul 24 14:45:44 UTC 2015 - seife+...@b1-systems.com
+
+- fix version condition to allow RHEL/CentOS 7 builds
+
+---
+Fri Jul 24 08:52:50 UTC 2015 - hvo...@suse.com
+
+- Update to 2.7.0
+  - resolving several bugs involving chunked transfer
+encoding and response framing.
+  - Remove VendorAlias import
+  - Simplify the PreparedRequest.prepare API
+  - Handle UnicodeDecodeErrors
+  - Copy a PreparedRequest's CookieJar more reliably
+
+---

Old:

  requests-2.6.0.tar.gz

New:

  requests-2.7.0.tar.gz



Other differences:
--
++ python-requests.spec ++
--- /var/tmp/diff_new_pack.MP7WK7/_old  2015-08-01 11:37:15.0 +0200
+++ /var/tmp/diff_new_pack.MP7WK7/_new  2015-08-01 11:37:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-requests
-Version:2.6.0
+Version:2.7.0
 Release:0
 Url:http://python-requests.org
 Summary:Awesome Python HTTP Library That's Actually Usable
@@ -70,7 +70,7 @@
 %setup -q -n requests-%{version}
 # For rpmlint warning: remove shebang from python library:
 sed -i '/^#!/d' ./requests/certs.py
-%if %suse_version  1110
+%if 0%{?suse_version}  1110 || 0%{?rhel}  6
 %patch0 -p1
 %else
 %patch1 -p1

++ requests-2.6.0.tar.gz - requests-2.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.6.0/HISTORY.rst 
new/requests-2.7.0/HISTORY.rst
--- old/requests-2.6.0/HISTORY.rst  2015-03-14 17:43:47.0 +0100
+++ new/requests-2.7.0/HISTORY.rst  2015-05-03 17:00:37.0 +0200
@@ -3,17 +3,58 @@
 Release History
 ---
 
+2.7.0 (2015-05-03)
+++
+
+This is the first release that follows our new release process. For more, see
+[our 
documentation](http://docs.python-requests.org/en/latest/community/release-process/).
+
+**Bugfixes**
+
+- Updated urllib3 to 1.10.4, resolving several bugs involving chunked transfer
+  encoding and response framing.
+
+2.6.2 (2015-04-23)
+++
+
+**Bugfixes**
+
+- Fix regression where compressed data that was sent as chunked data was not
+  properly decompressed. (#2561)
+
+2.6.1 (2015-04-22)
+++
+
+**Bugfixes**
+
+- Remove VendorAlias import machinery introduced in v2.5.2.
+
+- Simplify the PreparedRequest.prepare API: We no longer require the user to
+  pass an empty list to the hooks keyword argument. (c.f. #2552)
+
+- Resolve redirects now receives and forwards all of the original arguments to
+  the adapter. (#2503)
+
+- Handle UnicodeDecodeErrors when trying to deal with a unicode URL that
+  cannot be encoded in ASCII. (#2540)
+
+- Populate the parsed path of the URI field when performing Digest
+  Authentication. (#2426)
+
+- Copy a PreparedRequest's CookieJar more reliably when it is not an instance
+  of RequestsCookieJar. (#2527)
+
 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 https://bugfuzz.com`_.
-  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).
+- CVE-2015-2296: 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 https://bugfuzz.com`_. 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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.6.0/PKG-INFO new/requests-2.7.0/PKG-INFO
--- old/requests-2.6.0/PKG-INFO 2015-03-14 

commit claws-mail for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2015-08-01 11:37:35

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


Package is claws-mail

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2014-11-10 
17:28:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2015-08-01 11:37:39.0 +0200
@@ -1,0 +2,56 @@
+Thu Jul 23 21:34:20 UTC 2015 - kiel...@gmail.com
+
+- Update to version 3.12.0:
+  + New plugin: ManageSieve. Manage sieve filters on a server using
+the ManageSieve protocol.
+  + Filtering/Processing:
+- Increase range for age matcher condition.
+- 'mark_as_spam' now only marks as spam, it does not do an
+  additional move.
+  + Compose window:
+- From line gets its own label with mnemonic.
+- More intuitive right-click behaviour in attachments list.
+  + QuickSearch: 'Cc' added to the mixed search:
+From/To/Cc/Subject/Tag.
+  + Folder list: Added 'Mark all read recursively' to context menu.
+  + Support for Mac-cyrillic encoding.
+  + IMAP: Support for SCRAM-SHA-1 authentication mechanism.
+  + PGP plugins: Display validity of signatures.
+  + Bogofilter plugin: 3rd spam handling option, 'Only mark as
+spam'.
+  + RSSyl plugin: Per-feed support for HTTP basic auth.
+  + Several layout improvements to preferences pages.
+  + Updated user manual.
+  + Updated man page.
+  + Bugs fixed: claws#1769, claws#1901, claws#2435, claws#2577,
+claws#2601, claws#2965, claws#2981, claws#3211, claws#3321,
+claws#3345, claws#3349, claws#3351, claws#3354, claws#3364,
+claws#3365, claws#3380, claws#3389, claws#3407, claws#3419,
+claws#3421, claws#3432, claws#3438, claws#3466, deb#771360,
+deb#771737, deb#779824.
+  + CVE fixed: CVE 2010-5109.
+  + Misc bugs fixed:
+- Fix LDAP access using TLS protocol.
+- claws-mail.desktop installation.
+- Compose window Subject mnemonic.
+- Archiver plguin: compatibility with libarchive 2.8.x.
+- Remove draft when cancelling a message written with an
+  external editor.
+- Remove superfluous dynamic link against libarchive.
+- Fix labels referring to 'SSL' instead of 'TLS'.
+- Allow single-click to select mailboxes in the mailbox order
+  dialog.
+- tbird2claws.py: set encoding to UTF-8.
+  + Updated translations.
+- Dropped fix_categories_and_recover_keywords_in_desktop_file.patch
+  as fixed in upstream
+- Dropped recover_desktop_file_installation.patch: fixed upstream.
+- Dropped recover_desktop_file_installation_part2.patch: fixed
+  upstream.
+- Set pkgconfig(libgdata) BuildRequires: conditionally for 1330 and
+  newer as the needed version is an unstable branch. Due to this,
+  conditionally pass --enable-gdata-plugin to configure. As a
+  result, libgdata is not beeing built for any current version of
+  openSUSE.
+
+---

Old:

  claws-mail-3.11.1.tar.xz
  fix_categories_and_recover_keywords_in_desktop_file.patch
  recover_desktop_file_installation.patch
  recover_desktop_file_installation_part2.patch

New:

  claws-mail-3.12.0.tar.xz



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.RfJNvd/_old  2015-08-01 11:37:40.0 +0200
+++ /var/tmp/diff_new_pack.RfJNvd/_new  2015-08-01 11:37:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package claws-mail
 #
-# 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,18 +22,15 @@
 %endif
 
 Name:   claws-mail
-Version:3.11.1
+Version:3.12.0
 Release:0
 Url:http://www.claws-mail.org/
 Summary:A lightweight and highly configurable email client
 License:GPL-3.0+
 Group:  Productivity/Networking/Email/Clients
-Source0:
http://sourceforge.net/projects/claws-mail/files/Claws%20Mail/%{version}/claws-mail-%{version}.tar.xz
-# Recover desktop file installation
-Patch0: recover_desktop_file_installation.patch
-Patch1: recover_desktop_file_installation_part2.patch
-# Fix categories and recover keywords in desktop file
-Patch2: fix_categories_and_recover_keywords_in_desktop_file.patch
+# Both sourceforge and project url fails, so just have source manually.
+#Source:
http://www.claws-mail.org/download.php?file=releases/claws-mail-3.12.0.tar.xz
+Source0:

commit pdns-recursor for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package pdns-recursor for openSUSE:Factory 
checked in at 2015-08-01 11:37:45

Comparing /work/SRC/openSUSE:Factory/pdns-recursor (Old)
 and  /work/SRC/openSUSE:Factory/.pdns-recursor.new (New)


Package is pdns-recursor

Changes:

--- /work/SRC/openSUSE:Factory/pdns-recursor/pdns-recursor.changes  
2015-06-11 08:23:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdns-recursor.new/pdns-recursor.changes 
2015-08-01 11:37:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 21 15:14:36 UTC 2015 - mrueck...@suse.de
+
+- do not use /run/pdns instead of /var/run/pdns in the init script
+  for the rest we have the systemd unit file
+
+---



Other differences:
--
++ pdns-recursor.init ++
--- /var/tmp/diff_new_pack.FsloIE/_old  2015-08-01 11:37:47.0 +0200
+++ /var/tmp/diff_new_pack.FsloIE/_new  2015-08-01 11:37:47.0 +0200
@@ -170,7 +170,7 @@
 # considered a success.
 
 # ensure our control directory exists
-PDNS_CTRLDIR=/run/pdns
+PDNS_CTRLDIR=/var/run/pdns
 if [ ! -e $PDNS_CTRLDIR ] ; then
 mkdir --mode=0755 $PDNS_CTRLDIR
 fi




commit apache2-mod_perl for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package apache2-mod_perl for 
openSUSE:Factory checked in at 2015-08-01 11:37:56

Comparing /work/SRC/openSUSE:Factory/apache2-mod_perl (Old)
 and  /work/SRC/openSUSE:Factory/.apache2-mod_perl.new (New)


Package is apache2-mod_perl

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_perl/apache2-mod_perl.changes
2014-11-12 00:22:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2-mod_perl.new/apache2-mod_perl.changes   
2015-08-01 11:37:57.0 +0200
@@ -1,0 +2,23 @@
+Tue Jul 28 14:08:01 UTC 2015 - pgaj...@suse.com
+
+- updated to 2.0.9: see Changes for details
+  * dropped patches:
+- lfs-perl-5.14.patch
+- apache2-mod_perl-2.0.4-tests.diff
+- apache24-mod_authz_host.patch
+
+---
+Thu Jul 16 07:22:02 UTC 2015 - pgaj...@suse.com
+
+- Requries: %{apache_suse_maintenance_mmn}
+  This will pull this module to the update (in released distribution) 
+  when apache maintainer thinks it is good (due api/abi changes).
+
+---
+Fri Jun 26 16:53:54 UTC 2015 - t...@physics.org
+
+- turn off inlining for functions which need to be real symbols because they
+  are called in a DSO
+  * added inline.patch
+
+---

Old:

  apache2-mod_perl-2.0.4-tests.diff
  apache24-mod_authz_host.patch
  lfs-perl-5.14.patch
  libapache2-mod-perl2_2.0.8+httpd24-r1449661.orig.tar.gz

New:

  inline.patch
  mod_perl-2.0.9.tar.gz



Other differences:
--
++ apache2-mod_perl.spec ++
--- /var/tmp/diff_new_pack.NIHtPi/_old  2015-08-01 11:37:58.0 +0200
+++ /var/tmp/diff_new_pack.NIHtPi/_new  2015-08-01 11:37:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_perl
 #
-# 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,19 +16,18 @@
 #
 
 
+%define srcname mod_perl
+
 Name:   apache2-mod_perl
-Version:2.0.8
+Version:2.0.9
 Release:0
 Summary:Embedded Perl for Apache
 License:Apache-2.0
 Group:  Productivity/Networking/Web/Servers
 Url:http://perl.apache.org/
-Source0:
http://ftp.de.debian.org/debian/pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.8+httpd24-r1449661.orig.tar.gz
-Patch0: %{name}-2.0.4-tests.diff
-# PATCH-NEEDS-REBASE
-Patch1: lfs-perl-5.14.patch
-Patch2: avoid-broken-provides.diff
-Patch3: apache24-mod_authz_host.patch
+Source0:
http://apache.miloslavbrada.cz/perl/%{srcname}-%{version}.tar.gz
+Patch0: inline.patch
+Patch1: avoid-broken-provides.diff
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
 BuildRequires:  db-devel
@@ -42,6 +41,7 @@
 BuildRequires:  perl-libwww-perl
 BuildRequires:  sudo
 Requires:   %{apache_mmn}
+Requires:   %{apache_suse_maintenance_mmn}
 Requires:   apache2
 Requires:   perl = %{perl_version}
 Requires:   perl-HTML-Parser
@@ -53,9 +53,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Conflicts:  mod_perl
 Icon: mod_perl.xpm
-%if 0%{?sles_version} == 9
-BuildRequires:  openldap2-devel
-%endif
 
 %description
 The Apache/Perl integration project brings together the full power of
@@ -103,127 +100,39 @@
 software depending on apache2-mod_perl.
 
 %prep
-#%setup -q -n modperl-2.0 -a 1
-%setup -q -n httpd24
-%patch2 -p1
-%patch3 -p1
-#%patch1 -p1
-find -name .svn -type d | xargs rm -rfv
+%setup -q -n %{srcname}-%{version}
+%patch0
+%patch1 -p1
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor MP_APXS=`which %{apache_apxs}` 
MP_APR_CONFIG=%{_bindir}/apr-1-config MP_CCOPTS=%{apache_cflags}
-ln -s Apache-mod_perl_guide-1.29/bin bin
+perl Makefile.PL INSTALLDIRS=vendor MP_APXS=%{apache_apxs} 
MP_APR_CONFIG=%{_bindir}/apr-1-config MP_CCOPTS=%{apache_cflags}
 make %{?_smp_mflags}
-# XXX mod_include/SSI does not include files when they are not named .shtml
-mv t/htdocs/includes-registry/test.pl t/htdocs/includes-registry/test.shtml
-mv t/htdocs/includes-registry/cgipm.pl t/htdocs/includes-registry/cgipm.shtml
-sed 's/\.pl/.shtml/' t/htdocs/includes/test.shtml  tmpfile  mv tmpfile 
t/htdocs/includes/test.shtml
-%ifnarch %{arm}
 #
 # Run tests
 #
-# Don't use sendfile because most systems on which this package will be built 
don't run a
-# kernel that has it implemented, actually
-# (Files smaller than 256 bytes will be delivered 

commit lightdm-kde-greeter for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package lightdm-kde-greeter for 
openSUSE:Factory checked in at 2015-08-01 11:37:41

Comparing /work/SRC/openSUSE:Factory/lightdm-kde-greeter (Old)
 and  /work/SRC/openSUSE:Factory/.lightdm-kde-greeter.new (New)


Package is lightdm-kde-greeter

Changes:

--- /work/SRC/openSUSE:Factory/lightdm-kde-greeter/lightdm-kde-greeter.changes  
2014-02-19 11:38:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.lightdm-kde-greeter.new/lightdm-kde-greeter.changes 
2015-08-01 11:37:43.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 28 14:06:04 CEST 2015 - ti...@suse.de
+
+- fix update-alternative usage for Leap 42.1 (boo#939693)
+
+---



Other differences:
--
++ lightdm-kde-greeter.spec ++
--- /var/tmp/diff_new_pack.U7dJhw/_old  2015-08-01 11:37:44.0 +0200
+++ /var/tmp/diff_new_pack.U7dJhw/_new  2015-08-01 11:37:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lightdm-kde-greeter
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -64,10 +64,12 @@
 echo setBadness('polkit-unauthorized-privilege', 0)  
$RPM_SOURCE_DIR/%name-rpmlintrc
 %endif
 
+%if 0%{?suse_version} = 1320
 install -d -m 755 %{buildroot}%{_sysconfdir}/alternatives/
 touch %{buildroot}%{_sysconfdir}/alternatives/lightdm-default-greeter.desktop
 ln -s %{_sysconfdir}/alternatives/lightdm-default-greeter.desktop \
 %{buildroot}%{_datadir}/xgreeters/lightdm-default-greeter.desktop
+%endif
 
 %find_lang lightdm_theme_classic %{name}.lang
 %find_lang kcm_lightdm %{name}.lang
@@ -106,7 +108,11 @@
 %{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmlightdm.service
 %{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmlightdm.policy
 %{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmlightdm.conf
+%if 0%{?suse_version} = 1320
 %{_datadir}/xgreeters/lightdm-default-greeter.desktop
+%else
+%ghost %attr(644,root,root) 
%{_datadir}/xgreeters/lightdm-default-greeter.desktop
+%endif
 %ghost %attr(644,root,root) 
%{_sysconfdir}/alternatives/lightdm-default-greeter.desktop
 %{_kde4_modulesdir}/libexec/lightdm-kde-greeter-rootimage
 




commit icu4j for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package icu4j for openSUSE:Factory checked 
in at 2015-08-01 11:37:34

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


Package is icu4j

Changes:

--- /work/SRC/openSUSE:Factory/icu4j/icu4j.changes  2015-04-02 
15:56:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.icu4j.new/icu4j.changes 2015-08-01 
11:37:37.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul 28 10:56:40 UTC 2015 - tchva...@suse.com
+
+- Version bump to 55.1:
+  * various bugfixes to match up regular icu-c
+- Add patch to build with jdk8:
+  * java8-compatibility.patch
+
+---

Old:

  icu4j-54.1.1.tar.xz

New:

  icu4j-55.1.tar.xz
  java8-compatibility.patch



Other differences:
--
++ icu4j.spec ++
--- /var/tmp/diff_new_pack.fLksO8/_old  2015-08-01 11:37:38.0 +0200
+++ /var/tmp/diff_new_pack.fLksO8/_new  2015-08-01 11:37:38.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   icu4j
-Version:54.1.1
+Version:55.1
 Release:0
 Summary:International Components for Unicode for Java
 License:MIT and EPL-1.0
@@ -29,6 +29,8 @@
 #svn co http://source.icu-project.org/repos/icu/icu4j/tags/release-54-1-1 
icu4j-version
 #tar caf icu4j-version.tar.xz icu4j-version/
 Source0:%{name}-%{version}.tar.xz
+#PATCH-FIX-UPSTREAM: fix jdk8 build
+Patch0: java8-compatibility.patch
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  unzip
@@ -63,6 +65,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 sed -i 's/\r//' APIChangeReport.html
 sed -i 's/\r//' readme.html

++ icu4j-54.1.1.tar.xz - icu4j-55.1.tar.xz ++
/work/SRC/openSUSE:Factory/icu4j/icu4j-54.1.1.tar.xz 
/work/SRC/openSUSE:Factory/.icu4j.new/icu4j-55.1.tar.xz differ: char 25, line 1

++ java8-compatibility.patch ++
Description: Fixes the detection of the JDK to allow the compilation with Java 
8.
 Do not compile the ICUTaglet class which relies on internal JDK classes
 no longer available in Java 8.
Author: Emmanuel Bourg ebo...@apache.org
Forwarded: no
Index: icu4j-55.1/build.xml
===
--- icu4j-55.1.orig/build.xml
+++ icu4j-55.1/build.xml
@@ -87,6 +87,7 @@
 or
 contains string=${java.version} substring=1.7./
 contains string=${java.version} substring=1.8./
+contains string=${java.version} substring=1.9./
 /or
 /condition
 
Index: icu4j-55.1/tools/build/build.xml
===
--- icu4j-55.1.orig/tools/build/build.xml
+++ icu4j-55.1/tools/build/build.xml
@@ -21,7 +21,20 @@
 
 target name=clean depends=@clean description=Clean up the build 
outputs/
 
-target name=compile depends=@compile description=Compile java source 
files/
+target name=compile description=Compile java source files
+mkdir dir=${bin.dir}/
+javac
+srcdir=${src.dir}
+destdir=${bin.dir}
+classpathref=javac.classpathref
+source=${javac.source}
+target=${javac.target}
+encoding=${java.src.encoding}
+debug=${javac.debug}
+compilerarg value=${javac.compilerarg}/
+exclude name=**/ICUTaglet*/
+/javac
+/target
 
 target name=copy depends=@copy description=Copy non-java runtime 
files to the project's binary directory/
 



commit perl-DateTime-Locale for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-Locale for 
openSUSE:Factory checked in at 2015-08-01 11:37:52

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


Package is perl-DateTime-Locale

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-Locale/perl-DateTime-Locale.changes
2015-06-15 17:50:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-Locale.new/perl-DateTime-Locale.changes
   2015-08-01 11:37:53.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 29 00:33:01 CEST 2015 - r...@suse.de
+
+- make sure we provide  0.4001 (perl versions mismatch with rpm)
+  (same change as on Feb 12th) 
+
+---



Other differences:
--
++ perl-DateTime-Locale.spec ++
--- /var/tmp/diff_new_pack.bAMBAy/_old  2015-08-01 11:37:54.0 +0200
+++ /var/tmp/diff_new_pack.bAMBAy/_new  2015-08-01 11:37:54.0 +0200
@@ -37,6 +37,8 @@
 Requires:   perl(Dist::CheckConflicts) = 0.02
 Requires:   perl(List::MoreUtils)
 Requires:   perl(Params::Validate)
+# MANUAL
+Provides:   perl(DateTime::Locale) = %{version}00
 %{perl_requires}
 
 %description




commit fish for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2015-08-01 11:37:16

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


Package is fish

Changes:

--- /work/SRC/openSUSE:Factory/fish/fish.changes2015-03-23 
12:18:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.fish.new/fish.changes   2015-08-01 
11:37:17.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 27 06:53:55 UTC 2015 - devel...@develop7.info
+
+- update to v2.2.0
+  See full changelog on 
+  https://github.com/fish-shell/fish-shell/releases/tag/2.2.0
+- Drop check_for_command-not-found_command_on_suse.patch
+
+---

Old:

  check_for_command-not-found_command_on_suse.patch
  fish-2.1.1.tar.gz

New:

  fish-2.2.0.tar.gz



Other differences:
--
++ fish.spec ++
--- /var/tmp/diff_new_pack.RgFVyS/_old  2015-08-01 11:37:18.0 +0200
+++ /var/tmp/diff_new_pack.RgFVyS/_new  2015-08-01 11:37:18.0 +0200
@@ -17,17 +17,15 @@
 
 
 Name:   fish
-Version:2.1.1
+Version:2.2.0
 Release:0
 Summary:A user friendly interactive shell
 License:GPL-2.0
 Group:  System/Shells
 Url:http://fishshell.com/
 Source: http://fishshell.com/files/%{version}/fish-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM check_for_command-not-found_command_on_suse.patch 
gh#fish-shell/fish-shell#1208
-Patch0: check_for_command-not-found_command_on_suse.patch
 # PATCH-FIX-UPSTREAM no-return-in-nonvoid-function.patch Fix 
no-return-in-nonvoid-function error
-Patch1: no-return-in-nonvoid-function.patch
+Patch0: no-return-in-nonvoid-function.patch
 BuildRequires:  autoconf
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -47,7 +45,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 autoconf
@@ -78,8 +75,7 @@
 %{_bindir}/*
 %{_datadir}/doc/%{name}
 %{_datadir}/%{name}
-%{_datadir}/%{name}/completions
-%{_datadir}/%{name}/tools
+%{_datadir}/pkgconfig/fish.pc
 %{_mandir}/man1/*
 
 %changelog

++ fish-2.1.1.tar.gz - fish-2.2.0.tar.gz ++
 202491 lines of diff (skipped)




commit xf86-input-libinput for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-libinput for 
openSUSE:Factory checked in at 2015-08-01 11:37:12

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


Package is xf86-input-libinput

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-libinput/xf86-input-libinput.changes  
2015-06-09 08:50:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new/xf86-input-libinput.changes 
2015-08-01 11:37:12.0 +0200
@@ -1,0 +2,11 @@
+Sat Jul 25 08:05:49 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.12.0:
+  + Support buttons  BTN_BACK on mice.
+  + Add a property for tap drag lock.
+- Drop autoconf, automake and libtool BuildRequires, also stop
+  running autoreconf before configure. They were needed in the past
+  but we do not carry any patches anymore.
+- Remove emtpy post/postun sections.
+
+---

Old:

  xf86-input-libinput-0.11.0.tar.bz2

New:

  xf86-input-libinput-0.12.0.tar.bz2



Other differences:
--
++ xf86-input-libinput.spec ++
--- /var/tmp/diff_new_pack.KNsPYL/_old  2015-08-01 11:37:13.0 +0200
+++ /var/tmp/diff_new_pack.KNsPYL/_new  2015-08-01 11:37:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-input-libinput
-Version:0.11.0
+Version:0.12.0
 Release:0
 Summary:Libinput driver for the Xorg X server
 License:MIT
@@ -25,12 +25,9 @@
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Source1:90-libinput.conf
-BuildRequires:  autoconf = 2.60
-BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(inputproto)
-BuildRequires:  pkgconfig(libinput) = 0.14.0
+BuildRequires:  pkgconfig(libinput) = 0.19.0
 BuildRequires:  pkgconfig(xorg-macros) = 1.13
 BuildRequires:  pkgconfig(xorg-server) = 1.7
 BuildRequires:  pkgconfig(xproto)
@@ -60,7 +57,6 @@
 %setup -q
 
 %build
-autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
@@ -71,10 +67,6 @@
 install -d %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
 install -p -m 0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/X11/xorg.conf.d/90-libinput.conf
 
-%post
-
-%postun
-
 %files
 %defattr(-,root,root)
 %doc COPYING*

++ xf86-input-libinput-0.11.0.tar.bz2 - xf86-input-libinput-0.12.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-libinput-0.11.0/ChangeLog 
new/xf86-input-libinput-0.12.0/ChangeLog
--- old/xf86-input-libinput-0.11.0/ChangeLog2015-06-05 05:41:08.0 
+0200
+++ new/xf86-input-libinput-0.12.0/ChangeLog2015-07-14 08:20:59.0 
+0200
@@ -1,3 +1,30 @@
+commit 254b1f27a07f2372aa0c70674e8be5a02d068feb
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Tue Jul 14 16:18:38 2015 +1000
+
+xf86-input-libinput 0.12.0
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit bfedf7dbac7e92479629713c3f5622e4f19de1f4
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Wed Jul 8 10:31:30 2015 +1000
+
+Add a property for tap drag lock
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+Reviewed-by: Hans de Goede hdego...@redhat.com
+
+commit 9c5cf971439292661e1f3055ef882526baae6310
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Mon Jun 15 10:17:20 2015 +1000
+
+Support buttons  BTN_BACK on mice
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1230945
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
 commit 449b496a3abd2860ada3a27a4d23efc28b87448d
 Author: Peter Hutterer peter.hutte...@who-t.net
 Date:   Fri Jun 5 13:40:31 2015 +1000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-libinput-0.11.0/configure 
new/xf86-input-libinput-0.12.0/configure
--- old/xf86-input-libinput-0.11.0/configure2015-06-05 05:40:02.0 
+0200
+++ new/xf86-input-libinput-0.12.0/configure2015-07-14 08:18:52.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xf86-input-libinput 0.11.0.
+# Generated by GNU Autoconf 2.69 for xf86-input-libinput 0.12.0.
 #
 # Report bugs to https://bugs.freedesktop.org/enter_bug.cgi?product=xorg.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='xf86-input-libinput'
 PACKAGE_TARNAME='xf86-input-libinput'
-PACKAGE_VERSION='0.11.0'
-PACKAGE_STRING='xf86-input-libinput 0.11.0'
+PACKAGE_VERSION='0.12.0'

commit ppc64-diag for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2015-08-01 11:37:09

Comparing /work/SRC/openSUSE:Factory/ppc64-diag (Old)
 and  /work/SRC/openSUSE:Factory/.ppc64-diag.new (New)


Package is ppc64-diag

Changes:

--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes2015-06-09 
12:24:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes   
2015-08-01 11:37:10.0 +0200
@@ -1,0 +2,17 @@
+Thu Jul 23 11:45:16 UTC 2015 - jloe...@suse.com
+
+- version update to 2.6.9 (FATE#318007)
+  - see Changelog under ppc64-diag-2.6.9/ppc64-diag.spec
+
+- modified patches:
+  * ppc64-diag.varunused.patch
+  * ppc64-diag.rtas_errd.patch
+  * ppc64-diag.opal_errd.patch
+  * ppc64-diag.tmpraces.patch
+
+- removed patches:
+  * ppc64-diag.add_ncurses_include_path.patch
+  * ppc64-diag.rtas_errd-LE-fixes-for-extract_platdump.patch
+  * ppc64-diag-tmpraces.patch 
+
+---

Old:

  ppc64-diag-2.6.8.tar.gz
  ppc64-diag-tmpraces.patch
  ppc64-diag.add_ncurses_include_path.patch
  ppc64-diag.rtas_errd-LE-fixes-for-extract_platdump.patch

New:

  ppc64-diag-2.6.9.tar.gz
  ppc64-diag.tmpraces.patch



Other differences:
--
++ ppc64-diag.spec ++
--- /var/tmp/diff_new_pack.DAYWHE/_old  2015-08-01 11:37:11.0 +0200
+++ /var/tmp/diff_new_pack.DAYWHE/_new  2015-08-01 11:37:11.0 +0200
@@ -18,7 +18,7 @@
 
 Url:http://sourceforge.net/projects/linux-diag/files/ppc64-diag 
 Name:   ppc64-diag
-Version:2.6.8
+Version:2.6.9
 Release:0
 Summary:Linux for Power Platform Diagnostics
 License:EPL-1.0
@@ -54,9 +54,7 @@
 Patch2: %{name}.varunused.patch
 #PATCH-FIX-OPENSUSE - ppc64-diag.opal_errd.patch - fix opal_errd initscript to 
comply with openSUSE standards 
 Patch3: %{name}.opal_errd.patch
-Patch4: ppc64-diag.add_ncurses_include_path.patch 
-Patch5: ppc64-diag-tmpraces.patch
-Patch6: %{name}.rtas_errd-LE-fixes-for-extract_platdump.patch
+Patch4: ppc64-diag.tmpraces.patch
 
 %description
 This package contains various diagnostic tools for PowerLinux.
@@ -78,8 +76,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 %if 0%{?has_systemd}

++ ppc64-diag-2.6.8.tar.gz - ppc64-diag-2.6.9.tar.gz ++
 5396 lines of diff (skipped)

++ ppc64-diag.opal_errd.patch ++
--- /var/tmp/diff_new_pack.DAYWHE/_old  2015-08-01 11:37:11.0 +0200
+++ /var/tmp/diff_new_pack.DAYWHE/_new  2015-08-01 11:37:11.0 +0200
@@ -1,7 +1,7 @@
-Index: ppc64-diag-2.6.7/scripts/opal_errd
+Index: ppc64-diag-2.6.9/scripts/opal_errd
 ===
 ppc64-diag-2.6.7.orig/scripts/opal_errd
-+++ ppc64-diag-2.6.7/scripts/opal_errd
+--- ppc64-diag-2.6.9.orig/scripts/opal_errd
 ppc64-diag-2.6.9/scripts/opal_errd
 @@ -22,6 +22,10 @@
  # Provides:   opal_errd
  # Required-Start: $local_fs $syslog $time

++ ppc64-diag.rtas_errd.patch ++
--- /var/tmp/diff_new_pack.DAYWHE/_old  2015-08-01 11:37:11.0 +0200
+++ /var/tmp/diff_new_pack.DAYWHE/_new  2015-08-01 11:37:11.0 +0200
@@ -2,10 +2,10 @@
  scripts/rtas_errd |6 --
  1 file changed, 4 insertions(+), 2 deletions(-)
 
-Index: ppc64-diag-2.6.7/scripts/rtas_errd
+Index: ppc64-diag-2.6.9/scripts/rtas_errd
 ===
 ppc64-diag-2.6.7.orig/scripts/rtas_errd
-+++ ppc64-diag-2.6.7/scripts/rtas_errd
+--- ppc64-diag-2.6.9.orig/scripts/rtas_errd
 ppc64-diag-2.6.9/scripts/rtas_errd
 @@ -21,6 +21,10 @@
  # Provides:   rtas_errd
  # Required-Start: $local_fs $syslog $time

++ ppc64-diag-tmpraces.patch - ppc64-diag.tmpraces.patch ++
--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag-tmpraces.patch 
2015-06-09 12:24:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.tmpraces.patch
2015-08-01 11:37:10.0 +0200
@@ -1,7 +1,7 @@
-Index: ppc64-diag-2.6.8/lpd/test/lpd_ela_test.sh
+Index: ppc64-diag-2.6.9/lpd/test/lpd_ela_test.sh
 ===
 ppc64-diag-2.6.8.orig/lpd/test/lpd_ela_test.sh
-+++ ppc64-diag-2.6.8/lpd/test/lpd_ela_test.sh
+--- ppc64-diag-2.6.9.orig/lpd/test/lpd_ela_test.sh
 ppc64-diag-2.6.9/lpd/test/lpd_ela_test.sh
 @@ -22,7 +22,7 @@ EXECUTION_LOG=$LOG_DIR/$SCRIPT_NAME.log
  ERROR_LOG=$LOG_DIR/$SCRIPT_NAME.err
  
@@ -11,10 +11,10 @@
  MESSAGE_FILE=$TMP_DIR/messages
  TMP_FILE=$TMP_DIR/$SCRIPT_NAME.tmp
  
-Index: ppc64-diag-2.6.8/scripts/ppc64_diag_mkrsrc

commit python-rst2pdf for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-rst2pdf for openSUSE:Factory 
checked in at 2015-08-01 11:37:25

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


Package is python-rst2pdf

Changes:

--- /work/SRC/openSUSE:Factory/python-rst2pdf/python-rst2pdf.changes
2014-08-20 10:51:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-rst2pdf.new/python-rst2pdf.changes   
2015-08-01 11:37:26.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul 28 08:13:40 UTC 2015 - o...@aepfle.de
+
+- Relax path to egg-info to fix build in Leap
+
+---
+Mon Jul 13 13:12:38 UTC 2015 - toddrme2...@gmail.com
+
+- Fix building on SLES 11
+
+---



Other differences:
--
++ python-rst2pdf.spec ++
--- /var/tmp/diff_new_pack.6AJ9rC/_old  2015-08-01 11:37:27.0 +0200
+++ /var/tmp/diff_new_pack.6AJ9rC/_new  2015-08-01 11:37:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rst2pdf
 #
-# 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
@@ -38,7 +38,9 @@
 Requires:   python-svg2rlg
 Recommends: python-wordaxe
 %{py_requires}
+%if 0%{?suse_version}  0%{?suse_version}  1110
 BuildArch:  noarch  
+%endif
 
 %description
 The usual way of creating PDF from reStructuredText is by going through LaTeX.
@@ -68,6 +70,6 @@
 %{_bindir}/rst2pdf
 %dir  %{python_sitelib}/rst2pdf
 %{python_sitelib}/rst2pdf/*
-%{python_sitelib}/rst2pdf-%{version}.dev_r0-py%{py_ver}.egg-info
+%{python_sitelib}/rst2pdf-%{version}.*-py%{py_ver}.egg-info
 
 %changelog




commit python-moin for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-moin for openSUSE:Factory 
checked in at 2015-08-01 11:37:15

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


Package is python-moin

Changes:

--- /work/SRC/openSUSE:Factory/python-moin/python-moin.changes  2014-11-04 
17:29:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-moin.new/python-moin.changes 
2015-08-01 11:37:16.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 19 18:53:18 UTC 2015 - seroto...@gmail.com
+
+- anywikidraw-java8.patch: Fix compilation error on Java 8.
+
+---

New:

  anywikidraw-java8.patch



Other differences:
--
++ python-moin.spec ++
--- /var/tmp/diff_new_pack.vHlhI5/_old  2015-08-01 11:37:17.0 +0200
+++ /var/tmp/diff_new_pack.vHlhI5/_new  2015-08-01 11:37:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-moin
 #
-# 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
@@ -33,6 +33,7 @@
 Source92:   mkwiki.moin.8
 Source99:   python-moin.rpmlintrc
 Patch0: anywikidraw.patch
+Patch1: anywikidraw-java8.patch
 BuildRequires:  ant = 1.5.4
 BuildRequires:  apache2
 BuildRequires:  dos2unix
@@ -65,6 +66,7 @@
 cd contrib/AnyWikiDraw
 tar -xjf src.tar.bz
 %patch0
+%patch1
 
 %build
 

++ anywikidraw-java8.patch ++
diff -ur 
AnyWikiDraw.orig/src/jhotdraw7/java/org/jhotdraw/samples/svg/io/SVGInputFormat.java
 AnyWikiDraw/src/jhotdraw7/java/org/jhotdraw/samples/svg/io/SVGInputFormat.java
--- 
AnyWikiDraw.orig/src/jhotdraw7/java/org/jhotdraw/samples/svg/io/SVGInputFormat.java
 2009-10-18 20:50:49.0 +0200
+++ 
AnyWikiDraw/src/jhotdraw7/java/org/jhotdraw/samples/svg/io/SVGInputFormat.java  
2015-07-19 20:29:49.922625424 +0200
@@ -13,6 +13,7 @@
  */
 package org.jhotdraw.samples.svg.io;
 
+import org.jhotdraw.io.Base64;
 import java.awt.*;
 import java.awt.datatransfer.DataFlavor;
 import java.awt.datatransfer.Transferable;
Only in AnyWikiDraw/src/jhotdraw7/java/org/jhotdraw/samples/svg/io: 
SVGInputFormat.java.orig
diff -ur 
AnyWikiDraw.orig/src/jhotdraw7/java/org/jhotdraw/samples/svg/io/SVGOutputFormat.java
 AnyWikiDraw/src/jhotdraw7/java/org/jhotdraw/samples/svg/io/SVGOutputFormat.java
--- 
AnyWikiDraw.orig/src/jhotdraw7/java/org/jhotdraw/samples/svg/io/SVGOutputFormat.java
2009-10-18 20:50:40.0 +0200
+++ 
AnyWikiDraw/src/jhotdraw7/java/org/jhotdraw/samples/svg/io/SVGOutputFormat.java 
2015-07-19 20:47:09.596659937 +0200
@@ -13,6 +13,7 @@
  */
 package org.jhotdraw.samples.svg.io;
 
+import org.jhotdraw.io.Base64;
 import java.awt.*;
 import java.awt.datatransfer.*;
 import java.awt.geom.*;



commit erlang for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2015-08-01 11:37:37

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


Package is erlang

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2015-07-22 
09:19:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2015-08-01 
11:37:40.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 24 15:38:54 UTC 2015 - seife+...@b1-systems.com
+
+- fix RHEL/CentOS 7 build
+
+---



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.plcbfl/_old  2015-08-01 11:37:41.0 +0200
+++ /var/tmp/diff_new_pack.plcbfl/_new  2015-08-01 11:37:41.0 +0200
@@ -16,6 +16,10 @@
 #
 
 
+%if 0%{?rhel} = 7
+%undefine _missing_build_ids_terminate_build
+%endif
+
 Name:   erlang
 Version:18.0.2
 Release:0
@@ -115,7 +119,9 @@
 %package doc
 Summary:Erlang documentation
 Group:  Development/Languages/Other
+%if 0%{?suse_version}
 Recommends: %{name} = %{version}
+%endif
 
 %description doc
 Documentation for Erlang.




commit golang-github-hoisie-httplib for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package golang-github-hoisie-httplib for 
openSUSE:Factory checked in at 2015-08-01 11:36:38

Comparing /work/SRC/openSUSE:Factory/golang-github-hoisie-httplib (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-hoisie-httplib.new (New)


Package is golang-github-hoisie-httplib

Changes:

New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-hoisie-httplib.new/golang-github-hoisie-httplib.changes
   2015-08-01 11:36:39.0 +0200
@@ -0,0 +1,57 @@
+---
+Sat Jul 25 17:26:08 UTC 2015 - i...@marguerite.su
+
+- rename to golang-github-hoisie-httplib
+- use golang-packaging for packaging
+
+---
+Sat Mar 21 07:24:14 UTC 2015 - i...@marguerite.su
+
+- update version 0.0.0+git20120409.3cbb2f7
+- drop httplib.go-weekly-fixes.patch
+  * upstream contains this fix
+- import changed to github.com/hoisie/httplib
+- remove go_disable_brp_strip_static_archive usage
+
+---
+Tue Aug  6 00:47:14 CEST 2013 - r...@suse.de
+
+- use ExclusiveArch to limit build to the same architectures as go 
+
+---
+Mon Jun 11 10:39:54 UTC 2012 - gra...@andtech.eu
+
+- Update specfile to use new package locaitons
+- Add documentation sub package
+
+---
+Wed Mar  7 21:30:23 UTC 2012 - gra...@andtech.eu
+
+- update spec file to use new Go rpm macros
+
+---
+Fri Feb  3 06:39:44 UTC 2012 - gra...@andtech.eu
+
+- use go install instead of gomake
+
+---
+Tue Dec 13 14:33:48 UTC 2011 - sasc...@suse.de
+
+- Patch to build against weekly.2011-12-02
+
+---
+Thu Oct  6 12:56:40 UTC 2011 - gra...@andtech.eu
+
+- Synch with upstsream fixes for r60
+- add rpmlintrc (ELF strip/static binary warnings)
+
+---
+Mon Jun 27 07:41:46 UTC 2011 - gra...@andtech.eu
+
+- Patch to build against weekly.2011-06-23
+
+---
+Fri Jun 24 12:18:37 UTC 2011 - sasc...@suse.de
+
+- Initial version
+

New:

  _service
  golang-github-hoisie-httplib.changes
  golang-github-hoisie-httplib.spec
  httplib-0.0.0+git20120409.3cbb2f7.tar.xz



Other differences:
--
++ golang-github-hoisie-httplib.spec ++
#
# spec file for package golang-github-hoisie-httplib
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Sascha Peilicke sasc...@gmx.de
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   golang-github-hoisie-httplib
Version:0.0.0+git20120409.3cbb2f7
Release:0
Summary:A simple, low-level http library for Go
License:MIT
Group:  Development/Languages/Other
Url:https://github.com/hoisie/httplib
Source: httplib-%{version}.tar.xz
BuildRequires:  golang-packaging
BuildRequires:  xz
Provides:   go-httplib.go = %{version}
Obsoletes:  go-httplib.go  %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{go_provides}


%description
httplib.go is a simple extension of Go's http client that provides keep-alive
connections and generic requests. This is a small usage example:

//get the google home page
c := new(httplib.Client)
resp, err := c.Request (http://google.com;, GET, nil, )
data := ioutil.ReadAll( resp.Body )
println(string(data))

%gosrc_package

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

%build
%goprep github.com/hoisie/httplib
%gobuild

%install
%goinstall
%gosrc

%check
%gotest github.com/hoisie/httplib

%files
%defattr(-,root,root,-)
%doc Readme.md LICENSE
%{go_contribdir}/*

%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog
++ _service ++
services
  

commit gajim for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package gajim for openSUSE:Factory checked 
in at 2015-08-01 11:36:41

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


Package is gajim

Changes:

--- /work/SRC/openSUSE:Factory/gajim/gajim.changes  2015-03-03 
11:15:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.gajim.new/gajim.changes 2015-08-01 
11:36:42.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 25 22:12:43 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.16.2:
+  * Improve Zeroconf (Avahi) with IPv6.
+  * Fix errors with GnuPG.
+  * Minor fixes and improvements.
+
+---

Old:

  gajim-0.16.1.tar.gz

New:

  gajim-0.16.2.tar.gz



Other differences:
--
++ gajim.spec ++
--- /var/tmp/diff_new_pack.pQ1ApG/_old  2015-08-01 11:36:43.0 +0200
+++ /var/tmp/diff_new_pack.pQ1ApG/_new  2015-08-01 11:36:43.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 0.16
 Name:   gajim
-Version:0.16.1
+Version:0.16.2
 Release:0
 Summary:Full-featured XMPP client written in Python and Gtk2
 License:GPL-3.0+
@@ -128,7 +128,7 @@
 %{python_sitelib}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/*
-%{_mandir}/man?/%{name}*
+%{_mandir}/man?/%{name}*%{?ext_man}
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ gajim-0.16.1.tar.gz - gajim-0.16.2.tar.gz ++
 21562 lines of diff (skipped)




commit plplot for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2015-08-01 11:36:51

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


Package is plplot

Changes:

--- /work/SRC/openSUSE:Factory/plplot/plplot.changes2015-06-11 
08:22:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes   2015-08-01 
11:36:52.0 +0200
@@ -1,0 +2,11 @@
+Sun Jul 26 06:16:23 UTC 2015 - badshah...@gmail.com
+
+- Add plplot-swig-3.0.6.patch to fix builds against swig 3.0.6;
+  patch taken from Fedora and accepted upstream.
+- Enable octave bindings back, patch against swig to fix its
+  octave4 bindings has already entered develprojects and Factory.
+- Define %{lua_version} to be 5.3 for openSUSE  13.2 (Factory
+  has lua 5.3.x now).
+- Drop conditionals for EOL openSUSE versions.
+
+---

New:

  plplot-swig-3.0.6.patch



Other differences:
--
++ plplot.spec ++
--- /var/tmp/diff_new_pack.2sih13/_old  2015-08-01 11:36:53.0 +0200
+++ /var/tmp/diff_new_pack.2sih13/_new  2015-08-01 11:36:53.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%if 0%{?suse_version} = 1210
-%define lua_version 5.1
-%else
+%if 0%{?suse_version} = 1320
 %define lua_version 5.2
+%else
+%define lua_version 5.3
 %endif
 
 %define X_display :98
@@ -35,6 +35,8 @@
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM plplot-5.9.9-ada-pic.patch idoen...@suse.de -- Compile 
Ada code with -fPIC
 Patch1: plplot-5.9.9-ada-pic.patch
+# PATCH-FIX-UPSTREAM plplot-swig-3.0.6.patch badshah...@gmail.com -- Fix 
builds against swig 3.0.6; patch taken from Fedora and accepted upstream
+Patch2: plplot-swig-3.0.6.patch
 BuildRequires:  cmake = 2.8.9
 BuildRequires:  fdupes
 BuildRequires:  freefont
@@ -71,7 +73,7 @@
 BuildRequires:  pkgconfig(lasi)
 %endif
 BuildRequires:  hdf5-devel
-#BuildRequires:  octave-devel
+BuildRequires:  octave-devel
 %if 0%{?suse_version} = 1320
 BuildRequires:  wxWidgets-devel = 3
 %else
@@ -488,6 +490,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 for file in NEWS README.release
 do
@@ -518,7 +521,7 @@
 -DPL_FREETYPE_FONT_PATH:PATH=%{_datadir}/fonts/truetype \\\
 -DUSE_RPATH:BOOL=OFF \\\
 -DENABLE_ada:BOOL=ON \\\
--DENABLE_octave:BOOL=OFF \\\
+-DENABLE_octave:BOOL=ON \\\
 -DENABLE_d:BOOL=ON \\\
 -DENABLE_itcl:BOOL=OFF \\\
 -DENABLE_itk:BOOL=OFF \\\
@@ -806,15 +809,13 @@
 %{_libdir}/plplot%{version}/drivers/qt.driver_info
 %{_libdir}/plplot%{version}/drivers/qt.so
 
-#%if 0%{?suse_version} = 1210
-#%files octave
-#%defattr(-,root,root)
-#%{_datadir}/%{name}_octave/
-#%{_datadir}/octave/site/m/PLplot/
-#%{_libdir}/octave/site/oct/*/plplot_octave.oct
-#%{_datadir}/plplot%{version}/examples/octave/
-#%{_datadir}/plplot%{version}/examples/lena.img
-#%{_datadir}/plplot%{version}/examples/test_octave.sh
-#%endif
+%files octave
+%defattr(-,root,root)
+%{_datadir}/%{name}_octave/
+%{_datadir}/octave/site/m/PLplot/
+%{_libdir}/octave/site/oct/*/plplot_octave.oct
+%{_datadir}/plplot%{version}/examples/octave/
+%{_datadir}/plplot%{version}/examples/lena.img
+%{_datadir}/plplot%{version}/examples/test_octave.sh
 
 %changelog

++ plplot-swig-3.0.6.patch ++
diff -up plplot-5.11.0/bindings/swig-support/swig_documentation.i.swig 
plplot-5.11.0/bindings/swig-support/swig_documentation.i
--- plplot-5.11.0/bindings/swig-support/swig_documentation.i.swig   
2015-04-12 04:08:04.0 -0600
+++ plplot-5.11.0/bindings/swig-support/swig_documentation.i2015-07-07 
21:56:01.057486715 -0600
@@ -1747,7 +1747,7 @@ ARGUMENTS:
 )
 plgcol0a;
 
-%feature( docstring,  Returns the background color (cmap0[0]) by 8-bit RGB 
value 
+%feature( docstring, Returns the background color (cmap0[0]) by 8-bit RGB 
value 
 
 DESCRIPTION:
 
@@ -1776,7 +1776,7 @@ ARGUMENTS:
 )
 plgcolbg;
 
-%feature( docstring,  Returns the background color (cmap0[0])  by 8-bit RGB 
value and double alpha transparency value 
+%feature( docstring, Returns the background color (cmap0[0])  by 8-bit RGB 
value and double alpha transparency value 
 
 DESCRIPTION:
 
@@ -5005,7 +5005,7 @@ ARGUMENTS:
 )
 plscmap1n;
 
-%feature( docstring,  Set 8-bit RGB values for given cmap0 color index 
+%feature( docstring, Set 8-bit RGB values for given cmap0 color index 
 
 DESCRIPTION:
 
@@ -5041,7 +5041,7 @@ ARGUMENTS:
 )
 plscol0;
 
-%feature( docstring,  Set 8-bit RGB values and double alpha transparency 
value for given cmap0 color index 
+%feature( docstring, Set 8-bit RGB values and double alpha transparency 
value for given cmap0 color index 
 
 DESCRIPTION:
 
@@ -5745,7 

commit libuser for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package libuser for openSUSE:Factory checked 
in at 2015-08-01 11:36:07

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


Package is libuser

Changes:

--- /work/SRC/openSUSE:Factory/libuser/libuser.changes  2014-02-12 
07:03:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libuser.new/libuser.changes 2015-08-01 
11:36:08.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 17 07:17:02 UTC 2015 - kkae...@suse.com
+
+- Refuse to write field value which contain \n
+  bsc#937533
+  Add 0001-Refuse-to-write-field-values-which-contain-n.-bsc-93.patch
+
+---

New:

  0001-Refuse-to-write-field-values-which-contain-n.-bsc-93.patch



Other differences:
--
++ libuser.spec ++
--- /var/tmp/diff_new_pack.cBtVpu/_old  2015-08-01 11:36:09.0 +0200
+++ /var/tmp/diff_new_pack.cBtVpu/_new  2015-08-01 11:36:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libuser
 #
-# 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
@@ -50,6 +50,7 @@
 BuildRequires:  xz
 %endif
 %endif
+Patch4: 0001-Refuse-to-write-field-values-which-contain-n.-bsc-93.patch
 
 %description
 The libuser library implements a standardized interface for manipulating
@@ -99,6 +100,7 @@
 %patch3 -p1
 %endif
 %endif
+%patch4 -p1
 
 %build
 %if 0%{?suse_version}

++ 0001-Refuse-to-write-field-values-which-contain-n.-bsc-93.patch ++
 1558 lines (skipped)




commit perl-Apache-Filter for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-Filter for 
openSUSE:Factory checked in at 2015-08-01 11:38:05

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


Package is perl-Apache-Filter

Changes:

--- /work/SRC/openSUSE:Factory/perl-Apache-Filter/perl-Apache-Filter.changes
2011-11-21 12:35:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-Filter.new/perl-Apache-Filter.changes   
2015-08-01 11:38:06.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 28 13:56:18 UTC 2015 - dims...@opensuse.org
+
+- Fix build with latest apache2 package, where /usr/sbin/httpd2 is,
+  in accordance to upstream, named /usr/sbin/httpd.
+
+---



Other differences:
--
++ perl-Apache-Filter.spec ++
--- /var/tmp/diff_new_pack.6s2mr3/_old  2015-08-01 11:38:07.0 +0200
+++ /var/tmp/diff_new_pack.6s2mr3/_new  2015-08-01 11:38:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-Filter
 #
-# 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
@@ -15,23 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Apache-Filter
-BuildRequires:  apache2-devel apache2-mod_perl libapr-util1-devel pcre-devel
+BuildRequires:  apache2-devel
+BuildRequires:  apache2-mod_perl
+BuildRequires:  libapr-util1-devel
+BuildRequires:  pcre-devel
 BuildRequires:  perl-macros
 Version:1.024
-Release:221
+Release:0
 Provides:   Apache-Filter
 Requires:   apache
-Requires:   apache2-mod_perl perl-URI
+Requires:   apache2-mod_perl
+Requires:   perl-URI
 Conflicts:  perlmod
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0
 Url:http://cpan.org/modules/by-module/Apache/
 Summary:Alter the output of previous handlers
+License:Artistic-1.0
+Group:  Development/Libraries/Perl
 Source: Apache-Filter-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -55,22 +56,30 @@
 they start printing to STDOUT. There should be almost no overhead for
 doing this when there's only one element in the chain.
 
-
-
-Authors:
-
-Ken Williams k...@forum.swarthmore.edu
-
 %prep 
 %setup -q -n Apache-Filter-%{version}
 
 %build
-export APACHE=/usr/sbin/httpd2
+if [ -x /usr/sbin/httpd2 ]; then
+  export APACHE=/usr/sbin/httpd2
+elif [ -x /usr/sbin/httpd ]; then
+  export APACHE=/usr/sbin/httpd
+else
+  echo could not find the apache main executable...
+  exit 1
+fi
 perl Makefile.PL
 make %{?_smp_mflags}
 
 %install
-export APACHE=/usr/sbin/httpd2
+if [ -x /usr/sbin/httpd2 ]; then
+  export APACHE=/usr/sbin/httpd2
+elif [ -x /usr/sbin/httpd ]; then
+  export APACHE=/usr/sbin/httpd
+else
+  echo could not find the apache main executable...
+  exit 1
+fi
 %perl_make_install
 %perl_process_packlist
 




commit python-svg2rlg for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-svg2rlg for openSUSE:Factory 
checked in at 2015-08-01 11:37:59

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


Package is python-svg2rlg

Changes:

--- /work/SRC/openSUSE:Factory/python-svg2rlg/python-svg2rlg.changes
2013-11-14 14:23:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-svg2rlg.new/python-svg2rlg.changes   
2015-08-01 11:38:01.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 13 13:12:38 UTC 2015 - toddrme2...@gmail.com
+
+- Fix building on SLES 11
+
+---



Other differences:
--
++ python-svg2rlg.spec ++
--- /var/tmp/diff_new_pack.78TvGm/_old  2015-08-01 11:38:01.0 +0200
+++ /var/tmp/diff_new_pack.78TvGm/_new  2015-08-01 11:38:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-svg2rlg
 #
-# Copyright (c) 2013 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
@@ -32,7 +32,9 @@
 BuildRequires:  python-setuptools
 Requires:   python-reportlab
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}  0%{?suse_version}  1110
 BuildArch:  noarch
+%endif
 
 %description
 svg2rlg is a python tool to convert SVG files to reportlab graphics.




commit drbd for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package drbd for openSUSE:Factory checked in 
at 2015-08-01 11:37:54

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


Package is drbd

Changes:

--- /work/SRC/openSUSE:Factory/drbd/drbd.changes2015-07-25 
07:44:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.drbd.new/drbd.changes   2015-08-01 
11:37:55.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 29 01:03:11 UTC 2015 - nw...@suse.com
+
+- BSC#939778. Add obsolete of old packages and a description for
+  KMP package.
+- Require kernel-source-rt for RT. 
+
+---



Other differences:
--
++ drbd.spec ++
--- /var/tmp/diff_new_pack.sFDOgT/_old  2015-08-01 11:37:56.0 +0200
+++ /var/tmp/diff_new_pack.sFDOgT/_new  2015-08-01 11:37:56.0 +0200
@@ -25,7 +25,7 @@
 Version:8.4.6
 Release:0
 #Name:   drbd-kernel
-Summary:Kernel driver for DRBD
+Summary:Distributed Replicated Block Device
 License:GPL-2.0+
 Group:  Productivity/Clustering/HA
 Url:http://www.drbd.org/
@@ -52,16 +52,32 @@
 BuildRequires:  kernel-syms
 BuildRequires:  module-init-tools
 %if 0%{?buildrt} == 1
+BuildRequires:  kernel-source-rt
 BuildRequires:  kernel-syms-rt
 %endif
+
 Requires:   drbd-utils = 8.9.0
 Supplements:drbd-utils = 8.9.0
+Obsoletes:  drbd-bash-completion  %{version}
+Obsoletes:  drbd-kmp  %{version}
+Obsoletes:  drbd-pacemaker  %{version}
+Obsoletes:  drbd-udev  %{version}
+Obsoletes:  drbd-utils  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:i586 s390
 
 %kernel_module_package -n drbd -p %_sourcedir/preamble
 
 %description
+Drbd is a distributed replicated block device. It mirrors a block
+device over the network to another machine. Think of it as networked
+raid 1. It is a building block for setting up clusters.
+
+%package KMP
+Summary:Kernel driver for DRBD
+Group:  Productivity/Clustering/HA
+
+%description KMP
 This module is the kernel-dependent driver for DRBD.  This is split out so
 that multiple kernel driver versions can be installed, one for each
 installed kernel.

++ preamble ++
--- /var/tmp/diff_new_pack.sFDOgT/_old  2015-08-01 11:37:56.0 +0200
+++ /var/tmp/diff_new_pack.sFDOgT/_new  2015-08-01 11:37:56.0 +0200
@@ -1 +1,3 @@
 Requires: kernel-%1
+Recommends: drbd
+Recommends: drbd-utils




commit python3-h5py for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python3-h5py for openSUSE:Factory 
checked in at 2015-08-01 11:37:32

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


Package is python3-h5py

Changes:

--- /work/SRC/openSUSE:Factory/python3-h5py/python3-h5py.changes
2015-04-10 10:20:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-h5py.new/python3-h5py.changes   
2015-08-01 11:37:36.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 28 10:38:04 UTC 2015 - toddrme2...@gmail.com
+
+- Resolve hdf5 dependency ambiguity
+
+---



Other differences:
--
++ python3-h5py.spec ++
--- /var/tmp/diff_new_pack.UGK0R2/_old  2015-08-01 11:37:36.0 +0200
+++ /var/tmp/diff_new_pack.UGK0R2/_new  2015-08-01 11:37:36.0 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  python3-numpy-devel
 BuildRequires:  python3-pkgconfig
 BuildRequires:  python3-six
+Requires:   hdf5
 Requires:   python3-Cython
 Requires:   python3-numpy
 Requires:   python3-six




commit python-h5py for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-h5py for openSUSE:Factory 
checked in at 2015-08-01 11:37:30

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


Package is python-h5py

Changes:

--- /work/SRC/openSUSE:Factory/python-h5py/python-h5py.changes  2015-04-12 
00:10:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-h5py.new/python-h5py.changes 
2015-08-01 11:37:35.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 28 10:34:21 UTC 2015 - toddrme2...@gmail.com
+
+- Fix hdf5 version ambiguity
+
+---



Other differences:
--
++ python-h5py.spec ++
--- /var/tmp/diff_new_pack.RL4usv/_old  2015-08-01 11:37:35.0 +0200
+++ /var/tmp/diff_new_pack.RL4usv/_new  2015-08-01 11:37:35.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  python-numpy-devel = 1.6.1
 BuildRequires:  python-pkgconfig
 BuildRequires:  python-six
+Requires:   hdf5
 Requires:   python-Cython
 Requires:   python-numpy = 1.6.1
 Requires:   python-six




commit sap-locale for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package sap-locale for openSUSE:Factory 
checked in at 2015-08-01 11:37:23

Comparing /work/SRC/openSUSE:Factory/sap-locale (Old)
 and  /work/SRC/openSUSE:Factory/.sap-locale.new (New)


Package is sap-locale

Changes:

--- /work/SRC/openSUSE:Factory/sap-locale/sap-locale.changes2015-04-10 
10:20:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.sap-locale.new/sap-locale.changes   
2015-08-01 11:37:25.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 29 12:30:07 UTC 2015 - sch...@suse.de
+
+- Handle old style transliteration step
+
+---



Other differences:
--
++ sap-locale.spec ++
--- /var/tmp/diff_new_pack.6uOldx/_old  2015-08-01 11:37:26.0 +0200
+++ /var/tmp/diff_new_pack.6uOldx/_new  2015-08-01 11:37:26.0 +0200
@@ -37,8 +37,10 @@
 Requires(post): sed
 Requires(postun): coreutils
 Requires(postun): sed
+%if 0%{?suse_version}  1320
 # Needed for reference to __gconv_transliterate
 %define __filter_GLIBC_PRIVATE 1
+%endif
 
 %description 
 This package contains all the SAP specific locales needed for running

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.6uOldx/_old  2015-08-01 11:37:26.0 +0200
+++ /var/tmp/diff_new_pack.6uOldx/_new  2015-08-01 11:37:26.0 +0200
@@ -1,3 +1,7 @@
 sap-locale
+  targettype ia32 block
+  targettype 64bit block
+  targettype 32bit +/usr/lib/gconv/gconv-modules.SAP-32 - 
/usr/lib/gconv/gconv-modules.SAP
+  targettype x86 +/usr/lib/gconv/gconv-modules.SAP
   targettype x86 obsoletes sap-locale-32bit
   targettype x86 provides sap-locale-32bit

++ sap-locale.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sap-locale/.gitignore new/sap-locale/.gitignore
--- old/sap-locale/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/sap-locale/.gitignore   2015-06-29 14:22:43.0 +0200
@@ -0,0 +1,5 @@
+*.so
+gconv/
+locale/
+locales/de_DE@HP
+locales/sk_SK@SAP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sap-locale/gconvdata/iconv/loop.c 
new/sap-locale/gconvdata/iconv/loop.c
--- old/sap-locale/gconvdata/iconv/loop.c   2015-03-31 15:19:04.0 
+0200
+++ new/sap-locale/gconvdata/iconv/loop.c   2015-06-29 14:22:43.0 
+0200
@@ -207,6 +207,25 @@
 continue;\
   }
 
+#if __GLIBC_PREREQ (2, 21)
+# define GCONV_TRANSLIT_STEP \
+if ((step_data-__flags  __GCONV_TRANSLIT) != 0)\
+  result = __gconv_transliterate \
+   (step, step_data, *inptrp,\
+inptr, inend, outptr, irreversible)
+#else
+# define GCONV_TRANSLIT_STEP \
+  struct __gconv_trans_data *trans;  \
+  for (trans = step_data-__trans; trans != NULL; trans = trans-__next)  \
+{\
+  result = DL_CALL_FCT (trans-__trans_fct,
  \
+   (step, step_data, trans-__data, *inptrp, \
+inptr, inend, outptr, irreversible));  \
+  if (result != __GCONV_ILLEGAL_INPUT)   \
+   break;\
+}
+#endif
+
 /* Error handling for the TO_LOOP direction, with use of transliteration/
transcription functions and ignoring of errors.  Note that we cannot use
the do while (0) trick since `break' and `continue' must reach certain
@@ -225,10 +244,7 @@
 UPDATE_PARAMS;   \
  \
 /* First try the transliteration methods.  */\
-if ((step_data-__flags  __GCONV_TRANSLIT) != 0)\
-  result = __gconv_transliterate \
-   (step, step_data, *inptrp,\
-inptr, inend, outptr, irreversible);   \
+GCONV_TRANSLIT_STEP; \
  \
 REINIT_PARAMS;   \
  \




commit python-ioflo for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-ioflo for openSUSE:Factory 
checked in at 2015-08-01 11:38:34

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


Package is python-ioflo

Changes:

--- /work/SRC/openSUSE:Factory/python-ioflo/python-ioflo.changes
2015-03-27 09:40:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-ioflo.new/python-ioflo.changes   
2015-08-01 11:38:35.0 +0200
@@ -1,0 +2,55 @@
+Wed Jul 29 18:24:19 UTC 2015 - abo...@gmail.com
+
+- Updated to v1.3.8
+  - Refactored base.aiding to aid.aiding and then split out groups of utility
+functions into metaing, navigating, timing, blending
+  - use sixing for 2to3 in more places
+Some other refactoring
+  - Use of ioflo.base.aiding is deprecated. Use ioflo.aid.aiding. In the future
+base.aiding will be removed.
+  - Move odicting and osetting to aid.  base.odicting base.osetting references 
still
+exist by are deprecated use aid.odicting aid.osetting
+  - added modict (multiple valued odict) class to odicting
+  - Fixed bug in httping processing chunked encoded responses
+  - Changed default encoding for x-www-form-urlencoded to utf-8
+  - Support for multipart/form-data for POST request forms with utf-8
+  - changed parameter to fargs for form args from form to be consistent with 
qargs
+  - added support for http url encoded form data in Requester and Patron
+  - fixed bug in http copy
+  - Added redirects field to response returned when request is redirected in 
Patron
+  - Some bug fixes and minor changes to httping
+  - Fixed bug in value parsing due to new None as valid value
+  - Added framer inode relative 'me' to path resolution so put set etc can use 
framer inode relative addressing as per ionints
+  - Added 'of me' relation clause so can perform inode relative addessing
+  - Refactoring of httping classes to normalize interfaces
+Requester now accepts data dictionary that it automatically jsonifies on 
build
+  - Patron now passes through copy of request odict to reponses copy so that 
requester
+can add tracking and return information to request that shows up in 
response
+  - Fixed bug with Nact   go .. if not ... in Need expression
+  - do verb via connective now supports paths that end with dot or not
+  - do verb by/from, for, qua, now all use all the fields in the source if a 
field
+list is not provided
+  - values of field value expressions can now be unquoted path strings
+  - Support for optional via inode clause in framer verb to provide framer wide
+prefix for ioinit inodes
+  - Support for optional via inode clause in aux verb for cloned aux framers to
+provide override of aux framer via clause on invocation of aux verb
+  - Semantics of aux via inode is to prepend main framer via inode unless
+the aux via inode is absolute or main or mine. if main then use main 
framer's
+via inode if mine then ignore main framer's via inode
+  - FloScript now supports single quoted values in addition to doubled quoted
+  - Exchanged 'qua' and 'via' connective semantics in 'do' verb because via is 
more commmon
+  - Added aid.httping with classes for nonblocking http client
+See class aid.httping.Patron
+  - Added 'qua' connective to 'do' verb to allow easier setting of inode
+  - renamed python 2 to 3 compat module
+  - Some refactoring of repository directory structure. Added ioflo.aid as
+sub-package for utility modules. Started moving some stuff out of .base
+into .aid. Left reference in .base for now but deprecated in future.
+  - ioflo.base.nonblocking is deprecated use ioflo.aid.nonblocking instead
+  - Added support for nonblocking tcp/ip and tcp/ip + tls client and server 
classes
+in aid.nonblocking
+  - Added support for nonblocking http client in aid.httping
+  - Updated docs
+
+---

Old:

  ioflo-1.2.1.tar.gz

New:

  ioflo-1.3.8.tar.gz



Other differences:
--
++ python-ioflo.spec ++
--- /var/tmp/diff_new_pack.Nw5MA2/_old  2015-08-01 11:38:35.0 +0200
+++ /var/tmp/diff_new_pack.Nw5MA2/_new  2015-08-01 11:38:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ioflo
 #
-# 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
@@ -16,7 +16,7 @@
 #
 
 Name:   python-ioflo
-Version:1.2.1
+Version:1.3.8
 Release:0
 License:Apache-2.0
 Summary:

commit perl-YAML-Tiny for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-YAML-Tiny for openSUSE:Factory 
checked in at 2015-08-01 11:38:09

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


Package is perl-YAML-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-YAML-Tiny/perl-YAML-Tiny.changes
2015-05-18 22:20:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new/perl-YAML-Tiny.changes   
2015-08-01 11:38:10.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 28 09:27:07 UTC 2015 - co...@suse.com
+
+- updated to 1.69
+   see /usr/share/doc/packages/perl-YAML-Tiny/Changes
+
+---

Old:

  YAML-Tiny-1.67.tar.gz

New:

  YAML-Tiny-1.69.tar.gz



Other differences:
--
++ perl-YAML-Tiny.spec ++
--- /var/tmp/diff_new_pack.w2JBjQ/_old  2015-08-01 11:38:11.0 +0200
+++ /var/tmp/diff_new_pack.w2JBjQ/_new  2015-08-01 11:38:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-YAML-Tiny
-Version:1.67
+Version:1.69
 Release:0
 %define cpan_name YAML-Tiny
 Summary:Read/Write YAML files with as little code as possible
@@ -32,7 +32,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Temp) = 0.19
 BuildRequires:  perl(JSON::PP)
-BuildRequires:  perl(Test::More) = 0.99
+BuildRequires:  perl(Test::More) = 0.88
 %{perl_requires}
 
 %description

++ YAML-Tiny-1.67.tar.gz - YAML-Tiny-1.69.tar.gz ++
 2270 lines of diff (skipped)




commit spice-vdagent for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package spice-vdagent for openSUSE:Factory 
checked in at 2015-08-01 11:38:29

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


Package is spice-vdagent

Changes:

--- /work/SRC/openSUSE:Factory/spice-vdagent/spice-vdagent.changes  
2014-07-16 16:22:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-vdagent.new/spice-vdagent.changes 
2015-08-01 11:38:30.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul 21 18:52:21 UTC 2015 - mplus...@suse.com
+
+- Update tp 0.16.0
+  * Xspice support
+  * Release clipboard on client disconnect if owned by client 
+(rhbz#1003977)
+  * Turn some error messages into debugging messages (rhbz#918310)
+  * Not having the virtio channel is not an error; instead silently 
+do nothing
+- Cleanup spec file with spec-cleaner
+- Actually apply spice-vdagent-var_run.patch
+
+---

Old:

  spice-vdagent-0.15.0.tar.bz2

New:

  spice-vdagent-0.16.0.tar.bz2



Other differences:
--
++ spice-vdagent.spec ++
--- /var/tmp/diff_new_pack.fFMrlW/_old  2015-08-01 11:38:30.0 +0200
+++ /var/tmp/diff_new_pack.fFMrlW/_new  2015-08-01 11:38:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-vdagent
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   spice-vdagent
-Version:0.15.0
+Version:0.16.0
 Release:0
 Summary:Agent for Spice guests
 License:GPL-3.0+
@@ -26,6 +26,7 @@
 Url:http://spice-space.org/
 Source0:
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
 Patch0: spice-vdagent-var_run.patch
+BuildRequires:  alsa-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  glib2-devel
 BuildRequires:  libXfixes-devel
@@ -36,8 +37,8 @@
 BuildRequires:  spice-protocol-devel = 0.12.6
 BuildRequires:  systemd
 BuildRequires:  systemd-devel
-%{?systemd_requires}
 Supplements:modalias(xorg-x11-server:virtio:d0003v*)
+%{?systemd_requires}
 
 %description
 Spice agent for Linux guests offering the following features:
@@ -53,9 +54,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure --with-session-info=systemd --with-init-script=systemd
+%configure \
+  --with-session-info=systemd \
+  --with-init-script=systemd
 make %{?_smp_mflags} V=2
 
 %install

++ spice-vdagent-0.15.0.tar.bz2 - spice-vdagent-0.16.0.tar.bz2 ++
 3331 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/spice-vdagent-0.15.0/Makefile.am new/spice-vdagent-0.16.0/Makefile.am
--- old/spice-vdagent-0.15.0/Makefile.am2013-10-14 14:52:01.0 
+0200
+++ new/spice-vdagent-0.16.0/Makefile.am2015-06-30 17:08:42.0 
+0200
@@ -4,9 +4,14 @@
 bin_PROGRAMS = src/spice-vdagent
 sbin_PROGRAMS = src/spice-vdagentd
 
-src_spice_vdagent_CFLAGS = $(X_CFLAGS) $(SPICE_CFLAGS) $(GLIB2_CFLAGS)
-src_spice_vdagent_LDADD = $(X_LIBS) $(SPICE_LIBS) $(GLIB2_LIBS)
-src_spice_vdagent_SOURCES = src/vdagent.c src/vdagent-x11.c 
src/vdagent-x11-randr.c src/vdagent-file-xfers.c src/udscs.c
+src_spice_vdagent_CFLAGS = $(X_CFLAGS) $(SPICE_CFLAGS) $(GLIB2_CFLAGS) 
$(ALSA_CFLAGS)
+src_spice_vdagent_LDADD = $(X_LIBS) $(SPICE_LIBS) $(GLIB2_LIBS) $(ALSA_LIBS)
+src_spice_vdagent_SOURCES = src/vdagent.c \
+src/vdagent-x11.c \
+src/vdagent-x11-randr.c \
+src/vdagent-file-xfers.c \
+src/vdagent-audio.c \
+src/udscs.c
 
 src_spice_vdagentd_CFLAGS = $(DBUS_CFLAGS) $(LIBSYSTEMD_LOGIN_CFLAGS) \
   $(PCIACCESS_CFLAGS) $(SPICE_CFLAGS) $(GLIB2_CFLAGS) $(PIE_CFLAGS)
@@ -30,6 +35,7 @@
 noinst_HEADERS = src/glib-compat.h \
  src/session-info.h \
  src/udscs.h \
+ src/vdagent-audio.h \
  src/vdagent-file-xfers.h \
  src/vdagent-virtio-port.h \
  src/vdagent-x11.h \
@@ -42,15 +48,15 @@
 xdgautostartdir = $(sysconfdir)/xdg/autostart
 xdgautostart_DATA = $(top_srcdir)/data/spice-vdagent.desktop

commit aide for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package aide for openSUSE:Factory checked in 
at 2015-08-01 11:39:02

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


Package is aide

Changes:

--- /work/SRC/openSUSE:Factory/aide/aide.changes2014-06-02 
07:00:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.aide.new/aide.changes   2015-08-01 
11:39:04.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  2 08:07:07 UTC 2015 - meiss...@suse.com
+
+- aide-dynamic.patch: avoid overwriting dl* functions, as we might
+  load libcrypto.so dynamically in FIPS mode.
+
+---

New:

  aide-dynamic.patch



Other differences:
--
++ aide.spec ++
--- /var/tmp/diff_new_pack.mebcGg/_old  2015-08-01 11:39:04.0 +0200
+++ /var/tmp/diff_new_pack.mebcGg/_new  2015-08-01 11:39:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aide
 #
-# 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
@@ -38,6 +38,7 @@
 Patch1: aide-%{version}-as-needed.patch
 Patch2: aide-no_m4_dir.patch
 Patch3: aide-xattr-in-libc.patch
+Patch4: aide-dynamic.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://sourceforge.net/projects/aide/
 
@@ -56,6 +57,8 @@
 %patch1 -p1
 %patch2
 %patch3 -p1
+%patch4 -p1
+
 %build
 autoreconf -fiv
 %configure \

++ aide-dynamic.patch ++
Index: aide-0.15.1/src/util.c
===
--- aide-0.15.1.orig/src/util.c
+++ aide-0.15.1/src/util.c
@@ -497,6 +497,7 @@ int syslog_facility_lookup(char *s)
 /* We need these dummy stubs to fool the linker into believing that
we do not need them at link time */
 
+#if 0
 void* dlopen(char*filename,int flag)
 {
   return NULL;
@@ -516,6 +517,7 @@ const char* dlerror(void)
 {
   return NULL;
 }
+#endif
 
 const char* aide_key_2=CONFHMACKEY_02;
 const char* db_key_2=DBHMACKEY_02;



commit yast2-slp-server for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-slp-server for 
openSUSE:Factory checked in at 2015-08-01 11:38:54

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


Package is yast2-slp-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slp-server/yast2-slp-server.changes
2014-12-05 21:04:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-slp-server.new/yast2-slp-server.changes   
2015-08-01 11:38:55.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 29 13:27:54 UTC 2015 - igonzalezs...@suse.com
+
+- Fix comments handling on slp.conf (bsc#878892)
+- 3.1.3
+
+---
@@ -4,0 +11 @@
+- 3.1.2

Old:

  yast2-slp-server-3.1.2.tar.bz2

New:

  yast2-slp-server-3.1.3.tar.bz2



Other differences:
--
++ yast2-slp-server.spec ++
--- /var/tmp/diff_new_pack.9jRXnO/_old  2015-08-01 11:38:55.0 +0200
+++ /var/tmp/diff_new_pack.9jRXnO/_new  2015-08-01 11:38:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-slp-server
 #
-# 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:   yast2-slp-server
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-slp-server-3.1.2.tar.bz2 - yast2-slp-server-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slp-server-3.1.2/CONTRIBUTING.md 
new/yast2-slp-server-3.1.3/CONTRIBUTING.md
--- old/yast2-slp-server-3.1.2/CONTRIBUTING.md  2014-12-04 11:12:36.0 
+0100
+++ new/yast2-slp-server-3.1.3/CONTRIBUTING.md  2015-07-30 12:01:08.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slp-server-3.1.2/package/yast2-slp-server.changes 
new/yast2-slp-server-3.1.3/package/yast2-slp-server.changes
--- old/yast2-slp-server-3.1.2/package/yast2-slp-server.changes 2014-12-04 
11:12:36.0 +0100
+++ new/yast2-slp-server-3.1.3/package/yast2-slp-server.changes 2015-07-30 
12:01:08.0 +0200
@@ -1,7 +1,14 @@
 ---
+Wed Jul 29 13:27:54 UTC 2015 - igonzalezs...@suse.com
+
+- Fix comments handling on slp.conf (bsc#878892)
+- 3.1.3
+
+---
 Thu Dec  4 09:51:36 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
+- 3.1.2
 
 ---
 Thu Nov 14 12:16:15 UTC 2013 - vmora...@suse.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slp-server-3.1.2/package/yast2-slp-server.spec 
new/yast2-slp-server-3.1.3/package/yast2-slp-server.spec
--- old/yast2-slp-server-3.1.2/package/yast2-slp-server.spec2014-12-04 
11:12:36.0 +0100
+++ new/yast2-slp-server-3.1.3/package/yast2-slp-server.spec2015-07-30 
12:01:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slp-server
-Version:3.1.2
+Version:3.1.3
 

commit mate-notification-daemon for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mate-notification-daemon for 
openSUSE:Factory checked in at 2015-08-01 11:38:49

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


Package is mate-notification-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-notification-daemon/mate-notification-daemon.changes
2015-07-03 00:09:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-notification-daemon.new/mate-notification-daemon.changes
   2015-08-01 11:38:50.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 23 08:15:02 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.1:
+  * Do not crash on notifications from Rhythmbox.
+  * Bugfixes.
+  * Update translations.
+
+---

Old:

  mate-notification-daemon-1.10.0.tar.xz

New:

  mate-notification-daemon-1.10.1.tar.xz



Other differences:
--
++ mate-notification-daemon.spec ++
--- /var/tmp/diff_new_pack.WC3tC7/_old  2015-08-01 11:38:51.0 +0200
+++ /var/tmp/diff_new_pack.WC3tC7/_new  2015-08-01 11:38:51.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   mate-notification-daemon
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:Notification daemon for MATE
 License:GPL-2.0+
@@ -35,7 +35,7 @@
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(x11)
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
 %description
@@ -51,7 +51,7 @@
   --libexecdir=%{_libexecdir}/%{name} \
   --disable-static\
   --disable-schemas-install
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 %make_install

++ mate-notification-daemon-1.10.0.tar.xz - 
mate-notification-daemon-1.10.1.tar.xz ++
 22872 lines of diff (skipped)




commit IPython for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package IPython for openSUSE:Factory checked 
in at 2015-08-01 11:38:50

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


Package is IPython

Changes:

--- /work/SRC/openSUSE:Factory/IPython/IPython.changes  2015-07-03 
00:01:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.IPython.new/IPython.changes 2015-08-01 
11:38:51.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 13 20:23:34 UTC 2015 - a...@gmx.de
+
+- update to version 3.2.1:
+  * IPython 3.2.1 is a small bugfix release, primarily for cross-site
+security fixes in the notebook. Users are strongly encouraged to
+upgrade immediately. There are also a few small unicode and
+nbconvert-related fixes
+
+---

Old:

  ipython-3.2.0.tar.gz

New:

  ipython-3.2.1.tar.gz



Other differences:
--
++ IPython.spec ++
--- /var/tmp/diff_new_pack.ljRQ3y/_old  2015-08-01 11:38:53.0 +0200
+++ /var/tmp/diff_new_pack.ljRQ3y/_new  2015-08-01 11:38:53.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   IPython
 BuildRequires:  python-devel
-Version:3.2.0
+Version:3.2.1
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 Source1:ipython-icons.tar.xz

++ ipython-3.2.0.tar.gz - ipython-3.2.1.tar.gz ++
/work/SRC/openSUSE:Factory/IPython/ipython-3.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.IPython.new/ipython-3.2.1.tar.gz differ: char 5, 
line 1




commit keepassx for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package keepassx for openSUSE:Factory 
checked in at 2015-08-01 11:38:41

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


Package is keepassx

Changes:

--- /work/SRC/openSUSE:Factory/keepassx/keepassx.changes2014-09-03 
20:07:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.keepassx.new/keepassx.changes   2015-08-01 
11:38:42.0 +0200
@@ -1,0 +2,24 @@
+Mon Jul 20 04:34:00 UTC 2015 - jacobwin...@gmail.com
+
+- Update build requirements to reflect upstream.
+
+---
+Mon Jul 20 04:13:24 UTC 2015 - jacobwin...@gmail.com
+
+- Update to version 2.0-beta1:
+  * Remember entry column sizes.
+  * Add translations.
+  * Support opening attachments directly.
+  * Support cmd:// URLs.
+  * Protect opened databases with a file lock.
+  * Export to csv files.
+  * Add optional tray icon.
+  * Allow setting the default auto-type sequence for groups.
+  * Make the kdbx parser more lenient.
+  * Remove –password command line option.
+  * Lots of bugfixes.
+- Drop keepassx-noselftest.patch: merged upstream.
+- Drop keepassx-ppc64le.patch: fixed upstream.
+- Drop KeyFileHandling.patch: fixed upstream.
+
+---

Old:

  KeyFileHandling.patch
  keepassx-2.0-alpha6.tar.gz
  keepassx-noselftest.patch
  keepassx-ppc64le.patch

New:

  keepassx-2.0-beta1.tar.gz



Other differences:
--
++ keepassx.spec ++
--- /var/tmp/diff_new_pack.MN36td/_old  2015-08-01 11:38:43.0 +0200
+++ /var/tmp/diff_new_pack.MN36td/_new  2015-08-01 11:38:43.0 +0200
@@ -17,20 +17,19 @@
 
 
 Name:   keepassx
-Version:2.0~alpha6
+Version:2.0~beta1
 Release:0
 Summary:Cross Platform Password Manager
 License:GPL-2.0 and LGPL-2.1 and LGPL-3.0+
 Group:  Productivity/Security
 Url:http://www.keepassx.org/
-Source: 
http://www.keepassx.org/dev/attachments/download/69/keepassx-2.0-alpha6.tar.gz
-Patch0: keepassx-ppc64le.patch
-Patch1: keepassx-noselftest.patch
-Patch2: KeyFileHandling.patch
+Source: 
http://www.keepassx.org/dev/attachments/download/100/keepassx-2.0-beta1.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libqt4-devel
+BuildRequires:  libqt4-devel = 4.6
+BuildRequires:  libXtst-devel
+BuildRequires:  zlib-devel
 BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -43,10 +42,7 @@
 encryption algorithms currently known (AES and Twofish).
 
 %prep
-%setup -q -n keepassx-2.0-alpha6
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%setup -q -n keepassx-2.0-beta1
 
 %build
 mkdir -p build
@@ -74,7 +70,6 @@
 
 %check
 pushd build
-make test
 
 %files
 %defattr(-,root,root)




commit python-fixtures for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2015-08-01 11:38:21

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


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2015-05-10 10:46:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2015-08-01 11:38:22.0 +0200
@@ -1,0 +2,14 @@
+Fri Jul  3 12:09:34 UTC 2015 - dmuel...@suse.com
+
+- update to 1.3.1:
+  * Clarify the intent around _setUp
+  * Handle BaseException resource leaks as well
+  * Remove trailing whitespace
+  * Deal with resource leaks during setUp
+  * Missed NEWS entry
+  * Fine tune the mock patch
+  * Add a new mockpatch fixture
+  * Document where the project home and source are
+  * Ignore built things
+
+---

Old:

  fixtures-1.2.0.tar.gz

New:

  fixtures-1.3.1.tar.gz



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.eK3vbZ/_old  2015-08-01 11:38:22.0 +0200
+++ /var/tmp/diff_new_pack.eK3vbZ/_new  2015-08-01 11:38:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-fixtures
-Version:1.2.0
+Version:1.3.1
 Release:0
 Summary:Fixtures, reusable state for writing clean tests and more
 License:Apache-2.0 or BSD-3-Clause
@@ -25,6 +25,7 @@
 Url:https://launchpad.net/python-fixtures
 Source: 
http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-mock
 BuildRequires:  python-pbr = 0.11
 BuildRequires:  python-testtools = 0.9.22
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +36,7 @@
 %else
 BuildArch:  noarch
 %endif
-Requires:   python-testtools
+Requires:   python-testtools = 0.9.22
 
 %description
 Fixtures defines a Python contract for reusable state / support logic,

++ fixtures-1.2.0.tar.gz - fixtures-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.2.0/AUTHORS new/fixtures-1.3.1/AUTHORS
--- old/fixtures-1.2.0/AUTHORS  2015-05-05 00:14:19.0 +0200
+++ new/fixtures-1.3.1/AUTHORS  2015-06-30 04:22:04.0 +0200
@@ -9,6 +9,7 @@
 Jonathan Lange j...@canonical.com
 Jonathan Lange j...@mumak.net
 Joshua Harlow harlo...@yahoo-inc.com
+Julien Danjou jul...@danjou.info
 Martin Pool m...@canonical.com
 Robert Collins robe...@robertcollins.net
 Sean Dague s...@dague.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.2.0/ChangeLog new/fixtures-1.3.1/ChangeLog
--- old/fixtures-1.2.0/ChangeLog2015-05-05 00:14:19.0 +0200
+++ new/fixtures-1.3.1/ChangeLog2015-06-30 04:22:04.0 +0200
@@ -1,6 +1,25 @@
 CHANGES
 ===
 
+1.3.1
+-
+
+* Release 1.3.1
+* Clarify the intent around _setUp
+* Handle BaseException resource leaks as well
+
+1.3.0
+-
+
+* Release 1.3.0
+* Remove trailing whitespace
+* Deal with resource leaks during setUp
+* Missed NEWS entry
+* Fine tune the mock patch
+* Add a new mockpatch fixture
+* Document where the project home and source are
+* Ignore built things
+
 1.2.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.2.0/NEWS new/fixtures-1.3.1/NEWS
--- old/fixtures-1.2.0/NEWS 2015-05-04 23:50:18.0 +0200
+++ new/fixtures-1.3.1/NEWS 2015-06-30 04:21:13.0 +0200
@@ -6,6 +6,27 @@
 NEXT
 
 
+1.3.1
+~
+
+* ``Fixture.setUp`` now uses a bare except: and will thus catch BaseException.
+  Any non-Exception-subclass errors are raised verbatim after calling
+  ``cleanUp``, to avoid inappropriate masking in callers. (Robert Collins)
+
+1.3.0
+~
+
+* Add MockPatch, MockPatchMultiple, MockPatchObject - adapters to mock.
+  (Julien Danjou, Robert Collins)
+
+* Fixture.setUp should no longer be overridden in subclasses. Instead
+  override _setUp. This permits the Fixture base class to detect failures
+  during _setUp and trigger any registered cleanups, attach any details
+  to the failure exception and propogate that to callers. Overriding of
+  setUp is still supported: this adds a new interface for simpler
+  implementation of the contract of a fixture.
+  (Robert Collins, #1456361, #1456353)
+
 1.2.0
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.2.0/PKG-INFO new/fixtures-1.3.1/PKG-INFO
--- old/fixtures-1.2.0/PKG-INFO 

commit darktable for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2015-08-01 11:38:56

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


Package is darktable

Changes:

--- /work/SRC/openSUSE:Factory/darktable/darktable.changes  2015-06-30 
10:19:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2015-08-01 
11:38:57.0 +0200
@@ -1,0 +2,36 @@
+Thu Jul 30 10:55:30 UTC 2015 - mrueck...@suse.de
+
+- update to 1.6.8
+  - miscellaneous
+- clipping, santiy check for custom aspect ratios
+- read lensmodel from xmp
+- handle canon lens recognition special case
+- general cleanups
+  - rawspeed:
+- Canon EOS M3
+- Canon EOS 5Ds (R)
+- Nikon 1 J5
+- Panasonic DMC-G7 (4:3 aspect ratio only)
+- Fujifilm X-T10
+- Pentax K-S2
+- Panasonic TZ71
+- Olympus TG-4
+- Leica VLUX1 4:3 aspect ratio mode
+  - adobe_coeff:
+- Canon EOS M3
+- Canon EOS 5Ds (R)
+- Nikon 1 J5
+- Panasonic DMC-G7
+- Fujifilm X-T10
+- Pentax K-S2
+- Olympus TG-4
+  - wb_presets:
+- Samsung NX500
+- Panasonic TZ71
+  - noise profiles:
+- Sony ILCE-5100
+- Fujifilm HS50EXR
+- Canon EOS 5Ds R
+- do not try to use lua 5.3 on TW
+
+---

Old:

  darktable-1.6.7-nopatents.tar.xz

New:

  darktable-1.6.8-nopatents.tar.xz



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.BIjuGt/_old  2015-08-01 11:38:58.0 +0200
+++ /var/tmp/diff_new_pack.BIjuGt/_new  2015-08-01 11:38:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   darktable
-Version:1.6.7
+Version:1.6.8
 Release:0
 Url:http://darktable.sourceforge.net
 # darktable contains patented code that we cannot ship.  Therefore we use
@@ -73,8 +73,13 @@
 BuildRequires:  libGraphicsMagick3
 %endif
 
-%if 0%{?suse_version}  1210
+%if 0%{?suse_version}  (0%{?suse_version}  1210  0%{?suse_version}  1321)
 BuildRequires:  lua-devel
+%else
+BuildRequires:  lua52-devel
+%endif
+
+%if 0%{?suse_version}  1210
 BuildRequires:  pkgconfig(libopenjpeg)
 %endif
 

++ darktable-1.6.7-nopatents.tar.xz - darktable-1.6.8-nopatents.tar.xz 
++
 2995 lines of diff (skipped)




commit psi+ for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2015-08-01 11:38:44

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


Package is psi+

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2015-05-02 
21:41:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2015-08-01 
11:38:45.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 22 19:40:56 UTC 2015 - jsl...@suse.com
+
+- update to 20150708
+  * updated translations
+  * some bugfixes
+
+---

Old:

  psi+-20150423.tar.xz

New:

  psi+-20150708.tar.xz



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.X2a5e8/_old  2015-08-01 11:38:47.0 +0200
+++ /var/tmp/diff_new_pack.X2a5e8/_new  2015-08-01 11:38:47.0 +0200
@@ -22,7 +22,7 @@
 
 Name:   psi+
 Url:http://code.google.com/p/psi-dev/
-Version:20150423
+Version:20150708
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+

++ psi+-20150423.tar.xz - psi+-20150708.tar.xz ++
/work/SRC/openSUSE:Factory/psi+/psi+-20150423.tar.xz 
/work/SRC/openSUSE:Factory/.psi+.new/psi+-20150708.tar.xz differ: char 25, line 
1

++ psi-plus-l10n-1.tar.xz ++
 28734 lines of diff (skipped)

++ qt55-build-fixes.patch ++
--- /var/tmp/diff_new_pack.X2a5e8/_old  2015-08-01 11:38:49.0 +0200
+++ /var/tmp/diff_new_pack.X2a5e8/_new  2015-08-01 11:38:49.0 +0200
@@ -1,20 +1,9 @@
 ---
- src/activeprofiles.h|1 +
  src/capabilities/capsregistry.h |1 +
- src/libpsi/tools/simplecli/simplecli.h  |2 ++
+ src/libpsi/tools/simplecli/simplecli.h  |1 +
  src/plugins/include/stanzasendinghost.h |2 ++
- 4 files changed, 6 insertions(+)
+ 3 files changed, 4 insertions(+)
 
 a/src/activeprofiles.h
-+++ b/src/activeprofiles.h
-@@ -22,6 +22,7 @@
- #ifndef ACTIVEPSIPROFILES_H
- #define ACTIVEPSIPROFILES_H
- 
-+#include QObject
- #include QStringList
- 
- class ActiveProfiles: public QObject
 --- a/src/capabilities/capsregistry.h
 +++ b/src/capabilities/capsregistry.h
 @@ -23,6 +23,7 @@
@@ -27,16 +16,14 @@
  #include QDateTime
 --- a/src/libpsi/tools/simplecli/simplecli.h
 +++ b/src/libpsi/tools/simplecli/simplecli.h
-@@ -21,7 +21,9 @@
+@@ -21,6 +21,7 @@
  #ifndef SIMPLECLI_H
  #define SIMPLECLI_H
  
 +#include QHash
+ #include QObject
  #include QMap
-+#include QObject
  #include QStringList
- 
- class SimpleCli : public QObject
 --- a/src/plugins/include/stanzasendinghost.h
 +++ b/src/plugins/include/stanzasendinghost.h
 @@ -1,6 +1,8 @@




commit libmemcache for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package libmemcache for openSUSE:Factory 
checked in at 2015-08-01 11:39:06

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


Package is libmemcache

Changes:

--- /work/SRC/openSUSE:Factory/libmemcache/libmemcache.changes  2013-03-01 
07:25:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmemcache.new/libmemcache.changes 
2015-08-01 11:39:08.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 30 13:44:45 UTC 2015 - mplus...@suse.com
+
+- Use explicit dependencies for autoconf/make
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ libmemcache.spec ++
--- /var/tmp/diff_new_pack.34PgLK/_old  2015-08-01 11:39:08.0 +0200
+++ /var/tmp/diff_new_pack.34PgLK/_new  2015-08-01 11:39:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmemcache
 #
-# 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
@@ -16,36 +16,29 @@
 #
 
 
+%define library_name libmemcache0
 Name:   libmemcache
 Version:1.4.0.rc2
 Release:0
-#
-#
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#
+Summary:A client library for memcached
+License:BSD-3-Clause and MIT
+Group:  Development/Libraries/C and C++
 Url:http://people.freebsd.org/~seanc/libmemcache/
 Source: 
http://people.freebsd.org/~seanc/libmemcache/%{name}/%{name}-%{version}.tar.bz2
-Patch:  libmemcache-1.4.0.rc2_gnusource.patch
+Patch0: libmemcache-1.4.0.rc2_gnusource.patch
 Patch1: libmemcache-1.4.0.rc2_gcc43_inline.patch
 Patch2: libmemcache-1.4.0.rc2_preserve_cflags.patch
-#
-Summary:A client library for memcached
-License:BSD-3-Clause and MIT
-Group:  Development/Libraries/C and C++
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libtool
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libmemcache implements a client for the superior memcached from Danga
 Interactive.
 
 
-
-Authors:
-
-Sean Chittenden s...@chittenden.org
-
-%define library_name libmemcache0
-%package -n %library_name
+%package -n %{library_name}
 Summary:A client library for memcached
 Group:  Development/Libraries/C and C++
 
@@ -55,16 +48,10 @@
 
 This package holds the shared libraries from libmemcache.
 
-
-
-Authors:
-
-Sean Chittenden s...@chittenden.org
-
 %package devel
-Requires:   %{library_name} = %{version}
 Summary:Development files for libmemcache
 Group:  Development/Libraries/C and C++
+Requires:   %{library_name} = %{version}
 
 %description devel
 libmemcache implements a client for the superior memcached from Danga
@@ -72,27 +59,21 @@
 
 This package contains the development files for libmemcache.
 
-
-
-Authors:
-
-Sean Chittenden s...@chittenden.org
-
 %prep
-%setup
-%patch
+%setup -q
+%patch0
 %patch1
 %patch2
 touch NEWS README AUTHORS
 
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure
-make %{?_smp_mflags} STRIP=true
+make %{?_smp_mflags}
 
 %install
-%makeinstall STRIP=true
-%{__rm} %{buildroot}%{_libdir}/%{name}.*a
+make DESTDIR=%{buildroot} install %{?_smp_mflags} STRIP=true
+rm %{buildroot}%{_libdir}/%{name}.*a
 
 %post   -n %{library_name} -p /sbin/ldconfig
 




  1   2   >