commit lv2 for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2017-03-13 15:27:06

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


Package is "lv2"

Mon Mar 13 15:27:06 2017 rev:11 rq:478824 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2015-12-24 12:16:47.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2017-03-13 
15:27:07.680170497 +0100
@@ -1,0 +2,24 @@
+Sun Mar 12 10:05:27 UTC 2017 - davejpla...@gmail.com
+
+- Update 1.14.0 stable
+- Added lv2pkgconfig.patch to fix .pc files.
+- Upstream changes:
+  * eg-sampler: Support thread-safe state restoration.
+  * eg-sampler: Fix handling of state file paths.
+  * eg-scope: Don't feed back UI state updates.
+  * lv2core: Add lv2_util.h with lv2_features_data() and
+lv2_features_query().
+  * lv2core: Add lv2:enabled designation.
+  * buf-size: Add bufsz:nominalBlockLength option.
+  * buf-size: Add bufsz:coarseBlockLength feature.
+  * log: Add lv2_log_logger_set_map() for changing the URI map of
+an existing logger.
+  * state: Add LV2_STATE_ERR_NO_SPACE status flag.
+  * state: Add state:threadSafeRestore feature for dropout-free
+state restoration.
+  * time: Define LV2_TIME_PREFIX.
+  * worker: Improve documentation.
+  * ui: Improve documentation.
+  * ui: Add missing property labels.
+
+---

Old:

  lv2-1.12.0.tar.bz2

New:

  lv2-1.14.0.tar.bz2
  lv2pkgconfig.patch



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.a5xRJd/_old  2017-03-13 15:27:08.416066485 +0100
+++ /var/tmp/diff_new_pack.a5xRJd/_new  2017-03-13 15:27:08.416066485 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lv2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 %endif
 
 Name:   lv2
-Version:1.12.0
+Version:1.14.0
 Release:0
 Summary:Portable plugin standard for audio systems
 License:ISC
@@ -32,6 +32,8 @@
 Url:http://lv2plug.in/
 Source0:http://lv2plug.in/spec/lv2-%{version}.tar.bz2
 Source1:lv2-rpmlintrc
+# Patch-Fix-Upstream  lv2pkgconfig.patch davejpla...@gmail.com -- Add "/" to 
end of -I directory because otherwise pkg-config outputs nothing.
+Patch0: lv2pkgconfig.patch
 BuildRequires:  pkg-config
 BuildRequires:  python-rdflib
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
@@ -159,7 +161,13 @@
 Requires:   %{name} = %{version}
 
 %descriptionexamples
-LV2 example plugins.
+LV2 is a portable plugin standard for audio systems, similar in scope to 
LADSPA,
+VST, AU, and others. It defines a C API for code and a format for data files
+which collectively describe a plugin. LV2 consists of a simple core (roughly
+equivalent in power to LADSPA) which can be extended to support more advanced
+functionality. This allows the interface to be "grown" to accommodate the needs
+of real software as they arise.
+This package contains LV2 example plugins.
 
 %if %{asciidocs} == 1
 %packagedocs
@@ -168,11 +176,18 @@
 Requires:   %{name} = %{version}
 
 %descriptiondocs
-LV2 documentation.
+LV2 is a portable plugin standard for audio systems, similar in scope to 
LADSPA,
+VST, AU, and others. It defines a C API for code and a format for data files
+which collectively describe a plugin. LV2 consists of a simple core (roughly
+equivalent in power to LADSPA) which can be extended to support more advanced
+functionality. This allows the interface to be "grown" to accommodate the needs
+of real software as they arise.
+This package contains api LV2 documentation.
 %endif
 
 %prep
 %setup -q
+%patch0
 
 %build
 export CFLAGS='%{optflags}'
@@ -203,9 +218,7 @@
 %exclude %{_libdir}/lv2/eg-metro.lv2/
 %exclude %{_libdir}/lv2/eg-midigate.lv2/
 %exclude %{_libdir}/lv2/eg-sampler.lv2/
-%if 0%{?suse_version} > 1110
 %exclude %{_libdir}/lv2/eg-scope.lv2/
-%endif
 
 %files devel
 %defattr(0644,root,root,0755)
@@ -222,9 +235,7 @@
 %{_libdir}/lv2/eg-metro.lv2/
 %{_libdir}/lv2/eg-midigate.lv2/
 %{_libdir}/lv2/eg-sampler.lv2/
-%if 0%{?suse_version} > 1110
 %{_libdir}/lv2/eg-scope.lv2/
-%endif
 
 %if %{asciidocs} == 1
 %files docs

++ lv2-1.12.0.tar.bz2 -> lv2-1.14.0.tar.bz2 ++
 7430 lines of diff (skipped)

++ lv2pkgconfig.patch ++
Index: lv2/lv2plug.in/ns/lv2core/lv2core.pc.in
===
--- lv2/lv2plug.in/n

commit ffmpeg2 for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package ffmpeg2 for openSUSE:Factory checked 
in at 2017-03-13 15:27:34

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


Package is "ffmpeg2"

Mon Mar 13 15:27:34 2017 rev:5 rq:459650 version:2.8.8

Changes:

--- /work/SRC/openSUSE:Factory/ffmpeg2/ffmpeg2.changes  2016-11-03 
11:09:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.ffmpeg2.new/ffmpeg2.changes 2017-03-13 
15:27:35.396253095 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 09:13:02 UTC 2017 - o...@aepfle.de
+
+- Make sure each subpkg comes from the same src.rpm
+
+---



Other differences:
--
++ ffmpeg2.spec ++
--- /var/tmp/diff_new_pack.psW368/_old  2017-03-13 15:27:36.684071075 +0100
+++ /var/tmp/diff_new_pack.psW368/_new  2017-03-13 15:27:36.688070510 +0100
@@ -156,6 +156,8 @@
 %package -n libavcodec56
 Summary:FFmpeg codec library
 Group:  System/Libraries
+Requires:   libavutil54 = %version-%release
+Requires:   libswresample1 = %version-%release
 # For mozillas
 Provides:   libavcodec = %version-%release
 %if 0%{?BUILD_ORIG}
@@ -176,6 +178,10 @@
 %package -n libavdevice56
 Summary:FFmpeg device library
 Group:  System/Libraries
+Requires:   libavcodec56 = %version-%release
+Requires:   libavfilter5 = %version-%release
+Requires:   libavformat56 = %version-%release
+Requires:   libavutil54 = %version-%release
 
 %description -n libavdevice56
 The libavdevice library provides a generic framework for grabbing from
@@ -186,6 +192,13 @@
 %package -n libavfilter5
 Summary:FFmpeg audio and video filtering library
 Group:  System/Libraries
+Requires:   libavcodec56 = %version-%release
+Requires:   libavformat56 = %version-%release
+Requires:   libavresample2 = %version-%release
+Requires:   libavutil54 = %version-%release
+Requires:   libpostproc53 = %version-%release
+Requires:   libswresample1 = %version-%release
+Requires:   libswscale3 = %version-%release
 
 %description -n libavfilter5
 The libavfilter library provides a generic audio/video filtering
@@ -194,6 +207,8 @@
 %package -n libavformat56
 Summary:FFmpeg's stream format library
 Group:  System/Libraries
+Requires:   libavcodec56 = %version-%release
+Requires:   libavutil54 = %version-%release
 
 %description -n libavformat56
 The libavformat library provides a generic framework for multiplexing
@@ -208,6 +223,7 @@
 %package -n libavresample2
 Summary:FFmpeg alternate audio resampling library
 Group:  System/Libraries
+Requires:   libavutil54 = %version-%release
 
 %description -n libavresample2
 An audio resampling library that is being provided for drop-in
@@ -229,6 +245,7 @@
 %package -n libpostproc53
 Summary:FFmpeg post-processing library
 Group:  System/Libraries
+Requires:   libavutil54 = %version-%release
 
 %description -n libpostproc53
 A library with video postprocessing filters, such as deblocking and
@@ -238,6 +255,7 @@
 %package -n libswresample1
 Summary:FFmpeg software resampling library
 Group:  System/Libraries
+Requires:   libavutil54 = %version-%release
 
 %description -n libswresample1
 The libswresample library performs audio conversion between different
@@ -246,6 +264,7 @@
 %package -n libswscale3
 Summary:FFmpeg image scaling and colorspace/pixel conversion library
 Group:  System/Libraries
+Requires:   libavutil54 = %version-%release
 
 %description -n libswscale3
 The libswscale library performs image scaling and colorspace and





commit perl-Mojolicious for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2017-03-13 15:28:00

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


Package is "perl-Mojolicious"

Mon Mar 13 15:28:00 2017 rev:64 rq:477881 version:7.28

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2017-03-03 14:36:02.481663204 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2017-03-13 15:28:02.472426173 +0100
@@ -1,0 +2,12 @@
+Wed Mar  8 07:08:26 UTC 2017 - co...@suse.com
+
+- updated to 7.28
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.28  2017-03-07
+- Added copy_to, realpath and sibling methods to Mojo::File.
+- Added dir option to list_tree method in Mojo::File.
+- Improved app generator command to generate a config file.
+  (tudorconstantin)
+
+---

Old:

  Mojolicious-7.27.tar.gz

New:

  Mojolicious-7.28.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.kCHs29/_old  2017-03-13 15:28:03.232318771 +0100
+++ /var/tmp/diff_new_pack.kCHs29/_new  2017-03-13 15:28:03.236318206 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:7.27
+Version:7.28
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-7.27.tar.gz -> Mojolicious-7.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.27/Changes new/Mojolicious-7.28/Changes
--- old/Mojolicious-7.27/Changes2017-02-27 12:53:24.0 +0100
+++ new/Mojolicious-7.28/Changes2017-03-07 22:17:16.0 +0100
@@ -1,4 +1,10 @@
 
+7.28  2017-03-07
+  - Added copy_to, realpath and sibling methods to Mojo::File.
+  - Added dir option to list_tree method in Mojo::File.
+  - Improved app generator command to generate a config file.
+(tudorconstantin)
+
 7.27  2017-02-27
   - Added support for UNIX domain sockets. (sri, salva)
   - Improved Mojo::UserAgent to complain about unsupported protocols.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.27/META.json 
new/Mojolicious-7.28/META.json
--- old/Mojolicious-7.27/META.json  2017-02-27 18:01:40.0 +0100
+++ new/Mojolicious-7.28/META.json  2017-03-07 22:35:59.0 +0100
@@ -58,6 +58,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "7.27",
+   "version" : "7.28",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.27/META.yml 
new/Mojolicious-7.28/META.yml
--- old/Mojolicious-7.27/META.yml   2017-02-27 18:01:40.0 +0100
+++ new/Mojolicious-7.28/META.yml   2017-03-07 22:35:59.0 +0100
@@ -31,5 +31,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '7.27'
+version: '7.28'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.27/lib/Mojo/File.pm 
new/Mojolicious-7.28/lib/Mojo/File.pm
--- old/Mojolicious-7.27/lib/Mojo/File.pm   2017-02-06 00:47:22.0 
+0100
+++ new/Mojolicious-7.28/lib/Mojo/File.pm   2017-03-07 22:17:16.0 
+0100
@@ -10,9 +10,9 @@
 use Cwd 'getcwd';
 use Exporter 'import';
 use File::Basename ();
-use File::Copy ();
-use File::Find ();
-use File::Path ();
+use File::Copy qw(copy move);
+use File::Find 'find';
+use File::Path ();
 use File::Spec::Functions
   qw(abs2rel canonpath catfile file_name_is_absolute rel2abs splitdir);
 use File::Temp ();
@@ -21,10 +21,16 @@
 
 our @EXPORT_OK = ('path', 'tempdir', 'tempfile');
 
-sub basename { scalar File::Basename::basename ${$_[0]}, @_ }
+sub basename { File::Basename::basename ${$_[0]}, @_ }
 
 sub child { $_[0]->new(@_) }
 
