commit flash-player for openSUSE:13.1:NonFree:Update

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:13.1:NonFree:Update checked in at 2015-01-15 16:48:55

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


Package is "flash-player"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.iWW1B9/_old  2015-01-15 16:48:56.0 +0100
+++ /var/tmp/diff_new_pack.iWW1B9/_new  2015-01-15 16:48:56.0 +0100
@@ -1 +1 @@
-
+

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



commit debhelper for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package debhelper for openSUSE:Factory 
checked in at 2015-01-15 15:58:42

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


Package is "debhelper"

Changes:

--- /work/SRC/openSUSE:Factory/debhelper/debhelper.changes  2013-10-04 
15:57:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.debhelper.new/debhelper.changes 2015-01-15 
15:58:42.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan  4 17:24:25 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 9.20150101
+- Adapt debhelper-no-localized-manpages.patch to upstream changes
+  * debhelper-9.20150101-no-localized-manpages.patch
+- Remove upstreamed debhelper-findutils.patch
+
+---

Old:

  debhelper-findutils.patch
  debhelper-no-localized-manpages.patch
  debhelper_9.20120830.tar.gz

New:

  debhelper-9.20150101-no-localized-manpages.patch
  debhelper_9.20150101.tar.gz



Other differences:
--
++ debhelper.spec ++
--- /var/tmp/diff_new_pack.B7LjXa/_old  2015-01-15 15:58:43.0 +0100
+++ /var/tmp/diff_new_pack.B7LjXa/_new  2015-01-15 15:58:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package debhelper
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   debhelper
-Version:9.20120830
+Version:9.20150101
 Release:0
 Summary:Helper programs for debian/rules
 License:GPL-2.0+
@@ -26,11 +26,9 @@
 # http://ftp.de.debian.org/debian/pool/main/d/debhelper/
 Source0:debhelper_%{version}.tar.gz
 # PATCH-FIX-UPSTREAM not build translated-manpages.
-Patch0: debhelper-no-localized-manpages.patch
+Patch0: debhelper-9.20150101-no-localized-manpages.patch
 # PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages.
 Patch1: debhelper-pod2man-no-utf8.patch
-# PATCH-FIX-UPSTREAM fix problems with new findutils
-Patch2: debhelper-findutils.patch
 Requires:   dpkg
 %if 0%{?suse_version}
 Requires:   perl = %{perl_version}
@@ -51,7 +49,6 @@
 %setup -q -n %{name}
 
 %patch0 -p1
-%patch2 -p1
 %if 0%{?suse_version} && 0%{?suse_version} < 1130
 %patch1 -p1
 %endif

++ debhelper-9.20150101-no-localized-manpages.patch ++
Index: debhelper/Makefile
===
--- debhelper/Makefile.orig 2011-03-16 09:40:35.806209287 +0100
+++ debhelper/Makefile  2011-03-16 09:40:54.454930738 +0100
@@ -42,32 +42,11 @@
 
 POD2MAN=pod2man --utf8 -c Debhelper -r "$(VERSION)"
 
