commit shorewall for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2015-01-24 22:21:07

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


Package is "shorewall"

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2015-01-20 
12:37:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2015-01-24 
22:21:14.0 +0100
@@ -1,0 +2,20 @@
+Sat Jan 24 08:23:16 UTC 2015 - tog...@opensuse.org
+
+- Update to version 4.6.6.1 For more details see changelog.txt and
+  releasenotes.txt
+
+  * Previously the SAVE and RESTORE actions were erroneously disallowed
+in the INPUT chain within the mangle file.
+  * The manpage descriptions of the mangle SAVE and RESTORE actions
+incorrectly required a slash (/) prior to the mask value.
+  * Race conditions could previously occur between the 'start'
+command and the 'enable' and 'disable' commands.
+  * The 'update' command incorrectly added the INLINE_MATCHES
+option to shorewall.conf with a default value of 'Yes'. This
+caused 'start' to fail with invalid iptables rules when the
+alternate input format using ';' is used.
+  * Previously the LOCKFILE setting was not propagated to the
+generated script. So when the script was run directly, the script
+unconditionally used ${VARDIR}/lock. 
+
+---

Old:

  shorewall-4.6.6.tar.bz2
  shorewall-core-4.6.6.tar.bz2
  shorewall-docs-html-4.6.6.tar.bz2
  shorewall-init-4.6.6.tar.bz2
  shorewall-lite-4.6.6.tar.bz2
  shorewall6-4.6.6.tar.bz2
  shorewall6-lite-4.6.6.tar.bz2

New:

  shorewall-4.6.6.1.tar.bz2
  shorewall-core-4.6.6.1.tar.bz2
  shorewall-docs-html-4.6.6.1.tar.bz2
  shorewall-init-4.6.6.1.tar.bz2
  shorewall-lite-4.6.6.1.tar.bz2
  shorewall6-4.6.6.1.tar.bz2
  shorewall6-lite-4.6.6.1.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.F8dfoh/_old  2015-01-24 22:21:15.0 +0100
+++ /var/tmp/diff_new_pack.F8dfoh/_new  2015-01-24 22:21:15.0 +0100
@@ -20,7 +20,7 @@
 %define have_systemd 1
 
 Name:   shorewall
-Version:4.6.6
+Version:4.6.6.1
 Release:0
 Summary:Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:GPL-2.0

++ shorewall-4.6.6.tar.bz2 -> shorewall-4.6.6.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.6/Perl/Shorewall/Config.pm 
new/shorewall-4.6.6.1/Perl/Shorewall/Config.pm
--- old/shorewall-4.6.6/Perl/Shorewall/Config.pm2015-01-15 
16:45:36.0 +0100
+++ new/shorewall-4.6.6.1/Perl/Shorewall/Config.pm  2015-01-23 
17:49:49.0 +0100
@@ -301,7 +301,7 @@
 #
 # Config options and global settings that are to be copied to output script
 #
-our @propagateconfig = qw/ DISABLE_IPV6 MODULESDIR MODULE_SUFFIX 
LOAD_HELPERS_ONLY SUBSYSLOCK LOG_VERBOSITY/;
+our @propagateconfig = qw/ DISABLE_IPV6 MODULESDIR MODULE_SUFFIX 
LOAD_HELPERS_ONLY LOCKFILE SUBSYSLOCK LOG_VERBOSITY/;
 #
 # From parsing the capabilities file or detecting capabilities
 #
@@ -713,7 +713,7 @@
TC_SCRIPT   => '',
EXPORT  => 0,
KLUDGEFREE  => '',
-   VERSION => "4.6.6",
+   VERSION => "4.6.6.1",
CAPVERSION  => 40606 ,
  );
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.6/Perl/Shorewall/Tc.pm 
new/shorewall-4.6.6.1/Perl/Shorewall/Tc.pm
--- old/shorewall-4.6.6/Perl/Shorewall/Tc.pm2015-01-15 16:45:37.0 
+0100
+++ new/shorewall-4.6.6.1/Perl/Shorewall/Tc.pm  2015-01-23 17:49:49.0 
+0100
@@ -564,7 +564,7 @@
 