+sub copy_to {
+  my ($self, $to) = @_;
+  copy($$self, $to) or croak qq{Can't copy file "$$self" to "$to": $!};
+  return $self->new(-d $to ? ($to, File::Basename::basename $self) : $to);
+}
+
 sub dirname { $_[0]->new(scalar File::Basename::dirname ${$_[0]}) }
 
 sub is_abs { file_name_is_absolute ${shift()} }
@@ -48,14 +54,14 @@
   # This may break in the future, but is worth it for performance
   local $File::Find::skip_pattern = qr/^\./ unless $options->{hidden};
 
-  my %files;
-  my $w = su

commit patterns-openSUSE for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2017-03-13 15:27:46

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


Package is "patterns-openSUSE"

Mon Mar 13 15:27:46 2017 rev:429 rq:477035 version:20170206

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2017-03-05 17:51:42.468241007 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2017-03-13 15:27:47.622525040 +0100
@@ -1,0 +2,9 @@
+Sun Mar  5 12:56:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Require dbus(org.freedesktop.Notifications) in mate_basis: a
+  notification daemon is a must.
+- Recommend mate-notification-daemon in mate_basis as a preferred
+  option.
+- Suggest linphone instead of ekiga in mate_internet.
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.mavXbC/_old  2017-03-13 15:27:48.458406898 +0100
+++ /var/tmp/diff_new_pack.mavXbC/_new  2017-03-13 15:27:48.466405767 +0100
@@ -4105,6 +4105,7 @@
 Requires:   mate-panel
 Requires:   mate-session-manager
 Requires:   mate-settings-daemon
+Requires:   dbus(org.freedesktop.Notifications)
 #
 # Low-level parts that we need
 #
@@ -4142,6 +4143,7 @@
 Recommends: mate-applets
 Recommends: mate-media
 Recommends: mate-menus
+Recommends: mate-notification-daemon
 # boo#905679
 Recommends: mate-polkit
 Recommends: mate-power-manager
@@ -4200,7 +4202,7 @@
 # boo#530416
 Recommends: hexchat
 Recommends: transmission-gtk
-Suggests:   ekiga
+Suggests:   linphone
 #
 # Packages that can make sense
 #
@@ -5357,6 +5359,7 @@
 Recommends: pinentry-gtk2
 # For screenlocking to work in xfce
 Recommends: xscreensaver
+Recommends: xfce4-notifyd
 Recommends: xfce4-terminal
 Recommends: libxfce4ui-tools
 Recommends: xfce4-panel-plugin-xkb
@@ -7095,6 +7098,7 @@
 Recommends: pinentry-gtk2
 # For screenlocking to work in xfce
 Recommends: xscreensaver
+Recommends: xfce4-notifyd
 Recommends: xfce4-terminal
 Recommends: libxfce4ui-tools
 Recommends: xfce4-panel-plugin-xkb




commit installation-images for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2017-03-13 15:27:54

Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images.new (New)


Package is "installation-images"

Mon Mar 13 15:27:54 2017 rev:10 rq:477313 version:14.304

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2017-03-05 17:59:15.328143248 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2017-03-13 15:27:55.337434624 +0100
@@ -1,0 +2,5 @@
+Mon Mar  6 10:34:36 CET 2017 - snw...@suse.de
+
+- selfupdate enabled also in sle12-sp3
+
+---



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.Tw5JMP/_old  2017-03-13 15:27:55.981343614 +0100
+++ /var/tmp/diff_new_pack.Tw5JMP/_new  2017-03-13 15:27:55.985343048 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package installation-images
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -59,7 +59,6 @@
 %define branding_plymouth SLE
 %define branding_grub2SLE
 %define branding_gfxboot  SLE
-%define config_yast_selfupdate 0
 BuildRequires:  sles-release
 BuildRequires:  sles-release-DVD
 %if 0%{?sle_version} != 013




commit yast2-storage for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-03-13 15:29:47

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


Package is "yast2-storage"

Mon Mar 13 15:29:47 2017 rev:289 rq:477953 version:3.2.8

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-02-07 11:57:40.858803606 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-03-13 15:29:48.705411633 +0100
@@ -1,0 +2,7 @@
+Tue Feb  7 16:59:55 CET 2017 - shundham...@suse.de
+
+- Warn user in expert partitioner if Btrfs root partition is too
+  small for snapshots (Fate#320416)
+- 3.2.8
+
+---

Old:

  yast2-storage-3.2.7.tar.bz2

New:

  yast2-storage-3.2.8.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.L5jepv/_old  2017-03-13 15:29:49.349320627 +0100
+++ /var/tmp/diff_new_pack.L5jepv/_new  2017-03-13 15:29:49.349320627 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.7
+Version:3.2.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.7.tar.bz2 -> yast2-storage-3.2.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.7/doc/config.xml.description 
new/yast2-storage-3.2.8/doc/config.xml.description
--- old/yast2-storage-3.2.7/doc/config.xml.description  2017-02-02 
22:01:49.973603628 +0100
+++ new/yast2-storage-3.2.8/doc/config.xml.description  2017-03-09 
13:06:31.423111309 +0100
@@ -41,7 +41,15 @@
 it needs to create a new volume group. If a suitable volume group
 is already on the disks this is used and no new volume group is
 created.
+This value is only used if proposal_lvm and vm_keep_unpartitioned_region
+are both true.
+
+vm_keep_unpartitioned_region:
+Whether to limit the size of the new volume group according to
+vm_desired_size. If set to false, the new volume group will use all the
+available free space.
 This value is only used if proposal_lvm is true.
+Default value if omitted: false.
 
 vm_home_max_size:
 Maximal size of home filesystem if a separate filesystem for /home is to
@@ -54,3 +62,17 @@
 this percentage. This is because to the usage of snapshots makes only
 sense if there is a certain amount of free space available.
 
+swap_for_suspend:
+Whether the option "enlarge swap for suspend" is enabled by default.
+Default value if omitted: false.
+
+root_subvolume_read_only:
+Whether the root Btrfs subvolume should be read-only. Only relevant if 
Btrfs
+is used for "/".
+Default value if omitted: false.
+
+prefer_remove:
+Deprecated. It was used for flexible_partitioning.
+
+remove_special_partitions:
+Deprecated. It was used for flexible_partitioning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.7/package/yast2-storage.changes 
new/yast2-storage-3.2.8/package/yast2-storage.changes
--- old/yast2-storage-3.2.7/package/yast2-storage.changes   2017-02-02 
22:01:49.977603628 +0100
+++ new/yast2-storage-3.2.8/package/yast2-storage.changes   2017-03-09 
13:06:31.467111309 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Feb  7 16:59:55 CET 2017 - shundham...@suse.de
+
+- Warn user in expert partitioner if Btrfs root partition is too
+  small for snapshots (Fate#320416)
+- 3.2.8
+
+---
 Thu Feb  2 16:42:01 CET 2017 - shundham...@suse.de
 
 - Move snapshots check box to "edit partition" dialog (Fate#321094)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.7/package/yast2-storage.spec 
new/yast2-storage-3.2.8/package/yast2-storage.spec
--- old/yast2-storage-3.2.7/package/yast2-storage.spec  2017-02-02 
22:01:49.977603628 +0100
+++ new/yast2-storage-3.2.8/package/yast2-storage.spec  2017-03-09 
13:06:31.47309 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.7
+Version:3.2.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.7/src/include/partitioning/custom_part_check_generated.rb 
new/yast2-storage-3.2.8/src/include/partitioning/custom_part_check_generated.rb
--- 
old/yast2-storage-3.2.7/src/include/partitioning/custom_part_check_gener

commit rpmlint for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2017-03-13 15:30:07

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


Package is "rpmlint"

Mon Mar 13 15:30:07 2017 rev:267 rq:477991 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint-tests.changes2016-11-11 
14:30:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint-tests.changes   
2017-03-13 15:30:21.652755095 +0100
@@ -1,0 +2,9 @@
+Thu Mar 09 15:16:52 UTC 2017 - lnus...@suse.de
+
+- Update to version 84.87+git20161214.5500838
+  * add checks for shlib-policy-name-error and "no dependency on *lib*"
+- remove
+  0002-Update-license1-test-for-Leap-42.2-severity-reductio.patch as
+  rpmlint-Factory-strict is pulled in always.
+
+---
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2017-03-09 
01:39:24.471042003 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2017-03-13 
15:30:21.740742659 +0100
@@ -1,0 +2,7 @@
+Thu Mar 09 16:29:39 UTC 2017 - lnus...@suse.de
+
+- rpmlint-checks:
+  * Check for old SysVinit scripts and the usage of insserv (FATE#322953)
+  * Prevent a false-positive in systemd
+
+---

Old:

  0002-Update-license1-test-for-Leap-42.2-severity-reductio.patch
  rpmlint-tests-13.2+git20160725.8d99488.tar.xz

New:

  rpmlint-tests-84.87+git20161214.5500838.tar.xz



Other differences:
--
++ rpmlint-tests.spec ++
--- /var/tmp/diff_new_pack.WPAjbM/_old  2017-03-13 15:30:25.092268982 +0100
+++ /var/tmp/diff_new_pack.WPAjbM/_new  2017-03-13 15:30:25.096268416 +0100
@@ -23,7 +23,7 @@
 BuildRequires:  rpmlint-mini
 
 Name:   rpmlint-tests
-Version:13.2+git20160725.8d99488
+Version:84.87+git20161214.5500838
 Release:0
 Summary:rpmlint regression tests
 License:SUSE-Public-Domain
@@ -32,7 +32,6 @@
 Url:http://www.opensuse.org/
 Source: rpmlint-tests-%version.tar.xz
 Patch1: 0001-Update-varrun-test-for-Leap-42.2-severity-reduction.patch
-Patch2: 0002-Update-license1-test-for-Leap-42.2-severity-reductio.patch
 
 %description
 This package doesn't actually contain any files and is not meant to
@@ -43,7 +42,6 @@
 %setup -q
 %if 0%{?sle_version} >= 120200
 %patch1 -p1
-%patch2 -p1
 %endif
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.WPAjbM/_old  2017-03-13 15:30:25.204253154 +0100
+++ /var/tmp/diff_new_pack.WPAjbM/_new  2017-03-13 15:30:25.208252589 +0100
@@ -1,7 +1,7 @@
 
   
 1
-13.2+git%cd.%h
+84.87+git%cd.%h
 http://github.com/openSUSE/rpmlint-tests.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.WPAjbM/_old  2017-03-13 15:30:25.232249198 +0100
+++ /var/tmp/diff_new_pack.WPAjbM/_new  2017-03-13 15:30:25.232249198 +0100
@@ -1,6 +1,6 @@
 
 
 http://github.com/openSUSE/rpmlint-tests.git
-  8d99488dee290853c470199fa1fe80aec8e33784
+  2e9ac0b51df081e099c187c33fdecac17cbf0d10
 http://github.com/openSUSE/rpmlint-checks.git
-  5e8508e132800b5f1afb6abd4ce7003c9e0c248a
\ No newline at end of file
+  95d3b0f320ed291184a382c3949602aef53e4f43
\ No newline at end of file

++ rpmlint-checks-master.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-checks-master/CheckPkgConfig.py 
new/rpmlint-checks-master/CheckPkgConfig.py
--- old/rpmlint-checks-master/CheckPkgConfig.py 2016-09-06 15:28:50.0 
+0200
+++ new/rpmlint-checks-master/CheckPkgConfig.py 2017-03-09 17:27:10.0 
+0100
@@ -19,7 +19,7 @@
 self, "CheckPkgConfig", ".*/pkgconfig/.*\.pc$")
 # currently causes too many failures (2008-03-05)
 self.suspicious_dir = re.compile(
-'(?:/usr/src/\w+/BUILD|/var/tmp|/tmp|/home)')
+'[=:](?:/usr/src/\w+/BUILD|/var/tmp|/tmp|/home)')
 
 def check(self, pkg):
 # check for references to /lib when in lib64 mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-checks-master/CheckSysVinitOnSystemd.py 
new/rpmlint-checks-master/CheckSysVinitOnSystemd.py
--- old/rpmlint-checks-master/CheckSysVinitOnSystemd.py 1970-01-01 
01:00:00.0 +0100
+++ new/rpmlint-checks-master/CheckSysVinitOnSystemd.py 2017-03-09 
17:27:10.0 +0100
@@ -0,0 +1,62 @@
+#
+# File  : CheckSysVinitOnSystemd.py
+# Package   : rpmlint
+# Author: Werner Fin

commit mjpegtools for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package mjpegtools for openSUSE:Factory 
checked in at 2017-03-13 15:30:00

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


Package is "mjpegtools"

Mon Mar 13 15:30:00 2017 rev:44 rq:477965 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/mjpegtools/mjpegtools.changes2017-02-22 
13:44:07.352714241 +0100
+++ /work/SRC/openSUSE:Factory/.mjpegtools.new/mjpegtools.changes   
2017-03-13 15:30:20.100974411 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 11:12:26 UTC 2017 - zai...@opensuse.org
+
+- Add mjpegtools Requires to mjpegtools-orig-addon, installing the
+  addon without having the package it "extends" is pointless.
+
+---



Other differences:
--
++ mjpegtools.spec ++
--- /var/tmp/diff_new_pack.CPU2if/_old  2017-03-13 15:30:20.968851752 +0100
+++ /var/tmp/diff_new_pack.CPU2if/_new  2017-03-13 15:30:20.968851752 +0100
@@ -77,6 +77,7 @@
 # the installation.
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Supplements:%{name}
+Requires:   %{name}
 
 %description orig-addon
 The mjpegtools allow for capture, playback, processing, and simple




commit libreoffice for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2017-03-13 15:29:54

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


Package is "libreoffice"

Mon Mar 13 15:29:54 2017 rev:127 rq:477959 version:5.3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2017-02-26 
17:01:26.874966112 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2017-03-13 15:30:04.163226931 +0100
@@ -1,0 +2,7 @@
+Mon Feb 27 13:59:24 UTC 2017 - tchva...@suse.com
+
+- Version update to 5.3.1.1:
+  * RC1 of 5.3.1 release containing various bugfixes
+- Drop upstreamed patch 0001-unixODBC-changed-soname-to-.2-so-reflect-it.patch
+
+---

Old:

  0001-unixODBC-changed-soname-to-.2-so-reflect-it.patch
  libreoffice-5.3.0.3.tar.xz
  libreoffice-help-5.3.0.3.tar.xz
  libreoffice-translations-5.3.0.3.tar.xz

New:

  libreoffice-5.3.1.1.tar.xz
  libreoffice-help-5.3.1.1.tar.xz
  libreoffice-translations-5.3.1.1.tar.xz



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.1T5Uek/_old  2017-03-13 15:30:18.533195988 +0100
+++ /var/tmp/diff_new_pack.1T5Uek/_new  2017-03-13 15:30:18.541194858 +0100
@@ -22,7 +22,7 @@
 %define numbertext_version 0.9.5
 # Urls
 %define external_url   http://dev-www.libreoffice.org/src/
-%define tarball_url
http://download.documentfoundation.org/libreoffice/src/5.3.0
+%define tarball_url
http://download.documentfoundation.org/libreoffice/src/5.3.1
 # Wether to enable the kde integration
 %if 0%{?is_opensuse}
 %bcond_without kdeintegration
@@ -35,7 +35,7 @@
 %bcond_with firebird
 %endif
 Name:   libreoffice
-Version:5.3.0.3
+Version:5.3.1.1
 Release:0
 Summary:A Free Office Suite (Framework)
 License:Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause 
and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and 
SUSE-Public-Domain and W3C
@@ -76,7 +76,6 @@
 # FIXME: the right fix is to compile the help and produce the .db_, .ht_, and 
other files
 Patch4: nlpsolver-no-broken-help.diff
 Patch5: mediawiki-no-broken-help.diff
-Patch6: 0001-unixODBC-changed-soname-to-.2-so-reflect-it.patch
 # PATCH-HOTFIX-UPSTREAM: disable test that rounds wrongly on most archs
 Patch16:libreoffice-hotfix-disablebrokenshapetest.patch
 # try to save space by using hardlinks
@@ -906,15 +905,12 @@
 %langpack -l nb -n Bokmal -M -m no
 %langpack -l nl -n Dutch -X -m nl_NL
 %langpack -l nn -n Nynorsk -m no
-%define langpack_lang Southern Ndebele
-%langpack -l nr -n %{langpack_lang}
-%define langpack_lang Northern Sotho
-%langpack -l nso -n %{langpack_lang}
+%langpack -l nr -n Southern_Ndebele
+%langpack -l nso -n Northern_Sotho
 %langpack -l or -n Odia -s ctl
 %langpack -l pa -n Punjabi -s ctl -L pa-IN -p pa-IN
 %langpack -l pl -n Polish -X -m pl_PL
-%define langpack_lang Brazilian Portuguese
-%langpack -l pt_BR -n %{langpack_lang} -m pt_BR -L pt-BR -p pt-BR -X
+%langpack -l pt_BR -n Brazilian_Portuguese -m pt_BR -L pt-BR -p pt-BR -X
 %langpack -l pt_PT -n Portuguese -m pt_PT -L pt -x pt -p pt -q pt-PT
 %langpack -l ro -n Romanian -M -X
 %langpack -l ru -n Russian -X -m ru_RU
@@ -923,8 +919,7 @@
 %langpack -l sl -n Slovenian -X -m sl_SI
 %langpack -l sr -n Serbian -i sr-Latn -M
 %langpack -l ss -n Swati
-%define langpack_lang Southern Sotho
-%langpack -l st -n %{langpack_lang}
+%langpack -l st -n Southern_Sotho
 %langpack -l sv -n Swedish -X -m sv_SE
 %langpack -l ta -n Tamil -s ctl
 %langpack -l te -n Telugu -m te_IN
@@ -935,12 +930,9 @@
 %langpack -l uk -n Ukrainian -m uk_UA
 %langpack -l ve -n Venda
 %langpack -l xh -n Xhosa
-%define langpack_lang Simplified Chinese
-%langpack -l zh_CN -n %{langpack_lang} -p zh-CN -s cjk -L zh-CN -x zh-CN -q 
zh-Hans
-%define langpack_lang Traditional Chinese
-%langpack -l zh_TW -n %{langpack_lang} -p zh-TW -s cjk -L zh-TW -x zh-TW -q 
zh-Hant
+%langpack -l zh_CN -n Simplified_Chinese -p zh-CN -s cjk -L zh-CN -x zh-CN -q 
zh-Hans
+%langpack -l zh_TW -n Traditional_Chinese -p zh-TW -s cjk -L zh-TW -x zh-TW -q 
zh-Hant
 %langpack -l zu -n Zulu -m zu_ZA
-%undefine langpack_lang
 
 %prep
 %setup -q -b1 -b2
@@ -951,7 +943,6 @@
 %endif
 %patch4
 %patch5
-%patch6 -p1
 %patch16 -p1
 %patch990 -p1
 








++ libreoffice-5.3.0.3.tar.xz -> libreoffice-5.3.1.1.tar.xz ++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-5.3.0.3.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-5.3.1.1.tar.xz differ: 
char 26, line 1

++ libreof

commit sddm for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package sddm for openSUSE:Factory checked in 
at 2017-03-13 15:30:37

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


Package is "sddm"

Mon Mar 13 15:30:37 2017 rev:17 rq:478453 version:0.14.0

Changes:

--- /work/SRC/openSUSE:Factory/sddm/sddm.changes2016-11-28 
15:03:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.sddm.new/sddm.changes   2017-03-13 
15:30:38.102430236 +0100
@@ -1,0 +2,15 @@
+Wed Mar  8 12:47:38 UTC 2017 - wba...@tmo.at
+
+- Call "plymouth quit --retain-splash" instead of "plymouth_quit"
+  in the displaymanager script to hide the text mode login prompt
+  during boot (the dedicated sddm.service does the same).
+- Also, don't call xdm_reload_files, that just re-generates the xdm
+  config files according to the sysconfig values and only makes
+  sense for xdm.
+
+---
+Sat Dec 17 20:53:58 UTC 2016 - fab...@ritter-vogt.de
+
+- Fix typos in description
+
+---



Other differences:
--
++ sddm.spec ++
--- /var/tmp/diff_new_pack.INVyAl/_old  2017-03-13 15:30:39.134284402 +0100
+++ /var/tmp/diff_new_pack.INVyAl/_new  2017-03-13 15:30:39.142283272 +0100
@@ -79,7 +79,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-SDDM is a modern display manager for X11 aiming to be fast, simple and 
beatiful.
+SDDM is a modern display manager for X11 aiming to be fast, simple and 
beautiful.
 It uses modern technologies like QtQuick, which in turn gives the designer the
 ability to create smooth, animated user interfaces.
 
@@ -93,9 +93,9 @@
 Conflicts:  otherproviders(sddm-branding)
 
 %description branding-openSUSE
-SDDM is a modern display manager for X11 aiming to be fast, simple and 
beatiful.
+SDDM is a modern display manager for X11 aiming to be fast, simple and 
beautiful.
 It uses modern technologies like QtQuick, which in turn gives the designer the
-ability to create smooth, animated user interfaces. This package provides
+ability to create smooth, animated user interfaces. This package provides the
 openSUSE branding for SDDM.
 
 %package branding-upstream
@@ -106,7 +106,7 @@
 Conflicts:  otherproviders(sddm-branding)
 
 %description branding-upstream
-SDDM is a modern display manager for X11 aiming to be fast, simple and 
beatiful.
+SDDM is a modern display manager for X11 aiming to be fast, simple and 
beautiful.
 It uses modern technologies like QtQuick, which in turn gives the designer the
 ability to create smooth, animated user interfaces. This package provides
 upstream branding for SDDM.

++ X11-displaymanagers-sddm ++
--- /var/tmp/diff_new_pack.INVyAl/_old  2017-03-13 15:30:39.214273097 +0100
+++ /var/tmp/diff_new_pack.INVyAl/_new  2017-03-13 15:30:39.214273097 +0100
@@ -1,7 +1,8 @@
 sddm_start_proc () {
-plymouth_quit
-xdm_reload_files
-return $?
+if [ -x /usr/bin/plymouth ]; then
+/usr/bin/plymouth quit --retain-splash
+fi
+return 0
 }
 
 sddm_vars() {




commit samba for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2017-03-13 15:30:18

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


Package is "samba"

Mon Mar 13 15:30:18 2017 rev:209 rq:478020 version:4.5.3

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2017-03-01 
23:39:45.646075803 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2017-03-13 
15:30:25.936149714 +0100
@@ -8,0 +9,5 @@
+Thu Jan 26 21:23:06 UTC 2017 - dmul...@suse.com
+
+- add missing patch for libnss_wins segfault; (bsc#995730).
+
+---



Other differences:
--
++ patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c 
new/patches/samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c
--- old/patches/samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c  
1970-01-01 01:00:00.0 +0100
+++ new/patches/samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c  
2017-03-08 20:29:46.0 +0100
@@ -0,0 +1,33 @@
+From d8a5565ae647352d11d622bd4e73ff4568678a7c Mon Sep 17 00:00:00 2001
+From: Andreas Schneider 
+Date: Mon, 19 Sep 2016 16:21:31 +0200
+Subject: [PATCH] waf: Explicitly link against libnss_wins.so
+
+If we do not specify replace as a depencency here, it will not link to
+libreplace using an rpath.
+
+BUG: https://bugzilla.samba.org/show_bug.cgi?id=12277
+
+Signed-off-by: Andreas Schneider 
+Reviewed-by: Jeremy Allison 
+Reviewed-by: Jim McDonough 
+
+Autobuild-User(master): Jim McDonough 
+Autobuild-Date(master): Tue Sep 20 08:00:08 CEST 2016 on sn-devel-144
+---
+ nsswitch/wscript_build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: nsswitch/wscript_build
+===
+--- nsswitch/wscript_build.orig
 nsswitch/wscript_build
+@@ -42,7 +42,7 @@ if (Utils.unversioned_sys_platform() ==
+ bld.SAMBA3_LIBRARY('nss_wins',
+keep_underscore=True,
+source='wins.c',
+-   deps='''wbclient''',
++   deps='wbclient replace',
+public_headers=[],
+public_headers_install=False,
+pc_files=[],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/series new/patches/series
--- old/patches/series  2017-01-25 18:22:25.586373356 +0100
+++ new/patches/series  2017-03-08 20:29:22.0 +0100
@@ -8,6 +8,7 @@
 samba.org/fix_pc_dependencies.diff -p0
 samba.org/0001-VFS-convert-to-using-ceph_statx-structures-and-funct.patch -p0 
# bsc 1021933
 samba.org/0002-vfs-ceph-convert-to-new-DBG_-macros.patch -p0 # bsc 1021933
+samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c -p0 # bnc 995730
 
 # SuSE specific changes
 suse/net-kdc-lookup.diff -p0 # perform dns-only lookup for kdcs, bnc 295284





commit MozillaThunderbird for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2017-03-13 15:30:45

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


Package is "MozillaThunderbird"

Mon Mar 13 15:30:45 2017 rev:176 rq:478505 version:45.8.0

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2017-02-15 10:02:37.832101332 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2017-03-13 15:30:46.409256223 +0100
@@ -1,0 +2,24 @@
+Tue Mar  7 15:08:23 UTC 2017 - w...@rosenauer.org
+
+- update to Thunderbird 45.8.0 (boo#1028391)
+  * MFSA 2017-07
+CVE-2017-5400: asm.js JIT-spray bypass of ASLR and DEP
+   (bmo#1334933)
+CVE-2017-5401: Memory Corruption when handling ErrorResult
+   (bmo#1328861)
+CVE-2017-5402: Use-after-free working with events in FontFace
+   objects (bmo#1334876)
+CVE-2017-5404: Use-after-free working with ranges in selections
+   (bmo#1340138)
+CVE-2017-5407: Pixel and history stealing via floating-point
+   timing side channel with SVG filters (bmo#1336622)
+CVE-2017-5410: Memory corruption during JavaScript garbage
+   collection incremental sweeping (bmo#1330687)
+CVE-2017-5408: Cross-origin reading of video captions in violation
+   of CORS (bmo#1313711)
+CVE-2017-5405: FTP response codes can cause use of
+   uninitialized values for ports (bmo#1336699)
+CVE-2017-5398: Memory safety bugs fixed in Firefox 52 and
+   Firefox ESR 45.8
+
+---

Old:

  l10n-45.7.1.tar.xz
  thunderbird-45.7.1-source.tar.xz

New:

  l10n-45.8.0.tar.xz
  thunderbird-45.8.0-source.tar.xz



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.5Cy2Wm/_old  2017-03-13 15:31:02.418993559 +0100
+++ /var/tmp/diff_new_pack.5Cy2Wm/_new  2017-03-13 15:31:02.426992429 +0100
@@ -17,9 +17,9 @@
 #
 
 
-%define mainversion 45.7.1
+%define mainversion 45.8.0
 %define update_channel release
-%define releasedate 2017020600
+%define releasedate 2017030300
 
 %if %suse_version > 1310
 %define gstreamer_ver 1.0

++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.5Cy2Wm/_old  2017-03-13 15:31:02.566972646 +0100
+++ /var/tmp/diff_new_pack.5Cy2Wm/_new  2017-03-13 15:31:02.570972080 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="esr45"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_45_7_1_RELEASE"
-VERSION="45.7.1"
+RELEASE_TAG="THUNDERBIRD_45_8_0_RELEASE"
+VERSION="45.8.0"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-45.7.1.tar.xz -> l10n-45.8.0.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-45.7.1.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-45.8.0.tar.xz differ: 
char 26, line 1

++ thunderbird-45.7.1-source.tar.xz -> thunderbird-45.8.0-source.tar.xz 
++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-45.7.1-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-45.8.0-source.tar.xz
 differ: char 26, line 1




commit plasma5-desktop for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2017-03-13 15:30:54

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


Package is "plasma5-desktop"

Mon Mar 13 15:30:54 2017 rev:56 rq:478513 version:5.9.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2017-03-03 17:26:30.565979031 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2017-03-13 15:31:03.350861858 +0100
@@ -1,0 +2,6 @@
+Fri Mar 10 13:41:50 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to fix hovering folder view items with KDE Frameworks >= 5.32:
+  * 0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch
+
+---

New:

  0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.DJ4Xhy/_old  2017-03-13 15:31:04.182744288 +0100
+++ /var/tmp/diff_new_pack.DJ4Xhy/_new  2017-03-13 15:31:04.186743723 +0100
@@ -32,6 +32,8 @@
 Url:http://www.kde.org/
 Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz
 # PATCHES 100-200 and above are from upstream 5.9 branch
+# PATCH-FIX-UPSTREAM
+Patch100:   0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch
 # PATCHES 201-300 and above are from upstream master/5.10 branch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -175,6 +177,7 @@
 %lang_package
 %prep
 %setup -q -n plasma-desktop-%{version}
+%patch100 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ 0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch ++
>From 7dd6f3f0aeabbc7989ae0328c50d7a95cbf546a0 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Fri, 10 Mar 2017 14:40:35 +0100
Subject: [PATCH] [Folder View] Explicitly set prefix as empty in normal state

Summary:
Somehow with FrameSvg optimizations State no longer manages to reset the 
property back to its original state when state is reset.

BUG: 377441
FIXED-IN: 5.9.4

Test Plan: Probably a Frameworks regression but I don't exactly know why it 
makes a difference. If setPrefix disregarded a change request (perhaps the old 
prefixes is {""} and then you set it to "" which is the same) it should do so 
in both cases?

Reviewers: #plasma, hein

Reviewed By: #plasma, hein

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D4998
---
 containments/desktop/package/contents/ui/FolderItemDelegate.qml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/containments/desktop/package/contents/ui/FolderItemDelegate.qml 
b/containments/desktop/package/contents/ui/FolderItemDelegate.qml
index dce4424e..c56a9aec 100644
--- a/containments/desktop/package/contents/ui/FolderItemDelegate.qml
+++ b/containments/desktop/package/contents/ui/FolderItemDelegate.qml
@@ -181,6 +181,8 @@ Item {
 
 imagePath: "widgets/viewitem"
 
+prefix: ""
+
 PlasmaCore.ColorScope {
 anchors.fill: parent
 
-- 
2.11.1




commit ceph for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2017-03-13 15:31:02

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


Package is "ceph"

Mon Mar 13 15:31:02 2017 rev:8 rq:478533 version:12.0.0+git.1489159457.410e200

Changes:

--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2016-08-31 
00:11:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes  2017-03-13 
15:31:07.190319228 +0100
@@ -1,0 +2,382 @@
+Fri Mar 10 15:55:53 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.0+git.1489159457.410e200:
+  + build/ops: fix Group strings for library packages
+
+---
+Fri Mar  3 15:32:06 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.0+git.1488553020.e902441:
+  + Recent upstream master (3c0af07629dc661aba84e2fef696339ac7171914)
+  + Builds with GCC7 (boo#1025891)
+
+---
+Wed Feb 08 21:28:28 UTC 2017 - ncut...@suse.com
+
+- Update to version 11.1.0+git.1486588482.ba197ae:
+  + Update to latest upstream master (3d740bd)
+  + cmake: added empty RPATH to several executables
+  + rocksdb: sync with upstream
+
+---
+Fri Jan 20 14:00:36 UTC 2017 - ncut...@suse.com
+
+- Update to version 11.1.0+git.1484919552.9216e9a:
+  + Revert "rpm: put distro conditionals around Source0 in spec file"
+  + Revert "ceph.spec.in: revert Source0 line to upstream version"
+
+---
+Fri Jan 20 10:18:44 UTC 2017 - ncut...@suse.com
+
+- pre_checkin.sh: add logic to remove s390 architectures from ExclusiveArch
+  line in ceph-test.spec (rationale: ceph-test is not shipped for s390x)
+
+---
+Fri Jan 20 10:06:54 UTC 2017 - ncut...@suse.com
+
+- Update to version 11.1.0+git.1484745543.7b08de5:
+  + Update to latest upstream master (36874c8) - significant changes:
+* cmake: Turn libcommon into a shared library (PR#12840)
+* cmake: fix rpath on shared libraries and executables (PR#12927)
+  + Fix build failure in ppc64le and s390x, caused by missing
+"-momit-leaf-frame-pointer" gcc option in these architectures:
++ rocksdb: build with ppc64 (PR#12908)
+
+---
+Tue Jan 17 14:14:45 UTC 2017 - ncut...@suse.com
+
+- Update to version 11.1.0+git.1484659687.3472421:
+  + rpm: tell openSUSE to never clean the spec file
+  + Enable ppc64le and s390x builds in SLE
+  + rpm: lttng only on x86_64 and aarch64
+
+---
+Thu Jan 05 10:43:34 UTC 2017 - jfajer...@suse.com
+
+- Update to version 11.1.0+git.1483528076.d86680e (latest master)
+  + Merge branch 'master' into ses5 (Merge: 185bcce798 a7b78620f0) with 
conflicts:
+  conflicts in qa/ where resolved with theirs
+  conflict in src/osd/PrimaryLogPG.cc was resolved with picking ours plus 
a method rename
+  int ReplicatedPG::do_extent_cmp -> int PrimaryLogPG::do_extent_cmp
+
+---
+Tue Dec 13 21:21:41 UTC 2016 - ncut...@suse.com
+
+- Update to version 11.1.0+git.1481663255.bf42706:
+  + Update to upstream 11.1.0 release; for details see 
+http://docs.ceph.com/docs/master/release-notes/#v11-1-0-release-candidate
+  + move ceph_ver_hack.sh script from build service package to git repo 
+(bsc#1015419)
+
+---
+Tue Nov 29 20:39:16 UTC 2016 - ncut...@suse.com
+
+- Update to version 11.0.2+git.1480437645.66595d3
+  + Update to latest upstream master (boost library is now included in the
+tarball, so the tarball is much larger than before and the build takes
+longer to complete)
+  + ceph_ver_hack_sh adaptation (upstream dropped src/make_version script)
+  + rocksdb: do not build with --march=native (bsc#1012553)
+
+---
+Fri Nov 25 20:42:45 UTC 2016 - ncut...@suse.com
+
+- Update to version 11.0.2+git.1480105120.6b8e9e5:
+  + Revert commit 8aee8db140bcbd1ffd2a7b571dbbade10bec9de3 because it 
+conflicted with upstream
+  + update to latest upstream kraken (11.0.2) - for details, see
+http://ceph.com/releases/kraken-11-0-2-released/
+
+---
+Mon Sep 12 12:48:33 UTC 2016 - ncut...@suse.com
+
+- Update to version 11.0.0+git.1473684054.73e4b4a:
+  + safe_io: Improve portability by replacing loff_t type usage with off_t.
+  +  mon: remove the redundant list swap in paxos commit_proposal

commit pidgin for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package pidgin for openSUSE:Factory checked 
in at 2017-03-13 15:31:34

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


Package is "pidgin"

Mon Mar 13 15:31:34 2017 rev:116 rq:478584 version:2.12.0

Changes:

--- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes2016-12-16 
12:04:38.656047125 +0100
+++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes   2017-03-13 
15:31:35.674293608 +0100
@@ -1,0 +2,36 @@
+Fri Mar 10 21:14:24 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 2.12.0:
+  + libpurple:
+- Fix an out of bounds memory read in
+  purple_markup_unescape_entity (CVE-2017-2640).
+- Fix the use of uninitialised memory if running
+  non-debug-enabled versions of glib.
+- Update AIM dev and dist ID's to new ones that were assigned
+  by AOL.
+- TLS certificate verification now uses SHA-256 checksums.
+- Fix the SASL external auth for Freenode.
+- Remove the MSN protocol plugin. It has been unusable and
+  dormant for some time.
+- Remove the Mxit protocol plugin. The service was closed at
+  the end ofSeptember 2016.
+- Remove the MySpaceIM protocol plugin. The service has been
+  defunct for a long time (pidgin.im#15356).
+- Remove the Yahoo! protocol plugin. Yahoo has completely
+  reimplemented their protocol, so this version is no longer
+  operable as of August 5th, 2016.
+- Remove the Facebook (XMPP) account option. According to
+  https://developers.facebook.com/docs/chat the XMPP Chat API
+  service ended April 30th, 2015.
+- Fix gnutls certificate validation errors that mainly
+  affected Google.
+  + General:
+- Replace instances of d.pidgin.im with developer.pidgin.im and
+  update the urls to use https (pidgin.im#17036).
+  + IRC:
+- Fix an issue of messages being silently cut off at 500
+  characters. Large messages are now split into parts and sent
+  one by one (pidgin.im#4753).
+- Rebase pidgin-nonblock-common.patch.
+
+---

Old:

  pidgin-2.11.0.tar.bz2
  pidgin-2.11.0.tar.bz2.asc

New:

  pidgin-2.12.0.tar.bz2
  pidgin-2.12.0.tar.bz2.asc



Other differences:
--
++ pidgin.spec ++
--- /var/tmp/diff_new_pack.33hphs/_old  2017-03-13 15:31:37.378052819 +0100
+++ /var/tmp/diff_new_pack.33hphs/_new  2017-03-13 15:31:37.382052253 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pidgin
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define _name   Pidgin
 Name:   pidgin
-Version:2.11.0
+Version:2.12.0
 Release:0
 Summary:Multiprotocol Instant Messaging Client
 License:GPL-2.0+

++ pidgin-2.11.0.tar.bz2 -> pidgin-2.12.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/pidgin/pidgin-2.11.0.tar.bz2 
/work/SRC/openSUSE:Factory/.pidgin.new/pidgin-2.12.0.tar.bz2 differ: char 11, 
line 1

++ pidgin-nonblock-common.patch ++
--- /var/tmp/diff_new_pack.33hphs/_old  2017-03-13 15:31:37.442043775 +0100
+++ /var/tmp/diff_new_pack.33hphs/_new  2017-03-13 15:31:37.446043210 +0100
@@ -1,8 +1,6 @@
-Index: pidgin-2.7.3/libpurple/plugins/ssl/ssl-gnutls.c
-===
 pidgin-2.7.3.orig/libpurple/plugins/ssl/ssl-gnutls.c
-+++ pidgin-2.7.3/libpurple/plugins/ssl/ssl-gnutls.c
-@@ -453,8 +453,6 @@ ssl_gnutls_close(PurpleSslConnection *gs
+--- a/libpurple/plugins/ssl/ssl-gnutls.c
 b/libpurple/plugins/ssl/ssl-gnutls.c
+@@ -435,8 +435,6 @@ ssl_gnutls_close(PurpleSslConnection *gs
if (gnutls_data->handshake_timer)
purple_timeout_remove(gnutls_data->handshake_timer);
  
@@ -11,7 +9,7 @@
gnutls_deinit(gnutls_data->session);
  
g_free(gnutls_data);
-@@ -489,6 +487,22 @@ ssl_gnutls_read(PurpleSslConnection *gsc
+@@ -524,6 +522,22 @@ ssl_gnutls_read(PurpleSslConnection *gsc
  }
  
  static size_t
@@ -34,8 +32,8 @@
  ssl_gnutls_write(PurpleSslConnection *gsc, const void *data, size_t len)
  {
PurpleSslGnutlsData *gnutls_data = PURPLE_SSL_GNUTLS_DATA(gsc);
-@@ -1148,6 +1162,23 @@ static PurpleCertificateScheme x509_gnut
- 
+@@ -1296,6 +1310,23 @@ static PurpleCertificateScheme x509_gnut
+   x509_compare_pubkeys,/* Compare public keys */
  };
  
 +static size_t
@@ -58,7 +56,7 @@
  static PurpleSslOps ssl_ops =
  {
ssl_gnutls_init,
-@@ -1155,7 +1186,9 @@

commit osinfo-db for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package osinfo-db for openSUSE:Factory 
checked in at 2017-03-13 15:31:19

Comparing /work/SRC/openSUSE:Factory/osinfo-db (Old)
 and  /work/SRC/openSUSE:Factory/.osinfo-db.new (New)


Package is "osinfo-db"

Mon Mar 13 15:31:19 2017 rev:3 rq:478555 version:20161026

Changes:

--- /work/SRC/openSUSE:Factory/osinfo-db/osinfo-db.changes  2017-02-18 
03:15:53.879478589 +0100
+++ /work/SRC/openSUSE:Factory/.osinfo-db.new/osinfo-db.changes 2017-03-13 
15:31:20.404451680 +0100
@@ -1,0 +2,6 @@
+Fri Mar  3 09:35:22 MST 2017 - carn...@suse.com
+
+- fate#322156 - Virtualization: Supported Virtualizated Guests
+  add-win2k16-support.patch
+
+---

New:

  add-win2k16-support.patch



Other differences:
--
++ osinfo-db.spec ++
--- /var/tmp/diff_new_pack.lmw1NQ/_old  2017-03-13 15:31:21.336319979 +0100
+++ /var/tmp/diff_new_pack.lmw1NQ/_new  2017-03-13 15:31:21.336319979 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   osinfo-db
 Version:20161026
 Release:0
@@ -22,7 +23,7 @@
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Management
 BuildArch:  noarch
-URL:http://libosinfo.org/
+Url:http://libosinfo.org/
 Source: 
https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz
 Patch1: 99f7e666-fix-opensuse-derives-from-information.patch
 Patch2: 470b7652-add-opensuse-device-information.patch
@@ -38,6 +39,7 @@
 Patch20:add-opensuse-leap-42.3-support.patch
 Patch21:add-sle12sp3-support.patch
 Patch22:add-casp-support.patch
+Patch23:add-win2k16-support.patch
 BuildRequires:  intltool
 BuildRequires:  osinfo-db-tools
 
@@ -62,6 +64,7 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p1
 
 %build
 cd %{_builddir}

++ add-win2k16-support.patch ++
References: fate#322156

Index: osinfo-db-20161026/os/microsoft.com/win-2k16.xml
===
--- /dev/null
+++ osinfo-db-20161026/os/microsoft.com/win-2k16.xml
@@ -0,0 +1,86 @@
+
+
+
+  http://microsoft.com/win/2k16";>
+win2k16
+Microsoft Windows Server 2016
+Microsoft Windows Server 2016
+Microsoft Windows Server 2016
+Microsoft Windows Server 2016
+Microsoft Windows Server 2016
+Microsoft Windows Server 2016
+10.0
+Microsoft Corporation
+Microsoft Corporation
+Microsoft Corporation
+Microsoft Corporation
+Microsoft Corporation
+Microsoft Corporation
+Microsoft Corporation
+Microsoft Corporation
+Корпорація Microsoft
+winnt
+win
+http://microsoft.com/win/2k12r2"/>
+http://microsoft.com/win/2k12r2"/>
+
+
+  Windows Server 2016 Storage
+  Windows Server 2016 Storage
+
+
+  Windows Server 2016 for HyperV
+  Windows Server 2016 pour HyperV
+
+
+  Windows Server 2016 Essentials
+  Windows Server 2016 Essentials
+
+
+  Windows Server 2016 Volume License
+  Windows Server 2016 Volume License
+
+
+2016-09-26
+
+
+  
+
(IRM_SSS_X64FRE|IRM_SSS_X64CHK|IR3_SSS_X64FRE|IR5_SSS_X64FRE)_
+MICROSOFT CORPORATION
+http://microsoft.com/win/7/l10n-language";>[[:upper:][:digit:]]*_([[:upper:]]*)
+  
+
+
+  
+  
+
(IRM_SSSO_X64CHK|IR5_SSSO_X64FRE|IRM_SSSO_X64FRE)_
+MICROSOFT CORPORATION
+http://microsoft.com/win/7/l10n-language";>[[:upper:][:digit:]]*_([[:upper:]]*)
+  
+
+
+  
+  
+(IRM_SHV_X64CHK|IRM_SHV_X64FRE)_
+MICROSOFT CORPORATION
+http://microsoft.com/win/7/l10n-language";>[[:upper:][:digit:]]*_([[:upper:]]*)
+  
+
+
+  
+  
+(IR5_SSS_X64FREV|IR2_SSS_X64FREV)_
+MICROSOFT CORPORATION
+http://microsoft.com/win/7/l10n-language";>[[:upper:][:digit:]]*_([[:upper:]]*)
+  
+
+
+  
+  
+(IRM_SFST_X64FREO|IR5_SFST_X64FREO)_
+MICROSOFT CORPORATION
+http://microsoft.com/win/7/l10n-language";>[[:upper:][:digit:]]*_([[:upper:]]*)
+  
+
+  
+



commit jemalloc for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package jemalloc for openSUSE:Factory 
checked in at 2017-03-13 15:31:26

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


Package is "jemalloc"

Mon Mar 13 15:31:26 2017 rev:22 rq:478563 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/jemalloc/jemalloc.changes2016-12-08 
00:27:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.jemalloc.new/jemalloc.changes   2017-03-13 
15:31:28.795265813 +0100
@@ -1,0 +2,31 @@
+Fri Mar 10 19:50:27 UTC 2017 - idon...@suse.com
+
+- Update to version 4.5.0
+  New features:
+  * Add --disable-thp and the opt.thp mallctl to provide opt-out
+mechanisms for transparent huge page integration.
+  * Restructure *CFLAGS configuration, so that CFLAGS behaves
+typically, and EXTRA_CFLAGS provides a way to specify e.g. 
+-Werror during building, but not during configuration.
+  Bug fixes:
+  * Fix DSS (sbrk(2)-based) allocation. This regression was first
+released in 4.3.0.
+  * Handle race in per size class utilization computation.
+This functionality was first released in 4.0.0.
+  * Fix lock order reversal during gdump.
+  * Fix/refactor tcache synchronization. This regression was
+first released in 4.0.0.
+  * Fix various JSON-formatted malloc_stats_print() bugs.
+This functionality was first released in 4.3.0.
+  * Fix huge-aligned allocation. This regression was first
+released in 4.4.0.
+  * When transparent huge page integration is enabled, detect
+what state pages start in according to the kernel's current
+operating mode, and only convert arena chunks to non-huge
+during purging if that is not their initial state. 
+This functionality was first released in 4.4.0.
+  * Fix lg_chunk clamping for the --enable-cache-oblivious
+--disable-fill case. This regression was first released 
+in 4.0.0.
+
+---

Old:

  jemalloc-4.4.0.tar.bz2

New:

  jemalloc-4.5.0.tar.bz2



Other differences:
--
++ jemalloc.spec ++
--- /var/tmp/diff_new_pack.GKq6FN/_old  2017-03-13 15:31:29.571156157 +0100
+++ /var/tmp/diff_new_pack.GKq6FN/_new  2017-03-13 15:31:29.571156157 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jemalloc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  libjemalloc2
 Name:   jemalloc
-Version:4.4.0
+Version:4.5.0
 Release:0
 Summary:General-purpose scalable concurrent malloc implementation
 License:BSD-2-Clause

++ jemalloc-4.4.0.tar.bz2 -> jemalloc-4.5.0.tar.bz2 ++
 7141 lines of diff (skipped)




commit clusterssh for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package clusterssh for openSUSE:Factory 
checked in at 2017-03-13 15:32:04

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


Package is "clusterssh"

Mon Mar 13 15:32:04 2017 rev:8 rq:451727 version:4.07

Changes:

--- /work/SRC/openSUSE:Factory/clusterssh/clusterssh.changes2016-01-28 
17:25:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.clusterssh.new/clusterssh.changes   
2017-03-13 15:32:05.910020456 +0100
@@ -1,0 +2,14 @@
+Fri Jan 20 13:30:43 UTC 2017 - rmali...@suse.com
+
+- Update to new upstream release 4.07
+* Fixed tests on systems where bash is not installed in /bin/bash 
+  (Github issue #60)
+* Include link to travis-ci site in release emails for automated 
+  build and test reports
+* Rework hostname expansion to be pure-perl rather than relying on 
+  the bash shell (Github issue #53)
+
+For further changes of previous updates see: 
+https://github.com/duncs/clusterssh/blob/master/Changes
+
+---

Old:

  App-ClusterSSH-4.02_01.tar.gz
  remove-time-key.patch

New:

  App-ClusterSSH-4.07.tar.gz



Other differences:
--
++ clusterssh.spec ++
--- /var/tmp/diff_new_pack.uC6ed3/_old  2017-03-13 15:32:06.837889322 +0100
+++ /var/tmp/diff_new_pack.uC6ed3/_new  2017-03-13 15:32:06.841888757 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clusterssh
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 
 Name:   clusterssh
-Version:4.02.01
+Version:4.07
 Release:0
 %define modname App-ClusterSSH
-%define dullver 4.02_01
+%define dullver 4.07
 Summary:Multiplex SSH sessions onto many hosts using multiple terminals
 License:GPL-1.0+ or Artistic-1.0
 Group:  Productivity/Networking/SSH
 Url:http://clusterssh.sf.net/
 
 #Git-Clone:git://clusterssh.git.sf.net/gitroot/clusterssh/clusterssh
-Source: 
http://downloads.sf.net/clusterssh/App-ClusterSSH-4.02_01.tar.gz
+Source: http://downloads.sf.net/clusterssh/App-ClusterSSH-4.07.tar.gz
 Source2:%name-rpmlintrc
-Patch1: remove-time-key.patch
+#Patch1: remove-time-key.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  fdupes
@@ -37,22 +37,56 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::MakeMaker)
 %perl_requires
+Requires:   xorg-x11-fonts-100dpi
+Requires:   xorg-x11-fonts-75dpi
+Requires:   xterm
+BuildRequires:  perl(CPAN::Changes)
+BuildRequires:  perl(Exception::Class)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(File::Which)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Locale::Maketext)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Readonly)
+BuildRequires:  perl(Sort::Naturally)
+BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Tk)
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(X11::Protocol)
+Requires:   perl(CPAN::Changes)
 Requires:   perl(Carp)
 Requires:   perl(English)
 Requires:   perl(Exception::Class)
+Requires:   perl(Exception::Class)
 Requires:   perl(Fcntl)
 Requires:   perl(File::Basename)
+Requires:   perl(File::Path)
+Requires:   perl(File::Slurp)
+Requires:   perl(File::Temp)
 Requires:   perl(File::Temp)
 Requires:   perl(File::Which)
+Requires:   perl(File::Which)
 Requires:   perl(FindBin)
 Requires:   perl(Getopt::Long)
+Requires:   perl(Getopt::Long)
+Requires:   perl(Locale::Maketext)
 Requires:   perl(Locale::Maketext)
+Requires:   perl(Module::Build)
 Requires:   perl(Net::hostent)
 Requires:   perl(POSIX)
 Requires:   perl(Pod::Usage)
 Requires:   perl(Readonly)
+Requires:   perl(Readonly)
 Requires:   perl(Socket)
+Requires:   perl(Sort::Naturally)
 Requires:   perl(Sys::Hostname)
+Requires:   perl(Test::Differences)
+Requires:   perl(Test::PerlTidy)
+Requires:   perl(Test::Pod)
+Requires:   perl(Test::Pod::Coverage)
+Requires:   perl(Test::Trap)
 Requires:   perl(Tk)
 Requires:   perl(Tk::ROText)
 Requires:   perl(Tk::Xlib)
@@ -72,7 +106,7 @@
 
 %prep
 %setup -qn %modname-%dullver
-%patch -P 1 -p1
+#%patch -P 1 -p1
 
 %build
 perl Makefile.PL;

++ App-ClusterSSH-4.02_01.tar.gz -> App-Cluster

commit lxqt-session for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-session for openSUSE:Factory 
checked in at 2017-03-13 15:32:17

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


Package is "lxqt-session"

Mon Mar 13 15:32:17 2017 rev:7 rq:460152 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-session/lxqt-session.changes
2016-10-06 12:44:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-session.new/lxqt-session.changes   
2017-03-13 15:33:29.306234450 +0100
@@ -1,0 +2,15 @@
+Fri Feb 24 01:38:49 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Adds an nullptr check when restarting a module (#90)
+  * Fixes a session logout crash (#88)
+  * Updated da.desktop files and removed da_DK.desktop files
+  * Moves FindUDev to the lxqt-build-tools repo
+  * Reworks X11 CMake libraries
+  * Removes all XCB stuff from CMake
+  * Update french desktop entries
+  * lxqt-config-session: Use localized comment
+  * Make CMakeLists.txt more uniform.
+  * Remove cpack (#83)
+
+---

Old:

  lxqt-session-0.11.0.tar.xz
  lxqt-session-0.11.0.tar.xz.asc

New:

  lxqt-session-0.11.1.tar.xz
  lxqt-session-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-session.spec ++
--- /var/tmp/diff_new_pack.4e2U3l/_old  2017-03-13 15:33:29.970140624 +0100
+++ /var/tmp/diff_new_pack.4e2U3l/_new  2017-03-13 15:33:29.974140059 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lxqt-session
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:LXQt Session Manager
 License:LGPL-2.1+
@@ -29,6 +29,7 @@
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5Xdg)

++ lxqt-session-0.11.0.tar.xz -> lxqt-session-0.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-session-0.11.0/.gitignore 
new/lxqt-session-0.11.1/.gitignore
--- old/lxqt-session-0.11.0/.gitignore  2016-09-24 00:46:51.0 +0200
+++ new/lxqt-session-0.11.1/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-build
-*.kdev4
-*/translations/lxqt-session
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-session-0.11.0/CHANGELOG 
new/lxqt-session-0.11.1/CHANGELOG
--- old/lxqt-session-0.11.0/CHANGELOG   2016-09-24 00:46:51.0 +0200
+++ new/lxqt-session-0.11.1/CHANGELOG   2017-01-01 23:22:21.0 +0100
@@ -1,7 +1,22 @@
 
-lxqt-session-0.11.0 / 2016-09-24
+lxqt-session-0.11.1 / 2017-01-01
 
 
+  * Adds an nullptr check when restarting a module (#90)
+  * Fixes a session logout crash (#88)
+  * Updated da.desktop files and removed da_DK.desktop files
+  * Moves FindUDev to the lxqt-build-tools repo
+  * Reworks X11 CMake libraries
+  * Removes all XCB stuff from CMake
+  * Update french desktop entries
+  * lxqt-config-session: Use localized comment
+  * Make CMakeLists.txt more uniform.
+  * Remove cpack (#83)
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * lockscreenmanager: always listen to the session provider's lock signal 
(#79)
   * Update Polish translation
   * Add README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-session-0.11.0/CMakeLists.txt 
new/lxqt-session-0.11.1/CMakeLists.txt
--- old/lxqt-session-0.11.0/CMakeLists.txt  2016-09-24 00:46:51.0 
+0200
+++ new/lxqt-session-0.11.1/CMakeLists.txt  2017-01-01 23:22:21.0 
+0100
@@ -2,44 +2,38 @@
 
 project(lxqt-session)
 
-option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
-option(WITH_LIBUDEV "Build with libudev support" ON)
-
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
 
-set(CMAKE_INCLUDE_CURRENT_DIR ON)
-set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+include(GNUInstallDirs)
+
 set(CMAKE_AUTOMOC ON)
 set(CMAKE_AUTOUIC ON)
+set(CMAKE_INCLUDE_CURRENT_DIR ON)
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 
-include(GNUInstallDirs)
+option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
+option(WITH_LIBUDEV "Build with libudev support" ON)
 
-find_package(KF5WindowSystem REQUIRED)
-find_package(Qt5Widgets REQUIRED QUIET)
-find_package(Qt5DBus REQUIRED QUIET)
-find_package(Qt5X11Extras REQUIRED QUIET)
+find_package(X11 REQUIRED)
+
+find_package(Qt5DBus REQUIRED)
 find_package(Qt5LinguistTools REQUIRED QUIET)
+find_package(Qt5Widgets REQUIRED)

commit lxqt-policykit for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-policykit for openSUSE:Factory 
checked in at 2017-03-13 15:32:23

Comparing /work/SRC/openSUSE:Factory/lxqt-policykit (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-policykit.new (New)


Package is "lxqt-policykit"

Mon Mar 13 15:32:23 2017 rev:7 rq:460155 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-policykit/lxqt-policykit.changes
2016-10-06 12:44:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-policykit.new/lxqt-policykit.changes   
2017-03-13 15:33:32.261816756 +0100
@@ -1,0 +2,7 @@
+Fri Feb 24 01:24:32 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Make CMakeLists.txt more uniform.
+  * Remove cpack (#25)
+
+---

Old:

  lxqt-policykit-0.11.0.tar.xz
  lxqt-policykit-0.11.0.tar.xz.asc

New:

  lxqt-policykit-0.11.1.tar.xz
  lxqt-policykit-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-policykit.spec ++
--- /var/tmp/diff_new_pack.9lqIxS/_old  2017-03-13 15:33:32.853733105 +0100
+++ /var/tmp/diff_new_pack.9lqIxS/_new  2017-03-13 15:33:32.853733105 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lxqt-policykit
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:PolicyKit authentication agent
 License:LGPL-2.1+
@@ -28,6 +28,7 @@
 Source2:%{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5Xdg)

++ lxqt-policykit-0.11.0.tar.xz -> lxqt-policykit-0.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-policykit-0.11.0/.gitignore 
new/lxqt-policykit-0.11.1/.gitignore
--- old/lxqt-policykit-0.11.0/.gitignore2016-09-24 00:46:00.0 
+0200
+++ new/lxqt-policykit-0.11.1/.gitignore1970-01-01 01:00:00.0 
+0100
@@ -1,2 +0,0 @@
-build
-translations/lxqt-policykit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-policykit-0.11.0/CHANGELOG 
new/lxqt-policykit-0.11.1/CHANGELOG
--- old/lxqt-policykit-0.11.0/CHANGELOG 2016-09-24 00:46:00.0 +0200
+++ new/lxqt-policykit-0.11.1/CHANGELOG 2017-01-01 23:18:10.0 +0100
@@ -1,7 +1,14 @@
 
-lxqt-policykit-0.11.0 / 2016-09-24
+lxqt-policykit-0.11.1 / 2017-01-01
 ==
 
+  * Make CMakeLists.txt more uniform.
+  * Remove cpack (#25)
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * agentGui: Use default icon
   * agentGui: Choose current user in identities combo
   * agentGui: Handle setting the prompt correctly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-policykit-0.11.0/CMakeLists.txt 
new/lxqt-policykit-0.11.1/CMakeLists.txt
--- old/lxqt-policykit-0.11.0/CMakeLists.txt2016-09-24 00:46:00.0 
+0200
+++ new/lxqt-policykit-0.11.1/CMakeLists.txt2017-01-01 23:18:10.0 
+0100
@@ -1,28 +1,30 @@
 cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
-project(lxqt-policykit-agent)
 
-option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
+project(lxqt-policykit-agent)
 
 include(GNUInstallDirs)
 
+set(CMAKE_AUTOMOC ON)
+set(CMAKE_AUTOUIC ON)
+set(CMAKE_INCLUDE_CURRENT_DIR ON)
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+
+option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
+
 find_package(PkgConfig)
 pkg_check_modules(POLKIT_AGENT REQUIRED polkit-agent-1)
 message(STATUS "polkit agent: ${POLKIT_AGENT_INCLUDE_DIRS} 
${POLKIT_AGENT_LIBRARIES}")
 
 set(POLKIT_AGENT_BINARY_DIR "${CMAKE_INSTALL_BINDIR}" CACHE FILEPATH 
"Directory for install polkit agent")
 
-set(CMAKE_INCLUDE_CURRENT_DIR ON)
-set(CMAKE_POSITION_INDEPENDENT_CODE ON)
-set(CMAKE_AUTOMOC ON)
-set(CMAKE_AUTOUIC ON)
-
 find_package(PolkitQt5-1 REQUIRED)
-find_package(Qt5Widgets REQUIRED QUIET)
 find_package(Qt5LinguistTools REQUIRED QUIET)
-find_package(lxqt REQUIRED QUIET)
+find_package(Qt5Widgets REQUIRED)
+message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
+
+find_package(lxqt REQUIRED)
 
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
-include(LXQtTranslate)
 
 # Deal with a bug in polkit-qt5
 if (NOT IS_ABSOLUTE "${POLKITQT-1_INCLUDE_DIR}")
@@ -58,7 +60,9 @@
 src/policykitagentgui.ui
 )
 
-# Translations
+# Translations **
+include(LXQtTranslate)
+
 lxqt_translate_ts(lxqt-policykit-agent_QM_FILES
 UPDATE_TRANSLATIONS
 ${UPDATE_TRANSLATIONS}
@@ -81,6 +85,7 @@
 )
 
 lxqt_app_tra

commit lxqt-powermanagement for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-powermanagement for 
openSUSE:Factory checked in at 2017-03-13 15:32:21

Comparing /work/SRC/openSUSE:Factory/lxqt-powermanagement (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-powermanagement.new (New)


Package is "lxqt-powermanagement"

Mon Mar 13 15:32:21 2017 rev:8 rq:460154 version:0.11.1

Changes:

--- 
/work/SRC/openSUSE:Factory/lxqt-powermanagement/lxqt-powermanagement.changes
2016-10-06 12:44:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.lxqt-powermanagement.new/lxqt-powermanagement.changes
   2017-03-13 15:33:31.217964277 +0100
@@ -1,0 +2,9 @@
+Fri Feb 24 01:28:31 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Add lxqt-config-powermanagement_da.desktop
+  * Create lxqt-config-powermanagement_fr.desktop
+  * Make CMakeLists.txt more uniform.
+  * Remove cpack (#43)
+
+---

Old:

  lxqt-powermanagement-0.11.0.tar.xz
  lxqt-powermanagement-0.11.0.tar.xz.asc

New:

  lxqt-powermanagement-0.11.1.tar.xz
  lxqt-powermanagement-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-powermanagement.spec ++
--- /var/tmp/diff_new_pack.pQMa3R/_old  2017-03-13 15:33:31.753888538 +0100
+++ /var/tmp/diff_new_pack.pQMa3R/_new  2017-03-13 15:33:31.757887973 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lxqt-powermanagement
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:Power Management and Auto-suspend
 License:LGPL-2.1+
@@ -29,6 +29,7 @@
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5IdleTime)
 BuildRequires:  libQt5Gui-private-headers-devel

++ lxqt-powermanagement-0.11.0.tar.xz -> lxqt-powermanagement-0.11.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-powermanagement-0.11.0/.gitignore 
new/lxqt-powermanagement-0.11.1/.gitignore
--- old/lxqt-powermanagement-0.11.0/.gitignore  2016-09-24 00:46:15.0 
+0200
+++ new/lxqt-powermanagement-0.11.1/.gitignore  1970-01-01 01:00:00.0 
+0100
@@ -1,4 +0,0 @@
-build
-nbproject
-*kdev4*
-*/translations/lxqt-powermanagement
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-powermanagement-0.11.0/CHANGELOG 
new/lxqt-powermanagement-0.11.1/CHANGELOG
--- old/lxqt-powermanagement-0.11.0/CHANGELOG   2016-09-24 00:46:15.0 
+0200
+++ new/lxqt-powermanagement-0.11.1/CHANGELOG   2017-01-01 23:19:58.0 
+0100
@@ -1,7 +1,16 @@
 
-lxqt-powermanagement-0.11.0 / 2016-09-24
+lxqt-powermanagement-0.11.1 / 2017-01-01
 
 
+  * Add lxqt-config-powermanagement_da.desktop
+  * Create lxqt-config-powermanagement_fr.desktop
+  * Make CMakeLists.txt more uniform.
+  * Remove cpack (#43)
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * README.md: Replace dependency XCB with KIdleTime
   * Idleness Watcher: rely on KIdleTime instead of XCB (#33)
   * fix indents
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-powermanagement-0.11.0/CMakeLists.txt 
new/lxqt-powermanagement-0.11.1/CMakeLists.txt
--- old/lxqt-powermanagement-0.11.0/CMakeLists.txt  2016-09-24 
00:46:15.0 +0200
+++ new/lxqt-powermanagement-0.11.1/CMakeLists.txt  2017-01-01 
23:19:58.0 +0100
@@ -2,34 +2,30 @@
 
 project(lxqt-powermanagement)
 
-option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
+include(GNUInstallDirs)
 
-set(CMAKE_INCLUDE_CURRENT_DIR ON)
-set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 set(CMAKE_AUTOMOC ON)
 set(CMAKE_AUTOUIC ON)
+set(CMAKE_INCLUDE_CURRENT_DIR ON)
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+
+option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
 
-find_package(Qt5Widgets REQUIRED)
 find_package(Qt5DBus REQUIRED)
-find_package(Qt5X11Extras REQUIRED)
-find_package(Qt5Svg REQUIRED)
 find_package(Qt5LinguistTools REQUIRED QUIET)
-find_package(lxqt REQUIRED QUIET)
+find_package(Qt5Svg REQUIRED)
+find_package(Qt5Widgets REQUIRED)
+find_package(Qt5X11Extras REQUIRED)
+message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
+
 find_package(KF5Solid REQUIRED)
 
-include(GNUInstallDirs)
+find_package(lxqt REQUIRED)
+
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
+
+# Translations **
 include(LXQtTranslate)
 
 add_subdirectory(config)
 add_subdirectory(src)
-
-# building tarball with CPack -
-

commit lxqt-runner for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-runner for openSUSE:Factory 
checked in at 2017-03-13 15:32:19

Comparing /work/SRC/openSUSE:Factory/lxqt-runner (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-runner.new (New)


Package is "lxqt-runner"

Mon Mar 13 15:32:19 2017 rev:7 rq:460153 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-runner/lxqt-runner.changes  2016-10-06 
12:44:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-runner.new/lxqt-runner.changes 
2017-03-13 15:33:30.298094277 +0100
@@ -1,0 +2,10 @@
+Fri Feb 24 01:34:41 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * MathItem: Honor system locale (#52)
+  * Use the new MenuCache configuration CMake module
+  * Fixes FTBFS when libmenu-cache was installed to non-standard location
+  * Remove cpack (#49)
+  * - Fix endif placement when test for MATH library.
+
+---

Old:

  lxqt-runner-0.11.0.tar.xz
  lxqt-runner-0.11.0.tar.xz.asc

New:

  lxqt-runner-0.11.1.tar.xz
  lxqt-runner-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-runner.spec ++
--- /var/tmp/diff_new_pack.9HbAtg/_old  2017-03-13 15:33:30.838017973 +0100
+++ /var/tmp/diff_new_pack.9HbAtg/_new  2017-03-13 15:33:30.838017973 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lxqt-runner
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:LXQt application launcher
 License:LGPL-2.1+
@@ -28,6 +28,7 @@
 Source2:%{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(muparser)
 BuildRequires:  pkgconfig(Qt5UiTools)

++ lxqt-runner-0.11.0.tar.xz -> lxqt-runner-0.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-runner-0.11.0/.gitignore 
new/lxqt-runner-0.11.1/.gitignore
--- old/lxqt-runner-0.11.0/.gitignore   2016-09-24 00:46:38.0 +0200
+++ new/lxqt-runner-0.11.1/.gitignore   1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-build
-nbproject
-translations/lxqt-runner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-runner-0.11.0/CHANGELOG 
new/lxqt-runner-0.11.1/CHANGELOG
--- old/lxqt-runner-0.11.0/CHANGELOG2016-09-24 00:46:38.0 +0200
+++ new/lxqt-runner-0.11.1/CHANGELOG2017-01-01 23:30:39.0 +0100
@@ -1,7 +1,17 @@
 
-lxqt-runner-0.11.0 / 2016-09-24
+lxqt-runner-0.11.1 / 2017-01-01
 ===
 
+  * MathItem: Honor system locale (#52)
+  * Use the new MenuCache configuration CMake module
+  * Fixes FTBFS when libmenu-cache was installed to non-standard location
+  * Remove cpack (#49)
+  * - Fix endif placement when test for MATH library.
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * Add README.md
   * Math: Enhance evaluation logic
   * Math: Use libmuparser for math evaluation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-runner-0.11.0/CMakeLists.txt 
new/lxqt-runner-0.11.1/CMakeLists.txt
--- old/lxqt-runner-0.11.0/CMakeLists.txt   2016-09-24 00:46:38.0 
+0200
+++ new/lxqt-runner-0.11.1/CMakeLists.txt   2017-01-01 23:30:39.0 
+0100
@@ -8,6 +8,8 @@
 set(CMAKE_AUTOMOC ON)
 set(CMAKE_AUTORCC ON)
 
+set(REQUIRED_MENUCACHE_VERSION "0.3.3")
+
 include(CMakeDependentOption)
 include(GNUInstallDirs)
 
@@ -39,9 +41,7 @@
 
 if (USE_MENU_CACHE)
 # optionally use libmenu-cache from lxde to generate the application menu
-pkg_check_modules(MENU_CACHE REQUIRED QUIET
-libmenu-cache>=0.3.3
-)
+find_package(MenuCache "${REQUIRED_MENUCACHE_VERSION}" REQUIRED)
 endif()
 
 if (RUNNER_MATH)
@@ -80,7 +80,7 @@
 lxqt
 lxqt-globalkeys
 lxqt-globalkeys-ui
-${MENU_CACHE_LIBRARIES}
+${MENUCACHE_LIBRARIES}
 ${QTX_LIBRARIES}
 ${MUPARSER_LDFLAGS}
 )
@@ -127,7 +127,7 @@
 endif ()
 
 target_include_directories(${PROJECT_NAME}
-PRIVATE "$<$:${MENU_CACHE_INCLUDE_DIRS}>"
+PRIVATE "$<$:${MENUCACHE_INCLUDE_DIRS}>"
 PRIVATE "$<$:${MUPARSER_INCLUDE_DIRS}>"
 )
 
@@ -135,7 +135,7 @@
 PRIVATE "$<$:MATH_ENABLED>"
 PRIVATE "$<$:VBOX_ENABLED>"
 PRIVATE "$<$:VBOX_HEADLESS_ENABLED>"
-PRIVATE "$<$:HAVE_MENU_CACHE=1>"
+PRIVATE "$<$:HAVE_MENU_CACHE=1>"
 )
 
 target_link_libraries(${PROJECT_NAME}
@@ -148,13 +148,3 @@
 RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
 COMPONENT Runtime
 )
-
-# building tarball with CPack -
-include(InstallRequiredSystemLibraries)
-set(CPACK_PACKA

commit pcmanfm-qt for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package pcmanfm-qt for openSUSE:Factory 
checked in at 2017-03-13 15:32:32

Comparing /work/SRC/openSUSE:Factory/pcmanfm-qt (Old)
 and  /work/SRC/openSUSE:Factory/.pcmanfm-qt.new (New)


Package is "pcmanfm-qt"

Mon Mar 13 15:32:32 2017 rev:7 rq:460515 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/pcmanfm-qt/pcmanfm-qt.changes2016-10-06 
12:44:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcmanfm-qt.new/pcmanfm-qt.changes   
2017-03-13 15:33:35.281390020 +0100
@@ -1,0 +2,33 @@
+Fri Feb 24 19:42:18 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.2:
+  * Use static_cast instead of the C style cast
+  * Fix sign-compare warnings
+  * Prevent wrong clearing of filter-bar with path buttons (#432)
+  * bump patch version (#429)
+  * Add *da.desktop files
+  * Re-layout on Changing Display Name. (#355)
+  * Add Pathbar Separator
+  * New tab on middle clicking a path button
+  * Make dialogue "About" point out it's the Qt version of PCManFM. (#421)
+  * CMake: Drop finding XCB
+  * Avoid code duplication.
+  * Added a wallpaper zooming option
+  * Implement a "Connect to server" dialog for easily mounting remote 
filesystems. Add new API PCManFM::MainWindow::lastActive() to get last active 
window.
+  * Use the new button-style path bar by default. Properly handle the editing 
of button-style path bar.
+  * Add missing ui file.
+  * Move the pcmanfm-qt_pt_BR.ts file to lxqt-l10n repo.
+  * Remove context menu from toolbar and menubar
+  * Support button-style path bar and adjust the layout of the view menu 
slightly.
+  * Create pcmanfm-qt_fr.desktop
+  * Create pcmanfm-qt-desktop-pref_fr.desktop
+  * Adds Build PROJECT_NAME with Qt version message
+  * Moved LIBFM_DATA_DIR compile definition from libfm-qt
+  * Use target_compile_definitions().
+  * Use the new lxqt-build-tools package
+  * Added very basic .gitattributes
+  * remove "building with cpack" from CMakeLists.txt - not used anymore
+  * Add Catalan translations
+  * Added Brazilian Portuguese Translation (pt_BR)
+
+---

Old:

  pcmanfm-qt-0.11.1.tar.xz
  pcmanfm-qt-0.11.1.tar.xz.asc

New:

  pcmanfm-qt-0.11.2.tar.xz
  pcmanfm-qt-0.11.2.tar.xz.asc



Other differences:
--
++ pcmanfm-qt.spec ++
--- /var/tmp/diff_new_pack.dUe36B/_old  2017-03-13 15:33:35.933297890 +0100
+++ /var/tmp/diff_new_pack.dUe36B/_new  2017-03-13 15:33:35.937297325 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pcmanfm-qt
-Version:0.11.1
+Version:0.11.2
 Release:0
 Summary:File manager and desktop icon manager
 License:GPL-2.0+
@@ -30,6 +30,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools)

++ pcmanfm-qt-0.11.1.tar.xz -> pcmanfm-qt-0.11.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcmanfm-qt-0.11.1/.gitignore 
new/pcmanfm-qt-0.11.2/.gitignore
--- old/pcmanfm-qt-0.11.1/.gitignore2016-09-24 00:49:29.0 +0200
+++ new/pcmanfm-qt-0.11.2/.gitignore1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-build
-*.kdev4
-pcmanfm/translations/pcmanfm-qt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcmanfm-qt-0.11.1/CHANGELOG 
new/pcmanfm-qt-0.11.2/CHANGELOG
--- old/pcmanfm-qt-0.11.1/CHANGELOG 2016-09-24 00:49:29.0 +0200
+++ new/pcmanfm-qt-0.11.2/CHANGELOG 2016-12-21 18:44:38.0 +0100
@@ -1,7 +1,40 @@
 
-pcmanfm-qt-0.11.1 / 2016-09-24
+pcmanfm-qt-0.11.2 / 2016-12-21
 ==
 
+  * Use static_cast instead of the C style cast
+  * Fix sign-compare warnings
+  * Prevent wrong clearing of filter-bar with path buttons (#432)
+  * bump patch version (#429)
+  * Add *da.desktop files
+  * Re-layout on Changing Display Name. (#355)
+  * Add Pathbar Separator
+  * New tab on middle clicking a path button
+  * Make dialogue "About" point out it's the Qt version of PCManFM. (#421)
+  * CMake: Drop finding XCB
+  * Avoid code duplication.
+  * Added a wallpaper zooming option
+  * Implement a "Connect to server" dialog for easily mounting remote 
filesystems. Add new API PCManFM::MainWindow::lastActive() to get last active 
window.
+  * Use the new button-style path bar by default. Properly handle the editing 
of button-style path bar.
+  * Add missing ui file.
+  * Move the pcmanfm-qt_pt_BR.ts file to lxqt-l10n repo.
+  * Remove context menu from toolbar and menubar
+  * Support button-style path bar and adjust the 

commit lxqt-sudo for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-sudo for openSUSE:Factory 
checked in at 2017-03-13 15:32:14

Comparing /work/SRC/openSUSE:Factory/lxqt-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-sudo.new (New)


Package is "lxqt-sudo"

Mon Mar 13 15:32:14 2017 rev:3 rq:460151 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-sudo/lxqt-sudo.changes  2016-10-06 
12:44:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-sudo.new/lxqt-sudo.changes 2017-03-13 
15:33:28.098405145 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 01:45:06 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Make CMakeLists.txt more uniform.
+
+---

Old:

  lxqt-sudo-0.11.0.tar.xz
  lxqt-sudo-0.11.0.tar.xz.asc

New:

  lxqt-sudo-0.11.1.tar.xz
  lxqt-sudo-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-sudo.spec ++
--- /var/tmp/diff_new_pack.ZKGT5p/_old  2017-03-13 15:33:29.006276841 +0100
+++ /var/tmp/diff_new_pack.ZKGT5p/_new  2017-03-13 15:33:29.010276276 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-sudo
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   lxqt-sudo
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:GUI frontend for sudo
 License:LGPL-2.1
@@ -28,6 +28,7 @@
 Source2:%{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(lxqt) >= %{version}

++ lxqt-sudo-0.11.0.tar.xz -> lxqt-sudo-0.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.11.0/CHANGELOG 
new/lxqt-sudo-0.11.1/CHANGELOG
--- old/lxqt-sudo-0.11.0/CHANGELOG  2016-09-24 00:47:03.0 +0200
+++ new/lxqt-sudo-0.11.1/CHANGELOG  2017-01-01 23:24:47.0 +0100
@@ -1,7 +1,13 @@
 
-lxqt-sudo-0.11.0 / 2016-09-24
+lxqt-sudo-0.11.1 / 2017-01-01
 =
 
+  * Make CMakeLists.txt more uniform.
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * Add README.md
   * build: Forward translations parameters
   * ts-files removal (#21)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.11.0/CMakeLists.txt 
new/lxqt-sudo-0.11.1/CMakeLists.txt
--- old/lxqt-sudo-0.11.0/CMakeLists.txt 2016-09-24 00:47:03.0 +0200
+++ new/lxqt-sudo-0.11.1/CMakeLists.txt 2017-01-01 23:24:47.0 +0100
@@ -2,20 +2,21 @@
 
 project(lxqt-sudo)
 
-option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
-option(PULL_TRANSLATIONS "Pull translations" ON)
+include(GNUInstallDirs)
 
-set(CMAKE_INCLUDE_CURRENT_DIR ON)
 set(CMAKE_AUTOMOC ON)
 set(CMAKE_AUTOUIC ON)
+set(CMAKE_INCLUDE_CURRENT_DIR ON)
 
-include(GNUInstallDirs)
+option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
+option(PULL_TRANSLATIONS "Pull translations" ON)
+
+find_package(Qt5Widgets REQUIRED)
+message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
 
-find_package(Qt5Widgets REQUIRED QUIET)
-find_package(lxqt REQUIRED QUIET)
+find_package(lxqt REQUIRED)
 
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
-include(LXQtTranslate)
 
 set ( LINK_LXSU "lxsu")
 set ( LINK_LXSUDO "lxsudo")
@@ -38,20 +39,30 @@
 passworddialog.ui
 )
 
+if(NOT CMAKE_BUILD_TYPE)
+set(CMAKE_BUILD_TYPE Release)
+endif()
 
 # Translations **
+include(LXQtTranslate)
+
 lxqt_translate_ts(QM_FILES
-UPDATE_TRANSLATIONS ${UPDATE_TRANSLATIONS}
+UPDATE_TRANSLATIONS
+${UPDATE_TRANSLATIONS}
 SOURCES
-${HDRS}
-${SRCS}
-${UIS}
+${HDRS}
+${SRCS}
+${UIS}
 INSTALL_DIR
-"${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}"
-PULL_TRANSLATIONS ${PULL_TRANSLATIONS}
-CLEAN_TRANSLATIONS ${CLEAN_TRANSLATIONS}
-TRANSLATIONS_REPO ${TRANSLATIONS_REPO}
-TRANSLATIONS_REFSPEC ${TRANSLATIONS_REFSPEC}
+"${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}"
+PULL_TRANSLATIONS
+${PULL_TRANSLATIONS}
+CLEAN_TRANSLATIONS
+${CLEAN_TRANSLATIONS}
+TRANSLATIONS_REPO
+${TRANSLATIONS_REPO}
+TRANSLATIONS_REFSPEC
+${TRANSLATIONS_REFSPEC}
 )
 
 lxqt_app_translation_loader(SRCS ${PROJECT_NAME})





commit lximage-qt for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lximage-qt for openSUSE:Factory 
checked in at 2017-03-13 15:32:41

Comparing /work/SRC/openSUSE:Factory/lximage-qt (Old)
 and  /work/SRC/openSUSE:Factory/.lximage-qt.new (New)


Package is "lximage-qt"

Mon Mar 13 15:32:41 2017 rev:3 rq:460521 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/lximage-qt/lximage-qt.changes2016-10-06 
12:43:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.lximage-qt.new/lximage-qt.changes   
2017-03-13 15:33:38.120988719 +0100
@@ -1,0 +2,15 @@
+Fri Feb 24 18:29:45 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.5.1:
+  * Bump patch version and (#82)
+  * Create lximage-qt-screenshot_it.desktop (#83)
+  * Add *da.desktop files
+  * Desktop entry files: Fix typo in French translation
+  * [MRG] Display first image when loading a directory (v2) (#75)
+  * Desktop entry files: Add French translation
+  * Use lxqt-build-tools
+  * Use the new lxqt-build-tools package
+  * Fixed A Cast (#71)
+  * Remove cpack (#70)
+
+---

Old:

  lximage-qt-0.5.0.tar.xz
  lximage-qt-0.5.0.tar.xz.asc

New:

  lximage-qt-0.5.1.tar.xz
  lximage-qt-0.5.1.tar.xz.asc



Other differences:
--
++ lximage-qt.spec ++
--- /var/tmp/diff_new_pack.ZJ8bZZ/_old  2017-03-13 15:33:38.724903372 +0100
+++ /var/tmp/diff_new_pack.ZJ8bZZ/_new  2017-03-13 15:33:38.728902806 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lximage-qt
-Version:0.5.0
+Version:0.5.1
 Release:0
 Summary:LXQt Image Viewer
 License:GPL-2.0+
@@ -29,6 +29,7 @@
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+Buildrequires:  lxqt-build-tools-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5WindowSystem)

++ lximage-qt-0.5.0.tar.xz -> lximage-qt-0.5.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lximage-qt-0.5.0/.gitignore 
new/lximage-qt-0.5.1/.gitignore
--- old/lximage-qt-0.5.0/.gitignore 2016-09-24 00:50:09.0 +0200
+++ new/lximage-qt-0.5.1/.gitignore 1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-build
-*.kdev4
-src/translations/lximage-qt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lximage-qt-0.5.0/CHANGELOG 
new/lximage-qt-0.5.1/CHANGELOG
--- old/lximage-qt-0.5.0/CHANGELOG  2016-09-24 00:50:09.0 +0200
+++ new/lximage-qt-0.5.1/CHANGELOG  2016-12-21 18:49:37.0 +0100
@@ -1,7 +1,22 @@
 
-lximage-qt-0.5.0 / 2016-09-24
+lximage-qt-0.5.1 / 2016-12-21
 =
 
+  * Bump patch version and (#82)
+  * Create lximage-qt-screenshot_it.desktop (#83)
+  * Add *da.desktop files
+  * Desktop entry files: Fix typo in French translation
+  * [MRG] Display first image when loading a directory (v2) (#75)
+  * Desktop entry files: Add French translation
+  * Use lxqt-build-tools
+  * Use the new lxqt-build-tools package
+  * Fixed A Cast (#71)
+  * Remove cpack (#70)
+
+0.5.0 / 2016-09-24
+==
+
+  * Release 0.5.0: Add changelog
   * Bump version to 0.5.0 (#67)
   * Remove Core and Qt from Categories in desktop file (#64)
   * Extend README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lximage-qt-0.5.0/CMakeLists.txt 
new/lximage-qt-0.5.1/CMakeLists.txt
--- old/lximage-qt-0.5.0/CMakeLists.txt 2016-09-24 00:50:09.0 +0200
+++ new/lximage-qt-0.5.1/CMakeLists.txt 2016-12-21 18:49:37.0 +0100
@@ -1,17 +1,18 @@
 cmake_minimum_required(VERSION 3.0.2)
-
 project(lximage-qt)
 
 include(GNUInstallDirs)
 
 set(MAJOR_VERSION 0)
 set(MINOR_VERSION 5)
-set(PATCH_VERSION 0)
+set(PATCH_VERSION 1)
 set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
 
+set(LXQTBT_MINIMUM_VERSION "0.3.0")
+
+set(CMAKE_AUTOMOC ON)
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
-set(CMAKE_AUTOMOC ON)
 
 find_package(Qt5Widgets REQUIRED)
 find_package(Qt5DBus REQUIRED)
@@ -20,7 +21,7 @@
 find_package(Qt5LinguistTools REQUIRED QUIET)
 find_package(Qt5Svg REQUIRED QUIET)
 find_package(fm-qt REQUIRED QUIET)
-find_package(lxqt REQUIRED) #just a build dependency for .desktop files 
translation
+find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
 message(STATUS "Building with Qt ${Qt5Core_VERSION_STRING}")
 
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
@@ -46,12 +47,3 @@
 DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/48x48/apps"
 )
 
-# building tarball with CPack -
-include(InstallRequiredSystemLibraries)
-set(C

commit lxqt-panel for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-panel for openSUSE:Factory 
checked in at 2017-03-13 15:32:45

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


Package is "lxqt-panel"

Mon Mar 13 15:32:45 2017 rev:10 rq:460523 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-panel/lxqt-panel.changes2016-10-06 
12:43:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-panel.new/lxqt-panel.changes   
2017-03-13 15:33:40.164699895 +0100
@@ -1,0 +2,24 @@
+Fri Feb 24 17:36:48 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Show Auto-Hiding Panels with Delay (#387)
+  * Enabling testing on weston (#380)
+  * Update *da.desktop files
+  * plugin-showdesktop: Cleanup left behind XCB artifacts
+  * plugin-kbindicator: Use FindXCB CMake module
+  * plugin-tray: Use the FindXCB CMake module
+  * Use the new lxqt-build-tools CMake modules (FindMenuCache)
+  * plugin-desktopswitch: Add LABEL_TYPE_NONE
+  * Add/Update Portugese translations
+  * taskbar: Add "cycle on wheel" configuration
+  * taskbar: Forward wheelEvent
+  * Add/Update french desktop entries
+  * taskbar: Set toolButtonStyle for popup correctly
+  * Fix faulty link in README.md
+  * Remove arbitrary limit of taskbar button width
+  * Remove cpack (#371)
+- Added 0001-lxqt_panel_override_explicit_keyword.patch
+  * Fixes compile errors  https://github.com/lxde/lxqt/issues/1251
+- Added CXXFLAGS change from X11:LXQT:git for libxkbcommon-x11
+
+---

Old:

  lxqt-panel-0.11.0.tar.xz
  lxqt-panel-0.11.0.tar.xz.asc

New:

  0001-lxqt_panel_override_explicit_keyword.patch
  lxqt-panel-0.11.1.tar.xz
  lxqt-panel-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-panel.spec ++
--- /var/tmp/diff_new_pack.fPeEz2/_old  2017-03-13 15:33:40.756616244 +0100
+++ /var/tmp/diff_new_pack.fPeEz2/_new  2017-03-13 15:33:40.756616244 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lxqt-panel
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:Desktop Panel for LXQt
 License:GPL-2.0+
@@ -26,8 +26,11 @@
 Source0:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
 Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
+# PATCH-FIX-UPSTREAM 0001-lxqt_panel_override_explicit_keyword.patch 
https://github.com/lxde/lxqt/issues/1251 sfal...@opensuse.org -- Fixes compile 
failures
+Patch0:0001-lxqt_panel_override_explicit_keyword.patch
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  extra-cmake-modules
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libsensors4-devel
@@ -76,10 +79,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+export CXXFLAGS="%{optflags} -I/usr/include/pkg/libxkbcommon"
 %cmake -DPULL_TRANSLATIONS=No -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed 
-Wl,-z,now"
-
 make %{?_smp_mflags}
 
 %install

++ 0001-lxqt_panel_override_explicit_keyword.patch ++
Index: lxqt-panel-0.11.1/plugin-kbindicator/src/x11/kbdlayout.cpp
===
--- lxqt-panel-0.11.1.orig/plugin-kbindicator/src/x11/kbdlayout.cpp
+++ lxqt-panel-0.11.1/plugin-kbindicator/src/x11/kbdlayout.cpp
@@ -33,8 +33,15 @@
 
 #include 
 #include 
+
+// Note: We need to override "explicit" as this is a C++ keyword. But it is
+// used as variable name in xkb.h. This is causing a failure in c++ compile
+// time.
+// similar bug here: https://bugs.freedesktop.org/show_bug.cgi?id=74080
 #define explicit _explicit
 #include 
+#undef explicit
+
 #include "../kbdinfo.h"
 #include "../controls.h"
 
++ lxqt-panel-0.11.0.tar.xz -> lxqt-panel-0.11.1.tar.xz ++
 1764 lines of diff (skipped)





commit libsysstat-qt5 for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package libsysstat-qt5 for openSUSE:Factory 
checked in at 2017-03-13 15:32:43

Comparing /work/SRC/openSUSE:Factory/libsysstat-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.libsysstat-qt5.new (New)


Package is "libsysstat-qt5"

Mon Mar 13 15:32:43 2017 rev:5 rq:460522 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/libsysstat-qt5/libsysstat-qt5.changes
2016-10-06 12:43:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsysstat-qt5.new/libsysstat-qt5.changes   
2017-03-13 15:33:39.336816894 +0100
@@ -1,0 +2,14 @@
+Fri Feb 24 18:24:20 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.3.3:
+  * Bump patch version to 3
+  * Simplify include_directories and compile definitions
+  * Adds Building project name and Qt version message
+  * Adds a minimum Qt minimum version requirement
+  * README.md: Add build dependency lxqt-build-tools
+  * Use the lxqt-build-tools LXQtCreatePkgConfigFile
+  * Use the lxqt-build-tools LXQtCreatePortableHeaders module
+  * Use the new lxqt-build-tools package
+  * Remove cpack (#14)
+
+---

Old:

  libsysstat-0.3.2.tar.xz
  libsysstat-0.3.2.tar.xz.asc

New:

  libsysstat-0.3.3.tar.xz
  libsysstat-0.3.3.tar.xz.asc



Other differences:
--
++ libsysstat-qt5.spec ++
--- /var/tmp/diff_new_pack.9Gpx6A/_old  2017-03-13 15:33:39.880740025 +0100
+++ /var/tmp/diff_new_pack.9Gpx6A/_new  2017-03-13 15:33:39.884739460 +0100
@@ -18,7 +18,7 @@
 
 %define _name libsysstat
 Name:   libsysstat-qt5
-Version:0.3.2
+Version:0.3.3
 Release:0
 Summary:Query system info and statistics
 License:LGPL-2.1+
@@ -29,6 +29,7 @@
 Source2:libsysstat-qt5.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libsysstat-0.3.2.tar.xz -> libsysstat-0.3.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsysstat-0.3.2/CHANGELOG 
new/libsysstat-0.3.3/CHANGELOG
--- old/libsysstat-0.3.2/CHANGELOG  2016-09-17 14:03:10.0 +0200
+++ new/libsysstat-0.3.3/CHANGELOG  2016-12-11 00:50:29.0 +0100
@@ -1,7 +1,21 @@
 
-libsysstat-0.3.2 / 2016-09-17
+libsysstat-0.3.3 / 2016-12-11
 =
 
+  * Bump patch version to 3
+  * Simplify include_directories and compile definitions
+  * Adds Building project name and Qt version message
+  * Adds a minimum Qt minimum version requirement
+  * README.md: Add build dependency lxqt-build-tools
+  * Use the lxqt-build-tools LXQtCreatePkgConfigFile
+  * Use the lxqt-build-tools LXQtCreatePortableHeaders module
+  * Use the new lxqt-build-tools package
+  * Remove cpack (#14)
+
+0.3.2 / 2016-09-17
+==
+
+  * Release 0.3.2: Add changelog
   * Bump version to 0.3.2
   * Add README.md
   * fixes lxde/libsysstat/issues/11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsysstat-0.3.2/CMakeLists.txt 
new/libsysstat-0.3.3/CMakeLists.txt
--- old/libsysstat-0.3.2/CMakeLists.txt 2016-09-17 14:03:10.0 +0200
+++ new/libsysstat-0.3.3/CMakeLists.txt 2016-12-11 00:50:29.0 +0100
@@ -4,19 +4,25 @@
 
 set(MAJOR_VERSION 0)
 set(MINOR_VERSION 3)
-set(PATCH_VERSION 2)
+set(PATCH_VERSION 3)
 set(SYSSTAT_VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
 
+set(LXQTBT_MINIMUM_VERSION "0.1.0")
+set(QT_MINIMUM_VERSION "5.4.2")
+
 # additional cmake files
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
 
+find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
+find_package(Qt5Core ${QT_MINIMUM_VERSION} REQUIRED)
+message(STATUS "Building ${PROJECT_NAME} with Qt ${Qt5Core_VERSION_STRING}")
+
 include(CMakePackageConfigHelpers)
 include(GNUInstallDirs) # Standard directories for installation
-include(create_pkgconfig_file)
+include(LXQtCreatePkgConfigFile)
+include(LXQtCreatePortableHeaders)
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
 
-find_package(Qt5Core REQUIRED QUIET)
-
 set(CMAKE_AUTOMOC ON)
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 
@@ -82,25 +88,22 @@
 )
 
 target_compile_definitions(${SYSSTAT_LIBRARY_NAME}
-PRIVATE "MAJOR_VERSION=${MAJOR_VERSION}"
-PRIVATE "MINOR_VERSION=${MINOR_VERSION}"
-PRIVATE "PATCH_VERSION=${PATCH_VERSION}"
-PRIVATE "SYSSTAT_LIBRARY"
-)
-
-target_include_directories(${SYSSTAT_LIBRARY_NAME}
-INTERFACE 
"$"
+PRIVATE
+"MAJOR_VERSION=${MAJOR_VERSION}"
+"MINOR_VERSION=${MINOR_VERSION}"
+

commit lxqt-openssh-askpass for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-openssh-askpass for 
openSUSE:Factory checked in at 2017-03-13 15:32:25

Comparing /work/SRC/openSUSE:Factory/lxqt-openssh-askpass (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new (New)


Package is "lxqt-openssh-askpass"

Mon Mar 13 15:32:25 2017 rev:7 rq:460156 version:0.11.1

Changes:

--- 
/work/SRC/openSUSE:Factory/lxqt-openssh-askpass/lxqt-openssh-askpass.changes
2016-10-06 12:43:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new/lxqt-openssh-askpass.changes
   2017-03-13 15:33:33.109696932 +0100
@@ -1,0 +2,7 @@
+Fri Feb 24 01:01:48 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Make CMakeLists.txt more uniform.
+  * Remove cpack (#21)
+
+---

Old:

  lxqt-openssh-askpass-0.11.0.tar.xz
  lxqt-openssh-askpass-0.11.0.tar.xz.asc

New:

  lxqt-openssh-askpass-0.11.1.tar.xz
  lxqt-openssh-askpass-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-openssh-askpass.spec ++
--- /var/tmp/diff_new_pack.RipHwI/_old  2017-03-13 15:33:33.689614976 +0100
+++ /var/tmp/diff_new_pack.RipHwI/_new  2017-03-13 15:33:33.693614410 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lxqt-openssh-askpass
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:Openssh password tool
 License:GPL-2.0+ and LGPL-2.1+
@@ -27,6 +27,7 @@
 Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  cmake >= 3.0.2
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(lxqt) >= %{version}

++ lxqt-openssh-askpass-0.11.0.tar.xz -> lxqt-openssh-askpass-0.11.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.11.0/.gitignore 
new/lxqt-openssh-askpass-0.11.1/.gitignore
--- old/lxqt-openssh-askpass-0.11.0/.gitignore  2016-09-24 00:45:34.0 
+0200
+++ new/lxqt-openssh-askpass-0.11.1/.gitignore  1970-01-01 01:00:00.0 
+0100
@@ -1,2 +0,0 @@
-build
-translations/lxqt-openssh-askpass
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.11.0/CHANGELOG 
new/lxqt-openssh-askpass-0.11.1/CHANGELOG
--- old/lxqt-openssh-askpass-0.11.0/CHANGELOG   2016-09-24 00:45:34.0 
+0200
+++ new/lxqt-openssh-askpass-0.11.1/CHANGELOG   2017-01-01 23:15:41.0 
+0100
@@ -1,7 +1,14 @@
 
-lxqt-openssh-askpass-0.11.0 / 2016-09-24
+lxqt-openssh-askpass-0.11.1 / 2017-01-01
 
 
+  * Make CMakeLists.txt more uniform.
+  * Remove cpack (#21)
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * Rework README.md
   * build: Use external translations
   * ts-files removal (#19)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.11.0/CMakeLists.txt 
new/lxqt-openssh-askpass-0.11.1/CMakeLists.txt
--- old/lxqt-openssh-askpass-0.11.0/CMakeLists.txt  2016-09-24 
00:45:34.0 +0200
+++ new/lxqt-openssh-askpass-0.11.1/CMakeLists.txt  2017-01-01 
23:15:41.0 +0100
@@ -1,25 +1,23 @@
 cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
+
 project(lxqt-openssh-askpass)
 
-option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
+add_definitions(-Wall)
 
 include(GNUInstallDirs)
 
-if(NOT CMAKE_BUILD_TYPE)
-set(CMAKE_BUILD_TYPE Release)
-endif()
-
-add_definitions(-Wall)
-
 set(CMAKE_AUTOMOC ON)
 set(CMAKE_AUTOUIC ON)
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 
-find_package(Qt5Widgets REQUIRED QUIET)
+option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
+
 find_package(Qt5LinguistTools REQUIRED QUIET)
+find_package(Qt5Widgets REQUIRED)
+message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
 
-find_package(lxqt REQUIRED QUIET)
+find_package(lxqt REQUIRED)
 
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
 
@@ -36,6 +34,10 @@
 src/mainwindow.ui
 )
 
+if(NOT CMAKE_BUILD_TYPE)
+set(CMAKE_BUILD_TYPE Release)
+endif()
+
 # Translations **
 include(LXQtTranslate)
 
@@ -77,14 +79,3 @@
 RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
 COMPONENT Runtime
 )
-
-
-# building tarball with CPack -
-include(InstallRequiredSystemLibraries)
-set(CPACK_PACKAGE_VERSION_MAJOR ${LXQT_MAJOR_VERSION})
-set(CPACK_PACKAGE_VERSION_MINOR ${LXQT_MINOR_VE

commit python-qpid for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package python-qpid for openSUSE:Factory 
checked in at 2017-03-13 15:32:53

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


Package is "python-qpid"

Mon Mar 13 15:32:53 2017 rev:3 rq:461362 version:1.35.0

Changes:

--- /work/SRC/openSUSE:Factory/python-qpid/python-qpid.changes  2015-08-11 
08:26:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-qpid.new/python-qpid.changes 
2017-03-13 15:33:42.288399767 +0100
@@ -1,0 +2,36 @@
+Wed Feb 22 12:07:21 UTC 2017 - fst...@suse.com
+
+- Upgrade to upstream version 1.35.0
+  * New features and improvements
++ QPID-6475 - 08..09 Send connection.close before closing socket
++ QPID-6567 - Support producer side flow control in the
+  0-8/9/9-1 Python client
++ QPID-6839 - When the Selector thread hits an unknown exception
+  it should log the exception and traceback.
++ QPID-7053 - Exception Notifier Callback
+  * Bugs fixed
++ QPID-6297 - Python client (qpid.messaging) raises KeyError
+  instead of reconnecting
++ QPID-6326 - [ACL] Python client demands unnecessary
+  permission / performs unnecessary actions
++ QPID-6405 - Python client does not report version to peer
++ QPID-6445 - Qpid python client hangs when message with routing
+  key longer than 255 is sent (mutual recursion)
++ QPID-6473 - Remove remaining Python <= 2.5 raise syntax (i.e.
+  raise "...") from connection08.py
++ QPID-6474 - 08..09 Python client connection leaks threads
++ QPID-7064 - Document Asynchronous Error Notification API on
+  Connection, Session, Receiver, and Sender objects
++ QPID-7222 - Python test 
+  qpid_tests.broker_0_10.message.MessageTests.test_release_order
+  fails sporadically against java broker
++ QPID-7251 - [Python Client for AMQP 0-8...0-91] Setting of
+  SASL mechanism (other then PLAIN) explicitly does not work in
+  python client for AMQP 0-8...0-91
++ QPID-7258 - [Python Client for AMQP 0-8...0-9-1] Perform
+  hostname verification of ssl/tls connections
++ QPID-7259 -
+  qpid_tests.broker_0_10.message.MessageTests.test_window_flow_messages
+  occasionally fails against the Java Broker
+
+---

Old:

  qpid-python-0.32.tar.gz

New:

  qpid-python-1.35.0.tar.gz



Other differences:
--
++ python-qpid.spec ++
--- /var/tmp/diff_new_pack.vNEQLM/_old  2017-03-13 15:33:42.808326290 +0100
+++ /var/tmp/diff_new_pack.vNEQLM/_new  2017-03-13 15:33:42.808326290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qpid
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,18 @@
 
 
 Name:   python-qpid
-Version:0.32
+Version:1.35.0
 Release:0
-Summary:Python client library for AMQP
+Summary:Apache Qpid Python client library for AMQP
 License:Apache-2.0
 Group:  Development/Libraries/Python
 Url:http://qpid.apache.org
-Source0:
http://www.apache.org/dist/qpid/%{version}/qpid-python-%{version}.tar.gz
+Source0:
http://www.apache.org/dist/qpid/python/%{version}/qpid-python-%{version}.tar.gz
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-xml
+Provides:   %{name}-common = %{version}
+Obsoletes:  %{name}-common < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1200
 BuildArch:  noarch
@@ -35,12 +37,36 @@
 %description
 The Apache Qpid Python client library for AMQP.
 
-%package common
-Summary:Shared code for Qpid Python language bindings
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt
+%doc NOTICE.txt README.md examples
+%dir %{python_sitelib}/qpid
+%{python_sitelib}/qpid/messaging/
+%{python_sitelib}/qpid/saslmech/
+%{python_sitelib}/mllib
+%{python_sitelib}/qpid/*.py*
+%{python_sitelib}/qpid/specs
+%{python_sitelib}/qpid/tests
+%{_bindir}/qpid-python-test
+%if "%{python_version}" >= "2.6"
+%{python_sitelib}/qpid_python-*.egg-info
+%endif
+
+%package -n qpid-tests
+Summary:Conformance tests for Apache Qpid
 Group:  Development/Libraries/Python
+Requires:   python-qpid >= 1.35.0
+Requires:   python-qpid-qmf >= 1.35.0
 
-%description common
-Shared code for Qpid Python language bindings.
+%description -n qpid-tests
+Conformance tests for Apache Qpid.
+
+%files -n qpid-tests
+%defatt

commit pavucontrol-qt for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package pavucontrol-qt for openSUSE:Factory 
checked in at 2017-03-13 15:32:35

Comparing /work/SRC/openSUSE:Factory/pavucontrol-qt (Old)
 and  /work/SRC/openSUSE:Factory/.pavucontrol-qt.new (New)


Package is "pavucontrol-qt"

Mon Mar 13 15:32:35 2017 rev:2 rq:460516 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/pavucontrol-qt/pavucontrol-qt.changes
2016-10-06 12:42:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.pavucontrol-qt.new/pavucontrol-qt.changes   
2017-03-13 15:33:36.221257196 +0100
@@ -1,0 +2,14 @@
+Fri Feb 24 19:37:50 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.2.0:
+  * Release 0.2.0: Update changelog
+  * Use QSettings for storing configuration
+  * Create pavucontrol-qt_pt.desktop
+  * Use the new lxqt-build-tools package
+  * - Add a simple single instance controller to avoid run multiple 
simultaneous applications
+  * Use same approach as avidemux
+  * Simply differentiate the namnig to avoid menu duplication
+  * CMakeLists: Remove XdgUserDirs requirement
+  * mainwindow: Set icon for eventRoleWidget
+
+---

Old:

  pavucontrol-qt-0.1.0.tar.xz
  pavucontrol-qt-0.1.0.tar.xz.asc

New:

  pavucontrol-qt-0.2.0.tar.xz
  pavucontrol-qt-0.2.0.tar.xz.asc



Other differences:
--
++ pavucontrol-qt.spec ++
--- /var/tmp/diff_new_pack.jcSv8e/_old  2017-03-13 15:33:36.737184282 +0100
+++ /var/tmp/diff_new_pack.jcSv8e/_new  2017-03-13 15:33:36.741183717 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pavucontrol-qt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   pavucontrol-qt
-Version:0.1.0
+Version:0.2.0
 Release:0
 Summary:Qt port of pavucontrol
 License:GPL-2.0
@@ -27,17 +27,18 @@
 Source1:
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  cmake >= 3.0.2
-BuildRequires:  cmake(KF5WindowSystem)
-BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  pkgconfig
+BuildRequires:  xdg-user-dirs
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libpulse) >= 5.0
 BuildRequires:  pkgconfig(libpulse-mainloop-glib) >= 0.9.16
 BuildRequires:  pkgconfig(lxqt)
-BuildRequires:  xdg-user-dirs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ pavucontrol-qt-0.1.0.tar.xz -> pavucontrol-qt-0.2.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-0.1.0/CHANGELOG 
new/pavucontrol-qt-0.2.0/CHANGELOG
--- old/pavucontrol-qt-0.1.0/CHANGELOG  2016-09-24 00:50:34.0 +0200
+++ new/pavucontrol-qt-0.2.0/CHANGELOG  2016-12-11 11:20:39.0 +0100
@@ -1,7 +1,21 @@
 
-pavucontrol-qt-0.1.0 / 2016-09-24
+pavucontrol-qt-0.2.0 / 2016-12-11
 =
 
+  * Release 0.2.0: Update changelog
+  * Use QSettings for storing configuration
+  * Create pavucontrol-qt_pt.desktop
+  * Use the new lxqt-build-tools package
+  * - Add a simple single instance controller to avoid run multiple 
simultaneous applications
+  * Use same approach as avidemux
+  * Simply differentiate the namnig to avoid menu duplication
+  * CMakeLists: Remove XdgUserDirs requirement
+  * mainwindow: Set icon for eventRoleWidget
+
+0.1.0 / 2016-09-24
+==
+
+  * Release 0.1.0: Add changelog
   * devicewidget: Remove debug
   * Address compiler warnings
   * streamwidget: Fix specific termination text
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-0.1.0/CMakeLists.txt 
new/pavucontrol-qt-0.2.0/CMakeLists.txt
--- old/pavucontrol-qt-0.1.0/CMakeLists.txt 2016-09-24 00:50:34.0 
+0200
+++ new/pavucontrol-qt-0.2.0/CMakeLists.txt 2016-12-11 11:20:39.0 
+0100
@@ -3,6 +3,7 @@
 
 option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
 
+set(LXQTBT_MINIMUM_VERSION "0.1.0")
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
 
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
@@ -14,9 +15,9 @@
 
 find_package(Qt5Widgets REQUIRED QUIET)
 find_package(Qt5LinguistTools REQUIRED QUIET)
+find_package(Qt5DBus REQU

commit obconf-qt for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package obconf-qt for openSUSE:Factory 
checked in at 2017-03-13 15:32:38

Comparing /work/SRC/openSUSE:Factory/obconf-qt (Old)
 and  /work/SRC/openSUSE:Factory/.obconf-qt.new (New)


Package is "obconf-qt"

Mon Mar 13 15:32:38 2017 rev:2 rq:460517 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/obconf-qt/obconf-qt.changes  2016-10-06 
12:42:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.obconf-qt.new/obconf-qt.changes 2017-03-13 
15:33:37.085135109 +0100
@@ -1,0 +2,11 @@
+Fri Feb 24 19:30:23 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Create obconf-qt_fr.desktop
+  * Use the LXQtCompilerSettings
+  * Use lxqt-build-tools translation modules
+  * Use the new lxqt-build-tools package
+  * Remove cpack (#22)
+  * README.md: Update dependencies
+
+---

Old:

  obconf-qt-0.11.0.tar.xz
  obconf-qt-0.11.0.tar.xz.asc

New:

  obconf-qt-0.11.1.tar.xz
  obconf-qt-0.11.1.tar.xz.asc



Other differences:
--
++ obconf-qt.spec ++
--- /var/tmp/diff_new_pack.RFiGzS/_old  2017-03-13 15:33:37.669052588 +0100
+++ /var/tmp/diff_new_pack.RFiGzS/_new  2017-03-13 15:33:37.673052022 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obconf-qt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,19 @@
 
 
 Name:   obconf-qt
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:OpenBox window manager configuration tool
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/GUI/LXQt
 Url:http://www.lxqt.org
-Source0:
https://downloads.lxqt.org/obconf-qt/0.11.0/obconf-qt-0.11.0.tar.xz
-Source1:
https://downloads.lxqt.org/obconf-qt/0.11.0/obconf-qt-0.11.0.tar.xz.asc
+Source0:
https://downloads.lxqt.org/obconf-qt/%{version}/%{name}-%{version}.tar.xz
+Source1:
https://downloads.lxqt.org/obconf-qt/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5LinguistTools)

++ obconf-qt-0.11.0.tar.xz -> obconf-qt-0.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obconf-qt-0.11.0/.gitignore 
new/obconf-qt-0.11.1/.gitignore
--- old/obconf-qt-0.11.0/.gitignore 2016-09-24 00:50:22.0 +0200
+++ new/obconf-qt-0.11.1/.gitignore 1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-build
-*.kdev4
-src/translations/obconf-qt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obconf-qt-0.11.0/CHANGELOG 
new/obconf-qt-0.11.1/CHANGELOG
--- old/obconf-qt-0.11.0/CHANGELOG  2016-09-24 00:50:22.0 +0200
+++ new/obconf-qt-0.11.1/CHANGELOG  2016-12-11 10:39:41.0 +0100
@@ -1,7 +1,18 @@
 
-obconf-qt-0.11.0 / 2016-09-24
+obconf-qt-0.11.1 / 2016-12-11
 =
 
+  * Create obconf-qt_fr.desktop
+  * Use the LXQtCompilerSettings
+  * Use lxqt-build-tools translation modules
+  * Use the new lxqt-build-tools package
+  * Remove cpack (#22)
+  * README.md: Update dependencies
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * Bump version to 0.2.0 (#20)
   * Extend README.md
   * occured -> occurred
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obconf-qt-0.11.0/CMakeLists.txt 
new/obconf-qt-0.11.1/CMakeLists.txt
--- old/obconf-qt-0.11.0/CMakeLists.txt 2016-09-24 00:50:22.0 +0200
+++ new/obconf-qt-0.11.1/CMakeLists.txt 2016-12-11 10:39:41.0 +0100
@@ -1,14 +1,13 @@
 project(obconf-qt)
 # newer cmake is required for CMAKE_AUTOMOC Qt support
-cmake_minimum_required(VERSION 2.8.6)
+cmake_minimum_required(VERSION 2.8.12)
 
 find_program(SED_PROGRAM sed)
 
-# additional cmake files
-list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
-
 include(GNUInstallDirs)
 
+set(LXQTBT_MINIMUM_VERSION "0.1.0")
+
 # Support Qt4 for the time being
 option(USE_QT4 "Build with Qt4." $ENV{USE_QT4})
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
@@ -27,8 +26,7 @@
   message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
 endif()
 
-#Note: no run-time dependency on liblxqt, just a build dependency for 
lxqt_translate_ts/desktop
-find_package(lxqt REQUIRED)
+fin

commit libfm-qt for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package libfm-qt for openSUSE:Factory 
checked in at 2017-03-13 15:32:29

Comparing /work/SRC/openSUSE:Factory/libfm-qt (Old)
 and  /work/SRC/openSUSE:Factory/.libfm-qt.new (New)


Package is "libfm-qt"

Mon Mar 13 15:32:29 2017 rev:2 rq:460513 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/libfm-qt/libfm-qt.changes2016-10-06 
12:42:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm-qt.new/libfm-qt.changes   2017-03-13 
15:33:34.353521150 +0100
@@ -1,0 +2,52 @@
+Fri Feb 24 18:16:42 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.2:
+  * Fix enabled state of path arrows on starting (#58)
+  * bump patch version (#56)
+  * Use QByteArray::constData() where we can (#57)
+  * Updates lxqt-build-tools required version
+  * Bump ABI so version numbers preparing for a new release.
+  * Fix Pathbar Paint on Menu Pop-Up
+  * Code cleanup and refactor for Fm::PathBar.
+  * Added another condition
+  * Added a missing condition (typo)
+  * Scroll Pathbar with Mouse Wheel
+  * Reduct flickering of the path bar when creating path buttons.
+  * Code simplification by removing unnecessary signal/slot usage.
+  * Path Button Middle Click
+  * Enable auto-repeat for pathbar scroll buttons.
+  * Make the path bar buttons aware of style changes.
+  * Use widget style instead of app style
+  * Align Path Buttons
+  * Move FindXCB.cmake to lxqt-build-tools
+  * Adds superbuild/intree support
+  * Removes not needed dependency check
+  * Set CMP0024 policy usage to NEW
+  * Updates target_include_directories() stuff
+  * Drops GLib library detection
+  * Use the new FindMenuCache CMake module
+  * Use the new FindFm CMake module
+  * Check for FolderModelItem info (and FmPath)
+  * Add Fm::PathBar::editingFinished() signal.
+  * Select the current path when editing the path bar.
+  * Enable path editing and popup menu for the button-style path bar.
+  * Properly set styles of path buttons.
+  * Remove unnecessary debug messages.
+  * Try to implement the Fm::PathBar which shows a filesystem path as buttons.
+  * Adds Build PROJECT_NAME with Qt version message
+  * Move LIBFM_DATA_DIR to pcmanfm repo.
+  * Refactors CUSTOM_ACTIONS compile definition
+  * Refactors LIBFM_DATA_DIR compile definition
+  * Drop add_definitions. Use target_compile_definitions.
+  * Removes duplicated symbols visibility settings
+  * README.md: Add build dependency lxqt-build-tools
+  * Use the new lxqt-build-tools package
+  * Restore symlink emblem
+  * Remove empty files
+  * Try to refactor the emblemed icon support in a more generalized way. Reuse 
FolderItemDelegate to paint the emblemed icons in Fm::PlacesView to prevent 
code duplication. APIs changes:  * Add Fm::IconTheme::emblems() and cache 
emblem info in the cache.  * Add Fm::FolderItemDelegate::setFileInfoRole() and 
Fm::FolderItemDelegate::setFmIconRole()  * Cache multiple emblems rather than 
getting the first one only (but only paint the first one now).  * Remove icon 
sizes from Fm::PlacesModel and Fm::PlacesModelItems to maintain MVC design 
pattern and backward incompatibility.  * Expose two role IDs in 
Fm::PlacesModel: FileInfoRole and FmIconRole so the views can access these data.
+  * Show File Emblems
+  * Emblem For (Encrypted) Volume Icons
+  * Remove cpack (#44)
+  * Also Consider GEmblemedIcon (#41)
+
+---

Old:

  libfm-qt-0.11.1.tar.xz
  libfm-qt-0.11.1.tar.xz.asc

New:

  libfm-qt-0.11.2.tar.xz
  libfm-qt-0.11.2.tar.xz.asc



Other differences:
--
++ libfm-qt.spec ++
--- /var/tmp/diff_new_pack.HkjbOx/_old  2017-03-13 15:33:34.977432976 +0100
+++ /var/tmp/diff_new_pack.HkjbOx/_new  2017-03-13 15:33:34.981432412 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfm-qt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   libfm-qt
-Version:0.11.1
+Version:0.11.2
 Release:0
 Summary:Library providing components to build desktop file managers
 License:LGPL-2.1+
@@ -27,21 +27,22 @@
 Source1:
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:libfm-qt.keyring
 BuildRequires:  cmake >= 3.0.2
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 # Needs private headers, see xdndworkaround.cpp
 BuildRequires:  libQt5Gui-private-headers-devel
-BuildRequires:  pkgconfig(lxqt)
-BuildRequires:  cmake(Qt5LinguistTool

commit dpdk for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2017-03-13 15:33:04

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


Package is "dpdk"

Mon Mar 13 15:33:04 2017 rev:10 rq:477127 version:16.11.1

Changes:

--- /work/SRC/openSUSE:Factory/dpdk/dpdk-thunderx.changes   2017-03-02 
19:29:45.415986746 +0100
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk-thunderx.changes  2017-03-13 
15:33:48.307549124 +0100
@@ -1,0 +2,108 @@
+Fri Mar  3 11:37:59 CET 2017 -  n...@suse.de
+
+- Upgrade to LTS release of 16.11 which contains fixes below:
+   * app/test: fix symmetric session free in crypto perf tests
+   * app/testpmd: fix check for invalid ports
+   * app/testpmd: fix static build link ordering
+   * crypto/aesni_gcm: fix IV size in capabilities
+   * crypto/aesni_gcm: fix J0 padding bytes
+   * crypto/aesni_mb: fix incorrect crypto session
+   * crypto/openssl: fix extra bytes written at end of data
+   * crypto/openssl: fix indentation in guide
+   * crypto/qat: fix IV size in capabilities
+   * crypto/qat: fix to avoid buffer overwrite in OOP case
+   * cryptodev: fix crash on null dereference
+   * cryptodev: fix loop in device query
+   * devargs: reset driver name pointer on parsing failure
+   * drivers/crypto: fix different auth/cipher keys
+   * ethdev: check maximum number of queues for statistics
+   * ethdev: fix extended statistics name index
+   * ethdev: fix port data mismatched in multiple process model
+   * ethdev: fix port lookup if none
+   * ethdev: remove invalid function from version map
+   * examples/ethtool: fix driver information
+   * examples/ethtool: fix querying non-PCI devices
+   * examples/ip_pipeline: fix coremask limitation
+   * examples/ip_pipeline: fix parsing of pass-through pipeline
+   * examples/l2fwd-crypto: fix overflow
+   * examples/vhost: fix calculation of mbuf count
+   * examples/vhost: fix lcore initialization
+   * mempool: fix API documentation
+   * mempool: fix stack handler dequeue
+   * net/af_packet: fix fd use after free
+   * net/bnx2x: fix Rx mode configuration
+   * net/cxgbe/base: initialize variable before reading EEPROM
+   * net/cxgbe: fix parenthesis on bitwise operation
+   * net/ena: fix setting host attributes
+   * net/enic: fix hardcoding of some flow director masks
+   * net/enic: fix memory leak with oversized Tx packets
+   * net/enic: remove unnecessary function parameter attributes
+   * net/i40e: enable auto link update for 25G
+   * net/i40e: fix Rx checksum flag
+   * net/i40e: fix TC bandwidth definition
+   * net/i40e: fix VF reset flow
+   * net/i40e: fix checksum flag in x86 vector Rx
+   * net/i40e: fix crash in close
+   * net/i40e: fix deletion of all macvlan filters
+   * net/i40e: fix ethertype filter on X722
+   * net/i40e: fix link update delay
+   * net/i40e: fix logging for Tx free threshold check
+   * net/i40e: fix segment number in reassemble process
+   * net/i40e: fix wrong return value when handling PF message
+   * net/i40e: fix xstats value mapping
+   * net/i40evf: fix casting between structs
+   * net/i40evf: fix reporting of imissed packets
+   * net/ixgbe: fix blocked interrupts
+   * net/ixgbe: fix received packets number for ARM
+   * net/ixgbe: fix received packets number for ARM NEON
+   * net/ixgbevf: fix max packet length
+   * net/mlx5: fix RSS hash result for flows
+   * net/mlx5: fix Rx packet validation and type
+   * net/mlx5: fix Tx doorbell
+   * net/mlx5: fix endianness in Tx completion queue
+   * net/mlx5: fix inconsistent link status
+   * net/mlx5: fix leak when starvation occurs
+   * net/mlx5: fix link status query
+   * net/mlx5: fix memory leak when parsing device params
+   * net/mlx5: fix missing inline attributes
+   * net/mlx5: fix updating total length of multi-packet send
+   * net/mlx: fix IPv4 and IPv6 packet type
+   * net/nfp: fix VLAN offload flags check
+   * net/nfp: fix typo in Tx offload capabilities
+   * net/pcap: fix timestamps in output pcap file
+   * net/qede/base: fix FreeBSD build
+   * net/qede: add vendor/device id info
+   * net/qede: fix PF fastpath status block index
+   * net/qede: fix filtering code
+   * net/qede: fix function declaration
+   * net/qede: fix per queue statisitics
+   * net/qede: fix resource leak
+   * net/vhost: fix socket file deleted on stop
+   * net/vhost: fix unix socket not removed as closing
+   * net/virtio-user: fix not properly reset device
+   * net/virtio-user: fix wrongly get/set features
+   * net/virtio: fix build without virtio-user
+   * net/virtio: fix crash when number of virtio devices > 1
+   * net/virtio: fix multiple process support
+   * net/virtio: fix performance regression due to TSO
+   * net/virtio: fix rewriting LSC flag
+   * net/virtio: fix wrong Rx/Tx

commit lxqt-qtplugin for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2017-03-13 15:32:58

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is "lxqt-qtplugin"

Mon Mar 13 15:32:58 2017 rev:8 rq:476948 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2016-10-06 12:44:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2017-03-13 15:33:43.892173117 +0100
@@ -1,0 +2,13 @@
+Sat Mar  4 18:59:19 UTC 2017 - sfal...@opensuse.org
+
+- Update Source URLs
+
+---
+Fri Feb 24 19:17:13 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Use lxqt-build-tools
+  * Use the new lxqt-build-tools package
+  * Remove cpack (#14)
+
+---

Old:

  lxqt-qtplugin-0.11.0.tar.xz
  lxqt-qtplugin-0.11.0.tar.xz.asc

New:

  lxqt-qtplugin-0.11.1.tar.xz
  lxqt-qtplugin-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.xKTO9A/_old  2017-03-13 15:33:44.548080422 +0100
+++ /var/tmp/diff_new_pack.xKTO9A/_new  2017-03-13 15:33:44.552079857 +0100
@@ -17,17 +17,18 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:LXQt platform integration plugin for Qt 5
 License:LGPL-2.1+
 Group:  System/GUI/LXQt
 Url:http://www.lxqt.org
-Source0:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source0:
http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  pkgconfig(Qt5Gui)

++ lxqt-qtplugin-0.11.0.tar.xz -> lxqt-qtplugin-0.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.11.0/.gitignore 
new/lxqt-qtplugin-0.11.1/.gitignore
--- old/lxqt-qtplugin-0.11.0/.gitignore 2016-09-24 00:46:26.0 +0200
+++ new/lxqt-qtplugin-0.11.1/.gitignore 1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-build
-*.kdev4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.11.0/CHANGELOG 
new/lxqt-qtplugin-0.11.1/CHANGELOG
--- old/lxqt-qtplugin-0.11.0/CHANGELOG  2016-09-24 00:46:26.0 +0200
+++ new/lxqt-qtplugin-0.11.1/CHANGELOG  2016-12-11 01:52:27.0 +0100
@@ -1,7 +1,15 @@
 
-lxqt-qtplugin-0.11.0 / 2016-09-24
+lxqt-qtplugin-0.11.1 / 2016-12-11
 =
 
+  * Use lxqt-build-tools
+  * Use the new lxqt-build-tools package
+  * Remove cpack (#14)
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * Add Qt5XdgIconLoader as dependency (#13)
   * Update README.md
   * statusnotifieritem: Correctly handle menu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.11.0/CMakeLists.txt 
new/lxqt-qtplugin-0.11.1/CMakeLists.txt
--- old/lxqt-qtplugin-0.11.0/CMakeLists.txt 2016-09-24 00:46:26.0 
+0200
+++ new/lxqt-qtplugin-0.11.1/CMakeLists.txt 2016-12-11 01:52:27.0 
+0100
@@ -1,28 +1,25 @@
 cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
 project(lxqt-qtplugin)
 
+include(GNUInstallDirs)
+
+set(LXQTBT_MINIMUM_VERSION "0.1.0")
+
+set(CMAKE_AUTOMOC ON)
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
-set(CMAKE_AUTOMOC ON)
 
 find_package(Qt5Widgets REQUIRED QUIET)
 find_package(Qt5LinguistTools REQUIRED QUIET)
 find_package(Qt5DBus REQUIRED QUIET)
 find_package(dbusmenu-qt5 REQUIRED QUIET)
-
-find_package(lxqt REQUIRED QUIET)
+find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
 find_package(Qt5XdgIconLoader REQUIRED QUIET)
 
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
 
-add_subdirectory(src)
+if(NOT CMAKE_BUILD_TYPE)
+set(CMAKE_BUILD_TYPE Release)
+endif()
 
-# building tarball with CPack -
-include(InstallRequiredSystemLibraries)
-set(CPACK_PACKAGE_VERSION_MAJOR ${LXQT_MAJOR_VERSION})
-set(CPACK_PACKAGE_VERSION_MINOR ${LXQT_MINOR_VERSION})
-set(CPACK_PACKAGE_VERSION_PATCH ${LXQT_PATCH_VERSION})
-set(CPAC

commit qterminal for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package qterminal for openSUSE:Factory 
checked in at 2017-03-13 15:32:51

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


Package is "qterminal"

Mon Mar 13 15:32:51 2017 rev:4 rq:460525 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/qterminal/qterminal.changes  2016-10-06 
12:44:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.qterminal.new/qterminal.changes 2017-03-13 
15:33:41.536506027 +0100
@@ -1,0 +2,18 @@
+Sun Feb 26 05:32:26 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.7.1:
+  * Bump patch version (#294)
+  * Add common shortcuts for switching tabs (#275)
+  * Fix tabstop order in properties dialog & add buddy relations for labels. 
(#290)
+  * Add preferences for background images (#273)
+  * Disable menu actions that are not applicable currently (#244)
+  * DEFINES += STR_VERSION=\\\"0.7.0\\\"
+  * Add context menu actions for URLs and E-Mail addresses (#276)
+  * Removed minimum size (#265)
+  * Set maxval of dropdown spinboxen to 100, instead of 99
+  * Use the new lxqt-build-tools package
+  * Fix context menu actions being applied to the window opened last (#235)
+  * Show exit confirmation dialog when closing the last window tab (#242)
+  * remove "building with cpack" from CMakeLists.txt - not used anymore Added 
very basic .gitattributes
+
+---

Old:

  qterminal-0.7.0.tar.xz
  qterminal-0.7.0.tar.xz.asc

New:

  qterminal-0.7.1.tar.xz
  qterminal-0.7.1.tar.xz.asc



Other differences:
--
++ qterminal.spec ++
--- /var/tmp/diff_new_pack.c7GDgR/_old  2017-03-13 15:33:42.048433680 +0100
+++ /var/tmp/diff_new_pack.c7GDgR/_new  2017-03-13 15:33:42.052433115 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qterminal
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,19 @@
 
 
 Name:   qterminal
-Version:0.7.0
+Version:0.7.1
 Release:0
 Summary:A Qt-based terminal emulator
 License:GPL-2.0
 Group:  System/X11/Terminals
-Url:http://lxqt.org
-Source0:
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
-Source1:
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
+Url:https://github.com/lxde/qterminal
+Source0:
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source1:
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libQt5Gui-private-headers-devel
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  pkgconfig
 BuildRequires:  qtermwidget-qt5-devel >= %{version}
 BuildRequires:  cmake(KF5WindowSystem)

++ qterminal-0.7.0.tar.xz -> qterminal-0.7.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-0.7.0/.gitignore 
new/qterminal-0.7.1/.gitignore
--- old/qterminal-0.7.0/.gitignore  2016-09-24 00:50:45.0 +0200
+++ new/qterminal-0.7.1/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-*.pro.user*
-src/translations/qterminal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-0.7.0/CHANGELOG 
new/qterminal-0.7.1/CHANGELOG
--- old/qterminal-0.7.0/CHANGELOG   2016-09-24 00:50:45.0 +0200
+++ new/qterminal-0.7.1/CHANGELOG   2016-12-21 18:51:40.0 +0100
@@ -1,7 +1,25 @@
 
-qterminal-0.7.0 / 2016-09-24
+qterminal-0.7.1 / 2016-12-21
 
 
+  * Bump patch version (#294)
+  * Add common shortcuts for switching tabs (#275)
+  * Fix tabstop order in properties dialog & add buddy relations for labels. 
(#290)
+  * Add preferences for background images (#273)
+  * Disable menu actions that are not applicable currently (#244)
+  * DEFINES += STR_VERSION=\\\"0.7.0\\\"
+  * Add context menu actions for URLs and E-Mail addresses (#276)
+  * Removed minimum size (#265)
+  * Set maxval of dropdown spinboxen to 100, instead of 99
+  * Use the new lxqt-build-tools package
+  * Fix context menu actions being applied to the window opened last (#235)
+  * Show exit confirmation dialog when closing the last window tab (#242)
+  * remove "building with cpack" from CMakeLists.txt - not used anymore Added 
very basic .

commit lxqt-l10n for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-l10n for openSUSE:Factory 
checked in at 2017-03-13 15:33:00

Comparing /work/SRC/openSUSE:Factory/lxqt-l10n (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-l10n.new (New)


Package is "lxqt-l10n"

Mon Mar 13 15:33:00 2017 rev:2 rq:476949 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-l10n/lxqt-l10n.changes  2016-10-06 
12:42:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-l10n.new/lxqt-l10n.changes 2017-03-13 
15:33:44.832040292 +0100
@@ -1,0 +2,113 @@
+Sat Mar  4 18:53:39 UTC 2017 - sfal...@opensuse.org
+
+- Update Source URLs
+
+---
+Fri Feb 24 19:10:21 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.2:
+  * Add/update Turkish translations
+  * lxqt-about_tr.ts update
+  * liblxqt_tr.ts update
+  * Update Danish translations
+  * Portuguese update
+  * lxqt-sudo: Move Ukrainian translation
+  * Remove all danish translation files using "da_DK" (keep "da")
+  * First attempt to change all danish translation files from using i mix of 
"da" and "da_DK" and both, to only using "da"
+- Update to 0.11.1:
+  * Release 0.11.1: Update changelog
+  * Update zh_TW translation for pcmanfm-qt.
+  * Update zh_TW translation for libfm-qt.
+  * Update pcmanfm-qt UI strings.
+  * Update UI strings of libfm-qt.
+  * Add pt_BR translation for pcmanfm-qt.
+  * Polish translation update
+  * French: Update or improve ComptonConf, Obconf-Qt, Pavucontrol-Qt, 
PCManFM-Qt, QTerminal
+  * Add/update (complete) Ukrainian translation
+  * travis: Do not require more than needed
+  * Use LXQtConfigVars CMake module
+  * Update pcmanfm-qt_nl.ts
+  * lxqt-panel: Update French translations
+  * Update French translations
+  * Update Frech translations (#152)
+  * Create qterminal_nl.ts
+  * Update pavucontrol-qt_nl.ts
+  * Create obconf-qt_nl.ts
+  * Create lxqt-sudo_nl.ts
+  * Update lxqt-session_nl.ts
+  * Create lxqt-leave_nl.ts
+  * Update lxqt-config-session_nl.ts
+  * Update lxqt-runner_nl.ts
+  * Update lxqt-config-powermanagement_nl.ts
+  * Create lxqt-powermanagement_nl.ts
+  * Create lxqt-config-powermanagement_nl.ts
+  * Create lxqt-policykit-agent_nl.ts
+  * Portuguese update for lxqt-panel modules, pavucontrol-qt and pcmanfm
+  * Update french translation
+  * Create worldclock_nl.ts
+  * Update volume_nl.ts
+  * Update taskbar_nl.ts
+  * Create sysstat_nl.ts
+  * Create spacer_nl.ts
+  * Update showdesktop_nl.ts
+  * Create sensors_nl.ts
+  * Update quicklaunch_nl.ts
+  * Update networkmonitor_nl.ts
+  * Update mount_nl.ts
+  * Update mainmenu_nl.ts
+  * Create kbindicator_nl.ts
+  * Create dom_nl.ts
+  * Create directorymenu_nl.ts
+  * Update desktopswitch_nl.ts
+  * Update Russian for lxqt-powermanagement and pcmanfm-qt (#127)
+  * Update cpuload_nl.ts
+  * Update clock_nl.ts
+  * Update lxqt-panel_nl.ts (#124)
+  * Create lxqt-notificationd_nl.ts
+  * Update pcmanfm-qt_nl.ts
+  * Create lxqt-openssh-askpass_nl.ts
+  * Update lxqt-config-globalkeyshortcuts_nl.ts
+  * Update Portugese translations
+  * Create lxqt-config-notificationd_nl.ts
+  * Create lxqt-config-monitor_nl.ts
+  * Create lxqt-config_nl.ts
+  * Create lxqt-config-brightness_nl.ts
+  * Create lxqt-config-file-associations_nl.ts
+  * Update lxqt-config-input_nl.ts
+  * Create lxqt-config-locale_nl.ts
+  * Update lxqt-about_nl.ts
+  * Create lxqt-admin-time_nl.ts
+  * Create lxqt-admin-user_nl.ts
+  * Update lxqt-config-cursor_nl.ts
+  * Update lxqt-config-appearance_nl.ts
+  * lximage-qt_nl.ts
+  * Update liblxqt_nl.ts
+  * Create libfm-qt_nl.ts
+  * Fix language vs. name discrepancies
+  * build: Add automated testing
+  * Add & update Italian translation
+  * Rename Portugese translations files
+  * travis: Use lxqt-build-tools
+  * Consistency is needed
+  * fixed order of components in CMakeLists.txt
+  * Massive update for Portuguese
+  * Updated italian translations, some corrections
+  * lxqt-config: Add/Update Frech translation
+  * obconf-qt: Drop region-specific ru_RU translation
+  * obconf-qt: Update Russian translations
+  * Add initial Travis-CI config
+  * build: Include only LXQtTranslateTs
+  * Update pcmanfm-qt_nl.ts
+  * Fix broken pcmanfm-qt_nl.ts caused by lack of pleural forms.
+  * Fix file format errors in lxqt-config-input_fr.ts.
+  * Added Dutch translation for PCManFM-Qt.
+  * Add libfm-qt_ca.ts (Catalan)
+  * Add pcmanfm-qt_ca.ts (Catalan)
+  * Update pcmanfm-qt_it.ts
+  * update input config FRENCH translations
+  * install pavucontrol translations, create qterminal.ts, update 
qterminal_hu.ts
+  * pavucontrol-qt: Update Czech translation
+  * Create compton-conf_nl.ts
+  * Update lxqt-config-appearance_it.ts
+ 
+---

Old:

  lxqt-l10n-0.11.0.tar.xz
 

commit lxqt-common for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-common for openSUSE:Factory 
checked in at 2017-03-13 15:33:02

Comparing /work/SRC/openSUSE:Factory/lxqt-common (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-common.new (New)


Package is "lxqt-common"

Mon Mar 13 15:33:02 2017 rev:9 rq:476950 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-common/lxqt-common.changes  2016-10-06 
12:43:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-common.new/lxqt-common.changes 
2017-03-13 15:33:46.347826077 +0100
@@ -1,0 +2,17 @@
+Sat Mar  4 18:50:43 UTC 2017 - sfal...@opensuse.org
+
+- Update Source URLs
+
+---
+Fri Feb 24 18:44:45 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * translation: Add Portugese directories
+  * Made The Dark Theme Really Dark (#62)
+  * Update desktop entries and Replace fr_FR by fr
+  * Use the LXQtConfigVars module
+  * Fixed typo
+  * Remove cpack (#61)
+  * README.md: Fix faulty path
+
+---

Old:

  lxqt-common-0.11.0.tar.xz
  lxqt-common-0.11.0.tar.xz.asc

New:

  lxqt-common-0.11.1.tar.xz
  lxqt-common-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-common.spec ++
--- /var/tmp/diff_new_pack.CGKCGT/_old  2017-03-13 15:33:47.027729991 +0100
+++ /var/tmp/diff_new_pack.CGKCGT/_new  2017-03-13 15:33:47.031729426 +0100
@@ -17,18 +17,19 @@
 
 
 Name:   lxqt-common
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:Common Data File
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/LXQt
 Url:http://www.lxde.org
-Source: 
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source: 
http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5UiTools)
@@ -73,7 +74,7 @@
 %config %{_sysconfdir}/xdg/pcmanfm-qt/lxqt/*.conf
 %config %{_sysconfdir}/xdg/menus/*.menu
 %{_sysconfdir}/xdg/autostart/*.desktop
-%{_sysconfdir}/xdg/openbox/lxqt-rc.xml
+%config %{_sysconfdir}/xdg/openbox/lxqt-rc.xml
 %{_bindir}/startlxqt
 %{_datadir}/lxqt
 %{_datadir}/xsessions/*.desktop

++ lxqt-common-0.11.0.tar.xz -> lxqt-common-0.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-common-0.11.0/.gitignore 
new/lxqt-common-0.11.1/.gitignore
--- old/lxqt-common-0.11.0/.gitignore   2016-09-24 00:44:22.0 +0200
+++ new/lxqt-common-0.11.1/.gitignore   1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-*.kdev4
-build
-*~
-.gitignore
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-common-0.11.0/CHANGELOG 
new/lxqt-common-0.11.1/CHANGELOG
--- old/lxqt-common-0.11.0/CHANGELOG2016-09-24 00:44:22.0 +0200
+++ new/lxqt-common-0.11.1/CHANGELOG2016-12-11 01:10:32.0 +0100
@@ -1,7 +1,19 @@
 
-lxqt-common-0.11.0 / 2016-09-24
+lxqt-common-0.11.1 / 2016-12-11
 ===
 
+  * translation: Add Portugese directories
+  * Made The Dark Theme Really Dark (#62)
+  * Update desktop entries and Replace fr_FR by fr
+  * Use the LXQtConfigVars module
+  * Fixed typo
+  * Remove cpack (#61)
+  * README.md: Fix faulty path
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * Update and extend README.md
   * themes-system: Add "background" property to panel
   * startlxqt: Consider LXQT_DEFAULT_OPENBOX_CONFIG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-common-0.11.0/CMakeLists.txt 
new/lxqt-common-0.11.1/CMakeLists.txt
--- old/lxqt-common-0.11.0/CMakeLists.txt   2016-09-24 00:44:22.0 
+0200
+++ new/lxqt-common-0.11.1/CMakeLists.txt   2016-12-11 01:10:32.0 
+0100
@@ -2,10 +2,13 @@
 
 project(lxqt-common)
 
-find_package(lxqt REQUIRED)
+set(LXQTBT_MINIMUM_VERSION "0.1.0")
+
+find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
 
 include(GNUInstallDirs)
 include(LXQtTranslateDesktop)
+include(LXQtConfigVars)
 
 install(DIRECTORY "graphics/" DESTINATION "${LXQT_GRAPHICS_DIR}")
 
@@ -36,13 +39,3 @@
 add_subdirectory(themes)
 add_subdirectory(menu)
 add_subdirecto

commit qbittorrent for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-03-13 15:33:06

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


Package is "qbittorrent"

Mon Mar 13 15:33:06 2017 rev:52 rq:477373 version:3.3.11

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-03-04 
16:40:07.978993708 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-03-13 15:33:49.531376169 +0100
@@ -104 +104 @@
-reported by @beardog108 privately. (ngosang)
+reported by @beardog108 privately. (ngosang) (bsc#1028073)
@@ -107 +107 @@
-privately. (Chocobo1)
+privately. (Chocobo1) (bsc#1028072)



Other differences:
--





commit perl-DBD-mysql for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package perl-DBD-mysql for openSUSE:Factory 
checked in at 2017-03-13 15:33:28

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


Package is "perl-DBD-mysql"

Mon Mar 13 15:33:28 2017 rev:46 rq:478923 version:4.042

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-mysql/perl-DBD-mysql.changes
2017-01-18 21:43:43.664279893 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-mysql.new/perl-DBD-mysql.changes   
2017-03-13 15:35:01.269238091 +0100
@@ -1,0 +2,58 @@
+Thu Mar  9 06:21:41 UTC 2017 - co...@suse.com
+
+- updated to 4.042
+   see /usr/share/doc/packages/perl-DBD-mysql/Changes
+
+  2017-03-08 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.042)
+  * Full release to include development releases 4.041_2 and 4.041_1.
+  
+  2017-02-28 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.041_2)
+  * Statement handle now also has mysql_sock attribute, just as database 
handle.
+(by Pali)
+  * Fix type conversions for magic types. Issue reported by Dmitriy Yatsenko 
and
+Giovanni Bechis, fix by Pali.
+  https://lists.amavis.org/pipermail/amavis-users/2016-December/004674.html
+  https://github.com/perl5-dbi/DBD-mysql/issues/78
+  * Fix UTF8-encoding of table names, field names, warnings and error messages.
+Reported by Tanabe Yoshinori, fix by Pali.
+  https://rt.cpan.org/Public/Bug/Display.html?id=120141
+  * Fix mysql_auto_reconnect when using mysql_server_prepare (pali). Reported 
by
+Vladimir Marek.
+  https://github.com/perl5-dbi/DBD-mysql/pull/95
+  * Improve regex for removing database from dsn (pali)
+  https://rt.cpan.org/Public/Bug/Display.html?id=118837
+  * Locate MySQL libs using Devel::CheckLib (pali)
+  * Support async on Windows (pali)
+  
+  * Fix test suite on range of older and newer MySQL and MariaDB versions
+ (https://github.com/perl5-dbi/DBD-mysql/pull/87)
+  * Fix compilation on MySQL 4.1 (pali)
+  * Do not leak dangling pointer to mysql result (pali)
+  * Fix logic when assigning to variable bind_comment_placeholders (pali)
+  * mysql_fd() still returned file descriptor after closing connection.
+Reported by Larry Leszczynski, fixed by Pali Rohár.
+ (https://rt.cpan.org/Public/Bug/Display.html?id=110983)
+  * Fix parsing configure libs from mysql_config --libs output in Makefile.PL
+Libraries in mysql_config --libs output can be specified by library name
+with the -l prefix or by absolute path to library name without any prefix.
+Parameters must start with a hyphen, so treat all options without leading
+hyphen in mysql_config --libs output as libraries with full path.
+Partially fixes bug https://rt.cpan.org/Public/Bug/Display.html?id=100898
+Fix by Pali Rohár.
+  * Fix support for magic scalars (pali)
+ (https://github.com/perl5-dbi/DBD-mysql/pull/76)
+  
+  2016-12-12 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.041_1)
+  * Unicode fixes: when using mysql_enable_utf8 or mysql_enable_utf8mb4,
+previous versions of DBD::mysql did not properly encode input statements
+to UTF-8 and retrieved columns were always UTF-8 decoded regardless of the
+column charset.
+Fix by Pali Rohár.
+Reported and feedback on fix by Marc Lehmann
+(https://rt.cpan.org/Public/Bug/Display.html?id=87428)
+Also, the UTF-8 flag was not set for decoded data:
+(https://rt.cpan.org/Public/Bug/Display.html?id=53130)
+  * Return INTs with ZEROFILL as strings. Reported by Knarf, fix by Pali Rohár.
+(https://rt.cpan.org/Public/Bug/Display.html?id=118977)
+
+---

Old:

  DBD-mysql-4.041.tar.gz

New:

  DBD-mysql-4.042.tar.gz



Other differences:
--
++ perl-DBD-mysql.spec ++
--- /var/tmp/diff_new_pack.SOaoQB/_old  2017-03-13 15:35:01.981137486 +0100
+++ /var/tmp/diff_new_pack.SOaoQB/_new  2017-03-13 15:35:01.985136920 +0100
@@ -17,19 +17,20 @@
 
 
 Name:   perl-DBD-mysql
-Version:4.041
+Version:4.042
 Release:0
 %define cpan_name DBD-mysql
 Summary:MySQL driver for the Perl5 Database Interface (DBI)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-mysql/
-Source0:
http://www.cpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(DBI) >= 1.609
+BuildRequi

commit iodine for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package iodine for openSUSE:Factory checked 
in at 2017-03-13 15:33:13

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


Package is "iodine"

Mon Mar 13 15:33:13 2017 rev:4 rq:478916 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/iodine/iodine.changes2017-01-12 
15:54:39.157526625 +0100
+++ /work/SRC/openSUSE:Factory/.iodine.new/iodine.changes   2017-03-13 
15:34:57.161818550 +0100
@@ -1,0 +2,6 @@
+Mon Mar 13 00:54:38 UTC 2017 - malcolmle...@opensuse.org
+
+- Remove insserv requirement and macro to fix Factory build.
+- Add fdupes check to avoid duplicate man page warning.
+
+---



Other differences:
--
++ iodine.spec ++
--- /var/tmp/diff_new_pack.P0pNUR/_old  2017-03-13 15:34:57.817725858 +0100
+++ /var/tmp/diff_new_pack.P0pNUR/_new  2017-03-13 15:34:57.817725858 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iodine
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,6 +31,7 @@
 Source4:sysconfig.iodined
 #PATCH-FIX-OPENSUSE iodine-fix-makefile-prefix.patch malcolmle...@opensuse.org 
-- Modify default install prefix.
 Patch0: iodine-fix-makefile-prefix.patch
+BuildRequires:  fdupes
 BuildRequires:  systemd
 BuildRequires:  zlib-devel
 Requires(pre):  %fillup_prereq
@@ -87,7 +88,6 @@
 %postun
 %service_del_postun iodine.service
 %service_del_postun iodined.service
-%insserv_cleanup
 
 %files
 %defattr(-,root,root)




commit arc-gtk-theme for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package arc-gtk-theme for openSUSE:Factory 
checked in at 2017-03-13 15:33:08

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


Package is "arc-gtk-theme"

Mon Mar 13 15:33:08 2017 rev:6 rq:478894 version:20170302

Changes:

--- /work/SRC/openSUSE:Factory/arc-gtk-theme/arc-gtk-theme.changes  
2016-11-29 12:48:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.arc-gtk-theme.new/arc-gtk-theme.changes 
2017-03-13 15:33:52.554948870 +0100
@@ -1,0 +2,8 @@
+Sun Mar 12 22:15:09 UTC 2017 - matthias.elias...@gmail.com
+
+- Update to version 20170302
+  * Cinnamon 3.2 fixes
+  * Fix frame borders with GTK 3.22.9
+  * Small bugfixes
+
+---

Old:

  arc-theme-20161119.tar.gz

New:

  arc-theme-20170302.tar.gz



Other differences:
--
++ arc-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.839Rvx/_old  2017-03-13 15:34:54.598180843 +0100
+++ /var/tmp/diff_new_pack.839Rvx/_new  2017-03-13 15:34:54.602180278 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package arc-gtk-theme
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _theme  Arc
 %define _name   arc
 Name:   arc-gtk-theme
-Version:20161119
+Version:20170302
 Release:0
 Summary:Arc GTK+ theme
 License:GPL-3.0+

++ arc-theme-20161119.tar.gz -> arc-theme-20170302.tar.gz ++
 4246 lines of diff (skipped)




commit perl-Moo for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package perl-Moo for openSUSE:Factory 
checked in at 2017-03-13 15:33:30

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


Package is "perl-Moo"

Mon Mar 13 15:33:30 2017 rev:19 rq:478925 version:2.003001

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moo/perl-Moo.changes2017-01-22 
00:49:24.326979559 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moo.new/perl-Moo.changes   2017-03-13 
15:35:02.321089443 +0100
@@ -1,0 +2,11 @@
+Tue Mar  7 06:59:39 UTC 2017 - co...@suse.com
+
+- updated to 2.003001
+   see /usr/share/doc/packages/perl-Moo/Changes
+
+  2.003001 - 2017-03-06
+- fix +attributes replacing builder subs if parent attribute was defined 
with
+  builder => $subref
+- fix trigger with a default value and init_arg of undef
+
+---

Old:

  Moo-2.003000.tar.gz

New:

  Moo-2.003001.tar.gz



Other differences:
--
++ perl-Moo.spec ++
--- /var/tmp/diff_new_pack.NQKjuC/_old  2017-03-13 15:35:02.825018229 +0100
+++ /var/tmp/diff_new_pack.NQKjuC/_new  2017-03-13 15:35:02.825018229 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Moo
-Version:2.003000
+Version:2.003001
 Release:0
 %define cpan_name Moo
 Summary:Minimalist Object Orientation (with Moose compatibility)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Moo/
-Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Moo-2.003000.tar.gz -> Moo-2.003001.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.003000/Changes new/Moo-2.003001/Changes
--- old/Moo-2.003000/Changes2016-12-09 14:52:05.0 +0100
+++ new/Moo-2.003001/Changes2017-03-06 18:05:46.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Moo
 
+2.003001 - 2017-03-06
+  - fix +attributes replacing builder subs if parent attribute was defined with
+builder => $subref
+  - fix trigger with a default value and init_arg of undef
+
 2.003000 - 2016-12-09
   - fix create_class_with_roles being used multiple times with the same 
packages
   - fix edge case with @ISA assignment on perl 5.10.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.003000/MANIFEST new/Moo-2.003001/MANIFEST
--- old/Moo-2.003000/MANIFEST   2016-12-09 20:02:42.0 +0100
+++ new/Moo-2.003001/MANIFEST   2017-03-06 18:06:20.0 +0100
@@ -108,6 +108,7 @@
 xt/moo-consume-mouse-role-coerce.t
 xt/moo-does-moose-role.t
 xt/moo-does-mouse-role.t
+xt/moo-extend-moose.t
 xt/moo-inflate.t
 xt/moo-object-meta-can.t
 xt/moo-role-types.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.003000/META.json new/Moo-2.003001/META.json
--- old/Moo-2.003000/META.json  2016-12-09 20:02:41.0 +0100
+++ new/Moo-2.003001/META.json  2017-03-06 18:06:20.0 +0100
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.143240",
"license" : [
   "perl_5"
],
@@ -88,7 +88,7 @@
   },
   "x_IRC" : "irc://irc.perl.org/#moose"
},
-   "version" : "2.003000",
+   "version" : "2.003001",
"x_authority" : "cpan:MSTROUT",
"x_breaks" : {
   "App::Commando" : "<= 0.012",
@@ -103,6 +103,5 @@
  "use_strict" : "internal module used to apply strict",
  "use_warnings" : "internal module used to apply warnings"
   }
-   },
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.003000/META.yml new/Moo-2.003001/META.yml
--- old/Moo-2.003000/META.yml   2016-12-09 20:02:41.0 +0100
+++ new/Moo-2.003001/META.yml   2017-03-06 18:06:20.0 +0100
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/ME

commit perl-Path-FindDev for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package perl-Path-FindDev for 
openSUSE:Factory checked in at 2017-03-13 15:33:24

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


Package is "perl-Path-FindDev"

Mon Mar 13 15:33:24 2017 rev:4 rq:478921 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/perl-Path-FindDev/perl-Path-FindDev.changes  
2015-04-16 14:12:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Path-FindDev.new/perl-Path-FindDev.changes 
2017-03-13 15:34:59.497488474 +0100
@@ -1,0 +2,18 @@
+Sat Mar 11 07:19:08 UTC 2017 - co...@suse.com
+
+- updated to 0.5.3
+   see /usr/share/doc/packages/perl-Path-FindDev/Changes
+
+  v0.5.3 2017-03-10T07:02:09Z c9c9198
+   - Bugfix: Avoid test failures due to -Ddefault_inc_excludes_dot
+   - Add "v" to version due to upstream requirements
+   - Tests made more portable to older Test::More
+  
+   [Dependencies::Stats]
+   - Dependencies changed since 0.5.2, see misc/*.deps* for details
+   - configure: +1 (recommends: ↑1)
+   - develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
+   - runtime: ↓1 -1 (recommends: +1)
+   - test: +1 ↓1 (recommends: ↑1 ↓1)
+
+---

Old:

  Path-FindDev-0.5.2.tar.gz

New:

  Path-FindDev-v0.5.3.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Path-FindDev.spec ++
--- /var/tmp/diff_new_pack.N9CudV/_old  2017-03-13 15:35:00.109401998 +0100
+++ /var/tmp/diff_new_pack.N9CudV/_new  2017-03-13 15:35:00.113401433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Path-FindDev
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Path-FindDev
-Version:0.5.2
+Version:0.5.3
 Release:0
 %define cpan_name Path-FindDev
 Summary:Find a development path somewhere in an upper hierarchy
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Path-FindDev/
-Source: 
http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-v%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -34,17 +35,17 @@
 BuildRequires:  perl(Path::IsDev::Object)
 BuildRequires:  perl(Path::Tiny) >= 0.054
 BuildRequires:  perl(Sub::Exporter)
-BuildRequires:  perl(Test::More) >= 0.89
 Requires:   perl(Class::Tiny) >= 0.010
 Requires:   perl(Path::IsDev) >= 0.2.2
 Requires:   perl(Path::IsDev::Object)
 Requires:   perl(Path::Tiny) >= 0.054
 Requires:   perl(Sub::Exporter)
+Recommends: perl(Path::Tiny) >= 0.058
 %{perl_requires}
 
 %description
-This package is mostly a glue layer around Path::IsDev with a few directory
-walking tricks.
+This package is mostly a glue layer around 'Path::IsDev' with a few
+directory walking tricks.
 
 use Path::FindDev qw( find_dev );
 
@@ -55,7 +56,7 @@
 }
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-v%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -71,6 +72,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit ponysay for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package ponysay for openSUSE:Factory checked 
in at 2017-03-13 15:33:11

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


Package is "ponysay"

Mon Mar 13 15:33:11 2017 rev:4 rq:478899 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ponysay/ponysay.changes  2014-09-17 
17:24:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.ponysay.new/ponysay.changes 2017-03-13 
15:34:56.121965502 +0100
@@ -1,0 +2 @@
+Sun Mar 12 20:12:58 UTC 2017 - sor.ale...@meowr.ru
@@ -2,0 +4,3 @@
+- Explicitly package %{_docdir}/%{name}/.
+
+---
@@ -22 +25,0 @@
-



Other differences:
--
++ ponysay.spec ++
--- /var/tmp/diff_new_pack.M6ylNX/_old  2017-03-13 15:34:56.873859245 +0100
+++ /var/tmp/diff_new_pack.M6ylNX/_new  2017-03-13 15:34:56.873859245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ponysay
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,9 +24,8 @@
 Group:  Amusements/Toys/Other
 Url:https://github.com/erkin/ponysay
 Source: 
https://github.com/erkin/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-
 BuildRequires:  fdupes
-BuildRequires:  python3-devel
+BuildRequires:  python3
 BuildRequires:  texinfo
 Requires:   python3
 Requires(post): info
@@ -46,13 +45,14 @@
 
 %install
 python3 setup.py \
-  --prefix=%{_prefix} \
   --dest-dir=%{buildroot} \
+  --prefix=%{_prefix} \
   --freedom=partial \
   --with-everything \
   --with-pdf=%{_docdir}/%{name}/ \
   install
-rm -rf %{buildroot}%{_infodir}/dir %{buildroot}%{_datadir}/licenses/
+rm -r %{buildroot}%{_infodir}/dir \
+  %{buildroot}%{_datadir}/licenses/
 %fdupes %{buildroot}/%{_datadir}/%{name}
 
 %post
@@ -68,9 +68,10 @@
 %files
 %defattr(-,root,root)
 %doc CHANGELOG CONTRIBUTING COPYING CREDITS LICENSE README.md
+%doc %{_docdir}/%{name}/
 %{_bindir}/pony*
 %{_datadir}/%{name}/
-%{_infodir}/*.gz
+%{_infodir}/*%{ext_info}
 %{_mandir}/*/
 %{_datadir}/bash-completion/
 %{_datadir}/zsh/




commit perl-Path-IsDev for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package perl-Path-IsDev for openSUSE:Factory 
checked in at 2017-03-13 15:33:22

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


Package is "perl-Path-IsDev"

Mon Mar 13 15:33:22 2017 rev:7 rq:478920 version:1.001003

Changes:

--- /work/SRC/openSUSE:Factory/perl-Path-IsDev/perl-Path-IsDev.changes  
2015-04-15 16:26:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Path-IsDev.new/perl-Path-IsDev.changes 
2017-03-13 15:34:58.201671599 +0100
@@ -1,0 +2,16 @@
+Sat Mar 11 07:19:29 UTC 2017 - co...@suse.com
+
+- updated to 1.001003
+   see /usr/share/doc/packages/perl-Path-IsDev/Changes
+
+  1.001003 2017-03-09T20:21:10Z 4dcd533
+   - Bugfix: Avoid -Ddefault_inc_excludes_dot failures ( also makes tests 
*much* faster )
+  
+   [Dependencies::Stats]
+   - Dependencies changed since 1.001002, see misc/*.deps* for details
+   - configure: +1 (recommends: ↑1)
+   - develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
+   - runtime: (recommends: +1)
+   - test: +1 ↓1 (recommends: ↑1 ↓1)
+
+---

Old:

  Path-IsDev-1.001002.tar.gz

New:

  Path-IsDev-1.001003.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Path-IsDev.spec ++
--- /var/tmp/diff_new_pack.qVELiZ/_old  2017-03-13 15:34:58.857578906 +0100
+++ /var/tmp/diff_new_pack.qVELiZ/_new  2017-03-13 15:34:58.861578341 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Path-IsDev
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Path-IsDev
-Version:1.001002
+Version:1.001003
 Release:0
 %define cpan_name Path-IsDev
 Summary:Determine if a given Path resembles a development source tree
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Path-IsDev/
-Source: 
http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -37,7 +38,6 @@
 BuildRequires:  perl(Role::Tiny::With)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) >= 0.89
 Requires:   perl(Class::Tiny) >= 0.010
 Requires:   perl(File::HomeDir)
 Requires:   perl(Module::Runtime)
@@ -45,6 +45,7 @@
 Requires:   perl(Role::Tiny)
 Requires:   perl(Role::Tiny::With)
 Requires:   perl(Sub::Exporter)
+Recommends: perl(Path::Tiny) >= 0.058
 %{perl_requires}
 
 %description
@@ -72,6 +73,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Path-IsDev-1.001002.tar.gz -> Path-IsDev-1.001003.tar.gz ++
 5446 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit mutt for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2017-03-13 15:33:33

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


Package is "mutt"

Mon Mar 13 15:33:33 2017 rev:75 rq:478928 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2016-11-28 
15:04:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2017-03-13 
15:35:03.176968492 +0100
@@ -1,0 +2,10 @@
+Mon Mar  6 10:37:24 UTC 2017 - wer...@suse.de
+
+- Explicite add package documentation directory to file list
+
+---
+Thu Mar  2 11:42:45 UTC 2017 - wer...@suse.de
+
+- Also now recommend urlscan
+
+---



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.eaV1Cm/_old  2017-03-13 15:35:04.488783106 +0100
+++ /var/tmp/diff_new_pack.eaV1Cm/_new  2017-03-13 15:35:04.492782541 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mutt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -61,6 +61,7 @@
 Provides:   muttssl
 Obsoletes:  muttssl
 Recommends: smtp_daemon
+Recommends: urlscan
 Recommends: urlview
 Recommends: w3m
 %if 0%{?suse_version} > 1130
@@ -263,7 +264,8 @@
 mkdir -p %{buildroot}%{_datadir}/applications
 install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications/
 install -D -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/skel/.muttrc
-install -D -m 644 %{SOURCE9} %{buildroot}%{_datadir}/mutt/mailcap
+install -D -m 644 %{SOURCE9} %{buildroot}%{_datadir}/%name/mailcap
+rm -vf %{buildroot}%{_docdir}/%name/manual.txt
 %suse_update_desktop_file mutt
 
 %if 0%{?suse_version} >= 1140
@@ -277,9 +279,10 @@
 
 %files -f %name.lang
 %defattr(-,root,root)
-%doc doc/manual*.html doc/manual.txt.gz COPYRIGHT README* NEWS TODO
+%doc doc/manual.txt.gz COPYRIGHT README* NEWS TODO
 %doc doc/PGP-Notes.txt doc/applying-patches.txt doc/devel-notes.txt
 %config(noreplace) %{_sysconfdir}/skel/.muttrc
+%config(noreplace) %{_sysconfdir}/Muttrc
 %{_bindir}/mutt
 %{_bindir}/pgpewrap
 %{_bindir}/pgpring
@@ -293,8 +296,21 @@
 %{_mandir}/man5/mmdf_mutt.5.gz
 %{_mandir}/man5/muttrc.5.gz
 %{_mandir}/man5/mbox_mutt.5.gz
-%{_datadir}/mutt
+%dir %{_datadir}/mutt/
 %{_datadir}/mutt/mailcap
-%config(noreplace) %{_sysconfdir}/Muttrc
+%doc %{_docdir}/%name/ChangeLog
+%doc %{_docdir}/%name/GPL
+%doc %{_docdir}/%name/*.html
+%doc %{_docdir}/%name/patch-notes.txt
+%dir %doc %{_docdir}/%name/samples/
+%doc %{_docdir}/%name/samples/*.rc
+%doc %{_docdir}/%name/samples/ca-bundle.crt
+%doc %{_docdir}/%name/samples/colors.*
+%dir %doc %{_docdir}/%name/samples/iconv/
+%doc %{_docdir}/%name/samples/iconv/*.rc
+%doc %{_docdir}/%name/samples/mutt_xtitle
+%doc %{_docdir}/%name/samples/sample.*
+%doc %{_docdir}/%name/samples/smime_keys_test.pl
+%doc %{_docdir}/%name/smime-notes.txt
 
 %changelog





commit perl-File-ShareDir-ProjectDistDir for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package perl-File-ShareDir-ProjectDistDir 
for openSUSE:Factory checked in at 2017-03-13 15:33:26

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


Package is "perl-File-ShareDir-ProjectDistDir"

Mon Mar 13 15:33:26 2017 rev:8 rq:478922 version:1.09

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-File-ShareDir-ProjectDistDir/perl-File-ShareDir-ProjectDistDir.changes
  2015-07-14 17:45:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-ShareDir-ProjectDistDir.new/perl-File-ShareDir-ProjectDistDir.changes
 2017-03-13 15:35:00.301374869 +0100
@@ -1,0 +2,6 @@
+Fri Mar 10 06:39:01 UTC 2017 - co...@suse.com
+
+- updated to 1.09
+   see /usr/share/doc/packages/perl-File-ShareDir-ProjectDistDir/Changes
+
+---

Old:

  File-ShareDir-ProjectDistDir-1.08.tar.gz

New:

  File-ShareDir-ProjectDistDir-1.09.tar.gz



Other differences:
--
++ perl-File-ShareDir-ProjectDistDir.spec ++
--- /var/tmp/diff_new_pack.yMhR3s/_old  2017-03-13 15:35:00.925286698 +0100
+++ /var/tmp/diff_new_pack.yMhR3s/_new  2017-03-13 15:35:00.929286133 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-ShareDir-ProjectDistDir
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-File-ShareDir-ProjectDistDir
-Version:1.08
+Version:1.09
 Release:0
 %define cpan_name File-ShareDir-ProjectDistDir
 Summary:Simple set-and-forget using of a '/share' directory in your 
projects root
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-ShareDir-ProjectDistDir/
-Source0:
http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +36,6 @@
 BuildRequires:  perl(Path::IsDev)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Sub::Exporter)
-BuildRequires:  perl(Test::More) >= 0.96
 Requires:   perl(File::ShareDir)
 Requires:   perl(Path::FindDev)
 Requires:   perl(Path::IsDev)
@@ -65,6 +64,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes INSTALL.SKIP LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ File-ShareDir-ProjectDistDir-1.08.tar.gz -> 
File-ShareDir-ProjectDistDir-1.09.tar.gz ++
 1898 lines of diff (skipped)




commit racket for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package racket for openSUSE:Factory checked 
in at 2017-03-13 15:33:35

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


Package is "racket"

Mon Mar 13 15:33:35 2017 rev:2 rq:478929 version:6.6

Changes:

--- /work/SRC/openSUSE:Factory/racket/racket.changes2016-09-28 
15:04:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.racket.new/racket.changes   2017-03-13 
15:35:04.828735064 +0100
@@ -1,0 +2,6 @@
+Sat Mar 11 22:37:03 UTC 2017 - sfal...@opensuse.org
+
+- Edited %files to explicity package %{_docdir}/%{name} to clear
+  unpackaged files builderror in openSUSE:Factory
+
+---



Other differences:
--
++ racket.spec ++
--- /var/tmp/diff_new_pack.uYMxFn/_old  2017-03-13 15:35:05.968573983 +0100
+++ /var/tmp/diff_new_pack.uYMxFn/_new  2017-03-13 15:35:05.972573417 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package racket
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012, 2013 Togan Muftuoglu tog...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -145,6 +145,7 @@
 %files
 %defattr(-,root,root,-)
 %doc README
+%doc %{_docdir}/%{name}
 %_bindir/drracket
 %_bindir/gracket
 %_bindir/gracket-text




commit wine for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2017-03-13 15:33:49

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


Package is "wine"

Mon Mar 13 15:33:49 2017 rev:222 rq:478949 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2017-03-04 
16:42:19.912312932 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2017-03-13 
15:35:12.175696797 +0100
@@ -1,0 +2,5 @@
+Mon Mar  6 07:54:19 UTC 2017 - meiss...@suse.com
+
+- export WIDL_TIME_OVERRIDE="0" for more reproducible builds
+
+---



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.AcUbq3/_old  2017-03-13 15:35:13.583497847 +0100
+++ /var/tmp/diff_new_pack.AcUbq3/_new  2017-03-13 15:35:13.583497847 +0100
@@ -130,6 +130,7 @@
 
 %build
 cat VERSION
+export WIDL_TIME_OVERRIDE="0"  # for reproducible builds.
 %ifarch %ix86
 # e.g. Steam and other copy protections hate EBP being used for something else.
 export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`






commit kaffeine for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package kaffeine for openSUSE:Factory 
checked in at 2017-03-13 15:33:40

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


Package is "kaffeine"

Mon Mar 13 15:33:40 2017 rev:64 rq:478941 version:2.0.8

Changes:

--- /work/SRC/openSUSE:Factory/kaffeine/kaffeine.changes2017-02-25 
00:53:34.596304588 +0100
+++ /work/SRC/openSUSE:Factory/.kaffeine.new/kaffeine.changes   2017-03-13 
15:35:09.180120129 +0100
@@ -1,0 +2,11 @@
+Tue Mar  7 11:54:46 UTC 2017 - wba...@tmo.at
+
+- Update to 2.0.8:
+  * Added Norwegian Nynorsk translation to .desktop files.
+- Update to 2.0.7:
+  * Add support for H-265 video streams.
+  * Organize debug logs per category, using QLoggingCategory.
+- Add fix-building-from-tarball.patch to fix building it from the
+  released 2.0.8 tarball.
+
+---

Old:

  kaffeine-2.0.6.tar.xz

New:

  fix-building-from-tarball.patch
  kaffeine-2.0.8.tar.xz



Other differences:
--
++ kaffeine.spec ++
--- /var/tmp/diff_new_pack.xAPawh/_old  2017-03-13 15:35:10.043998047 +0100
+++ /var/tmp/diff_new_pack.xAPawh/_new  2017-03-13 15:35:10.047997481 +0100
@@ -20,12 +20,14 @@
 Summary:VLC-based Multimedia Player
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players
-Version:2.0.6
+Version:2.0.8
 Release:0
 Url:http://kaffeine.kde.org/
 Source0:%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE kaffeine-fixsplitter.patch -- GUI improvement (allow 
more flexibly set splitters)
 Patch0: kaffeine-fixsplitter.patch
+# PATCH-FIX-UPSTREAM fix-building-from-tarball.patch -- allow kaffeine to be 
built from the released tarball
+Patch1: fix-building-from-tarball.patch
 Recommends: %{name}-lang = %version
 Requires:   libQt5Sql5-sqlite
 Requires:   vlc-noX
@@ -67,6 +69,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 %cmake_kf5 -d build

++ fix-building-from-tarball.patch ++
>From 2dbc752d60f963bad172cf3ec83dc681ec7f Mon Sep 17 00:00:00 2001
From: Mauro Carvalho Chehab 
Date: Tue, 7 Mar 2017 06:54:39 -0300
Subject: CMakeLists.txt: fix it to allow building from tarball

Kaffeine has a script at tools/update_l10n.sh that allows one to
download and test all translations locally, with is useful during
Kaffeine development. Such script creates a file at po/CMakeLists.txt.

However, normal users will use the Kaffeine tarball, downloaded from
kde.org.

The translations at the po/ directory on the tarballs don't
have a CMakeLists.txt, as this file is created only if the
tools/update_l10n.sh is called.

So, change the main CMakeLists.txt to cope with both ways.

Signed-off-by: Mauro Carvalho Chehab 
---
 CMakeLists.txt | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3215e94..d24e848 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -93,7 +93,11 @@ add_subdirectory(icons)
 add_subdirectory(profiles)
 add_subdirectory(src)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
-  add_subdirectory(po)
+  if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/po/CMakeLists.txt" )
+add_subdirectory(po)
+  else()
+ki18n_install(po)
+  endif()
 endif()
 
 if(KF5DocTools_VERSION)
-- 
cgit v0.11.2

++ kaffeine-2.0.6.tar.xz -> kaffeine-2.0.8.tar.xz ++
 129672 lines of diff (skipped)




commit tsung for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package tsung for openSUSE:Factory checked 
in at 2017-03-13 15:33:46

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


Package is "tsung"

Mon Mar 13 15:33:46 2017 rev:3 rq:478942 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/tsung/tsung.changes  2015-12-09 
22:35:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.tsung.new/tsung.changes 2017-03-13 
15:35:10.991864095 +0100
@@ -1,0 +2,5 @@
+Mon Mar 13 07:58:17 UTC 2017 - mplus...@suse.com
+
+- Fix building for Factory
+
+---



Other differences:
--
++ tsung.spec ++
--- /var/tmp/diff_new_pack.Xx9wKw/_old  2017-03-13 15:35:11.499792315 +0100
+++ /var/tmp/diff_new_pack.Xx9wKw/_new  2017-03-13 15:35:11.503791750 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tsung
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,6 @@
 Requires:   erlang
 Requires:   python
 Requires:   perl(Template)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 tsung is a distributed load testing tool.
@@ -54,20 +53,20 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-%fdupes %{buildroot}
+%make_install
+%fdupes -s %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES CONTRIBUTORS COPYING README.md TODO
+%doc CHANGES CONTRIBUTORS COPYING README.md TODO examples
 %{_bindir}/tsung
 %{_bindir}/tsung-recorder
 %{_bindir}/tsplot
 %{_libdir}/erlang/lib
 %{_libdir}/tsung
 %{_datadir}/tsung
-%{_mandir}/man1/tsung.1*
-%{_mandir}/man1/tsplot.1*
-%{_mandir}/man1/tsung-recorder.1*
+%{_mandir}/man1/tsung.1%{ext_man}
+%{_mandir}/man1/tsplot.1%{ext_man}
+%{_mandir}/man1/tsung-recorder.1%{ext_man}
 
 %changelog




commit wireshark for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2017-03-13 15:33:53

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


Package is "wireshark"

Mon Mar 13 15:33:53 2017 rev:122 rq:478952 version:2.2.5

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2017-03-04 
16:42:22.791905201 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2017-03-13 
15:35:13.871457154 +0100
@@ -8,3 +8,8 @@
-  * wnpa-sec-2017-03: LDSS dissector crash
-  * wnpa-sec-2017-04: RTMTP dissector infinite loop
-  * wnpa-sec-2017-05: WSP dissector infinite loop
+  * CVE-2017-6467: NetScaler file parser infinite loop (wnpa-sec-2017-11)
+  * CVE-2017-6468: NetScaler file parser crash (wnpa-sec-2017-08)
+  * CVE-2017-6469: LDSS dissector crash (wnpa-sec-2017-03)
+  * CVE-2017-6470: IAX2 dissector infinite loop (wnpa-sec-2017-10)
+  * CVE-2017-6471: WSP dissector infinite loop (wnpa-sec-2017-05)
+  * CVE-2017-6472: RTMTP dissector infinite loop (wnpa-sec-2017-04)
+  * CVE-2017-6473: K12 file parser crash (wnpa-sec-2017-09)
+  * CVE-2017-6474: NetScaler file parser infinite loop (wnpa-sec-2017-07)
@@ -12,5 +16,0 @@
-  * wnpa-sec-2017-07: NetScaler file parser infinite loop
-  * wnpa-sec-2017-08: NetScaler file parser crash
-  * wnpa-sec-2017-09: K12 file parser crash
-  * wnpa-sec-2017-10: IAX2 dissector infinite loop
-  * wnpa-sec-2017-11: NetScaler file parser infinite loop



Other differences:
--




commit ocfs2-tools for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2017-03-13 15:33:38

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


Package is "ocfs2-tools"

Mon Mar 13 15:33:38 2017 rev:64 rq:478931 version:1.8.5

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2016-04-28 
16:59:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2017-03-13 15:35:06.928438335 +0100
@@ -1,0 +2,20 @@
+Thu Mar  9 12:36:30 UTC 2017 - g...@suse.com
+
+- Update ocfs2-tools.tar.gz to upstream v1.8.5 (fate#322956)
+- Drop patches (merged upstream):
+  - 0001-libo2dlm-Close-file-description-after-use.patch
+  - 0002-debugfs.ocfs2-Fix-a-bug-in-process_open_args.patch
+  - 0003-o2cb-add-build-scripts-for-rhel7.patch
+  - 0004-add-systemd-support.patch
+  - 0005-do-not-write-sysconfig-if-status-not-changed.patch
+  - 0006-o2cb-mount-debugfs-when-load-config.patch
+  - 0009-o2cb-fix-systemd-o2cb.service-failure.patch
+- Add patches (from SLE12SP2):
+  + force-debug.patch
+  + extra-debug.patch
+  + bug-805764-ocfs2-controld.patch
+  + bnc804707-reduce-RR-priority.patch
+  + 0004-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
+  + 0007-Improve-error-message-if-DLM-service-is-unavailable.patch
+
+---

Old:

  0001-libo2dlm-Close-file-description-after-use.patch
  0002-debugfs.ocfs2-Fix-a-bug-in-process_open_args.patch
  0003-o2cb-add-build-scripts-for-rhel7.patch
  0004-add-systemd-support.patch
  0005-do-not-write-sysconfig-if-status-not-changed.patch
  0006-o2cb-mount-debugfs-when-load-config.patch
  0009-o2cb-fix-systemd-o2cb.service-failure.patch
  ocfs2-tools-1.8.4.tar.gz

New:

  0004-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
  0007-Improve-error-message-if-DLM-service-is-unavailable.patch
  bnc804707-reduce-RR-priority.patch
  bug-805764-ocfs2-controld.patch
  extra-debug.patch
  force-debug.patch
  ocfs2-tools-1.8.5.tar.gz



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.Idpfh1/_old  2017-03-13 15:35:08.224255211 +0100
+++ /var/tmp/diff_new_pack.Idpfh1/_new  2017-03-13 15:35:08.228254646 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ocfs2-tools
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   ocfs2-tools
-Version:1.8.4
+Version:1.8.5
 Release:0
 Summary:Oracle Cluster File System 2 Core Tools
 License:GPL-2.0+
@@ -27,6 +27,8 @@
 Source1:o2cb.ocf
 Source2:reflink.tar.bz2
 Patch001:   auto-setup-pcmk-stack-as-default-if-no-stack-is-setup.patch
+Patch101:   force-debug.patch
+Patch102:   extra-debug.patch
 Patch103:   debug-ocfs2_hb_ctl.patch
 Patch105:   bug-470741-debug_start_failures.patch
 Patch106:   ocfs2-devel.diff
@@ -36,15 +38,12 @@
 Patch204:   dont-use-var-lock-subsys.patch
 Patch205:   ocfs2-tools-kernel33.patch
 Patch206:   ocfs2-tools-resource.patch
-Patch301:   0001-libo2dlm-Close-file-description-after-use.patch
-Patch302:   0002-debugfs.ocfs2-Fix-a-bug-in-process_open_args.patch
-Patch401:   0003-o2cb-add-build-scripts-for-rhel7.patch
-Patch402:   0004-add-systemd-support.patch 
-Patch403:   0005-do-not-write-sysconfig-if-status-not-changed.patch
-Patch404:   0006-o2cb-mount-debugfs-when-load-config.patch
+Patch212:   bug-805764-ocfs2-controld.patch
+Patch213:   bnc804707-reduce-RR-priority.patch
+Patch225:   0004-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
+Patch228:   0007-Improve-error-message-if-DLM-service-is-unavailable.patch
 Patch405:   0007-vendor-Add-vendor-files-for-sles12.patch
 Patch406:   0008-ocfs2-tools-add-systemd-support-fix.patch
-Patch407:   0009-o2cb-fix-systemd-o2cb.service-failure.patch
 Patch501:   bnc#96864-ocfs2console-fix-starting-failure.patch
 
 BuildRequires:  autoconf
@@ -141,6 +140,8 @@
 %prep
 %setup -q -a 2
 %patch001 -p1
+%patch101 -p1
+%patch102 -p1
 %patch103 -p1
 %patch105 -p1
 %patch106 -p1
@@ -150,15 +151,12 @@
 %patch204 -p1
 %patch205 -p1
 %patch206 -p1
-%patch301 -p1
-%patch302 -p1
-%patch401 -p1
-%patch402 -p1
-%patch403 -p1
-%patch404 -p1
+%patch212 -p1
+%patch213 -p1
+%patch225 -p1
+%patch228 -p1
 %patch405 -p1
 %patch406 -p1
-%patch407 -p1
 %patch501 -p1
 
 %build

++ 0004-mkfs.ocfs2-Abort-if-clus

commit sendmail for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2017-03-13 15:34:06

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


Package is "sendmail"

Mon Mar 13 15:34:06 2017 rev:76 rq:478959 version:8.15.2

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2017-02-25 
00:52:47.755492069 +0100
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2017-03-13 
15:35:16.923025908 +0100
@@ -1,0 +2,5 @@
+Mon Mar  6 10:08:23 UTC 2017 - wer...@suse.de
+
+- Require m4 at build time 
+
+---



Other differences:
--
++ sendmail.spec ++
--- /var/tmp/diff_new_pack.FOsHPU/_old  2017-03-13 15:35:18.646782309 +0100
+++ /var/tmp/diff_new_pack.FOsHPU/_new  2017-03-13 15:35:18.646782309 +0100
@@ -29,6 +29,7 @@
 BuildRequires:  db-devel
 BuildRequires:  groff
 BuildRequires:  libopenssl-devel
+BuildRequires:  m4
 BuildRequires:  mailx
 BuildRequires:  netcfg
 BuildRequires:  openldap2-devel




commit rubygem-diffy for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package rubygem-diffy for openSUSE:Factory 
checked in at 2017-03-13 15:34:01

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


Package is "rubygem-diffy"

Mon Mar 13 15:34:01 2017 rev:3 rq:478953 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-diffy/rubygem-diffy.changes  
2015-12-24 12:16:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-diffy.new/rubygem-diffy.changes 
2017-03-13 15:35:16.115140078 +0100
@@ -1,0 +2,6 @@
+Sun Mar 12 05:42:00 UTC 2017 - co...@suse.com
+
+- updated to version 3.2.0
+ see installed CHANGELOG
+
+---

Old:

  diffy-3.1.0.gem

New:

  diffy-3.2.0.gem



Other differences:
--
++ rubygem-diffy.spec ++
--- /var/tmp/diff_new_pack.YxaVL0/_old  2017-03-13 15:35:16.611069994 +0100
+++ /var/tmp/diff_new_pack.YxaVL0/_new  2017-03-13 15:35:16.615069429 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-diffy
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-diffy
-Version:3.1.0
+Version:3.2.0
 Release:0
 %define mod_name diffy
 %define mod_full_name %{mod_name}-%{version}

++ diffy-3.1.0.gem -> diffy-3.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-12-17 07:58:46.0 +0100
+++ new/.travis.yml 2017-03-12 00:35:24.0 +0100
@@ -1,8 +1,19 @@
 language: ruby
+sudo: false
 rvm:
   - 1.8.7
-  - 1.9.2
-  - 1.9.3
-  - 2.0.0
-  - 2.1.0
-  - 2.1.1
+  - 1.9.3-p551
+  - 2.0.0-p648
+  - 2.1.9
+  - 2.2.6
+  - 2.3.3
+  - 2.4.0
+  - jruby-9.1.5.0
+  - rbx
+  - rbx-2
+matrix:
+  allow_failures:
+- rvm: 1.8.7
+- rvm: jruby-9.1.5.0
+- rvm: rbx
+- rvm: rbx-2
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTORS new/CONTRIBUTORS
--- old/CONTRIBUTORS2015-12-17 07:58:46.0 +0100
+++ new/CONTRIBUTORS2017-03-12 00:35:24.0 +0100
@@ -10,3 +10,4 @@
 * Bryan Ricker
 * JasonBarnabe
 * Skye Shaw
+* Abinoam P. Marques Jr.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2015-12-17 07:58:46.0 +0100
+++ new/Gemfile 2017-03-12 00:35:24.0 +0100
@@ -4,7 +4,4 @@
   gem 'rubysl', '~> 2.0'
 end
 
-
-group :test, :development do
-  gemspec
-end
+gemspec
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-12-17 07:58:46.0 +0100
+++ new/README.md   2017-03-12 00:35:24.0 +0100
@@ -149,9 +149,9 @@
 may be changed by passing the format with the options hash (see below), and all
 default formats are supported.
 
-Unlinke `Diffy::Diff`, `Diffy::SplitDiff` does not use `#to_s` to output
+Unlike `Diffy::Diff`, `Diffy::SplitDiff` does not use `#to_s` to output
 the resulting diff.  Instead, two self-explanatory methods are used to output
-the diff; `#left` and `#right`.  Using the earlier example, this is what they
+the diff: `#left` and `#right`.  Using the earlier example, this is what they
 look like in action:
 
 ```
@@ -315,16 +315,6 @@
 Use `#map`, `#inject`, or any of Enumerable's methods.  Go crazy.
 
 
-Ruby Version Compatibility
--
-
-Support for Ruby 1.8.6 was dropped beginning at version 2.0 in order to support
-the chainable enumerators available in 1.8.7 and 1.9.
-
-If you want to use Diffy and Ruby 1.8.6 then:
-
-$ gem install diffy -v1.1.0
-
 Testing
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2015-12-17 07:58:46.0 +0100
+++ new/Rakefile2017-03-12 00:35:24.0 +0100
@@ -3,6 +3,8 @@
 task :default => :spec
 
 desc "Run all specs in spec directory"
+
 RSpec::Core::RakeTask.new(:spec) do |t|
   t.pattern = "./spec/**/*_spec.rb" # don't need this, it's default.
+  t.ruby_opts = "-w"
 end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diffy.gemspec new/diffy.gemspec
--- old/diffy.gemspec   2015-12-17 07

commit kwallet for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2017-03-13 15:30:28

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


Package is "kwallet"

Mon Mar 13 15:30:28 2017 rev:42 rq:478313 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2017-03-03 
17:20:39.455644027 +0100
+++ /work/SRC/openSUSE:Factory/.kwallet.new/kwallet.changes 2017-03-13 
15:30:29.323670950 +0100
@@ -1,0 +2,6 @@
+Thu Mar  9 23:19:25 UTC 2017 - wba...@tmo.at
+
+- Build against libqgpgme-devel on openSUSE and SLE13 to enable GPG
+  encryption, gpgmepp5 is not supported any more
+
+---



Other differences:
--
++ kwallet.spec ++
--- /var/tmp/diff_new_pack.18wiGZ/_old  2017-03-13 15:30:30.011573728 +0100
+++ /var/tmp/diff_new_pack.18wiGZ/_new  2017-03-13 15:30:30.015573162 +0100
@@ -26,12 +26,8 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-%if 0%{?is_opensuse}
-%if 0%{?suse_version} >= 1330
+%if 0%{?is_opensuse} || 0%{?sle_version} >= 13
 BuildRequires:  libqgpgme-devel
-%else
-BuildRequires:  gpgmepp5-devel
-%endif
 %endif
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel




commit wxMaxima for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2017-03-13 15:34:09

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


Package is "wxMaxima"

Mon Mar 13 15:34:09 2017 rev:20 rq:478963 version:16.12.2

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2017-02-09 
11:18:38.369408016 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2017-03-13 
15:35:18.870750658 +0100
@@ -1,0 +2,7 @@
+Mon Mar 13 10:23:36 UTC 2017 - tchva...@suse.com
+
+- Build with new RPM package in Factory
+- Shorten a bit the description
+- Remove unused configure switch
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.KQr8UU/_old  2017-03-13 15:35:19.702633098 +0100
+++ /var/tmp/diff_new_pack.KQr8UU/_new  2017-03-13 15:35:19.702633098 +0100
@@ -48,28 +48,12 @@
 wxMaxima is a cross platform GUI for the computer algebra system maxima
 based on wxWidgets.
 
-wxMaxima features include:
-
-* 2D formatted math display: wxMaxima implements its own math display
-  engine to nicely display maxima output.
-* Menu system: most maxima commands are available through menus. Most
-  used functions are also available through a button panel at below
-  the input line.
-* Dialogs: commands which require more that one argument can be entered
-  through dialogs so that there is no need to remember the exact syntax.
-* Command line history: the input line has command history and command
-  completion based on previous input.
-* Create documents: text can be mixed with math calculations to create
-  documents. See the howto for tips on how to use these features.
-  Documents can be saved and edited again later.
-
 %prep
 %setup -q -n %{tarname}-%{version}
 
 %build
 %configure \
--enable-printing \
-   --enable-unicode-glyphs \
--docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 
@@ -116,6 +100,7 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README.md ChangeLog
+%{_docdir}/%{name}/*
 %{_bindir}/*
 %{_datadir}/wxMaxima/
 %dir %{_datadir}/icons/hicolor/512x512