-ifneq ($(USE_NLS),no)
-# l10n to be built is determined from .po files
-LANGS?=$(notdir $(basename $(wildcard man/po4a/po/*.po)))
-else
 LANGS=
-endif
 
 build: version debhelper.7
find . -maxdepth 1 -type f -perm /100 -name "dh*" \
-exec $(POD2MAN) {} {}.1 \;
-ifneq ($(USE_NLS),no)
-   po4a --previous -L UTF-8 man/po4a/po4a.cfg 
-   set -e; \
-   for lang in $(LANGS); do \
-   dir=man/$$lang; \
-   for file in $$dir/dh*.pod; do \
-   prog=`basename $$file | sed 's/.pod//'`; \
-   $(POD2MAN) $$file $$prog.$$lang.1; \
-   done; \
-   if [ -e $$dir/debhelper.pod ]; then \
-   cat $$dir/debhelper.pod | \
-   $(MAKEMANLIST) `find $$dir -type f -maxdepth 1 
-name "dh_*.pod" | sort` | \
-   $(POD2MAN) --name="debhelper" --section=7 > 
debhelper.$$lang.7; \
-   fi; \
-   done
-endif
 
 version:
printf "package 
Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';\n1" > \
@@ -80,12 +59,6 @@
 
 clean:
rm -f *.1 *.7 Debian/Debhelper/Dh_Version.pm
-ifneq ($(USE_NLS),no)
-   po4a --previous --rm-translations --rm-backups man/po4a/po4a.cfg
-endif
-   for lang in $(LANGS); do \
-   if [ -e man/$$lang ]; then rmdir man/$$lang; fi; \
-   done;
 
 install:
install -d $(DESTDIR)$(PREFIX)/bin \
++ debhelper_9.20120830.tar.gz -> debhelper_9.20150101.tar.gz ++
 28013 lines of diff (skipped)

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



commit python-flake8 for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package python-flake8 for openSUSE:Factory 
checked in at 2015-01-15 15:58:09

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


Package is "python-flake8"

Changes:

--- /work/SRC/openSUSE:Factory/python-flake8/python-flake8.changes  
2014-07-11 06:46:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-flake8.new/python-flake8.changes 
2015-01-15 15:58:11.0 +0100
@@ -1,0 +2,7 @@
+Mon Sep 15 08:14:52 UTC 2014 - tbecht...@suse.com
+
+- update to 2.2.3:
+  * Actually turn multiprocessing on by default
+- Update Requires for pyflakes, pep8 and mccabe
+
+---

Old:

  flake8-2.2.2.tar.gz

New:

  flake8-2.2.3.tar.gz



Other differences:
--
++ python-flake8.spec ++
--- /var/tmp/diff_new_pack.Uq4HC5/_old  2015-01-15 15:58:11.0 +0100
+++ /var/tmp/diff_new_pack.Uq4HC5/_new  2015-01-15 15:58:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-flake8
-Version:2.2.2
+Version:2.2.3
 Release:0
 Summary:Modular source code checker: pep8, pyflakes and co
 License:MIT
@@ -27,14 +27,14 @@
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:
-BuildRequires:  python-mccabe >= 0.2
+BuildRequires:  python-mccabe >= 0.2.1
 BuildRequires:  python-mock
 BuildRequires:  python-nose
-BuildRequires:  python-pep8 >= 1.4.3
-BuildRequires:  python-pyflakes >= 0.6.1
-Requires:   python-mccabe >= 0.2
-Requires:   python-pep8 >= 1.4.3
-Requires:   python-pyflakes >= 0.6.1
+BuildRequires:  python-pep8 >= 1.5.7
+BuildRequires:  python-pyflakes >= 0.8.1
+Requires:   python-mccabe >= 0.2.1
+Requires:   python-pep8 >= 1.5.7
+Requires:   python-pyflakes >= 0.8.1
 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()")}

++ flake8-2.2.2.tar.gz -> flake8-2.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.2.2/CHANGES.rst new/flake8-2.2.3/CHANGES.rst
--- old/flake8-2.2.2/CHANGES.rst2014-07-05 04:50:28.0 +0200
+++ new/flake8-2.2.3/CHANGES.rst2014-08-26 02:02:22.0 +0200
@@ -1,6 +1,11 @@
 CHANGES
 ===
 
+2.2.3 - 2014-08-25
+--
+
+- Actually turn multiprocessing on by default
+
 2.2.2 - 2014-07-04
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.2.2/PKG-INFO new/flake8-2.2.3/PKG-INFO
--- old/flake8-2.2.2/PKG-INFO   2014-07-05 04:53:51.0 +0200
+++ new/flake8-2.2.3/PKG-INFO   2014-08-26 02:05:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: flake8
-Version: 2.2.2
+Version: 2.2.3
 Summary: the modular source code checker: pep8, pyflakes and co
 Home-page: http://bitbucket.org/tarek/flake8
 Author: Ian Cordasco
@@ -86,6 +86,11 @@
 CHANGES
 ===
 
+2.2.3 - 2014-08-25
+--
+
+- Actually turn multiprocessing on by default
+
 2.2.2 - 2014-07-04
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.2.2/flake8/__init__.py 
new/flake8-2.2.3/flake8/__init__.py
--- old/flake8-2.2.2/flake8/__init__.py 2014-07-05 04:51:20.0 +0200
+++ new/flake8-2.2.3/flake8/__init__.py 2014-08-26 02:02:39.0 +0200
@@ -1 +1 @@
-__version__ = '2.2.2'
+__version__ = '2.2.3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.2.2/flake8/engine.py 
new/flake8-2.2.3/flake8/engine.py
--- old/flake8-2.2.2/flake8/engine.py   2014-06-27 14:53:50.0 +0200
+++ new/flake8-2.2.3/flake8/engine.py   2014-08-26 02:00:56.0 +0200
@@ -55,7 +55,7 @@
 except NotImplementedError:
 auto = 1
 parser.config_options.append('jobs')
-parser.add_option('-j', '--jobs', type='string', default='',
+parser.add_option('-j', '--jobs', type='string', default='auto',
   help="number of jobs to run simultaneously, "
   "or 'auto'")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.2.2/flake8.egg-info/PKG-INFO 
new/flake8-2.2.3/flake8.egg-info/PKG-INFO
--- old/flake8-2.2.2/flake8.egg-info/PKG-INFO   2014-07-05 04:53:51.0 
+0200
+++ new/flake8-2.2.3

commit apache2 for openSUSE:12.3:Update

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:12.3:Update 
checked in at 2015-01-15 16:05:46

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


Package is "apache2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.d0TCpY/_old  2015-01-15 16:05:47.0 +0100
+++ /var/tmp/diff_new_pack.d0TCpY/_new  2015-01-15 16:05:47.0 +0100
@@ -1 +1 @@
-
+

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



commit rdesktop for openSUSE:13.1:Update

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package rdesktop for openSUSE:13.1:Update 
checked in at 2015-01-15 16:04:28

Comparing /work/SRC/openSUSE:13.1:Update/rdesktop (Old)
 and  /work/SRC/openSUSE:13.1:Update/.rdesktop.new (New)


Package is "rdesktop"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.vqEnqW/_old  2015-01-15 16:04:29.0 +0100
+++ /var/tmp/diff_new_pack.vqEnqW/_new  2015-01-15 16:04:29.0 +0100
@@ -1 +1 @@
-
+

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



commit rdesktop.3367 for openSUSE:13.1:Update

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package rdesktop.3367 for 
openSUSE:13.1:Update checked in at 2015-01-15 16:04:25

Comparing /work/SRC/openSUSE:13.1:Update/rdesktop.3367 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.rdesktop.3367.new (New)


Package is "rdesktop.3367"

Changes:

New Changes file:

--- /dev/null   2014-12-25 22:38:16.200041506 +0100
+++ /work/SRC/openSUSE:13.1:Update/.rdesktop.3367.new/rdesktop.changes  
2015-01-15 16:04:27.0 +0100
@@ -0,0 +1,380 @@
+---
+Mon Dec 29 15:02:59 UTC 2014 - ch...@computersalat.de
+
+- fix for boo#897205 (rdesktop to Windows 2008 R2 Terminal Server)
+- update to 1.8.3
+  * Added a persistent mode used with SeamlessRDP
+  * Added US international keyboard layout with dead keys
+  * Code cleanup to match specifications, use constants defined
+instead of magic numbers, remove of dead code
+  * Fix regression with failed connection and a invalid licensing
+message, introduced in 1.8.2
+  * Fix issue with Non ASCII user / password when using CredSSP
+  * Fix issues using smartcard redirection with Windows 2012 R2
+  * Fix issue with windows key functionality
+  * Fix memory corruption when using rdp_out_unistr()
+  * Fix workaround for the lack of support for alpha cursors
+  * Fix silent exit when redirected when using CredSSP
+  * Fix crash when starting rdesktop without domain specified while
+using CredSSP
+  * Fix issue in SeamlessRDP protocol parser upon reconnect
+  * Fix issue were a new SeamlessRDP application is respawned upon
+a reconnection
+
+---
+Thu Oct  2 20:47:41 UTC 2014 - crrodrig...@opensuse.org
+
+- Enable libao backend, this will help with pulseaudio 
+- Do not buildrequire xorg-x11-devel just the specific needed
+  X libraries
+
+---
+Fri Sep  5 18:10:38 UTC 2014 - ch...@computersalat.de
+
+- fix for bnc#874452
+  * rdesktop doesn't react to user input (keyboard, mouse) when
+connected to VirtualBox
+- update to 1.8.2
+  * Support enhanced server redirection (Session broker 2012)
+  * Support License Error Alert PDU
+  * Changed default driver for printer redirection
+  * Fix CredSSP login using non-ASCII username/password
+  * Fix double login prompt bug with Win2008 server redirection
+  * Fix keysym collisions
+  * Fix mouse cursor with 2012 R2
+  * Fix local drive redirection with Win8 / Win2012
+  * Fix issue with mouse cursor hotspot
+  * Fix issue with mouse / keyboard against VirtualBox RDP
+  * Fix uncomplete czech keymap * Fix error in dutch keymap
+
+---
+Fri Mar 14 18:04:54 UTC 2014 - ch...@computersalat.de
+
+- fix for bnc#852333, bnc#849740, bnc#852524
+- update to 1.8.1
+  * Fix a typo in configure.ac
+  * Fix a bug which made rdesktop steal CPU cycles.
+  * Fix issue with reconnect, make use of deactivate variable
+  * Added 4 new disconnect reasons with exit codes
+  * Fix issues of window handling in SeamlessRDP parts of rdesktop
+  * Fix a backward compability with OpenSSL < 0.9.9
+  * Fix a bug when code needs a x window available but there are none.
+  * Fix a sigsegv zeroing memory
+  * Fix a 64bit portability issue
+- remove obsolete patches
+  * tcp_return, 64bit_portability_issue
+
+---
+Mon Aug 12 12:08:27 UTC 2013 - ch...@computersalat.de
+
+- fix for sf#366: http://sourceforge.net/p/rdesktop/bugs/366/
+  * added patches: tcp_return, 64bit_portability_issue
+
+---
+Sat Aug 10 10:42:02 UTC 2013 - ch...@computersalat.de
+
+- update to 1.8.0
+  * Support for protocol negotiation eg. SSL/TLSv1 and CredSSP 
+  * Support for CredSSP + Kerberos authentication (NLA) 
+  * Support for smart card single-sign-on 
+  * Support passing smart card pin as password as argument 
+  * Added IPC for controlling a master rdesktop process 
+  * Support for connection sharing when using SeamlessRDP 
+  * Improved handling of network connection failures 
+  * Autoreconnect using the connection cookie at network failure 
+  * Fix a few smart card issues 
+  * Fix bug with mouse scroll handling 
+  * Fix for left/right braces in Italian keymap 
+  * Fix crash and memory leak in local drive redirection 
+  * Fixes issues with license files loading/saving
+- remove obsolete rdesktop-1.7.0-lib64.dif patch
+- add missing dependency for libgssglue
+
+---
+Tue Feb 19 15:11:04 UTC 2013 - alexan...@exatati.com.br
+
+- Enable smartcard support.
+
+---

commit libqt5-qtbase for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2015-01-15 16:00:57

Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)


Package is "libqt5-qtbase"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2014-12-29 00:31:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2015-01-15 16:00:59.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 12 16:33:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added Fix-use-after-free-bug.patch from upstream
+  (qtbug#43623, boo#870151)
+
+---

New:

  Fix-use-after-free-bug.patch



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.vBV7cg/_old  2015-01-15 16:01:01.0 +0100
+++ /var/tmp/diff_new_pack.vBV7cg/_new  2015-01-15 16:01:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtbase
 #
-# 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
@@ -62,6 +62,8 @@
 Patch2000:  Handle-SelectionClientClose-in-QXcbClipboard.patch
 # PATCH-FIX-UPSTREAM qimage_conversions.cpp: Fix build on big endian systems
 Patch2001:  qimage_conversions.cpp-Fix-build-on-big-endian-syste.patch
+# PATCH-FIX-UPSTREAM Fix-use-after-free-bug.patch
+Patch2002:  Fix-use-after-free-bug.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cups-devel
 BuildRequires:  fdupes
@@ -150,6 +152,7 @@
 %patch6 -p1
 %patch2000 -p1
 %patch2001 -p1
+%patch2002 -p1
 
 # be sure not to use them
 rm -r src/3rdparty/{libjpeg,freetype,libpng,zlib}

++ Fix-use-after-free-bug.patch ++
From: Gatis Paeglis 
Date: Wed, 07 Jan 2015 13:50:41 +
Subject: Fix use-after-free bug
X-Git-Url: 
http://quickgit.kde.org/?p=qt%2Fqtbase.git&a=commitdiff&h=d40b66a8ef98777c69ac293dac9a332f88832c23
---
Fix use-after-free bug

xcb_image_destroy() calls free on m_xcb_image
and then few lines down we access member of
m_xcb_image. Swap order of these two actions.

Change-Id: I01fb43a066459cce462df6af22161c35cef524eb
Task-number: QTBUG-43623
Reviewed-by: Shawn Rutledge 
---


--- a/src/plugins/platforms/xcb/qxcbbackingstore.cpp
+++ b/src/plugins/platforms/xcb/qxcbbackingstore.cpp
@@ -145,8 +145,6 @@
 if (segmentSize && m_shm_info.shmaddr)
 Q_XCB_CALL(xcb_shm_detach(xcb_connection(), m_shm_info.shmseg));
 
-xcb_image_destroy(m_xcb_image);
-
 if (segmentSize) {
 if (m_shm_info.shmaddr) {
 shmdt(m_shm_info.shmaddr);
@@ -155,6 +153,8 @@
 free(m_xcb_image->data);
 }
 }
+
+xcb_image_destroy(m_xcb_image);
 
 if (m_gc)
 Q_XCB_CALL(xcb_free_gc(xcb_connection(), m_gc));

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



commit icewm for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package icewm for openSUSE:Factory checked 
in at 2015-01-15 16:00:47

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


Package is "icewm"

Changes:

--- /work/SRC/openSUSE:Factory/icewm/icewm.changes  2014-10-08 
22:13:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.icewm.new/icewm.changes 2015-01-15 
16:00:50.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 12 07:39:53 UTC 2015 - ty...@suse.com
+
+- Fix the bnc#905159:shutdown and reboot commands not working.
+  Change the shutdown and reboot command in preference.
+  Add patch: icewm-1.3.8-shutdown-reboot-command.patch
+  and updated from upstream:https://github.com/bbidulock/icewm. 
+
+---

New:

  icewm-1.3.8-shutdown-reboot-command.patch



Other differences:
--
++ icewm.spec ++
--- /var/tmp/diff_new_pack.k2rRi8/_old  2015-01-15 16:00:51.0 +0100
+++ /var/tmp/diff_new_pack.k2rRi8/_new  2015-01-15 16:00:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icewm
 #
-# 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
@@ -64,6 +64,7 @@
 Patch10:icewm-susemenu.patch
 Patch11:icewm-fix-themes.patch
 Patch12:icewm-bg-default-at-error.patch
+Patch13:icewm-1.3.8-shutdown-reboot-command.patch
 # applied in %%build
 Patch99:icewm-preferences.patch
 Url:http://www.icewm.org/
@@ -134,6 +135,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %define lites icewm icewmhint icewmbg icesh icewm-session
 

++ icewm-1.3.8-shutdown-reboot-command.patch ++
diff --git a/src/wmmgr.cc b/src/wmmgr.cc
index 4252bf6..ae1c0e5 100644
--- a/src/wmmgr.cc
+++ b/src/wmmgr.cc
@@ -697,8 +697,6 @@ void YWindowManager::handleClientMessage(const 
XClientMessageEvent &message) {
 case ICEWM_ACTION_RESTARTWM:
 case ICEWM_ACTION_WINDOWLIST:
 case ICEWM_ACTION_ABOUT:
-break;
-default:
 smActionListener->handleSMAction(message.data.l[1]);
 break;
 }
++ icewm-preferences.patch ++
--- /var/tmp/diff_new_pack.k2rRi8/_old  2015-01-15 16:00:51.0 +0100
+++ /var/tmp/diff_new_pack.k2rRi8/_new  2015-01-15 16:00:51.0 +0100
@@ -33,11 +33,11 @@
  
  #  Command to shutdown the system
 -# ShutdownCommand=""
-+ShutdownCommand="dbus-send --system --print-reply 
--dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager 
org.freedesktop.ConsoleKit.Manager.Stop"
++ShutdownCommand="dbus-send --system --print-reply 
--dest=org.freedesktop.login1 /org/freedesktop/login1 
org.freedesktop.login1.Manager.PowerOff boolean:true 2>&1 && return"
  
  #  Command to reboot the system
 -# RebootCommand=""
-+RebootCommand="dbus-send --system --print-reply 
--dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager 
org.freedesktop.ConsoleKit.Manager.Restart"
++RebootCommand="dbus-send --system --print-reply --dest=org.freedesktop.login1 
/org/freedesktop/login1 org.freedesktop.login1.Manager.Reboot boolean:true 2>&1 
&& return"
  
  #  Command to run on CPU status
  # CPUStatusCommand="xterm -name top -title Process\ Status -e top"

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



commit python-pyparsing for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

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

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


Package is "python-pyparsing"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyparsing/python-pyparsing.changes
2013-09-24 07:11:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyparsing.new/python-pyparsing.changes   
2015-01-15 16:01:10.0 +0100
@@ -1,0 +2,55 @@
+Tue Nov 11 17:34:18 UTC 2014 - greg.freem...@gmail.com
+
+- update to v2.0.2
+   - Extended "expr(name)" shortcut (same as "expr.setResultsName(name)")
+ to accept "expr()" as a shortcut for "expr.copy()".
+
+   - Added "locatedExpr(expr)" helper, to decorate any returned tokens
+ with their location within the input string. Adds the results names
+ locn_start and locn_end to the output parse results.
+
+   - Added "pprint()" method to ParseResults, to simplify troubleshooting
+ and prettified output. Now instead of importing the pprint module
+ and then writing "pprint.pprint(result)", you can just write
+ "result.pprint()".  This method also accepts addtional positional and
+ keyword arguments (such as indent, width, etc.), which get passed 
+ through directly to the pprint method 
+ (see http://docs.python.org/2/library/pprint.html#pprint.pprint).
+
+   - Removed deprecation warnings when using '<<' for Forward expression
+ assignment. '<<=' is still preferred, but '<<' will be retained
+ for cases whre '<<=' operator is not suitable (such as in defining
+ lambda expressions).
+
+   - Expanded argument compatibility for classes and functions that
+ take list arguments, to now accept generators as well.
+
+   - Extended list-like behavior of ParseResults, adding support for
+ append and extend. NOTE: if you have existing applications using
+ these names as results names, you will have to access them using
+ dict-style syntax: res["append"] and res["extend"]
+
+   - ParseResults emulates the change in list vs. iterator semantics for
+ methods like keys(), values(), and items(). Under Python 2.x, these
+ methods will return lists, under Python 3.x, these methods will 
+ return iterators.
+
+   - ParseResults now has a method haskeys() which returns True or False
+ depending on whether any results names have been defined. This 
simplifies
+ testing for the existence of results names under Python 3.x, which 
+ returns keys() as an iterator, not a list.
+
+   - ParseResults now supports both list and dict semantics for pop().
+ If passed no argument or an integer argument, it will use list 
semantics
+ and pop tokens from the list of parsed tokens. If passed a non-integer
+ argument (most likely a string), it will use dict semantics and 
+ pop the corresponding value from any defined results names. A
+ second default return value argument is supported, just as in 
+ dict.pop().
+
+   - Fixed bug in markInputline, thanks for reporting this, Matt Grant!
+
+   - Cleaned up my unit test environment, now runs with Python 2.6 and 
+ 3.3.
+
+---

Old:

  pyparsing-2.0.1.tar.gz

New:

  pyparsing-2.0.2.tar.gz



Other differences:
--
++ python-pyparsing.spec ++
--- /var/tmp/diff_new_pack.VRIr05/_old  2015-01-15 16:01:10.0 +0100
+++ /var/tmp/diff_new_pack.VRIr05/_new  2015-01-15 16:01:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyparsing
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyparsing
-Version:2.0.1
+Version:2.0.2
 Release:0
 Url:http://pyparsing.wikispaces.com/
 Summary:Grammar Parser Library for Python

++ pyparsing-2.0.1.tar.gz -> pyparsing-2.0.2.tar.gz ++
 14392 lines of diff (skipped)

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



commit SDL for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package SDL for openSUSE:Factory checked in 
at 2015-01-15 16:00:52

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


Package is "SDL"

Changes:

--- /work/SRC/openSUSE:Factory/SDL/SDL.changes  2015-01-08 23:05:34.0 
+0100
+++ /work/SRC/openSUSE:Factory/.SDL.new/SDL.changes 2015-01-15 
16:00:53.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 12 16:16:23 UTC 2015 - sch...@suse.de
+
+- libspe2 only exists for ppc and ppc64
+
+---



Other differences:
--
++ SDL.spec ++
--- /var/tmp/diff_new_pack.J5ozVZ/_old  2015-01-15 16:00:55.0 +0100
+++ /var/tmp/diff_new_pack.J5ozVZ/_new  2015-01-15 16:00:55.0 +0100
@@ -54,7 +54,7 @@
 %if 0%{?suse_version} < 1120
 BuildRequires:  arts-devel
 %endif
-%ifarch ppc ppc64 ppc64p7 ppc64le
+%ifarch ppc ppc64
 BuildRequires:  libspe2-devel
 %endif
 


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



commit hdf5 for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

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

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


Package is "hdf5"

Changes:

--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes2014-06-25 
10:49:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2015-01-15 
16:01:08.0 +0100
@@ -1,0 +2,16 @@
+Tue Jan 13 11:07:12 CET 2015 - p...@suse.de
+
+- Tag baselibs.conf as source.
+
+---
+Fri Jan  9 12:45:39 UTC 2015 - sweet_...@gmx.de
+
+- fix typos in ChangeLog
+
+---
+Wed Nov 19 10:52:32 UTC 2014 - pgaj...@suse.com
+
+- updated to 1.8.14:
+  * bugfix release, see RELEASE.txt
+
+---
@@ -4 +20 @@
-- updated to 1.8.3:
+- updated to 1.8.13:
@@ -42 +58 @@
-- update to 1.8.2:
+- update to 1.8.12:

Old:

  hdf5-1.8.13.tar.bz2

New:

  hdf5-1.8.14.tar.bz2



Other differences:
--
++ hdf5.spec ++
--- /var/tmp/diff_new_pack.0IGPvn/_old  2015-01-15 16:01:09.0 +0100
+++ /var/tmp/diff_new_pack.0IGPvn/_new  2015-01-15 16:01:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hdf5
 #
-# 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 @@
 #
 
 
-%define hdf5_libver 8
+%define hdf5_libver 9
 %define libname libhdf5
 
 %if 0%{?sles_version}
@@ -29,13 +29,14 @@
 %define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2}
 
 Name:   hdf5
-Version:1.8.13
+Version:1.8.14
 Release:0
 Summary:A general purpose library and file format for storing 
scientific data
 License:BSD-3-Clause
 Group:  Development/Libraries/Other
 Url:http://www.hdfgroup.org/HDF5/
 Source0:
http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%{version}/src/hdf5-%{version}.tar.bz2
+Source1:baselibs.conf
 Patch0: hdf5-LD_LIBRARY_PATH.patch
 Patch1: hdf5-non_void_return.patch
 # not really needed but we want to get noticed if hdf5 doesn' t know our host

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.0IGPvn/_old  2015-01-15 16:01:09.0 +0100
+++ /var/tmp/diff_new_pack.0IGPvn/_new  2015-01-15 16:01:09.0 +0100
@@ -1,18 +1,18 @@
-libhdf5-8
+libhdf5-9
 hdf5-devel
   requires -
-  requires "libhdf5-8- = "
-  requires "libhdf5_hl8- = "
-libhdf5-8-openmpi
+  requires "libhdf5-9- = "
+  requires "libhdf5_hl9- = "
+libhdf5-9-openmpi
 hdf5-openmpi-devel
   requires -openmpi-
-  requires "libhdf5-8-openmpi- = "
-  requires "libhdf5_hl8-openmpi- = "
-libhdf5-8-mvapich2
-libhdf5_hl8
-libhdf5_hl8-mvapich2
-libhdf5_hl8-openmpi
+  requires "libhdf5-9-openmpi- = "
+  requires "libhdf5_hl9-openmpi- = "
+libhdf5-9-mvapich2
+libhdf5_hl9
+libhdf5_hl9-mvapich2
+libhdf5_hl9-openmpi
 hdf5-mvapich2-devel
   requires -openmpi-
-  requires "libhdf5-8-mvapich2- = "
-  requires "libhdf5_hl8-mvapich2- = "
+  requires "libhdf5-9-mvapich2- = "
+  requires "libhdf5_hl9-mvapich2- = "

++ hdf5-1.8.13.tar.bz2 -> hdf5-1.8.14.tar.bz2 ++
/work/SRC/openSUSE:Factory/hdf5/hdf5-1.8.13.tar.bz2 
/work/SRC/openSUSE:Factory/.hdf5.new/hdf5-1.8.14.tar.bz2 differ: char 11, line 1

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



commit apache2 for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-01-15 16:00:42

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2015-01-10 
23:06:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2015-01-15 
16:00:44.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 12 10:51:32 UTC 2015 - br...@ioda-net.ch
+
+- Redone lost patch to fix boo#859439 
+  + service reload can cause log data to be lost with logrotate
+  under some circumstances: remove "-t" from service reload.
+  [bnc#859439]
+
+---



Other differences:
--

++ apache2.service ++
--- /var/tmp/diff_new_pack.66nmbj/_old  2015-01-15 16:00:46.0 +0100
+++ /var/tmp/diff_new_pack.66nmbj/_new  2015-01-15 16:00:46.0 +0100
@@ -9,7 +9,7 @@
 PrivateTmp=true
 EnvironmentFile=/etc/sysconfig/apache2
 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k start
-ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -t -k graceful
+ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful
 ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful-stop
 
 [Install]



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



commit ntp for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2015-01-15 16:01:00

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


Package is "ntp"

Changes:

--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2014-12-25 23:20:37.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2015-01-15 
16:01:02.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan  4 14:31:14 UTC 2015 - mplus...@suse.com
+
+- Enable avahi support
+
+---



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.WUHVdZ/_old  2015-01-15 16:01:02.0 +0100
+++ /var/tmp/diff_new_pack.WUHVdZ/_new  2015-01-15 16:01:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ntp
 #
-# 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
@@ -60,6 +60,7 @@
 Patch22:ntp-CVE-2014-9295.patch
 Patch23:ntp-CVE-2014-9296.patch
 BuildRequires:  autoconf
+BuildRequires:  avahi-compat-mDNSResponder-devel
 BuildRequires:  fdupes
 BuildRequires:  libcap-devel
 BuildRequires:  libtool



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



commit python3-cssselect for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package python3-cssselect for 
openSUSE:Factory checked in at 2015-01-15 16:01:02

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


Package is "python3-cssselect"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cssselect/python3-cssselect.changes  
2013-07-12 20:52:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-cssselect.new/python3-cssselect.changes 
2015-01-15 16:01:04.0 +0100
@@ -1,0 +2,24 @@
+Tue Jan 13 06:41:13 UTC 2015 - a...@gmx.de
+
+- changes: fixed some formating issues
+
+- update to version 0.9.1:
+  * Backward incompatible change from 0.9: selector_to_xpath()
+defaults to ignoring pseudo-elements, as it did in 0.8 and
+previous versions. (css_to_xpath() doesn’t change.)
+  * Drop official support for Python 2.4 and 3.1, as testing was
+becoming difficult. Nothing will break overnight, but future
+releases may on may not work on these versions. Older releases
+will remain available on PyPI.
+
+- changes from version 0.9:
+  * Add parser support for functional pseudo-elements.
+
+---
+Sun Jan 10 00:51:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * remove python(abi) requirement
+
+---
@@ -5 +29 @@
-  fixes bnc#828513 
+  * fixes bnc#828513
@@ -12,10 +36,7 @@
-  Changelog (http://pythonhosted.org/cssselect/#changelog):
-Released on 2013-03-15.
-  Improvements:
-#22 Let extended translators override what XPathExpr class is used
-#19 Use the built-in lang() XPath function for implementing the 
:lang() pseudo-class with XML documents. This is probably faster than 
ancestor-or-self::.
-
-Bug fixes:
-#14 Fix non-ASCII pseudo-classes. (Invalid selector instead of crash.)
-#20 As per the spec, elements containing only whitespace are not 
considered empty for the :empty pseudo-class.
-
+  * #22 Let extended translators override what XPathExpr class is used
+  * #19 Use the built-in lang() XPath function for implementing the
+ :lang() pseudo-class with XML documents. This is probably faster
+ than ancestor-or-self::.
+  * #14 Fix non-ASCII pseudo-classes. (Invalid selector instead of crash.)
+  * #20 As per the spec, elements containing only whitespace are not
+ considered empty for the :empty pseudo-class.

Old:

  cssselect-0.8.tar.gz

New:

  cssselect-0.9.1.tar.gz



Other differences:
--
++ python3-cssselect.spec ++
--- /var/tmp/diff_new_pack.YpxBIs/_old  2015-01-15 16:01:05.0 +0100
+++ /var/tmp/diff_new_pack.YpxBIs/_new  2015-01-15 16:01:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-cssselect
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cssselect
-Version:0.8
+Version:0.9.1
 Release:0
 Summary:CSS3 selectors for Python
 License:BSD-3-Clause
@@ -27,7 +27,6 @@
 BuildRequires:  python3-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   python(abi) = %{py3_ver}
 
 %description
 cssselect parses CSS3 Selectors and translates them to XPath 1.0

++ cssselect-0.8.tar.gz -> cssselect-0.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.8/AUTHORS new/cssselect-0.9.1/AUTHORS
--- old/cssselect-0.8/AUTHORS   2013-03-14 19:52:38.0 +0100
+++ new/cssselect-0.9.1/AUTHORS 2013-10-15 16:58:30.0 +0200
@@ -1,5 +1,9 @@
+Daniel Graña
 Ian Bicking
 Laurence Rowe
+Mikhail Korobov
+Paul Tremberth
 Simon Potter
 Simon Sapin
 Stefan Behnel
+Varialus
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.8/CHANGES new/cssselect-0.9.1/CHANGES
--- old/cssselect-0.8/CHANGES   2013-03-15 16:51:05.0 +0100
+++ new/cssselect-0.9.1/CHANGES 2013-10-17 15:32:13.0 +0200
@@ -1,6 +1,37 @@
 Changelog
 =
 
+Version 0.9.1
+-
+
+Released on 2013-10-17.
+
+* **Backward incompatible change from 0.9**:
+  :meth:`~GenericTranslator.selector_to_xpath` defaults to
+  ignoring pseudo-elements,
+  as it did in 0.8 and previous versions.
+  (:meth:`~GenericTranslator.css_to_xpath` doesn’t change.)
+* Drop official support for Python 2.

commit python3 for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

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

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


Package is "python3"

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2014-10-31 
12:30:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2015-01-15 16:00:48.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan 11 13:01:30 UTC 2015 - p.drou...@gmail.com
+
+- asyncio has been merged in python3 main package; provide and
+  obsolete it
+- Remove obsolete AUTHORS section
+- Remove redundant %clean section
+
+---
python3.changes: same change



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.qFJf17/_old  2015-01-15 16:00:50.0 +0100
+++ /var/tmp/diff_new_pack.qFJf17/_new  2015-01-15 16:00:50.0 +0100
@@ -45,6 +45,9 @@
 # not a conflict to have python3-3.1 and python3-base > 3.1
 Obsoletes:  python3 < 3.2
 # no Provides, because python3 is obviously provided by package python3
+# python3 3.4 provides asyncio
+Provides:   python3-asyncio = %{version}
+Obsoletes:  python3-asyncio < %{version}
 
 Source0:http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
 Source1:
http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz.asc
@@ -129,11 +132,6 @@
 install python-devel package.
 
 
-Authors:
-
-Guido van Rossum 
-
-
 %package -n python3-tools
 Requires:   %{name} = %{version}
 Summary:Python Utility and Demonstration Scripts
@@ -401,9 +399,6 @@
 )
 echo %{sitedir}/_import_failed > 
$RPM_BUILD_ROOT/%{sitedir}/site-packages/-import-failed-hooks.pth
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libpython%{so_version} -p /sbin/ldconfig
 
 %postun -n libpython%{so_version} -p /sbin/ldconfig

python3.spec: same change


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



commit fonts-config for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package fonts-config for openSUSE:Factory 
checked in at 2015-01-15 16:00:43

Comparing /work/SRC/openSUSE:Factory/fonts-config (Old)
 and  /work/SRC/openSUSE:Factory/.fonts-config.new (New)


Package is "fonts-config"

Changes:

--- /work/SRC/openSUSE:Factory/fonts-config/fonts-config.changes
2014-12-10 23:46:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config.changes   
2015-01-15 16:00:46.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 12 13:55:20 UTC 2015 - pgaj...@suse.com
+
+- added Command: metadata to relevant sysconfig variables
+  [bnc#912279]
+
+---



Other differences:
--
++ fonts-config.spec ++
--- /var/tmp/diff_new_pack.OEAgj5/_old  2015-01-15 16:00:48.0 +0100
+++ /var/tmp/diff_new_pack.OEAgj5/_new  2015-01-15 16:00:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fonts-config
 #
-# 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







++ sysconfig.fonts-config ++
--- /var/tmp/diff_new_pack.OEAgj5/_old  2015-01-15 16:00:48.0 +0100
+++ /var/tmp/diff_new_pack.OEAgj5/_new  2015-01-15 16:00:48.0 +0100
@@ -2,6 +2,7 @@
 ## Description: Display font configuration
 ## Type:integer
 ## Default: 0
+## Command: /usr/sbin/fonts-config
 #
 # Type of output (quiet=0, verbose=1, debug=256) while reconfiguring
 # fonts.
@@ -12,6 +13,7 @@
 ## Description: Display font configuration
 ## Type:list(none,hintnone,hintslight,hintmedium,hintfull)
 ## Default: none
+## Command: /usr/sbin/fonts-config
 #
 #  Prefered common hinting style.
 #  
@@ -26,6 +28,7 @@
 ## Description: Display font configuration
 ## Type:yesno
 ## Default: no
+## Command: /usr/sbin/fonts-config
 #
 #  Force autohint even for fonts, which are said to have good
 #  hinting instructions.
@@ -36,6 +39,7 @@
 ## Description: Display font configuration
 ## Type:yesno
 ## Default: no
+## Command: /usr/sbin/fonts-config
 #
 # Force black and white rendering. Fonts will not get smoothed with
 # the benefit of high contrast betwen font and background.
@@ -46,6 +50,7 @@
 ## Description: Display font configuration
 ## Type:yesno
 ## Default: no
+## Command: /usr/sbin/fonts-config
 #
 # Force black and white rendering for well hinted monospaced fonts.
 # That makes look them in bitmap quality.
@@ -56,6 +61,7 @@
 ## Description: Display font configuration
 ## Type:list(lcdnone,lcddefault,lcdlight,lcdlegacy)
 ## Default: lcdnone
+## Command: /usr/sbin/fonts-config
 #
 # LCD filter.
 #
@@ -69,6 +75,7 @@
 ## Description: Display font configuration
 ## Type:list(none,rgb,vrgb,bgr,vbgr,unknown)
 ## Default: none
+## Command: /usr/sbin/fonts-config
 #
 # Subpixel arrangement for your monitor and its rotation.
 #
@@ -78,6 +85,7 @@
 ## Description: Display font configuration
 ## Type:yesno
 ## Default: yes
+## Command: /usr/sbin/fonts-config
 #
 # As rendering of outlines is often not perfect at small sizes, some
 # TrueType or OpenType fonts contain "embedded" bitmaps for small sizes.
@@ -100,6 +108,7 @@
 ## Description: Display font configuration
 ## Type:string
 ## Default: ja:ko:zh-CN:zh-TW:zh-HK:zh-SG
+## Command: /usr/sbin/fonts-config
 #
 # You can limit the use of embedded bitmaps only to fonts which support certain
 # languages. To do this set this variable to a colon separated list of 
languages.
@@ -115,6 +124,7 @@
 ## Description: Display font configuration
 ## Type:string
 ## Default: ""
+## Command: /usr/sbin/fonts-config
 #
 # Colon-separated list of prefered sans families. Most prefered family first.
 #
@@ -134,6 +144,7 @@
 ## Description: Display font configuration
 ## Type:string
 ## Default: ""
+## Command: /usr/sbin/fonts-config
 #
 # Colon-separated list of prefered serif families. Most prefered family first.
 #
@@ -153,6 +164,7 @@
 ## Description: Display font configuration
 ## Type:string
 ## Default: ""
+## Command: /usr/sbin/fonts-config
 #
 # Colon-separated list of prefered sans families. Most prefered family first.
 #
@@ -172,6 +184,7 @@
 ## Description: Display font configuration
 ## Type:yesno
 ## Default: yes
+## Command: /usr/sbin/fonts-config
 #
 # Perform metric substitutions.
 #
@@ -193,6 +206,7 @@
 ## Description: Display font configuration
 ## Type:   

commit openwsman for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2015-01-15 15:59:09

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


Package is "openwsman"

Changes:

--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes  2014-10-31 
20:20:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2015-01-15 
15:59:30.0 +0100
@@ -1,0 +2,11 @@
+Thu Jan 15 08:01:43 UTC 2015 - kkae...@suse.com
+
+- Update to 2.4.13
+  - Features
+- Support Ruby 2.2
+  - Bugfixes
+- Parsing of vendor namespaces (#48, #38)
+- Client getters memory leaks (#47)
+- Keep order of 'invoke' parameters (#49)
+
+---

Old:

  openwsman-2.4.12.tar.bz2

New:

  openwsman-2.4.13.tar.bz2



Other differences:
--
++ openwsman.spec ++
--- /var/tmp/diff_new_pack.cfGU8S/_old  2015-01-15 15:59:30.0 +0100
+++ /var/tmp/diff_new_pack.cfGU8S/_new  2015-01-15 15:59:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openwsman
 #
-# 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
@@ -118,7 +118,7 @@
 %endif
 
 Requires(pre):  sed coreutils grep /bin/hostname
-Version:2.4.12
+Version:2.4.13
 Release:0
 # Mandriva:
 # Release %mkrel 1
@@ -279,7 +279,7 @@
 %if 0%{?fedora}
 %define perl_version %(eval "`%{__perl} -V:version`"; echo $version)
 %define perl_requires perl(:MODULE_COMPAT_%{perl_version})
-Requires:   %{perl_version}
+Requires:   %{perl_requires}
 %else
 Requires:   perl = %{perl_version}
 %endif

++ openwsman-2.4.12.tar.bz2 -> openwsman-2.4.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.4.12/CMakeLists.txt 
new/openwsman-2.4.13/CMakeLists.txt
--- old/openwsman-2.4.12/CMakeLists.txt 2014-10-20 10:00:56.0 +0200
+++ new/openwsman-2.4.13/CMakeLists.txt 2015-01-13 14:06:54.0 +0100
@@ -13,10 +13,8 @@
 #
 if(COMMAND cmake_policy)
   cmake_policy(SET CMP0003 OLD)
-endif(COMMAND cmake_policy)
-
-if(COMMAND cmake_policy)
   cmake_policy(SET CMP0005 OLD)
+  cmake_policy(SET CMP0046 OLD)
 endif(COMMAND cmake_policy)
  
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.4.12/ChangeLog 
new/openwsman-2.4.13/ChangeLog
--- old/openwsman-2.4.12/ChangeLog  2014-10-20 12:22:36.0 +0200
+++ new/openwsman-2.4.13/ChangeLog  2015-01-15 08:58:00.0 +0100
@@ -1,3 +1,11 @@
+2.4.13
+- Features
+  - Support Ruby 2.2
+- Bugfixes
+  - Parsing of vendor namespaces (#48, #38)
+  - Client getters memory leaks (#47)
+  - Keep order of 'invoke' parameters (#49)
+
 2.4.12
 - Features
   - New config option 'ssl_disable_protocols'. Pre-set to disable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.4.12/README-TESTING.md 
new/openwsman-2.4.13/README-TESTING.md
--- old/openwsman-2.4.12/README-TESTING.md  1970-01-01 01:00:00.0 
+0100
+++ new/openwsman-2.4.13/README-TESTING.md  2015-01-13 15:37:09.0 
+0100
@@ -0,0 +1,22 @@
+# Testing openwsman
+
+Note: Package names refer to openSUSE, ymmv.
+
+## Install required packages
+
+* sblim-sfcb
+* sblim-cmpi-base
+* sblim-wbemcli
+* wsmancli
+
+## Preparing the test environment
+
+* sudo sfcbd
+* sudo openwsmand
+* sudo wseventsink
+
+## Testing from git
+
+
+
+## Testing openwsman packages
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.4.12/VERSION.cmake 
new/openwsman-2.4.13/VERSION.cmake
--- old/openwsman-2.4.12/VERSION.cmake  2014-10-20 12:19:29.0 +0200
+++ new/openwsman-2.4.13/VERSION.cmake  2015-01-15 08:58:00.0 +0100
@@ -44,10 +44,10 @@
 #set COMPATMINOR to MINOR. (binary incompatible change)
 #
 
-# Package version 2.4.12
+# Package version 2.4.13
 SET(OPENWSMAN_MAJOR "2")
 SET(OPENWSMAN_MINOR "4")
-SET(OPENWSMAN_PATCH "12")
+SET(OPENWSMAN_PATCH "13")
 
 # Plugin API 2.2
 SET(OPENWSMAN_PLUGIN_API_MAJOR "2")
Files old/openwsman-2.4.12/bindings/perl/tests/core and 
new/openwsman-2.4.13/bindings/perl/tests/core differ
Files old/openwsman-2.4.12/bindings/python/tests/core and 
new/openwsman-2.4.13/bindings/python/tests/cor

commit yaz for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package yaz for openSUSE:Factory checked in 
at 2015-01-15 15:59:15

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


Package is "yaz"

Changes:

--- /work/SRC/openSUSE:Factory/yaz/yaz.changes  2014-12-10 23:44:36.0 
+0100
+++ /work/SRC/openSUSE:Factory/.yaz.new/yaz.changes 2015-01-15 
15:59:36.0 +0100
@@ -1,0 +2,23 @@
+Thu Jan 15 11:36:33 UTC 2015 - l...@linux-schulserver.de
+
+- Update to 5.8.1:
+  + record conv: 'select' return org record if no x-path match YAZ-814
+  + retrieval: pick matched element-set rule YAZ-813
+  + Fix crash in record conv rule 'select' YAZ-812
+  + record_conv: selection by X-Path YAZ-811
+That's a new step in record conversion system ()
+  + Document record render parameters for ZOOM - including base64
+  + Fix application/x-www-form-urlencoded + empty YAZ-810
+A SEGV occurred if Content-Type was "application/x-www-form-urlencoded"
+and empty content was supplied.
+  + Fix yaz-iconv man page for typos and incorrect example. YAZ-809
+  + Fail hard if Bison is not found and is needed YAZ-808
+  + Enable YAZ backtrace for programs YAZ-802
+  + Fix daemon: parent process stops before child YAZ-806
+Try to fix the situation where parent process stops before
+child has acknowledged it .. SIGUSR2 back!
+  + daemon: log message when keepalive stops.
+- rename libpackage to libyaz5 to follow library naming
+- small specfile cleanup
+
+---

Old:

  yaz-5.7.1.tar.gz

New:

  yaz-5.8.1.tar.gz



Other differences:
--
++ yaz.spec ++
--- /var/tmp/diff_new_pack.P1dSmf/_old  2015-01-15 15:59:36.0 +0100
+++ /var/tmp/diff_new_pack.P1dSmf/_new  2015-01-15 15:59:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yaz
 #
-# 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,8 +16,9 @@
 #
 
 
+%define libname libyaz5
 Name:   yaz
-Version:5.7.1
+Version:5.8.1
 Release:0
 Summary:Z39.50 protocol server and client
 License:BSD-3-Clause
@@ -40,7 +41,6 @@
 BuildRequires:  tcpd-devel
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define libname libyaz4
 
 %description
 This package contains both a test-server and clients (normal & ssl) for
@@ -48,7 +48,6 @@
 clients and servers are also supported.
 
 %package doc
-
 Summary:Documentation for %{name} (Z39.50 Library)
 Group:  Documentation/HTML
 %if 0%{?suse_version} >= 1140
@@ -104,7 +103,7 @@
 make %{?_smp_mflags}
 
 %install
-%{makeinstall}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # Unwanted doc stuff
 rm -fr %{buildroot}%{_datadir}/doc
 rm -fr html
@@ -128,7 +127,7 @@
   done
   echo ""
 } >index.html
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.P1dSmf/_old  2015-01-15 15:59:37.0 +0100
+++ /var/tmp/diff_new_pack.P1dSmf/_new  2015-01-15 15:59:37.0 +0100
@@ -1,4 +1,4 @@
-libyaz4
+libyaz5
 libyaz-devel
requires -libyaz-
-   requires "libyaz4- = "
+   requires "libyaz5- = "

++ yaz-5.7.1.tar.gz -> yaz-5.8.1.tar.gz ++
 3378 lines of diff (skipped)

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



commit hexchat for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package hexchat for openSUSE:Factory checked 
in at 2015-01-15 15:59:13

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


Package is "hexchat"

Changes:

--- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes  2014-09-22 
09:24:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.hexchat.new/hexchat.changes 2015-01-15 
15:59:33.0 +0100
@@ -1,0 +2,18 @@
+Thu Jan 15 09:34:53 UTC 2015 - tchva...@suse.com
+
+- Version bump to 2.10.2:
+  * verify hostnames of certificates
+  * use more secure openssl options (No SSLv2/3)
+  * detect utf8 urls in chat
+  * fix using multiple client certs at the same time
+  * fix checking for Perl on some distros
+  * fix friends list not properly updating
+  * fix building with format-security
+  * fix more non-ascii path issues on Windows
+  * fix opening utf8 urls on Windows and OSX
+  * update deps on Windows
+  * update translations
+- Remove the asneeded.diff as it seems not to be needed, builds without
+  and perl is linked well.
+
+---

Old:

  asneeded.diff
  hexchat-2.10.1.tar.xz

New:

  hexchat-2.10.2.tar.xz



Other differences:
--
++ hexchat.spec ++
--- /var/tmp/diff_new_pack.Gffvsr/_old  2015-01-15 15:59:34.0 +0100
+++ /var/tmp/diff_new_pack.Gffvsr/_new  2015-01-15 15:59:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hexchat
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Andrey Karepin 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,13 @@
 
 
 Name:   hexchat
-Version:2.10.1
+Version:2.10.2
 Release:0
 Summary:A popular and easy to use graphical IRC (chat) client
 License:GPL-2.0+
 Group:  Productivity/Networking/IRC
 Url:http://www.hexchat.org
 Source: http://dl.%{name}.net/%{name}/%{name}-%{version}.tar.xz
-Patch:  asneeded.diff
 BuildRequires:  bison >= 1.35
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-glib-devel
@@ -37,9 +36,6 @@
 BuildRequires:  iso-codes-devel
 BuildRequires:  libcanberra-devel
 BuildRequires:  libnotify-devel
-%if %{suse_version} != 1315
-BuildRequires:  libntlm-devel
-%endif
 BuildRequires:  libproxy-devel
 BuildRequires:  libsexy-devel
 BuildRequires:  libxml2-devel
@@ -52,6 +48,9 @@
 BuildRequires:  xz
 BuildRequires:  perl(ExtUtils::Embed)
 Recommends: %{name}-lang
+%if 0%{?suse_version} != 1315
+BuildRequires:  libntlm-devel
+%endif
 
 %description
 HexChat is an easy to use graphical IRC chat client for the X Window System.
@@ -88,7 +87,6 @@
 
 %prep
 %setup -q
-%patch
 
 # fix date embedding to avoid needless rebuilds
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')

++ hexchat-2.10.1.tar.xz -> hexchat-2.10.2.tar.xz ++
 95018 lines of diff (skipped)

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



commit coccigrep for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package coccigrep for openSUSE:Factory 
checked in at 2015-01-15 15:59:08

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


Package is "coccigrep"

Changes:

--- /work/SRC/openSUSE:Factory/coccigrep/coccigrep.changes  2014-09-22 
09:22:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.coccigrep.new/coccigrep.changes 2015-01-15 
15:59:27.0 +0100
@@ -1,0 +2,8 @@
+Thu Jan 15 07:59:06 UTC 2015 - jsl...@suse.com
+
+- update to 20150112
+  * python3 support added
+- clean up .spec
+  * switch to python3
+
+---

Old:

  coccigrep-20140913.tar.xz

New:

  coccigrep-20150112.tar.xz



Other differences:
--
++ coccigrep.spec ++
--- /var/tmp/diff_new_pack.YkiVJf/_old  2015-01-15 15:59:28.0 +0100
+++ /var/tmp/diff_new_pack.YkiVJf/_new  2015-01-15 15:59:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package coccigrep
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   coccigrep
-Version:20140913
+Version:20150112
 Release:0
 Summary:Semantic grep tool for C, based on coccinelle
 License:GPL-3.0
@@ -26,18 +26,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: %{name}-%{version}.tar.xz
 
-BuildRequires:  python
-BuildRequires:  python-setuptools
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRequires:  xz
 Requires:   coccinelle
-Requires:   python
-%if 0%{?suse_version}
-%py_requires
+Requires:   python3
 %if 0%{?suse_version} > 1110
 BuildArch:  noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 coccigrep is a semantic grep for the C language based on coccinelle. It can be
@@ -45,15 +41,15 @@
 the spatch program which comes with coccinelle.
 
 %prep
-%define py_sitedir %(%{__python} -c "from distutils.sysconfig  import 
get_python_lib; print get_python_lib()")
 %setup -q
+chmod 644 README.rst
 
 %build
-python setup.py $(PURE) build
+python3 setup.py build
 gzip -c coccigrep.1 > coccigrep.1.gz
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 install -d $RPM_BUILD_ROOT/%{_mandir}/man1/
 install -m 644 coccigrep.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/
@@ -64,7 +60,7 @@
 %files
 %defattr(-,root,root,-)
 %doc README.rst ChangeLog
-%{python_sitelib}/*
+%{python3_sitelib}/*
 %{_bindir}/coccigrep
 %{_mandir}/man1/coccigrep.1*
 

++ coccigrep-20140913.tar.xz -> coccigrep-20150112.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/coccigrep-20140913/coccigrep 
new/coccigrep-20150112/coccigrep
--- old/coccigrep-20140913/coccigrep2014-09-15 14:01:39.0 +0200
+++ new/coccigrep-20150112/coccigrep2015-01-14 17:55:37.0 +0100
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (C) 2011,2012 Eric Leblond 
+# Copyright (C) 2011-2015 Eric Leblond 
 #
 # You can copy, redistribute or modify this Program under the terms of
 # the GNU General Public License version 3 as published by the Free
@@ -19,7 +19,10 @@
 import sys
 import os
 import bisect
-import ConfigParser
+try:
+import configparser
+except:
+import ConfigParser as configparser
 from coccigrep import COCCIGREP_VERSION
 from coccigrep import CocciGrep, CocciGrepConfig, CocciException
 from coccigrep import CocciException, CocciRunException, CocciConfigException
@@ -41,7 +44,7 @@
 sys.stderr.write('Warning: unable to open local cocci dir 
\"%s\"\n' % (local_cocci_dir))
 except:
 pass
-except ConfigParser.NoOptionError:
+except configparser.NoOptionError:
 pass
 operations = coccigrep.get_operations()
 
@@ -73,15 +76,15 @@
 try:
 spatch = cocciinst.get('global', 'spatch')
 coccigrep.set_spatch_cmd(spatch)
-except ConfigParser.NoOptionError:
+except configparser.NoOptionError:
 pass
 
 if args.listop:
 if args.verbose == False:
-print ", ".join(operations)
+print(", ".join(operations))
 else:
 for operation in operations:
-print coccigrep.get_operation_info(operation)
+print(coccigrep.get_operation_info(operation))
 sys.exit(0)
 
 if

commit wwwoffle for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package wwwoffle for openSUSE:Factory 
checked in at 2015-01-15 15:59:14

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


Package is "wwwoffle"

Changes:

--- /work/SRC/openSUSE:Factory/wwwoffle/wwwoffle.changes2014-11-24 
11:08:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.wwwoffle.new/wwwoffle.changes   2015-01-15 
15:59:35.0 +0100
@@ -1,0 +2,8 @@
+Sat Dec 13 21:56:00 UTC 2014 - Led 
+
+- fix bashisms in contrib/kppp scripts: 'read' command without
+  arguments may be unsupported in other POSIX-complete shells
+- add patches:
+  * wwwoffle-2.9i-fix-bashisms.patch
+
+---

New:

  wwwoffle-2.9i-fix-bashisms.patch



Other differences:
--
++ wwwoffle.spec ++
--- /var/tmp/diff_new_pack.HIAMYN/_old  2015-01-15 15:59:35.0 +0100
+++ /var/tmp/diff_new_pack.HIAMYN/_new  2015-01-15 15:59:35.0 +0100
@@ -31,6 +31,7 @@
 Patch0: %{name}-2.8d-IndexProtocol.diff
 Patch1: %{name}-2.9e-implicit.patch
 Patch2: %{name}-2.9e-res_init.diff
+Patch3: %{name}-2.9i-fix-bashisms.patch
 BuildRequires:  flex
 BuildRequires:  htdig-devel
 BuildRequires:  libgnutls-devel
@@ -63,6 +64,7 @@
 %patch0 -b _orig
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 # easier to delete them now and include whole doc directory later
 rm -f doc/README.win32 doc/*/README.win32
 

++ wwwoffle-2.9i-fix-bashisms.patch ++
diff -Ndur wwwoffle-2.9i/contrib/kppp/kppp-offline 
wwwoffle-2.9i-fix-bashisms/contrib/kppp/kppp-offline
--- wwwoffle-2.9i/contrib/kppp/kppp-offline 1999-12-23 11:50:47.0 
+0200
+++ wwwoffle-2.9i-fix-bashisms/contrib/kppp/kppp-offline2014-11-19 
01:48:44.282212813 +0200
@@ -1,3 +1,3 @@
 #!/bin/sh
 /usr/bin/wwwoffle -offline -c /etc/wwwoffle/wwwoffle.conf
-read
+read REPLY
diff -Ndur wwwoffle-2.9i/contrib/kppp/kppp-online 
wwwoffle-2.9i-fix-bashisms/contrib/kppp/kppp-online
--- wwwoffle-2.9i/contrib/kppp/kppp-online  1999-12-23 11:50:20.0 
+0200
+++ wwwoffle-2.9i-fix-bashisms/contrib/kppp/kppp-online 2014-11-19 
01:48:49.863213115 +0200
@@ -1,4 +1,4 @@
 #!/bin/sh
 /usr/bin/wwwoffle -online -c /etc/wwwoffle/wwwoffle.conf
 /usr/bin/wwwoffle -fetch
-read
+read REPLY
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wsmancli for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package wsmancli for openSUSE:Factory 
checked in at 2015-01-15 15:59:11

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


Package is "wsmancli"

Changes:

--- /work/SRC/openSUSE:Factory/wsmancli/wsmancli.changes2014-02-28 
21:17:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.wsmancli.new/wsmancli.changes   2015-01-15 
15:59:31.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 15 07:46:24 UTC 2015 - kkae...@suse.com
+
+- Update to 2.3.2
+  - use API to set properties
+
+---

Old:

  wsmancli-2.3.1.tar.bz2
  wsmancli_2.3.0-0ubuntu4~precise1~ppa1.debian.tar.gz
  wsmancli_2.3.0-0ubuntu4~precise1~ppa1.dsc
  wsmancli_2.3.0.orig.tar.bz2

New:

  wsmancli-2.3.2.tar.bz2



Other differences:
--
++ wsmancli.spec ++
--- /var/tmp/diff_new_pack.VtPWsW/_old  2015-01-15 15:59:33.0 +0100
+++ /var/tmp/diff_new_pack.VtPWsW/_new  2015-01-15 15:59:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wsmancli
 #
-# 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
@@ -18,8 +18,8 @@
 
 Name:   wsmancli
 BuildRequires:  gcc-c++
-BuildRequires:  libwsman-devel >= 2.2.7
-BuildRequires:  libwsman_clientpp-devel >= 2.2.7
+BuildRequires:  libwsman-devel >= 2.4.12
+BuildRequires:  libwsman_clientpp-devel >= 2.4.12
 BuildRequires:  pkgconfig
 %if 0%{?suse_version} > 1010
 BuildRequires:  libcurl-devel
@@ -27,7 +27,7 @@
 # SLE 10
 BuildRequires:  curl-devel
 %endif
-Version:2.3.1
+Version:2.3.2
 Release:0
 Url:http://www.openwsman.org/
 Summary:Command line client utilities for WS-Management

++ wsmancli-2.3.1.tar.bz2 -> wsmancli-2.3.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsmancli-2.3.1/aclocal.m4 
new/wsmancli-2.3.2/aclocal.m4
--- old/wsmancli-2.3.1/aclocal.m4   2014-02-13 12:24:47.0 +0100
+++ new/wsmancli-2.3.2/aclocal.m4   2015-01-15 08:44:58.0 +0100
@@ -1326,7 +1326,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1340,7 +1340,10 @@
  x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
;;
- ppc64-*linux*|powerpc64-*linux*)
+ powerpc64le-*linux*)
+   LD="${LD-ld} -m elf32lppclinux"
+   ;;
+ powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
;;
  s390x-*linux*)