RESTORE=> {
defaultchain   => 0,
-   allowedchains  => PREROUTING | FORWARD | OUTPUT | POSTROUTING,
+   allowedchains  => PREROUTING | INPUT | FORWARD | OUTPUT | 
POSTROUTING,
minparams  => 0,
maxparams  => 1,
function   => sub () {
@@ -593,7 +593,7 @@
 
SAVE   => {
defaultchain   => 0,
-   allowedchains  => PREROUTING | FORWARD | OUTPUT | POSTROUTING,
+   allowedchains  => PREROUTING | INPUT | FORWARD | OUTPUT | 
POSTROUTING,
minparams  => 0,
maxparams  => 1,
function   => sub () {
@@ -1055,7 +1055,7 @@
 my ( $originalmark, $source, $dest, $protos, $ports, $sports, $user, 
$te

commit youtube-dl for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-01-24 22:21:20

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2014-12-01 
14:01:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-01-24 22:21:30.0 +0100
@@ -1,0 +2,16 @@
+Sat Jan 24 16:22:23 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to new upstream release 2015.01.23.4:
+  * numerous improvements
+  * new handlers for 24video, AdobeTV, AlJazeera, Azubu, Bet, Bpb,
+BuzzFeed, Cinchcast, ComCarCoff, dvtv, Foxgay, FoxNews,
+GiantBomb, Groupon, Minhateca, MySpace:album, MyVidster,
+NerdCubedFeed, radio.de, Restudy, RTP, ScreencastOMatic,
+ScreenwaveMedia, Tass, TeamFour, TeleBruxelles, TMZ,
+TrailerAddict, TuneIn, vk.com:user-videos, XMinus, YesJapan,
+ZDFChannel, zingmp3:album, zingmp3:song
+- add new buildRequires to generate the readme:
+  * python-devel
+  * python-xml
+
+---

Old:

  youtube-dl-2014.11.21.1.tar.gz
  youtube-dl-2014.11.21.1.tar.gz.sig

New:

  youtube-dl-2015.01.23.4.tar.gz
  youtube-dl-2015.01.23.4.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.PMHCNd/_old  2015-01-24 22:21:31.0 +0100
+++ /var/tmp/diff_new_pack.PMHCNd/_new  2015-01-24 22:21:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package youtube-dl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2014.11.21.1
+Version:2015.01.23.4
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0
@@ -28,6 +28,8 @@
 Source: http://youtube-dl.org/downloads/%version/%name-%version.tar.gz
 Source2:
http://youtube-dl.org/downloads/%version/%name-%version.tar.gz.sig
 Source3:%name.keyring
+BuildRequires:  python-devel
+BuildRequires:  python-xml
 BuildRequires:  zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ youtube-dl-2014.11.21.1.tar.gz -> youtube-dl-2015.01.23.4.tar.gz ++
 27224 lines of diff (skipped)

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



commit calibre for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-01-24 22:21:03

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


Package is "calibre"

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-01-14 
11:45:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-01-24 
22:21:10.0 +0100
@@ -1,0 +2,14 @@
+Fri Jan 23 17:40:12 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.17.0:
+  * New features:
+- Edit Book: A new reports tool that shows a summary of files, images, 
words, characters and styles used in the book.
+_ Edit Book: Allow adding the 'Manage Snippets' action to the toolbar, for 
easy access.
+  * Bugfixes:
+- Update Ozon.ru metadata download plugin for website changes.
+- E-book viewer: Fix regression in 'flow' mode that caused horizontal 
scrollbar to be rendered as vertical.
+- Fix a regression that prevented adding of books from sub-folders if the 
folder contained only an OPF file and no actual ebook files.
+  * New and improved news sources.
+  * For details, see http://calibre-ebook.com/whats-new
+
+---

Old:

  calibre-2.16.0.tar.xz

New:

  calibre-2.17.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.ZlVh6B/_old  2015-01-24 22:21:12.0 +0100
+++ /var/tmp/diff_new_pack.ZlVh6B/_new  2015-01-24 22:21:12.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.16.0
+Version:2.17.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.16.0.tar.xz -> calibre-2.17.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.17.0.tar.xz differ: char 26, 
line 1


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



commit libressl for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package libressl for openSUSE:Factory 
checked in at 2015-01-24 22:21:16

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


Package is "libressl"

Changes:

--- /work/SRC/openSUSE:Factory/libressl/libressl.changes2014-12-16 
14:49:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libressl.new/libressl.changes   2015-01-24 
22:21:24.0 +0100
@@ -1,0 +2,11 @@
+Sat Jan 24 13:54:56 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2.1.3
+* Fixes for various memory leaks in DTLS, including those for
+  CVE-2015-0206.
+* Application-Layer Protocol Negotiation (ALPN) support.
+* Simplfied and refactored SSL/DTLS handshake code.
+* SHA256 Camellia cipher suites for TLS 1.2 from RFC 5932.
+* Ensure the stack is marked non-executable for assembly sections.
+
+---

Old:

  libressl-2.1.2.tar.gz

New:

  libressl-2.1.3.tar.gz



Other differences:
--
++ libressl.spec ++
--- /var/tmp/diff_new_pack.vVDrIu/_old  2015-01-24 22:21:25.0 +0100
+++ /var/tmp/diff_new_pack.vVDrIu/_new  2015-01-24 22:21:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libressl
 #
-# 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:   libressl
-Version:2.1.2
+Version:2.1.3
 Release:0
 Summary:An SSL/TLS protocol implementation
 License:OpenSSL
@@ -50,11 +50,11 @@
 and S/MIME, and they have also been used to implement SSH, OpenPGP,
 and other cryptographic standards.
 
-%package -n libssl29
+%package -n libssl30
 Summary:An SSL/TLS protocol implementation
 Group:  System/Libraries
 
-%description -n libssl29
+%description -n libssl30
 LibreSSL is an open-source implementation of the Secure Sockets Layer
 (SSL) and Transport Layer Security (TLS) protocols. It derives from
 OpenSSL and intends to provide a more secure implementation.
@@ -75,7 +75,7 @@
 Summary:Development files for LibreSSL, an SSL/TLS protocol 
implementation
 Group:  Development/Libraries/C and C++
 Requires:   libcrypto30 = %version
-Requires:   libssl29 = %version
+Requires:   libssl30 = %version
 Requires:   libtls1 = %version
 Conflicts:  libopenssl-devel
 
@@ -131,8 +131,8 @@
 
 %post   -n libcrypto30 -p /sbin/ldconfig
 %postun -n libcrypto30 -p /sbin/ldconfig
-%post   -n libssl29 -p /sbin/ldconfig
-%postun -n libssl29 -p /sbin/ldconfig
+%post   -n libssl30 -p /sbin/ldconfig
+%postun -n libssl30 -p /sbin/ldconfig
 %post   -n libtls1 -p /sbin/ldconfig
 %postun -n libtls1 -p /sbin/ldconfig
 
@@ -146,9 +146,9 @@
 %defattr(-,root,root)
 %_libdir/libcrypto.so.30*
 
-%files -n libssl29
+%files -n libssl30
 %defattr(-,root,root)
-%_libdir/libssl.so.29*
+%_libdir/libssl.so.30*
 
 %files -n libtls1
 %defattr(-,root,root)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.vVDrIu/_old  2015-01-24 22:21:25.0 +0100
+++ /var/tmp/diff_new_pack.vVDrIu/_new  2015-01-24 22:21:25.0 +0100
@@ -1,9 +1,9 @@
 libcrypto30
-libssl29
+libssl30
 libtls1
 libressl-devel
requires -libressl-
requires "libcrypto30- = "
-   requires "libssl29- = "
+   requires "libssl30- = "
requires "libtls1- = "
conflicts "libopenssl-devel-"

++ libressl-2.1.2.tar.gz -> libressl-2.1.3.tar.gz ++
 16500 lines of diff (skipped)

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



commit rubygem-facter for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-facter for openSUSE:Factory 
checked in at 2015-01-24 22:21:18

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


Package is "rubygem-facter"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-facter/rubygem-facter.changes
2014-12-21 12:04:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-facter.new/rubygem-facter.changes   
2015-01-24 22:21:28.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 20 22:07:10 UTC 2015 - tampak...@opensuse.org
+
+- Exclude dmidecode and virt-what from SLE11 because of bnc#911313
+
+---



Other differences:
--
++ rubygem-facter.spec ++
--- /var/tmp/diff_new_pack.aGWIfQ/_old  2015-01-24 22:21:29.0 +0100
+++ /var/tmp/diff_new_pack.aGWIfQ/_new  2015-01-24 22:21:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-facter
 #
-# 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

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.aGWIfQ/_old  2015-01-24 22:21:29.0 +0100
+++ /var/tmp/diff_new_pack.aGWIfQ/_new  2015-01-24 22:21:29.0 +0100
@@ -2,12 +2,14 @@
 :main:
   :preamble: |-
 Requires:   bind-utils
+%if 0%{?suse_version} > 1110
 Requires:   dmidecode
+Requires:   virt-what
+%endif
 Requires:   iproute2
 Requires:   lsb-release
 Requires:   net-tools
 Requires:   pciutils
-Requires:   virt-what
 Provides:   %{mod_name} = %{version}-%{release}
 Obsoletes:  %{mod_name} < %{version}-%{release}
 Requires:   %{name}
@@ -16,9 +18,8 @@
   Requires: rubygem(%{mod_name})
 :sources:
   - '%{mod_name}.8'
-# gem2rpm doesn't support patch tagging yet, leaving it here for now - 
https://github.com/openSUSE/gem2rpm/issues/2
-# PATCH-FIX-UPSTREAM -- bnc#878129 -- use "ip link" instead of "ifconfig" for 
interface names
 :patches:
+  # PATCH-FIX-UPSTREAM -- bnc#878129 -- use "ip link" instead of "ifconfig" 
for interface names
   '%{mod_name}-ip-interface.patch': -p1
 :post_install: |-
   mkdir -p %{buildroot}%{_sysconfdir}/%{mod_name}/facts.d

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



commit scantailor for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package scantailor for openSUSE:Factory 
checked in at 2015-01-24 22:21:13

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


Package is "scantailor"

Changes:

--- /work/SRC/openSUSE:Factory/scantailor/scantailor.changes2015-01-08 
23:01:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.scantailor.new/scantailor.changes   
2015-01-24 22:21:21.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 24 13:31:55 UTC 2015 - dmitr...@opensuse.org
+
+- Move command line interface to separate package
+
+---



Other differences:
--
++ scantailor.spec ++
--- /var/tmp/diff_new_pack.AlLNLl/_old  2015-01-24 22:21:22.0 +0100
+++ /var/tmp/diff_new_pack.AlLNLl/_new  2015-01-24 22:21:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scantailor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   scantailor
 Version:0.9.11.1
 Release:0
+Summary:Interactive post-processing tool for scanned pages
 License:GPL-3.0+
-Summary:Interactive Post-Processing Tool for Scanned Pages
-Url:http://scantailor.sourceforge.net/
 Group:  Productivity/Graphics/Other
+Url:http://scantailor.sourceforge.net/
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:%{name}-icons.tar.bz2
 BuildRequires:  boost-devel >= 1.42
@@ -37,6 +38,18 @@
 adding/removing borders and others. You give it raw scans, and you get
 pages ready to be printed or assembled into a PDF or DJVU file.
 
+%packagecli
+Summary:Command line post-processing tool for scanned pages
+Group:  Productivity/Graphics/Other
+
+%descriptioncli
+Scan Tailor is an interactive post-processing tool for scanned pages.
+It performs operations such as page splitting, deskewing,
+adding/removing borders and others. You give it raw scans, and you get
+pages ready to be printed or assembled into a PDF or DJVU file.
+
+This package provides command line version of scantailor.
+
 %prep
 %setup -q -a 1
 cp -p resources/icons/{COPYING,COPYING.icons}
@@ -81,8 +94,12 @@
 %defattr(-,root,root,-)
 %doc COPYING GPL3.txt resources/icons/COPYING.icons
 %{_datadir}/%{name}
-%{_bindir}/%{name}*
+%{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.*
 
+%files cli
+%defattr(-,root,root,-)
+%{_bindir}/%{name}-cli
+
 %changelog

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



commit phpMyAdmin for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-01-24 22:21:11

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2015-01-20 
12:36:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2015-01-24 22:21:20.0 +0100
@@ -1,0 +2,21 @@
+Sat Jan 24 13:34:33 UTC 2015 - ec...@opensuse.org
+
+- update to 4.3.8 (2015-01-24)
+  - fix bug Undefined constant PMA_DRIZZLE
+  - sf#4712 Wrongly positioned date-picker while Grid-Editing
+  - sf#4714 Forced ORDER BY for own sql statements
+  - sf#4721 Undefined property: stdClass::$version
+  - sf#4719 'only_db' not working
+  - sf#4700 Error text: Internal Server Error
+  - sf#4722 Incorrect width table summary when favorite tables 
+is disabled
+  - sf#4716 Collapse all in navigation panel is sometimes broken
+  - sf#4724 Cannot navigate in filtered table list
+  - sf#4717 Database navigation menu broken when resolution/screen 
+is changing
+  - sf#4727 Collation column missing in database list 
+when DisableIS is true
+  - fix bug Undefined index central_columnswork
+  - fix bug Undefined index favorite_tables 
+
+---

Old:

  phpMyAdmin-4.3.7-all-languages.tar.bz2

New:

  phpMyAdmin-4.3.8-all-languages.tar.bz2



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

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

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



commit wine for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2015-01-24 22:21:01

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


Package is "wine"

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2015-01-12 
09:49:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2015-01-24 
22:21:04.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan 23 20:29:32 UTC 2015 - meiss...@suse.com
+
+- Updated to 1.7.35 development snapshot
+  - Beginnings of support for OpenGL core contexts.
+  - Initial support for glyph placement in DirectWrite.
+  - Some more WBEM objects.
+  - Various bug fixes.
+
+---

Old:

  wine-1.7.34.tar.bz2
  wine-1.7.34.tar.bz2.sign

New:

  wine-1.7.35.tar.bz2
  wine-1.7.35.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.BUzFYO/_old  2015-01-24 22:21:06.0 +0100
+++ /var/tmp/diff_new_pack.BUzFYO/_new  2015-01-24 22:21:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wine
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,7 +56,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.34
+Version:1.7.35
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.7.34.tar.bz2 -> wine-1.7.35.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.34.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.35.tar.bz2 differ: char 11, line 1


++ wisotool ++
--- /var/tmp/diff_new_pack.BUzFYO/_old  2015-01-24 22:21:07.0 +0100
+++ /var/tmp/diff_new_pack.BUzFYO/_new  2015-01-24 22:21:07.0 +0100
@@ -8895,7 +8895,7 @@
 then
 # FIXME: Should we perhaps sha1sum? That would get messy...
 cd steamapps
-IFS=","
+IFS=$','
 for x in $game_extra_files
 do
 while true
@@ -8949,7 +8949,7 @@
 cp -r "$steam_dir/steamapps/$game_cache_file" 
"$WISOTOOL_CACHE/$PACKAGE"
 if test ! "$game_extra_files" = ""
 then
-IFS=","
+IFS=$','
 for x in $game_extra_files
 do
 cp "$steam_dir/steamapps/$x" "$WISOTOOL_CACHE/$PACKAGE"
@@ -8962,7 +8962,7 @@
 cp -r "$WISOTOOL_CACHE/$PACKAGE/$game_cache_file" 
"$steam_dir/steamapps"
 if test ! "$game_extra_files" = ""
 then
-IFS=","
+IFS=$','
 for x in $game_extra_files
 do
 cp "$WISOTOOL_CACHE/$PACKAGE/$x" "$steam_dir/steamapps"

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



commit hercules for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package hercules for openSUSE:Factory 
checked in at 2015-01-24 22:20:51

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


Package is "hercules"

Changes:

--- /work/SRC/openSUSE:Factory/hercules/hercules.changes2014-07-10 
14:55:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.hercules.new/hercules.changes   2015-01-24 
22:20:53.0 +0100
@@ -1,0 +2,14 @@
+Sat Jan 17 19:23:46 UTC 2015 - p.drou...@gmail.com
+
+- Update to 3.11
+  * Floating-Point-Extension Facility
+  * Enhanced Channel-to-Channel Adapter via TCP/IP
+  * Load/Store-on-Condition Facility corrections
+  * LCS corrections
+  * Floating-Point-Extension Facility corrections
+  * CMPSC corrections
+  * Load sequential datasets from XMIT files
+  * Eliminate compiler warnings for Linux and Mac
+- Remove depreciated AUTHORS section
+
+---

Old:

  hercules-3.10.tar.bz2

New:

  hercules-3.11.tar.gz



Other differences:
--
++ hercules.spec ++
--- /var/tmp/diff_new_pack.7zAU33/_old  2015-01-24 22:20:54.0 +0100
+++ /var/tmp/diff_new_pack.7zAU33/_new  2015-01-24 22:20:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hercules
 #
-# 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,14 +19,14 @@
 Name:   hercules
 BuildRequires:  libbz2-devel
 BuildRequires:  zlib-devel
-Url:http://www.hercules-390.org/
+Url:http://www.hercules-390.eu/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:3.10
+Version:3.11
 Release:0
 Summary:Hercules IBM Mainframe Emulator
 License:QPL-1.0
 Group:  System/Emulators/Other
-Source: %name-%version.tar.bz2
+Source: http://downloads.hercules-390.eu/%name-%version.tar.gz
 Patch:  hercules-3.03-overflow.patch
 
 %description
@@ -40,13 +40,6 @@
 Hercules information can be found on the web at
 http://www.conmicro.cx/hercules .
 
-
-
-Authors:
-
-Roger Bowler (retired) 
-Jay Maynard  (active)  
-
 %prep
 %setup
 %patch

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



commit salt for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

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

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


Package is "salt"

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2014-11-24 
11:13:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2015-01-24 
22:21:00.0 +0100
@@ -1,0 +2,13 @@
+Thu Jan 15 17:50:52 UTC 2015 - abo...@gmail.com
+
+- New Bugfix release 2014.7.1:
++ Fixed gitfs serving symlinks in file.recurse states (issue 17700)
++ Fixed holding of multiple packages (YUM) when combined with version pinning 
(issue 18468)
++ Fixed use of Jinja templates in masterless mode with non-roots fileserver 
backend (issue 17963)
++ Re-enabled pillar and compound matching for mine and publish calls. Note 
that pillar globbing is still disabled for those modes, for security reasons. 
(issue 17194)
++ Fix for tty: True in salt-ssh (issue 16847)
+- Needed to provide zsh completion because of the tarball missing the zsh 
completion script.
+- Removed man salt.1.gz file from salt-master because upstream removed it.
+- Added man salt.7.gz to salt-master package
+
+---

Old:

  salt-2014.7.0.tar.gz

New:

  salt-2014.7.1.tar.gz
  zsh_completion.zsh



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.vFROmD/_old  2015-01-24 22:21:01.0 +0100
+++ /var/tmp/diff_new_pack.vFROmD/_new  2015-01-24 22:21:01.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   salt
-Version:2014.7.0
+Version:2014.7.1
 Release:0
 Summary:A parallel remote execution system
 License:Apache-2.0
@@ -24,6 +24,9 @@
 Url:http://saltstack.org/
 Source0:
http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz
 
+# FIX_UPSTREAM_TARBALL no zsh completion
+Source1:   zsh_completion.zsh
+
 # PATCH-FIX-OPENSUSE use-forking-daemon.patch tser...@suse.com -- We don't 
have python-systemd, so notify can't work
 Patch1: use-forking-daemon.patch
 
@@ -322,7 +325,8 @@
 ## install completion scripts
 %if %with_bashcomp
 install -Dpm 0644 pkg/salt.bash %{buildroot}/etc/bash_completion.d/%{name}
-install -Dpm 0644 scripts/completion/zsh_completion.zsh 
%{buildroot}/etc/zsh_completion.d/%{name}
+#install -Dpm 0644 scripts/completion/zsh_completion.zsh 
#%%{buildroot}/etc/zsh_completion.d/#%%{name}
+install -Dpm 0644 %{SOURCE1} %{buildroot}/etc/zsh_completion.d/%{name}
 %endif #with_bashcomp
 
 #%%check
@@ -500,10 +504,10 @@
 %{_bindir}/salt-key
 %{_bindir}/salt-run
 %{_mandir}/man1/salt-master.1.gz
-%{_mandir}/man1/salt.1.gz
 %{_mandir}/man1/salt-cp.1.gz
 %{_mandir}/man1/salt-key.1.gz
 %{_mandir}/man1/salt-run.1.gz
+%{_mandir}/man7/salt.7.gz
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt
 %attr(0644, root, root) %config(noreplace) %{_sysconfdir}/salt/master
 %attr(0644, root, root) %config(noreplace) %{_sysconfdir}/salt/roster
@@ -529,7 +533,6 @@
 %{_bindir}/salt-unity
 %{_mandir}/man1/salt-unity.1.gz
 %{_mandir}/man1/salt-call.1.gz
-%{_mandir}/man7/salt.7.gz
 %config(noreplace) %{_sysconfdir}/logrotate.d/salt
 %attr(755,root,root)%{python_sitelib}/salt/cloud/deploy/*.sh
 %{python_sitelib}/*

++ salt-2014.7.0.tar.gz -> salt-2014.7.1.tar.gz ++
 40944 lines of diff (skipped)

++ use-forking-daemon.patch ++
--- /var/tmp/diff_new_pack.vFROmD/_old  2015-01-24 22:21:02.0 +0100
+++ /var/tmp/diff_new_pack.vFROmD/_new  2015-01-24 22:21:02.0 +0100
@@ -1,7 +1,7 @@
-Index: salt-2014.1.8/pkg/salt-master.service
+Index: salt-2014.7.1/pkg/salt-master.service
 ===
 salt-2014.1.13.orig/pkg/salt-master.service
-+++ salt-2014.1.13/pkg/salt-master.service
+--- salt-2014.7.1.orig/pkg/salt-master.service
 salt-2014.7.1/pkg/salt-master.service
 @@ -3,8 +3,10 @@ Description=The Salt Master Server
  After=syslog.target network.target
  

++ zsh_completion.zsh ++
#compdef salt salt-call salt-cp

local state line curcontext="$curcontext"
 
salt_dir="${$(python2 -c 'import salt; print(salt.__file__);')%__init__*}"
_modules(){
typeset -a _funcs
for file in $salt_dir/modules/*${words[CURRENT]%.*}*.py; do
module=${${file##*/}%.py}
if ! grep '__virtual__' $file &> /dev/null; then
continue
fi
mod=$(python2 -c "import salt.modules.$module as tmp; 
print(getattr(tmp, '__virtualname__', '$module'));")
for func in $(awk -F'[ (]' '/^def [^_]/ {print $2}' $file); do 
_funcs+=($mod.$func)
   

commit gufw for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package gufw for openSUSE:Factory checked in 
at 2015-01-24 22:20:44

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


Package is "gufw"

Changes:

--- /work/SRC/openSUSE:Factory/gufw/gufw.changes2014-12-21 
12:04:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.gufw.new/gufw.changes   2015-01-24 
22:20:50.0 +0100
@@ -1,0 +2,14 @@
+Fri Jan 16 15:32:13 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 15.04.0
+  + Fixed #1375468 No reload entry menu
+  + Fixed #1388422 NTP rule uses CUPS port
+  + Fixed #1342355 #1374998 Typos
+  + Fixed #1375010 Translated "Gufw is already running"
+  + Fixed #1375957 Tutorial strings in English
+  + Updated languages
+- Cleanup specfile
+- Fix Url
+- Use download Url as source
+
+---

Old:

  gui-ufw-14.04.0.tar.gz

New:

  gufw_15.04.0.tar.gz



Other differences:
--
++ gufw.spec ++
--- /var/tmp/diff_new_pack.L46wx1/_old  2015-01-24 22:20:51.0 +0100
+++ /var/tmp/diff_new_pack.L46wx1/_new  2015-01-24 22:20:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gufw
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   gufw 
-Version:14.04.0 
+Version:15.04.0 
 Release:0
 Summary:Uncomplicated Firewall
 License:GPL-3.0
 Group:  Productivity/Networking/Security
-Url:http://launchpad.net/%{name}
-Source0:gui-ufw-%{version}.tar.gz 
+Url:http://gufw.org/
+Source0:
https://launchpad.net/gui-ufw/gufw-15.04/15.04/+download/%{name}_%{version}.tar.gz
 
 #Source90:   gufw-rpmlintrc
 #Patch1: gui-ufw-11.10.2-gufw.Daemon.conf.diff
 BuildArch:  noarch
@@ -35,14 +34,8 @@
 BuildRequires:  python-distutils-extra
 BuildRequires:  python-netifaces
 BuildRequires:  update-desktop-files
-
-Requires:   python >= %python_version
 Requires:   ufw
-%if 0%{?suse_version} <= 1210
-Requires:   gir-repository
-%else
 Requires:   girepository-1_0
-%endif
 Requires:   dbus-1-python
 Requires:   gufw-lang
 Requires:   notification-daemon
@@ -64,8 +57,7 @@
 %build
 
 %install
-rm -rf %{buildroot}
-python setup.py install --prefix=/usr \
+python setup.py install --prefix=%{_prefix} \
 --root %{buildroot}
 rm %{buildroot}/usr/lib/python2.7/site-packages/gufw/model/__init__.py
 rm %{buildroot}/usr/lib/python2.7/site-packages/gufw/view/__init__.py

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



commit ucode-intel for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package ucode-intel for openSUSE:Factory 
checked in at 2015-01-24 22:20:53

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


Package is "ucode-intel"

Changes:

--- /work/SRC/openSUSE:Factory/ucode-intel/ucode-intel.changes  2014-09-22 
09:23:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucode-intel.new/ucode-intel.changes 
2015-01-24 22:20:55.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 21 20:13:01 UTC 2015 - mplus...@suse.com
+
+- Pre require coreutils (bnc#914169).
+
+---



Other differences:
--
++ ucode-intel.spec ++
--- /var/tmp/diff_new_pack.9ruQLI/_old  2015-01-24 22:20:56.0 +0100
+++ /var/tmp/diff_new_pack.9ruQLI/_new  2015-01-24 22:20:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ucode-intel
 #
-# 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,6 @@
 #
 
 
-
 Name:   ucode-intel
 Version:20140913
 Release:0
@@ -31,6 +30,7 @@
 Source2:LICENSE
 Supplements:
modalias(x86cpu:vendor%3A%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires(pre): coreutils
 ExclusiveArch:  %ix86 x86_64
 
 %description

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



commit haserl for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package haserl for openSUSE:Factory checked 
in at 2015-01-24 22:20:55

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


Package is "haserl"

Changes:

--- /work/SRC/openSUSE:Factory/haserl/haserl.changes2011-12-08 
11:28:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.haserl.new/haserl.changes   2015-01-24 
22:20:56.0 +0100
@@ -1,0 +2,13 @@
+Sat Jan 17 18:40:37 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.9.33
+  *Fix various security vulnerabilities - most serious is a 
+Heap Overflow Vulnerability in sliding_buffer.c
+  * Allow PUT and DELETE method (But prefix is still POST/GET)
+  *On POST/PUT, Content-Type is not x-www-urlencoded, then
+   the body of the message is stored verbatim in POST_body=
+- Remove obsolete fix-make.diff
+- Remove autoreconf calling; not needed anymore
+- Use %configure instead of./configure
+
+---

Old:

  fix-make.diff
  haserl-0.9.24.tar.bz2
  minunit.h

New:

  haserl-0.9.33.tar.gz



Other differences:
--
++ haserl.spec ++
--- /var/tmp/diff_new_pack.HRYUFf/_old  2015-01-24 22:20:57.0 +0100
+++ /var/tmp/diff_new_pack.HRYUFf/_new  2015-01-24 22:20:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package haserl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   haserl
 BuildRequires:  automake
 BuildRequires:  lua-devel
 BuildRequires:  pkg-config
-#Version:0.8.0
-Version:0.9.24
+Version:0.9.33
 Release:0
 Url:http://haserl.sourceforge.net/
-Source: 
http://surfnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
-Source2:http://geology.cr.usgs.gov/energy/Logfilter0.4/minunit.h
-# FIX-UPSTREAM co...@novell.com - fix makefile syntax
-Patch0: fix-make.diff
-License:GPL-2.0
+Source: 
http://downloads.sourceforge.net/project/%{name}/haserl-devel/%{name}-%{version}.tar.gz
 Summary:CGI scripting with shell/lua
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+License:GPL-2.0
 Group:  Development/Tools/GUI Builders
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Haserl is a small cgi wrapper that allows "PHP" style cgi programming,
@@ -54,18 +51,10 @@
 
 %prep
 %setup
-%patch0 -p1
-cp -p %SOURCE2 tests/
-autoreconf -fi
 
 %build
-#RPM_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | sed 's/\-O2/-Os/g')
-# Sidenote: --with-lua only applies to 0.9.x
-CFLAGS="$RPM_OPT_FLAGS" \
-./configure --with-lua --enable-bash-extensions \
-   --enable-subshell=/bin/bash --prefix=/usr \
---mandir=%{_mandir} --infodir=%{_infodir} --libdir=%{_libdir} \
---libexecdir=%{_libdir} %{_target_cpu}-suse-linux
+%configure  --with-lua --enable-bash-extensions \
+   --enable-subshell=/bin/bash
 make
 
 %check
@@ -77,8 +66,6 @@
 %files
 %defattr(-,root,root)
 /usr/bin/haserl
-#%dir /usr/share/haserl
-#/usr/share/haserl/*
 %{_mandir}/man1/haserl.1.gz
 
 %changelog

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



commit irqbalance for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package irqbalance for openSUSE:Factory 
checked in at 2015-01-24 22:20:01

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


Package is "irqbalance"

Changes:

--- /work/SRC/openSUSE:Factory/irqbalance/irqbalance.changes2014-09-20 
15:50:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.irqbalance.new/irqbalance.changes   
2015-01-24 22:20:02.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan 23 10:36:21 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.0.8
+  * No ChangeLog available
+- Fix home page and download source Url
+- Update bug-893478_warn-once.patch; (submitted and accepted to/by
+  upstream)
+
+---

Old:

  irqbalance-1.0.7.tar.bz2

New:

  v1.0.8.tar.gz



Other differences:
--
++ irqbalance.spec ++
--- /var/tmp/diff_new_pack.HTU8Q6/_old  2015-01-24 22:20:03.0 +0100
+++ /var/tmp/diff_new_pack.HTU8Q6/_new  2015-01-24 22:20:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package irqbalance
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   irqbalance
-Version:1.0.7
+Version:1.0.8
 Release:0
 Summary:Balance IRQs on SMP Machines
 License:GPL-2.0+
 Group:  System/Daemons
-Url:http://code.google.com/p/irqbalance
-Source: 
http://irqbalance.googlecode.com/files/%{name}-%{version}.tar.bz2
+Url:https://github.com/Irqbalance/irqbalance
+Source: 
https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz
 Source3:sysconfig.irqbalance
 Patch0: bug-893478_warn-once.patch
 BuildRequires:  libnuma-devel
@@ -32,9 +32,7 @@
 Requires(pre):  coreutils
 Requires(pre):  fillup
 ExclusiveArch:  ia64 x86_64 ppc64 ppc64le ppc %sparc
-%if 0%{?suse_version} >= 1130
 BuildRequires:  libcap-ng-devel
-%endif
 BuildRequires:  systemd
 %{?systemd_requires}
 
@@ -47,7 +45,7 @@
 %patch0 -p1
 
 %build
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 %configure
 make LDFLAGS="-Wl,-z,relro,-z,now" CFLAGS="%{optflags} -fPIE -pie"
 cp %{SOURCE3} .

++ bug-893478_warn-once.patch ++
--- /var/tmp/diff_new_pack.HTU8Q6/_old  2015-01-24 22:20:03.0 +0100
+++ /var/tmp/diff_new_pack.HTU8Q6/_new  2015-01-24 22:20:03.0 +0100
@@ -11,8 +11,8 @@
 
 --- a/activate.c
 +++ b/activate.c
-@@ -84,11 +84,14 @@ static void activate_mapping(struct irq_
-   if ((hint_policy == HINT_POLICY_SUBSET) &&
+@@ -84,11 +84,14 @@ static void activate_mapping(struct irq_info *info, void 
*data __attribute__((un
+   if ((info->hint_policy == HINT_POLICY_SUBSET) &&
(!cpus_empty(info->affinity_hint))) {
cpus_and(applied_mask, applied_mask, 
info->affinity_hint);
 -  if (!cpus_intersects(applied_mask, unbanned_cpus))
@@ -31,6 +31,7 @@
valid_mask = 1;
} else {
valid_mask = 1;
+
 --- a/types.h
 +++ b/types.h
 @@ -69,6 +69,7 @@ struct irq_info {

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



commit autoyast2 for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2015-01-24 22:19:55

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


Package is "autoyast2"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2015-01-08 
23:05:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2015-01-24 
22:19:57.0 +0100
@@ -1,0 +2,16 @@
+Tue Jan 20 09:54:23 CET 2015 - sch...@suse.de
+
+- Clone_system in autoyast2-installation should call some modules
+  (e.g. storage, software) which are defined in autoyast2 package.
+  So if needed the user has to install autoyast2 package at first.
+
+---
+Mon Jan 19 09:10:15 CET 2015 - sch...@suse.de
+
+- Checking if the disk is -partitionable- instead of checking if it
+  is a real disk. Needed for Multipath disks. (bnc#909349)
+- autoyast=file:/// : Mount the installation source
+  in order to copy AutoYaST configuration file into inst_sys.
+  (bnc#908271)
+
+---



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.CUAUxp/_old  2015-01-24 22:19:58.0 +0100
+++ /var/tmp/diff_new_pack.CUAUxp/_new  2015-01-24 22:19:58.0 +0100
@@ -31,6 +31,7 @@
 # xmllint
 BuildRequires:  libxml2-tools
 BuildRequires:  yast2
+BuildRequires:  yast2-packager
 BuildRequires:  yast2-services-manager
 BuildRequires:  yast2-storage
 BuildRequires:  yast2-transfer

++ autoyast2-3.1.72.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.72/.travis.yml 
new/autoyast2-3.1.72/.travis.yml
--- old/autoyast2-3.1.72/.travis.yml2015-01-07 16:19:10.0 +0100
+++ new/autoyast2-3.1.72/.travis.yml2015-01-21 16:09:10.0 +0100
@@ -5,7 +5,7 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-storage yast2-xml yast2-transfer yast2-services-manager 
yast2-installation-control" -g "rspec:2.14.1 yast-rake gettext"
+- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-storage yast2-xml yast2-transfer yast2-services-manager 
yast2-installation-control yast2-packager" -g "rspec:2.14.1 yast-rake gettext"
 script:
 - rake check:syntax
 - rake check:pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.72/package/autoyast2.changes 
new/autoyast2-3.1.72/package/autoyast2.changes
--- old/autoyast2-3.1.72/package/autoyast2.changes  2015-01-07 
16:19:10.0 +0100
+++ new/autoyast2-3.1.72/package/autoyast2.changes  2015-01-21 
16:09:10.0 +0100
@@ -1,4 +1,20 @@
 ---
+Tue Jan 20 09:54:23 CET 2015 - sch...@suse.de
+
+- Clone_system in autoyast2-installation should call some modules
+  (e.g. storage, software) which are defined in autoyast2 package.
+  So if needed the user has to install autoyast2 package at first.
+
+---
+Mon Jan 19 09:10:15 CET 2015 - sch...@suse.de
+
+- Checking if the disk is -partitionable- instead of checking if it
+  is a real disk. Needed for Multipath disks. (bnc#909349)
+- autoyast=file:/// : Mount the installation source
+  in order to copy AutoYaST configuration file into inst_sys.
+  (bnc#908271)
+
+---
 Tue Dec 30 13:46:52 CET 2014 - sch...@suse.de
 
 - Selecting needed yast packages for the second stage correctly.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.72/package/autoyast2.spec 
new/autoyast2-3.1.72/package/autoyast2.spec
--- old/autoyast2-3.1.72/package/autoyast2.spec 2015-01-07 16:19:10.0 
+0100
+++ new/autoyast2-3.1.72/package/autoyast2.spec 2015-01-21 16:09:10.0 
+0100
@@ -36,6 +36,7 @@
 BuildRequires:  yast2-xml
 BuildRequires:  yast2-transfer
 BuildRequires:  yast2-services-manager
+BuildRequires:  yast2-packager
 
 # %%{_unitdir} macro definition is in a separate package since 13.1
 %if 0%{?suse_version} >= 1310
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.72/src/clients/clone_system.rb 
new/autoyast2-3.1.72/src/clients/clone_system.rb
--- old/autoyast2-3.1.72/src/clients/clone_system.rb2015-01-07 
16:19:10.

commit libzypp-plugin-appdata for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package libzypp-plugin-appdata for 
openSUSE:Factory checked in at 2015-01-24 22:20:31

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


Package is "libzypp-plugin-appdata"

Changes:

--- 
/work/SRC/openSUSE:Factory/libzypp-plugin-appdata/libzypp-plugin-appdata.changes
2014-11-15 12:19:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new/libzypp-plugin-appdata.changes
   2015-01-24 22:20:36.0 +0100
@@ -1,0 +2,19 @@
+Fri Jan 23 12:50:11 UTC 2015 - opensuse-packag...@opensuse.org
+
+- Preparations on the way to get AppStream metadata produced in a
+  more conform way.
+- Add new subpackages:
+  + openSUSE-appstream-extras:
+- Contains additional appstream metadata to assist upstreams
+  not yet shipping their own .appdata.xml file.
+  + openSUSE-appstream-process:
+- The processor is an attempt to be used by kiwi to produce
+  valid appstream metadata.
+
+---
+Wed Jan 21 17:53:41 UTC 2015 - dims...@opensuse.org
+
+- Update InstallAppdata.sh: the yast2 metadata structure got a
+  slight change with the switch to appstream-builder.
+
+---

New:

  _service
  openSUSE-appstream-1.0.tar.xz
  openSUSE-appstream-process



Other differences:
--
++ libzypp-plugin-appdata.spec ++
--- /var/tmp/diff_new_pack.fwZ3ir/_old  2015-01-24 22:20:41.0 +0100
+++ /var/tmp/diff_new_pack.fwZ3ir/_new  2015-01-24 22:20:41.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gnome-software
+# spec file for package libzypp-plugin-appdata
 #
-# 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
@@ -24,7 +24,9 @@
 License:MIT
 Group:  System/Libraries
 Url:https://wiki.gnome.org/Design/Apps/Software
-Source0:InstallAppdata.sh
+Source0:openSUSE-appstream-1.0.tar.xz
+Source1:openSUSE-appstream-process
+Source2:InstallAppdata.sh
 Source10:   openSUSE-13.2.xml.gz
 Source11:   openSUSE-13.2-icons.tar.gz
 BuildArch:  noarch
@@ -42,11 +44,38 @@
 
 At this moment, gnome-software is the only known implementation making use of 
it.
 
+%package -n openSUSE-appstream-process
+Summary:Appstream processor employed by kiwi
+Group:  System
+Requires:   appstream-glib >= 0.2.4
+
+%description -n openSUSE-appstream-process
+A wrapper around appstream-builder, called by kiwi in order to produce 
AppStream metadata
+for the repositories to be published
+
+%package -n openSUSE-appstream-extra
+Summary:Additional Appstream Metadata
+Group:  System
+
+%description -n openSUSE-appstream-extra
+This package contains extra appstream metadata to be used by appstream-builder
+
 %prep
+%setup -q -n openSUSE-appstream-1.0
 
 %build
 
 %install
+# install the appstream process script to be used by kiwi
+install -d -m 0755 %{_buildroot}%{_bindir}
+install -m 0755 -D %{S:1} %{buildroot}%{_bindir}/$(basename %{S:1})
+# install the additional appstream metadata
+install -m 0755 -d %{buildroot}%{_datadir}/appstream-extra
+for DATA in appdata-extra  appstream-extra  screenshots-extra
+do
+  cp -r ${DATA} %{buildroot}%{_datadir}/appstream-extra/
+done
+
 # Install AppData zypp plugin - temporarily disabled in favor of static 
AppStream metadata
 #%%install -Dm 0755 %%{S:1} 
%%{buildroot}%%{_prefix}/lib/zypp/plugins/appdata/$(basename %%{S:1})
 DESTDIR=%{buildroot} appstream-util install %{S:10} %{S:11}
@@ -71,4 +100,12 @@
 #{_prefix}/lib/zypp/plugins/appdata/InstallAppdata.sh
 %{_datadir}/app-info/
 
+%files -n openSUSE-appstream-process
+%defattr(-,root,root)
+%{_bindir}/openSUSE-appstream-process
+
+%files -n openSUSE-appstream-extra
+%defattr(-,root,root)
+%{_datadir}/appstream-extra/
+
 %changelog

++ InstallAppdata.sh ++
--- /var/tmp/diff_new_pack.fwZ3ir/_old  2015-01-24 22:20:41.0 +0100
+++ /var/tmp/diff_new_pack.fwZ3ir/_new  2015-01-24 22:20:41.0 +0100
@@ -38,7 +38,7 @@
  appstream-util install-origin "$2" $6$RPMMD/*appdata.xml.gz 
$6$RPMMD/*app-icons.tar.gz 2>&1 > /dev/null
  ;;
  yast2)
- appstream-util install-origin "$2" "$6$YAST2/appdata.xml.gz" 
"$6$YAST2/app-icons.tar.gz" 2>&1 > /dev/null
+ appstream-util install-origin "$2" "$6$YAST2/appdata.xm

commit dar for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package dar for openSUSE:Factory checked in 
at 2015-01-24 22:20:47

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


Package is "dar"

Changes:

--- /work/SRC/openSUSE:Factory/dar/dar.changes  2014-07-04 09:35:00.0 
+0200
+++ /work/SRC/openSUSE:Factory/.dar.new/dar.changes 2015-01-24 
22:20:51.0 +0100
@@ -1,0 +2,14 @@
+Sun Jan 18 20:09:00 UTC 2015 - Led 
+
+- update to version 2.4.16
+  * Extensive changelog can be found in Changelog file
+- drop dar-2.4.14-fix-bashisms.patch (fixed in package itself)
+
+---
+Sun Nov 16 21:55:00 UTC 2014 - Led 
+
+- fix bashisms in example scripts
+- add patches:
+  * dar-2.4.14-fix-bashisms.patch
+
+---

Old:

  dar-2.4.14.tar.gz

New:

  dar-2.4.16.tar.gz



Other differences:
--
++ dar.spec ++
--- /var/tmp/diff_new_pack.ovSKuj/_old  2015-01-24 22:20:52.0 +0100
+++ /var/tmp/diff_new_pack.ovSKuj/_new  2015-01-24 22:20:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dar
 #
-# 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:   dar
-Version:2.4.14
+Version:2.4.16
 Release:0
 Summary:Backup and Restore Application
 License:SUSE-GPL-2.0+-with-openssl-exception

++ dar-2.4.14.tar.gz -> dar-2.4.16.tar.gz ++
 11931 lines of diff (skipped)

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



commit virt-manager for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2015-01-24 22:20:29

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


Package is "virt-manager"

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2014-12-17 19:15:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2015-01-24 22:20:31.0 +0100
@@ -1,0 +2,26 @@
+Fri Jan 23 14:08:34 UTC 2015 - cbosdon...@suse.com
+
+- bsc#909602 - virt-manager doesn't show text console for container
+  when started from details page.
+  activate-default-console.patch.
+
+---
+Fri Jan 16 09:40:12 MST 2015 - carn...@suse.com
+
+- bnc#909348 - Can't create virtual NAT network - interface name
+  `net_wlp16s0_00_1f_3b_59_61_3d' must be shorter than IFNAMSIZ
+  65f7017e-createnet-fix.patch
+
+---
+Wed Dec 10 08:52:01 MST 2014 - carn...@suse.com
+
+- bnc#909225 - pygrub Unable to find partition containing kernel
+  Update virtinst-pvgrub2-bootloader.patch
+
+---
+Tue Dec  9 11:07:55 MST 2014 - carn...@suse.com
+
+- Reorder virt-manager patches according to type
+- Drop virtman-cdrom.patch
+
+---

Old:

  virtman-cdrom.patch

New:

  65f7017e-createnet-fix.patch
  activate-default-console.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.JsciZV/_old  2015-01-24 22:20:35.0 +0100
+++ /var/tmp/diff_new_pack.JsciZV/_new  2015-01-24 22:20:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-manager
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,50 +36,54 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:virt-install.rb
 Source2:virt-install.desktop
+# SUSE Only
+Patch1: 65f7017e-createnet-fix.patch
 Patch70:virtman-desktop.patch
-Patch71:virtman-cdrom.patch
-Patch72:virtman-kvm.patch
-Patch73:virtman-keycombo.patch
-Patch74:virtman-eepro100.patch
-Patch75:virtman-supported-disk-formats.patch
-Patch80:virtman-default-guest-from-host-os.patch
-Patch81:virtman-default-to-xen-pv.patch
-Patch82:virtman-autoyast-support.patch
-Patch83:virtman-vminstall.patch
-Patch84:virtman-show-suse-install-repos.patch
-Patch85:virtman-packages.patch
-Patch86:virtman-load-stored-uris.patch
-Patch87:virtman-libvirtd-not-running.patch
-Patch88:virtman-stable-os-support.patch
-Patch89:virtman-add-s390x-arch-support.patch
-Patch90:virtman-prevent-double-click-starting-vm-twice.patch
-Patch91:virtman-default-lxc-uri.patch
-Patch92:virtman-add-connect-default.patch
-Patch93:virtman-dont-allow-grub.xen-to-be-deleted.patch
-Patch94:virtman-check-for-empty-network-name.patch
-Patch95:virtman-s390x-default-to-vminstall.patch
-Patch96:virtman-increase-setKeepAlive-count.patch
-Patch97:virtman-allow-destroy-from-shutdown-menu-of-crashed-vm.patch
-Patch98:virtman-sync-vm-startup-for-cpu-usage.patch
-Patch99:virtman-check-for-valid-display.patch
-Patch151:   virtinst-storage-ocfs2.patch
-Patch152:   virtinst-supported-disk-formats.patch
-Patch153:   virtinst-support-suse-distros.patch
-Patch154:   virtinst-detect-suse-distros.patch
-Patch155:   virtinst-xen-drive-type.patch
-Patch156:   virtinst-modify-gui-defaults.patch
-Patch157:   virtinst-pvgrub2-bootloader.patch
-Patch158:   virtinst-set-qemu-emulator.patch
-Patch159:   virtinst-vol-default-nocow.patch
-Patch160:   virtinst-detect-windows-media.patch
-Patch161:   virtinst-xenbus-disk-index-fix.patch
-Patch162:   virtinst-set-cache-mode-unsafe-for-install.patch
-Patch163:   virtinst-add-default-rng-device.patch
-Patch164:   virtinst-refresh_before_fetch_pool.patch
-Patch165:   virtinst-nfs-install-sanitize.patch
-Patch166:   virtinst-ppc64le.patch
-Patch167:   virtinst-ignore-error-403-on-directories.patch
-Patch168:   virt-manager-Gtk-30.patch
+Patch71:virtman-kvm.patch
+Patch72:virtman-keycombo.patch
+Patch73:virtman-vminstall.p

commit xinit for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package xinit for openSUSE:Factory checked 
in at 2015-01-24 22:20:07

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


Package is "xinit"

Changes:

--- /work/SRC/openSUSE:Factory/xinit/xinit.changes  2015-01-21 
21:54:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.xinit.new/xinit.changes 2015-01-24 
22:20:09.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 23 17:07:35 UTC 2015 - sndir...@suse.com
+
+- apparently with release 1.3.4 xinit needs cc1plus; otherwise
+  generation of startx fails and results in a file with a size
+  of 0 bytes
+
+---



Other differences:
--
++ xinit.spec ++
--- /var/tmp/diff_new_pack.xLTXeq/_old  2015-01-24 22:20:10.0 +0100
+++ /var/tmp/diff_new_pack.xLTXeq/_new  2015-01-24 22:20:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xinit
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,7 @@
 Patch2: xinit-suse.patch
 Patch3: xinit-tolerant-hostname-changes.patch
 # needed for patch0
+BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)

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



commit icu4j for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package icu4j for openSUSE:Factory checked 
in at 2015-01-24 22:20:42

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


Package is "icu4j"

Changes:

--- /work/SRC/openSUSE:Factory/icu4j/icu4j.changes  2014-07-21 
22:34:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.icu4j.new/icu4j.changes 2015-01-24 
22:20:47.0 +0100
@@ -1,0 +2,12 @@
+Tue Jan 20 16:00:47 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 54.1.1
+  *CLDR 26
+  * Unicode 7.0
+  * many more units
+  * Unihan in root collation
+  * new RBNF PluralFormat syntax
+  * dictionary-based break iterator for Burmese
+  * tech preview of FilteredBreakIterator using ULI break data
+
+---

Old:

  icu4j-52.1.tar.xz

New:

  icu4j-54.1.1.tar.xz



Other differences:
--
++ icu4j.spec ++
--- /var/tmp/diff_new_pack.wud6cF/_old  2015-01-24 22:20:48.0 +0100
+++ /var/tmp/diff_new_pack.wud6cF/_new  2015-01-24 22:20:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icu4j
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2007, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   icu4j
-Version:52.1
+Version:54.1.1
 Release:0
 Summary:International Components for Unicode for Java
 License:MIT and EPL-1.0
@@ -26,7 +26,7 @@
 Url:http://site.icu-project.org/
 #CAUTION
 #to create a tarball use following procedure
-#svn co 
http://source.icu-project.org/repos/icu/icu4j/tags/release-52-eclipse-20140218 
icu4j-
+#svn co http://source.icu-project.org/repos/icu/icu4j/tags/release-54-1-1 
icu4j-
 #tar caf icu4j-.tar.xz icu4j-/
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  ant

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

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



commit pwlib for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package pwlib for openSUSE:Factory checked 
in at 2015-01-24 22:20:26

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


Package is "pwlib"

Changes:

--- /work/SRC/openSUSE:Factory/pwlib/pwlib.changes  2013-12-23 
22:18:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.pwlib.new/pwlib.changes 2015-01-24 
22:20:29.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 22 08:23:36 UTC 2015 - dims...@opensuse.org
+
+- Add pwlib-bison-3.0.patch: Fix build with Bison 3.0.
+
+---

New:

  pwlib-bison-3.0.patch



Other differences:
--
++ pwlib.spec ++
--- /var/tmp/diff_new_pack.gXhk8D/_old  2015-01-24 22:20:30.0 +0100
+++ /var/tmp/diff_new_pack.gXhk8D/_new  2015-01-24 22:20:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pwlib
 #
-# 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
@@ -36,6 +36,7 @@
 Patch6: pwlib-gcc47.patch
 Patch7: aarch64-support.patch
 Patch8: ppc64le-support.patch
+Patch9: pwlib-bison-3.0.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL-devel
 BuildRequires:  automake
@@ -119,6 +120,7 @@
 %patch6 -p1
 %patch7
 %patch8 -p1
+%patch9 -p0
 
 %build
 #autoreconf --force --install

++ pwlib-bison-3.0.patch ++
--- src/ptlib/common/getdate.y.orig 2007-10-19 06:22:32 UTC
+++ src/ptlib/common/getdate.y
@@ -106,8 +106,6 @@ struct Variables {
 
 
 #define YYPURE 1
-#define YYLEX_PARAMVARIABLE->yyInput
-#define YYPARSE_PARAM  parseParam
 
 #define yyparsePTime_yyparse
 #define yylex  PTime_yylex
@@ -117,9 +115,9 @@ static int yyparse(void *); 
 static int yylex();
 
 #ifdef __GNUC__
-static int yyerror();
+static int yyerror(void *, char const *msg);
 #else
-static void yyerror();
+static void yyerror(void *, char const *msg);
 #endif
 
 
@@ -129,6 +127,8 @@ static void SetPossibleDate(struct Varia
 %}
 
 %pure_parser
+%parse-param {void *parseParam}
+%lex-param {void *parseParam}
 
 %union {
 time_t Number;
@@ -718,22 +718,22 @@ static int LookupWord(char * buff, YYSTY
 #ifndef __GNUC__
 static
 #endif
-int yylex(YYSTYPE * yylval, void * yyInput)
+int yylex(YYSTYPE * yylval, struct Variables * vars)
 {
 register char  *p;
 char   buff[20];
 intCount;
 intsign;
-register int   c = PTimeGetChar(yyInput);
+register int   c = PTimeGetChar(vars->yyInput);
 
 while (c != EOF && c != '\0' && c != '\n') {
while (isspace(c))
-   c = PTimeGetChar(yyInput);
+   c = PTimeGetChar(vars->yyInput);
 
if (isdigit(c) || c == '-' || c == '+') {
if (c == '-' || c == '+') {
sign = c == '-' ? -1 : 1;
-   if (!isdigit(c = PTimeGetChar(yyInput)))
+   if (!isdigit(c = PTimeGetChar(vars->yyInput)))
/* skip the '-' sign */
continue;
}
@@ -743,10 +743,10 @@ int yylex(YYSTYPE * yylval, void * yyInp
 Count = 0; /* Count number of digits */
while (isdigit(c)) {
yylval->Number = 10 * yylval->Number + c - '0';
-   c = PTimeGetChar(yyInput);
+   c = PTimeGetChar(vars->yyInput);
 Count++;
}
-   PTimeUngetChar(yyInput, c);
+   PTimeUngetChar(vars->yyInput, c);
if (sign < 0)
yylval->Number = -yylval->Number;
if (sign)
@@ -759,12 +759,12 @@ int yylex(YYSTYPE * yylval, void * yyInp
}
 
if (isalpha(c)) {
-   for (p = buff; isalpha(c) || c == '.'; c = PTimeGetChar(yyInput)) {
+   for (p = buff; isalpha(c) || c == '.'; c = 
PTimeGetChar(vars->yyInput)) {
if (p < &buff[sizeof(buff)-1])
*p++ = (char)c;
}
*p = '\0';
-   PTimeUngetChar(yyInput, c);
+   PTimeUngetChar(vars->yyInput, c);
return LookupWord(buff, yylval);
}
 
@@ -773,7 +773,7 @@ int yylex(YYSTYPE * yylval, void * yyInp
 
Count = 0;
do {
-   c = PTimeGetChar(yyInput);
+   c = PTimeGetChar(vars->yyInput);
if (c == '\0' || c == EOF)
return c;
if (c == '(')
@@ -1008,12 +1008,12 @@ time_t STDAPICALLTYPE PTimeParse(void * 
 #endi

commit ima-evm-utils for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package ima-evm-utils for openSUSE:Factory 
checked in at 2015-01-24 22:20:34

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


Package is "ima-evm-utils"

Changes:

--- /work/SRC/openSUSE:Factory/ima-evm-utils/ima-evm-utils.changes  
2014-10-19 19:28:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.ima-evm-utils.new/ima-evm-utils.changes 
2015-01-24 22:20:42.0 +0100
@@ -1,0 +2,23 @@
+Wed Jan 21 17:39:08 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.9
+  * Updated README
+  * man page generated and added to the package
+  * Use additional SMACK xattrs for EVM signature generation
+  * Signing functions moved to libimaevm for external use (RPM)
+  * Fixed setting of correct hash header
+- Add additional requirements; asciidoc, docbook-xsl-stylesheets,
+  libattr-devel and libxslt-tools
+- Remove COPYING from sources; upstream provides one now
+- Remove automake.patch; "test" directory isn't provided by upstream
+  anymore
+- Remove ima-evm-utils-xattr.patch; libimaevm0 does link against
+  libattr now
+- Split package in three subpackage
+  * libimaevm0: contains shared library
+  * -devel: contains header and examples files
+  * evmctl: the kernel signing tool
+- Add ima-evm-utils-fix-docbook-xsl-directory.patch; fix path
+  where Make is looking for docbook.xsl
+
+---

Old:

  COPYING
  automake.patch
  ima-evm-utils-0.2.tar.gz
  ima-evm-utils-xattr.patch

New:

  ima-evm-utils-0.9.tar.gz
  ima-evm-utils-fix-docbook-xsl-directory.patch



Other differences:
--
++ ima-evm-utils.spec ++
--- /var/tmp/diff_new_pack.KC66ow/_old  2015-01-24 22:20:42.0 +0100
+++ /var/tmp/diff_new_pack.KC66ow/_new  2015-01-24 22:20:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ima-evm-utils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,55 +15,95 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define sover 0
+%define libname libimaevm%{sover}
 
 Name:   ima-evm-utils
-Version:0.2
+Version:0.9
 Release:0
 Summary:IMA/EVM control utility
 License:LGPL-2.1+
 Group:  System/Libraries
-#URL:  
-Source0:
http://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/ima-evm-utils-0.2.tar.gz
-Source1:COPYING
-Patch0: automake.patch
-Patch1: ima-evm-utils-xattr.patch
+URL:   http://sourceforge.net/projects/linux-ima/
+Source0:
http://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/%{name}-%{version}.tar.gz
+Patch2: ima-evm-utils-fix-docbook-xsl-directory.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+BuildRequires:  asciidoc
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  keyutils-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libtool
+BuildRequires:  libxslt-tools
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 
 %description
 This package provides the IMA/EVM control utility.
 
+%package devel
+Summary:IMA/EVM control utility --development files
+Group:  Development/Libraries/C and C++
+Requires:   %{libname} = %{version}
+
+%description devel
+This package contains the header files and the utilities for %{name}.
+
+%package -n %{libname}
+Summary:IMA/EVM control utility --shared library
+Group:  System/Libraries
+
+%description -n %{libname}
+This package provides the IMA:EVM shared library.
+
+%package -n evmctl
+Summary:IMA/EVM control utility --IMA/EVM signing utility
+Group:  System/Kernel
+Provides:   ima-evm-utils = %{version}
+Obsoletes:  ima-evm-utils < %{version}
+
+%description -n evmctl
+The evmctl utility can be used for producing and verifying digital signatures,
+which are used by Linux kernel integrity subsystem (IMA/EVM). It can be also
+used to import keys into the kernel keyring.
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch2 -p1
 
 %build
-./autogen.sh
-%configure --prefix=/usr
+NOCONFIGURE=1 ./autogen.sh
+%configure --disable-static
 make %{?_smp_mflags}
-cp %{SOURCE1} .
 
 %install
 make DESTDIR=%{buildroot} install
+# Let do it by ourselves later...
+rm -rf %{buildroot}%{_datadir}/doc
+find %{buildroot}%{_libdir} -type f -name "*.a" -print -delete
+find %{b

commit rubygem-vagrant for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-vagrant for openSUSE:Factory 
checked in at 2015-01-24 22:20:24

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


Package is "rubygem-vagrant"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-vagrant/rubygem-vagrant.changes  
2014-11-19 20:27:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-vagrant.new/rubygem-vagrant.changes 
2015-01-24 22:20:26.0 +0100
@@ -1,0 +2,160 @@
+Fri Jan 16 09:26:08 UTC 2015 - fcaste...@suse.com
+
+- 1.7.2 (January 6, 2015)
+BREAKING CHANGES:
+  - If you depended on the paths that Chef/Puppet provisioners use to
+store cookbooks (ex. "/tmp/vagrant-chef-1"), these will no longer be
+correct. Without this change, Chef/Puppet didn't work at all with
+`vagrant provision`. We expect this to affect only a minor number of
+people, since its not something that was every documented or 
recommended
+by Vagrant, or even meant to be supported.
+FEATURES:
+  - provisioners/salt: add support for grains [GH-4895]
+IMPROVEMENTS:
+  - commands/reload,up: `--provision-with` implies `--provision` [GH-5085]
+BUG FIXES:
+  - core: private boxes still referencing vagrantcloud.com will have
+  their vagrant login access token properly appended
+  - core: push plugin configuration is properly validated
+  - core: restore box packaging functionality
+  - commands/package: fix crash
+  - commands/push: push lookups are by user-defined name, not push
+  strategy name [GH-4975]
+  - commands/push: validate the configuration
+  - communicators/winrm: detect parse errors in PowerShell and error
+  - guests/arch: fix network configuration due to poor line breaks. 
[GH-4964]
+  - guests/solaris: Merge configurations properly so configs can be set
+  in default Vagrantfiles. [GH-5092]
+  - installer: SSL cert bundle contains 1024-bit keys, fixing SSL 
verification
+  for a lot of sites.
+  - installer: vagrant executable properly `cygpaths` the SSL bundle path
+  for Cygwin
+  - installer: Nokogiri (XML lib used by Vagrant and dependencies) linker
+  dependencies fixed, fixing load issues on some platforms
+  - providers/docker: Symlinks in shared folders work. [GH-5093]
+  - providers/hyperv: VM start errors turn into proper Vagrant errors. 
[GH-5101]
+  - provisioners/chef: fix missing shared folder error [GH-4988]
+  - provisioners/chef: remove Chef version check from solo.rb generation 
and
+  make `roles_path` populate correctly
+  - provisioners/chef: fix bad invocation of `with_clean_env` [GH-5021]
+  - pushes/atlas: support more verbose logging
+  - pushes/ftp: expand file paths relative to the Vagrantfile
+  - pushes/ftp: improved debugging output
+  - pushes/ftp: create parent directories if they do not exist on the 
remote
+  server
+- 1.7.1 (December 11, 2014)
+  IMPROVEMENTS:
+- provisioners/ansible: Use Docker proxy if needed. [GH-4906]
+  BUG FIXES:
+- providers/docker: Add support of SSH agent forwarding. [GH-4905]
+- 1.7.0 (December 9, 2014)
+  BREAKING CHANGES:
+  - provisioners/ansible: `raw_arguments` has now highest priority
+  - provisioners/ansible: only the `ssh` connection transport is supported
+  (`paramiko` can be enabled with `raw_arguments` at your own risks)
+  FEATURES:
+- **Vagrant Push**: Vagrant can now deploy! `vagrant push` is a single
+command to deploy your application. Deploy to Heroku, FTP, or
+HashiCorp's commercial product Atlas. New push strategies can be
+added with plugins.
+- **Named provisioners**: Provisioners can now be named. This name is used
+for output as well as `--provision-with` for better control.
+- Default provider logic improved: Providers in `config.vm.provider` blocks
+in your Vagrantfile now have higher priority than plugins. Earlier
+providers are chosen before later ones. [GH-3812]
+- If the default insecure keypair is used, Vagrant will automatically 
replace
+it with a randomly generated keypair on first `vagrant up`. [GH-2608]
+- Vagrant Login is now part of Vagrant core
+- Chef Zero provisioner: Use Chef 11's "local" mode to run recipes against 
an
+in-memory Chef Server
+- Chef Apply provisioner: Specify inline Chef recipes and recipe snippets
+using the Chef Apply provisioner
+  IMPROVEMENTS:
+- core: `has_plugin?` function now takes a second argument which is a
+version constraint requirement. [GH-4650]
+- core: ".vagrantplugins" file in the same file as your Vagrantfile
+will be l

commit ipsec-tools for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package ipsec-tools for openSUSE:Factory 
checked in at 2015-01-24 22:20:37

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


Package is "ipsec-tools"

Changes:

--- /work/SRC/openSUSE:Factory/ipsec-tools/ipsec-tools.changes  2014-07-10 
14:55:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ipsec-tools.new/ipsec-tools.changes 
2015-01-24 22:20:43.0 +0100
@@ -1,0 +2,17 @@
+Thu Jan 22 01:02:51 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.8.2
+  * Fix admin port establish-sa for tunnel mode SAs
+  * Fix source port selection regression from version 0.8.1
+  * Various logging improvements
+  * Additional compliance and build fixes
+- Changes from version 0.8.1
+  * Improved X.509 subject name comparation
+  * Relax DPD cookie check for Cisco IOS compatibility
+  * Allow simplified syntax for inherited remote blocks
+  * Never shring pfkey socket buffer
+  * Privilege separation child process exit fix
+  * Multiple memory allocation and use-after-free fixes
+- Remove some obsolete macros
+
+---

Old:

  ipsec-tools-0.8.0.tar.bz2

New:

  ipsec-tools-0.8.2.tar.bz2



Other differences:
--
++ ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.MOfWMk/_old  2015-01-24 22:20:44.0 +0100
+++ /var/tmp/diff_new_pack.MOfWMk/_new  2015-01-24 22:20:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ipsec-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
@@ -20,7 +20,7 @@
 Summary:IPsec Utilities
 License:BSD-3-Clause
 Group:  Productivity/Networking/Security
-Version:0.8.0
+Version:0.8.2
 Release:0
 Url:http://ipsec-tools.sourceforge.net/
 Source: 
http://prdownloads.sourceforge.net/ipsec-tools/ipsec-tools-%{version}.tar.bz2
@@ -49,12 +49,11 @@
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(systemd)
 
-%if 0%{?suse_version} >= 1100
 BuildRequires:  fdupes
 BuildRequires:  libselinux-devel
-%endif
 Provides:   racoon
 %{?systemd_requires}
+
 %description
 This is the IPsec-Tools package.  This package is needed to really make
 use of the IPsec functionality in the version 2.5 and 2.6 Linux
@@ -87,7 +86,7 @@
--sysconfdir=/etc/racoon \
--sharedstatedir=/run \
--localstatedir=/run \
---with-kernel-headers="/usr/include" \
+-with-kernel-headers="/usr/include" \
--enable-dpd \
--enable-hybrid \
--enable-frag \
@@ -96,11 +95,7 @@
--enable-stats=yes \
--enable-adminport \
--with-libpam \
-%if 0%{?suse_version} >= 1100
--enable-security-context=yes \
-%else
-   --enable-security-context=no \
-%endif
--with-libldap
 make 
 
@@ -127,9 +122,7 @@
install -D -m 0644 $i $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}/
 done
 #some rpmlint stuff
-%if 0%{?suse_version} >= 1100
 %fdupes -s $RPM_BUILD_ROOT/
-%endif
 
 install -d %{buildroot}%{_tmpfilesdir}
 echo 'd /run/racoon 0700 root root -' > %{buildroot}%{_tmpfilesdir}/racoon.conf

++ ipsec-tools-0.8.0.tar.bz2 -> ipsec-tools-0.8.2.tar.bz2 ++
 39778 lines of diff (skipped)

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



commit gtick for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package gtick for openSUSE:Factory checked 
in at 2015-01-24 22:20:21

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


Package is "gtick"

Changes:

--- /work/SRC/openSUSE:Factory/gtick/gtick.changes  2013-07-07 
22:17:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtick.new/gtick.changes 2015-01-24 
22:20:24.0 +0100
@@ -1,0 +2,19 @@
+Thu Jan 15 21:40:59 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.5.4:
+  + Added Hungarian translation.
+  + Fixed Makefle.am: application -> applications directory name.
+- Changes from version 0.5.3:
+  + Added appdata file.
+  + Updated GNU build infrastructure files.
+  + glib and yacc API adjustments.
+  + Include and install desktop and icon files.
+  + Updated translations.
+- Split out translation files in a lang subpackage and recommend
+  it.
+- Remove gtick.desktop and gtick.png as they are now included in
+  tarball
+- Add fix-desktop-categories.patch: fix the categories and don't
+  use an abolute path for icon.
+
+---

Old:

  gtick-0.5.2.tar.gz
  gtick.desktop
  gtick.png

New:

  fix-desktop-categories.patch
  gtick-0.5.4.tar.gz



Other differences:
--
++ gtick.spec ++
--- /var/tmp/diff_new_pack.pGVueT/_old  2015-01-24 22:20:25.0 +0100
+++ /var/tmp/diff_new_pack.pGVueT/_new  2015-01-24 22:20:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtick
 #
-# 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,21 +17,20 @@
 
 
 Name:   gtick
-Version:0.5.2
+Version:0.5.4
 Release:0
 Summary:A metronome application
 License:GPL-3.0
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://www.antcom.de/gtick/
 Source0:http://www.antcom.de/gtick/download/%{name}-%{version}.tar.gz
-Source1:%{name}.desktop
-Source2:%{name}.png
-
+# PATCH-FIX-OPENSUSE fix-desktop-categories.patch p.drou...@gmail.com -- Fix 
.desktop categories and no abs path for icon
+Patch0: fix-desktop-categories.patch
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  update-desktop-files
-
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,10 +38,11 @@
 operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more)
 and speeds ranging from 10 to 1000 bpm.
 
+%lang_package
+
 %prep
 %setup -q
-cp %SOURCE1 .
-cp %SOURCE2 .
+%patch0 -p1
 
 %build
 %configure
@@ -50,17 +50,21 @@
 
 %install
 %make_install
-install -Dm 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
-install -Dm 644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{name}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
+%dir %{_datadir}/appdata
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/appdata/gtick.appdata.xml
+%{_datadir}/icons/hicolor/64x64/apps/gtick.xpm
+%{_datadir}/pixmaps/gtick_32x32.xpm
+
+%files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++ fix-desktop-categories.patch ++
--- a/gtick.desktop 2014-06-22 16:07:55.0 +0200
+++ b/gtick.desktop 2015-01-15 22:46:38.187410272 +0100
@@ -6,8 +6,7 @@
 Comment[pt]=Um metrĂ´nomo baseado em GTK
 Comment[pt-br]=Um metrĂ´nomo baseado em GTK
 Exec=/usr/bin/gtick
-Icon=/usr/share/icons/hicolor/64x64/apps/gtick.xpm
+Icon=gtick
 Terminal=false
 Type=Application
-Categories=GTK;AudioVideo;Audio;
-GenericName[pt_BR]=
+Categories=AudioVideo;Music;
++ gtick-0.5.2.tar.gz -> gtick-0.5.4.tar.gz ++
 27535 lines of diff (skipped)

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



commit hmaccalc for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

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

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


Package is "hmaccalc"

Changes:

--- /work/SRC/openSUSE:Factory/hmaccalc/hmaccalc.changes2014-05-10 
07:49:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.hmaccalc.new/hmaccalc.changes   2015-01-24 
22:20:18.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 18 18:33:15 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.9.14
+  * No changelog available
+
+---

Old:

  hmaccalc-0.9.13.tar.gz
  hmaccalc-0.9.13.tar.gz.sig

New:

  hmaccalc-0.9.14.tar.gz
  hmaccalc-0.9.14.tar.gz.sig



Other differences:
--
++ hmaccalc.spec ++
--- /var/tmp/diff_new_pack.uQRI4V/_old  2015-01-24 22:20:19.0 +0100
+++ /var/tmp/diff_new_pack.uQRI4V/_new  2015-01-24 22:20:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hmaccalc
 #
-# 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
@@ -28,7 +28,7 @@
%{nil}
 
 Name:   hmaccalc
-Version:0.9.13
+Version:0.9.14
 Release:0
 Summary:Tools for computing and checking HMAC values for files
 License:BSD-3-Clause
@@ -57,7 +57,6 @@
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %check

++ hmaccalc-0.9.13.tar.gz -> hmaccalc-0.9.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hmaccalc-0.9.13/Makefile.in 
new/hmaccalc-0.9.14/Makefile.in
--- old/hmaccalc-0.9.13/Makefile.in 2013-10-14 20:35:43.0 +0200
+++ new/hmaccalc-0.9.14/Makefile.in 2014-11-11 20:16:27.0 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.4 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -77,7 +77,7 @@
 POST_UNINSTALL = :
 subdir = .
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) README \
+   $(top_srcdir)/configure $(am__configure_deps) README compile \
install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -515,10 +515,16 @@
$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+   @echo WARNING: "Support for shar distribution archives is" \
+  "deprecated." >&2
+   @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)
 
 dist-shar: distdir
+   @echo WARNING: "Support for distribution archives compressed with" \
+  "legacy program 'compress' is deprecated." >&2
+   @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
@@ -560,9 +566,10 @@
  && dc_destdir="$${TMPDIR-/tmp}/am-dc-/" \
  && am__cwd=`pwd` \
  && $(am__cd) $(distdir)/_build \
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+ && ../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
+   --srcdir=.. --prefix="$$dc_install_base" \
  && $(MAKE) $(AM_MAKEFLAGS) \
  && $(MAKE) $(AM_MAKEFLAGS) dvi \
  && $(MAKE) $(AM_MAKEFLAGS) check \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hmaccalc-0.9.13/aclocal.m4 
new/hmaccalc-0.9.14/aclocal.m4
--- old/hmaccalc-0.9.13/aclocal.m4  2013-10-14 20:35:42.0 +0200
+++ new/hmaccalc-0.9.14/aclocal.m4  2014-11-11 20:16:26.0 +0100
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
@@ -247,10 +247,10 @@
 # generated from the m4 files accompanying Automake X.Y.
 # (This private macro should not be called outside this file.)
 AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.13'
+[am__api_version='1.14'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right

commit yast2-packager for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2015-01-24 22:19:34

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


Package is "yast2-packager"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2014-12-05 21:02:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2015-01-24 22:19:36.0 +0100
@@ -1,0 +2,8 @@
+Thu Jan 22 20:23:33 UTC 2015 - lsle...@suse.cz
+
+- explicitly resolve shortcut conflict in repository type dialog
+  to avoid different auto correction in Qt and ncurses UI
+  (bnc#913099)
+- 3.1.56
+
+---

Old:

  yast2-packager-3.1.55.tar.bz2

New:

  yast2-packager-3.1.56.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.dBbxRH/_old  2015-01-24 22:19:37.0 +0100
+++ /var/tmp/diff_new_pack.dBbxRH/_new  2015-01-24 22:19:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-packager
 #
-# 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:   yast2-packager
-Version:3.1.55
+Version:3.1.56
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.55.tar.bz2 -> yast2-packager-3.1.56.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.55/package/yast2-packager.changes 
new/yast2-packager-3.1.56/package/yast2-packager.changes
--- old/yast2-packager-3.1.55/package/yast2-packager.changes2014-12-04 
11:04:54.0 +0100
+++ new/yast2-packager-3.1.56/package/yast2-packager.changes2015-01-23 
15:18:13.0 +0100
@@ -1,4 +1,12 @@
 ---
+Thu Jan 22 20:23:33 UTC 2015 - lsle...@suse.cz
+
+- explicitly resolve shortcut conflict in repository type dialog
+  to avoid different auto correction in Qt and ncurses UI
+  (bnc#913099)
+- 3.1.56
+
+---
 Thu Dec  4 09:50:45 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.55/package/yast2-packager.spec 
new/yast2-packager-3.1.56/package/yast2-packager.spec
--- old/yast2-packager-3.1.55/package/yast2-packager.spec   2014-12-04 
11:04:54.0 +0100
+++ new/yast2-packager-3.1.56/package/yast2-packager.spec   2015-01-23 
15:18:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.55
+Version:3.1.56
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.55/src/modules/SourceDialogs.rb 
new/yast2-packager-3.1.56/src/modules/SourceDialogs.rb
--- old/yast2-packager-3.1.55/src/modules/SourceDialogs.rb  2014-12-04 
11:04:55.0 +0100
+++ new/yast2-packager-3.1.56/src/modules/SourceDialogs.rb  2015-01-23 
15:18:13.0 +0100
@@ -42,9 +42,9 @@
   # radio button
   :https => N_("HTT&PS..."),
   # radio button
-  :samba => N_("&SMB/CIFS"),
+  :samba => N_("S&MB/CIFS"),
   # radio button
-  :nfs   => N_("&NFS..."),
+  :nfs   => N_("NF&S..."),
   # radio button
   :cd=> N_("&CD..."),
   # radio button
@@ -1717,7 +1717,7 @@
 protocol_box = Builtins.add(
   protocol_box,
   # radio button
-  RadioButton(Id(:samba), Opt(:notify), _("&SMB/CIFS"))
+  RadioButton(Id(:samba), Opt(:notify), _("S&MB/CIFS"))
 )
 protocol_box = Builtins.add(protocol_box, HStretch())
 protocol_box = RadioButtonGroup(

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



commit jasper for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package jasper for openSUSE:Factory checked 
in at 2015-01-24 22:19:42

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


Package is "jasper"

Changes:

--- /work/SRC/openSUSE:Factory/jasper/jasper.changes2014-12-21 
12:02:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.jasper.new/jasper.changes   2015-01-24 
22:19:44.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 23 14:25:53 UTC 2015 - nadvor...@suse.com
+
+- fixed CVE-2014-8157, CVE-2014-8158 (bnc#911837)
+  + jasper-CVE-2014-8157.patch
+  + jasper-CVE-2014-8158.patch
+
+---

New:

  jasper-CVE-2014-8157.patch
  jasper-CVE-2014-8158.patch



Other differences:
--
++ jasper.spec ++
--- /var/tmp/diff_new_pack.GQjfqt/_old  2015-01-24 22:19:45.0 +0100
+++ /var/tmp/diff_new_pack.GQjfqt/_new  2015-01-24 22:19:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jasper
 #
-# 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
@@ -38,6 +38,8 @@
 Patch6: jasper-overflow-bnc906364.patch
 Patch7: jasper-CVE-2014-8137.patch
 Patch8: jasper-CVE-2014-8138.patch
+Patch9: jasper-CVE-2014-8157.patch
+Patch10:jasper-CVE-2014-8158.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -86,6 +88,8 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
+%patch10 -p1
 
 %build
 autoreconf -i -f


++ jasper-CVE-2014-8157.patch ++
diff -ru jasper-1.900.1.orig/src/libjasper/jpc/jpc_dec.c 
jasper-1.900.1/src/libjasper/jpc/jpc_dec.c
--- jasper-1.900.1.orig/src/libjasper/jpc/jpc_dec.c 2007-01-19 
22:43:07.0 +0100
+++ jasper-1.900.1/src/libjasper/jpc/jpc_dec.c  2015-01-14 11:45:26.601242398 
+0100
@@ -1204,7 +1204,7 @@
dec->numhtiles = JPC_CEILDIV(dec->xend - dec->tilexoff, dec->tilewidth);
dec->numvtiles = JPC_CEILDIV(dec->yend - dec->tileyoff, 
dec->tileheight);
dec->numtiles = dec->numhtiles * dec->numvtiles;
-   if (!(dec->tiles = jas_alloc2(dec->numtiles, sizeof(jpc_dec_tile_t {
+   if (dec->numtiles == 0 || !(dec->tiles = jas_alloc2(dec->numtiles, 
sizeof(jpc_dec_tile_t {
return -1;
}
 
++ jasper-CVE-2014-8158.patch ++
diff -ru jasper-1.900.1.orig/src/libjasper/jpc/jpc_qmfb.c 
jasper-1.900.1/src/libjasper/jpc/jpc_qmfb.c
--- jasper-1.900.1.orig/src/libjasper/jpc/jpc_qmfb.c2015-01-14 
15:36:00.0 +0100
+++ jasper-1.900.1/src/libjasper/jpc/jpc_qmfb.c 2015-01-14 15:36:37.222173618 
+0100
@@ -306,11 +306,7 @@
 {
 
int bufsize = JPC_CEILDIVPOW2(numcols, 1);
-#if !defined(HAVE_VLA)
jpc_fix_t splitbuf[QMFB_SPLITBUFSIZE];
-#else
-   jpc_fix_t splitbuf[bufsize];
-#endif
jpc_fix_t *buf = splitbuf;
register jpc_fix_t *srcptr;
register jpc_fix_t *dstptr;
@@ -318,7 +314,6 @@
register int m;
int hstartcol;
 
-#if !defined(HAVE_VLA)
/* Get a buffer. */
if (bufsize > QMFB_SPLITBUFSIZE) {
if (!(buf = jas_alloc2(bufsize, sizeof(jpc_fix_t {
@@ -326,7 +321,6 @@
abort();
}
}
-#endif
 
if (numcols >= 2) {
hstartcol = (numcols + 1 - parity) >> 1;
@@ -360,12 +354,10 @@
}
}
 
-#if !defined(HAVE_VLA)
/* If the split buffer was allocated on the heap, free this memory. */
if (buf != splitbuf) {
jas_free(buf);
}
-#endif
 
 }
 
@@ -374,11 +366,7 @@
 {
 
int bufsize = JPC_CEILDIVPOW2(numrows, 1);
-#if !defined(HAVE_VLA)
jpc_fix_t splitbuf[QMFB_SPLITBUFSIZE];
-#else
-   jpc_fix_t splitbuf[bufsize];
-#endif
jpc_fix_t *buf = splitbuf;
register jpc_fix_t *srcptr;
register jpc_fix_t *dstptr;
@@ -386,7 +374,6 @@
register int m;
int hstartcol;
 
-#if !defined(HAVE_VLA)
/* Get a buffer. */
if (bufsize > QMFB_SPLITBUFSIZE) {
if (!(buf = jas_alloc2(bufsize, sizeof(jpc_fix_t {
@@ -394,7 +381,6 @@
abort();
}
}
-#endif
 
if (numrows >= 2) {
hstartcol = (numrows + 1 - parity) >> 1;
@@ -428,12 +414,10 @@
}
}
 
-#if !defined(HAVE_VLA)
/* If the split buffer was allocated on the heap, free this memory. */
if (buf != splitbuf) {
jas_free(buf);
 

commit system-config-printer for openSUSE:Factory

2015-01-24 Thread h_root
Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2015-01-24 22:19:48

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


Package is "system-config-printer"

Changes:

--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
2014-11-05 16:26:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
 2015-01-24 22:19:52.0 +0100
@@ -1,0 +2,124 @@
+Tue Jan 20 18:07:36 UTC 2015 - sfal...@opensuse.org
+
+- Update to version 1.5.4:
+  + Updated aclocal.m4.
+  + Included an AppData file.
+  + Never set SMB Verify button sensitive without checking
+pysmb is available.
+  + newprinter: fixed lock handling when OpenPrintingRequest
+is cancelled.
+  + newprinter: Don't make installpackage errors completely
+silent.
+  + PhysicalDevice: extract hostname from hp:/net/...?hostname=
+URIs (rh#1154686).
+  + newprinter.py: If additional utilities are needed, do not
+try to install them twice.
+  + Make recognition of HP MFPs with scan functionality actually
+work, instead of considering everything as HP scanner.
+  + Check for both /etc/sane.d/dll.d/hpaio and
+/etc/sane.d/dll.d/hplip so that it works with both Red Hat
+and Ubuntu.
+  + newprinter.py: Import installpackage so that PackageKit-based
+package installation actually works.
+  + installpackage.py: Use D-Bus directly to communicate with
+PackageKit.
+  + ppdcache: return exception rather than looping.
+  + Removed empty translations.
+  + timedops: Don't try to remove sources that are already removed.
+  + Tell user how to retrieve journal entries as root (rh#1157253).
+  + Fixed parsing of HPLIP fax type, as implicit conversion from
+string to int does not work anymore (lp#1369789).
+  + Don't treat CUPS IPP conformance failure state reasons as
+errors.
+  + Codec fix for AuthDialog.get_auth_info (rh#1060453).
+  + Fix path for screenshots.
+  + Added AppData screenshots.
+  + Fixed physical device identification.
+  + The cupshelpers.ppds.normalize() function is used first now.
+  + jobviewer: alweys fetch auth-info-required attribute
+(lp#1380514).
+  + Don't try installing smb backend a second time.
+  + Show New Printer dialog immediately for printer_with_uri mode
+(rh#1158743).
+  + monitor: another update timer handling issue.
+  + Cancel deferred timer on quit (rh#1145388).
+  + Moved appdata file back to top level.
+  + Fixed Error Policy label content.
+  + Changed GtkAlignment xalign/yalign properties to
+halign/valign on child.
+  + Dropped xscale/yscale properties.
+  + Dropped GtkViewport resize_mode property.
+  + Converted GtkAlignment *_padding properties to
+GtkWidget margin_* equivalents.
+  + Set orientation of some internal GtkBox widgets.
+  + Changed GtkHBox/GtkVBox widgets to GtkBox.
+  + Removed GtkAlignment widgets.
+  + Refer to button label by id, not parentage.
+  + jobviewer: tell monitor which printers to watch.
+  + monitor: job-removed when moved out of watched set of printers.
+  + jobviewer: React to button-press-event for Move To submenu
+(lp#1388601).
+  + Catch IPPError when writing server settings (rh#1159584).
+- Changes from version 1.5.0:
+  + Don't ask PackageKit to look for drivers for empty
+device IDs.
+  + monitor: only run one timer at a time.
+  + Don't fill the makes list after downloadable driver
+chosen.
+  + OpenPrintingRequest object for grouping queries.
+  + Use items() instead of iteritems() with Python 3 dicts.
+  + Use items() instead of iteritems() in
+GroupPhysicalDevicesRequest's _group().
+  + Fix for automatically adding Bluetooth printers.
+  + Memory leak fixes in udev-configure-printer.
+  + Don't run gpk-install-package-name directly, use
+installpackage module.
+  + Main window: don't try removing the populateList timer
+when not set.
+  + monitor: don't try removing the update timer when not set.
+- Changes from version 1.4.7:
+  + Use GLib.idle_add, not GObject.idle_add.
+  + Take the gdk lock before entering gtk_main() (rh#1052203).
+  + Definitive postscriptdriver.prov is in pycups.
+  + More Python3 fixes..
+  + Fix LPD/LPR Probe (lp#1372213).
+  + socket's send() takes bytes and recv() returns bytes.
+  + Don't try nested classes, as CUPS forbids it (rh#1140627).
+  + Moved DOWNLOADABLE_* config constants to config.py.
+- Changes from version 1.4.6:
+  + Explicity use /usr/bin/python3.
+  + Makefiles consistent for python3.
+  + Consistent use of PYTHON env var in Makefile.
+  + Python3 changes for pickle handling.
+  + Keep device URI field updated.
+  + Codec issue fixes.
+  + Always show connections for new pr