@@ -1359,7 +1362,10 @@
  x86_64-*linux*)
LD="${LD-ld} -m elf_x86_64"
;;
- ppc*-*linux*|powerpc*-*linux*)
+ powerpcle-*linux*)
+   LD="${LD-ld} -m elf64lppc"
+   ;;
+ powerpc-*linux*)
LD="${LD-ld} -m elf64ppc"
;;
  s390*-*linux*|s390*-*tpf*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsmancli-2.3.1/configure new/wsmancli-2.3.2/configure
--- old/wsmancli-2.3.1/configure2014-02-13 12:24:48.0 +0100
+++ new/wsmancli-2.3.2/configure2015-01-15 08:45:00.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wsmancli 2.3.1.
+# Generated by GNU Autoconf 2.69 for wsmancli 2.3.2.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='wsmancli'
 PACKAGE_TARNAME='wsmancli'
-PACKAGE_VERSION='2.3.1'
-PACKAGE_STRING='wsmancli 2.3.1'
+PACKAGE_VERSION='2.3.2'
+PACKAGE_STRING='wsmancli 2.3.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1343,7 +1343,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures wsmancli 2.3.1 to adapt to many kinds of systems.
+\`configure' configures wsmancli 2.3.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1413,7 +1413,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of wsmancli 2.3.1:";;
+ short | recursive ) echo "Configuration of wsma

commit evolution-ews for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-01-15 15:58:57

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-12-17 19:14:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-01-15 15:59:17.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 13 12:04:25 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.12.10:
+  + bgo#695754: Reuse existing ESourceRegistry from EMailSession.
+  + bgo#729286: [Calendar] Update stored user email after
+successful connect.
+- Drop evolution-ews-reuse-from-EmailSession.patch: fixed upstream.
+
+---

Old:

  evolution-ews-3.12.9.tar.xz
  evolution-ews-reuse-from-EmailSession.patch

New:

  evolution-ews-3.12.10.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.jWuAOX/_old  2015-01-15 15:59:18.0 +0100
+++ /var/tmp/diff_new_pack.jWuAOX/_new  2015-01-15 15:59:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,13 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.9
+Version:3.12.10
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1
 Group:  Productivity/Networking/Email/Clients
 Url:http://projects.gnome.org/evolution/
 Source: 
http://download.gnome.org/sources/evolution-ews/3.12/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM evolution-ews-reuse-from-EmailSession.patch bgo#695754 
badshah...@gmail.com -- Reuse existing ESourceRegistry from EMailSession, if 
possible; patch taken from upstream git
-Patch0: evolution-ews-reuse-from-EmailSession.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -87,7 +85,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build

++ evolution-ews-3.12.9.tar.xz -> evolution-ews-3.12.10.tar.xz ++
 5659 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/evolution-ews-3.12.9/INSTALL new/evolution-ews-3.12.10/INSTALL
--- old/evolution-ews-3.12.9/INSTALL2014-12-08 07:26:04.0 +0100
+++ new/evolution-ews-3.12.10/INSTALL   2015-01-12 12:39:39.0 +0100
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure && make && make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
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/evolution-ews-3.12.9/NEWS new/evolution-ews-3.12.10/NEWS
--- old/evolution-ews-3.12.9/NEWS   2014-12-08 07:25:24.0 +0100
+++ new/evolution-ews-3.12.10/NEWS  2015-01-12 12:38:56.0 +0100
@@ -1,3 +1,10 @@
+Evolution-EWS 3.12.10 2015-01-12
+
+
+Bug Fixes:
+   Bug 695754 - Reuse existing ESourceRegistry from EMailSession, if 
possible (Milan Crha)
+   Bug 729286 - [Calendar] Update stored user email after successful 
connect (William Shuman)
+
 Evolution-EWS 3.12.9 2014-12-08
 ---
 
diff -urN '--exclude=CVS' '--exclude=

commit freeradius-server for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package freeradius-server for 
openSUSE:Factory checked in at 2015-01-15 15:58:50

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


Package is "freeradius-server"

Changes:

--- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes  
2014-12-23 11:49:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 
2015-01-15 15:59:03.0 +0100
@@ -1,0 +2,29 @@
+Wed Jan 14 13:10:11 UTC 2015 - tchva...@suse.com
+
+- Do not disable as-needed build
+- Remove the with_sysconfig switch and just stick with versions
+
+---
+Tue Jan 13 09:42:05 UTC 2015 - vci...@suse.com
+
+- update to 3.0.6
+  - fixes a segmentation fault in PEAP module (bnc#912588)
+  Feature improvements:
+  * radmin / raddebug conditional errors are printed to the output, instead of 
being discarded.
+  * raddebug will exit if condition set with -c was invalid.
+  * radmin auto-reconnects if the connection to the server has gone away.
+  * rlm_cache now has submodule support. See raddb/mods-available/cache
+  * New memcached driver for rlm_cache. See raddb/mods-available/cache
+  * Add support for &Attribute-Name[*] in conditions. See "man unlang" for 
details.
+  * Add &Attribute-Name[n] which gets the last instance of an attribute e.g. 
Module-Failure-Message[n].
+  * Allow for redundant string expansions. See the "instantiate" section of 
radiusd.conf.
+  * When checking IP addresses in conditions, make the right side be parsed as 
an IP prefix.
+  * Support JIT compilation of compiled regular expressions when built with 
libpcre.
+  * Support named capture groups with "%{regex:}" when built with 
libpcre.
+  * Increase regular expression capture groups from 8 to 32.
+  * Emit error markers for badly formed regular expressions.
+  * Allow 'm' flag to enable multiline mode in regular expressions.
+  * Support limited implicit attribute conversion in update sections.
+  * Support casting between IPv6 and IPv4 where the IPv6 address has the v4/v6 
mapping prefix (:::).
+
+---

Old:

  freeradius-server-3.0.5.tar.bz2

New:

  freeradius-server-3.0.6.tar.bz2
  freeradius-server-3.0.6.tar.bz2.sig



Other differences:
--
++ freeradius-server.spec ++
--- /var/tmp/diff_new_pack.UfBaAl/_old  2015-01-15 15:59:04.0 +0100
+++ /var/tmp/diff_new_pack.UfBaAl/_new  2015-01-15 15:59:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeradius-server
 #
-# 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,21 +16,18 @@
 #
 
 
-%global with_sysvinit 0
 %define unitname radiusd
 %define apxs2 apxs2-prefork
 %define apache2_sysconfdir %(%{_sbindir}/%{apxs2} -q SYSCONFDIR)
-%if 0%{?suse_version} < 1310
-%global with_sysvinit 1
-%endif
 Name:   freeradius-server
-Version:3.0.5
+Version:3.0.6
 Release:0
 Summary:Very Highly Configurable Radius Server
 License:GPL-2.0 and LGPL-2.1
 Group:  Productivity/Networking/Radius/Servers
 Url:http://www.freeradius.org/
 Source: 
ftp://ftp.freeradius.org/pub/freeradius/%{name}-%{version}.tar.bz2
+Source99:   
ftp://ftp.freeradius.org/pub/freeradius/%{name}-%{version}.tar.bz2.sig
 Source1:radiusd.service
 Source2:freeradius-tmpfiles.conf
 Patch2: freeradius-server-2.1.6-rcradiusd.patch
@@ -53,6 +50,7 @@
 BuildRequires:  libcurl-devel
 BuildRequires:  libidn-devel
 BuildRequires:  libjson-devel
+BuildRequires:  libmemcached-devel
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  libtalloc-devel
@@ -183,7 +181,7 @@
 %package sqlite
 Summary:SQLite support for freeradius
 Group:  System Environment/Daemons
-BuildRequires:  sqlite-devel
+BuildRequires:  sqlite3-devel
 Requires:   %{name} = %{version}
 
 %description sqlite
@@ -203,13 +201,7 @@
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 TIME="\"$(date -d "${modified}" "+%%R")\""
 find . -type f -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
-export CFLAG

commit rfkill for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package rfkill for openSUSE:Factory checked 
in at 2015-01-15 15:59:06

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


Package is "rfkill"

Changes:

--- /work/SRC/openSUSE:Factory/rfkill/rfkill.changes2013-07-04 
18:06:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rfkill.new/rfkill.changes   2015-01-15 
15:59:24.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 15 07:56:45 UTC 2015 - jsl...@suse.com
+
+- fix URL
+
+---



Other differences:
--
++ rfkill.spec ++
--- /var/tmp/diff_new_pack.JQmIan/_old  2015-01-15 15:59:25.0 +0100
+++ /var/tmp/diff_new_pack.JQmIan/_new  2015-01-15 15:59:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rfkill
 #
-# 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
@@ -22,7 +22,7 @@
 Summary:Tool for enabling and disabling wireless devices
 License:ISC
 Group:  Productivity/Networking/Other
-Url:http://wireless.kernel.org/download/rfkill/
+Url:http://wireless.kernel.org/en/users/Documentation/rfkill
 Source0:
https://www.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit u-boot for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2015-01-15 15:58:47

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 
2014-12-17 19:14:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2015-01-15 15:58:52.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 13 14:32:17 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.01:
+  * Drop upstreamed patches:
+- 0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch
+- fix_sata.patch
+  * Update partially upstreamed mx53loco-bootscr.patch
+
+---
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-am335xevm.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-colibrit20iris.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
u-boot-melea1000.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-paz00.changes: same change
u-boot-rpi.changes: same change
u-boot-snow.changes: same change
u-boot-vexpressaemv8a.changes: same change
u-boot.changes: same change

Old:

  0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch
  fix_sata.patch
  u-boot-2015.01-rc3.tar.bz2

New:

  u-boot-2015.01.tar.bz2



Other differences:
--
++ u-boot-a10-olinuxino-lime.spec ++
--- /var/tmp/diff_new_pack.d1EnsU/_old  2015-01-15 15:59:01.0 +0100
+++ /var/tmp/diff_new_pack.d1EnsU/_new  2015-01-15 15:59:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package u-boot-a10-olinuxino-lime
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
 # Copyright (c) 2007-2010 by Silvan Calarco 
 #
@@ -25,22 +25,19 @@
 %define cuboxi_spl 0
 
 Name:   u-boot-a10-olinuxino-lime
-Version:2015.01~rc3
+Version:2015.01
 Release:0
 Summary:The u-boot firmware for the a10-olinuxino-lime arm platform
 License:GPL-2.0
 Group:  System/Boot
 Url:http://www.denx.de/wiki/U-Boot
-#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
-Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.01-rc3.tar.bz2
+Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
 Source2:arndale-bl1.img
 Source300:  u-boot-rpmlintrc
 Patch1: enable_spl_ext_support_for_ti_armv7.patch
 Patch2: fix_beagle_spl_build.patch
 Patch3: mx53loco-bootscr.patch
 Patch4: fix_snow_config.patch
-Patch10:fix_sata.patch
-Patch11:0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch
 # Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
 Patch20:add_snow_usb_boot.patch
 # Apply fix_bootpart_snow_only.patch only for snow, otherwise will break other 
boards
@@ -72,8 +69,7 @@
 This package contains documentation for u-boot firmware
 
 %prep
-#%setup -q -n u-boot-%{version}
-%setup -q -n u-boot-2015.01-rc3
+%setup -q -n u-boot-%{version}
 # is non-free licensed, and we don't need it (bnc#773824)
 rm -rf board/Marvell
 # Any custom patches to be applied on top of mainline u-boot
@@ -81,8 +77,6 @@
 %patch2 -p1
 %patch3
 %patch4 -p1
-%patch10 -p1
-%patch11 -p1
 %if "%{name}" == "u-boot-snow"
 # Apply some patches only for u-boot-snow to avoid to break other boards
 %patch20 -p1

u-boot-a20-olinuxino-lime2.spec: same change
u-boot-am335xevm.spec: same change
u-boot-arndale.spec: same change
u-boot-bananapi.spec: same change
u-boot-colibrit20iris.spec: same change
u-boot-cubieboard.spec: same change
u-boot-cubieboard2.spec: same change
u-boot-cubietruck.spec: same change
u-boot-highbank.spec: same change
u-boot-melea1000.spec: same change
u-boot-mx53loco.spec: same change
u-boot-mx6qsabrelite.spec: same change
u-boot-omap3beagle.spec: same change
u-boot-omap4panda.spec: same change
u-boot-paz00.spec: same change
u-boot-rpi.spec: same change
++ u-boot-snow.spec ++
--- /var/tmp/diff_new_pack.d1EnsU/_old  2015-01-15 15:59:01.0 +0100
+++ /var/tmp/diff_new_pack.d1EnsU/_new  2015-01-15 15:59:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package u-boot-snow
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, 

commit taskwarrior for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2015-01-15 15:58:45

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


Package is "taskwarrior"

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2014-09-07 
11:10:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2015-01-15 15:58:46.0 +0100
@@ -1,0 +2,25 @@
+Tue Jan 13 07:26:02 UTC 2015 - mvysko...@opensuse.org
+
+- add taskwarrior-no-return.patch to shut up gcc's complaining about
+  no return in non-void function
+- replace __DATE__ and __TIME__ by values from source tarball
+
+---
+Mon Jan 12 14:59:16 UTC 2015 - mvysko...@opensuse.org
+
+- Update to 2.4.0
+ - New dateformat space handling
+ - New date support: 'february', extensive support for ISO-8601
+ - New column formats: description.truncated_count, uda.NAME.indicator, 
recur.short, tag sorting
+ - New color rules: color.uda.NAME.VALUE, color.label.sort, color.until
+ - New virtual tags: READY, YESTERDAY, TOMORROW, PENDING, DELETED, COMPLETED, 
TAGGED
+ - New verbosity tokens: new-uuid
+ - New command: calc, _zshattributes
+ - New theme: dark-gray-blue­256.theme
+ - New report feature: listing breaks
+ - New Python testing framework for higher-level testing
+ - and many more, see http://taskwarrior.org/news/news.20150101.html
+- Refresh task-skip-INSTALL.patch
+- don't remove dir with bash scripts, it contains more tools
+
+---

Old:

  task-2.3.0.tar.gz

New:

  task-2.4.0.tar.gz
  taskwarrior-no-return.patch



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.5gGcHQ/_old  2015-01-15 15:58:47.0 +0100
+++ /var/tmp/diff_new_pack.5gGcHQ/_new  2015-01-15 15:58:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package taskwarrior
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   taskwarrior
-Version:2.3.0
+Version:2.4.0
 Release:0
 Summary:Command-line todo list manager
 License:MIT
@@ -26,9 +26,13 @@
 Source0:http://www.taskwarrior.org/download/task-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE: skip the INSTALL from files intended for the installation
 Patch0: task-skip-INSTALL.patch
+#PATCH-FIX-OPENSUSE: shut up compiler
+Patch1: taskwarrior-no-return.patch
 # PATCH-FIX-UPSTREAM taskwarrior-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
 Patch2: taskwarrior-gcc47.patch
+BuildRequires:  awk
 BuildRequires:  cmake >= 2.8
+BuildRequires:  coreutils
 BuildRequires:  gcc-c++
 BuildRequires:  libuuid-devel
 BuildRequires:  lua-devel
@@ -55,8 +59,16 @@
 %prep
 %setup -q -n task-%{version}
 %patch0 -p1
+%patch1 -p1
 %patch2 -p1
 
+# replace __TIME__/__DATE__ with values from source code tarball
+DATE=$(/bin/date -r "%{SOURCE0}" | awk '{print $2" "$3" "$6}')
+TIME=$(/bin/date -r "%{SOURCE0}" | awk '{print $4}')
+sed -i src/commands/CmdDiagnostics.cpp \
+ -e "s/__TIME__/\"${TIME}\"/" \
+ -e "s/__DATE__/\"${DATE}\"/"
+
 %build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DCMAKE_C_FLAGS="%{optflags}" \
@@ -75,7 +87,6 @@
 
 install -m 0755 -d %{buildroot}%{_sysconfdir}/bash_completion.d/
 mv %{scriptsdir}bash/task.sh %{buildroot}%{_sysconfdir}/bash_completion.d/
-rmdir %{scriptsdir}bash
 
 install -m 0755 -d %{buildroot}%{_datadir}/zsh/site-functions/
 mv %{scriptsdir}zsh/_task %{buildroot}%{_datadir}/zsh/site-functions/

++ task-2.3.0.tar.gz -> task-2.4.0.tar.gz ++
 73723 lines of diff (skipped)

++ task-skip-INSTALL.patch ++
--- /var/tmp/diff_new_pack.5gGcHQ/_old  2015-01-15 15:58:48.0 +0100
+++ /var/tmp/diff_new_pack.5gGcHQ/_new  2015-01-15 15:58:48.0 +0100
@@ -1,13 +1,13 @@
-Index: task-2.3.0/CMakeLists.txt
+Index: task-2.4.0/CMakeLists.txt
 ===
 task-2.3.0.orig/CMakeLists.txt
-+++ task-2.3.0/CMakeLists.txt
-@@ -153,7 +153,7 @@ if (EXISTS performance)
+--- task-2.4.0.orig/CMakeLists.txt
 task-2.4.0/CMakeLists.txt
+@@ -148,7 +148,7 @@ if (EXISTS performance)
add_subdirectory (performance EXCLUDE_FROM_ALL)
  endif (EXISTS performance)
  
--set (doc_FILES NEWS ChangeLog README INSTALL AUTHORS COPYING)
-+set (doc_FILES NEWS ChangeLog R

commit trinity for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2015-01-15 15:58:52

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


Package is "trinity"

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2014-12-22 
12:52:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2015-01-15 
15:59:08.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 14 15:13:16 UTC 2015 - jsl...@suse.com
+
+- update to 20150107
+
+---

Old:

  trinity-20141206.tar.xz

New:

  trinity-20150107.tar.xz



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.R3BNE7/_old  2015-01-15 15:59:09.0 +0100
+++ /var/tmp/diff_new_pack.R3BNE7/_new  2015-01-15 15:59:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trinity
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   trinity
-Version:20141206
+Version:20150107
 Release:0
 Summary:A Linux System call fuzz tester
 License:GPL-2.0

++ trinity-20141206.tar.xz -> trinity-20150107.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20141206/Documentation/Known-bugs.txt 
new/trinity-20150107/Documentation/Known-bugs.txt
--- old/trinity-20141206/Documentation/Known-bugs.txt   2014-12-13 
14:38:01.0 +0100
+++ new/trinity-20150107/Documentation/Known-bugs.txt   2015-01-14 
16:12:54.0 +0100
@@ -1,3 +1,11 @@
+- render_arg occasionally scribbles past the end of the postbuffer.
+  This becomes more obvious when trinity is run with MALLOC_PERTURB_ set.
+
+- getrandom syscall can block, and the watchdog can't kill it.
+  Might need a ->sanitise routine to prevent blocking ops.
+
+- -c execve seems to always pass the same junk as args.
+
 - -r and -c don't seem to work together
 
 - when we randomly call personality, the child stops logging.
@@ -21,4 +29,3 @@
 - occasionally trinity fails to startup because we've leaked so much ipc stuff.
   cleanup on startup. (scripts/clean-ipc.sh in the meantime)
 
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20141206/Documentation/TODO 
new/trinity-20150107/Documentation/TODO
--- old/trinity-20141206/Documentation/TODO 2014-12-13 14:38:01.0 
+0100
+++ new/trinity-20150107/Documentation/TODO 2015-01-14 16:12:54.0 
+0100
@@ -4,30 +4,39 @@
 - do file ops on a bunch of trinity test files
 - open->read->close
 - open->mmap->access mem->close
-- sysctl flipper.
+- sysctl writes. (blacklist sysrq-trigger etc)
 - pick random elevator alg for all queues
-- fork-and-dirty mappings 
+- fork-and-dirty mappings
+- send fd's over unix sockets to other children
+- open/read all /proc/$$/* files
+- tuned random syscalls. (open -> read -> close). tree of possibilities.
   - Ability to mark some ops as 'NEEDS_ROOT'.
   - Move the drop privs code from main to just before we start a new child.
 
-* maps.c improvements:
-  - Sometimes generate overlapping addresses/lengths when we have 
ARG_ADDRESS/ARG_ADDRESS2 pairs
-  - make sure ARG_ADDRESS only uses addresses from this list, and audit all 
other mmap/malloc uses
-in sanitise routines.
-  - munge lengths when handing them out.
-  - mmap files
-(we do this already, but don't track it properly)
-  - get_map_fragment()
-- mprotect parts of a map 
-  will need to somehow track what pages are RO/RW etc 
-  - keep track of holes when munmap'd
-split maps in two ?
-(store original len, and current len)
+* vm related improvements:
+  - mmapping:
+- Sometimes generate overlapping addresses/lengths when we have 
ARG_ADDRESS/ARG_ADDRESS2 pairs
+- munge lengths when handing out maps.
+- mmap files
+  (we do this already, but don't track it properly)
+- get_map_fragment()
+- keep track of holes when mprotect/munmap'd
+  split maps in two ?
+  (store original len, and current len)
+  note: initial maps are MAP_SHARED. What to do?
+- mapping transaction log for dumping in post-mortem
+  - huge pages
+- hugetlbfs mappings
+- crib from hugetlbfs tests examples for more ideas.
+- /dev/shm mappings
+  - pass memfd's in mmap sanitise
+  - sysv shm handling could be improved

commit psi+ for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2015-01-15 15:58:53

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+.changes2014-12-16 
14:48:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2015-01-15 
15:59:12.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan 14 16:33:51 UTC 2015 - jsl...@suse.com
+
+- update to 20150103
+  * updated translations
+  * many bugfixes
+  * remove the need of qconf (it's run by upstream already)
+
+---

Old:

  psi+-20141129.tar.xz

New:

  psi+-20150103.tar.xz



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.cYH3on/_old  2015-01-15 15:59:13.0 +0100
+++ /var/tmp/diff_new_pack.cYH3on/_new  2015-01-15 15:59:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package psi+
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   psi+
 Url:http://code.google.com/p/psi-dev/
-Version:20141129
+Version:20150103
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+
@@ -42,7 +42,6 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  libtidy-devel
 BuildRequires:  openssl-devel
-BuildRequires:  qconf
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  zlib-devel
@@ -316,10 +315,17 @@
 %prep
 %setup -q -b 1
 
+# generic/antievil does not build (yet)
+# generic/consoledump does not build (yet)
+# generic/chess is a standalone app for chessplugin
+# generic/echo does not build (yet)
+# generic/noughtsandcrosses does not build (needs old Qt3 support)
+# generic/null is a nop
+# generic/python does not build (needs old python 2 and has invalid -I)
+# generic/urlwatcher does not build (yet)
 %defineplugins generic/attentionplugin generic/autoreplyplugin 
generic/birthdayreminderplugin generic/captchaformsplugin generic/cleanerplugin 
generic/clientswitcherplugin generic/conferenceloggerplugin 
generic/contentdownloaderplugin generic/extendedmenuplugin 
generic/extendedoptionsplugin generic/gmailserviceplugin generic/gnupgplugin 
generic/gomokugameplugin generic/historykeeperplugin generic/chessplugin 
generic/icqdieplugin generic/imageplugin generic/jabberdiskplugin 
generic/juickplugin generic/otrplugin generic/pepchangenotifyplugin 
generic/qipxstatusesplugin generic/screenshotplugin generic/skinsplugin 
generic/stopspamplugin generic/storagenotesplugin generic/translateplugin 
generic/videostatusplugin generic/watcherplugin unix/gnome3supportplugin
 
 %build
-qconf
 # do not use %%configure - not real configure script
 export QMAKE_CXXFLAGS="%{optflags}"
 ./configure --prefix=%{_prefix} --libdir=%{_libdir} \

++ psi+-20141129.tar.xz -> psi+-20150103.tar.xz ++
/work/SRC/openSUSE:Factory/psi+/psi+-20141129.tar.xz 
/work/SRC/openSUSE:Factory/.psi+.new/psi+-20150103.tar.xz differ: char 25, line 
1

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

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



commit rpmconf for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package rpmconf for openSUSE:Factory checked 
in at 2015-01-15 15:59:01

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


Package is "rpmconf"

Changes:

--- /work/SRC/openSUSE:Factory/rpmconf/rpmconf.changes  2015-01-09 
20:51:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmconf.new/rpmconf.changes 2015-01-15 
15:59:22.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 15 05:45:55 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.7:
+  * Add / before usr/bin.
+
+---

Old:

  rpmconf-1.0.6-1.tar.gz

New:

  rpmconf-1.0.7-1.tar.gz



Other differences:
--
++ rpmconf.spec ++
--- /var/tmp/diff_new_pack.mpqAbT/_old  2015-01-15 15:59:22.0 +0100
+++ /var/tmp/diff_new_pack.mpqAbT/_new  2015-01-15 15:59:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rpmconf
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:Tool to handle rpmnew and rpmsave files
 License:GPL-3.0+
@@ -39,7 +39,7 @@
 Keep current version, place back old version, watch the diff or merge.
 
 %package -n python3-%{name}
-Summary:Python interface for rpmconf
+Summary:Python interface of rpmconf
 Group:  Development/Languages/Python
 
 %description -n python3-%{name}

++ rpmconf-1.0.6-1.tar.gz -> rpmconf-1.0.7-1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmconf-rpmconf-1.0.6-1/rel-eng/packages/rpmconf 
new/rpmconf-rpmconf-1.0.7-1/rel-eng/packages/rpmconf
--- old/rpmconf-rpmconf-1.0.6-1/rel-eng/packages/rpmconf2015-01-09 
00:13:55.0 +0100
+++ new/rpmconf-rpmconf-1.0.7-1/rel-eng/packages/rpmconf2015-01-12 
11:55:27.0 +0100
@@ -1 +1 @@
-1.0.6-1 ./
+1.0.7-1 ./
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmconf-rpmconf-1.0.6-1/rpmconf/rpmconf.py 
new/rpmconf-rpmconf-1.0.7-1/rpmconf/rpmconf.py
--- old/rpmconf-rpmconf-1.0.6-1/rpmconf/rpmconf.py  2015-01-09 
00:13:55.0 +0100
+++ new/rpmconf-rpmconf-1.0.7-1/rpmconf/rpmconf.py  2015-01-12 
11:55:27.0 +0100
@@ -139,7 +139,7 @@
 fromdate, todate)
 except UnicodeDecodeError:
 # binary files
-diff_out = subprocess.Popen(["usr/bin/diff", "-u", file1, file2],
+diff_out = subprocess.Popen(["/usr/bin/diff", "-u", file1, file2],
 stdout=subprocess.PIPE,
 universal_newlines=True)
 diff = diff_out.communicate()[0]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmconf-rpmconf-1.0.6-1/rpmconf.spec 
new/rpmconf-rpmconf-1.0.7-1/rpmconf.spec
--- old/rpmconf-rpmconf-1.0.6-1/rpmconf.spec2015-01-09 00:13:55.0 
+0100
+++ new/rpmconf-rpmconf-1.0.7-1/rpmconf.spec2015-01-12 11:55:27.0 
+0100
@@ -1,10 +1,13 @@
 Name:   rpmconf
 Summary:Tool to handle rpmnew and rpmsave files
 License:GPLv3
-Version:1.0.6
+Version:1.0.7
 Release:1%{?dist}
 URL:http://wiki.github.com/xsuchy/rpmconf
-Source0:
http://cloud.github.com/downloads/xsuchy/rpmconf/%{name}-%{version}.tar.gz
+# source is created by:
+# git clone https://github.com/xsuchy/rpmconf.git
+# cd rpmconf; tito build --tgz
+Source0:%{name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  docbook-utils
 BuildRequires:  docbook-dtd31-sgml
@@ -81,6 +84,11 @@
 %dir %{_datadir}/rpmconf
 
 %changelog
+* Mon Jan 12 2015 Miroslav Suchý  1.0.7-1
+- correctly reference tar.gz
+- add / before usr/bin
+- remove superfluous changelog line
+
 * Fri Jan 09 2015 Miroslav Suchý  1.0.6-1
 - let tito bump up version in docs/source/conf.py
 
@@ -90,9 +98,6 @@
 - Split to python class and CLI
 - use rpm python api to get version
 
-* Wed Jan 07 2015 Igor Gnatenko  - 1.0.90-1
-- Split to python class and CLI
-
 * Sun Nov 23 2014 Miroslav Suchý  1.0.4-1
 - add BR rpm-python3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmconf-rpmconf-1.0.6-1/setup.py 
new/rpmconf-rpmconf-1.0.7-1/setup.py
--- old/rpmconf-rpmconf-1.0.6-1/setup.py2015-01-09 00:13:55.0 
+0100
+++ new/rpmconf-rpmconf-1.0.7-1/setup.py2015-01-12 11:55:27.0 
+0100
@@ -4,7 +4,7 @@
 
 setup(name = "rpmconf",
   packages = ["rpmconf"],
-  version = "1.0.6",
+  version = "1.0.7",
   description = "Handle rpmnew and rpmsave files",
   author = "Igor G

commit msmtp for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2015-01-15 15:58:46

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


Package is "msmtp"

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2014-07-31 
07:41:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2015-01-15 
15:58:48.0 +0100
@@ -1,0 +2,36 @@
+Mon Jan  5 19:11:11 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.6.1:
+  * The new configure option --with-tls replaces --with-ssl.
+  * A new configure option --disable-gai-idn was added.
+- additional changes from 1.6.0:
+  * Support for SOCKS proxies was added. This allows msmtp to be
+used with Tor.
+  * GNOME Keyring support now uses libsecret instead of
+libgnome-keyring. It is now documented how to use secret-tool
+to manage passwords for msmtp; the obsolete msmtp-gnome-tool
+script is removed.
+  * Configuration file security is now only checked if the file
+actually contains secrets such as passwords.
+  * The GSSAPI authentication method is not chosen automatically
+anymore, you have to request it manually if you really want to
+use it.
+  * From: and Date: headers are now added to mails if necessary, for
+compatibility with sendmail, postfix, exim, and other MTAs. This
+can be disabled with the add_missing_from_header and
+add_missing_date_header commands.
+  * Libidn is not required for IDN support anymore on systems where
+getaddrinfo() supports the AI_IDN flag and the GnuTLS version
+is >= 3.4.0.
+  * The new remove_bcc_headers command replaces the old keepbcc
+command (but the old command is still supported for
+compatibility).
+  * SSLv3 is disabled, and the obsolete tls_force_sslv3 command and
+--tls-force-sslv3 option have no effect anymore.
+- add xz as BuildRequires: source archive format is now tar.xz
+- switch gnome keyring support to libsecret
+- remove msmtp-gnome-tool.py: deleted upstream
+- remove README.msmtp-gnome-tool: deleted upstream
+- remove Mutt+msmtp.txt: deleted upstream
+
+---

Old:

  msmtp-1.4.32.tar.bz2

New:

  msmtp-1.6.1.tar.xz



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.645eEa/_old  2015-01-15 15:58:49.0 +0100
+++ /var/tmp/diff_new_pack.645eEa/_new  2015-01-15 15:58:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,14 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.4.32
+Version:1.6.1
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
+BuildRequires:  xz
 %if %{with gnome_keyring}
-BuildRequires:  pkgconfig(gnome-keyring-1)
+BuildRequires:  pkgconfig(libsecret-1)
 %endif
 %if 0%{?suse_version} >= 1120
 BuildRequires:  libgsasl-devel
@@ -57,7 +58,7 @@
 License:GPL-3.0+
 Group:  Productivity/Networking/Email/Utilities
 Url:http://msmtp.sourceforge.net/
-Source: 
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2
+Source: 
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -112,13 +113,11 @@
 done
 cp scripts/msmtpq/README.msmtpqREADME.msmtpq
 cp scripts/vim/README  README.vim
-cp scripts/msmtp-gnome-tool/README README.msmtp-gnome-tool
 
 install -m 0755 \
 scripts/msmtpqueue/*.sh \
 scripts/msmtpq/msmtpq \
 scripts/msmtpq/msmtp-queue \
-scripts/msmtp-gnome-tool/msmtp-gnome-tool.py \
 scripts/set_sendmail/*.sh \
 scripts/find_alias/*.sh \
 %{buildroot}%{_bindir}
@@ -143,8 +142,7 @@
 echo -n >docfiles.lst
 for f in \
 AUTHORS ChangeLog* NEWS README README.msmtpqueue README.msmtpq THANKS \
-README.msmtp-gnome-tool \
-doc/Mutt+msmtp.txt doc/*.example \
+doc/*.example \
 scripts/set_sendmail/set_sendmail.conf \
 ; do
 ff="${f##*/}"
@@ -189,7 +187,6 @@
 %{_bindir}/msmtp-listqueue.sh
 %{_bindir}/set_sendmail.sh
 %{_bindir}/find_alias_for_msmtp.sh
-%{_bindir}/msmtp-gnome-tool.py
 %{_mandir}/man1/msmtp.1%{ext_man}
 %{_infodir}/msmtp.info%{ext_info}
 %{_datadir}/vim/*/syntax/msmtp.vim

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

commit lasem for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package lasem for openSUSE:Factory checked 
in at 2015-01-15 15:58:55

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


Package is "lasem"

Changes:

--- /work/SRC/openSUSE:Factory/lasem/lasem.changes  2013-03-19 
12:17:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.lasem.new/lasem.changes 2015-01-15 
15:59:15.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 13 15:57:27 UTC 2015 - dims...@opensuse.org
+
+- Add lasem-bison-3.0.patch: Fix build with bison 3.0.
+
+---

New:

  lasem-bison-3.0.patch



Other differences:
--
++ lasem.spec ++
--- /var/tmp/diff_new_pack.LObvCv/_old  2015-01-15 15:59:16.0 +0100
+++ /var/tmp/diff_new_pack.LObvCv/_new  2015-01-15 15:59:16.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package
+# spec file for package lasem
 #
-# 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
@@ -15,17 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define api 0.4
 Name:   lasem
 Version:0.4.1
-%define api 0.4
 Release:0
-License:LGPL-2.1+
 Summary:Mathml and SVG rendering library
-Url:https://live.gnome.org/Lasem
+License:LGPL-2.1+
 Group:  System/Libraries
+Url:https://live.gnome.org/Lasem
 Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/lasem/0.4/lasem-0.4.1.tar.xz
 # PATCH-FIX-UPSTREAM lasem-nonvoid.patch dims...@opensuse.org -- Fix 
no-return-in-nonvoid brp error. Taken from git.
 Patch0: lasem-nonvoid.patch
+# PATCH-FIX-UPSTREAM lasem-bison-3.0.patch bgo#724867 dims...@opensuse.org -- 
Fix build with bison 3.0
+Patch1: lasem-bison-3.0.patch
 BuildRequires:  bison
 BuildRequires:  gobject-introspection >= 0.6.7
 BuildRequires:  intltool >= 0.35.0
@@ -65,6 +68,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
@@ -75,7 +79,7 @@
 %make_install
 # Those files do not belong there... we package them using %%doc
 rm -rf %{buildroot}%{_prefix}/doc
-find %{buildroot} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}-%{api}
 
 %post -n liblasem-0_4-4 -p /sbin/ldconfig
@@ -99,5 +103,4 @@
 %{_libdir}/pkgconfig/%{name}-%{api}.pc
 %{_datadir}/gtk-doc/html/%{name}-%{api}/
 
-
 %changelog

++ lasem-bison-3.0.patch ++
Index: lasem-0.4.1/itex2mml/itex2MML.y
===
--- lasem-0.4.1.orig/itex2mml/itex2MML.y
+++ lasem-0.4.1/itex2mml/itex2MML.y
@@ -2,6 +2,8 @@
  *   itex2MML.y last modified 10/2/2010
  */
 
+%parse-param {char **ret_str}
+
 %{
 #include 
 #include 
@@ -27,7 +29,7 @@
 
  void (*itex2MML_error) (const char * msg) = itex2MML_default_error;
 
- static void yyerror (char * s)
+ static void yyerror (char **ret_str, char * s)
{
  char * msg = itex2MML_copy3 (s, " at token ", yytext);
  if (itex2MML_error)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iproute2 for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2015-01-15 15:58:07

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


Package is "iproute2"

Changes:

--- /work/SRC/openSUSE:Factory/iproute2/iproute2-doc.changes2014-11-26 
10:35:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2-doc.changes   
2015-01-15 15:58:08.0 +0100
@@ -1,0 +2,18 @@
+Wed Jan  7 09:11:03 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 3.18
+* Human readable output for `ip -s link` (ip -s -h link)
+* Permit filtering `ip monitor` events by device per "dev NAME".
+* Permit filtering `ip link` output by device per "master NAME",
+  and by type per `type T` (e.g. type vlan).
+* Permit filtering `ip addr` output by flags like "tentative" and
+  "-tentative".
+
+---
+Sun Dec 28 16:30:00 UTC 2014 - Led 
+
+- fix bashisms in gaiconf script
+- add patches:
+  * iproute2-3.16.0-fix-bashisms.patch
+
+---
@@ -6,2 +24,2 @@
-* nstat: 64-bit support on 32-bit architectures
-* ip: do not require "name" keyword when adding device
+* nstat: 64bit support on 32bit architectures
+* ip: don't require "name" keyword when adding device
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes2014-11-26 
10:35:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes   2015-01-15 
15:58:08.0 +0100
@@ -1,0 +2,18 @@
+Wed Jan  7 09:11:03 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 3.18
+* Human readable output for `ip -s link` (ip -s -h link)
+* Permit filtering `ip monitor` events by device per "dev NAME".
+* Permit filtering `ip link` output by device per "master NAME",
+  and by type per `type T` (e.g. type vlan).
+* Permit filtering `ip addr` output by flags like "tentative" and
+  "-tentative".
+
+---
+Sun Dec 28 16:30:00 UTC 2014 - Led 
+
+- fix bashisms in gaiconf script
+- add patches:
+  * iproute2-3.16.0-fix-bashisms.patch
+
+---

Old:

  iproute2-3.17.0.tar.sign
  iproute2-3.17.0.tar.xz

New:

  iproute2-3.16.0-fix-bashisms.patch
  iproute2-3.18.0.tar.sign
  iproute2-3.18.0.tar.xz



Other differences:
--
++ iproute2-doc.spec ++
--- /var/tmp/diff_new_pack.lgLBIV/_old  2015-01-15 15:58:10.0 +0100
+++ /var/tmp/diff_new_pack.lgLBIV/_new  2015-01-15 15:58:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iproute2-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 Name:   iproute2-doc
-Version:3.17
+Version:3.18
 Release:0
-%define rversion 3.17.0
+%define rversion 3.18.0
 Summary:Documentation to iproute2
 License:GPL-2.0+
 Group:  Documentation/Other
@@ -27,6 +27,7 @@
 
 Source: 
http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%rversion.tar.xz
 Source2:
http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%rversion.tar.sign
+Patch1: iproute2-3.16.0-fix-bashisms.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
@@ -52,6 +53,7 @@
 
 %prep
 %setup -qn iproute2-%rversion
+%patch1 -p1
 
 %build
 # build with -fPIC. For details see

++ iproute2.spec ++
--- /var/tmp/diff_new_pack.lgLBIV/_old  2015-01-15 15:58:10.0 +0100
+++ /var/tmp/diff_new_pack.lgLBIV/_new  2015-01-15 15:58:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iproute2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 Name:   iproute2
-Version:3.17
+Version:3.18
 Release:0
-%define rversion 3.17.0
+%define rversion 3.18.0
 Summary:Linux network configuration utilities
 License:GPL-2.0
 Group:  Productivity/Networking/Routing

++ iproute2-3.16.0-fix-bashisms.patch ++
From: Oleksandr Chumachenko 
Date: Sun, 28 Dec 2014 17:35:02 +0100

---
 examples/gaiconf |8 
 1 file changed, 4 

commit amarok for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2015-01-15 15:58:22

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


Package is "amarok"

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2014-12-22 
12:52:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2015-01-15 
15:58:24.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan 10 09:06:49 UTC 2015 - lbeltr...@kde.org
+
+- Add 0008-Clean-up-the-leftover-of-strigi-removal.patch: 
+  remove unneeded Strigi reference in the Ampache plugin build
+  system
+- Add 0009-Fix-Ampache-plugin-connections.patch: unbreak Ampache
+  plugin connection due to wrong hashing algorithm being used 
+
+---

New:

  0008-Clean-up-the-leftover-of-strigi-removal.patch
  0009-Fix-Ampache-plugin-connections.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.2dDFqo/_old  2015-01-15 15:58:26.0 +0100
+++ /var/tmp/diff_new_pack.2dDFqo/_new  2015-01-15 15:58:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amarok
 #
-# 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
@@ -47,6 +47,10 @@
 Patch105:   0006-Don-t-suppress-html-tag-like-characters.patch
 # PATCH-FIX-UPSTREAM 0007-Fix-performance-issue-with-large-podcast-feeds.patch 
-- kde#283022
 Patch106:   0007-Fix-performance-issue-with-large-podcast-feeds.patch
+# PATCH-FIX-UPSTREAM: 0008-Clean-up-the-leftover-of-strigi-removal.patch - 
remove unneded Strigi reference
+Patch107:   0008-Clean-up-the-leftover-of-strigi-removal.patch
+# PATCH-FIX-OPENSUSE 0009-Fix-Ampache-plugin-connections.patch - Unbreak 
Ampache plugin login (under review upstream)
+Patch108:   0009-Fix-Ampache-plugin-connections.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -113,6 +117,8 @@
 %patch104 -p1
 %patch105 -p1
 %patch106 -p1
+%patch107 -p1
+%patch108 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')

++ 0008-Clean-up-the-leftover-of-strigi-removal.patch ++
>From 81ad30537c90da4bacddede446f814cfc70bef5c Mon Sep 17 00:00:00 2001
From: Jekyll Wu 
Date: Wed, 27 Nov 2013 15:37:53 +0800
Subject: [PATCH 1/2] Clean up the leftover of strigi removal

This is a follow up of commit 56ae345ad143a4101eebbe70f176a730c594e207

REVIEW: 114148
---
 src/services/ampache/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/services/ampache/CMakeLists.txt 
b/src/services/ampache/CMakeLists.txt
index 039e7fc..dd298e8 100644
--- a/src/services/ampache/CMakeLists.txt
+++ b/src/services/ampache/CMakeLists.txt
@@ -6,7 +6,6 @@
 ${Amarok_SOURCE_DIR}/src/statusbar
 ${CMAKE_CURRENT_BINARY_DIR}/../../..
 ${KDE4_INCLUDE_DIR}
-${STRIGI_INCLUDE_DIR}
 ${QT_INCLUDES}
 )
 
-- 
2.2.1

++ 0009-Fix-Ampache-plugin-connections.patch ++
 638 lines (skipped)

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



commit tigervnc for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2015-01-15 15:58:11

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


Package is "tigervnc"

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2014-11-24 
11:17:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2015-01-15 
15:58:12.0 +0100
@@ -1,0 +2,12 @@
+Fri Jan  9 12:50:45 UTC 2015 - m...@suse.com
+
+- Update to tigervnc 1.4.1 on xorg-server 1.16.1.
+- Drop upstreamed or obsolete patches:
+tigervnc-sf3492352.diff
+u_aarch64-support.patch
+u_tigervnc-check-shm-harder.patch
+u_arch-Fix-image-and-bitmap-byte-order-for-ppc64le.patch
+u_tigervnc-1.3.0-fix-use-after-free.patch
+tigervnc-1.2.80-fix-int-to-pointer.patch
+
+---

Old:

  tigervnc-1.2.80-fix-int-to-pointer.patch
  tigervnc-1.3.1.tar.bz2
  tigervnc-sf3492352.diff
  u_aarch64-support.patch
  u_arch-Fix-image-and-bitmap-byte-order-for-ppc64le.patch
  u_tigervnc-1.3.0-fix-use-after-free.patch
  u_tigervnc-check-shm-harder.patch
  xorg-server-1.14.0.tar.bz2

New:

  tigervnc-1.4.1.tar.gz
  xorg-server-1.16.1.tar.bz2



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.SNjj9i/_old  2015-01-15 15:58:14.0 +0100
+++ /var/tmp/diff_new_pack.SNjj9i/_new  2015-01-15 15:58:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tigervnc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   tigervnc
-Version:1.3.1
+Version:1.4.1
 Release:0
 Provides:   tightvnc = 1.3.9
 Obsoletes:  tightvnc < 1.3.9
@@ -90,8 +90,8 @@
 Summary:A high-performance, platform-neutral implementation of VNC
 License:GPL-2.0 and MIT
 Group:  System/X11/Servers/XF86_4
-Source1:tigervnc-1.3.1.tar.bz2
-Source2:xorg-server-1.14.0.tar.bz2
+Source1:tigervnc-1.4.1.tar.gz
+Source2:xorg-server-1.16.1.tar.bz2
 Source3:vnc.xinetd
 Source4:10-libvnc.conf
 Source5:vnc-server.firewall
@@ -102,25 +102,19 @@
 Source10:   index.vnc
 
 # Tiger vnc patches
-Patch1: u_tigervnc-1.3.0-fix-use-after-free.patch
-Patch2: tigervnc-newfbsize.patch
-Patch3: tigervnc-clean-pressed-key-on-exit.patch
-Patch4: tigervnc-sf3492352.diff
-Patch5: tigervnc-sf3495623.patch
-Patch6: u_tigervnc-dont-send-ascii-control-characters.patch
-Patch7: u_tigervnc-ignore-epipe-on-write.patch
-Patch8: n_tigervnc-date-time.patch
-Patch9: U_include-vencrypt-only-if-any-subtype-present.patch
-Patch10:u_tigervnc-check-shm-harder.patch
-Patch11:u_tigervnc-use_preferred_mode.patch
-Patch12:u_tigervnc-cve-2014-8240.patch
+Patch1: tigervnc-newfbsize.patch
+Patch2: tigervnc-clean-pressed-key-on-exit.patch
+Patch3: tigervnc-sf3495623.patch
+Patch4: u_tigervnc-dont-send-ascii-control-characters.patch
+Patch5: u_tigervnc-ignore-epipe-on-write.patch
+Patch6: n_tigervnc-date-time.patch
+Patch7: U_include-vencrypt-only-if-any-subtype-present.patch
+Patch8: u_tigervnc-use_preferred_mode.patch
+Patch9: u_tigervnc-cve-2014-8240.patch
 
 # Xserver patches
-Patch20:tigervnc-1.2.80-fix-int-to-pointer.patch
-Patch21:u_aarch64-support.patch
-Patch22:N_xorg-server-xdmcp.patch
-Patch23:n_tigervnc-dont-build-gtf.patch
-Patch24:u_arch-Fix-image-and-bitmap-byte-order-for-ppc64le.patch
+Patch20:N_xorg-server-xdmcp.patch
+Patch21:n_tigervnc-dont-build-gtf.patch
 
 %description
 TigerVNC is a high-performance, platform-neutral implementation of VNC 
(Virtual Network Computing), 
@@ -150,23 +144,17 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p0
+%patch4 -p0
+%patch5 -p0
+%patch6 -p1
 %patch7 -p0
-%patch8 -p1
-%patch9 -p0
-%patch10 -p0
-%patch11 -p0
-%patch12 -p1
+%patch8 -p0
+%patch9 -p1
 
 pushd unix/xserver
-patch -p1 < ../xserver114.patch
+patch -p1 < ../xserver116.patch
 %patch20 -p1
 %patch21 -p1
-%patch22 -p1
-%patch23 -p1
-%patch24 -p1
 popd
 
 %build
@@ -254,7 +242,7 @@
 %defattr(-,root,root,-)
 %ghost %{_bindir}/vncviewer
 %{_bindir}/vncviewer-tigervnc
-%exclude /usr/share/doc/tigervnc-1.3.1
+%exclude /usr/share/doc/tiger

commit kexec-tools for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory 
checked in at 2015-01-15 15:58:13

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


Package is "kexec-tools"

Changes:

--- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes  2014-10-11 
19:25:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes 
2015-01-15 15:58:18.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  9 02:13:57 UTC 2015 - to...@suse.com
+
+- Fix x86 callback prototypes (bnc#905090)
+  Add patch: kexec-tools-callback-function-proto.patch
+
+---

New:

  kexec-tools-callback-function-proto.patch



Other differences:
--
++ kexec-tools.spec ++
--- /var/tmp/diff_new_pack.SeIo5p/_old  2015-01-15 15:58:19.0 +0100
+++ /var/tmp/diff_new_pack.SeIo5p/_new  2015-01-15 15:58:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kexec-tools
 #
-# 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
@@ -37,7 +37,8 @@
 Patch2: %{name}-xen-balloon-up.patch
 Patch3: %{name}-disable-test.patch
 Patch4: %{name}-enable-aarch64.patch
-Patch6: %{name}-enable-aarch64-fixup.patch
+Patch5: %{name}-enable-aarch64-fixup.patch
+Patch6: %{name}-callback-function-proto.patch
 
 Url:
ftp://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,6 +64,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 %patch6 -p1
 
 %build

++ kexec-tools-callback-function-proto.patch ++
From: Bernhard Übelacker 
Subject: Fix callback functions given to kexec_iomem_for_each_line
References: https://bugs.debian.org/771671
References: bnc#905090
Upstream: pending

--- kexec-tools-2.0.7.orig/kexec/arch/i386/crashdump-x86.c
+++ kexec-tools-2.0.7/kexec/arch/i386/crashdump-x86.c
@@ -1041,8 +1041,8 @@ int get_max_crash_kernel_limit(uint64_t
 
 static int crashkernel_mem_callback(void *UNUSED(data), int nr,
   char *UNUSED(str),
-  unsigned long base,
-  unsigned long length)
+  unsigned long long base,
+  unsigned long long length)
 {
if (nr >= CRASH_RESERVED_MEM_NR)
return 1;
--- kexec-tools-2.0.7.orig/kexec/arch/sh/crashdump-sh.c
+++ kexec-tools-2.0.7/kexec/arch/sh/crashdump-sh.c
@@ -34,8 +34,8 @@ static struct memory_range crash_memory_
 static int crash_sh_range_nr;
 static int crash_sh_memory_range_callback(void *UNUSED(data), int UNUSED(nr),
  char *str,
- unsigned long base,
- unsigned long length)
+ unsigned long long base,
+ unsigned long long length)
 {
 
struct memory_range *range = crash_memory_range;
--- kexec-tools-2.0.7.orig/kexec/arch/sh/kexec-sh.c
+++ kexec-tools-2.0.7/kexec/arch/sh/kexec-sh.c
@@ -24,8 +24,8 @@ static struct memory_range memory_range[
 
 static int kexec_sh_memory_range_callback(void *UNUSED(data), int nr,
  char *UNUSED(str),
- unsigned long base,
- unsigned long length)
+ unsigned long long base,
+ unsigned long long length)
 {
if (nr < MAX_MEMORY_RANGES) {
memory_range[nr].start = base;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dh-make for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package dh-make for openSUSE:Factory checked 
in at 2015-01-15 15:58:40

Comparing /work/SRC/openSUSE:Factory/dh-make (Old)
 and  /work/SRC/openSUSE:Factory/.dh-make.new (New)


Package is "dh-make"

Changes:

--- /work/SRC/openSUSE:Factory/dh-make/dh-make.changes  2012-10-08 
20:28:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.dh-make.new/dh-make.changes 2015-01-15 
15:58:41.0 +0100
@@ -1,0 +2,17 @@
+Wed Jan 14 09:10:18 UTC 2015 - tchva...@suse.com
+
+- Remember to mention dh-make-rpmlintrc in spec
+
+---
+Sun Jan  4 18:49:28 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.20140617
+  + New numbering scheme
+  + Updated to standards version 3.9.5 Closes: #748336
+  + fix lintian "vcs-field-not-canonical" warning Closes: #750005
+  + Update dh7 rules for dpkg >= 1.16.1 Closes: #737520
+  + Remove redundant section in control Closes: #743223
+  + Added misc:depends to library control Closes: #702835
+  + Update template to use dh compat 9 Closes: #730741
+
+---

Old:

  dh-make_0.61.tar.gz

New:

  dh-make_1.20140617.tar.xz



Other differences:
--
++ dh-make.spec ++
--- /var/tmp/diff_new_pack.Mn5qDZ/_old  2015-01-15 15:58:42.0 +0100
+++ /var/tmp/diff_new_pack.Mn5qDZ/_new  2015-01-15 15:58:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dh-make
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   dh-make
-Version:0.61
+Version:1.20140617
 Release:0
 Summary:Tool that converts source archives into Debian package source
 License:SUSE-GPL-3.0-with-template-exception
 Group:  System/Packages
 Url:http://www.debian.org
-Source0:
http://ftp.de.debian.org/debian/pool/main/d/dh-make/dh-make_%{version}.tar.gz
+Source0:
http://ftp.de.debian.org/debian/pool/main/d/dh-make/dh-make_%{version}.tar.xz
+Source99:   dh-make-rpmlintrc
 BuildRequires:  debhelper
 Requires:   debhelper
 Requires:   dpkg
@@ -41,7 +42,7 @@
 Debian package.
 
 %prep
-%setup -n %{name}
+%setup -q
 
 %build
 

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



commit libjpeg-turbo for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package libjpeg-turbo for openSUSE:Factory 
checked in at 2015-01-15 15:58:20

Comparing /work/SRC/openSUSE:Factory/libjpeg-turbo (Old)
 and  /work/SRC/openSUSE:Factory/.libjpeg-turbo.new (New)


Package is "libjpeg-turbo"

Changes:

--- /work/SRC/openSUSE:Factory/libjpeg-turbo/libjpeg-turbo.changes  
2014-11-28 08:44:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libjpeg-turbo.new/libjpeg-turbo.changes 
2015-01-15 15:58:22.0 +0100
@@ -1,0 +2,64 @@
+Sat Jan 10 00:39:57 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.4.0
+  + Fixed a build issue on OS X PowerPC platforms (md5cmp failed to build
+because OS X does not provide the le32toh() and htole32() functions.)
+  + The non-SIMD RGB565 color conversion code did not work correctly on big
+endian machines.  This has been fixed.
+  + Fixed an issue in tjPlaneSizeYUV() whereby it would erroneously return 1
+instead of -1 if componentID was > 0 and subsamp was TJSAMP_GRAY.
+  + Fixed an issue in tjBufSizeYUV2() wherby it would erroneously return 0
+instead of -1 if width was < 1.
+  + The Huffman encoder now uses clz and bsr instructions for bit counting on
+ARM64 platforms (see 1.4 beta1 [5].)
+  + The close() method in the TJCompressor and TJDecompressor Java classes is
+now idempotent.  Previously, that method would call the native tjDestroy()
+function even if the TurboJPEG instance had already been destroyed.  This
+caused an exception to be thrown during finalization, if the close() 
method had
+already been called.  The exception was caught, but it was still an 
expensive
+operation.
+  + The TurboJPEG API previously generated an error ("Could not determine
+subsampling type for JPEG image") when attempting to decompress grayscale 
JPEG
+images that were compressed with a sampling factor other than 1 (for 
instance,
+with 'cjpeg -grayscale -sample 2x2').  Subsampling technically has no 
meaning
+with grayscale JPEGs, and thus the horizontal and vertical sampling factors
+for such images are ignored by the decompressor.  However, the TurboJPEG 
API
+was being too rigid and was expecting the sampling factors to be equal to 1
+before it treated the image as a grayscale JPEG.
+  + cjpeg, djpeg, and jpegtran now accept an argument of -version, which will
+print the library version and exit.
+  + Referring to 1.4 beta1 [15], another extremely rare circumstance was
+discovered under which the Huffman encoder's local buffer can be overrun
+when a buffered destination manager is being used and an
+extremely-high-frequency block (basically junk image data) is being 
encoded.
+Even though the Huffman local buffer was increased from 128 bytes to 136 
bytes
+to address the previous issue, the new issue caused even the larger buffer 
to
+be overrun.  Further analysis reveals that, in the absolute worst case 
(such as
+setting alternating AC coefficients to 32767 and -32768 in the JPEG 
scanning
+order), the Huffman encoder can produce encoded blocks that approach 
double the
+size of the unencoded blocks.  Thus, the Huffman local buffer was 
increased to
+256 bytes, which should prevent any such issue from re-occurring in the 
future.
+  + The new tjPlaneSizeYUV(), tjPlaneWidth(), and tjPlaneHeight() functions
+were not actually usable on any platform except OS X and Windows, because
+those functions were not included in the libturbojpeg mapfile.  This has 
been
+fixed.
+  + Restored the JPP(), JMETHOD(), and FAR macros in the libjpeg-turbo header
+files.  The JPP() and JMETHOD() macros were originally implemented in 
libjpeg
+as a way of supporting non-ANSI compilers that lacked support for prototype
+parameters.  libjpeg-turbo has never supported such compilers, but some
+software packages still use the macros to define their own prototypes.
+Similarly, libjpeg-turbo has never supported MS-DOS and other platforms 
that
+have far symbols, but some software packages still use the FAR macro.  A 
pretty
+good argument can be made that this is a bad practice on the part of the
+software in question, but since this affects more than one package, it's 
just
+easier to fix it here.
+  + Fixed issues that were preventing the ARM 64-bit SIMD code from compiling
+for iOS, and included an ARMv8 architecture in all of the binaries 
installed by
+the "official" libjpeg-turbo SDK for OS X.
+- Adapt patches to upstream changes
+  libjpeg-ocloexec.patch >  libjpeg-1.4.0-ocloexec.patch 
+  libjpeg-turbo-1.3.0-int32.patch >  libjpeg-turbo-1.4.0-int32.patch 
+- Remove libjpeg-turbo-CVE-2014-9092.patch; fixed on upstream release
+- Bump tminor to 1
+
+

commit cdrtools for openSUSE:Factory

2015-01-15 Thread h_root


binH7YPjTPEhJ.bin
Description: Binary data


commit rubygem-extlib for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-extlib for openSUSE:Factory 
checked in at 2015-01-15 15:58:30

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


Package is "rubygem-extlib"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-extlib/rubygem-extlib.changes
2014-10-23 14:20:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-extlib.new/rubygem-extlib.changes   
2015-01-15 15:58:31.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  9 09:19:55 UTC 2015 - dmuel...@suse.com
+
+- fix license
+- add gem2rpm.yml and make use of it (regenerate spec)
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-extlib.spec ++
--- /var/tmp/diff_new_pack.R13tWU/_old  2015-01-15 15:58:32.0 +0100
+++ /var/tmp/diff_new_pack.R13tWU/_new  2015-01-15 15:58:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-extlib
 #
-# 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,6 +16,13 @@
 #
 
 
+#
+# 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-extlib
 Version:0.9.16
 Release:0
@@ -27,8 +34,9 @@
 BuildRequires:  ruby-macros >= 5
 Url:http://github.com/datamapper/extlib
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Support library for Merb
-License:Ruby
+License:MIT and Ruby
 Group:  Development/Languages/Ruby
 
 %description

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
:license: MIT and Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: ''
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nip2 for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package nip2 for openSUSE:Factory checked in 
at 2015-01-15 15:58:32

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


Package is "nip2"

Changes:

--- /work/SRC/openSUSE:Factory/nip2/nip2.changes2014-10-23 
14:21:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.nip2.new/nip2.changes   2015-01-15 
15:58:35.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 12 17:17:37 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 7.42.1
+  * See included ChangeLog file for details
+
+---

Old:

  nip2-7.40.4.tar.gz

New:

  nip2-7.42.1.tar.gz



Other differences:
--
++ nip2.spec ++
--- /var/tmp/diff_new_pack.ONTSfB/_old  2015-01-15 15:58:36.0 +0100
+++ /var/tmp/diff_new_pack.ONTSfB/_new  2015-01-15 15:58:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nip2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   nip2
-Version:7.40.4
+Version:7.42.1
 Release:0
 Summary:Interactive tool for working with large images
 License:GPL-2.0+

++ nip2-7.40.4.tar.gz -> nip2-7.42.1.tar.gz ++
/work/SRC/openSUSE:Factory/nip2/nip2-7.40.4.tar.gz 
/work/SRC/openSUSE:Factory/.nip2.new/nip2-7.42.1.tar.gz differ: char 5, line 1

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