commit perl-Cairo for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Cairo for openSUSE:Factory 
checked in at 2015-10-14 16:44:08

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


Package is "perl-Cairo"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Cairo/perl-Cairo.changes2015-09-03 
18:07:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Cairo.new/perl-Cairo.changes   
2015-10-14 16:44:09.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  2 08:51:54 UTC 2015 - co...@suse.com
+
+- updated to 1.106
+   see /usr/share/doc/packages/perl-Cairo/ChangeLog.pre-git
+
+---

Old:

  Cairo-1.105.tar.gz

New:

  Cairo-1.106.tar.gz



Other differences:
--
++ perl-Cairo.spec ++
--- /var/tmp/diff_new_pack.ASFhT1/_old  2015-10-14 16:44:10.0 +0200
+++ /var/tmp/diff_new_pack.ASFhT1/_new  2015-10-14 16:44:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Cairo
-Version:1.105
+Version:1.106
 Release:0
 %define cpan_name Cairo
 Summary:Perl interface to the cairo 2d vector graphics library

++ Cairo-1.105.tar.gz -> Cairo-1.106.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.105/META.json new/Cairo-1.106/META.json
--- old/Cairo-1.105/META.json   2014-11-26 01:44:14.0 +0100
+++ new/Cairo-1.106/META.json   2015-09-29 07:06:31.0 +0200
@@ -4,7 +4,7 @@
   "Cairo Perl Team "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141520",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "lgpl_2_1"
],
@@ -64,5 +64,5 @@
   },
   "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list;
},
-   "version" : "1.105"
+   "version" : "1.106"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.105/META.yml new/Cairo-1.106/META.yml
--- old/Cairo-1.105/META.yml2014-11-26 01:44:13.0 +0100
+++ new/Cairo-1.106/META.yml2015-09-29 07:06:31.0 +0200
@@ -9,7 +9,7 @@
   ExtUtils::MakeMaker: '0'
   ExtUtils::PkgConfig: '1'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.141520'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -30,4 +30,4 @@
   homepage: http://gtk2-perl.sourceforge.net
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: git://git.gnome.org/perl-Cairo
-version: '1.105'
+version: '1.106'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.105/Makefile.PL new/Cairo-1.106/Makefile.PL
--- old/Cairo-1.105/Makefile.PL 2014-11-26 01:26:49.0 +0100
+++ new/Cairo-1.106/Makefile.PL 2015-09-26 19:10:29.0 +0200
@@ -571,16 +571,16 @@
   build/cairo-perl-auto.typemap));
 $dep->save_config ('build/IFiles.pm');
 
-# On OpenBSD, any program that directly or indirectly wants to load
+# On OpenBSD/NetBSD, any program that directly or indirectly wants to load
 # libpthread.so must do so from the start.  But when perl is built without
 # ithreads, it will also most likely not be compiled with "-pthread".  When
-# libglib/libgobject then go and try to load libpthread.so, the loader will
-# error out.
-my @openbsd_compat_flags = ();
-if ($^O eq 'openbsd' && $Config::Config{ldflags} !~ m/-pthread\b/) {
-  warn " ***\n *** on OpenBSD, we either need perl linked with '-pthread',\n",
+# libcairo then goes and tries to load libpthread.so, the loader will error
+# out.
+my @bsd_compat_flags = ();
+if (($^O eq 'openbsd' || $^O eq 'netbsd') && $Config::Config{ldflags} !~ 
m/-pthread\b/) {
+  warn " ***\n *** on OpenBSD/NetBSD, we either need perl linked with 
'-pthread',\n",
" ***   or we need to set LD_PRELOAD=libpthread.so; doing the latter 
now...\n ***\n";
-  @openbsd_compat_flags = (
+  @bsd_compat_flags = (
 macro => {FULLPERLRUN => 'LD_PRELOAD=libpthread.so $(FULLPERL)'},
   );
 }
@@ -596,7 +596,7 @@
 DL_FUNCS  => { Cairo=> [] },
 META_MERGE=> \%meta_merge,
 $dep->get_makefile_vars,
-@openbsd_compat_flags,
+@bsd_compat_flags,
 );
 
 sub MY::postamble
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.105/NEWS new/Cairo-1.106/NEWS
--- old/Cairo-1.105/NEWS2014-11-26 01:40:37.0 +0100
+++ 

commit perl-Parse-RecDescent for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-RecDescent for 
openSUSE:Factory checked in at 2015-10-14 16:37:53

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


Package is "perl-Parse-RecDescent"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Parse-RecDescent/perl-Parse-RecDescent.changes  
2015-09-24 06:13:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Parse-RecDescent.new/perl-Parse-RecDescent.changes
 2015-10-14 16:37:54.0 +0200
@@ -1,0 +2,14 @@
+Mon Sep 28 09:04:00 UTC 2015 - co...@suse.com
+
+- updated to 1.967013
+   see /usr/share/doc/packages/perl-Parse-RecDescent/Changes
+
+  
+  1.967013  Sun Sep 27 10:00:36 2015
+  
+  - Wrap Data::Dumper->Dump() to localize some $Data::Dumper::VARS
+to control the dumped output. In particular,
+Data::Dumper::Terse=1 was reported to break parser
+generation. (RT.cpan.org #107355, thanks Sherrard!)
+
+---

Old:

  Parse-RecDescent-1.967012.tar.gz

New:

  Parse-RecDescent-1.967013.tar.gz



Other differences:
--
++ perl-Parse-RecDescent.spec ++
--- /var/tmp/diff_new_pack.1YFI4i/_old  2015-10-14 16:37:55.0 +0200
+++ /var/tmp/diff_new_pack.1YFI4i/_new  2015-10-14 16:37:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Parse-RecDescent
-Version:1.967012
+Version:1.967013
 Release:0
 %define cpan_name Parse-RecDescent
 Summary:Generate Recursive-Descent Parsers
@@ -29,6 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.5702
 BuildRequires:  perl(Module::Build)
 %{perl_requires}
 

++ Parse-RecDescent-1.967012.tar.gz -> Parse-RecDescent-1.967013.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-RecDescent-1.967012/Changes 
new/Parse-RecDescent-1.967013/Changes
--- old/Parse-RecDescent-1.967012/Changes   2015-09-13 17:00:59.0 
+0200
+++ new/Parse-RecDescent-1.967013/Changes   2015-09-27 19:01:09.0 
+0200
@@ -832,3 +832,10 @@
 - Reference Data::Dumper::Sortkeys, not SortKeys. Actually
   produces reproducible precompiled parsers now. (RT.cpan.org
   #107061, thanks Slaven!)
+
+1.967013  Sun Sep 27 10:00:36 2015
+
+- Wrap Data::Dumper->Dump() to localize some $Data::Dumper::VARS
+  to control the dumped output. In particular,
+  Data::Dumper::Terse=1 was reported to break parser
+  generation. (RT.cpan.org #107355, thanks Sherrard!)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-RecDescent-1.967012/MANIFEST 
new/Parse-RecDescent-1.967013/MANIFEST
--- old/Parse-RecDescent-1.967012/MANIFEST  2015-09-13 02:44:06.0 
+0200
+++ new/Parse-RecDescent-1.967013/MANIFEST  2015-09-27 19:37:24.0 
+0200
@@ -89,3 +89,5 @@
 tutorial/TPJ_maze.gif
 tutorial/TPJ_tree.gif
 tutorial/tutorial.html
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-RecDescent-1.967012/META.json 
new/Parse-RecDescent-1.967013/META.json
--- old/Parse-RecDescent-1.967012/META.json 1970-01-01 01:00:00.0 
+0100
+++ new/Parse-RecDescent-1.967013/META.json 2015-09-27 19:37:24.0 
+0200
@@ -0,0 +1,43 @@
+{
+   "abstract" : "Generate Recursive-Descent Parsers",
+   "author" : [
+  "Damian Conway ",
+  "Jeremy T. Braun "
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.113640",
+   "license" : [
+  "unknown"
+   ],
+   "meta-spec" : {
+  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  "version" : "2"
+   },
+   "name" : "Parse-RecDescent",
+   "no_index" : {
+  "directory" : [
+ "t",
+ "inc"
+  ]
+   },
+   "prereqs" : {
+  "build" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "6.5702"
+ }
+  },
+  "configure" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "6.5702"
+ }
+  },
+  "runtime" : {
+ "requires" : {
+"Test::More" : 0,
+"Text::Balanced" : "1.95"
+ }
+  }
+   },
+   "release_status" : "stable",
+   "version" : "1.967013"
+}
diff -urN '--exclude=CVS' 

commit perl-DateTime-Format-Strptime for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-Format-Strptime for 
openSUSE:Factory checked in at 2015-10-14 16:44:21

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


Package is "perl-DateTime-Format-Strptime"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime/perl-DateTime-Format-Strptime.changes
  2014-09-22 09:21:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new/perl-DateTime-Format-Strptime.changes
 2015-10-14 16:44:22.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct  5 08:32:24 UTC 2015 - co...@suse.com
+
+- updated to 1.57
+   see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
+
+  1.57 2015-10-04
+  
+  - Make all tests pass with both the current DateTime::Locale and the upcoming
+new version (currently still in trial releases).
+
+---

Old:

  DateTime-Format-Strptime-1.56.tar.gz

New:

  DateTime-Format-Strptime-1.57.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-DateTime-Format-Strptime.spec ++
--- /var/tmp/diff_new_pack.NpM1YZ/_old  2015-10-14 16:44:23.0 +0200
+++ /var/tmp/diff_new_pack.NpM1YZ/_new  2015-10-14 16:44:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime-Format-Strptime
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,26 @@
 
 
 Name:   perl-DateTime-Format-Strptime
-Version:1.56
+Version:1.57
 Release:0
 %define cpan_name DateTime-Format-Strptime
 Summary:Parse and format strp and strf time patterns
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime-Format-Strptime/
-Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(DateTime) >= 1.00
-BuildRequires:  perl(DateTime::Locale) >= 0.45
+BuildRequires:  perl(DateTime::Locale) >= 0.45
 BuildRequires:  perl(DateTime::TimeZone) >= 0.79
 BuildRequires:  perl(Params::Validate) >= 0.64
-BuildRequires:  perl(Test::More) >= 0.88
-#BuildRequires: perl(DateTime::Format::Strptime)
+BuildRequires:  perl(Test::More) >= 0.96
 Requires:   perl(DateTime) >= 1.00
-Requires:   perl(DateTime::Locale) >= 0.45
+Requires:   perl(DateTime::Locale) >= 0.45
 Requires:   perl(DateTime::TimeZone) >= 0.79
 Requires:   perl(Params::Validate) >= 0.64
 %{perl_requires}

++ DateTime-Format-Strptime-1.56.tar.gz -> 
DateTime-Format-Strptime-1.57.tar.gz ++
 4519 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#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_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 guile for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package guile for openSUSE:Factory checked 
in at 2015-10-14 16:43:51

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


Package is "guile"

Changes:

--- /work/SRC/openSUSE:Factory/guile/guile.changes  2015-03-12 
16:37:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.guile.new/guile.changes 2015-10-14 
16:43:52.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  7 14:23:10 UTC 2015 - pgaj...@suse.com
+
+- libguile require glibc-locale [bnc#948804]
+
+---



Other differences:
--
++ guile.spec ++
--- /var/tmp/diff_new_pack.ERLQbk/_old  2015-10-14 16:43:53.0 +0200
+++ /var/tmp/diff_new_pack.ERLQbk/_new  2015-10-14 16:43:53.0 +0200
@@ -64,6 +64,8 @@
 License:GFDL-1.3 and GPL-3.0+ and LGPL-3.0+
 Group:  Development/Languages/Scheme
 Requires:   %{name}-modules-%{guilemaj}_%{guilemin} >= %{version}
+# workaround for bnc#948804
+Requires:   glibc-locale
 
 %description -n libguile-%{gsuff}
 This is Guile, a portable, embeddable Scheme implementation written in






commit qbittorrent for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-10-14 16:44:48

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


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-08-11 
08:26:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-10-14 16:44:49.0 +0200
@@ -1,0 +2,71 @@
+Sat Oct 10 13:26:03 UTC 2015 - aloi...@gmx.com
+
+- Update to version 3.2.4
+  * FEATURE: Select the file of single file torrents when opening
+destination folder (pmzqla)
+  * BUGFIX: Fix crash with invalid favicon. Closes #3632. (glassez)
+  * BUGFIX: Try to download favicon.png when the download of
+favicon.ico fails (pmzqla)
+  * BUGFIX: Try to avoid loading a corrupted configuration file.
+Also log errors encountered while saving/loading the configuration.
+Closes #3503. (sledgehammer999)
+  * BUGFIX: Allow adding torrent link from Torcache (jsayol)
+  * BUGFIX: Don't limit the number of torrents that can be announced to
+the tracker/dht/lsd. Closes #3473. (sledgehammer999)
+  * BUGFIX: Fix potential crash when memory allocation failed.
+Closes #3877. (Chocobo1)
+  * COSMETIC: Change Queue buttons order in the Toolbar (GUI & Web
+UI) (ngosang)
+  * COSMETIC: Move option "Ignore transfer limits on local network"
+to Speed page (Chocobo1)
+  * COSMETIC: Move option "Confirm torrent deletion" to Behavior
+page (Chocobo1)
+  * COSMETIC: Fix typos. Make `μTP` untranslatable. Use American
+variation of words. Closes #3654. (sledgehammer999)
+  * COSMETIC: Optimize text color for dark themes. Closes #3633
+and #3815. (sledgehammer999)
+  * COSMETIC: Show current label in the torrent context menu.
+Closes #3776. (sledgehammer999)
+  * WEBUI: Add save_path to /query/torrents (Casey Bodley)
+  * WEBUI: Bump API_VERSION to 5
+  * SEARCH: Fix python detection when the 'Anaconda' software is
+installed. Closes #3731. (sledgehammer999)
+  * RSS: Handle magnet links as torrents instead of news URLs.
+Closes #3560 (ngosang)
+  * RSS: Trim elements text in RSS articles (ngosang)
+  * RSS: Fix contextual menu in RSS torrents list (ngosang)
+  * RSS: Improve error handling when a RSS feed doesn't contain
+torrents (ngosang)
+  * RSS: More precise message and code simplification in RSS feeds
+deletion (ngosang)
+  * RSS: Don't hide the elements in Unread list when clicked (ngosang)
+  * RSS: Allow multiple selection in RSS torrents list (ngosang)
+  * RSS: Simplify string translation (ngosang)
+  * RSS: Handle more types of RSS feeds (ngosang)
+  * RSS: Fix RSS panel position not saved (ngosang)
+  * RSS: Fix forgetting label changes to first item in RSS rule
+list. (Gelmir)
+  * RSS: Add label to UI when a new one is creating during rule
+addition. (Gelmir)
+  * RSS: Removes refresh message when adding a new feed (ngosang)
+  * RSS: Fix RSS crash when deleting RSS feeds. Closes #997, #2152
+  , #2461, #3718,
+#3747, #3766, #3806, #3814, #3829 and #3846. (ngosang)
+  * RSS: Sort labels in RSS Downloader dialog, closes #3140. (Chocobo1)
+  * WINDOWS: Correctly show german letters in the installer. Closes #3574,
+#3566. (sledgehammer999)
+  * WINDOWS: Fix file selection on Explorer when the filename contains
+weird characters. Closes #3185. (sledgehammer999)
+  * WINDOWS: Fix wrong default download directory in Windows.
+Closes #2625. (Chocobo1)
+  * WINDOWS: Fix German translation of the installer. (netswap)
+  * LINUX: Fix broken .desktop file icon for some locales.
+See #3905. (sledgehammer999)
+  * OTHER: Fix ppc64le detection during configure (sledgehammer999)
+  * OTHER: Don't use sed in configure. Closes #3169. (pmzqla)
+  * OTHER: Fix broken donation link. Closes #3771. (sledgehammer999)
+  * OTHER: Add forum link in README. Closes #3853. (sledgehammer999)
+  * OTHER: New translation: Esperanto
+  * OTHER: Fix Qt5 nox build on non-Windows. (sledgehammer999)
+
+---

Old:

  qbittorrent-3.2.3.tar.gz

New:

  qbittorrent-3.2.4.tar.gz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.kj95t4/_old  2015-10-14 16:44:50.0 +0200
+++ /var/tmp/diff_new_pack.kj95t4/_new  2015-10-14 16:44:50.0 +0200
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.2.3
+Version:3.2.4
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+

++ bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch ++
--- 

commit seccheck for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package seccheck for openSUSE:Factory 
checked in at 2015-10-14 16:44:26

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


Package is "seccheck"

Changes:

--- /work/SRC/openSUSE:Factory/seccheck/seccheck.changes2015-02-05 
11:00:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.seccheck.new/seccheck.changes   2015-10-14 
16:44:27.0 +0200
@@ -2 +2,13 @@
-Tue Feb  3 15:41:45 UTC 2015 - vpere...@novell.com
+Wed Oct  7 09:25:59 UTC 2015 - vpere...@suse.com
+
+- fixed bnc#942846: seccheck does not collect the same data in 
+SLES 12 and SLES 11 sp3
+
+- seccheck-3.0-fix-bashisms.patch and daily-mailer.patch were merged into 
upstream
+---
+Mon Oct  5 15:09:43 UTC 2015 - vpere...@suse.com
+
+- use upstream version of code 
+
+---
+Tue Feb  3 15:41:45 UTC 2015 - vpere...@suse.com

Old:

  daily-mailer.patch
  seccheck-3.0-fix-bashisms.patch
  seccheck-3.0.tar.gz

New:

  _service
  master.zip



Other differences:
--
++ seccheck.spec ++
--- /var/tmp/diff_new_pack.hjiUnH/_old  2015-10-14 16:44:28.0 +0200
+++ /var/tmp/diff_new_pack.hjiUnH/_new  2015-10-14 16:44:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package seccheck
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,11 +22,10 @@
 Summary:Security-Check Scripts
 License:GPL-2.0+
 Group:  Productivity/Security
-Source: %{name}-%{version}.tar.gz
-Source1:sysconfig.seccheck
-Source2:cron_entries
-Patch0: daily-mailer.patch
-Patch1: %{name}-3.0-fix-bashisms.patch
+Source0:https://github.com/vpereira/seccheck/archive/master.zip
+Source1:cron_entries
+Source2:sysconfig.seccheck
+BuildRequires:  unzip
 Requires:   bash
 Requires:   cron
 # FIXME: use proper Requires(pre/post/preun/...)
@@ -40,10 +39,7 @@
 your system.
 
 %prep
-%setup -q
-
-%patch0 -p1
-%patch1 -p1 -F2
+%setup -q -n seccheck-master
 
 %install
 install -d -m 700 %{buildroot}%{_localstatedir}/lib/secchk

++ _service ++

 
https
github.com
/vpereira/seccheck/archive/master.zip
  




commit openscap for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2015-10-14 16:44:34

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


Package is "openscap"

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2015-07-08 
06:59:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2015-10-14 
16:44:35.0 +0200
@@ -1,0 +2,27 @@
+Mon Oct  5 11:45:28 UTC 2015 - meiss...@suse.com
+
+- openscap 1.2.6 release
+  - New features
+- introduced OpenSCAP user manual
+- improved OVAL 5.11.1 support
+  - added OVAL 5.11.1 XSD schemas and schematrons
+  - support for core/platform schema versions
+  - support for check_existence attribute in state entities
+  - support for CIM datetime format
+  - amended behavior of mask attribute
+- added support for remote .xml.bz2 files (use with 
--fetch-remote-resources)
+- rewrote oscap-docker to python, deeper integration with Atomic Host
+- introduced CPE name for Fedora 24 to the internal dictionary
+  - HTML report & guide
+- results can be grouped by according to various aspects
+- printing supported (interactive elements are now hidden when printing)
+- table of content now shows only selected items (rule & groups)
+- references to RHSA are presented as links to website (rhbz#1243808)
+  - Maintenance
+- scap-as-rpm can now build source rpm packages (srpms) (trac#469)
+- scap-as-rpm now supports python3
+- refactored oval processing into oval_session structure
+- many smaller bugfixes and new tests
+- new openscap-docker subpackage
+
+---

Old:

  openscap-1.2.5.tar.gz
  openscap-1.2.5.tar.gz.sha1sum

New:

  openscap-1.2.6.tar.gz
  openscap-1.2.6.tar.gz.sha1sum



Other differences:
--
++ openscap.spec ++
--- /var/tmp/diff_new_pack.68y8DW/_old  2015-10-14 16:44:36.0 +0200
+++ /var/tmp/diff_new_pack.68y8DW/_new  2015-10-14 16:44:36.0 +0200
@@ -20,7 +20,7 @@
 %define with_bindings 0
 
 Name:   openscap
-Version:1.2.5
+Version:1.2.6
 Release:1.0
 Source: 
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz
 Source5:
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum
@@ -74,6 +74,13 @@
 %description -n libopenscap%{soname}
 The OpenSCAP C Library for easy integration with SCAP.
 
+%package docker
+Summary:Docker plugin for OpenSCAP
+Group:  System/Libraries
+
+%description docker
+This package contains the Docker support for OpenSCAP.
+
 
 %package devel
 Requires:   %{name} = %{version}-%{release}
@@ -147,12 +154,12 @@
 %if 0%{?with_bindings}
 %configure --disable-silent-rules
 %else
-%configure --disable-silent-rules --disable-bindings --disable-python
+%configure --disable-silent-rules --disable-bindings --disable-python 
--disable-python3
 %endif
 %__make %{?_smp_mflags}
 
 %check
-# #%__make check %{?_smp_mflags} ||:
+%__make check %{?_smp_mflags} ||:
 
 %install
 %__make install DESTDIR=%{buildroot}
@@ -241,6 +248,11 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
+%files docker
+%defattr(-, root, root)
+%{python_sitelib}/oscap_docker_python
+%{_bindir}/oscap-docker
+
 %if 0%{?with_bindings}
 %files -n python-openscap
 %defattr(-, root, root)
@@ -258,7 +270,9 @@
 %doc docs/oscap-scan.cron
 %{_initrddir}/oscap-scan
 %{_mandir}/man8/*
-%{_bindir}/*
+%{_bindir}/oscap
+%{_bindir}/oscap-ssh
+%{_bindir}/scap-as-rpm
 %config %{_sysconfdir}/bash_completion.d/*
 
 %files content

++ fix-missing-include.dif ++
--- /var/tmp/diff_new_pack.68y8DW/_old  2015-10-14 16:44:36.0 +0200
+++ /var/tmp/diff_new_pack.68y8DW/_new  2015-10-14 16:44:36.0 +0200
@@ -1,7 +1,7 @@
-Index: openscap-0.9.7/src/OVAL/probes/unix/linux/rpminfo.c
+Index: openscap-1.2.6/src/OVAL/probes/unix/linux/rpminfo.c
 ===
 openscap-0.9.7.orig/src/OVAL/probes/unix/linux/rpminfo.c
-+++ openscap-0.9.7/src/OVAL/probes/unix/linux/rpminfo.c
+--- openscap-1.2.6.orig/src/OVAL/probes/unix/linux/rpminfo.c
 openscap-1.2.6/src/OVAL/probes/unix/linux/rpminfo.c
 @@ -66,6 +66,7 @@
  #include 
  #include 
@@ -10,3 +10,15 @@
  
  #ifndef HAVE_HEADERFORMAT
  # define HAVE_LIBRPM44 1 /* hack */
+Index: openscap-1.2.6/src/common/oscap_acquire.c
+===
+--- openscap-1.2.6.orig/src/common/oscap_acquire.c
 openscap-1.2.6/src/common/oscap_acquire.c
+@@ -36,6 +36,7 @@
+ #include 
+ 
+ #include "oscap_acquire.h"

commit libcerf for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package libcerf for openSUSE:Factory checked 
in at 2015-10-14 16:44:45

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


Package is "libcerf"

Changes:

--- /work/SRC/openSUSE:Factory/libcerf/libcerf.changes  2015-08-03 
17:21:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcerf.new/libcerf.changes 2015-10-14 
16:44:46.0 +0200
@@ -1,0 +2,11 @@
+Fri Oct  9 20:05:30 UTC 2015 - jungh...@votca.org
+
+- version bump to 1.4, details from 
http://apps.jcns.fz-juelich.de/src/libcerf/CHANGELOG
+  * HTML version of man pages no longer installs to man/html.
+  * More concise man pages.
+  * Delete a few unused include's.
+  * Autotools script corrected (suggestions by Christoph Junghans)
+- added %check section
+
+
+---

Old:

  libcerf-1.3.tgz

New:

  libcerf-1.4.tgz



Other differences:
--
++ libcerf.spec ++
--- /var/tmp/diff_new_pack.MusIxj/_old  2015-10-14 16:44:46.0 +0200
+++ /var/tmp/diff_new_pack.MusIxj/_new  2015-10-14 16:44:46.0 +0200
@@ -18,11 +18,11 @@
 
 
 Name:   libcerf
-Version:1.3
+Version:1.4
 Release:0
 
 Url:http://apps.jcns.fz-juelich.de/doku/sc/libcerf
-Source: 
http://downloads.sourceforge.net/project/libcerf/%{name}-%{version}.tgz
+Source: 
http://apps.jcns.fz-juelich.de/src/libcerf/%{name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A library that complex error functions
 License:MIT
@@ -70,13 +70,16 @@
 %install
 make install DESTDIR=%{buildroot}
 rm %{buildroot}%{_libdir}/*.la
-mkdir -p %{buildroot}%{_docdir}/%{name}
-mv %{buildroot}%{_mandir}/html/* %{buildroot}%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_docdir}
+mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
 %fdupes %{buildroot}%{_prefix}
 
 %post -n libcerf1 -p /sbin/ldconfig
 %postun -n libcerf1 -p /sbin/ldconfig
 
+%check
+make check
+
 %files -n libcerf1
 %defattr(-,root,root,0755)
 %{_libdir}/libcerf.so.*

++ libcerf-1.3.tgz -> libcerf-1.4.tgz ++
 5401 lines of diff (skipped)




commit perl-DBIx-Class-DeploymentHandler for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perl-DBIx-Class-DeploymentHandler 
for openSUSE:Factory checked in at 2015-10-14 16:44:19

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


Package is "perl-DBIx-Class-DeploymentHandler"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DBIx-Class-DeploymentHandler/perl-DBIx-Class-DeploymentHandler.changes
  2015-06-16 14:06:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-DeploymentHandler.new/perl-DBIx-Class-DeploymentHandler.changes
 2015-10-14 16:44:21.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct  5 08:30:09 UTC 2015 - co...@suse.com
+
+- updated to 0.002217
+   see /usr/share/doc/packages/perl-DBIx-Class-DeploymentHandler/Changes
+
+  0.002217  2015-10-04 15:05:01-07:00 America/Los_Angeles
+   - Document Custom Script Helper pattern
+
+---

Old:

  DBIx-Class-DeploymentHandler-0.002216.tar.gz

New:

  DBIx-Class-DeploymentHandler-0.002217.tar.gz



Other differences:
--
++ perl-DBIx-Class-DeploymentHandler.spec ++
--- /var/tmp/diff_new_pack.WM14gj/_old  2015-10-14 16:44:21.0 +0200
+++ /var/tmp/diff_new_pack.WM14gj/_new  2015-10-14 16:44:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBIx-Class-DeploymentHandler
-Version:0.002216
+Version:0.002217
 Release:0
 %define cpan_name DBIx-Class-DeploymentHandler
 Summary:Extensible DBIx::Class deployment

++ DBIx-Class-DeploymentHandler-0.002216.tar.gz -> 
DBIx-Class-DeploymentHandler-0.002217.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-DeploymentHandler-0.002216/Changes 
new/DBIx-Class-DeploymentHandler-0.002217/Changes
--- old/DBIx-Class-DeploymentHandler-0.002216/Changes   2015-06-14 
18:35:10.0 +0200
+++ new/DBIx-Class-DeploymentHandler-0.002217/Changes   2015-10-05 
00:05:15.0 +0200
@@ -1,5 +1,8 @@
 Revision history for DBIx-Class-DeploymentHandler
 
+0.002217  2015-10-04 15:05:01-07:00 America/Los_Angeles
+ - Document Custom Script Helper pattern
+
 0.002216  2015-06-14 09:34:57-07:00 America/Los_Angeles
  - Use Pod::Weaver::Plugin::Ditaa to render diagram
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-DeploymentHandler-0.002216/MANIFEST 
new/DBIx-Class-DeploymentHandler-0.002217/MANIFEST
--- old/DBIx-Class-DeploymentHandler-0.002216/MANIFEST  2015-06-14 
18:35:10.0 +0200
+++ new/DBIx-Class-DeploymentHandler-0.002217/MANIFEST  2015-10-05 
00:05:15.0 +0200
@@ -57,6 +57,7 @@
 t/lib/DBICVersion_v2.pm
 t/lib/DBICVersion_v3.pm
 t/lib/DBICVersion_v4.pm
+t/lib/SH.pm
 t/no-component-lib/DBICDHTest.pm
 t/no-component-lib/DBICVersion_v1.pm
 t/no-component-lib/DBICVersion_v2.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-DeploymentHandler-0.002216/META.json 
new/DBIx-Class-DeploymentHandler-0.002217/META.json
--- old/DBIx-Class-DeploymentHandler-0.002216/META.json 2015-06-14 
18:35:10.0 +0200
+++ new/DBIx-Class-DeploymentHandler-0.002217/META.json 2015-10-05 
00:05:15.0 +0200
@@ -67,6 +67,6 @@
  "web" : "https://github.com/frioux/DBIx-Class-DeploymentHandler;
   }
},
-   "version" : "0.002216"
+   "version" : "0.002217"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-DeploymentHandler-0.002216/META.yml 
new/DBIx-Class-DeploymentHandler-0.002217/META.yml
--- old/DBIx-Class-DeploymentHandler-0.002216/META.yml  2015-06-14 
18:35:10.0 +0200
+++ new/DBIx-Class-DeploymentHandler-0.002217/META.yml  2015-10-05 
00:05:15.0 +0200
@@ -39,4 +39,4 @@
   bugtracker: https://github.com/frioux/DBIx-Class-DeploymentHandler/issues
   homepage: https://github.com/frioux/DBIx-Class-DeploymentHandler
   repository: https://github.com/frioux/DBIx-Class-DeploymentHandler.git
-version: '0.002216'
+version: '0.002217'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-DeploymentHandler-0.002216/Makefile.PL 
new/DBIx-Class-DeploymentHandler-0.002217/Makefile.PL
--- old/DBIx-Class-DeploymentHandler-0.002216/Makefile.PL   2015-06-14 
18:35:10.0 +0200
+++ new/DBIx-Class-DeploymentHandler-0.002217/Makefile.PL   2015-10-05 
00:05:15.0 +0200
@@ -42,7 +42,7 @@
 "Test::Requires" => "0.06",
 "aliased" => 0
   },
-  "VERSION" => "0.002216",
+  "VERSION" => "0.002217",
   "test" => {
 "TESTS" => "t/*.t t/bugs/*.t 

commit softhsm for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package softhsm for openSUSE:Factory checked 
in at 2015-10-14 16:44:40

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


Package is "softhsm"

Changes:

--- /work/SRC/openSUSE:Factory/softhsm/softhsm.changes  2015-05-15 
07:43:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.softhsm.new/softhsm.changes 2015-10-14 
16:44:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct  8 14:00:49 UTC 2015 - meiss...@suse.com
+
+- softhsm-rsakeys.patch: do not test odd bit RSA keys, this breaks
+  with the FIPS enabled openssl from leap/sle12, as thats rounds
+  up the keylength to the next even number. bsc#949492
+
+---

New:

  softhsm-rsakeys.patch



Other differences:
--
++ softhsm.spec ++
--- /var/tmp/diff_new_pack.zpYQbg/_old  2015-10-14 16:44:42.0 +0200
+++ /var/tmp/diff_new_pack.zpYQbg/_new  2015-10-14 16:44:42.0 +0200
@@ -29,6 +29,7 @@
 Source2:softhsm2-pk11install.c
 Patch1: softhsm-v2.0.0b1-aes-key-wrap.patch
 Patch2: softhsm-v2.0.0b1-ckm-rsa-pkcs-oaep-key-wrap.patch
+Patch3: softhsm-rsakeys.patch
 
 BuildRequires:  automake
 BuildRequires:  cppunit-devel
@@ -66,6 +67,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # remove softhsm/ subdir auto-added to --libdir
 sed -i "s:full_libdir/softhsm:full_libdir:g" configure

++ softhsm-rsakeys.patch ++
Index: softhsm-2.0.0b1/src/lib/crypto/test/RSATests.cpp
===
--- softhsm-2.0.0b1.orig/src/lib/crypto/test/RSATests.cpp
+++ softhsm-2.0.0b1/src/lib/crypto/test/RSATests.cpp
@@ -79,9 +79,10 @@ void RSATests::testKeyGeneration()
// Key sizes to test
std::vector keySizes;
keySizes.push_back(1024);
-   keySizes.push_back(1025);
+   //keySizes.push_back(1025);
keySizes.push_back(1280);
keySizes.push_back(2048);
+   keySizes.push_back(3072);
//keySizes.push_back(4096);
 
for (std::vector::iterator e = exponents.begin(); e != 
exponents.end(); e++)



commit apulse for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package apulse for openSUSE:Factory checked 
in at 2015-10-14 16:44:35

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


Package is "apulse"

Changes:

--- /work/SRC/openSUSE:Factory/apulse/apulse.changes2015-10-08 
09:41:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.apulse.new/apulse.changes   2015-10-14 
16:44:37.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  5 14:45:54 UTC 2015 - sor.ale...@meowr.ru
+
+- Avoid providing libpulse.so in apulse-32bit.
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.oUuD62/_old  2015-10-14 16:44:37.0 +0200
+++ /var/tmp/diff_new_pack.oUuD62/_new  2015-10-14 16:44:37.0 +0200
@@ -1 +1,3 @@
 apulse
+   autoreqprov off
+   requires "alsa-"




commit libu2f-host for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package libu2f-host for openSUSE:Factory 
checked in at 2015-10-14 16:44:24

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


Package is "libu2f-host"

Changes:

--- /work/SRC/openSUSE:Factory/libu2f-host/libu2f-host.changes  2015-09-08 
18:01:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libu2f-host.new/libu2f-host.changes 
2015-10-14 16:44:25.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  6 11:16:30 UTC 2015 - t.gru...@katodev.de
+
+- Remove fix in u2f-host/u2f-host.h
+- Cleanup .spec file
+
+---

New:

  libu2f-host-1.0.0.tar.xz.sig



Other differences:
--
++ libu2f-host.spec ++
--- /var/tmp/diff_new_pack.7I3mkp/_old  2015-10-14 16:44:26.0 +0200
+++ /var/tmp/diff_new_pack.7I3mkp/_new  2015-10-14 16:44:26.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for libu2f-host
+# spec file for package libu2f-host
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define soname  0
 
+%define soname  0
 Name:   libu2f-host
 Version:1.0.0
 Release:0
 Summary:Yubico Universal 2nd Factor (U2F) Host C Library
-Group:  Productivity/Networking/Security
 License:GPL-3.0+
+Group:  Productivity/Networking/Security
 Url:https://developers.yubico.com/
 Source0:
https://developers.yubico.com/libu2f-host/Releases/%{name}-%{version}.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config
-BuildRequires:  libtool
+Source1:
https://developers.yubico.com/libu2f-host/Releases/%{name}-%{version}.tar.xz.sig
 BuildRequires:  libhidapi-devel 
+BuildRequires:  libtool
 BuildRequires:  libzip
 BuildRequires:  openssl-devel
-BuildRequires:  pkgconfig(json-c) => 0.10
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(json-c) >= 0.10
 BuildRequires:  pkgconfig(openssl) 
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libu2f-host provide a command-line tool that implements
@@ -79,17 +80,12 @@
 
 %build 
 %configure --disable-static --with-openssl
-# --disable-rpath doesn't work for the configure script
-%{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
-%{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-# Fix path in u2f-host/u2f-host.h
-%{__sed} -i 's|^#include 

commit translate-shell for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package translate-shell for openSUSE:Factory 
checked in at 2015-10-14 16:44:53

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


Package is "translate-shell"

Changes:

--- /work/SRC/openSUSE:Factory/translate-shell/translate-shell.changes  
2015-09-17 09:20:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.translate-shell.new/translate-shell.changes 
2015-10-14 16:44:53.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 10 13:26:03 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.9.0.9:
+  * Add a placeholder for the access token in parameters.
+
+---

Old:

  translate-shell-0.9.0.8.tar.gz

New:

  translate-shell-0.9.0.9.tar.gz



Other differences:
--
++ translate-shell.spec ++
--- /var/tmp/diff_new_pack.OC6DXI/_old  2015-10-14 16:44:54.0 +0200
+++ /var/tmp/diff_new_pack.OC6DXI/_new  2015-10-14 16:44:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   translate-shell
-Version:0.9.0.8
+Version:0.9.0.9
 Release:0
 Summary:Google Translate to serve as a command-line tool
 License:Unlicense

++ translate-shell-0.9.0.8.tar.gz -> translate-shell-0.9.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/translate-shell-0.9.0.8/include/Translate.awk 
new/translate-shell-0.9.0.9/include/Translate.awk
--- old/translate-shell-0.9.0.8/include/Translate.awk   2015-09-01 
12:39:04.0 +0200
+++ new/translate-shell-0.9.0.9/include/Translate.awk   2015-10-05 
13:43:45.0 +0200
@@ -65,7 +65,7 @@
 url = HttpPathPrefix "/translate_a/single?client=t" \
 "=UTF-8=UTF-8"\
 "=bd=ex=ld=md=qca=rw=rm=ss=t=at"  \
-"=" preprocess(text) "=" sl "=" tl "=" hl
+"=" preprocess(text) "=" sl "=" tl "=" hl ""
 header = "GET " url " HTTP/1.1\n"   \
 "Host: " HttpHost "\n"  \
 "Connection: close\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/translate-shell-0.9.0.8/man/trans.1 
new/translate-shell-0.9.0.9/man/trans.1
--- old/translate-shell-0.9.0.8/man/trans.1 2015-09-01 12:39:04.0 
+0200
+++ new/translate-shell-0.9.0.9/man/trans.1 2015-10-05 13:43:45.0 
+0200
@@ -1,4 +1,4 @@
-.TH "TRANS" "1" "2015\-09\-01" "0.9.0.8" ""
+.TH "TRANS" "1" "2015\-10\-05" "0.9.0.9" ""
 .SH NAME
 .PP
 trans \- Google Translate served as a command\-line tool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/translate-shell-0.9.0.8/man/trans.1.md 
new/translate-shell-0.9.0.9/man/trans.1.md
--- old/translate-shell-0.9.0.8/man/trans.1.md  2015-09-01 12:39:04.0 
+0200
+++ new/translate-shell-0.9.0.9/man/trans.1.md  2015-10-05 13:43:45.0 
+0200
@@ -1,6 +1,6 @@
-% TRANS(1) 0.9.0.8
+% TRANS(1) 0.9.0.9
 % Mort Yao 
-% 2015-09-01
+% 2015-10-05
 
 # NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/translate-shell-0.9.0.8/metainfo.awk 
new/translate-shell-0.9.0.9/metainfo.awk
--- old/translate-shell-0.9.0.8/metainfo.awk2015-09-01 12:39:04.0 
+0200
+++ new/translate-shell-0.9.0.9/metainfo.awk2015-10-05 13:43:45.0 
+0200
@@ -1,8 +1,8 @@
 BEGIN {
 Name= "Translate Shell"
 Description = "Google Translate to serve as a command-line tool"
-Version = "0.9.0.8"
-ReleaseDate = "2015-09-01"
+Version = "0.9.0.9"
+ReleaseDate = "2015-10-05"
 Command = "trans"
 EntryPoint  = "translate.awk"
 }




commit vsftpd for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2015-10-14 16:38:04

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


Package is "vsftpd"

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2015-09-19 
06:53:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2015-10-14 
16:38:05.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 21 11:34:46 UTC 2015 - tchva...@suse.com
+
+- Clean-up the init.d support to be bit more readable and add missing dep
+
+---
+Mon Sep 21 11:14:59 UTC 2015 - joop.boo...@opensuse.org
+
+- Brought back additional systemv support so it also builds for SLES 10 and 11 
+
+---

New:

  vsftpd.init



Other differences:
--
++ vsftpd.spec ++
--- /var/tmp/diff_new_pack.WYONwR/_old  2015-10-14 16:38:06.0 +0200
+++ /var/tmp/diff_new_pack.WYONwR/_new  2015-10-14 16:38:06.0 +0200
@@ -16,6 +16,11 @@
 #
 
 
+%if 0%{?suse_version} > 1210
+%global with_systemd  1
+%else
+%global with_systemd  0
+%endif
 Name:   vsftpd
 Version:3.0.3
 Release:0
@@ -26,6 +31,7 @@
 Source0:
https://security.appspot.com/downloads/%{name}-%{version}.tar.gz
 Source1:%{name}.pam
 Source2:%{name}.logrotate
+Source3:%{name}.init
 Source4:README.SUSE
 Source5:%{name}.xml
 Source6:%{name}.firewall
@@ -64,12 +70,16 @@
 BuildRequires:  libcap-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
-BuildRequires:  systemd
 Requires:   logrotate
 Requires(pre):  %{_sbindir}/useradd
 Provides:   ftp-server
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with_systemd}
+BuildRequires:  systemd
 %{?systemd_requires}
+%else
+Requires(post): %insserv_prereq
+%endif
 
 %description
 Vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure.
@@ -121,10 +131,15 @@
 install -D -m 644 $RPM_SOURCE_DIR/%{name}.logrotate 
%{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 install -D -m 644 %{name}.conf.5 %{buildroot}/%{_mandir}/man5/%{name}.conf.5
 install -D -m 644 %{name}.8 %{buildroot}/%{_mandir}/man8/%{name}.8
+%if %{with_systemd}
 ln -sf service %{buildroot}/%{_sbindir}/rc%{name}
 install -D -m 0644 %{SOURCE7} %{buildroot}/%{_unitdir}/%{name}.service
 install -D -m 0644 %{SOURCE8} %{buildroot}/%{_unitdir}/%{name}@.service
 install -D -m 0644 %{SOURCE10} %{buildroot}/%{_unitdir}/%{name}.socket
+%else
+install -D -m 755 %{SOURCE3} %{buildroot}%{_initddir}/%{name}
+ln -sf %{_initddir}/%{name} %{buildroot}/%{_sbindir}/rc%{name}
+%endif
 install -d %{buildroot}/%{_datadir}/omc/svcinfo.d/
 install -D -m 644 %{SOURCE5} %{buildroot}/%{_datadir}/omc/svcinfo.d/
 install -d %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/
@@ -132,22 +147,42 @@
 
 %pre
 %{_sbindir}/useradd -r -g nogroup -s /bin/false -c "Secure FTP User" -d 
%{_localstatedir}/lib/empty ftpsecure 2> /dev/null || :
+%if %{with_systemd}
 %service_add_pre %{name}.service %{name}@.service %{name}.socket
+%endif
 
 %preun
+%if %{with_systemd}
 %service_del_preun %{name}.service %{name}@.service %{name}.socket
+%else
+%stop_on_removal %{name}
+%endif
 
 %post
+%if %{with_systemd}
 %service_add_post %{name}.service %{name}@.service %{name}.socket
+%else
+%insserv_cleanup
+%restart_on_update %{name}
+%endif
 
 %postun
+%if %{with_systemd}
 %service_del_postun %{name}.service %{name}@.service %{name}.socket
+%else
+%insserv_cleanup
+%restart_on_update %{name}
+%endif
 
 %files
 %defattr(-,root,root)
+%if %{with_systemd}
 %{_unitdir}/%{name}.service
 %{_unitdir}/%{name}.socket
 %{_unitdir}/%{name}@.service
+%else
+%{_initddir}/%{name}
+%endif
 %{_sbindir}/%{name}
 %{_sbindir}/rc%{name}
 %{_datadir}/omc/svcinfo.d/vsftpd.xml


++ vsftpd.init ++
#! /bin/sh
# Copyright (c) 1995-2005 SUSE Linux GmbH, Nuernberg, Germany.
# All rights reserved.
#
# Author: Mads Martin Joergensen
#
# /etc/init.d/vsftpd
#   and its symbolic link
# /usr/sbin/rcvsftpd
#
#This program is free software; you can redistribute it and/or modify 
#it under the terms of the GNU General Public License as published by 
#the Free Software Foundation; either version 2 of the License, or 
#(at your option) any later version. 
# 
#This program is distributed in the hope that it will be useful, 
#but WITHOUT ANY WARRANTY; without even the implied warranty of 
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
#GNU General Public License for more details. 
# 
#You should have received a copy of the GNU General 

commit colord for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2015-10-14 16:43:43

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


Package is "colord"

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2015-10-06 
16:09:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2015-10-14 
16:43:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  7 14:27:19 UTC 2015 - dims...@opensuse.org
+
+- Apparmor profile (usr.lib.colord): Add capability dac_override
+  (boo#948892).
+
+---



Other differences:
--


++ usr.lib.colord ++
--- /var/tmp/diff_new_pack.XRbArV/_old  2015-10-14 16:43:45.0 +0200
+++ /var/tmp/diff_new_pack.XRbArV/_new  2015-10-14 16:43:45.0 +0200
@@ -5,6 +5,7 @@
   #include 
   #include 
 
+  capability dac_override,
 
   deny /usr/share/gvfs/remote-volume-monitors/ r,
   deny /usr/share/gvfs/remote-volume-monitors/afc.monitor r,




commit kraft for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kraft for openSUSE:Factory checked 
in at 2015-10-14 16:44:17

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


Package is "kraft"

Changes:

--- /work/SRC/openSUSE:Factory/kraft/kraft.changes  2015-05-02 
21:40:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kraft.new/kraft.changes 2015-10-14 
16:44:18.0 +0200
@@ -1,0 +2,18 @@
+Thu Oct  1 12:20:39 UTC 2015 - frei...@owncloud.com
+
+* New upstream version 0.59:
+ - Fix discount price calculation: Do not include deleted items.
+ - Fix: Mark moved items as modified, to not loose the saving
+ - Fix the save loop over items, do delete items seperately
+ - Fixes in the setup wizard
+ - Enhance data take over when copying documents
+ - Fix price calculation with discount items.
+ - On doc type change, ask the user if the doc ident is to change.
+ - Add GROSSSUM adn NETSUM template variables
+ - Memory management fixes
+ - Quite some other minor fixes 
+
+* Patch 0001-Fix-Mark-moved-items-as-modified.patch was removed as
+  it went to the codebase.
+
+---

Old:

  0001-Fix-Mark-moved-items-as-modified.patch
  kraft-0.58.tar.xz

New:

  kraft-0.59.tar.xz



Other differences:
--
++ kraft.spec ++
--- /var/tmp/diff_new_pack.R8LrOc/_old  2015-10-14 16:44:19.0 +0200
+++ /var/tmp/diff_new_pack.R8LrOc/_new  2015-10-14 16:44:19.0 +0200
@@ -20,13 +20,12 @@
 Name:   kraft
 Url:http://volle-kraft-voraus.de
 
-Version:0.58
+Version:0.59
 Release:0
 Summary:KDE software to manage office documents in the office
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Office/Other
 Source0:kraft-%{version}.tar.xz
-Patch0: 0001-Fix-Mark-moved-items-as-modified.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version}
@@ -68,7 +67,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   mkdir build

++ kraft-0.58.tar.xz -> kraft-0.59.tar.xz ++
 25692 lines of diff (skipped)




commit python3-zope.interface for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2015-10-14 16:44:11

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


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2015-01-05 04:43:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2015-10-14 16:44:13.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct  6 03:09:51 UTC 2015 - a...@gmx.de
+
+- update to version 4.1.3:
+  * Fix installation without a C compiler on Python 3.5
+(https://github.com/zopefoundation/zope.interface/issues/24).
+
+---

Old:

  zope.interface-4.1.2.tar.gz

New:

  zope.interface-4.1.3.tar.gz



Other differences:
--
++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.C16TR4/_old  2015-10-14 16:44:14.0 +0200
+++ /var/tmp/diff_new_pack.C16TR4/_new  2015-10-14 16:44:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.interface
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.interface
-Version:4.1.2
+Version:4.1.3
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python

++ zope.interface-4.1.2.tar.gz -> zope.interface-4.1.3.tar.gz ++
 31341 lines of diff (skipped)




commit python3-twine for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-twine for openSUSE:Factory 
checked in at 2015-10-14 16:44:15

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


Package is "python3-twine"

Changes:

--- /work/SRC/openSUSE:Factory/python3-twine/python3-twine.changes  
2015-10-02 09:23:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-twine.new/python3-twine.changes 
2015-10-14 16:44:16.0 +0200
@@ -1,0 +2,23 @@
+Tue Oct  6 03:02:51 UTC 2015 - a...@gmx.de
+
+- update to version 1.6.3:
+  * :bug:`137`, :bug:`140` Uploading signatures was broken due to the
+pull request that added large file support via
+requests-toolbelt. This caused a 500 error on PyPI and prevented
+package and signature upload in twine 1.6.0
+
+---
+Fri Oct  2 05:00:04 UTC 2015 - a...@gmx.de
+
+- specfile: updated url
+
+- update to version 1.6.2:
+  * Upload signatures with packages appropriately
+  * As part of the refactor for the 1.6.0 release, we were using the
+wrong name to find the signature file.
+  * This also uncovered a bug where if you're using twine in a
+situation where * is not expanded by your shell, we might also
+miss uploading signatures to PyPI. Both were fixed as part of
+this.
+
+---

Old:

  twine-1.6.1.tar.gz

New:

  twine-1.6.3.tar.gz



Other differences:
--
++ python3-twine.spec ++
--- /var/tmp/diff_new_pack.aSB6nB/_old  2015-10-14 16:44:16.0 +0200
+++ /var/tmp/diff_new_pack.aSB6nB/_new  2015-10-14 16:44:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-twine
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   python3-twine
-Version:1.6.1
+Version:1.6.3
 Release:0
 Summary:Collection of utilities for interacting with PyPI
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/dstufft/twine
+Url:https://github.com/pypa/twine
 Source: 
https://pypi.python.org/packages/source/t/twine/twine-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools

++ twine-1.6.1.tar.gz -> twine-1.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.6.1/PKG-INFO new/twine-1.6.3/PKG-INFO
--- old/twine-1.6.1/PKG-INFO2015-09-19 03:45:45.0 +0200
+++ new/twine-1.6.3/PKG-INFO2015-10-05 14:42:57.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: twine
-Version: 1.6.1
+Version: 1.6.3
 Summary: Collection of utilities for interacting with PyPI
 Home-page: https://github.com/pypa/twine
 Author: Donald Stufft and individual contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.6.1/docs/changelog.rst 
new/twine-1.6.3/docs/changelog.rst
--- old/twine-1.6.1/docs/changelog.rst  2015-09-19 03:44:33.0 +0200
+++ new/twine-1.6.3/docs/changelog.rst  2015-10-05 05:26:58.0 +0200
@@ -4,6 +4,24 @@
 Changelog
 =
 
+* :release:`1.6.3 <2015-10-05>`
+
+  * :bug:`137`, :bug:`140` Uploading signatures was broken due to the pull
+request that added large file support via ``requests-toolbelt``. This
+caused a 500 error on PyPI and prevented package and signature upload in
+twine 1.6.0
+
+* :release:`1.6.2 <2015-09-28>`
+
+  * :bug:`132` Upload signatures with packages appropriately
+
+As part of the refactor for the 1.6.0 release, we were using the wrong
+name to find the signature file.
+
+This also uncovered a bug where if you're using twine in a situation where
+``*`` is not expanded by your shell, we might also miss uploading
+signatures to PyPI. Both were fixed as part of this.
+
 * :release:`1.6.1 <2015-09-18>`
 
   * :bug:`130` Fix signing support for uploads
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.6.1/setup.cfg new/twine-1.6.3/setup.cfg
--- old/twine-1.6.1/setup.cfg   2015-09-19 03:45:45.0 +0200
+++ new/twine-1.6.3/setup.cfg   2015-10-05 14:42:57.0 +0200
@@ -15,7 +15,7 @@
argparse; python_version == '2.6'
 
 [egg_info]
-tag_date = 0
 tag_svn_revision = 0
+tag_date = 0
 tag_build = 
 
diff -urN '--exclude=CVS' 

commit wireless-regdb for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package wireless-regdb for openSUSE:Factory 
checked in at 2015-10-14 16:37:41

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


Package is "wireless-regdb"

Changes:

--- /work/SRC/openSUSE:Factory/wireless-regdb/wireless-regdb.changes
2015-09-11 09:01:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireless-regdb.new/wireless-regdb.changes   
2015-10-14 16:37:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 28 09:57:59 UTC 2015 - mplus...@suse.com
+
+- Update to 2015.09.25
+
+---

Old:

  wireless-regdb-2015.07.20.tar.xz

New:

  wireless-regdb-2015.09.25.tar.xz



Other differences:
--
++ wireless-regdb.spec ++
--- /var/tmp/diff_new_pack.x1oeNx/_old  2015-10-14 16:37:43.0 +0200
+++ /var/tmp/diff_new_pack.x1oeNx/_new  2015-10-14 16:37:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   wireless-regdb
-Version:2015.07.20
+Version:2015.09.25
 Release:0
 Summary:802.11 regulatory domain database
 License:ISC

++ wireless-regdb-2015.07.20.tar.xz -> wireless-regdb-2015.09.25.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wireless-regdb-2015.07.20/db.txt 
new/wireless-regdb-2015.09.25/db.txt
--- old/wireless-regdb-2015.07.20/db.txt2015-07-20 16:09:23.0 
+0200
+++ new/wireless-regdb-2015.09.25/db.txt2015-09-25 18:26:18.0 
+0200
@@ -490,7 +490,7 @@
(2402 - 2482 @ 40), (30)
(5735 - 5835 @ 80), (30)
 
-country HK:
+country HK: DFS-ETSI
(2402 - 2482 @ 40), (20)
(5170 - 5250 @ 80), (17), AUTO-BW
(5250 - 5330 @ 80), (24), DFS, AUTO-BW
Files old/wireless-regdb-2015.07.20/regulatory.bin and 
new/wireless-regdb-2015.09.25/regulatory.bin differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wireless-regdb-2015.07.20/sha1sum.txt 
new/wireless-regdb-2015.09.25/sha1sum.txt
--- old/wireless-regdb-2015.07.20/sha1sum.txt   2015-07-20 16:09:23.0 
+0200
+++ new/wireless-regdb-2015.09.25/sha1sum.txt   2015-09-25 18:26:18.0 
+0200
@@ -1 +1 @@
-f6a69b5761eae54008e5efc2346570f58f71ea65  db.txt
+3c59b2f9975ccc2b86282cd71496a3cd5d7c9057  db.txt




commit perl-ExtUtils-LibBuilder for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-LibBuilder for 
openSUSE:Factory checked in at 2015-10-14 16:40:54

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


Package is "perl-ExtUtils-LibBuilder"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-LibBuilder/perl-ExtUtils-LibBuilder.changes
2014-09-20 15:49:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-LibBuilder.new/perl-ExtUtils-LibBuilder.changes
   2015-10-14 16:40:55.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  2 09:03:39 UTC 2015 - co...@suse.com
+
+- updated to 0.07
+   see /usr/share/doc/packages/perl-ExtUtils-LibBuilder/Changes
+
+  0.07Mon Sep 28 14:53:40 WEST 2015
+  - Added minimum required Perl Version (kwalitee++).
+
+---

Old:

  ExtUtils-LibBuilder-0.06.tar.gz

New:

  ExtUtils-LibBuilder-0.07.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-ExtUtils-LibBuilder.spec ++
--- /var/tmp/diff_new_pack.uKEfYt/_old  2015-10-14 16:40:56.0 +0200
+++ /var/tmp/diff_new_pack.uKEfYt/_new  2015-10-14 16:40:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-LibBuilder
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,21 @@
 
 
 Name:   perl-ExtUtils-LibBuilder
-Version:0.06
+Version:0.07
 Release:0
 %define cpan_name ExtUtils-LibBuilder
-Summary:A tool to build C libraries.
+Summary:Tool to Build C Libraries
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/ExtUtils-LibBuilder/
-Source: 
http://www.cpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.23
-BuildRequires:  perl(Module::Build) >= 0.42
+BuildRequires:  perl(Module::Build) >= 0.42
 %{perl_requires}
 
 %description

++ ExtUtils-LibBuilder-0.06.tar.gz -> ExtUtils-LibBuilder-0.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.06/Build.PL 
new/ExtUtils-LibBuilder-0.07/Build.PL
--- old/ExtUtils-LibBuilder-0.06/Build.PL   2014-08-31 22:02:55.0 
+0200
+++ new/ExtUtils-LibBuilder-0.07/Build.PL   2015-09-28 15:55:20.0 
+0200
@@ -7,6 +7,9 @@
 license => 'perl',
 dist_author => q{Alberto Simoes },
 dist_version_from   => 'lib/ExtUtils/LibBuilder.pm',
+requires => {
+'perl' => '5.006',
+},
 build_requires  => {
 'ExtUtils::CBuilder' => '0.23',
 'File::Spec' => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.06/Changes 
new/ExtUtils-LibBuilder-0.07/Changes
--- old/ExtUtils-LibBuilder-0.06/Changes2014-08-31 22:02:55.0 
+0200
+++ new/ExtUtils-LibBuilder-0.07/Changes2015-09-28 15:55:20.0 
+0200
@@ -1,5 +1,8 @@
 Revision history for ExtUtils-LibBuilder
 
+0.07Mon Sep 28 14:53:40 WEST 2015
+- Added minimum required Perl Version (kwalitee++).
+
 0.06Sun Aug 31 21:02:44 WEST 2014
 - Fixed metadata for metacpan (thanks to Gabor Szabo).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.06/META.json 
new/ExtUtils-LibBuilder-0.07/META.json
--- old/ExtUtils-LibBuilder-0.06/META.json  2014-08-31 22:02:55.0 
+0200
+++ new/ExtUtils-LibBuilder-0.07/META.json  2015-09-28 15:55:20.0 
+0200
@@ -4,7 +4,7 @@
   "Alberto Simoes "
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4208",
+   "generated_by" : "Module::Build version 0.4214",
"license" : [
   "perl_5"
],
@@ -26,12 +26,17 @@
  "requires" : {
 "Module::Build" : "0.42"
  }
+  },
+  "runtime" : {
+ "requires" : {
+"perl" : "5.006"
+ }
   }
},
"provides" : {
   

commit alsa for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2015-10-14 16:40:59

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


Package is "alsa"

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2015-08-21 
07:37:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2015-10-14 
16:41:01.0 +0200
@@ -1,0 +2,29 @@
+Fri Oct  2 12:11:24 CEST 2015 - ti...@suse.de
+
+- Backport upsteram fixes: more topology API updates/fixes, misc
+  documentation fixes, some logical error fixes in PCM plugins,
+  LADSPA plugin segfault fix:
+  0050-topology-fix-element-object-type-is-switch.patch
+  0051-topology-Add-element-ID-so-we-can-look-up-references.patch
+  0052-topology-Add-support-for-writing-manifest-private-da.patch
+  0053-topology-update-ABI-to-improve-support-for-different.patch
+  0054-topology-Add-ops-support-to-byte-control-objects.patch
+  0055-topology-treat-all-DAPM-controls-types-the-same-when.patch
+  0056-topology-print-error-prefix-on-error-message.patch
+  0057-topology-rename-OBJECT_TYPE_-to-SND_TPLG_TYPE_.patch
+  0058-core-add-convenience-macros-to-local.h.patch
+  0059-topology-Add-C-templates-structure-for-building-topo.patch
+  0060-topology-A-API-calls-to-directly-build-topology-data.patch
+  0061-pcm-Fix-doxygen-for-two-enums.patch
+  0062-pcm-ioplug-extplug-Fix-logic-errors-in-type-checks.patch
+  0063-pcm-route-Remove-bogus-in-snd_config_get_id-checks.patch
+  0064-topology-builder-Fix-possibly-uninitialized-variable.patch
+  0065-topology-ctl-Fix-access-type-checks.patch
+  0066-topology-data-Fix-wrong-size-check-in-tplg_parse_dat.patch
+  0067-topology-parser-Add-missing-return-value-to-snd_tplg.patch
+  0068-topology-pcm-Remove-unused-variables.patch
+  0069-build-Do-not-try-to-detect-cross-compiler.patch
+  0070-topology-Add-API-to-set-a-vendor-specific-version-nu.patch
+  0071-pcm-ladspa-Fix-segfault-due-to-a-wrong-channel-refer.patch
+
+---

New:

  0050-topology-fix-element-object-type-is-switch.patch
  0051-topology-Add-element-ID-so-we-can-look-up-references.patch
  0052-topology-Add-support-for-writing-manifest-private-da.patch
  0053-topology-update-ABI-to-improve-support-for-different.patch
  0054-topology-Add-ops-support-to-byte-control-objects.patch
  0055-topology-treat-all-DAPM-controls-types-the-same-when.patch
  0056-topology-print-error-prefix-on-error-message.patch
  0057-topology-rename-OBJECT_TYPE_-to-SND_TPLG_TYPE_.patch
  0058-core-add-convenience-macros-to-local.h.patch
  0059-topology-Add-C-templates-structure-for-building-topo.patch
  0060-topology-A-API-calls-to-directly-build-topology-data.patch
  0061-pcm-Fix-doxygen-for-two-enums.patch
  0062-pcm-ioplug-extplug-Fix-logic-errors-in-type-checks.patch
  0063-pcm-route-Remove-bogus-in-snd_config_get_id-checks.patch
  0064-topology-builder-Fix-possibly-uninitialized-variable.patch
  0065-topology-ctl-Fix-access-type-checks.patch
  0066-topology-data-Fix-wrong-size-check-in-tplg_parse_dat.patch
  0067-topology-parser-Add-missing-return-value-to-snd_tplg.patch
  0068-topology-pcm-Remove-unused-variables.patch
  0069-build-Do-not-try-to-detect-cross-compiler.patch
  0070-topology-Add-API-to-set-a-vendor-specific-version-nu.patch
  0071-pcm-ladspa-Fix-segfault-due-to-a-wrong-channel-refer.patch



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.5ipw1a/_old  2015-10-14 16:41:03.0 +0200
+++ /var/tmp/diff_new_pack.5ipw1a/_new  2015-10-14 16:41:03.0 +0200
@@ -98,6 +98,28 @@
 Patch47:0047-conf-topology-Add-topology-file-for-broadwell-audio-.patch
 Patch48:0048-topology-Fix-missing-inclusion-of-ctype.h.patch
 Patch49:0049-topology-Fix-typos.patch
+Patch50:0050-topology-fix-element-object-type-is-switch.patch
+Patch51:0051-topology-Add-element-ID-so-we-can-look-up-references.patch
+Patch52:0052-topology-Add-support-for-writing-manifest-private-da.patch
+Patch53:0053-topology-update-ABI-to-improve-support-for-different.patch
+Patch54:0054-topology-Add-ops-support-to-byte-control-objects.patch
+Patch55:0055-topology-treat-all-DAPM-controls-types-the-same-when.patch
+Patch56:0056-topology-print-error-prefix-on-error-message.patch
+Patch57:0057-topology-rename-OBJECT_TYPE_-to-SND_TPLG_TYPE_.patch
+Patch58:0058-core-add-convenience-macros-to-local.h.patch
+Patch59:0059-topology-Add-C-templates-structure-for-building-topo.patch
+Patch60:0060-topology-A-API-calls-to-directly-build-topology-data.patch
+Patch61:

commit libmicrohttpd for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2015-10-14 16:41:10

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


Package is "libmicrohttpd"

Changes:

--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes  
2015-10-01 09:27:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new/libmicrohttpd.changes 
2015-10-14 16:41:11.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  2 12:33:17 UTC 2015 - mplus...@suse.com
+
+- Update to 0.9.44
+  * Various fixes for W32 VS project files.
+  * Fix digest authentication with URL arguments where value-less 
+keys are given before the last argument.
+  * Do not use shutdown() on listen socket if 
+MHD_USE_PIPE_FOR_SHUTDOWN is set.
+
+---

Old:

  libmicrohttpd-0.9.43.tar.gz
  libmicrohttpd-0.9.43.tar.gz.sig

New:

  libmicrohttpd-0.9.44.tar.gz
  libmicrohttpd-0.9.44.tar.gz.sig



Other differences:
--
++ libmicrohttpd.spec ++
--- /var/tmp/diff_new_pack.0PoXue/_old  2015-10-14 16:41:12.0 +0200
+++ /var/tmp/diff_new_pack.0PoXue/_new  2015-10-14 16:41:12.0 +0200
@@ -26,14 +26,14 @@
 %global libmicrohttpd libmicrohttpd10
 %global libmicrospdy  libmicrospdy0
 Name:   libmicrohttpd
-Version:0.9.43
+Version:0.9.44
 Release:0
 Summary:Small Embeddable HTTP Server Library
 License:LGPL-2.1+
 Group:  Productivity/Networking/Web/Servers
-Url:http://gnunet.org/libmicrohttpd/
-Source0:
http://ftpmirror.gnu.org/libmicrohttpd/%{name}-%{version}.tar.gz
-Source1:
http://ftpmirror.gnu.org/libmicrohttpd/%{name}-%{version}.tar.gz.sig
+Url:https://www.gnu.org/software/libmicrohttpd/
+Source0:http://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
+Source1:
http://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz.sig
 Source2:libmicrohttpd.keyring
 # PATCH-WORKAROUND-OPENSUSE: the threads have a problem deadlocking (in OBS)
 Patch1: disable-stalling-test.patch

++ libmicrohttpd-0.9.43.tar.gz -> libmicrohttpd-0.9.44.tar.gz ++
 3062 lines of diff (skipped)





commit servletapi4 for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package servletapi4 for openSUSE:Factory 
checked in at 2015-10-14 16:41:22

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


Package is "servletapi4"

Changes:

--- /work/SRC/openSUSE:Factory/servletapi4/servletapi4.changes  2014-08-01 
19:26:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.servletapi4.new/servletapi4.changes 
2015-10-14 16:41:23.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 29 20:07:26 UTC 2015 - dmuel...@suse.com
+
+- build against java-1_8_0-openjdk or newer if available 
+
+---



Other differences:
--
++ servletapi4.spec ++
--- /var/tmp/diff_new_pack.Rok1BQ/_old  2015-10-14 16:41:23.0 +0200
+++ /var/tmp/diff_new_pack.Rok1BQ/_new  2015-10-14 16:41:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package servletapi4
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 Patch150:   java150_build.patch
 BuildRequires:  ant
 BuildRequires:  ant >= 1.2
-BuildRequires:  java2-devel-packages
+BuildRequires:  java-devel >= 1.7.0
 BuildRequires:  javapackages-tools
 BuildRequires:  xml-commons-apis
 Requires(post): %{_sbindir}/update-alternatives




commit apache-rpm-macros for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package apache-rpm-macros for 
openSUSE:Factory checked in at 2015-10-14 16:41:56

Comparing /work/SRC/openSUSE:Factory/apache-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.apache-rpm-macros.new (New)


Package is "apache-rpm-macros"

Changes:

--- /work/SRC/openSUSE:Factory/apache-rpm-macros/apache-rpm-macros.changes  
2015-09-19 06:54:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache-rpm-macros.new/apache-rpm-macros.changes 
2015-10-14 16:41:58.0 +0200
@@ -1,0 +2,16 @@
+Wed Sep 30 17:14:29 UTC 2015 - pgaj...@suse.com
+
+- version 20150930
+- %apache_test_module_start_apache, %apache_test_module_load:
+  introduce -t option
+- %apache_test_module_curl: introduce -r option
+
+---
+Tue Sep 22 07:16:24 UTC 2015 - pgaj...@suse.com
+
+- version 20150921
+- make package usable also for other rpm based distros
+- %apache_test_module_start_apache: introduce -p, -u and -g options
+- %apache_test_module_curl: introduce -p and -u option
+
+---



Other differences:
--
++ apache-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.gKItXC/_old  2015-10-14 16:41:58.0 +0200
+++ /var/tmp/diff_new_pack.gKItXC/_new  2015-10-14 16:41:58.0 +0200
@@ -21,21 +21,34 @@
 %endif
 
 %define ap_major 2
+%if 0%{?suse_version}
 %define ap_branch%(rpm -q --qf "%%{version}" apache%{ap_major} 
| sed "s:\\(\\..*\\)\\..*:\\1:")
+%else
+%define ap_branch%(rpm -q --qf "%%{version}" httpd | sed 
"s:\\(\\..*\\)\\..*:\\1:")
+%endif
 %define ap_pname apache%{ap_major}
-%define ap_apxs  %(rpm -ql apache%{ap_major}-devel | grep 
'apxs[2]\\?$' | head -n 1)
+%define ap_apxs  %(ls -1 /usr/{,s}bin/apxs{,2} 2>/dev/null | 
head -n 1)
 %define ap_cflags%(%{ap_apxs} -q CFLAGS)
 %define ap_includedir%(%{ap_apxs} -q INCLUDEDIR)
 %define ap_libexecdir%(%{ap_apxs} -q LIBEXECDIR)
 %define ap_localstatedir %(%{ap_apxs} -q LOCALSTATEDIR)
+%if 0%{?suse_version}
 %define ap_mmn   %(MMN=$(%{ap_apxs} -q LIBEXECDIR)_MMN; test 
-x $MMN && $MMN)
 %define ap_maint_mmn %(MMN=$(rpm -q --provides apache2 | grep 
suse_maintenance_mmn); test -z "$MMN" && MMN=apache2; echo $MMN)
+%endif
 %define ap_serverroot%(%{ap_apxs} -q PREFIX)
 %define ap_sysconfdir%(%{ap_apxs} -q SYSCONFDIR)
 %define ap_datadir   %(%{ap_apxs} -q DATADIR)
+%if 0%{?suse_version}
 %define ap_user  wwwrun
 %define ap_group www
+%else
+%define ap_user  apache
+%define ap_group apache
+%endif
+%if 0%{?suse_version}
 %define ap_access_syntax_version %(if [ $(grep -c '^[[:space:]]*Require all 
denied' /etc/apache2/httpd.conf) -gt 0 ]; then echo 24; else echo 22; fi)
+%endif
 #
 %if 0%{?suse_version} > 1230
 %define macros_dir%{_libexecdir}/rpm/macros.d
@@ -44,14 +57,18 @@
 %endif
 %define macros_file   macros.apache
 Name:   apache-rpm-macros
-Version:20150918
+Version:20150930
 Release:0
 Summary:Apache RPM Macros
 License:Apache-2.0
 Group:  Productivity/Networking/Web/Servers
 Url:http://httpd.apache.org/
 Source1:macros.apache-module-test
+%if 0%{?suse_version}
 BuildRequires:  apache%{ap_major}-devel
+%else
+BuildRequires:  httpd-devel
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ macros.apache-module-test ++
--- /var/tmp/diff_new_pack.gKItXC/_old  2015-10-14 16:41:58.0 +0200
+++ /var/tmp/diff_new_pack.gKItXC/_new  2015-10-14 16:41:58.0 +0200
@@ -10,7 +10,8 @@
 #
 # macro: apache_test_module_start_apache -- start apache with specified 
modules loaded
 # 
-#usage: apache_test_module_start_apache -m module_list [-i 
include_list] [-r document_root]
+#usage: apache_test_module_start_apache [-m module_list] [-i 
include_list] [-r document_root] 
+#   [-u user] [-g group] [-p port] 
[-t mpm]
 #
 #module_list:   colon separated list of module names to be loaded with 
test run
 #   search path:  %{buildroot} tree
@@ -25,16 +26,22 @@
 # %{apache_test_module_dir}
 #   [example value: mod_asn.conf]
 #document_root: document root of the test server, 
-#   [default value: $PWD/test/htdocs]
+#   [default value: /tmp/%%{name}-test/htdocs]
+#user:  

commit linuxrc for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-10-14 16:41:49

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-10-02 
09:23:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2015-10-14 
16:41:51.0 +0200
@@ -1,0 +2,13 @@
+Thu Oct  8 09:01:25 UTC 2015 - snw...@suse.com
+
+- ensure ifcfg options don't get lost (bsc#948774)
+- 5.0.60
+
+---
+Fri Oct  2 13:56:26 UTC 2015 - snw...@suse.com
+
+- put udev modprobe rules file into /run so it doesn't get copied into the
+  final system (bsc#947807)
+- 5.0.59
+
+---

Old:

  linuxrc-5.0.58.tar.xz

New:

  linuxrc-5.0.60.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.ehSywm/_old  2015-10-14 16:41:52.0 +0200
+++ /var/tmp/diff_new_pack.ehSywm/_new  2015-10-14 16:41:52.0 +0200
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.58
+Version:5.0.60
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.58.tar.xz -> linuxrc-5.0.60.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.58/VERSION new/linuxrc-5.0.60/VERSION
--- old/linuxrc-5.0.58/VERSION  2015-09-29 11:12:58.0 +0200
+++ new/linuxrc-5.0.60/VERSION  2015-10-08 11:00:39.0 +0200
@@ -1 +1 @@
-5.0.58
+5.0.60
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.58/changelog new/linuxrc-5.0.60/changelog
--- old/linuxrc-5.0.58/changelog2015-09-29 11:12:58.0 +0200
+++ new/linuxrc-5.0.60/changelog2015-10-08 11:00:39.0 +0200
@@ -1,3 +1,10 @@
+2015-10-07:5.0.60
+   - ensure ifcfg options don't get lost (bsc #948774)
+
+2015-10-02:5.0.59
+   - put udev modprobe rules file into /run so it doesn't get copied into 
the
+ final system (bsc #947807)
+
 2015-09-28:5.0.58
- Add documentation about how the project is sent to the distribution
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.58/linuxrc.c new/linuxrc-5.0.60/linuxrc.c
--- old/linuxrc-5.0.58/linuxrc.c2015-09-29 11:12:58.0 +0200
+++ new/linuxrc-5.0.60/linuxrc.c2015-10-08 11:00:39.0 +0200
@@ -886,10 +886,16 @@
 
   util_redirect_kmsg();
 
+  LXRC_WAIT
+
   util_setup_udevrules();
 
   if(!config.udev_mods) {
-system("cp /usr/lib/udev/80-drivers.rules.no_modprobe 
/etc/udev/rules.d/80-drivers.rules");
+mkdir("/run/udev", 0755);
+mkdir("/run/udev/rules.d", 0755);
+
+system("cp /usr/lib/udev/80-drivers.rules.no_modprobe 
/run/udev/rules.d/80-drivers.rules");
+
 LXRC_WAIT
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.58/net.c new/linuxrc-5.0.60/net.c
--- old/linuxrc-5.0.58/net.c2015-09-29 11:12:58.0 +0200
+++ new/linuxrc-5.0.60/net.c2015-10-08 11:00:39.0 +0200
@@ -76,6 +76,7 @@
 static int net_get_ip(char *text, char **ip, int with_prefix);
 static int net_check_ip(char *buf, int multi, int with_prefix);
 static int compare_subnet(char *ip1, char *ip2, unsigned prefix);
+static void get_and_copy_ifcfg_flags(ifcfg_t *ifcfg, char *device);
 
 
 /*
@@ -251,6 +252,9 @@
   }
 
   config.ifcfg.manual->dhcp = 0;
+
+  get_and_copy_ifcfg_flags(config.ifcfg.manual, config.ifcfg.manual->device);
+
   ifcfg_write(config.ifcfg.manual->device, config.ifcfg.manual, 0);
 
   net_wicked_up(config.ifcfg.manual->device);
@@ -1123,6 +1127,8 @@
 config.ifcfg.manual->device = s;
   }
 
+  get_and_copy_ifcfg_flags(config.ifcfg.manual, config.ifcfg.manual->device);
+
   net_wicked_dhcp();
 
   return config.net.dhcp_active ? 0 : 1;
@@ -1180,6 +1186,8 @@
 
   strprintf(>type, "dhcp%s", type);
 
+  ifcfg->flags = config.ifcfg.manual->flags;
+
   ifcfg_write(device, ifcfg, 0);
 
   free(ifcfg->type);
@@ -2970,3 +2978,56 @@
   return ok;
 }
 
+
+/*
+ * If there's an 'ifcfg' boot option matching 'device', copy any flags
+ * specified there.
+ *
+ * This is used to supply config.ifcfg.manual with ifcfg flags.
+ */
+void get_and_copy_ifcfg_flags(ifcfg_t *ifcfg, char *device)
+{
+  ifcfg_t *tmp;
+
+  if(!ifcfg || !device) return;
+
+  ifcfg->flags = 

commit uget for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package uget for openSUSE:Factory checked in 
at 2015-10-14 16:45:40

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


Package is "uget"

Changes:

--- /work/SRC/openSUSE:Factory/uget/uget.changes2015-05-06 
11:19:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.uget.new/uget.changes   2015-10-14 
16:45:41.0 +0200
@@ -1,0 +2,31 @@
+Sun Oct 11 11:11:48 UTC 2015 - g...@atmarama.net
+
+- Update to version 2.0.2:
+  + Fix memory leak and avoid accessing NULL pointer.
+  + curl plug-in:
+- Create new file with correct size if file size is not the
+  same.
+- Create new file only in first connection.
+- Change setting's file name if plug-in created new file.
+  + Don't resume file with incorrect aria2 control file (no bit
+field).
+  + Replace invalid characters \/:*?"<>| by _ in filename.
+- Changes from version 2.0.1:
+  + curl plug-in:
+- Create new download file if file size is not the same.
+- Sse common user & password by default.
+- Response error if post or cookie file not found.
+- Don't create aria2 control file if download file create
+  failed.
+- If error occurred while allocating disk space, delete created
+  download file.
+- Count downloaded size after splitting download (avoid
+  progress > 100%).
+  + Avoid crash if user doesn't specify argument value.
+  + When creating folder failed, check folder exists before
+returning error. 
+  + When uGet get SIGTERM, it will save settings and call
+sync() for Linux.
+  + Check and fix settings after loading Setting.json.
+
+---

Old:

  uget-2.0.tar.gz

New:

  uget-2.0.2.tar.gz



Other differences:
--
++ uget.spec ++
--- /var/tmp/diff_new_pack.cURDHE/_old  2015-10-14 16:45:42.0 +0200
+++ /var/tmp/diff_new_pack.cURDHE/_new  2015-10-14 16:45:42.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   uget
-Version:2.0
+Version:2.0.2
 Release:0
 Summary:Easy-to-use GTK+ Download Manager
 License:LGPL-2.1+
 Group:  Productivity/Networking/Web/Utilities
 Url:http://ugetdm.com
-Source: 
http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.0/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.0.2/%{name}-%{version}.tar.gz
 BuildRequires:  intltool
 %if 0%{?WITH_APPINDICATOR}
 BuildRequires:  pkgconfig(appindicator3-0.1)

++ uget-2.0.tar.gz -> uget-2.0.2.tar.gz ++
 58488 lines of diff (skipped)




commit kcalcore for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kcalcore for openSUSE:Factory 
checked in at 2015-10-14 16:45:51

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


Package is "kcalcore"

Changes:

--- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes2015-10-03 
20:14:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalcore.new/kcalcore.changes   2015-10-14 
16:45:58.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:19:54 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:02:00 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kcalcore-15.08.0.tar.xz

New:

  kcalcore-15.08.2.tar.xz



Other differences:
--
++ kcalcore.spec ++
--- /var/tmp/diff_new_pack.bBvYN3/_old  2015-10-14 16:45:59.0 +0200
+++ /var/tmp/diff_new_pack.bBvYN3/_new  2015-10-14 16:45:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kcalcore
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: KCalCore

++ kcalcore-15.08.0.tar.xz -> kcalcore-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-15.08.0/.arcconfig 
new/kcalcore-15.08.2/.arcconfig
--- old/kcalcore-15.08.0/.arcconfig 1970-01-01 01:00:00.0 +0100
+++ new/kcalcore-15.08.2/.arcconfig 2015-09-23 21:36:29.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-15.08.0/src/icalformat_p.cpp 
new/kcalcore-15.08.2/src/icalformat_p.cpp
--- old/kcalcore-15.08.0/src/icalformat_p.cpp   2015-08-11 18:29:05.0 
+0200
+++ new/kcalcore-15.08.2/src/icalformat_p.cpp   2015-09-23 21:36:29.0 
+0200
@@ -2503,7 +2503,7 @@
 }
 icalparameter *param =
 p ? icalproperty_get_first_parameter(p, ICAL_TZID_PARAMETER) : 0;
-const char *tzid = param ? icalparameter_get_tzid(param) : 0;
+QByteArray tzid = param ? QByteArray(icalparameter_get_tzid(param)) : 
QByteArray();
 
 // A workaround for a bug in libical 
(https://github.com/libical/libical/issues/185)
 // If a recurrenceId has both tzid and range, both parameters end up 
in the tzid.
@@ -2513,7 +2513,7 @@
 tzid = parts.first().toAscii();
 }
 
-if (!tzid) {
+if (tzid.isNull()) {
 timeSpec = KDateTime::ClockTime;
 } else {
 QString tzidStr = QString::fromUtf8(tzid);




commit rednotebook for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package rednotebook for openSUSE:Factory 
checked in at 2015-10-14 16:45:41

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


Package is "rednotebook"

Changes:

--- /work/SRC/openSUSE:Factory/rednotebook/rednotebook.changes  2015-04-16 
14:13:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.rednotebook.new/rednotebook.changes 
2015-10-14 16:45:42.0 +0200
@@ -1,0 +2,9 @@
+Sun Oct 11 10:10:55 UTC 2015 - g...@atmarama.net
+
+- Update to version 1.10.2:
+  + Fix Chinese fonts in preview mode on Windows by using the fonts
+mingliu and MS Mincho.
+  + Fix instructions for running RedNotebook on Windows.
+  + Move repository from launchpad to github.
+
+---

Old:

  rednotebook-1.10.1.tar.gz

New:

  rednotebook-1.10.2.tar.gz



Other differences:
--
++ rednotebook.spec ++
--- /var/tmp/diff_new_pack.pNi7Et/_old  2015-10-14 16:45:43.0 +0200
+++ /var/tmp/diff_new_pack.pNi7Et/_new  2015-10-14 16:45:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rednotebook
-Version:1.10.1
+Version:1.10.2
 Release:0
 Summary:Graphical diary and journal
 License:GPL-3.0+

++ rednotebook-1.10.1.tar.gz -> rednotebook-1.10.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rednotebook-1.10.1/CHANGELOG 
new/rednotebook-1.10.2/CHANGELOG
--- old/rednotebook-1.10.1/CHANGELOG2015-04-14 23:37:23.0 +0200
+++ new/rednotebook-1.10.2/CHANGELOG2015-08-24 13:21:34.0 +0200
@@ -1,3 +1,8 @@
+== 1.10.2 (2015-08-24) ==
+* Fix Chinese fonts in preview mode on Windows by using the fonts mingliu and 
MS Mincho (thanks Amos Ng).
+* Fix instructions for running RedNotebook on Windows (thanks Amos Ng).
+* Move repository from launchpad to github.
+
 == 1.10.1 (2015-04-14) ==
 * When undoing a formatting action, only remove formatting, not the text 
(lp:1326606).
 * Fix searching with enter for text with non-ASCII characters (lp:1430697).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rednotebook-1.10.1/PKG-INFO 
new/rednotebook-1.10.2/PKG-INFO
--- old/rednotebook-1.10.1/PKG-INFO 2015-04-14 23:37:24.0 +0200
+++ new/rednotebook-1.10.2/PKG-INFO 2015-08-24 13:21:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: rednotebook
-Version: 1.10.1
+Version: 1.10.2
 Summary: Graphical daily journal with calendar, templates and keyword searching
 Home-page: http://rednotebook.sourceforge.net
 Author: Jendrik Seipp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rednotebook-1.10.1/README 
new/rednotebook-1.10.2/README
--- old/rednotebook-1.10.1/README   2013-03-01 16:58:27.0 +0100
+++ new/rednotebook-1.10.2/README   2015-08-21 18:20:39.0 +0200
@@ -1,10 +1,27 @@
 = Short Instructions =
 
+=== Linux ===
+
 Install all dependencies, translate the application and run RedNotebook
 without installation:
 
 $ ./run
 
+=== Windows ===
+
+Install Python 2.7 (32-bit version), clone the repo, change into the
+"win" directory, run
+
+C:\Users\you\rednotebook\win> python create-build-env.py
+
+and follow the instruction to add ``C:\gtkbin`` to your path. Now
+change back into the rednotebook directory and run
+
+C:\Users\you\rednotebook> python rednotebook/journal.py
+
+Be sure to run using the **32-bit version** of Python! (Or else install
+the 64-bit versions of the various dependencies required for the
+project.)
 
 
 = Detailed Instructions =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rednotebook-1.10.1/po/eo.po 
new/rednotebook-1.10.2/po/eo.po
--- old/rednotebook-1.10.1/po/eo.po 2015-04-12 10:40:15.0 +0200
+++ new/rednotebook-1.10.2/po/eo.po 2015-06-30 10:13:23.0 +0200
@@ -8,14 +8,14 @@
 "Project-Id-Version: rednotebook\n"
 "Report-Msgid-Bugs-To: FULL NAME \n"
 "POT-Creation-Date: 2013-11-16 21:33+0100\n"
-"PO-Revision-Date: 2011-03-31 09:17+\n"
-"Last-Translator: Michael Moroni \n"
+"PO-Revision-Date: 2015-04-18 03:46+\n"
+"Last-Translator: Adolfo Jayme \n"
 "Language-Team: Esperanto \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2015-01-09 05:39+\n"
-"X-Generator: Launchpad (build 17298)\n"
+"X-Launchpad-Export-Date: 2015-04-19 05:12+\n"
+"X-Generator: Launchpad 

commit octave-forge-stk for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-stk for 
openSUSE:Factory checked in at 2015-10-14 16:45:25

Comparing /work/SRC/openSUSE:Factory/octave-forge-stk (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-stk.new (New)


Package is "octave-forge-stk"

Changes:

--- /work/SRC/openSUSE:Factory/octave-forge-stk/octave-forge-stk.changes
2015-07-12 22:53:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave-forge-stk.new/octave-forge-stk.changes   
2015-10-14 16:45:26.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 13 06:08:14 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 2.3.3
+  * Bug fixes and minor changes
+
+---

Old:

  stk-2.3.2.tar.gz

New:

  stk-2.3.3.tar.gz



Other differences:
--
++ octave-forge-stk.spec ++
--- /var/tmp/diff_new_pack.KvH37A/_old  2015-10-14 16:45:27.0 +0200
+++ /var/tmp/diff_new_pack.KvH37A/_new  2015-10-14 16:45:27.0 +0200
@@ -18,7 +18,7 @@
 
 %define octpkg  stk
 Name:   octave-forge-%{octpkg}
-Version:2.3.2
+Version:2.3.3
 Release:0
 Summary:Small Octave Toolbox for Kriging
 License:GPL-3.0+

++ stk-2.3.2.tar.gz -> stk-2.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stk/ChangeLog new/stk/ChangeLog
--- old/stk/ChangeLog   2015-06-30 22:02:49.0 +0200
+++ new/stk/ChangeLog   2015-10-11 08:36:17.0 +0200
@@ -1,3 +1,47 @@
+2015-10-11  Julien Bect  
+
+   mole/matlab/file_in_path.m: Fix two bugs
+
+   * misc/mole/matlab/file_in_path.m: Fix two bugs.
+
+2015-10-10  Julien Bect  
+
+   stk_example_doe03.m: Use the appropriate flag for maximization
+
+   * examples/02_design_of_experiments/stk_example_doe03.m: Use the
+   appropriate flag for maximization. Also, use stk_plot1d for the
+   upper panel plot to display pointwise credible intervals.
+
+2015-09-25  Julien Bect  
+
+   Don't use UTF-8 in m-files
+
+   * misc/design/stk_phipcrit.m: Müller -> Muller
+   * misc/dist/stk_filldist.m: Idem
+   * misc/dist/stk_filldist_exact.m: Idem
+
+2015-09-15  Julien Bect  
+
+   README: Fix a typo
+
+   * README: Fix a typo
+
+2015-07-20  Julien Bect  
+
+   Use size_t for computations on positive indices
+
+   * misc/dist/private/stk_dist_matrixx.c: Use size_t for
+   computations on positive indices, otherwise we can get very
+   unpleasant surprises (aka segfaults) as a consequence of negative
+   indices...
+   * misc/dist/private/stk_dist_matrixy.c: idem
+   * misc/dist/private/stk_dist_pairwise.c: idem
+   * misc/dist/private/stk_filldist_discr_mex.c: idem
+   * misc/dist/private/stk_gpquadform_matrixx.c: idem
+   * misc/dist/private/stk_gpquadform_matrixy.c: idem
+   * misc/dist/private/stk_gpquadform_pairwise.c: idem
+   * misc/dist/private/stk_mindist_mex.c: idem
+
 2015-06-30  Julien Bect  
 
build_octpkg.m: Fix the generated DESCRIPTION file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stk/DESCRIPTION new/stk/DESCRIPTION
--- old/stk/DESCRIPTION 2015-06-30 22:02:53.0 +0200
+++ new/stk/DESCRIPTION 2015-10-11 08:36:22.0 +0200
@@ -1,8 +1,8 @@
 Name: STK
 #
-Version: 2.3.2
+Version: 2.3.3
 #
-Date: 30-Jun-2015
+Date: 11-Oct-2015
 #
 Title: STK: A Small Toolbox for Kriging
 #
@@ -12,7 +12,7 @@
  and Emmanuel VAZQUEZ 
 #
 Description:  The STK is a (not so) Small Toolbox for Kriging. Its primary
- focus in on the interpolation/regression technique known as kriging, which
+ focus is on the interpolation/regression technique known as kriging, which
  is very closely related to Splines and Radial Basis Functions, and can be
  interpreted as a non-parametric Bayesian method using a Gaussian Process
  (GP) prior. The STK also provides tools for the sequential and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stk/NEWS new/stk/NEWS
--- old/stk/NEWS2015-06-30 22:02:49.0 +0200
+++ new/stk/NEWS2015-10-11 08:36:17.0 +0200
@@ -1,3 +1,22 @@
+Changes in version 2.3.3
+
+
+* Bug fixes
+
+   o stk_dist, stk_filldist, stk_gpquadform, stk_mindist: Fix segmentation
+ faults occuring with very large matrices (related to signed integer-based
+ index computation in the underlying MEX-files).
+
+   o 

commit kimap for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2015-10-14 16:46:00

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


Package is "kimap"

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2015-10-03 
20:14:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new/kimap.changes 2015-10-14 
16:46:06.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:32:16 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:16:03 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kimap-15.08.0.tar.xz

New:

  kimap-15.08.2.tar.xz



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.3nBybx/_old  2015-10-14 16:46:08.0 +0200
+++ /var/tmp/diff_new_pack.3nBybx/_new  2015-10-14 16:46:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kimap
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: IMAP library

++ kimap-15.08.0.tar.xz -> kimap-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-15.08.0/.arcconfig new/kimap-15.08.2/.arcconfig
--- old/kimap-15.08.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/kimap-15.08.2/.arcconfig2015-09-23 18:42:05.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-15.08.0/autotests/testsession.cpp 
new/kimap-15.08.2/autotests/testsession.cpp
--- old/kimap-15.08.0/autotests/testsession.cpp 2015-07-20 00:41:50.0 
+0200
+++ new/kimap-15.08.2/autotests/testsession.cpp 2015-09-23 18:42:05.0 
+0200
@@ -331,6 +331,7 @@
 mock->setTimeout(5000);
 mock->setCommand("DUMMY");
 
+mock->setAutoDelete(false);
 mock->start();
 QTest::qWait(250);   // Should be plenty
 
@@ -339,6 +340,8 @@
 QCOMPARE(spyFail.count(), 0);
 QCOMPARE(spyLost.count(), 1);
 QCOMPARE(spyState.count(), 2);   // Authenticated, Disconnected
+
+delete mock;
 }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-15.08.0/src/appendjob.cpp 
new/kimap-15.08.2/src/appendjob.cpp
--- old/kimap-15.08.0/src/appendjob.cpp 2015-07-20 00:41:50.0 +0200
+++ new/kimap-15.08.2/src/appendjob.cpp 2015-09-23 18:42:05.0 +0200
@@ -124,7 +124,7 @@
 
 if (!d->internalDate.isNull()) {
 const QDateTime utcDateTime = d->internalDate.toUTC();
-parameters += " \"" + 
utcDateTime.toString(QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " 
+" + '\"';
+parameters += " \"" + QLocale::c().toString(utcDateTime, 
QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " +" + '\"';
 }
 
 parameters += " {" + QByteArray::number(d->content.size()) + '}';




commit kblog for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kblog for openSUSE:Factory checked 
in at 2015-10-14 16:45:49

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


Package is "kblog"

Changes:

--- /work/SRC/openSUSE:Factory/kblog/kblog.changes  2015-10-03 
20:15:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblog.new/kblog.changes 2015-10-14 
16:45:57.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:19:11 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:00:51 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kblog-15.08.0.tar.xz

New:

  kblog-15.08.2.tar.xz



Other differences:
--
++ kblog.spec ++
--- /var/tmp/diff_new_pack.BhLuoR/_old  2015-10-14 16:45:58.0 +0200
+++ /var/tmp/diff_new_pack.BhLuoR/_new  2015-10-14 16:45:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kblog
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: KBlog

++ kblog-15.08.0.tar.xz -> kblog-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-15.08.0/.arcconfig new/kblog-15.08.2/.arcconfig
--- old/kblog-15.08.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/kblog-15.08.2/.arcconfig2015-08-31 11:24:03.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}




commit duperemove for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package duperemove for openSUSE:Factory 
checked in at 2015-10-14 16:45:23

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


Package is "duperemove"

Changes:

--- /work/SRC/openSUSE:Factory/duperemove/duperemove.changes2015-07-19 
11:45:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.duperemove.new/duperemove.changes   
2015-10-14 16:45:24.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  9 22:37:04 UTC 2015 - mfas...@suse.com
+
+- Update to duperemove v0.10
+  - Documentation updates for latest stable version
+- document --fdupes mode in manpage
+- update man page headers
+- update FAQ
+
+---

Old:

  v0.10.beta4.tar.gz

New:

  v0.10.tar.gz



Other differences:
--
++ duperemove.spec ++
--- /var/tmp/diff_new_pack.DXPmeB/_old  2015-10-14 16:45:25.0 +0200
+++ /var/tmp/diff_new_pack.DXPmeB/_new  2015-10-14 16:45:25.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define tar_version 0.10.beta4
+%define tar_version 0.10
 %define samename btrfs-extent-same
 Name:   duperemove
-Version:0.10.beta4
+Version:0.10
 Release:0
 Summary:Software to find duplicate extents in files and remove them
 License:GPL-2.0

++ v0.10.beta4.tar.gz -> v0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duperemove-0.10.beta4/FAQ.md 
new/duperemove-0.10/FAQ.md
--- old/duperemove-0.10.beta4/FAQ.md2015-07-16 22:52:51.0 +0200
+++ new/duperemove-0.10/FAQ.md  2015-10-10 00:13:34.0 +0200
@@ -2,12 +2,15 @@
 
 ### Is there an upper limit to the amount of data duperemove can process?
 
-v0.08 of duperemove has been tested on small numbers of VMS or iso
-files (5-10) it can probably scale up to 50 or so.
+Duperemove v0.10 is fast at reading and cataloging data. Dedupe runs
+will be memory limited unless the '--hashfile' option is used. '--hashfile'
+allows duperemove to temporarily store duplicated hashes to disk, thus removing
+the large memory overhead and allowing for a far larger amount of data to be
+scanned and deduped. Realistically though you will be limited by the speed of
+your disks and cpu.
 
-v0.09 is much faster at hashing and cataloging extents and therefore
-can handle a larger data set. My own testing is typically with a
-filesystem of about 750 gigabytes and millions of files.
+Actual performance numbers are dependent on hardware - up to date
+testing information is kept [on the 
wiki](https://github.com/markfasheh/duperemove/wiki/Performance-Numbers)
 
 
 ### Why does it not print out all duplicate extents?
@@ -20,11 +23,14 @@
 ### How can I find out my space savings after a dedupe?
 
 Duperemove will print out an estimate of the saved space after a
-dedupe operation for you. You can also do a df before the dedupe
-operation, then a df about 60 seconds after the operation. It is
-common for btrfs space reporting to be 'behind' while delayed updates
-get processed, so an immediate df after deduping might not show any
-savings.
+dedupe operation for you.
+
+You can get a more accurate picture by running 'btrfs fi df' before
+and after each duperemove run.
+
+Be careful about using the 'df' tool on btrfs - it is common for space
+reporting to be 'behind' while delayed updates get processed, so an
+immediate df after deduping might not show any savings.
 
 
 ### Why is the total deduped data report an estimate?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duperemove-0.10.beta4/Makefile 
new/duperemove-0.10/Makefile
--- old/duperemove-0.10.beta4/Makefile  2015-07-16 22:52:51.0 +0200
+++ new/duperemove-0.10/Makefile2015-10-10 00:13:34.0 +0200
@@ -1,4 +1,4 @@
-VER=0.10.beta4
+VER=0.10
 RELEASE=v$(VER)
 
 CC = gcc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duperemove-0.10.beta4/README.md 
new/duperemove-0.10/README.md
--- old/duperemove-0.10.beta4/README.md 2015-07-16 22:52:51.0 +0200
+++ new/duperemove-0.10/README.md   2015-10-10 00:13:34.0 +0200
@@ -1,7 +1,3 @@
-This README is for the development branch of duperemove. If you're looking
-for a stable version which is continually updated with fixes, please see
-[v0.09 branch](https://github.com/markfasheh/duperemove/tree/v0.09-branch).
-
 # Duperemove
 
 Duperemove is a simple tool for finding duplicated extents and
@@ -50,7 +46,7 @@
 
 # Requirements
 
-The latest stable code can be found in 

commit kidentitymanagement for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kidentitymanagement for 
openSUSE:Factory checked in at 2015-10-14 16:45:57

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


Package is "kidentitymanagement"

Changes:

--- /work/SRC/openSUSE:Factory/kidentitymanagement/kidentitymanagement.changes  
2015-10-03 20:15:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kidentitymanagement.new/kidentitymanagement.changes 
2015-10-14 16:46:04.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:31:42 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:15:23 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kidentitymanagement-15.08.0.tar.xz

New:

  kidentitymanagement-15.08.2.tar.xz



Other differences:
--
++ kidentitymanagement.spec ++
--- /var/tmp/diff_new_pack.RFWo5s/_old  2015-10-14 16:46:06.0 +0200
+++ /var/tmp/diff_new_pack.RFWo5s/_new  2015-10-14 16:46:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kidentitymanagement
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Identity Management

++ kidentitymanagement-15.08.0.tar.xz -> kidentitymanagement-15.08.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidentitymanagement-15.08.0/.arcconfig 
new/kidentitymanagement-15.08.2/.arcconfig
--- old/kidentitymanagement-15.08.0/.arcconfig  1970-01-01 01:00:00.0 
+0100
+++ new/kidentitymanagement-15.08.2/.arcconfig  2015-08-31 11:24:03.0 
+0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}




commit kontactinterface for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kontactinterface for 
openSUSE:Factory checked in at 2015-10-14 16:46:08

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


Package is "kontactinterface"

Changes:

--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes
2015-10-03 20:15:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kontactinterface.new/kontactinterface.changes   
2015-10-14 16:46:14.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:36:30 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:21:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kontactinterface-15.08.0.tar.xz

New:

  kontactinterface-15.08.2.tar.xz



Other differences:
--
++ kontactinterface.spec ++
--- /var/tmp/diff_new_pack.Pe762w/_old  2015-10-14 16:46:15.0 +0200
+++ /var/tmp/diff_new_pack.Pe762w/_new  2015-10-14 16:46:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kontactinterface
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Interface to Contacts

++ kontactinterface-15.08.0.tar.xz -> kontactinterface-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-15.08.0/.arcconfig 
new/kontactinterface-15.08.2/.arcconfig
--- old/kontactinterface-15.08.0/.arcconfig 1970-01-01 01:00:00.0 
+0100
+++ new/kontactinterface-15.08.2/.arcconfig 2015-08-31 11:24:03.0 
+0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}




commit orc for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package orc for openSUSE:Factory checked in 
at 2015-10-14 16:38:55

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


Package is "orc"

Changes:

--- /work/SRC/openSUSE:Factory/orc/orc.changes  2015-07-19 11:44:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.orc.new/orc.changes 2015-10-14 
16:38:56.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 28 20:27:52 UTC 2015 - dmuel...@suse.com
+
+- disable testsuite on aarch64
+
+---



Other differences:
--
++ orc.spec ++
--- /var/tmp/diff_new_pack.BJQEs4/_old  2015-10-14 16:38:57.0 +0200
+++ /var/tmp/diff_new_pack.BJQEs4/_new  2015-10-14 16:38:57.0 +0200
@@ -96,8 +96,9 @@
 
 # Temp disable check on i586 until we have sorted out the i586 fails with 
upstream (last tested with 0.4.24)
 # disable also for ppc64le as many changes required in orcprogram-altivec.c
+# Testsuite is broken on aarch64
 %check
-%ifnarch %{arm} || %{ix86} || ppc64le
+%ifnarch aarch64 %{arm} %{ix86} ppc64le
 make check %{?_smp_mflags}
 %endif
 





commit syndication for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package syndication for openSUSE:Factory 
checked in at 2015-10-14 16:46:15

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


Package is "syndication"

Changes:

--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2015-10-03 
20:14:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.syndication.new/syndication.changes 
2015-10-14 16:46:19.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:47:57 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:48:28 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  syndication-15.08.0.tar.xz

New:

  syndication-15.08.2.tar.xz



Other differences:
--
++ syndication.spec ++
--- /var/tmp/diff_new_pack.6k5xdY/_old  2015-10-14 16:46:20.0 +0200
+++ /var/tmp/diff_new_pack.6k5xdY/_new  2015-10-14 16:46:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   syndication
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Syndication

++ syndication-15.08.0.tar.xz -> syndication-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-15.08.0/.arcconfig 
new/syndication-15.08.2/.arcconfig
--- old/syndication-15.08.0/.arcconfig  1970-01-01 01:00:00.0 +0100
+++ new/syndication-15.08.2/.arcconfig  2015-08-31 11:24:03.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-15.08.0/src/syndication/tools.cpp 
new/syndication-15.08.2/src/syndication/tools.cpp
--- old/syndication-15.08.0/src/syndication/tools.cpp   2015-07-13 
07:01:33.0 +0200
+++ new/syndication-15.08.2/src/syndication/tools.cpp   2015-08-31 
11:24:03.0 +0200
@@ -32,6 +32,8 @@
 #include 
 #include 
 
+#include 
+
 namespace Syndication
 {
 




commit kmbox for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kmbox for openSUSE:Factory checked 
in at 2015-10-14 16:46:04

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


Package is "kmbox"

Changes:

--- /work/SRC/openSUSE:Factory/kmbox/kmbox.changes  2015-10-03 
20:15:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmbox.new/kmbox.changes 2015-10-14 
16:46:12.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:34:21 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:19:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kmbox-15.08.0.tar.xz

New:

  kmbox-15.08.2.tar.xz



Other differences:
--
++ kmbox.spec ++
--- /var/tmp/diff_new_pack.a95Glv/_old  2015-10-14 16:46:13.0 +0200
+++ /var/tmp/diff_new_pack.a95Glv/_new  2015-10-14 16:46:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmbox
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Mailbox functionality

++ kmbox-15.08.0.tar.xz -> kmbox-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-15.08.0/.arcconfig new/kmbox-15.08.2/.arcconfig
--- old/kmbox-15.08.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/kmbox-15.08.2/.arcconfig2015-08-31 11:24:03.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}




commit ktnef for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package ktnef for openSUSE:Factory checked 
in at 2015-10-14 16:46:13

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


Package is "ktnef"

Changes:

--- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes  2015-10-03 
20:16:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktnef.new/ktnef.changes 2015-10-14 
16:46:17.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:40:54 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:30:00 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  ktnef-15.08.0.tar.xz

New:

  ktnef-15.08.2.tar.xz



Other differences:
--
++ ktnef.spec ++
--- /var/tmp/diff_new_pack.EXRmim/_old  2015-10-14 16:46:19.0 +0200
+++ /var/tmp/diff_new_pack.EXRmim/_new  2015-10-14 16:46:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktnef
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: TNEF support

++ ktnef-15.08.0.tar.xz -> ktnef-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-15.08.0/.arcconfig new/ktnef-15.08.2/.arcconfig
--- old/ktnef-15.08.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/ktnef-15.08.2/.arcconfig2015-08-31 11:24:03.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}




commit kpimtextedit for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2015-10-14 16:46:11

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


Package is "kpimtextedit"

Changes:

--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes
2015-10-03 20:15:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new/kpimtextedit.changes   
2015-10-14 16:46:16.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:37:18 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:22:37 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kpimtextedit-15.08.0.tar.xz

New:

  kpimtextedit-15.08.2.tar.xz



Other differences:
--
++ kpimtextedit.spec ++
--- /var/tmp/diff_new_pack.tsRhH3/_old  2015-10-14 16:46:17.0 +0200
+++ /var/tmp/diff_new_pack.tsRhH3/_new  2015-10-14 16:46:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kpimtextedit
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Text edit functionality

++ kpimtextedit-15.08.0.tar.xz -> kpimtextedit-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-15.08.0/.arcconfig 
new/kpimtextedit-15.08.2/.arcconfig
--- old/kpimtextedit-15.08.0/.arcconfig 1970-01-01 01:00:00.0 +0100
+++ new/kpimtextedit-15.08.2/.arcconfig 2015-08-31 11:24:03.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}




commit unrar for openSUSE:Factory:NonFree

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2015-10-14 16:46:17

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


Package is "unrar"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes  2015-09-17 
09:22:03.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2015-10-14 
16:46:21.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct  8 17:37:01 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 5.3.5.
+  * Fixed bug: unrar could crash when unpacking .rar archives with
+corrupt file headers.
+
+---

Old:

  unrarsrc-5.3.4.tar.gz

New:

  unrarsrc-5.3.5.tar.gz



Other differences:
--
++ unrar.spec ++
--- /var/tmp/diff_new_pack.woOtxz/_old  2015-10-14 16:46:22.0 +0200
+++ /var/tmp/diff_new_pack.woOtxz/_new  2015-10-14 16:46:22.0 +0200
@@ -18,10 +18,10 @@
 
 # majorversion should match the major version number.
 %define majorversion 5
-%define libsuffix 5_3_4
+%define libsuffix 5_3_5
 
 Name:   unrar
-Version:5.3.4
+Version:5.3.5
 Release:0
 Summary:A program to extract, test, and view RAR archives
 License:SUSE-NonFree

++ unrarsrc-5.3.4.tar.gz -> unrarsrc-5.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/dll.rc new/unrar/dll.rc
--- old/unrar/dll.rc2015-09-13 11:04:13.0 +0200
+++ new/unrar/dll.rc2015-10-01 23:48:14.0 +0200
@@ -2,8 +2,8 @@
 #include 
 
 VS_VERSION_INFO VERSIONINFO
-FILEVERSION 5, 30, 4, 1719
-PRODUCTVERSION 5, 30, 4, 1719
+FILEVERSION 5, 30, 4, 1738
+PRODUCTVERSION 5, 30, 4, 1738
 FILEOS VOS__WINDOWS32
 FILETYPE VFT_APP
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/extract.cpp new/unrar/extract.cpp
--- old/unrar/extract.cpp   2015-09-13 11:12:16.0 +0200
+++ new/unrar/extract.cpp   2015-10-02 00:34:56.0 +0200
@@ -206,6 +206,18 @@
 
 bool CmdExtract::ExtractCurrentFile(Archive ,size_t HeaderSize,bool 
)
 {
+  // We can get negative sizes in corrupt archive and it is unacceptable
+  // for size comparisons in CmdExtract::UnstoreFile and ComprDataIO::UnpRead,
+  // where we cast sizes to size_t and can exceed another read or available
+  // size. We could fix it when reading an archive. But we prefer to do it
+  // here, because this function is called directly in unrar.dll, so we fix
+  // bad parameters passed to dll. Also we want to see real negative sizes
+  // in the listing of corrupt archive.
+  if (Arc.FileHead.PackSize<0)
+Arc.FileHead.PackSize=0;
+  if (Arc.FileHead.UnpSize<0)
+Arc.FileHead.UnpSize=0;
+
   wchar Command=Cmd->Command[0];
   if (HeaderSize==0)
 if (DataIO.UnpVolume)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/list.cpp new/unrar/list.cpp
--- old/unrar/list.cpp  2015-09-13 11:12:17.0 +0200
+++ new/unrar/list.cpp  2015-10-02 00:34:56.0 +0200
@@ -215,7 +215,7 @@
 TitleShown=true;
   }
 
-  wchar UnpSizeText[20],PackSizeText[20];
+  wchar UnpSizeText[30],PackSizeText[30];
   if (hd.UnpSize==INT64NDF)
 wcscpy(UnpSizeText,L"?");
   else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/strfn.cpp new/unrar/strfn.cpp
--- old/unrar/strfn.cpp 2015-09-13 11:12:17.0 +0200
+++ new/unrar/strfn.cpp 2015-10-02 00:34:56.0 +0200
@@ -290,14 +290,21 @@
   char NumStr[50];
   size_t Pos=0;
 
+  int Neg=n < 0 ? 1 : 0;
+  if (Neg)
+n=-n;
+
   do
   {
-if (Pos+1>=MaxSize)
+if (Pos+1>=MaxSize-Neg)
   break;
 NumStr[Pos++]=char(n%10)+'0';
 n=n/10;
   } while (n!=0);
 
+  if (Neg)
+NumStr[Pos++]='-';
+
   for (size_t I=0;I=MaxSize)
+if (Pos+1>=MaxSize-Neg)
   break;
 NumStr[Pos++]=wchar(n%10)+'0';
 n=n/10;
   } while (n!=0);
 
+  if (Neg)
+NumStr[Pos++]='-';
+
   for (size_t I=0;I

commit flash-player for openSUSE:Factory:NonFree

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:Factory:NonFree checked in at 2015-10-14 16:46:18

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


Package is "flash-player"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/flash-player/flash-player.changes
2015-09-24 06:16:33.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.flash-player.new/flash-player.changes   
2015-10-14 16:46:22.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 13 16:14:38 UTC 2015 - astie...@suse.com
+
+- Security update to 11.2.202.535 (bsc#950169):
+  * APSB15-25, CVE-2015-5569, CVE-2015-7625, CVE-2015-7626,
+CVE-2015-7627, CVE-2015-7628, CVE-2015-7629, CVE-2015-7630,
+CVE-2015-7631, CVE-2015-7632, CVE-2015-7633, CVE-2015-7634,
+CVE-2015-7643, CVE-2015-7644
+
+---

Old:

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

New:

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



Other differences:
--
++ flash-player.spec ++
--- /var/tmp/diff_new_pack.hfcpvY/_old  2015-10-14 16:46:25.0 +0200
+++ /var/tmp/diff_new_pack.hfcpvY/_new  2015-10-14 16:46:25.0 +0200
@@ -19,7 +19,7 @@
 %define build_standalone 1
 
 Name:   flash-player
-Version:11.2.202.521
+Version:11.2.202.535
 Release:0
 Summary:Adobe Flash Plugin and Standalone Player
 License:SUSE-NonFree


++ flashplayer_11.2.202.521_sa.i386.tar.gz -> 
flashplayer_11.2.202.535_sa.i386.tar.gz ++
Files old/flashplayer and new/flashplayer differ

++ install_flash_player_11.2.202.521_linux.i386.tar.gz -> 
install_flash_player_11.2.202.535_linux.i386.tar.gz ++
/work/SRC/openSUSE:Factory:NonFree/flash-player/install_flash_player_11.2.202.521_linux.i386.tar.gz
 
/work/SRC/openSUSE:Factory:NonFree/.flash-player.new/install_flash_player_11.2.202.535_linux.i386.tar.gz
 differ: char 5, line 1

++ install_flash_player_11.2.202.521_linux.x86_64.tar.gz -> 
install_flash_player_11.2.202.535_linux.x86_64.tar.gz ++
/work/SRC/openSUSE:Factory:NonFree/flash-player/install_flash_player_11.2.202.521_linux.x86_64.tar.gz
 
/work/SRC/openSUSE:Factory:NonFree/.flash-player.new/install_flash_player_11.2.202.535_linux.x86_64.tar.gz
 differ: char 5, line 1




commit kmailtransport for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kmailtransport for openSUSE:Factory 
checked in at 2015-10-14 16:46:03

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


Package is "kmailtransport"

Changes:

--- /work/SRC/openSUSE:Factory/kmailtransport/kmailtransport.changes
2015-10-03 20:14:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmailtransport.new/kmailtransport.changes   
2015-10-14 16:46:10.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:34:13 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:19:00 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kmailtransport-15.08.0.tar.xz

New:

  kmailtransport-15.08.2.tar.xz



Other differences:
--
++ kmailtransport.spec ++
--- /var/tmp/diff_new_pack.e9hZB7/_old  2015-10-14 16:46:11.0 +0200
+++ /var/tmp/diff_new_pack.e9hZB7/_new  2015-10-14 16:46:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmailtransport
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Mailtransport layer

++ kmailtransport-15.08.0.tar.xz -> kmailtransport-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmailtransport-15.08.0/.arcconfig 
new/kmailtransport-15.08.2/.arcconfig
--- old/kmailtransport-15.08.0/.arcconfig   1970-01-01 01:00:00.0 
+0100
+++ new/kmailtransport-15.08.2/.arcconfig   2015-08-31 11:24:03.0 
+0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}




commit fence-agents for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package fence-agents for openSUSE:Factory 
checked in at 2015-10-14 16:45:29

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


Package is "fence-agents"

Changes:

--- /work/SRC/openSUSE:Factory/fence-agents/fence-agents.changes
2015-08-12 15:13:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.fence-agents.new/fence-agents.changes   
2015-10-14 16:45:30.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 12 22:56:43 BST 2015 - aspi...@suse.com
+
+- Update to 4.0.21:
+  * Documentation of new actions in manual pages is improved
+  * Tests were improved and Travis CI is now used for every push
+  * fence_virsh has new option --missing-as-off to support older XEN hosts
+  * fence_ilo(2) now automatically attempts to use TLS1.0 if it is not 
+possible to connect via SSLv3
+  * fence_mpath re-create SCSI keys after reboot, monitoring of devices 
+were improved too
+
+---

Old:

  fence-agents-4.0.20.tar.xz

New:

  fence-agents-4.0.21.tar.gz



Other differences:
--
++ fence-agents.spec ++
--- /var/tmp/diff_new_pack.KDavma/_old  2015-10-14 16:45:31.0 +0200
+++ /var/tmp/diff_new_pack.KDavma/_new  2015-10-14 16:45:31.0 +0200
@@ -22,10 +22,10 @@
 Summary:Fence Agents for Pacemaker from RHCS
 License:GPL-2.0 and LGPL-2.1
 Group:  Productivity/Clustering/HA
-Version:4.0.20
+Version:4.0.21
 Release:0
 Url:https://github.com/ClusterLabs/fence-agents
-Source0:%{name}-%{version}.tar.xz
+Source0:%{name}-%{version}.tar.gz
 
 Requires:   python-curl
 Requires:   python-openssl




commit sssd for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2015-10-14 16:40:46

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


Package is "sssd"

Changes:

--- /work/SRC/openSUSE:Factory/sssd/sssd.changes2015-08-25 
07:17:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2015-10-14 
16:40:47.0 +0200
@@ -1,0 +2,25 @@
+Wed Sep 30 11:44:21 UTC 2015 - mich...@stroeder.com
+
+- Update to new upstream release 1.13.1
+* Initial support for Smart Card authentication was added. The
+  feature can be activated with the new pam_cert_auth option.
+* The PAM prompting was enhanced so that when Two-Factor
+  Authentication is used, both factors (password and token) can
+  be entered separately on separate prompts. At the same time,
+  only the long-term password is cached, so offline access would
+  still work using the long term password.
+* A new command line tool sss_override is present in this
+  release. The tools allows to override attributes on the SSSD
+  side. It's helpful in environment where e.g. some hosts need to
+  have a different view of POSIX attributes than others. Please
+  note that the overrides are stored in the cache as well, so
+  removing the cache will also remove the overrides.
+* Several enhancements to the dynamic DNS update code. Notably,
+  clients that update multiple interfaces work better with this
+  release.
+* This release supports authenticating againt a KDC proxy
+* The fail over code was enhanced so that if a trusted domain is
+  not reachable, only that domain will be marked as inactive but
+  the backed would stay in online mode.
+
+---

Old:

  sssd-1.13.0.tar.gz
  sssd-1.13.0.tar.gz.asc

New:

  sssd-1.13.1.tar.gz
  sssd-1.13.1.tar.gz.asc



Other differences:
--
++ sssd.spec ++
--- /var/tmp/diff_new_pack.BTNUzL/_old  2015-10-14 16:40:48.0 +0200
+++ /var/tmp/diff_new_pack.BTNUzL/_new  2015-10-14 16:40:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sssd
-Version:1.13.0
+Version:1.13.1
 Release:0
 Summary:System Security Services Daemon
 License:GPL-3.0+ and LGPL-3.0+
@@ -531,7 +531,6 @@
 %defattr(-,root,root)
 %dir %_libdir/%name/
 %_libdir/%name/libsss_ad.so
-%_libdir/%name/libsss_ad_common.so
 %dir %_libexecdir/%name/
 %_libexecdir/%name/gpo_child
 %dir %_datadir/%name/
@@ -620,6 +619,7 @@
 %_sbindir/sss_useradd
 %_sbindir/sss_userdel
 %_sbindir/sss_usermod
+%_sbindir/sss_override
 %dir %_mandir/??/man8/
 %_mandir/??/man8/sss_*.8*
 %_mandir/man8/sss_*.8*

++ sssd-1.13.0.tar.gz -> sssd-1.13.1.tar.gz ++
 124162 lines of diff (skipped)




commit libyui-qt for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2015-10-14 16:41:03

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


Package is "libyui-qt"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes  2015-09-27 
08:38:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2015-10-14 
16:41:05.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  2 14:55:08 UTC 2015 - lsle...@suse.cz
+
+- fixed styling for the release notes dialog content (bsc#947167)
+- 2.46.21
+
+---

Old:

  libyui-qt-2.46.20.tar.bz2

New:

  libyui-qt-2.46.21.tar.bz2



Other differences:
--
++ libyui-qt-doc.spec ++
--- /var/tmp/diff_new_pack.usb9Un/_old  2015-10-14 16:41:05.0 +0200
+++ /var/tmp/diff_new_pack.usb9Un/_new  2015-10-14 16:41:05.0 +0200
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.46.20
+Version:2.46.21
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 

++ libyui-qt.spec ++
--- /var/tmp/diff_new_pack.usb9Un/_old  2015-10-14 16:41:05.0 +0200
+++ /var/tmp/diff_new_pack.usb9Un/_new  2015-10-14 16:41:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.20
+Version:2.46.21
 Release:0
 Source: %{name}-%{version}.tar.bz2
 

++ libyui-qt-2.46.20.tar.bz2 -> libyui-qt-2.46.21.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.20/VERSION.cmake 
new/libyui-qt-2.46.21/VERSION.cmake
--- old/libyui-qt-2.46.20/VERSION.cmake 2015-09-21 11:47:56.0 +0200
+++ new/libyui-qt-2.46.21/VERSION.cmake 2015-10-02 17:34:10.0 +0200
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "46")
-SET(VERSION_PATCH "20")
+SET(VERSION_PATCH "21")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.20/package/libyui-qt-doc.spec 
new/libyui-qt-2.46.21/package/libyui-qt-doc.spec
--- old/libyui-qt-2.46.20/package/libyui-qt-doc.spec2015-09-21 
11:47:56.0 +0200
+++ new/libyui-qt-2.46.21/package/libyui-qt-doc.spec2015-10-02 
17:34:10.0 +0200
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.46.20
+Version:2.46.21
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.20/package/libyui-qt.changes 
new/libyui-qt-2.46.21/package/libyui-qt.changes
--- old/libyui-qt-2.46.20/package/libyui-qt.changes 2015-09-21 
11:47:56.0 +0200
+++ new/libyui-qt-2.46.21/package/libyui-qt.changes 2015-10-02 
17:34:10.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri Oct  2 14:55:08 UTC 2015 - lsle...@suse.cz
+
+- fixed styling for the release notes dialog content (bsc#947167)
+- 2.46.21
+
+---
 Wed Sep 16 17:29:23 CEST 2015 - mvid...@suse.com
 
 - Reorganized git for easier tarball creation:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.20/package/libyui-qt.spec 
new/libyui-qt-2.46.21/package/libyui-qt.spec
--- old/libyui-qt-2.46.20/package/libyui-qt.spec2015-09-21 
11:47:56.0 +0200
+++ new/libyui-qt-2.46.21/package/libyui-qt.spec2015-10-02 
17:34:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.20
+Version:2.46.21
 Release:0
 Source: %{name}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.20/src/QY2RelNotesDialog.cc 
new/libyui-qt-2.46.21/src/QY2RelNotesDialog.cc
--- old/libyui-qt-2.46.20/src/QY2RelNotesDialog.cc  2015-09-21 
11:47:56.0 +0200
+++ new/libyui-qt-2.46.21/src/QY2RelNotesDialog.cc  2015-10-02 
17:34:10.0 +0200
@@ -86,6 +86,8 @@
 closeButton->setText( _( "" ) );
 
 QY2Styler::styler()->registerWidget( this );
+// the stylesheet for the displayed text is set separately
+textBrowser->document()->setDefaultStyleSheet( 
QY2Styler::styler()->textStyle() );
 }
 
 void QY2RelNotesDialog::setRelNotes( const std::map& 
relnotes )




commit tesseract-ocr-traineddata for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package tesseract-ocr-traineddata for 
openSUSE:Factory checked in at 2015-10-14 16:45:45

Comparing /work/SRC/openSUSE:Factory/tesseract-ocr-traineddata (Old)
 and  /work/SRC/openSUSE:Factory/.tesseract-ocr-traineddata.new (New)


Package is "tesseract-ocr-traineddata"

Changes:

--- 
/work/SRC/openSUSE:Factory/tesseract-ocr-traineddata/tesseract-ocr-traineddata.changes
  2015-10-06 13:27:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.tesseract-ocr-traineddata.new/tesseract-ocr-traineddata.changes
 2015-10-14 16:45:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 13 10:57:37 UTC 2015 - idon...@suse.com
+
+- Fix Obsoletes for the american traineddata case boo#950121 
+
+---



Other differences:
--
++ tesseract-ocr-traineddata.spec ++
--- /var/tmp/diff_new_pack.PsDGT2/_old  2015-10-14 16:45:54.0 +0200
+++ /var/tmp/diff_new_pack.PsDGT2/_new  2015-10-14 16:45:54.0 +0200
@@ -253,9 +253,9 @@
 Group:  Productivity/Graphics/Other
 Requires:   tesseract-ocr >= %{version}
 Provides:   tesseract-traineddata-eng = 3.02
+Obsoletes:  tesseract-ocr-traineddata-american <= 3.02
 Obsoletes:  tesseract-traineddata-american <= 3.02
 Obsoletes:  tesseract-traineddata-eng < 3.01
-Obsoletes:  tesseract-traineddata-ocr-american <= 3.02
 
 %description english
 The English traineddata for Tesseract.




commit perl-Struct-Dumb for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Struct-Dumb for 
openSUSE:Factory checked in at 2015-10-14 16:45:18

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


Package is "perl-Struct-Dumb"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Struct-Dumb/perl-Struct-Dumb.changes
2015-05-11 19:49:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Struct-Dumb.new/perl-Struct-Dumb.changes   
2015-10-14 16:45:20.0 +0200
@@ -1,0 +2,39 @@
+Mon Oct 12 09:14:03 UTC 2015 - co...@suse.com
+
+- updated to 0.07
+   see /usr/share/doc/packages/perl-Struct-Dumb/Changes
+
+  0.072015/10/11 12:37:51
+  [BUGFIXES]
+   * Provide the other conversion overload operations and allow 
fallback
+
+---
+Sat Oct 10 09:26:35 UTC 2015 - co...@suse.com
+
+- updated to 0.06
+   see /usr/share/doc/packages/perl-Struct-Dumb/Changes
+
+  0.062015/10/07 00:24:52
+  [BUGFIXES] 
+   * Ensure that structs are still boolean true
+  
+  0.052015/10/06 23:12:58
+  [BUGFIXES]
+   * Throw an exception on attempts to dereference a struct as an
+ array (RT107583)
+   * Throw an exception if accessor-mutators are invoked with extra
+ arguments
+   * Give AUTOLOAD :lvalue context so it reports the right message for
+ attempts to assign to missing fields (RT107577)
+
+---
+Fri Oct  2 09:37:16 UTC 2015 - co...@suse.com
+
+- updated to 0.04
+   see /usr/share/doc/packages/perl-Struct-Dumb/Changes
+
+  0.042015/09/30 18:29:01
+  [CHANGES]
+   * Support creating a predicate test function
+
+---

Old:

  Struct-Dumb-0.03.tar.gz

New:

  Struct-Dumb-0.07.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Struct-Dumb.spec ++
--- /var/tmp/diff_new_pack.TThf3R/_old  2015-10-14 16:45:21.0 +0200
+++ /var/tmp/diff_new_pack.TThf3R/_new  2015-10-14 16:45:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Struct-Dumb
-Version:0.03
+Version:0.07
 Release:0
 %define cpan_name Struct-Dumb
 Summary:Make Simple Lightweight Record-Like Structures
@@ -25,6 +25,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Struct-Dumb/
 Source0:
http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -51,7 +52,9 @@
 slightly nicer way to store data structures, where otherwise you might be
 tempted to abuse a hash, complete with the risk of typoing key names. The
 constructor will 'croak' if passed the wrong number of arguments, as will
-attempts to refer to fields that don't exist.
+attempts to refer to fields that don't exist. Accessor-mutators will
+'croak' if invoked with extra arguments; a likely bug in case of mutations,
+or attempts to invoke a stored 'CODE' reference.
 
  $ perl -E 'use Struct::Dumb; struct Point => [qw( x y )]; Point(30)'
  usage: main::Point($x, $y) at -e line 1
@@ -59,6 +62,9 @@
  $ perl -E 'use Struct::Dumb; struct Point => [qw( x y )]; Point(10,20)->z'
  main::Point does not have a 'z' field at -e line 1
 
+ $ perl -E 'use Struct::Dumb; struct Point => [qw( x y )]; Point(1,2)->x(3)'
+ main::Point->x invoked with arguments at -e line 1.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ Struct-Dumb-0.03.tar.gz -> Struct-Dumb-0.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Struct-Dumb-0.03/Changes new/Struct-Dumb-0.07/Changes
--- old/Struct-Dumb-0.03/Changes2014-07-25 11:07:36.0 +0200
+++ new/Struct-Dumb-0.07/Changes2015-10-11 13:39:45.0 +0200
@@ -1,5 +1,26 @@
 Revision history for Struct-Dumb
 
+0.072015/10/11 12:37:51
+[BUGFIXES]
+ * Provide the other conversion overload operations and allow fallback
+
+0.062015/10/07 00:24:52
+[BUGFIXES] 
+ * Ensure that structs are still boolean true
+
+0.052015/10/06 23:12:58
+[BUGFIXES]
+ * Throw an exception on attempts to dereference a struct as an
+   array (RT107583)
+ * Throw an exception if accessor-mutators are invoked with extra
+   arguments
+ * Give AUTOLOAD :lvalue context so it reports the right message for
+   attempts to assign to missing fields (RT107577)
+
+0.04

commit kldap for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kldap for openSUSE:Factory checked 
in at 2015-10-14 16:46:01

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


Package is "kldap"

Changes:

--- /work/SRC/openSUSE:Factory/kldap/kldap.changes  2015-10-03 
20:15:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kldap.new/kldap.changes 2015-10-14 
16:46:08.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:33:10 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:17:16 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kldap-15.08.0.tar.xz

New:

  kldap-15.08.2.tar.xz



Other differences:
--
++ kldap.spec ++
--- /var/tmp/diff_new_pack.Mr9fMh/_old  2015-10-14 16:46:10.0 +0200
+++ /var/tmp/diff_new_pack.Mr9fMh/_new  2015-10-14 16:46:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kldap
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries

++ kldap-15.08.0.tar.xz -> kldap-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kldap-15.08.0/.arcconfig new/kldap-15.08.2/.arcconfig
--- old/kldap-15.08.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/kldap-15.08.2/.arcconfig2015-08-31 11:24:03.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kldap-15.08.0/src/CMakeLists.txt 
new/kldap-15.08.2/src/CMakeLists.txt
--- old/kldap-15.08.0/src/CMakeLists.txt2015-08-12 09:06:14.0 
+0200
+++ new/kldap-15.08.2/src/CMakeLists.txt2015-08-31 11:24:03.0 
+0200
@@ -106,7 +106,6 @@
 )
 
 install(FILES
-${KLdap_CamelCase_HEADERS}
 ${CMAKE_CURRENT_BINARY_DIR}/kldap_export.h
 ${KLdap_HEADERS}
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KLDAP/kldap




commit ghc-dbus for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package ghc-dbus for openSUSE:Factory 
checked in at 2015-10-14 16:45:20

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


Package is "ghc-dbus"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dbus/ghc-dbus.changes2015-05-21 
08:36:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-dbus.new/ghc-dbus.changes   2015-10-14 
16:45:21.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 12 18:49:54 UTC 2015 - mimi...@gmail.com
+
+- update to 0.10.11 
+
+---

Old:

  dbus-0.10.10.tar.gz

New:

  dbus-0.10.11.tar.gz



Other differences:
--
++ ghc-dbus.spec ++
--- /var/tmp/diff_new_pack.lAsvRs/_old  2015-10-14 16:45:22.0 +0200
+++ /var/tmp/diff_new_pack.lAsvRs/_new  2015-10-14 16:45:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-dbus
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,8 +20,8 @@
 # no useful debuginfo for Haskell packages without C sources
 %global debug_package %{nil}
 %bcond_with tests
-Name:   ghc-%{pkg_name}
-Version:0.10.10
+Name:   ghc-dbus
+Version:0.10.11
 Release:0
 Summary:A client library for the D-Bus IPC system
 License:GPL-3.0+
@@ -100,29 +100,23 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %{ghc_lib_build}
 
-
 %install
 %{ghc_lib_install}
 
-
 %check
 %if %{with tests}
 %{cabal} test
 %endif
 
-
 %post devel
 %{ghc_pkg_recache}
 
-
 %postun devel
 %{ghc_pkg_recache}
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc license.txt

++ dbus-0.10.10.tar.gz -> dbus-0.10.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-0.10.10/dbus.cabal new/dbus-0.10.11/dbus.cabal
--- old/dbus-0.10.10/dbus.cabal 2015-04-01 07:21:47.0 +0200
+++ new/dbus-0.10.11/dbus.cabal 2015-10-12 02:12:17.0 +0200
@@ -1,5 +1,5 @@
 name: dbus
-version: 0.10.10
+version: 0.10.11
 license: GPL-3
 license-file: license.txt
 author: John Millikin 
@@ -83,7 +83,7 @@
 source-repository this
   type: git
   location: https://john-millikin.com/code/haskell-dbus/
-  tag: haskell-dbus_0.10.10
+  tag: haskell-dbus_0.10.11
 
 library
   ghc-options: -Wall -O2
@@ -105,7 +105,7 @@
 , text >= 0.11.1.5
 , transformers >= 0.2
 , unix >= 2.2
-, vector >= 0.7 && < 0.11
+, vector >= 0.7 && < 0.12
 , xml-types >= 0.3 && < 0.4
 
   exposed-modules:
@@ -147,7 +147,7 @@
 , text >= 0.11.1.5
 , transformers >= 0.2
 , unix >= 2.2
-, vector >= 0.7 && < 0.11
+, vector >= 0.7 && < 0.12
 , xml-types >= 0.3 && < 0.4
 
 benchmark dbus_benchmarks




commit kcalutils for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2015-10-14 16:45:52

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


Package is "kcalutils"

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2015-10-03 
20:14:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new/kcalutils.changes 2015-10-14 
16:45:59.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:20:00 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:02:23 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kcalutils-15.08.0.tar.xz

New:

  kcalutils-15.08.2.tar.xz



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.1fvVbK/_old  2015-10-14 16:46:00.0 +0200
+++ /var/tmp/diff_new_pack.1fvVbK/_new  2015-10-14 16:46:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kcalutils
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: KCalUtils

++ kcalutils-15.08.0.tar.xz -> kcalutils-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-15.08.0/.arcconfig 
new/kcalutils-15.08.2/.arcconfig
--- old/kcalutils-15.08.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/kcalutils-15.08.2/.arcconfig2015-08-31 11:24:03.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}




commit kholidays for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kholidays for openSUSE:Factory 
checked in at 2015-10-14 16:45:56

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


Package is "kholidays"

Changes:

--- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes  2015-10-03 
20:15:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kholidays.new/kholidays.changes 2015-10-14 
16:46:02.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:31:36 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:15:16 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kholidays-15.08.0.tar.xz

New:

  kholidays-15.08.2.tar.xz



Other differences:
--
++ kholidays.spec ++
--- /var/tmp/diff_new_pack.OD82Ee/_old  2015-10-14 16:46:03.0 +0200
+++ /var/tmp/diff_new_pack.OD82Ee/_new  2015-10-14 16:46:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kholidays
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries

++ kholidays-15.08.0.tar.xz -> kholidays-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-15.08.0/.arcconfig 
new/kholidays-15.08.2/.arcconfig
--- old/kholidays-15.08.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/kholidays-15.08.2/.arcconfig2015-08-31 11:24:03.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}




commit kmime for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kmime for openSUSE:Factory checked 
in at 2015-10-14 16:46:06

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


Package is "kmime"

Changes:

--- /work/SRC/openSUSE:Factory/kmime/kmime.changes  2015-10-03 
20:14:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmime.new/kmime.changes 2015-10-14 
16:46:13.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:34:27 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:19:14 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kmime-15.08.0.tar.xz

New:

  kmime-15.08.2.tar.xz



Other differences:
--
++ kmime.spec ++
--- /var/tmp/diff_new_pack.npEK04/_old  2015-10-14 16:46:14.0 +0200
+++ /var/tmp/diff_new_pack.npEK04/_new  2015-10-14 16:46:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmime
-Version:15.08.0
+Version:15.08.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Mime support

++ kmime-15.08.0.tar.xz -> kmime-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-15.08.0/.arcconfig new/kmime-15.08.2/.arcconfig
--- old/kmime-15.08.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/kmime-15.08.2/.arcconfig2015-09-23 18:20:19.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/;,
+  "history.immutable" : true
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-15.08.0/autotests/parsedatetimetest.cpp 
new/kmime-15.08.2/autotests/parsedatetimetest.cpp
--- old/kmime-15.08.0/autotests/parsedatetimetest.cpp   2015-08-12 
07:46:21.0 +0200
+++ new/kmime-15.08.2/autotests/parsedatetimetest.cpp   2015-09-23 
18:20:19.0 +0200
@@ -29,29 +29,29 @@
 
 void ParseDateTimeTest::testParseDateTime_data()
 {
-QTest::addColumn("input");
+QTest::addColumn("input");
 QTest::addColumn("expResult");
 
-QTest::newRow("1") << QStringLiteral("Sat, 25 Apr 2015 12:10:48 +") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-25T12:10:48+00:00"), 
Qt::ISODate));
-QTest::newRow("2") << QStringLiteral("Fri, 24 Apr 2015 10:22:42 +0200") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-24T10:22:42+02:00"), 
Qt::ISODate));
-QTest::newRow("3") << QStringLiteral("Thu, 23 Apr 2015 21:43:32 -0300") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-23T21:43:32-03:00"), 
Qt::ISODate));
-QTest::newRow("4") << QStringLiteral("Fri 24 Apr 2015 10:39:15 +0200") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-24T10:39:15+02:00"), 
Qt::ISODate));
-QTest::newRow("5") << QStringLiteral("Fri 24 Apr 2015 10:39:15 +02:00") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-24T10:39:15+02:00"), 
Qt::ISODate));
-QTest::newRow("6") << QStringLiteral("Fri 24 Apr 2015 10:39:15 +02:23") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-24T10:39:15+02:23"), 
Qt::ISODate));
-QTest::newRow("7") << QStringLiteral("Fri 24 Apr 2015 10:39:15 +02a") << 
QDateTime();
-QTest::newRow("8") << QStringLiteral("Fri 24 Apr 2015 10:39:15 +02:") << 
QDateTime();
-QTest::newRow("9") << QStringLiteral("Fri 24 Apr 2015 10:39:15 +02:af") << 
QDateTime();
-QTest::newRow("10") << QStringLiteral("Fri 24 Apr 2015 10:39:15 +in:af") 
<< QDateTime();
+QTest::newRow("1") << QByteArray("Sat, 25 Apr 2015 12:10:48 +") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-25T12:10:48+00:00"), 
Qt::ISODate));
+QTest::newRow("2") << QByteArray("Fri, 24 Apr 2015 10:22:42 +0200") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-24T10:22:42+02:00"), 
Qt::ISODate));
+QTest::newRow("3") << QByteArray("Thu, 23 Apr 2015 21:43:32 -0300") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-23T21:43:32-03:00"), 
Qt::ISODate));
+QTest::newRow("4") << QByteArray("Fri 24 Apr 2015 10:39:15 +0200") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-24T10:39:15+02:00"), 
Qt::ISODate));
+QTest::newRow("5") << QByteArray("Fri 24 Apr 2015 10:39:15 +02:00") << 
QDateTime(QDateTime::fromString(QStringLiteral("2015-04-24T10:39:15+02:00"), 

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

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:13.1:NonFree:Update checked in at 2015-10-14 17:25:13

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


Package is "flash-player"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PyudhT/_old  2015-10-14 17:25:14.0 +0200
+++ /var/tmp/diff_new_pack.PyudhT/_new  2015-10-14 17:25:14.0 +0200
@@ -1 +1 @@
-
+




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

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:13.2:NonFree:Update checked in at 2015-10-14 17:25:15

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


Package is "flash-player"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.IEsUOv/_old  2015-10-14 17:25:16.0 +0200
+++ /var/tmp/diff_new_pack.IEsUOv/_new  2015-10-14 17:25:16.0 +0200
@@ -1 +1 @@
-
+




commit oxygen-icon-theme for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory checked in at 2015-10-14 16:38:30

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


Package is "oxygen-icon-theme"

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icon-theme.changes  
2015-07-14 17:39:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icon-theme.changes 
2015-10-14 16:38:31.0 +0200
@@ -1,0 +2,23 @@
+Wed Sep 23 08:39:55 UTC 2015 - alarr...@suse.com
+
+- Downgraded version to 15.04.3 since there hasn't really been any
+  release of oxygen-icons after that one.
+- Added file oxygen-icons-15.04.3.tar.xz and a (disabled) _service file
+  to download the source file from KDE's servers. 
+
+---
+Wed Aug 19 19:44:25 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:06:11 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

New:

  _service



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.xMBHZ1/_old  2015-10-14 16:38:35.0 +0200
+++ /var/tmp/diff_new_pack.xMBHZ1/_new  2015-10-14 16:38:35.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:oxygen-icons-%{version}.tar.xz
+Source0:
http://download.kde.org/stable/applications/15.04.3/src/oxygen-icons-15.04.3.tar.xz
 Source1:22x22-package-manager-icon.png
 Source2:32x32-package-manager-icon.png
 Source3:48x48-package-manager-icon.png











++ _service ++

 
   http
   download.kde.org
   stable/applications/15.04.3/src/oxygen-icons-15.04.3.tar.xz
 
 
   _service:download_url:oxygen-icons-15.04.3.tar.xz
   sha256
   133b66d70b51641f841799674afd993a6af0d9d9b646021a0ed609beb2ffd71e
 




commit strace for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2015-10-14 16:38:16

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


Package is "strace"

Changes:

--- /work/SRC/openSUSE:Factory/strace/strace.changes2015-05-22 
16:29:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes   2015-10-14 
16:38:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 14:20:49 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- new patch to bypass bug boo#946928
+  strace_ppc64le_bypass_getrandom_hang.patch
+
+---

New:

  strace_ppc64le_bypass_getrandom_hang.patch



Other differences:
--
++ strace.spec ++
--- /var/tmp/diff_new_pack.rzEnHn/_old  2015-10-14 16:38:18.0 +0200
+++ /var/tmp/diff_new_pack.rzEnHn/_new  2015-10-14 16:38:18.0 +0200
@@ -44,6 +44,7 @@
 Patch13:0013-aarch64-properly-decode-generic-syscalls.patch
 Patch14:0014-stat64-v.test-add-newfstatat-syscall-support.patch
 Patch15:0015-tests-uid-use-fchown-instead-of-chown.patch
+Patch16:strace_ppc64le_bypass_getrandom_hang.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libacl-devel
 BuildRequires:  libaio-devel
@@ -93,6 +94,9 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%ifarch ppc64le
+%patch16 -p1
+%endif
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"


++ strace_ppc64le_bypass_getrandom_hang.patch ++
From: Michel Normand 
Subject: strace ppc64le bypass getrandom hang
Date: Mon, 28 Sep 2015 16:19:53 +0200

strace ppc64le bypass getrandom hang as per bug boo#946928

Signed-off-by: Michel Normand 
---
 tests/getrandom.test |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Index: strace-4.10/tests/getrandom.test
===
--- strace-4.10.orig/tests/getrandom.test
+++ strace-4.10/tests/getrandom.test
@@ -5,8 +5,9 @@
 . "${srcdir=.}/init.sh"
 
 check_prog awk
-
-./getrandom ||
+# bypass hung condition that timeout after 60s as per bug boo#946928
+# by removing the first getrandom call.
+#/getrandom ||
framework_skip_ 'getrandom is not available'
 
 args="-e getrandom -xx -s3 ./getrandom"



commit perl-Test-SharedFork for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-SharedFork for 
openSUSE:Factory checked in at 2015-10-14 16:44:04

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


Package is "perl-Test-SharedFork"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-SharedFork/perl-Test-SharedFork.changes
2015-06-09 12:24:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-SharedFork.new/perl-Test-SharedFork.changes
   2015-10-14 16:44:05.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  2 09:41:41 UTC 2015 - co...@suse.com
+
+- updated to 0.34
+   see /usr/share/doc/packages/perl-Test-SharedFork/Changes
+
+  0.34 2015-09-29T14:57:22Z
+  
+  - Support upcoming Test::Stream changes
+
+---

Old:

  Test-SharedFork-0.33.tar.gz

New:

  Test-SharedFork-0.34.tar.gz



Other differences:
--
++ perl-Test-SharedFork.spec ++
--- /var/tmp/diff_new_pack.dhXqJO/_old  2015-10-14 16:44:06.0 +0200
+++ /var/tmp/diff_new_pack.dhXqJO/_new  2015-10-14 16:44:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-SharedFork
-Version:0.33
+Version:0.34
 Release:0
 %define cpan_name Test-SharedFork
 Summary:Fork Test

++ Test-SharedFork-0.33.tar.gz -> Test-SharedFork-0.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-SharedFork-0.33/Changes 
new/Test-SharedFork-0.34/Changes
--- old/Test-SharedFork-0.33/Changes2015-06-06 05:37:40.0 +0200
+++ new/Test-SharedFork-0.34/Changes2015-09-29 16:58:05.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Test::SharedFork
 
+0.34 2015-09-29T14:57:22Z
+
+- Support upcoming Test::Stream changes
+
 0.33 2015-06-06T03:36:58Z
 
 - Tell Test::Stream::IPC to poll for results
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-SharedFork-0.33/META.json 
new/Test-SharedFork-0.34/META.json
--- old/Test-SharedFork-0.33/META.json  2015-06-06 05:37:40.0 +0200
+++ new/Test-SharedFork-0.34/META.json  2015-09-29 16:58:05.0 +0200
@@ -4,7 +4,7 @@
   "Tokuhiro Matsuno "
],
"dynamic_config" : 0,
-   "generated_by" : "Minilla/v2.4.1",
+   "generated_by" : "Minilla/v2.5.0",
"license" : [
   "perl_5"
],
@@ -61,7 +61,7 @@
"provides" : {
   "Test::SharedFork" : {
  "file" : "lib/Test/SharedFork.pm",
- "version" : "0.33"
+ "version" : "0.34"
   },
   "Test::SharedFork::Array" : {
  "file" : "lib/Test/SharedFork/Array.pm"
@@ -84,7 +84,7 @@
  "web" : "https://github.com/tokuhirom/Test-SharedFork;
   }
},
-   "version" : "0.33",
+   "version" : "0.34",
"x_contributors" : [
   "lestrrat ",
   "Vyacheslav Matyukhin ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-SharedFork-0.33/META.yml 
new/Test-SharedFork-0.34/META.yml
--- old/Test-SharedFork-0.33/META.yml   2015-06-06 05:37:40.0 +0200
+++ new/Test-SharedFork-0.34/META.yml   2015-09-29 16:58:05.0 +0200
@@ -10,7 +10,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Minilla/v2.4.1, CPAN::Meta::Converter version 2.150001'
+generated_by: 'Minilla/v2.5.0, CPAN::Meta::Converter version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,7 +29,7 @@
 provides:
   Test::SharedFork:
 file: lib/Test/SharedFork.pm
-version: '0.33'
+version: '0.34'
   Test::SharedFork::Array:
 file: lib/Test/SharedFork/Array.pm
   Test::SharedFork::Scalar:
@@ -46,7 +46,7 @@
   bugtracker: https://github.com/tokuhirom/Test-SharedFork/issues
   homepage: https://github.com/tokuhirom/Test-SharedFork
   repository: git://github.com/tokuhirom/Test-SharedFork.git
-version: '0.33'
+version: '0.34'
 x_contributors:
   - 'lestrrat '
   - 'Vyacheslav Matyukhin '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-SharedFork-0.33/Makefile.PL 
new/Test-SharedFork-0.34/Makefile.PL
--- old/Test-SharedFork-0.33/Makefile.PL2015-06-06 05:37:40.0 
+0200
+++ new/Test-SharedFork-0.34/Makefile.PL2015-09-29 16:58:05.0 
+0200
@@ -12,7 +12,8 @@
 my %WriteMakefileArgs = (
 NAME => 'Test::SharedFork',
 DISTNAME => 'Test-SharedFork',
-VERSION  => '0.33',
+VERSION  => '0.34',
+EXE_FILES => [glob('script/*'), 

commit iw for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package iw for openSUSE:Factory checked in 
at 2015-10-14 16:37:47

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


Package is "iw"

Changes:

--- /work/SRC/openSUSE:Factory/iw/iw.changes2015-09-11 09:01:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes   2015-10-14 
16:37:48.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 09:52:13 UTC 2015 - mplus...@suse.com
+
+- Update to 4.3
+  * Support all new kernel features upto 4.3
+
+---

Old:

  iw-4.1.tar.xz

New:

  iw-4.3.tar.xz



Other differences:
--
++ iw.spec ++
--- /var/tmp/diff_new_pack.HWTQLL/_old  2015-10-14 16:37:49.0 +0200
+++ /var/tmp/diff_new_pack.HWTQLL/_new  2015-10-14 16:37:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iw
-Version:4.1
+Version:4.3
 Release:0
 Summary:Configuration utility for nl80211 based wireless drivers
 License:ISC

++ iw-4.1.tar.xz -> iw-4.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iw-4.1/Android.mk new/iw-4.3/Android.mk
--- old/iw-4.1/Android.mk   2015-05-05 14:15:14.0 +0200
+++ new/iw-4.3/Android.mk   2015-09-18 10:54:53.0 +0200
@@ -7,17 +7,13 @@
 NO_PKG_CONFIG=y
 include $(LOCAL_PATH)/Makefile
 
-LOCAL_SRC_FILES := $(patsubst %.o,%.c,$(OBJS)) android-nl.c
-
-LOCAL_C_INCLUDES := \
-   $(LOCAL_PATH) \
-   external/libnl-headers/
+LOCAL_SRC_FILES := $(patsubst %.o,%.c,$(OBJS))
 
 LOCAL_CFLAGS += -DCONFIG_LIBNL20
 LOCAL_LDFLAGS := -Wl,--no-gc-sections
 #LOCAL_MODULE_TAGS := optional
 LOCAL_MODULE_TAGS := eng
-LOCAL_STATIC_LIBRARIES := libnl_2
+LOCAL_STATIC_LIBRARIES := libnl
 LOCAL_MODULE := iw
 
 $(IW_SOURCE_DIR)/version.c:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iw-4.1/android-nl.c new/iw-4.3/android-nl.c
--- old/iw-4.1/android-nl.c 2015-05-05 14:15:14.0 +0200
+++ new/iw-4.3/android-nl.c 1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-#include 
-
-int nla_put_flag(struct nl_msg *msg, int flag)
-{
-   return nla_put(msg, flag, 0, NULL);
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iw-4.1/bitrate.c new/iw-4.3/bitrate.c
--- old/iw-4.1/bitrate.c2015-05-05 14:15:14.0 +0200
+++ new/iw-4.3/bitrate.c2015-09-18 10:54:53.0 +0200
@@ -77,7 +77,6 @@
 #define VHT_ARGC_MAX   100
 
 static int handle_bitrates(struct nl80211_state *state,
-  struct nl_cb *cb,
   struct nl_msg *msg,
   int argc, char **argv,
   enum id_input id)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iw-4.1/coalesce.c new/iw-4.3/coalesce.c
--- old/iw-4.1/coalesce.c   2015-05-05 14:15:14.0 +0200
+++ new/iw-4.3/coalesce.c   2015-09-18 10:54:53.0 +0200
@@ -16,7 +16,7 @@
 
 SECTION(coalesce);
 
-static int handle_coalesce_enable(struct nl80211_state *state, struct nl_cb 
*cb,
+static int handle_coalesce_enable(struct nl80211_state *state,
  struct nl_msg *msg, int argc, char **argv,
  enum id_input id)
 {
@@ -185,7 +185,7 @@
"match '43:34:00:12' after 18 bytes of offset in Rx packet.\n");
 
 static int
-handle_coalesce_disable(struct nl80211_state *state, struct nl_cb *cb,
+handle_coalesce_disable(struct nl80211_state *state,
struct nl_msg *msg, int argc, char **argv,
enum id_input id)
 {
@@ -274,12 +274,11 @@
return NL_SKIP;
 }
 
-static int handle_coalesce_show(struct nl80211_state *state, struct nl_cb *cb,
+static int handle_coalesce_show(struct nl80211_state *state,
  struct nl_msg *msg, int argc, char **argv,
  enum id_input id)
 {
-   nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM,
- print_coalesce_handler, NULL);
+   register_handler(print_coalesce_handler, NULL);
 
return 0;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iw-4.1/connect.c new/iw-4.3/connect.c
--- old/iw-4.1/connect.c2015-05-05 14:15:14.0 +0200
+++ new/iw-4.3/connect.c2015-09-18 10:54:53.0 +0200
@@ -9,7 +9,7 @@
 #include "nl80211.h"
 #include "iw.h"
 
-static int iw_conn(struct nl80211_state *state, struct nl_cb *cb,
+static int iw_conn(struct nl80211_state *state,
   

commit python3-raven for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-raven for openSUSE:Factory 
checked in at 2015-10-14 16:44:13

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


Package is "python3-raven"

Changes:

--- /work/SRC/openSUSE:Factory/python3-raven/python3-raven.changes  
2015-09-30 05:49:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-raven.new/python3-raven.changes 
2015-10-14 16:44:14.0 +0200
@@ -1,0 +2,26 @@
+Tue Oct  6 03:10:59 UTC 2015 - a...@gmx.de
+
+- update to version 5.7.2:
+  * Handle passing "fingerprint" through logging handler.
+
+- changes from version 5.7.1:
+  * Correctly handle SHAs in .git/HEAD.
+  * Fixed several cases of invalid Python3 syntax.
+
+- changes from version 5.7.0:
+  * Reverted changes to Celery which incorrectly caused some configurations
+to log unwanted messages.
+  * Improved behavior in "fetch_git_sha".
+  * Removed "is_authenticated" property from most integrations.
+  * Better error handling for errors within Flask context.
+  * Support for new versions of Flask-Login.
+  * Update Tornado support for modern versions.
+  * Update stacktrace truncation code to match current versions of Sentry 
server.
+
+- changes from version 5.6.0:
+  * Content is no longer base64-encoded.
+  * "fingerprint" is now correctly supported.
+  * Django: 1.9 compatibility.
+  * Celery: Filter "celery.redirect" logger.
+
+---

Old:

  raven-5.5.0.tar.gz

New:

  raven-5.7.2.tar.gz



Other differences:
--
++ python3-raven.spec ++
--- /var/tmp/diff_new_pack.HTI8SN/_old  2015-10-14 16:44:15.0 +0200
+++ /var/tmp/diff_new_pack.HTI8SN/_new  2015-10-14 16:44:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-raven
-Version:5.5.0
+Version:5.7.2
 Release:0
 Url:https://pypi.python.org/pypi/raven
 Summary:A client for Sentry

++ raven-5.5.0.tar.gz -> raven-5.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.5.0/PKG-INFO new/raven-5.7.2/PKG-INFO
--- old/raven-5.5.0/PKG-INFO2015-07-22 17:02:21.0 +0200
+++ new/raven-5.7.2/PKG-INFO2015-09-19 01:06:56.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: raven
-Version: 5.5.0
+Version: 5.7.2
 Summary: Raven is a client for Sentry (https://www.getsentry.com)
 Home-page: https://github.com/getsentry/raven-python
 Author: David Cramer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.5.0/raven/base.py 
new/raven-5.7.2/raven/base.py
--- old/raven-5.5.0/raven/base.py   2015-07-16 08:09:12.0 +0200
+++ new/raven-5.7.2/raven/base.py   2015-09-19 00:36:47.0 +0200
@@ -8,7 +8,6 @@
 
 from __future__ import absolute_import
 
-import base64
 import zlib
 import logging
 import os
@@ -274,7 +273,7 @@
 
 def build_msg(self, event_type, data=None, date=None,
   time_spent=None, extra=None, stack=None, public_key=None,
-  tags=None, **kwargs):
+  tags=None, fingerprint=None, **kwargs):
 """
 Captures, processes and serializes an event into a dict object
 
@@ -376,6 +375,9 @@
 if culprit:
 data['culprit'] = culprit
 
+if fingerprint:
+data['fingerprint'] = fingerprint
+
 # Run the data through processors
 for processor in self.get_processors():
 data.update(processor.process(data))
@@ -626,6 +628,7 @@
 headers = {
 'User-Agent': client_string,
 'X-Sentry-Auth': auth_header,
+'Content-Encoding': self.get_content_encoding(),
 'Content-Type': 'application/octet-stream',
 }
 
@@ -636,17 +639,20 @@
 **kwargs
 )
 
+def get_content_encoding(self):
+return 'deflate'
+
 def encode(self, data):
 """
 Serializes ``data`` into a raw string.
 """
-return base64.b64encode(zlib.compress(json.dumps(data).encode('utf8')))
+return zlib.compress(json.dumps(data).encode('utf8'))
 
 def decode(self, data):
 """
 Unserializes a string, ``data``.
 """
-return 
json.loads(zlib.decompress(base64.b64decode(data)).decode('utf8'))
+return json.loads(zlib.decompress(data).decode('utf8'))
 
 def captureMessage(self, message, **kwargs):
 """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.5.0/raven/contrib/django/client.py 

commit python3-beautifulsoup4 for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-beautifulsoup4 for 
openSUSE:Factory checked in at 2015-10-14 16:44:09

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


Package is "python3-beautifulsoup4"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-beautifulsoup4/python3-beautifulsoup4.changes
2015-08-05 06:50:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-beautifulsoup4.new/python3-beautifulsoup4.changes
   2015-10-14 16:44:10.0 +0200
@@ -1,0 +2,15 @@
+Mon Oct  5 05:54:58 UTC 2015 - a...@gmx.de
+
+- update to version 4.4.1:
+ * Fixed a bug that deranged the tree when part of it was
+   removed. Thanks to Eric Weiser for the patch and John Wiseman for a
+   test. [bug=1481520]
+ * Fixed a parse bug with the html5lib tree-builder. Thanks to Roel
+   Kramer for the patch. [bug=1483781]
+ * Improved the implementation of CSS selector grouping. Thanks to
+   Orangain for the patch. [bug=1484543]
+ * Fixed the test_detect_utf8 test so that it works when chardet is
+   installed. [bug=1471359]
+ * Corrected the output of Declaration objects. [bug=1477847]
+
+---

Old:

  beautifulsoup4-4.4.0.tar.gz

New:

  beautifulsoup4-4.4.1.tar.gz



Other differences:
--
++ python3-beautifulsoup4.spec ++
--- /var/tmp/diff_new_pack.InC7Ne/_old  2015-10-14 16:44:11.0 +0200
+++ /var/tmp/diff_new_pack.InC7Ne/_new  2015-10-14 16:44:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-beautifulsoup4
-Version:4.4.0
+Version:4.4.1
 Release:0
 Summary:HTML/XML Parser for Quick-Turnaround Applications Like 
Screen-Scraping
 License:MIT

++ beautifulsoup4-4.4.0.tar.gz -> beautifulsoup4-4.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.0/NEWS.txt 
new/beautifulsoup4-4.4.1/NEWS.txt
--- old/beautifulsoup4-4.4.0/NEWS.txt   2015-07-03 17:14:43.0 +0200
+++ new/beautifulsoup4-4.4.1/NEWS.txt   2015-09-29 01:53:36.0 +0200
@@ -1,3 +1,21 @@
+= 4.4.1 (20150928) =
+
+* Fixed a bug that deranged the tree when part of it was
+  removed. Thanks to Eric Weiser for the patch and John Wiseman for a
+  test. [bug=1481520]
+
+* Fixed a parse bug with the html5lib tree-builder. Thanks to Roel
+  Kramer for the patch. [bug=1483781]
+
+* Improved the implementation of CSS selector grouping. Thanks to
+  Orangain for the patch. [bug=1484543]
+
+* Fixed the test_detect_utf8 test so that it works when chardet is
+  installed. [bug=1471359]
+
+* Corrected the output of Declaration objects. [bug=1477847]
+
+
 = 4.4.0 (20150703) =
 
 Especially important changes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.0/PKG-INFO 
new/beautifulsoup4-4.4.1/PKG-INFO
--- old/beautifulsoup4-4.4.0/PKG-INFO   2015-07-03 17:23:03.0 +0200
+++ new/beautifulsoup4-4.4.1/PKG-INFO   2015-09-29 02:19:48.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: beautifulsoup4
-Version: 4.4.0
+Version: 4.4.1
 Summary: Screen-scraping library
 Home-page: http://www.crummy.com/software/BeautifulSoup/bs4/
 Author: Leonard Richardson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/beautifulsoup4-4.4.0/beautifulsoup4.egg-info/PKG-INFO 
new/beautifulsoup4-4.4.1/beautifulsoup4.egg-info/PKG-INFO
--- old/beautifulsoup4-4.4.0/beautifulsoup4.egg-info/PKG-INFO   2015-07-03 
17:23:03.0 +0200
+++ new/beautifulsoup4-4.4.1/beautifulsoup4.egg-info/PKG-INFO   2015-09-29 
02:19:48.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: beautifulsoup4
-Version: 4.4.0
+Version: 4.4.1
 Summary: Screen-scraping library
 Home-page: http://www.crummy.com/software/BeautifulSoup/bs4/
 Author: Leonard Richardson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.0/bs4/__init__.py 
new/beautifulsoup4-4.4.1/bs4/__init__.py
--- old/beautifulsoup4-4.4.0/bs4/__init__.py2015-07-03 14:39:51.0 
+0200
+++ new/beautifulsoup4-4.4.1/bs4/__init__.py2015-09-29 02:09:17.0 
+0200
@@ -17,7 +17,7 @@
 """
 
 __author__ = "Leonard Richardson (leona...@segfault.org)"
-__version__ = "4.4.0"
+__version__ = "4.4.1"
 __copyright__ = "Copyright (c) 2004-2015 Leonard Richardson"
 __license__ = "MIT"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.0/bs4/builder/_html5lib.py 
new/beautifulsoup4-4.4.1/bs4/builder/_html5lib.py
--- 

commit nautilus for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2015-10-14 16:43:29

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


Package is "nautilus"

Changes:

--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes2015-10-06 
16:10:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes   2015-10-14 
16:43:31.0 +0200
@@ -1,0 +2,16 @@
+Wed Sep 23 06:56:50 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + Fixed various sidebar crashes.
+  + Use a correct file number for copy/move operations.
+  + Fix various operations crashes.
+  + Google Drive support.
+  + Fix desktop icons not appearing for the first time.
+  + Fix searching on recursive mode but not working properly.
+  + Fix remote warning label not showing sometimes.
+  + Use better file renaming positioning when using keyboard
+shortcut.
+  + Fix a crash on Other Locations.
+  + Updated translations.
+
+---

Old:

  nautilus-3.17.91.tar.xz

New:

  nautilus-3.18.0.tar.xz



Other differences:
--
++ nautilus.spec ++
--- /var/tmp/diff_new_pack.j85i46/_old  2015-10-14 16:43:32.0 +0200
+++ /var/tmp/diff_new_pack.j85i46/_new  2015-10-14 16:43:32.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   nautilus
-Version:3.17.91
+Version:3.18.0
 Release:0
 Summary:File Manager for the GNOME Desktop
 License:GPL-2.0+
 Group:  Productivity/File utilities
-Source: 
http://download.gnome.org/sources/nautilus/3.17/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/nautilus/3.18/%{name}-%{version}.tar.xz
 # fate#308344 bgo#602147
 Source1:mount-archive.desktop
 Source99:   baselibs.conf
@@ -42,7 +42,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(exempi-2.0)
 BuildRequires:  pkgconfig(gail-3.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.43.4
+BuildRequires:  pkgconfig(glib-2.0) >= 2.45.7
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.8.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.2

++ nautilus-3.17.91.tar.xz -> nautilus-3.18.0.tar.xz ++
 100104 lines of diff (skipped)




commit libwps for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package libwps for openSUSE:Factory checked 
in at 2015-10-14 16:43:23

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


Package is "libwps"

Changes:

--- /work/SRC/openSUSE:Factory/libwps/libwps.changes2015-08-29 
20:02:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwps.new/libwps.changes   2015-10-14 
16:43:27.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  7 08:13:18 UTC 2015 - tchva...@suse.com
+
+- Version update to 0.4.2:
+  * Add support for microsoft write files
+
+---

Old:

  libwps-0.4.1.tar.xz

New:

  libwps-0.4.2.tar.xz



Other differences:
--
++ libwps.spec ++
--- /var/tmp/diff_new_pack.1U86Fp/_old  2015-10-14 16:43:28.0 +0200
+++ /var/tmp/diff_new_pack.1U86Fp/_new  2015-10-14 16:43:28.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname libwps-0_4-4
 Name:   libwps
-Version:0.4.1
+Version:0.4.2
 Release:0
 Summary:Library for the Microsoft Works text and spreadsheet formats
 License:LGPL-2.1+ and MPL-2.0+

++ libwps-0.4.1.tar.xz -> libwps-0.4.2.tar.xz ++
 9501 lines of diff (skipped)




commit perl-Devel-PPPort for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-PPPort for 
openSUSE:Factory checked in at 2015-10-14 16:44:06

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


Package is "perl-Devel-PPPort"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-PPPort/perl-Devel-PPPort.changes  
2015-08-11 08:26:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-PPPort.new/perl-Devel-PPPort.changes 
2015-10-14 16:44:07.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  2 08:59:40 UTC 2015 - co...@suse.com
+
+- updated to 3.32
+   see /usr/share/doc/packages/perl-Devel-PPPort/Changes
+
+  3.32 - 2015-09-30
+  
+  * Lexical topic no longer works as of perl 5.23
+
+---

Old:

  Devel-PPPort-3.31.tar.gz

New:

  Devel-PPPort-3.32.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-PPPort.spec ++
--- /var/tmp/diff_new_pack.VIuyre/_old  2015-10-14 16:44:08.0 +0200
+++ /var/tmp/diff_new_pack.VIuyre/_new  2015-10-14 16:44:08.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Devel-PPPort
-Version:3.31
+Version:3.32
 Release:0
 %define cpan_name Devel-PPPort
 Summary:Perl/Pollution/Portability
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-PPPort/
-Source: 
http://www.cpan.org/authors/id/W/WO/WOLFSAGE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/W/WO/WOLFSAGE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros

++ Devel-PPPort-3.31.tar.gz -> Devel-PPPort-3.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.31/Changes 
new/Devel-PPPort-3.32/Changes
--- old/Devel-PPPort-3.31/Changes   2015-03-12 14:40:50.0 +0100
+++ new/Devel-PPPort-3.32/Changes   2015-09-30 17:41:48.0 +0200
@@ -1,3 +1,7 @@
+3.32 - 2015-09-30
+
+* Lexical topic no longer works as of perl 5.23
+
 3.31 - 2015-03-12
 
 * Regen todo files to sync with blead
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.31/META.json 
new/Devel-PPPort-3.32/META.json
--- old/Devel-PPPort-3.31/META.json 2015-03-12 15:12:02.0 +0100
+++ new/Devel-PPPort-3.32/META.json 2015-09-30 18:28:47.0 +0200
@@ -4,7 +4,7 @@
   "Marcus Holland-Moritz "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "perl_5"
],
@@ -42,5 +42,5 @@
  "web" : "https://github.com/mhx/Devel-PPPort/;
   }
},
-   "version" : "3.31"
+   "version" : "3.32"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.31/META.yml 
new/Devel-PPPort-3.32/META.yml
--- old/Devel-PPPort-3.31/META.yml  2015-03-12 15:12:02.0 +0100
+++ new/Devel-PPPort-3.32/META.yml  2015-09-30 18:28:47.0 +0200
@@ -3,15 +3,15 @@
 author:
   - 'Marcus Holland-Moritz '
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Devel-PPPort
 no_index:
   directory:
@@ -20,4 +20,4 @@
 resources:
   bugtracker: https://github.com/mhx/Devel-PPPort/issues/
   repository: git://github.com/mhx/Devel-PPPort.git
-version: 3.31
+version: '3.32'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.31/PPPort.pm 
new/Devel-PPPort-3.32/PPPort.pm
--- old/Devel-PPPort-3.31/PPPort.pm 2015-03-12 14:41:40.0 +0100
+++ new/Devel-PPPort-3.32/PPPort.pm 2015-09-30 18:28:35.0 +0200
@@ -1621,7 +1621,7 @@
 use strict;
 use vars qw($VERSION $data);
 
-$VERSION = '3.31';
+$VERSION = '3.32';
 
 sub _init_data
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.31/PPPort_pm.PL 

commit libssh for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package libssh for openSUSE:Factory checked 
in at 2015-10-14 16:43:57

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


Package is "libssh"

Changes:

--- /work/SRC/openSUSE:Factory/libssh/libssh.changes2015-07-23 
15:22:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libssh.new/libssh.changes   2015-10-14 
16:43:58.0 +0200
@@ -1,0 +2,11 @@
+Wed Oct  7 08:25:18 UTC 2015 - a...@cryptomilk.org
+
+- Update to version 0.7.2
+  * Fixed OpenSSL detection on Windows
+  * Fixed return status for ssh_userauth_agent()
+  * Fixed KEX to prefer hmac-sha2-256
+  * Fixed sftp packet handling
+  * Fixed return values of ssh_key_is_(public|private)
+  * Fixed bug in global success reply
+
+---

Old:

  libssh-0.7.1.tar.xz

New:

  libssh-0.7.2.tar.xz



Other differences:
--
++ libssh.spec ++
--- /var/tmp/diff_new_pack.yK5uDT/_old  2015-10-14 16:43:59.0 +0200
+++ /var/tmp/diff_new_pack.yK5uDT/_new  2015-10-14 16:43:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libssh
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:The SSH library
 License:LGPL-2.1+

++ libssh-0.7.1.tar.xz -> libssh-0.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh-0.7.1/CMakeLists.txt 
new/libssh-0.7.2/CMakeLists.txt
--- old/libssh-0.7.1/CMakeLists.txt 2015-06-29 11:16:03.0 +0200
+++ new/libssh-0.7.2/CMakeLists.txt 2015-09-16 08:44:35.0 +0200
@@ -8,7 +8,7 @@
 
 set(APPLICATION_VERSION_MAJOR "0")
 set(APPLICATION_VERSION_MINOR "7")
-set(APPLICATION_VERSION_PATCH "1")
+set(APPLICATION_VERSION_PATCH "2")
 
 set(APPLICATION_VERSION 
"${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -84,8 +84,8 @@
 add_subdirectory(src)
 
 # pkg-config file
+if (UNIX)
 configure_file(libssh.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/libssh.pc)
-configure_file(libssh_threads.pc.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libssh_threads.pc)
 install(
   FILES
 ${CMAKE_CURRENT_BINARY_DIR}/libssh.pc
@@ -96,6 +96,20 @@
 pkgconfig
 )
 
+if (LIBSSH_THREADS)
+configure_file(libssh_threads.pc.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libssh_threads.pc)
+install(
+  FILES
+${CMAKE_CURRENT_BINARY_DIR}/libssh.pc
+${CMAKE_CURRENT_BINARY_DIR}/libssh_threads.pc
+  DESTINATION
+${LIB_INSTALL_DIR}/pkgconfig
+  COMPONENT
+pkgconfig
+)
+endif (LIBSSH_THREADS)
+endif (UNIX)
+
 # cmake config files
 set(LIBSSH_LIBRARY_NAME 
${CMAKE_SHARED_LIBRARY_PREFIX}ssh${CMAKE_SHARED_LIBRARY_SUFFIX})
 set(LIBSSH_THREADS_LIBRARY_NAME 
${CMAKE_SHARED_LIBRARY_PREFIX}ssh${CMAKE_SHARED_LIBRARY_SUFFIX})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh-0.7.1/CPackConfig.cmake 
new/libssh-0.7.2/CPackConfig.cmake
--- old/libssh-0.7.1/CPackConfig.cmake  2015-06-24 18:36:08.0 +0200
+++ new/libssh-0.7.2/CPackConfig.cmake  2015-09-16 08:34:58.0 +0200
@@ -18,7 +18,7 @@
 
 
 ### source generator
-set(CPACK_SOURCE_GENERATOR "TGZ")
+set(CPACK_SOURCE_GENERATOR "TXZ")
 set(CPACK_SOURCE_IGNORE_FILES 
"~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build/;/obj/;tags;cscope.*")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME 
"${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh-0.7.1/ChangeLog new/libssh-0.7.2/ChangeLog
--- old/libssh-0.7.1/ChangeLog  2015-06-29 11:15:56.0 +0200
+++ new/libssh-0.7.2/ChangeLog  2015-09-16 08:44:35.0 +0200
@@ -1,6 +1,14 @@
 ChangeLog
 ==
 
+version 0.7.2 (released 2015-09-15)
+  * Fixed OpenSSL detection on Windows
+  * Fixed return status for ssh_userauth_agent()
+  * Fixed KEX to prefer hmac-sha2-256
+  * Fixed sftp packet handling
+  * Fixed return values of ssh_key_is_(public|private)
+  * Fixed bug in global success reply
+
 version 0.7.1 (released 2015-06-30)
   * Fixed SSH_AUTH_PARTIAL auth with auto public key
   * Fixed memory leak in session options
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh-0.7.1/ConfigureChecks.cmake 
new/libssh-0.7.2/ConfigureChecks.cmake
--- old/libssh-0.7.1/ConfigureChecks.cmake  2015-05-08 13:55:13.0 
+0200
+++ new/libssh-0.7.2/ConfigureChecks.cmake  2015-08-21 15:58:17.0 
+0200
@@ -65,23 +65,31 @@
   check_include_files("winsock2.h;ws2tcpip.h" HAVE_WS2TCPIP_H)
 endif (WIN32)
 

commit libgit2 for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package libgit2 for openSUSE:Factory checked 
in at 2015-10-14 16:43:36

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


Package is "libgit2"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2/libgit2.changes  2015-09-17 
09:17:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2.new/libgit2.changes 2015-10-14 
16:43:37.0 +0200
@@ -1,0 +2,10 @@
+Wed Oct  7 09:29:34 UTC 2015 - astie...@suse.com
+
+- libgit2 0.23.3, containing critical fixes:  
+  * blame: guard xdiff calls for large files
+  * diff: don't feed large files to xdiff
+  * merge_file: treat large files as binary
+  * xdiff: convert size variables to size_t
+  * GITERR_CHECK_ALLOC_ADDn: multi-arg adders
+
+---

Old:

  libgit2-0.23.2.tar.gz

New:

  libgit2-0.23.3.tar.gz



Other differences:
--
++ libgit2.spec ++
--- /var/tmp/diff_new_pack.6jk1DF/_old  2015-10-14 16:43:38.0 +0200
+++ /var/tmp/diff_new_pack.6jk1DF/_new  2015-10-14 16:43:38.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2
-Version:0.23.2
+Version:0.23.3
 Release:0
 Summary:C git library
 License:GPL-2.0-with-GCC-exception

++ libgit2-0.23.2.tar.gz -> libgit2-0.23.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-0.23.2/include/git2/version.h 
new/libgit2-0.23.3/include/git2/version.h
--- old/libgit2-0.23.2/include/git2/version.h   2015-09-05 16:48:42.0 
+0200
+++ new/libgit2-0.23.3/include/git2/version.h   2015-10-05 23:37:22.0 
+0200
@@ -7,10 +7,10 @@
 #ifndef INCLUDE_git_version_h__
 #define INCLUDE_git_version_h__
 
-#define LIBGIT2_VERSION "0.23.2"
+#define LIBGIT2_VERSION "0.23.3"
 #define LIBGIT2_VER_MAJOR 0
 #define LIBGIT2_VER_MINOR 23
-#define LIBGIT2_VER_REVISION 2
+#define LIBGIT2_VER_REVISION 3
 #define LIBGIT2_VER_PATCH 0
 
 #define LIBGIT2_SOVERSION 23
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-0.23.2/src/blame.c 
new/libgit2-0.23.3/src/blame.c
--- old/libgit2-0.23.2/src/blame.c  2015-09-05 16:48:42.0 +0200
+++ new/libgit2-0.23.3/src/blame.c  2015-10-05 23:37:22.0 +0200
@@ -331,7 +331,7 @@
 
blame->ent = ent;
 
-   git_blame__like_git(blame, blame->options.flags);
+   error = git_blame__like_git(blame, blame->options.flags);
 
 cleanup:
for (ent = blame->ent; ent; ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-0.23.2/src/blame_git.c 
new/libgit2-0.23.3/src/blame_git.c
--- old/libgit2-0.23.2/src/blame_git.c  2015-09-05 16:48:42.0 +0200
+++ new/libgit2-0.23.3/src/blame_git.c  2015-10-05 23:37:22.0 +0200
@@ -9,6 +9,7 @@
 #include "commit.h"
 #include "blob.h"
 #include "xdiff/xinclude.h"
+#include "diff_xdiff.h"
 
 /*
  * Origin is refcounted and usually we keep the blob contents to be
@@ -351,6 +352,13 @@
ecb.priv = cb_data;
 
trim_common_tail(_a, _b, 0);
+
+   if (file_a.size > GIT_XDIFF_MAX_SIZE ||
+   file_b.size > GIT_XDIFF_MAX_SIZE) {
+   giterr_set(GITERR_INVALID, "file too large to blame");
+   return -1;
+   }
+
return xdl_diff(_a, _b, , , );
 }
 
@@ -379,7 +387,9 @@
fill_origin_blob(parent, _p);
fill_origin_blob(target, _o);
 
-   diff_hunks(file_p, file_o, );
+   if (diff_hunks(file_p, file_o, ) < 0)
+   return -1;
+
/* The reset (i.e. anything after tlno) are the same as the parent */
blame_chunk(blame, d.tlno, d.plno, last_in_target, target, parent);
 
@@ -477,12 +487,13 @@
}
 }
 
-static void pass_blame(git_blame *blame, git_blame__origin *origin, uint32_t 
opt)
+static int pass_blame(git_blame *blame, git_blame__origin *origin, uint32_t 
opt)
 {
git_commit *commit = origin->commit;
int i, num_parents;
git_blame__origin *sg_buf[16];
git_blame__origin *porigin, **sg_origin = sg_buf;
+   int ret, error = 0;
 
num_parents = git_commit_parentcount(commit);
if (!git_oid_cmp(git_commit_id(commit), >options.oldest_commit))
@@ -540,8 +551,13 @@
origin_incref(porigin);
origin->previous = porigin;
}
-   if (pass_blame_to_parent(blame, origin, porigin))
+
+   if ((ret = pass_blame_to_parent(blame, origin, porigin)) != 0) {
+   if (ret < 0)
+   error = -1;
+
goto 

commit totem for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package totem for openSUSE:Factory checked 
in at 2015-10-14 16:42:46

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


Package is "totem"

Changes:

--- /work/SRC/openSUSE:Factory/totem/totem.changes  2015-10-06 
16:26:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.totem.new/totem.changes 2015-10-14 
16:42:47.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 30 20:07:53 UTC 2015 - zai...@opensuse.org
+
+- Replace gstreamer-plugin-gstclutter for
+  gstreamer-plugin-gstclutter-3_0 Requires: Totem moved to the new
+  version a long time ago.
+
+---



Other differences:
--
++ totem.spec ++
--- /var/tmp/diff_new_pack.3SVtHH/_old  2015-10-14 16:42:48.0 +0200
+++ /var/tmp/diff_new_pack.3SVtHH/_new  2015-10-14 16:42:48.0 +0200
@@ -64,7 +64,7 @@
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 %endif
 # Required for cluttersink
-Requires:   gstreamer-plugin-gstclutter
+Requires:   gstreamer-plugin-gstclutter-3_0
 # We want a useful set of plugins
 Requires:   gstreamer-plugins-base
 Requires:   gstreamer-plugins-good




commit perl-DateTime for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2015-10-14 16:44:03

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


Package is "perl-DateTime"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2015-06-11 08:23:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 
2015-10-14 16:44:04.0 +0200
@@ -1,0 +2,18 @@
+Fri Oct  2 08:58:58 UTC 2015 - co...@suse.com
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.21   2015-09-30
+  
+  - Make all tests pass with both the current DateTime::Locale and the upcoming
+new version (currently still in trial releases).
+  
+  
+  1.20   2015-07-01
+  
+  - The 1.18 release added the June 30, 2015 leap second to the XS code, but I
+forgot to update the corresponding pure Perl implementation in
+DateTime::LeapSecond.
+
+---

Old:

  DateTime-1.19.tar.gz

New:

  DateTime-1.21.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.qk2ugT/_old  2015-10-14 16:44:05.0 +0200
+++ /var/tmp/diff_new_pack.qk2ugT/_new  2015-10-14 16:44:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime
-Version:1.19
+Version:1.21
 Release:0
 %define cpan_name DateTime
 Summary:Date and Time Object for Perl
@@ -29,17 +29,17 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(DateTime::Locale) >= 0.41
+BuildRequires:  perl(DateTime::Locale) >= 0.41
 BuildRequires:  perl(DateTime::TimeZone) >= 1.74
 BuildRequires:  perl(Module::Build) >= 0.28
-BuildRequires:  perl(Params::Validate) >= 0.76
+BuildRequires:  perl(Params::Validate) >= 1.03
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings) >= 0.005
 BuildRequires:  perl(Try::Tiny)
-Requires:   perl(DateTime::Locale) >= 0.41
+Requires:   perl(DateTime::Locale) >= 0.41
 Requires:   perl(DateTime::TimeZone) >= 1.74
-Requires:   perl(Params::Validate) >= 0.76
+Requires:   perl(Params::Validate) >= 1.03
 Requires:   perl(Try::Tiny)
 %{perl_requires}
 

++ DateTime-1.19.tar.gz -> DateTime-1.21.tar.gz ++
 9027 lines of diff (skipped)




commit util-linux for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2015-10-14 16:34:35

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


Package is "util-linux"

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/python-libmount.changes   
2015-07-05 17:50:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2015-10-14 16:34:37.0 +0200
@@ -1,0 +2,43 @@
+Wed Sep 23 14:16:22 CEST 2015 - sbra...@suse.com
+
+- Update to version 2.27:
+  * Many changes and improvements, most notably:
+* lsipc: new command
+* unshare provides a new option --propagation=
+* mount(8) supports read-only binds in one (not atomic) step by
+  "bind,ro".
+* GNU readline support in fdisk and sfdisk.
+* JSON support in libsmartcols and findmnt, losetup, lsblk,
+  lslocks, sfdisk and lsipc.
+* script has been massively improved to be more robust and less
+  complex (bsc#888678, bsc#930236).
+* sulogin supports locked root accounts by --force.
+* colors support by default. It is possible to change this
+  with --disable-colors-default.
+* more information in cfdisk
+* fdisk provides new commands 'F' and 'i'
+* cal supports the new options --twelve and --months 
+* rtcwake supports a news option --list-modes and --date, no
+  support RTC_ALM_READ and RTC_ALM_SET fallbacks any more.
+  * Many fixes, most notably:
+* fsck: now supports -r {fd} (bsc#903738)
+* better handling of multi-path devices
+  (bsc#880468, bsc#924994)
+* flock: improve timeout handling (bsc#926945)
+* lsblk: display mountpoint even for top-level device
+  (bsc#943415)
+
+---
+Wed Aug 19 21:18:11 CEST 2015 - sbra...@suse.com
+
+- Add licenses.
+
+---
+Tue Aug  4 20:31:55 CEST 2015 - sbra...@suse.com
+
+- Add %systemd_preset_pre and %systemd_preset_posttrans that will
+  do one shot presetting of uuidd.service on upgrade.
+  (bnc#900935#c46, FATE#318949).
+- Remove one shot presetting hacks.
+
+---
util-linux-systemd.changes: same change
util-linux.changes: same change

Old:

  util-linux-2.26.2.tar.sign
  util-linux-2.26.2.tar.xz

New:

  util-linux-2.27.tar.sign
  util-linux-2.27.tar.xz



Other differences:
--
++ python-libmount.spec ++
--- /var/tmp/diff_new_pack.zHQeVY/_old  2015-10-14 16:34:38.0 +0200
+++ /var/tmp/diff_new_pack.zHQeVY/_new  2015-10-14 16:34:38.0 +0200
@@ -121,7 +121,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:2.26.2
+Version:2.27
 Release:0
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
 # that into the core build cycle.  pwdutils also pulls in the whole
@@ -130,7 +130,7 @@
 # these tools as well
 #!BuildIgnore:  pwdutils
 Url:https://www.kernel.org/pub/linux/utils/util-linux/
-Source: 
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/%{_name}-%{version}.tar.xz
+Source: 
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/%{_name}-%{version}.tar.xz
 Source1:util-linux-rpmlintrc
 Source4:raw.init
 Source5:etc.raw
@@ -140,7 +140,7 @@
 Source9:remote.pamd
 Source10:   su.pamd
 Source11:   su.default
-Source12:   
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/%{_name}-%{version}.tar.sign
+Source12:   
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/%{_name}-%{version}.tar.sign
 Source13:   %{_name}.keyring
 Source14:   runuser.pamd
 # klogconsole, http://opensuse.github.com/kiwi, 7.02.25, git 859dc050
@@ -515,7 +515,7 @@
s/libuuid\.la/-luuid/g
s/libblkid\.la/-lblkid/g
s/libsmartcols\.la/-lsmartcols/g
-   ' libmount/python/Makemodule.am misc-utils/Makemodule.am 
login-utils/Makemodule.am
+   ' libmount/python/Makemodule.am misc-utils/Makemodule.am 
login-utils/Makemodule.am tests/helpers/Makemodule.am
 # Ignore dependencies on optional (and not built in second stage) libraries
 sed -i '
s/UL_REQUIRES_BUILD(\[.*\], \[libuuid\])/dnl &/
@@ -877,18 +877,12 @@
 %postun -n util-linux-systemd
 %{service_del_postun fstrim.service fstrim.timer}
 
-%pre -n uuidd
+%pre -p /bin/bash -n uuidd
 /usr/sbin/groupadd -r uuidd 2>/dev/null || :
 /usr/sbin/useradd -r -g uuidd -c "User for uuidd" \
   -d /var/run/uuidd uuidd 2>/dev/null || :
 %{service_add_pre uuidd.socket uuidd.service}
-# trick: service existed before, but it had no preset before 13.2 and in 
SLE12. 

commit systemd-presets-branding-openSUSE for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package systemd-presets-branding-openSUSE 
for openSUSE:Factory checked in at 2015-10-14 16:33:55

Comparing /work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new 
(New)


Package is "systemd-presets-branding-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE/systemd-presets-branding-openSUSE.changes
  2015-07-20 11:20:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new/systemd-presets-branding-openSUSE.changes
 2015-10-14 16:33:56.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug  4 18:09:29 CEST 2015 - sbra...@suse.com
+
+- Add %systemd_preset_pre and %systemd_preset_posttrans (fixes
+  boo#921075 and all future requests to change service default).
+
+---



Other differences:
--
++ systemd-presets-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.cGkowj/_old  2015-10-14 16:33:57.0 +0200
+++ /var/tmp/diff_new_pack.cGkowj/_new  2015-10-14 16:33:57.0 +0200
@@ -47,6 +47,9 @@
 install -m644 %{SOURCE0}  
%{buildroot}/usr/lib/systemd/system-preset/90-default-openSUSE.preset
 install -m644 %{SOURCE1}  %{buildroot}/usr/lib/systemd/system-preset/
 
+%pre -p /bin/bash
+%systemd_preset_pre
+
 %post
 systemctl daemon-reload >/dev/null 2>&1 || :
 
@@ -55,6 +58,9 @@
 systemctl daemon-reload >/dev/null 2>&1 || :
 fi
 
+%posttrans -p /bin/bash
+%systemd_preset_posttrans
+
 %files
 %defattr(-,root,root)
 /usr/lib/systemd/system-preset/*




commit systemd-rpm-macros for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package systemd-rpm-macros for 
openSUSE:Factory checked in at 2015-10-14 16:34:29

Comparing /work/SRC/openSUSE:Factory/systemd-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new (New)


Package is "systemd-rpm-macros"

Changes:

--- /work/SRC/openSUSE:Factory/systemd-rpm-macros/systemd-rpm-macros.changes
2015-09-19 06:51:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.systemd-rpm-macros.new/systemd-rpm-macros.changes   
2015-10-14 16:34:30.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 18 15:27:04 CEST 2015 - sbra...@suse.com
+
+- Skip %systemd_preset_* during the clean installation to prevent
+  presetting of all services (boo#946216).
+
+---



Other differences:
--
++ macros.systemd ++
--- /var/tmp/diff_new_pack.bgcdhQ/_old  2015-10-14 16:34:31.0 +0200
+++ /var/tmp/diff_new_pack.bgcdhQ/_new  2015-10-14 16:34:31.0 +0200
@@ -228,42 +228,50 @@
 %{nil}
 
 %systemd_preset_pre() \
-cd /usr/lib/systemd/system-preset; \
-declare -a PRESET_FILES; \
-declare -A PRESETS; \
-PRESET_FILES=(*.preset); \
-if ! test -f presets-all.rpm-tmp ; then \
-   for ((i=${#PRESET_FILES[@]}-1 ; i>= 0 ; i-- )) ; do \
-   FILE=${PRESET_FILES[i]}; \
-   exec 3<"$FILE"; \
-   while read -u3 ENABLE SERVICE PAD ; do \
-   if test -z "$SERVICE" ; then \
-   continue; \
-   fi; \
-   case "$ENABLE" in \
-   enable|disable) \
-   PRESETS[$SERVICE]=$ENABLE;; \
-   esac; \
+if ! test -f /usr/lib/systemd/system-preset/99-default-disable.preset ; then \
+   mkdir -p /usr/lib/systemd/system-preset; \
+   touch /usr/lib/systemd/system-preset/systemd_preset-skip.rpm-tmp; \
+else \
+   cd /usr/lib/systemd/system-preset; \
+   declare -a PRESET_FILES; \
+   declare -A PRESETS; \
+   PRESET_FILES=(*.preset); \
+   if ! test -f systemd_preset-old.rpm-tmp ; then \
+   for ((i=${#PRESET_FILES[@]}-1 ; i>= 0 ; i-- )) ; do \
+   FILE=${PRESET_FILES[i]}; \
+   exec 3<"$FILE"; \
+   while read -u3 ENABLE SERVICE PAD ; do \
+   if test -z "$SERVICE" ; then \
+   continue; \
+   fi; \
+   case "$ENABLE" in \
+   enable|disable) \
+   PRESETS[$SERVICE]=$ENABLE;; \
+   esac; \
+   done; \
+   exec 3<&-; \
done; \
-   exec 3<&-; \
-   done; \
-   exec 3>presets-all.rpm-tmp; \
-   for PRESET in "${!PRESETS[@]}" ; do \
-   echo >&3 "${PRESETS[$PRESET]} $PRESET"; \
-   done; \
-   exec 3>&-; \
+   exec 3>systemd_preset-old.rpm-tmp; \
+   for PRESET in "${!PRESETS[@]}" ; do \
+   echo >&3 "${PRESETS[$PRESET]} $PRESET"; \
+   done; \
+   exec 3>&-; \
+   fi; \
 fi; \
 %{nil}
 
 %systemd_preset_posttrans() \
+if test -f /usr/lib/systemd/system-preset/systemd_preset-skip.rpm-tmp ; then \
+   rm -f /usr/lib/systemd/system-preset/systemd_preset-{old,skip}.rpm-tmp; 
\
+fi; \
 cd /usr/lib/systemd/system-preset; \
-declare -a PRESET_FILES; \
-declare -A PRESETS_OLD; \
-declare -A PRESETS_OLD_WILDCARD; \
-declare -A PRESETS; \
-declare -A PRESETS_WILDCARD; \
-if test -f presets-all.rpm-tmp ; then \
-   exec 3service-states.rpm-tmp; \
-   exec 3systemd_preset-states.rpm-tmp; \
+   exec 3

commit python-setuptools for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python-setuptools for 
openSUSE:Factory checked in at 2015-10-14 16:43:14

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


Package is "python-setuptools"

Changes:

--- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes  
2015-08-23 15:42:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-setuptools.new/python-setuptools.changes 
2015-10-14 16:43:15.0 +0200
@@ -1,0 +2,28 @@
+Tue Oct  6 13:37:41 UTC 2015 - h...@urpla.net
+
+- update to 18.3.2:
+  * Correct another regression in setuptools.findall
+where the fix for Python #12885 was lost.
+
+- update to 18.3.1:
+  * Issue #425: Correct regression in setuptools.findall.
+
+- update to 18.3:
+  * Setuptools now allows disabling of the manipulation of the sys.path
+during the processing of the easy-install.pth file. To do so, set
+the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to
+anything but "rewrite" (consider "raw"). During any install operation
+with manipulation disabled, setuptools packages will be appended to
+sys.path naturally.
+
+Future versions may change the default behavior to disable
+manipulation. If so, the default behavior can be retained by setting
+the variable to "rewrite".
+
+  * Issue #257: ``easy_install --version`` now shows more detail
+about the installation location and Python version.
+
+  * Refactor setuptools.findall in preparation for re-submission
+back to distutils.
+
+---

Old:

  setuptools-18.2.tar.gz

New:

  setuptools-18.3.2.tar.gz



Other differences:
--
++ python-setuptools.spec ++
--- /var/tmp/diff_new_pack.Km5Rxx/_old  2015-10-14 16:43:16.0 +0200
+++ /var/tmp/diff_new_pack.Km5Rxx/_new  2015-10-14 16:43:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-setuptools
-Version:18.2
+Version:18.3.2
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-18.2.tar.gz -> setuptools-18.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-18.2/CHANGES.txt 
new/setuptools-18.3.2/CHANGES.txt
--- old/setuptools-18.2/CHANGES.txt 2015-08-19 18:45:47.0 +0200
+++ new/setuptools-18.3.2/CHANGES.txt   2015-09-19 18:26:28.0 +0200
@@ -2,6 +2,40 @@
 CHANGES
 ===
 
+--
+18.3.2
+--
+
+* Correct another regression in setuptools.findall
+  where the fix for Python #12885 was lost.
+
+--
+18.3.1
+--
+
+* Issue #425: Correct regression in setuptools.findall.
+
+
+18.3
+
+
+* Setuptools now allows disabling of the manipulation of the sys.path
+  during the processing of the easy-install.pth file. To do so, set
+  the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to
+  anything but "rewrite" (consider "raw"). During any install operation
+  with manipulation disabled, setuptools packages will be appended to
+  sys.path naturally.
+
+  Future versions may change the default behavior to disable
+  manipulation. If so, the default behavior can be retained by setting
+  the variable to "rewrite".
+
+* Issue #257: ``easy_install --version`` now shows more detail
+  about the installation location and Python version.
+
+* Refactor setuptools.findall in preparation for re-submission
+  back to distutils.
+
 
 18.2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-18.2/PKG-INFO 
new/setuptools-18.3.2/PKG-INFO
--- old/setuptools-18.2/PKG-INFO2015-08-19 18:46:16.0 +0200
+++ new/setuptools-18.3.2/PKG-INFO  2015-09-19 18:27:13.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: setuptools
-Version: 18.2
+Version: 18.3.2
 Summary: Easily download, build, install, upgrade, and uninstall Python 
packages
 Home-page: https://bitbucket.org/pypa/setuptools
 Author: Python Packaging Authority
@@ -232,6 +232,17 @@
 
 .. _files:
 
+
+---
+Code of Conduct
+---
+
+Everyone interacting in the setuptools project's codebases, issue 
trackers,
+chat rooms, and mailing lists is expected to follow the
+`PyPA Code of Conduct`_.
+
+.. _PyPA Code of Conduct: 
https://www.pypa.io/en/latest/code-of-conduct/
+
 Keywords: CPAN PyPI distutils eggs package management
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - 

commit gnome-disk-utility for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-disk-utility for 
openSUSE:Factory checked in at 2015-10-14 16:43:09

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


Package is "gnome-disk-utility"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-disk-utility/gnome-disk-utility.changes
2015-10-06 16:30:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-disk-utility.new/gnome-disk-utility.changes   
2015-10-14 16:43:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  6 09:35:05 UTC 2015 - zai...@opensuse.org
+
+- Own %dir %{_datadir}/appdata for openSUSE Leap 42.1.
+
+---



Other differences:
--
++ gnome-disk-utility.spec ++
--- /var/tmp/diff_new_pack.utQqlB/_old  2015-10-14 16:43:11.0 +0200
+++ /var/tmp/diff_new_pack.utQqlB/_new  2015-10-14 16:43:11.0 +0200
@@ -92,6 +92,8 @@
 %{_libdir}/gnome-settings-daemon-3.0/libgdu-sd.so
 %{_mandir}/man1/gnome-disk-image-mounter.1%{?ext_man}
 %{_mandir}/man1/gnome-disks.1%{?ext_man}
+# Own dir for openSUSE Leap 42.1
+%dir %{_datadir}/appdata
 %{_datadir}/appdata/org.gnome.DiskUtility.appdata.xml
 %{_datadir}/dbus-1/services/org.gnome.DiskUtility.service
 




commit gtk3 for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2015-10-14 16:43:02

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


Package is "gtk3"

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2015-10-06 
16:33:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2015-10-14 
16:43:04.0 +0200
@@ -1,0 +2,15 @@
+Sun Oct  4 10:14:07 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Speed up rounded rectangle drawing by caching arcs.
+  + Make popover animations faster.
+  + Robustness fixes in GtkAppChooser.
+  + Avoid showing duplicate entries in GtkAppChooser.
+  + Inspector: ellipsize accessible names.
+  + Bugs fixed: bgo#582747, bgo#751368, bgo#751787, bgo#753628,
+bgo#755038, bgo#755215, bgo#755268, bgo#755432, bgo#755435,
+bgo#755444, bgo#755455, bgo#755473, bgo#755528, bgo#755691,
+bgo#755692, bgo#755926, bgo#755931, bgo#755954.
+  + Updated translations.
+
+---

Old:

  gtk+-3.18.0.tar.xz

New:

  gtk+-3.18.1.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.6yhGQH/_old  2015-10-14 16:43:05.0 +0200
+++ /var/tmp/diff_new_pack.6yhGQH/_new  2015-10-14 16:43:05.0 +0200
@@ -29,7 +29,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.18.0
+Version:3.18.1
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+

++ gtk+-3.18.0.tar.xz -> gtk+-3.18.1.tar.xz ++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.18.0.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.18.1.tar.xz differ: char 26, line 1




commit pkg-config for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package pkg-config for openSUSE:Factory 
checked in at 2015-10-14 16:42:52

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


Package is "pkg-config"

Changes:

--- /work/SRC/openSUSE:Factory/pkg-config/pkg-config.changes2014-02-11 
10:56:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.pkg-config.new/pkg-config.changes   
2015-10-14 16:42:53.0 +0200
@@ -1,0 +2,44 @@
+Thu Oct  1 16:59:02 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.29:
+  + Fixed a regression from 0.28 in system -L flag handling. If the
+pc file has multiple system -L flags, every other flag will be
+left as is (fdo#78077).
+  + Quoting of variables queried through --variable is removed so
+that the output can be used verbatim in subsequent shell
+commands (fdo#67904).
+  + Fixed a regression from 0.28 in -L flag handling on Windows. A
+.libs suffix was inadvertantly being added to the library path.
+  + Added a --validate option to check pc file syntax. This works
+just like --exists, but package dependencies are disabled
+(fdo#7000).
+  + Added the PKG_PREREQ autoconf macro. Whereas
+PKG_PROG_PKG_CONFIG is used to check the version of the
+pkg-config tool, this is used to check the version of the
+pkg-config autoconf macros in use.
+  + Added the PKG_CHECK_MODULES_STATIC autoconf macro. This will
+temporarily add --static to the pkg-config calls while invoking
+PKG_CHECK_MODULES (fdo#19541).
+  + Many fixes to the testsuite for Windows. It should now pass for
+a MinGW, Cygwin, and cross-compiled MinGW using Wine for test
+execution (fdo#66939).
+  + More consistent handling of prefix redefinition. On Windows,
+the prefix was always being redefined based on the pc file
+path. This feature can now be enabled or disabled at runtime on
+all platforms using the --define-prefix and
+--dont-define-prefix options (fdo#63602).
+  + Continue listing packages with --list-all even if there are
+errors in pc files (fdo#26615).
+  + Various documentation improvements (fdo#62018, fdo#62374,
+fdo#66155).
+  + Fixed a bug when multiple -isystem arguments are used
+(fdo#72584).
+  + pkg-config is now built with largefile support to ensure that
+it works correctly on filesystems with 64 bit inodes
+(fdo#90078).
+  + Bugs fixed: fdo#7000, fdo#19541, fdo#26615, fdo#62018,
+fdo#62374, fdo#63602, fdo#66155, fdo#66939, fdo#67904,
+fdo#70690, fdo#72584, fdo#78077, fdo#80378, fdo#80380,
+fdo#89267, fdo#90078, fdo#90437, fdo#92002.
+
+---

Old:

  pkg-config-0.28.tar.gz

New:

  pkg-config-0.29.tar.gz



Other differences:
--
++ pkg-config.spec ++
--- /var/tmp/diff_new_pack.M6upBQ/_old  2015-10-14 16:42:54.0 +0200
+++ /var/tmp/diff_new_pack.M6upBQ/_new  2015-10-14 16:42:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pkg-config
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   pkg-config
-Version:0.28
+Version:0.29
 Release:0
 Summary:A library management system
 License:GPL-2.0+

++ pkg-config-0.28.tar.gz -> pkg-config-0.29.tar.gz ++
 76318 lines of diff (skipped)




commit mutter for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2015-10-14 16:42:57

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


Package is "mutter"

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2015-10-06 
16:31:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2015-10-14 
16:42:58.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  2 21:28:47 UTC 2015 - zai...@opensuse.org
+
+- Add wayland-Dont-pre-multiply-root-cursor-sizes.patch and
+  wayland-Dont-scale-XWayland-pointer-cursor-sprites.patch: taken
+  from upstream git. Fixes for HiDPI under wayland (bgo#755099).
+
+---

New:

  wayland-Dont-pre-multiply-root-cursor-sizes.patch
  wayland-Dont-scale-XWayland-pointer-cursor-sprites.patch



Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.Sqn7FZ/_old  2015-10-14 16:42:59.0 +0200
+++ /var/tmp/diff_new_pack.Sqn7FZ/_new  2015-10-14 16:42:59.0 +0200
@@ -30,6 +30,10 @@
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/mutter/3.18/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM wayland-Dont-pre-multiply-root-cursor-sizes.patch 
bgo#755099 zai...@opensuse.org - Upstream patch for HiDPI in wayland 
+Patch0: wayland-Dont-pre-multiply-root-cursor-sizes.patch
+# PATCH-FIX-UPSTREAM wayland-Dont-scale-XWayland-pointer-cursor-sprites.patch 
bgo#755099 zai...@opensuse.org - Upstream patch for HiDPI in wayland
+Patch1: wayland-Dont-scale-XWayland-pointer-cursor-sprites.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 0.9.5
 BuildRequires:  intltool
@@ -136,6 +140,8 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++ wayland-Dont-pre-multiply-root-cursor-sizes.patch ++
>From 4f1461b9c3fd57e092ced0e95775a6f952664acf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20=C3=85dahl?= 
Date: Wed, 16 Sep 2015 15:47:31 +0800
Subject: [PATCH] wayland: Don't pre-multiply root cursor sizes with primary
 monitor scale

We cannot use the XSETTINGS value for cursor theme size because
gnome-settings-daemon already multiplies it by the primary monitor's
scale.

https://bugzilla.gnome.org/show_bug.cgi?id=755099
---
 src/core/prefs.c | 64 
 1 file changed, 55 insertions(+), 9 deletions(-)

diff --git a/src/core/prefs.c b/src/core/prefs.c
index 2da8da3..90ad108 100644
--- a/src/core/prefs.c
+++ b/src/core/prefs.c
@@ -96,6 +96,10 @@ static gboolean bell_is_audible = TRUE;
 static gboolean gnome_accessibility = FALSE;
 static gboolean gnome_animations = TRUE;
 static char *cursor_theme = NULL;
+/* cursor_size will, when running as an X11 compositing window manager, be the
+ * actual cursor size, multiplied with the global window scaling factor. On
+ * Wayland, it will be the actual cursor size retrieved from gsettings.
+ */
 static int   cursor_size = 24;
 static int   draggable_border_width = 10;
 static int   drag_threshold;
@@ -123,6 +127,9 @@ static gboolean update_binding (MetaKeyPref 
*binding,
 static gboolean update_key_binding (const char  *key,
 gchar  **strokes);
 
+static void wayland_settings_changed (GSettings  *settings,
+  gchar  *key,
+  gpointerdata);
 static void settings_changed (GSettings  *settings,
   gchar  *key,
   gpointerdata);
@@ -134,9 +141,10 @@ static void shell_shows_app_menu_changed (GtkSettings 
*settings,
   GParamSpec  *pspec,
   gpointer data);
 
-static void update_cursor_size (GtkSettings *settings,
-GParamSpec *pspec,
-gpointer data);
+static void update_cursor_size_from_gtk (GtkSettings *settings,
+ GParamSpec *pspec,
+ gpointer data);
+static void update_cursor_size (void);
 
 static void queue_changed (MetaPreference  pref);
 
@@ -963,14 +971,18 @@ meta_prefs_init (void)
 G_CALLBACK (settings_changed), NULL);
   g_signal_connect (settings, "changed::" KEY_GNOME_CURSOR_THEME,
 G_CALLBACK (settings_changed), NULL);
+  if (meta_is_wayland_compositor ())
+g_signal_connect (settings, 

commit dracut for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2015-10-14 16:42:29

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


Package is "dracut"

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2015-10-02 
15:38:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2015-10-14 
16:42:30.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  6 10:28:35 UTC 2015 - fv...@suse.com
+
+- Add patch 0184-fix_lvm_wc_warning.patch:
+   - Upstream commit 08eca6 to get rid of missing wc warning
+
+---

New:

  0184-fix_lvm_wc_warning.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.frwomT/_old  2015-10-14 16:42:32.0 +0200
+++ /var/tmp/diff_new_pack.frwomT/_new  2015-10-14 16:42:32.0 +0200
@@ -105,6 +105,7 @@
 Patch181:   0181-no_systemd_cryptsetup.patch
 Patch182:   0182-fix-include-parsing.patch
 Patch183:   0183-fix_add_drivers_hang.patch
+Patch184:   0184-fix_lvm_wc_warning.patch
 
 # Still needed
 Patch133:   0133-Allow-multiple-configurations-per-network-interface-.patch
@@ -250,6 +251,7 @@
 #patch181 -p1
 %patch182 -p1
 %patch183 -p1
+%patch184 -p1
 
 %patch200 -p1
 %patch201 -p1

++ 0184-fix_lvm_wc_warning.patch ++
>From d4b93a092db1105a29a3f768d1d49ece8b90547a Mon Sep 17 00:00:00 2001
From: Fabian Deutsch 
Date: Thu, 25 Jun 2015 11:17:59 +0200
Subject: [PATCH] Revert "lvm: Don't activate LVs with activationskip
 set"

This reverts commit cfa365a32d47388c8476064b23d7d4684f1e591b.

The logic in commit cfa365a was added to prevent (odl) lvms from
activating snapshots which should not be activated.
Newer lvms however do this automatically (not enabling an LV if the
the 'k' attribute set), thus we can revert the previous commit.
---
 modules.d/90lvm/lvm_scan.sh | 4 
 1 file changed, 4 deletions(-)

diff --git a/modules.d/90lvm/lvm_scan.sh b/modules.d/90lvm/lvm_scan.sh
index ce46e14..7495644 100755
--- a/modules.d/90lvm/lvm_scan.sh
+++ b/modules.d/90lvm/lvm_scan.sh
@@ -106,10 +106,6 @@ if [ -n "$LVS" ] ; then
 info "Scanning devices $lvmdevs for LVM logical volumes $LVS"
 lvm lvscan --ignorelockingfailure 2>&1 | vinfo
 for LV in $LVS; do
-if [ "x$(lvm lvs --noheadings --select "lv_attr =~ k" $LV | wc -l)" = 
"x0" ]; then
-info "Skipping activation of '$LV' because activationskip is set."
-continue
-fi
 if [ -z "$sysinit" ]; then
 lvm lvchange --yes -ay --ignorelockingfailure $nopoll 
--ignoremonitoring $LV 2>&1 | vinfo
 else
-- 
2.6.0




commit doxygen for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package doxygen for openSUSE:Factory checked 
in at 2015-10-14 16:34:52

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


Package is "doxygen"

Changes:

--- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes  2015-09-09 
20:20:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes 2015-10-14 
16:34:53.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  5 14:05:14 UTC 2015 - pgaj...@suse.com
+
+- work around Power8 double free or corruption [bnc#921577]
+  + doxygen-dot-one-thread.patch
+
+---

New:

  doxygen-dot-one-thread.patch



Other differences:
--
++ doxygen-doc.spec ++
--- /var/tmp/diff_new_pack.nEwvji/_old  2015-10-14 16:34:54.0 +0200
+++ /var/tmp/diff_new_pack.nEwvji/_new  2015-10-14 16:34:54.0 +0200
@@ -29,6 +29,8 @@
 Patch2: doxygen-no-shared-libs.patch
 # PATCH-FIX-UPSTREAM: add missing returns to non-void functions
 Patch3: vhdlparser-no-return.patch
+# suse specific, for ppc64le, workaround for bnc#921577
+Patch4: doxygen-dot-one-thread.patch
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  fdupes
@@ -77,6 +79,10 @@
 %setup -q -n doxygen-%{version} 
 %patch2 -p1
 %patch3 -p1
+%ifarch ppc64le
+# see bnc#921577
+%patch4 -p1
+%endif
 
 %build
 export CFLAGS="%{optflags} -fPIC"

++ doxygen.spec ++
--- /var/tmp/diff_new_pack.nEwvji/_old  2015-10-14 16:34:54.0 +0200
+++ /var/tmp/diff_new_pack.nEwvji/_new  2015-10-14 16:34:54.0 +0200
@@ -33,6 +33,8 @@
 Patch2: doxygen-no-shared-libs.patch
 # PATCH-FIX-UPSTREAM: add missing returns to non-void functions
 Patch3: vhdlparser-no-return.patch
+# suse specific, for ppc64le, workaround for bnc#921577
+Patch4: doxygen-dot-one-thread.patch
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  flex
@@ -55,6 +57,9 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%ifarch ppc64le
+%patch4 -p1
+%endif
 
 %build
 export CFLAGS="%{optflags} -fPIC"

++ doxygen-dot-one-thread.patch ++
From: Michel Normand 
Subject: doxygen ppc64le ignore DOT NUM THREADS to 0
Date: Wed, 07 Oct 2015 14:11:22 +0200

doxygen ppc64le ignore DOT NUM THREADS to 0 as a bypass to boo#921577

Signed-off-by: Michel Normand 
---
 src/dot.cpp |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Index: doxygen-1.8.10/src/dot.cpp
===
--- doxygen-1.8.10.orig/src/dot.cpp
+++ doxygen-1.8.10/src/dot.cpp
@@ -1240,9 +1240,12 @@ DotManager::DotManager() : m_dotMaps(100
   m_queue = new DotRunnerQueue;
   int i;
   int numThreads = QMIN(32,Config_getInt("DOT_NUM_THREADS"));
+  if (numThreads==0) {
+numThreads = 1;
+msg("use single threaded despite DOT_NUM_THREADS=0 (bypass boo#921577)\n");
+  }
   if (numThreads!=1)
   {
-if (numThreads==0) numThreads = QMAX(2,QThread::idealThreadCount()+1);
 for (i=0;i

commit datovka for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package datovka for openSUSE:Factory checked 
in at 2015-10-14 16:45:12

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


Package is "datovka"

Changes:

--- /work/SRC/openSUSE:Factory/datovka/datovka.changes  2015-09-08 
17:48:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.datovka.new/datovka.changes 2015-10-14 
16:45:13.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 12 12:31:58 UTC 2015 - tchva...@suse.com
+
+- Version update to 4.4.0:
+  * Various bugfixes all around. See ChangeLog file
+
+---

Old:

  datovka-4.3.1-src.tar.xz

New:

  datovka-4.4.0-src.tar.xz



Other differences:
--
++ datovka.spec ++
--- /var/tmp/diff_new_pack.EeAeUs/_old  2015-10-14 16:45:14.0 +0200
+++ /var/tmp/diff_new_pack.EeAeUs/_new  2015-10-14 16:45:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   datovka
-Version:4.3.1
+Version:4.4.0
 Release:0
 Summary:Library to access Czech eGov system \"Datove schranky\"
 License:LGPL-2.0+

++ datovka-4.3.1-src.tar.xz -> datovka-4.4.0-src.tar.xz ++
 30899 lines of diff (skipped)




commit python3-jupyter_ipywidgets for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_ipywidgets for 
openSUSE:Factory checked in at 2015-10-14 16:45:16

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


Package is "python3-jupyter_ipywidgets"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipywidgets/python3-jupyter_ipywidgets.changes
2015-09-30 05:50:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipywidgets.new/python3-jupyter_ipywidgets.changes
   2015-10-14 16:45:18.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 12 13:47:20 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 4.0.3
+  * Provide link to example notebooks in the README.md
+  * Correct some bugs in the code 
+  * Add __version__ to ipywidgets package
+  * Call correct superclass in AccordionView
+  * Make long description part of setup.py
+  * Remove README.md from manifest
+
+---

Old:

  ipywidgets-4.0.2.tar.gz

New:

  ipywidgets-4.0.3.tar.gz



Other differences:
--
++ python3-jupyter_ipywidgets.spec ++
--- /var/tmp/diff_new_pack.oA8bgS/_old  2015-10-14 16:45:19.0 +0200
+++ /var/tmp/diff_new_pack.oA8bgS/_new  2015-10-14 16:45:19.0 +0200
@@ -16,7 +16,7 @@
 
 
 Name:   python3-jupyter_ipywidgets
-Version:4.0.2
+Version:4.0.3
 Release:0
 License:BSD-3-Clause
 Summary:IPython HTML widgets for Jupyter

++ ipywidgets-4.0.2.tar.gz -> ipywidgets-4.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-4.0.2/PKG-INFO 
new/ipywidgets-4.0.3/PKG-INFO
--- old/ipywidgets-4.0.2/PKG-INFO   2015-08-04 00:18:39.0 +0200
+++ new/ipywidgets-4.0.3/PKG-INFO   2015-09-21 17:49:07.0 +0200
@@ -1,12 +1,33 @@
 Metadata-Version: 1.1
 Name: ipywidgets
-Version: 4.0.2
+Version: 4.0.3
 Summary: IPython HTML widgets for Jupyter
 Home-page: http://ipython.org
 Author: IPython Development Team
 Author-email: ipython-...@scipy.org
 License: BSD
-Description: UNKNOWN
+Description: 
+.. image:: https://img.shields.io/pypi/v/ipywidgets.svg
+   :target: https://pypi.python.org/pypi/ipywidgets/
+   :alt: Version Number
+
+.. image:: https://img.shields.io/pypi/dm/ipywidgets.svg
+   :target: https://pypi.python.org/pypi/ipywidgets/
+   :alt: Number of PyPI downloads
+
+Interactive HTML Widgets
+
+
+Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
+
+Usage
+=
+
+.. code-block:: python
+
+from ipywidgets import IntSlider
+IntSlider()
+
 Keywords: Interactive,Interpreter,Shell,Web
 Platform: Linux
 Platform: Mac OS X
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-4.0.2/README.md 
new/ipywidgets-4.0.3/README.md
--- old/ipywidgets-4.0.2/README.md  2015-07-30 18:34:34.0 +0200
+++ new/ipywidgets-4.0.3/README.md  2015-09-15 01:32:04.0 +0200
@@ -2,7 +2,7 @@
 
 [![Build 
Status](https://travis-ci.org/ipython/ipywidgets.svg?branch=master)](https://travis-ci.org/ipython/ipywidgets)
 [![Join the chat at 
https://gitter.im/ipython/ipywidgets](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ipython/ipywidgets?utm_source=badge_medium=badge_campaign=pr-badge_content=badge)
 
-Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
+[Interactive HTML 
widgets](https://github.com/ipython/ipywidgets/blob/master/examples/Index.ipynb)
 for Jupyter notebooks and the IPython kernel.
 
 ## Install
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-4.0.2/examples/Controller.ipynb 
new/ipywidgets-4.0.3/examples/Controller.ipynb
--- old/ipywidgets-4.0.2/examples/Controller.ipynb  1970-01-01 
01:00:00.0 +0100
+++ new/ipywidgets-4.0.3/examples/Controller.ipynb  2015-09-15 
01:32:04.0 +0200
@@ -0,0 +1,90 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+"# Using Game Controllers in the Jupyter Notebook"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+"The controller widget automatically detects connected gamepad and 
joysticks"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+"collapsed": false
+   },
+   "outputs": [],
+   "source": [
+"from ipywidgets import Controller"
+   ]
+  },

commit python3-jupyter_console for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

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

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


Package is "python3-jupyter_console"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2015-10-12 10:01:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
 2015-10-14 16:45:16.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 12 13:46:17 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 4.0.3
+  * fix jupyter console --generate-config
+
+---

Old:

  jupyter_console-4.0.2.tar.gz

New:

  jupyter_console-4.0.3.tar.gz



Other differences:
--
++ python3-jupyter_console.spec ++
--- /var/tmp/diff_new_pack.2GwNs8/_old  2015-10-14 16:45:17.0 +0200
+++ /var/tmp/diff_new_pack.2GwNs8/_new  2015-10-14 16:45:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_console
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:Jupyter terminal console
 License:BSD-3-Clause
@@ -99,9 +99,7 @@
 fi
 
 %check
-pushd jupyter_console
-PYTHONPATH=%{buildroot}%{python3_sitelib} nosetests
-popd
+nosetests jupyter_console
 
 %files
 %defattr(-,root,root,-)

++ jupyter_console-4.0.2.tar.gz -> jupyter_console-4.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/PKG-INFO 
new/jupyter_console-4.0.3/PKG-INFO
--- old/jupyter_console-4.0.2/PKG-INFO  2015-09-01 18:37:06.0 +0200
+++ new/jupyter_console-4.0.3/PKG-INFO  2015-10-07 13:37:49.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jupyter_console
-Version: 4.0.2
+Version: 4.0.3
 Summary: Jupyter terminal console
 Home-page: https://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/docs/changelog.rst 
new/jupyter_console-4.0.3/docs/changelog.rst
--- old/jupyter_console-4.0.2/docs/changelog.rst1970-01-01 
01:00:00.0 +0100
+++ new/jupyter_console-4.0.3/docs/changelog.rst2015-10-07 
13:07:11.0 +0200
@@ -0,0 +1,22 @@
+Changes in Jupyter console
+==
+
+A summary of changes in Jupyter console releases.
+
+4.0
+---
+
+4.0.3
+~
+
+-  fix ``jupyter console --generate-config``
+
+4.0.2
+~
+
+-  setuptools fixes for Windows
+
+4.0.0
+~
+
+First release as a standalone package.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/docs/conf.py 
new/jupyter_console-4.0.3/docs/conf.py
--- old/jupyter_console-4.0.2/docs/conf.py  2015-07-16 00:56:24.0 
+0200
+++ new/jupyter_console-4.0.3/docs/conf.py  2015-10-07 13:11:01.0 
+0200
@@ -63,10 +63,16 @@
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
+
+version_ns = {}
+version_py = os.path.join('..', 'jupyter_console', '_version.py')
+with open(version_py) as f:
+exec(compile(f.read(), version_py, 'exec'), version_ns)
+
 # The short X.Y version.
-version = '4.0'
+version = '%i.%i' % version_ns['version_info'][:2]
 # The full version, including alpha/beta/rc tags.
-release = '4.0'
+release = version_ns['__version__']
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/docs/index.rst 
new/jupyter_console-4.0.3/docs/index.rst
--- old/jupyter_console-4.0.2/docs/index.rst2015-07-16 00:56:24.0 
+0200
+++ new/jupyter_console-4.0.3/docs/index.rst2015-10-07 13:06:10.0 
+0200
@@ -37,4 +37,5 @@
:maxdepth: 2
 
config_options
+   changelog
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/jupyter_console/_version.py 
new/jupyter_console-4.0.3/jupyter_console/_version.py
--- old/jupyter_console-4.0.2/jupyter_console/_version.py   2015-09-01 
18:30:58.0 +0200
+++ new/jupyter_console-4.0.3/jupyter_console/_version.py   2015-10-07 
13:35:59.0 +0200
@@ -1,2 +1,2 @@
-version_info = (4, 0, 2)
+version_info = (4, 0, 3)
 __version__ = '.'.join(map(str, version_info))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perf for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2015-10-14 16:45:06

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


Package is "perf"

Changes:

--- /work/SRC/openSUSE:Factory/perf/perf.changes2015-07-20 
11:23:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2015-10-14 
16:45:07.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 11 16:43:49 UTC 2015 - dmuel...@suse.com
+
+- enable numa support for aarch64
+
+---



Other differences:
--
++ perf.spec ++
--- /var/tmp/diff_new_pack.TNmfRH/_old  2015-10-14 16:45:07.0 +0200
+++ /var/tmp/diff_new_pack.TNmfRH/_new  2015-10-14 16:45:07.0 +0200
@@ -33,7 +33,7 @@
 BuildRequires:  kernel-source >= 2.6.31
 BuildRequires:  libdw-devel
 BuildRequires:  libelf-devel
-%ifarch ia64 x86_64 ppc64 ppc64le ppc %sparc
+%ifarch aarch64 ia64 x86_64 ppc64 ppc64le ppc %sparc
 BuildRequires:  libnuma-devel
 %endif
 %ifarch s390x s390




commit syncthing-gtk for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2015-10-14 16:45:09

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


Package is "syncthing-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes  
2015-10-12 10:02:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2015-10-14 16:45:10.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 12 06:54:58 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.7.6.1:
+  * Fix missing image definition causes crash with some GLib
+versions.
+
+---

Old:

  syncthing-gtk-0.7.6.tar.gz

New:

  syncthing-gtk-0.7.6.1.tar.gz



Other differences:
--
++ syncthing-gtk.spec ++
--- /var/tmp/diff_new_pack.FSmpgb/_old  2015-10-14 16:45:11.0 +0200
+++ /var/tmp/diff_new_pack.FSmpgb/_new  2015-10-14 16:45:11.0 +0200
@@ -19,7 +19,7 @@
 %global __requires_exclude 
typelib\\(Caja\\)|typelib\\(Nautilus\\)|typelib\\(Nemo\\)
 %define _name   syncthing_gtk
 Name:   syncthing-gtk
-Version:0.7.6
+Version:0.7.6.1
 Release:0
 Summary:Syncthing Gtk-based graphical interface
 License:GPL-2.0+
@@ -99,8 +99,8 @@
 %doc LICENSE README.md
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%{python_sitelib}/%{_name}*.egg-info
 %{python_sitelib}/%{_name}/
+%{python_sitelib}/%{_name}-*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*.png
 %{_datadir}/icons/hicolor/*/apps/si-*.png

++ syncthing-gtk-0.7.6.tar.gz -> syncthing-gtk-0.7.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.6/app.glade 
new/syncthing-gtk-0.7.6.1/app.glade
--- old/syncthing-gtk-0.7.6/app.glade   2015-09-27 23:08:48.0 +0200
+++ new/syncthing-gtk-0.7.6.1/app.glade 2015-10-07 10:04:07.0 +0200
@@ -55,7 +55,7 @@
True
False
center
-   edit-menu-button-image
+   edit-menu-button-icon

edit-menu-icons

@@ -817,12 +817,13 @@
16
icons/16x16/apps/syncthing-gtk.png

-   
-   True
-   emblem-system-symbolic
-   
 
 
+
+   True
+   emblem-system-symbolic
+
+
 
True
False
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.6/build_windows.py 
new/syncthing-gtk-0.7.6.1/build_windows.py
--- old/syncthing-gtk-0.7.6/build_windows.py2015-09-27 23:08:48.0 
+0200
+++ new/syncthing-gtk-0.7.6.1/build_windows.py  2015-10-07 10:04:07.0 
+0200
@@ -111,7 +111,7 @@
name = "Syncthing GTK",
author = "Kozec",
version = get_version(),
-   description = "Windows port of Sycnthing GTK",
+   description = "Windows port of Syncthing GTK",
options = dict(
build_exe = dict(
compressed = False,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.6/scripts/syncthing-gtk-exe.py 
new/syncthing-gtk-0.7.6.1/scripts/syncthing-gtk-exe.py
--- old/syncthing-gtk-0.7.6/scripts/syncthing-gtk-exe.py2015-09-27 
23:08:48.0 +0200
+++ new/syncthing-gtk-0.7.6.1/scripts/syncthing-gtk-exe.py  2015-10-07 
10:04:07.0 +0200
@@ -21,7 +21,7 @@
# Force dark theme if reqested
config = Configuration()
if config["force_dark_theme"]:
-   os.environ["GTK_THEME"] = "Adwaita:dark"
+   os.environ["GTK_THEME"] = "Adwaita:dark"

# Fix various windows-only problems
windows.fix_localized_system_error_messages()




commit rubygem-sass for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2015-10-14 16:44:59

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


Package is "rubygem-sass"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2015-08-27 08:58:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2015-10-14 16:45:00.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 10 04:30:06 UTC 2015 - co...@suse.com
+
+- updated to version 3.4.19
+ see installed CHANGELOG.md
+
+---

Old:

  sass-3.4.18.gem

New:

  sass-3.4.19.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.3nyS7Q/_old  2015-10-14 16:45:01.0 +0200
+++ /var/tmp/diff_new_pack.3nyS7Q/_new  2015-10-14 16:45:01.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sass
-Version:3.4.18
+Version:3.4.19
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}
@@ -42,7 +42,7 @@
 PreReq: update-alternatives
 
 %description
-Sass makes CSS fun again. Sass is an extension of CSS3, adding
+Sass makes CSS fun again. Sass is an extension of CSS, adding
 nested rules, variables, mixins, selector inheritance, and more.
 It's translated to well-formatted, standard CSS using the
 command line tool or a web-framework plugin.

++ sass-3.4.18.gem -> sass-3.4.19.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 1970-01-01 01:00:00.0 +0100
+++ new/CONTRIBUTING.md 2015-10-10 03:18:30.0 +0200
@@ -1,3 +1,3 @@
-Contributions are welcomed. Please see the following sites for guidelines:
+Contributions are welcomed. Please see the following site for guidelines:
 
 
[http://sass-lang.com/community#Contribute](http://sass-lang.com/community#Contribute)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   1970-01-01 01:00:00.0 +0100
+++ new/README.md   2015-10-10 03:18:30.0 +0200
@@ -1,14 +1,14 @@
 # Sass [![Gem 
Version](https://badge.fury.io/rb/sass.png)](http://badge.fury.io/rb/sass) 
[![Inline 
docs](http://inch-ci.org/github/sass/sass.svg)](http://inch-ci.org/github/sass/sass)
 
-**Sass makes CSS fun again**. Sass is an extension of CSS3,
+**Sass makes CSS fun again**. Sass is an extension of CSS,
 adding nested rules, variables, mixins, selector inheritance, and more.
 It's translated to well-formatted, standard CSS
 using the command line tool or a web-framework plugin.
 
 Sass has two syntaxes. The new main syntax (as of Sass 3)
 is known as "SCSS" (for "Sassy CSS"),
-and is a superset of CSS3's syntax.
-This means that every valid CSS3 stylesheet is valid SCSS as well.
+and is a superset of CSS's syntax.
+This means that every valid CSS stylesheet is valid SCSS as well.
 SCSS files use the extension `.scss`.
 
 The second, older syntax is known as the indented syntax (or just "Sass").
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 1970-01-01 01:00:00.0 +0100
+++ new/VERSION 2015-10-10 03:18:30.0 +0200
@@ -1 +1 @@
-3.4.18
+3.4.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION_DATE new/VERSION_DATE
--- old/VERSION_DATE1970-01-01 01:00:00.0 +0100
+++ new/VERSION_DATE2015-10-10 03:18:30.0 +0200
@@ -1 +1 @@
-25 August 2015 20:10:56 UTC
+10 October 2015 01:18:29 UTC
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sass/exec/sass_scss.rb 
new/lib/sass/exec/sass_scss.rb
--- old/lib/sass/exec/sass_scss.rb  1970-01-01 01:00:00.0 +0100
+++ new/lib/sass/exec/sass_scss.rb  2015-10-10 03:18:30.0 +0200
@@ -174,9 +174,6 @@
   'Read input from standard input instead of an input file.',
   'This is the default if no input file is specified.') do
 @options[:input] = $stdin
-
-# See issue 1745
-(@options[:for_engine][:load_paths] ||= []) << 
::Sass::Importers::DeprecatedPath.new(".")
   end
 
   encoding_option(opts)
@@ -390,6 +387,11 @@
   input = @options[:input]
   output = @options[:output]
 
+  if input == $stdin
+# See issue 1745
+(@options[:for_engine][:load_paths] ||= []) << 

commit rubygem-highline for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2015-10-14 16:45:01

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


Package is "rubygem-highline"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-highline/rubygem-highline.changes
2015-09-27 08:39:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2015-10-14 16:45:02.0 +0200
@@ -1,0 +2,9 @@
+Sat Oct 10 04:29:14 UTC 2015 - co...@suse.com
+
+- updated to version 1.7.8
+ see installed Changelog.md
+
+  ### 1.7.8 / 2015-10-09
+  * Fix some issues when paginating. (Nick Carboni (@carbonin) and Abinoam P. 
Marques Jr. (@abinoam), #168, PRs #169 #170)
+
+---

Old:

  highline-1.7.7.gem

New:

  highline-1.7.8.gem



Other differences:
--
++ rubygem-highline.spec ++
--- /var/tmp/diff_new_pack.eRYQ2o/_old  2015-10-14 16:45:03.0 +0200
+++ /var/tmp/diff_new_pack.eRYQ2o/_new  2015-10-14 16:45:03.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-highline
-Version:1.7.7
+Version:1.7.8
 Release:0
 %define mod_name highline
 %define mod_full_name %{mod_name}-%{version}

++ highline-1.7.7.gem -> highline-1.7.8.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2015-09-23 01:19:45.0 +0200
+++ new/Changelog.md2015-10-09 21:31:29.0 +0200
@@ -2,6 +2,9 @@
 
 Below is a complete listing of changes for each revision of HighLine.
 
+### 1.7.8 / 2015-10-09
+* Fix some issues when paginating. (Nick Carboni (@carbonin) and Abinoam P. 
Marques Jr. (@abinoam), #168, PRs #169 #170)
+
 ### 1.7.7 / 2015-09-22
 * Make HighLine::Question coerce its question argument into a String. 
(@97-109-107 and Abinoam P. Marques Jr. (@abinoam), #159, PR #160)
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline/version.rb new/lib/highline/version.rb
--- old/lib/highline/version.rb 2015-09-23 01:19:45.0 +0200
+++ new/lib/highline/version.rb 2015-10-09 21:31:29.0 +0200
@@ -1,4 +1,4 @@
 class HighLine
   # The version of the installed library.
-  VERSION = "1.7.7".freeze
+  VERSION = "1.7.8".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline.rb new/lib/highline.rb
--- old/lib/highline.rb 2015-09-23 01:19:45.0 +0200
+++ new/lib/highline.rb 2015-10-09 21:31:29.0 +0200
@@ -989,12 +989,12 @@
   # instead.  This is to support any special handling for the final sequence.
   #
   def page_print( output )
-lines = output.scan(/[^\n]*\n?/)
+lines = output.lines.to_a
 while lines.size > @page_at
   @output.puts lines.slice!(0...@page_at).join
   @output.puts
   # Return last line if user wants to abort paging
-  return (["...\n"] + lines.slice(-2,1)).join unless continue_paging?
+  return "...\n#{lines.last}" unless continue_paging?
 end
 return lines.join
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-09-23 01:19:45.0 +0200
+++ new/metadata2015-10-09 21:31:29.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: highline
 version: !ruby/object:Gem::Version
-  version: 1.7.7
+  version: 1.7.8
 platform: ruby
 authors:
 - James Edward Gray II
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-09-22 00:00:00.0 Z
+date: 2015-10-09 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: code_statistics
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/tc_highline.rb new/test/tc_highline.rb
--- old/test/tc_highline.rb 2015-09-23 01:19:45.0 +0200
+++ new/test/tc_highline.rb 2015-10-09 21:31:29.0 +0200
@@ -977,6 +977,48 @@
   (45..50).map { |n| "This is line #{n}.\n"}.join,
   @output.string )
   end
+
+  def test_statement_lines_count_equal_to_page_at_shouldnt_paginate
+@terminal.page_at = 6
+
+@input << "\n"
+@input.rewind
+
+list = "a\nb\nc\nd\ne\nf\n"
+
+@terminal.say(list)
+assert_equal(list, @output.string)
+  end
+
+  def test_statement_with_one_line_bigger_than_page_at_should_paginate
+@terminal.page_at = 6
+
+@input << "\n"
+@input.rewind
+
+list = 

commit awesome for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package awesome for openSUSE:Factory checked 
in at 2015-10-14 16:45:08

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


Package is "awesome"

Changes:

--- /work/SRC/openSUSE:Factory/awesome/awesome.changes  2015-06-12 
20:31:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.awesome.new/awesome.changes 2015-10-14 
16:45:09.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  8 11:55:25 UTC 2015 - sor.ale...@meowr.ru
+
+- Do not require an explicit awesome-branding version (boo#949464).
+
+---



Other differences:
--
++ awesome.spec ++
--- /var/tmp/diff_new_pack.0X6yKK/_old  2015-10-14 16:45:10.0 +0200
+++ /var/tmp/diff_new_pack.0X6yKK/_new  2015-10-14 16:45:10.0 +0200
@@ -53,7 +53,7 @@
 BuildRequires:  pkgconfig(xcb-xtest)
 BuildRequires:  pkgconfig(xproto) >= 7.0.15
 BuildRequires:  typelib(Pango)
-Requires:   %{name}-branding = %{version}
+Requires:   %{name}-branding
 Requires:   lua-lgi
 Requires:   typelib(Pango)
 




commit logwatch for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package logwatch for openSUSE:Factory 
checked in at 2015-10-14 16:44:46

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


Package is "logwatch"

Changes:

--- /work/SRC/openSUSE:Factory/logwatch/logwatch.changes2015-02-20 
13:51:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.logwatch.new/logwatch.changes   2015-10-14 
16:44:48.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  1 10:14:00 UTC 2015 - manfre...@gmx.net
+
+- Add new patch to deal with Perl's pickyness regarding curly
+  brackets in patterns (logwatch-http.patch).
+
+---

New:

  logwatch-http.patch



Other differences:
--
++ logwatch.spec ++
--- /var/tmp/diff_new_pack.EvWEzg/_old  2015-10-14 16:44:49.0 +0200
+++ /var/tmp/diff_new_pack.EvWEzg/_new  2015-10-14 16:44:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package logwatch
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,11 +30,12 @@
 Patch0: logwatch-firewall.patch
 Patch2: logwatch-timestamp_in_var.patch
 Patch3: logwatch-dmeventd-reduce_frequency.patch
-Requires:   perl-Date-Manip
+Patch4: logwatch-http.patch
 Requires:   cron
 Requires:   grep
 Requires:   mailx
 Requires:   perl
+Requires:   perl-Date-Manip
 Requires:   sh-utils
 Requires:   textutils
 BuildRequires:  dos2unix
@@ -53,6 +54,7 @@
 %patch0
 %patch2
 %patch3
+%patch4 -p1
 dos2unix scripts/services/courier
 
 %build

++ logwatch-http.patch ++
diff -rup logwatch-7.4.1.orig/scripts/services/http 
logwatch-7.4.1/scripts/services/http
--- logwatch-7.4.1.orig/scripts/services/http   2014-09-23 13:52:51.0 
+0200
+++ logwatch-7.4.1/scripts/services/http2015-09-01 12:11:35.240751827 
+0200
@@ -310,10 +310,10 @@ while ($end_loop) {
} elsif ($logformat =~ /\G%O/gc) {
   $parse_field[$parse_index][$parse_subindex++] = "bytes_out";
   $parse_string[$parse_index] .= "(-|\\d*)";
-   } elsif ($logformat =~ /\G%{Referer}i/gci) {
+   } elsif ($logformat =~ /\G%\{Referer}i/gci) {
   $parse_string[$parse_index] .= "(.*)";
   $parse_field[$parse_index][$parse_subindex++] = "referrer";
-   } elsif ($logformat =~ /\G%{User-Agent}i/gci) {
+   } elsif ($logformat =~ /\G%\{User-Agent}i/gci) {
   $parse_string[$parse_index] .= "(.*)";
   $parse_field[$parse_index][$parse_subindex++] = "agent";
} elsif ($logformat =~ /\G%({.*?})?./gc) {



commit python3-jupyter for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter for openSUSE:Factory 
checked in at 2015-10-14 16:44:22

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


Package is "python3-jupyter"

Changes:

--- /work/SRC/openSUSE:Factory/python3-jupyter/python3-jupyter.changes  
2015-09-30 05:50:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-jupyter.new/python3-jupyter.changes 
2015-10-14 16:44:23.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  5 16:41:50 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---



Other differences:
--
++ python3-jupyter.spec ++
--- /var/tmp/diff_new_pack.45F3te/_old  2015-10-14 16:44:24.0 +0200
+++ /var/tmp/diff_new_pack.45F3te/_new  2015-10-14 16:44:24.0 +0200
@@ -31,6 +31,11 @@
 BuildRequires:  python3-jupyter_nbconvert
 BuildRequires:  python3-jupyter_notebook
 BuildRequires:  python3-jupyter_qtconsole
+# Documentation requirements
+BuildRequires:  python3-Sphinx
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+BuildRequires:  python3-Sphinx-latex
+%endif
 Requires:   python3-jupyter_core
 Recommends: python3-jupyter_console
 Recommends: python3-jupyter_ipykernel
@@ -55,6 +60,20 @@
 qtconsole, and the IPython kernel.  Additional components and kernels
 can be installed separately.
 
+%package doc-html
+Summary:HTML documentation for %{name}
+Recommends: %{name} = %{version}
+
+%description doc-html
+Documentation and help files for %{name} in HTML format
+
+%package doc-pdf
+Summary:HTML documentation for %{name}
+Recommends: %{name} = %{version}
+
+%description doc-pdf
+Documentation and help files for %{name} in PDF format
+
 %prep
 %setup -q -n jupyter-%{version}
 
@@ -64,9 +83,33 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# Build the documentation
+pushd docs
+export JUPYTER_PATH='%{jupyter_path}'
+export PYTHONPATH=%{buildroot}%{python3_sitelib}
+# PDF documentation currently doesn't build
+# %if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+# make latexpdf
+# %endif
+make html
+rm -rf build/html/.buildinfo
+popd
+
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.md
 %{python3_sitelib}/*
 
+%files doc-html
+%defattr(-,root,root,-)
+%doc LICENSE
+%doc docs/build/html/
+
+# if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+# %files doc-pdf
+# %defattr(-,root,root,-)
+# %doc LICENSE
+# oc docs/build/latex/*.pdf
+# %endif
+
 %changelog




commit bbswitch for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package bbswitch for openSUSE:Factory 
checked in at 2015-10-14 16:44:50

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


Package is "bbswitch"

Changes:

--- /work/SRC/openSUSE:Factory/bbswitch/bbswitch.changes2014-08-25 
11:04:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.bbswitch.new/bbswitch.changes   2015-10-14 
16:44:52.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 10 17:56:15 UTC 2015 - tchva...@suse.com
+
+- Add %dir for %{_libexecdir}/modules_load.d as it is owned by systemd
+  and there is no reason to have that in deps
+
+---



Other differences:
--
++ bbswitch.spec ++
--- /var/tmp/diff_new_pack.vBU8bT/_old  2015-10-14 16:44:52.0 +0200
+++ /var/tmp/diff_new_pack.vBU8bT/_new  2015-10-14 16:44:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bbswitch
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,6 +69,7 @@
 %files
 %defattr(-,root,root)
 %doc source/COPYING source/README.md source/NEWS
+%dir %{_libexecdir}//modules-load.d
 %config %{_libexecdir}/modules-load.d/bbswitch.conf
 %config %{_sysconfdir}/modprobe.d/50-bbswitch.conf
 




commit libkolab-qt5 for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package libkolab-qt5 for openSUSE:Factory 
checked in at 2015-10-14 16:44:51

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


Package is "libkolab-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/libkolab-qt5/libkolab-qt5.changes
2015-10-03 20:16:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkolab-qt5.new/libkolab-qt5.changes   
2015-10-14 16:44:53.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 17:49:14 UTC 2015 - tittiatc...@gmail.com
+
+- Updated patch fix_new_kcontacts.diff to fix building against 
+  KMime 15.08.1
+
+---



Other differences:
--
++ fix_new_kcontacts.diff ++
--- /var/tmp/diff_new_pack.XRE9IX/_old  2015-10-14 16:44:53.0 +0200
+++ /var/tmp/diff_new_pack.XRE9IX/_new  2015-10-14 16:44:53.0 +0200
@@ -1,14 +1,7 @@
-From ea6273aedbab41d1b91036eafc53b88ba871f836 Mon Sep 17 00:00:00 2001
-From: Raymond Wooninck 
-Date: Sun, 19 Jul 2015 20:28:35 +0200
-Subject: Fix2
-
-
-diff --git a/conversion/kabcconversion.cpp b/conversion/kabcconversion.cpp
-index 3f802bb..987ffae 100644
 a/conversion/kabcconversion.cpp
-+++ b/conversion/kabcconversion.cpp
-@@ -666,8 +666,8 @@ Kolab::Contact fromKABC(const KContacts::Addressee 
)
+diff -urNB libkolab-1.0.1/conversion/kabcconversion.cpp 
new/conversion/kabcconversion.cpp
+--- libkolab-1.0.1/conversion/kabcconversion.cpp   2015-07-31 
15:43:01.0 +0200
 new/conversion/kabcconversion.cpp  2015-09-28 19:47:56.137890076 +0200
+@@ -664,8 +664,8 @@
  }
  
  std::vector urls;
@@ -19,18 +12,19 @@
  }   
  const QString  = addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("BlogFeed"));
  if (!blogUrl.isEmpty()) {
-
-From 34b8cbdd02f274ef0d219c090a32aa1f3019ceae Mon Sep 17 00:00:00 2001
-From: Raymond Wooninck 
-Date: Sun, 19 Jul 2015 20:47:32 +0200
-Subject: Fix 4
-
-
-diff --git a/kolabformatV2/contact.cpp b/kolabformatV2/contact.cpp
-index d125bd1..7f2fd13 100644
 a/kolabformatV2/contact.cpp
-+++ b/kolabformatV2/contact.cpp
-@@ -947,7 +947,7 @@ void Contact::setFields( const KContacts::Addressee* 
addressee )
+@@ -703,7 +703,7 @@
+ c.setRelateds(std::vector() << 
Kolab::Related(Kolab::Related::Text, toStdString(spouse), 
Kolab::Related::Spouse));
+ }
+ c.setBDay(fromDate(KDateTime(addressee.birthday(), 
KDateTime::ClockTime)));
+-c.setAnniversary(fromDate(KDateTime(QDate::fromString( 
addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("X-Anniversary")), Qt::ISODate ), KDateTime::ClockTime)));
++c.setAnniversary(fromDate(KDateTime(QDate::fromString( 
addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("X-Anniversary")), Qt::ISODate ), 
KDateTime::Spec(KDateTime::ClockTime;
+ if (!addressee.photo().isEmpty()) {
+ std::string mimetype;
+ const std::string  = fromPicture(addressee.photo(), mimetype);
+diff -urNB libkolab-1.0.1/kolabformatV2/contact.cpp 
new/kolabformatV2/contact.cpp
+--- libkolab-1.0.1/kolabformatV2/contact.cpp   2015-07-31 15:43:01.0 
+0200
 new/kolabformatV2/contact.cpp  2015-09-28 19:47:17.356720656 +0200
+@@ -947,7 +947,7 @@
setPrefix( addressee->prefix() );
setSuffix( addressee->suffix() );
setOrganization( addressee->organization() );
@@ -39,7 +33,7 @@
setIMAddress( addressee->custom( "KADDRESSBOOK", "X-IMAddress" ) );
setDepartment( addressee->department());
setOfficeLocation( addressee->custom( "KADDRESSBOOK", "X-Office" ) );
-@@ -1082,6 +1082,9 @@ void Contact::saveTo( KContacts::Addressee* addressee )
+@@ -1082,6 +1082,9 @@
  {
// TODO: This needs the same set of TODOs as the setFields method
KolabBase::saveTo( addressee );
@@ -49,7 +43,7 @@
  
addressee->setGivenName( givenName() );
addressee->setAdditionalName( middleNames() );
-@@ -1090,7 +1093,7 @@ void Contact::saveTo( KContacts::Addressee* addressee )
+@@ -1090,7 +1093,7 @@
addressee->setPrefix( prefix() );
addressee->setSuffix( suffix() );
addressee->setOrganization( organization() );




commit psi+ for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2015-10-14 16:45:03

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


Package is "psi+"

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2015-10-08 
08:25:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2015-10-14 
16:45:05.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 11 10:33:30 UTC 2015 - jsl...@suse.com
+
+- use qt 5
+  * reintroduce qt55-build-fixes.patch (actually needed for 5.5)
+
+---

New:

  qt55-build-fixes.patch



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.UDD2UE/_old  2015-10-14 16:45:06.0 +0200
+++ /var/tmp/diff_new_pack.UDD2UE/_new  2015-10-14 16:45:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 %if 0%{?suse_version} > 1320
-#%%define with_qt5 1
+%define with_qt5 1
 %endif
 
 Name:   psi+
@@ -29,6 +29,7 @@
 Group:  Productivity/Networking/Talk/Clients
 Source0:psi+-%{version}.tar.xz
 Source1:psi-plus-l10n-1.tar.xz
+Patch0: qt55-build-fixes.patch
 Patch1: proper-activate.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell-devel
@@ -331,6 +332,7 @@
 
 %prep
 %setup -q -b 1
+%patch0 -p1
 %patch1 -p1
 
 %if 0%{?with_qt5}

++ qt55-build-fixes.patch ++
---
 src/plugins/include/stanzasendinghost.h |2 ++
 1 file changed, 2 insertions(+)

--- a/src/plugins/include/stanzasendinghost.h
+++ b/src/plugins/include/stanzasendinghost.h
@@ -1,6 +1,8 @@
 #ifndef STANZASENDINGHOST_H
 #define STANZASENDINGHOST_H
 
+#include 
+
 class QDomElement;
 class QString;
 



commit rubygem-test-unit for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2015-10-14 16:44:56

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


Package is "rubygem-test-unit"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes  
2015-09-30 05:52:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2015-10-14 16:44:57.0 +0200
@@ -1,0 +2,20 @@
+Sat Oct 10 04:30:56 UTC 2015 - co...@suse.com
+
+- updated to version 3.1.5
+ see installed news.md
+
+  ## 3.1.5 - 2015-10-09 {#version-3-1-5}
+  
+  It's a Rack integration improvement release.
+  
+  ### Improvements
+  
+* Renamed experimental top-level `run` method to `run_test` method
+because `run` is conflicted with Rack.
+[GitHub#32][GitHub:basecamp/pow#303] [Reported by Yevhen Viktorov]
+  
+  ### Thanks
+  
+* Yevhen Viktorov
+
+---

Old:

  test-unit-3.1.4.gem

New:

  test-unit-3.1.5.gem



Other differences:
--
++ rubygem-test-unit.spec ++
--- /var/tmp/diff_new_pack.ma7P1l/_old  2015-10-14 16:44:58.0 +0200
+++ /var/tmp/diff_new_pack.ma7P1l/_new  2015-10-14 16:44:58.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-test-unit
-Version:3.1.4
+Version:3.1.5
 Release:0
 %define mod_name test-unit
 %define mod_full_name %{mod_name}-%{version}

++ test-unit-3.1.4.gem -> test-unit-3.1.5.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/text/news.md new/doc/text/news.md
--- old/doc/text/news.md2015-09-26 04:51:20.0 +0200
+++ new/doc/text/news.md2015-10-09 16:35:53.0 +0200
@@ -1,5 +1,19 @@
 # News
 
+## 3.1.5 - 2015-10-09 {#version-3-1-5}
+
+It's a Rack integration improvement release.
+
+### Improvements
+
+  * Renamed experimental top-level `run` method to `run_test` method
+  because `run` is conflicted with Rack.
+  [GitHub#32][GitHub:basecamp/pow#303] [Reported by Yevhen Viktorov]
+
+### Thanks
+
+  * Yevhen Viktorov
+
 ## 3.1.4 - 2015-09-26 {#version-3-1-4}
 
 It's a minor improvement release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/test/unit/version.rb new/lib/test/unit/version.rb
--- old/lib/test/unit/version.rb2015-09-26 04:51:20.0 +0200
+++ new/lib/test/unit/version.rb2015-10-09 16:35:53.0 +0200
@@ -1,5 +1,5 @@
 module Test
   module Unit
-VERSION = '3.1.4'
+VERSION = '3.1.5'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/test-unit.rb new/lib/test-unit.rb
--- old/lib/test-unit.rb2015-09-26 04:51:20.0 +0200
+++ new/lib/test-unit.rb2015-10-09 16:35:53.0 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2012  Kouhei Sutou 
+# Copyright (C) 2012-2015  Kouhei Sutou 
 #
 # License: Ruby's or LGPLv2.1 or later
 #
@@ -24,9 +24,11 @@
   end
 end
 
-# experimental. It is for "ruby -rtest-unit -e run test/test_*.rb".
-# Is this API OK or dirty?
-def run
-  self.class.send(:undef_method, :run)
-  require "test/unit"
+unless respond_to?(:run_test, true)
+  # experimental. It is for "ruby -rtest-unit -e run_test test/test_*.rb".
+  # Is this API OK or dirty?
+  def run_test
+self.class.send(:undef_method, :run_test)
+require "test/unit"
+  end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-09-26 04:51:20.0 +0200
+++ new/metadata2015-10-09 16:35:53.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: test-unit
 version: !ruby/object:Gem::Version
-  version: 3.1.4
+  version: 3.1.5
 platform: ruby
 authors:
 - Kouhei Sutou
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-09-26 00:00:00.0 Z
+date: 2015-10-09 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: power_assert




commit python-jupyter_ipywidgets for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python-jupyter_ipywidgets for 
openSUSE:Factory checked in at 2015-10-14 16:45:13

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


Package is "python-jupyter_ipywidgets"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipywidgets/python-jupyter_ipywidgets.changes
  2015-09-30 05:50:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new/python-jupyter_ipywidgets.changes
 2015-10-14 16:45:15.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 12 13:47:20 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 4.0.3
+  * Provide link to example notebooks in the README.md
+  * Correct some bugs in the code 
+  * Add __version__ to ipywidgets package
+  * Call correct superclass in AccordionView
+  * Make long description part of setup.py
+  * Remove README.md from manifest
+
+---

Old:

  ipywidgets-4.0.2.tar.gz

New:

  ipywidgets-4.0.3.tar.gz



Other differences:
--
++ python-jupyter_ipywidgets.spec ++
--- /var/tmp/diff_new_pack.mtI8To/_old  2015-10-14 16:45:15.0 +0200
+++ /var/tmp/diff_new_pack.mtI8To/_new  2015-10-14 16:45:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-jupyter_ipywidgets
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:IPython HTML widgets for Jupyter
 License:BSD-3-Clause

++ ipywidgets-4.0.2.tar.gz -> ipywidgets-4.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-4.0.2/PKG-INFO 
new/ipywidgets-4.0.3/PKG-INFO
--- old/ipywidgets-4.0.2/PKG-INFO   2015-08-04 00:18:39.0 +0200
+++ new/ipywidgets-4.0.3/PKG-INFO   2015-09-21 17:49:07.0 +0200
@@ -1,12 +1,33 @@
 Metadata-Version: 1.1
 Name: ipywidgets
-Version: 4.0.2
+Version: 4.0.3
 Summary: IPython HTML widgets for Jupyter
 Home-page: http://ipython.org
 Author: IPython Development Team
 Author-email: ipython-...@scipy.org
 License: BSD
-Description: UNKNOWN
+Description: 
+.. image:: https://img.shields.io/pypi/v/ipywidgets.svg
+   :target: https://pypi.python.org/pypi/ipywidgets/
+   :alt: Version Number
+
+.. image:: https://img.shields.io/pypi/dm/ipywidgets.svg
+   :target: https://pypi.python.org/pypi/ipywidgets/
+   :alt: Number of PyPI downloads
+
+Interactive HTML Widgets
+
+
+Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
+
+Usage
+=
+
+.. code-block:: python
+
+from ipywidgets import IntSlider
+IntSlider()
+
 Keywords: Interactive,Interpreter,Shell,Web
 Platform: Linux
 Platform: Mac OS X
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-4.0.2/README.md 
new/ipywidgets-4.0.3/README.md
--- old/ipywidgets-4.0.2/README.md  2015-07-30 18:34:34.0 +0200
+++ new/ipywidgets-4.0.3/README.md  2015-09-15 01:32:04.0 +0200
@@ -2,7 +2,7 @@
 
 [![Build 
Status](https://travis-ci.org/ipython/ipywidgets.svg?branch=master)](https://travis-ci.org/ipython/ipywidgets)
 [![Join the chat at 
https://gitter.im/ipython/ipywidgets](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ipython/ipywidgets?utm_source=badge_medium=badge_campaign=pr-badge_content=badge)
 
-Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
+[Interactive HTML 
widgets](https://github.com/ipython/ipywidgets/blob/master/examples/Index.ipynb)
 for Jupyter notebooks and the IPython kernel.
 
 ## Install
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-4.0.2/examples/Controller.ipynb 
new/ipywidgets-4.0.3/examples/Controller.ipynb
--- old/ipywidgets-4.0.2/examples/Controller.ipynb  1970-01-01 
01:00:00.0 +0100
+++ new/ipywidgets-4.0.3/examples/Controller.ipynb  2015-09-15 
01:32:04.0 +0200
@@ -0,0 +1,90 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+"# Using Game Controllers in the Jupyter Notebook"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+"The controller widget automatically detects connected gamepad and 
joysticks"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+"collapsed": false
+   },
+   "outputs": [],
+   "source": [
+"from ipywidgets import Controller"
+   ]
+  },
+  {
+   

commit file for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2015-10-14 16:34:46

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


Package is "file"

Changes:

--- /work/SRC/openSUSE:Factory/file/file.changes2015-07-21 
13:25:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2015-10-14 
16:34:48.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  4 15:55:51 UTC 2015 - astie...@suse.com
+
+- file 5.25:
+  * add a limit to the length of regex searches
+  * fix problems with --parameter
+
+---
python-magic.changes: same change

Old:

  file-5.24.tar.gz

New:

  file-5.25.tar.gz



Other differences:
--
++ file.spec ++
--- /var/tmp/diff_new_pack.ROnRp5/_old  2015-10-14 16:34:49.0 +0200
+++ /var/tmp/diff_new_pack.ROnRp5/_new  2015-10-14 16:34:49.0 +0200
@@ -30,7 +30,7 @@
 %endif
 #
 # Set Version also in python-magic.spec
-Version:5.24
+Version:5.25
 Release:0
 Summary:A Tool to Determine File Types
 License:BSD-2-Clause

++ python-magic.spec ++
--- /var/tmp/diff_new_pack.ROnRp5/_old  2015-10-14 16:34:49.0 +0200
+++ /var/tmp/diff_new_pack.ROnRp5/_new  2015-10-14 16:34:49.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  python-devel
 BuildRequires:  zlib-devel
 Url:http://www.darwinsys.com/file/
-Version:5.24
+Version:5.25
 Release:0
 Summary:Python module to use libmagic
 License:BSD-3-Clause and BSD-4-Clause

++ file-5.24.tar.gz -> file-5.25.tar.gz ++
 1659 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/file-5.24/ChangeLog new/file-5.25/ChangeLog
--- old/file-5.24/ChangeLog 2015-07-09 16:38:06.0 +0200
+++ new/file-5.25/ChangeLog 2015-09-16 15:50:53.0 +0200
@@ -1,3 +1,19 @@
+2015-09-16   9:50  Christos Zoulas 
+   
+   * release 5.25
+
+2015-09-11  13:25  Christos Zoulas 
+
+   * add a limit to the length of regex searches
+
+2015-09-08   9:50  Christos Zoulas 
+
+   * fix problems with --parameter (Christoph Biedl)
+
+2015-07-11  10:35  Christos Zoulas 
+
+   * Windows fixes PR/466 (Jason Hood)
+
 2015-07-09  10:35  Christos Zoulas 
 
* release 5.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/file-5.24/configure.ac new/file-5.25/configure.ac
--- old/file-5.24/configure.ac  2015-07-09 16:38:36.0 +0200
+++ new/file-5.25/configure.ac  2015-09-16 15:51:05.0 +0200
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([file],[5.24],[chris...@astron.com])
+AC_INIT([file],[5.25],[chris...@astron.com])
 AM_INIT_AUTOMAKE([subdir-objects foreign])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/file-5.24/doc/file.man new/file-5.25/doc/file.man
--- old/file-5.24/doc/file.man  2015-06-03 21:51:27.0 +0200
+++ new/file-5.25/doc/file.man  2015-09-11 19:24:09.0 +0200
@@ -1,5 +1,5 @@
-.\" $File: file.man,v 1.117 2015/06/03 19:51:27 christos Exp $
-.Dd June 3, 2015
+.\" $File: file.man,v 1.118 2015/09/11 17:24:09 christos Exp $
+.Dd September 11, 2015
 .Dt FILE __CSECTION__
 .Os
 .Sh NAME
@@ -316,6 +316,7 @@
 .It Li elf_notes Ta 256 Ta max ELF notes processed
 .It Li elf_phnum Ta 128 Ta max ELF program sections processed
 .It Li elf_shnum Ta 32768 Ta max ELF sections processed
+.It Li regex Ta 8192 Ta length limit for regex searches
 .El
 .It Fl r , Fl Fl raw
 Don't translate unprintable characters to \eooo.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 

commit build for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2015-10-14 16:35:14

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


Package is "build"

Changes:

--- /work/SRC/openSUSE:Factory/build/build.changes  2015-10-06 
13:22:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.build.new/build.changes 2015-10-14 
16:35:15.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  9 08:41:04 UTC 2015 - adr...@suse.de
+
+- avoid dependency to perl(parent) again
+- fixed buildtime source service execution
+- fixed debian collax support
+
+---

Old:

  obs-build-20150917.tar.gz

New:

  obs-build-20151006.tar.gz



Other differences:
--
++ build.spec ++
--- /var/tmp/diff_new_pack.7X3dnY/_old  2015-10-14 16:35:16.0 +0200
+++ /var/tmp/diff_new_pack.7X3dnY/_new  2015-10-14 16:35:16.0 +0200
@@ -22,7 +22,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+ and GPL-2.0
 Group:  Development/Tools/Building
-Version:20150917
+Version:20151006
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +38,6 @@
 Requires:   binutils
 Requires:   perl
 Requires:   tar
-Requires:   perl(parent)
 %if 0%{?fedora}
 Requires:   perl-MD5
 Requires:   perl-TimeDate

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.7X3dnY/_old  2015-10-14 16:35:16.0 +0200
+++ /var/tmp/diff_new_pack.7X3dnY/_new  2015-10-14 16:35:16.0 +0200
@@ -1,5 +1,5 @@
 pkgname=build
-pkgver=20150917
+pkgver=20151006
 pkgrel=0
 pkgdesc="Build packages in sandbox"
 arch=('i686' 'x86_64')

++ build.dsc ++
--- /var/tmp/diff_new_pack.7X3dnY/_old  2015-10-14 16:35:16.0 +0200
+++ /var/tmp/diff_new_pack.7X3dnY/_new  2015-10-14 16:35:16.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 20150917
+Version: 20151006
 Binary: build
 Maintainer: Adrian Schroeter 
 Architecture: all

++ debian.changelog ++
--- /var/tmp/diff_new_pack.7X3dnY/_old  2015-10-14 16:35:16.0 +0200
+++ /var/tmp/diff_new_pack.7X3dnY/_new  2015-10-14 16:35:16.0 +0200
@@ -1,4 +1,4 @@
-build (20150917) unstable; urgency=low
+build (20151006) unstable; urgency=low
 
   * Update to current git trunk
 - add sles11sp2 build config and adapt autodetection

++ obs-build-20150917.tar.gz -> obs-build-20151006.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-20150917/Build/Archrepo.pm 
new/obs-build-20151006/Build/Archrepo.pm
--- old/obs-build-20150917/Build/Archrepo.pm2015-09-17 12:45:53.0 
+0200
+++ new/obs-build-20151006/Build/Archrepo.pm2015-10-09 08:19:45.0 
+0200
@@ -25,9 +25,9 @@
 
 eval { require Archive::Tar; };
 if (!defined ::Tar::iter) {
-  die("Archive::Tar is not available\n") unless defined ::Tar::new;
   *Archive::Tar::iter = sub {
 my ($class, $filename) = @_;
+die("Archive::Tar is not available\n") unless defined ::Tar::new;
 my $handle = $class->_get_handle($filename, 1, 'rb') or return undef;
 my @data;
 return sub {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-20150917/Build/Mdkrepo.pm 
new/obs-build-20151006/Build/Mdkrepo.pm
--- old/obs-build-20150917/Build/Mdkrepo.pm 2015-09-17 12:45:53.0 
+0200
+++ new/obs-build-20151006/Build/Mdkrepo.pm 2015-10-09 08:19:45.0 
+0200
@@ -86,6 +86,8 @@
   $s->{'requires'} = parsedeps(substr($_, 10));
 } elsif (/^\@suggests\@/) {
   $s->{'suggests'} = parsedeps(substr($_, 10));
+} elsif (/^\@recommends\@/) {
+  $s->{'recommends'} = parsedeps(substr($_, 12));
 } elsif (/^\@obsoletes\@/) {
   $s->{'obsoletes'} = parsedeps(substr($_, 11));
 } elsif (/^\@conflicts\@/) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-20150917/Build.pm 
new/obs-build-20151006/Build.pm
--- old/obs-build-20150917/Build.pm 2015-09-17 12:45:53.0 +0200
+++ new/obs-build-20151006/Build.pm 2015-10-09 08:19:45.0 +0200
@@ -363,7 +363,7 @@
   }
   if (!$config->{'binarytype'}) {
 $config->{'binarytype'} = 'rpm' if $config->{'type'} eq 'spec' || 
$config->{'type'} eq 'kiwi';
-$config->{'binarytype'} = 'deb' if $config->{'type'} eq 'dsc' || 
$config->{'type'} eq 'livebuild';
+$config->{'binarytype'} = 'deb' if $config->{'type'} eq 'dsc' || 
$config->{'type'} eq 'collax' || $config->{'type'} eq 'livebuild';
 

commit hwinfo for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2015-10-14 16:35:02

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


Package is "hwinfo"

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2015-09-24 
07:18:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2015-10-14 
16:35:03.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  9 12:43:18 UTC 2015 - snw...@suse.com
+
+- scsi serial id: read vpd page 0x80 from sysfs, if possible (bsc#949287)
+- 21.23
+
+---
+Tue Sep 29 09:21:03 UTC 2015 - snw...@suse.com
+
+- Add a general README.md
+- Split README into README-legacy and README-hwprobe
+- 21.22
+
+---

Old:

  hwinfo-21.21.tar.xz

New:

  hwinfo-21.23.tar.xz



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.bc47Tc/_old  2015-10-14 16:35:04.0 +0200
+++ /var/tmp/diff_new_pack.bc47Tc/_new  2015-10-14 16:35:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hwinfo
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,7 @@
 Group:  Hardware/Other
 # Until migration to github this should be correct url
 Url:http://gitorious.org/opensuse/hwinfo
-Version:21.21
+Version:21.23
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -107,7 +107,9 @@
 /usr/sbin/mk_isdnhwdb
 /usr/sbin/getsysinfo
 %{_libdir}/libhd.so.*
-%doc README
+%doc README.md
+%doc README-hwprobe.md
+%doc README-legacy.md
 %doc %{_mandir}/man1/getsysinfo.1*
 %doc %{_mandir}/man1/mk_isdnhwdb.1*
 %doc %{_mandir}/man8/hwinfo.8*

++ hwinfo-21.21.tar.xz -> hwinfo-21.23.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.21/README new/hwinfo-21.23/README
--- old/hwinfo-21.21/README 2015-09-17 13:20:32.0 +0200
+++ new/hwinfo-21.23/README 1970-01-01 01:00:00.0 +0100
@@ -1,143 +0,0 @@
-See hwinfo man page for general usage instructions.
-
-This document describes some legacy features and the "hwprobe" environment 
variable.
-
-
-1. Legacy
-=
-
-***  Note: please do not do this, this is only kept to assist debugging.  ***
-
-Legacy mode is activated when no option starting with "--" is given. In this 
case hwinfo
-works as follows:
-
-  hwinfo [debug=deb_flag] [log=log_file] [list[+]=hw_item] 
[[+|-]probe_option1] [[+|-]probe_option2] ...
-
-Examples:
-
-  hwinfo
-- probes for nearly everything
-
-  hwinfo +all
-- probes for everything
-
-  hwinfo log=hw_log
-- default probing, output is written to hw_log
-  *** Please don't use "hwinfo >some_log 2>&1" to store the output into a
-  log file! ***
-
-  hwinfo -all +pci +int
-- probe for pci devices
-
-Note that "int" should almost always be active.
-
-Some probing flags do not stand for complete modules but enable additional
-features; e.g. "bios.vesa" or "block.cdrom".
-
-Example:
-  hwinfo -all +block +int
-  gives a list of all block devs
-
-  hwinfo -all +block.cdrom +int
-  additionally reads the iso9660 info
-
-The list of supported flags varies from version to version. To get a list of
-the actual set of probing flags, call "hwinfo -all" and look at the top of
-the log.
-
-
-2. Environment variable/kernel cmdline parameter
-
-
-You can control the hardware probing using the environment variable
-"hwprobe" and the kernel cmdline parameter "hwprobe".
-
-If "hwprobe" is set on the kernel cmdline, the environment variable
-"hwprobe" is ignored. Otherwise, the meaning of both is exactly the same.
-
-  hwprobe
-- Controls which probing flags should *always* be set/cleared. (These
-  settings *cannot* be overridden by command line switches.)
-
-  Examples:
-hwprobe=-isapnp
-  o *never* do any isapnp probing
-
-hwprobe=-braille,-modem
-  o don't look for braille displays & modems
-
-- Allows you to add and remove hardware from the probing results. In this 
case
-  the syntax is (-: remove, +: add at end of list, : add at begin 
of
-  list):
-hwprobe=[+-]::[:]
-
-  ,  and  are device ids as used by 
libhd.
-  See the output of hwinfo for examples. In connection with 

commit glibc for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2015-10-14 16:35:08

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


Package is "glibc"

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2015-10-02 
09:23:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2015-10-14 16:35:10.0 +0200
@@ -1,0 +2,18 @@
+Mon Oct 12 08:12:10 UTC 2015 - sch...@suse.de
+
+- strcoll-remove-strdiff-opt.patch: Remove incorrect STRDIFF-based
+  optimization (BZ #18589)
+
+---
+Thu Oct  8 14:26:14 UTC 2015 - sch...@suse.de
+
+- iconv-reset-input-buffer.patch: Fix iconv buffer handling with IGNORE
+  error handler (BZ #18830)
+
+---
+Wed Sep 30 11:48:05 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- new patch [BZ #18743] PowerPC: Fix a race condition when eliding a lock
+  0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch
+
+---
glibc-utils.changes: same change
glibc.changes: same change

New:

  0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch
  iconv-reset-input-buffer.patch
  strcoll-remove-strdiff-opt.patch



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.MvW5QC/_old  2015-10-14 16:35:12.0 +0200
+++ /var/tmp/diff_new_pack.MvW5QC/_new  2015-10-14 16:35:12.0 +0200
@@ -238,6 +238,8 @@
 Patch1002:  mntent-blank-line.patch
 # PATCH-FIX-UPSTREAM Fix opendir inverted o_directory_works test (BZ #18921)
 Patch1003:  opendir-o-directory-check.patch
+# PATCH-FIX-UPSTREAM strcoll: Remove incorrect STRDIFF-based optimization (BZ 
#18589)
+Patch1004:  strcoll-remove-strdiff-opt.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -258,6 +260,10 @@
 Patch2008:  fnmatch-collating-elements.patch
 # PATCH-FIX-UPSTREAM Properly reread entry after failure in nss_files getent 
function (BZ #18991)
 Patch2009:  nss-files-long-lines-2.patch
+# PATCH-FIX-UPSTREAM PowerPC: Fix a race condition when eliding a lock (BZ 
#18743)
+Patch2010:  
0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch
+# PATCH-FIX-UPSTREAM Fix iconv buffer handling with IGNORE error handler (BZ 
#18830)
+Patch2011:  iconv-reset-input-buffer.patch
 
 # Non-glibc patches
 # PATCH-FIX-OPENSUSE Remove debianisms from manpages
@@ -461,6 +467,7 @@
 %patch1001 -p1
 %patch1002 -p1
 %patch1003 -p1
+%patch1004 -p1
 
 %patch2000 -p1
 %patch2002 -p1
@@ -470,6 +477,8 @@
 %patch2007 -p1
 %patch2008 -p1
 %patch2009 -p1
+%patch2010 -p1
+%patch2011 -p1
 
 %patch3000
 

glibc-utils.spec: same change
++ glibc.spec ++
--- /var/tmp/diff_new_pack.MvW5QC/_old  2015-10-14 16:35:12.0 +0200
+++ /var/tmp/diff_new_pack.MvW5QC/_new  2015-10-14 16:35:12.0 +0200
@@ -238,6 +238,8 @@
 Patch1002:  mntent-blank-line.patch
 # PATCH-FIX-UPSTREAM Fix opendir inverted o_directory_works test (BZ #18921)
 Patch1003:  opendir-o-directory-check.patch
+# PATCH-FIX-UPSTREAM strcoll: Remove incorrect STRDIFF-based optimization (BZ 
#18589)
+Patch1004:  strcoll-remove-strdiff-opt.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -258,6 +260,10 @@
 Patch2008:  fnmatch-collating-elements.patch
 # PATCH-FIX-UPSTREAM Properly reread entry after failure in nss_files getent 
function (BZ #18991)
 Patch2009:  nss-files-long-lines-2.patch
+# PATCH-FIX-UPSTREAM PowerPC: Fix a race condition when eliding a lock (BZ 
#18743)
+Patch2010:  
0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch
+# PATCH-FIX-UPSTREAM Fix iconv buffer handling with IGNORE error handler (BZ 
#18830)
+Patch2011:  iconv-reset-input-buffer.patch
 
 # Non-glibc patches
 # PATCH-FIX-OPENSUSE Remove debianisms from manpages
@@ -461,6 +467,7 @@
 %patch1001 -p1
 %patch1002 -p1
 %patch1003 -p1
+%patch1004 -p1
 
 %patch2000 -p1
 %patch2002 -p1
@@ -470,6 +477,8 @@
 %patch2007 -p1
 %patch2008 -p1
 %patch2009 -p1
+%patch2010 -p1
+%patch2011 -p1
 
 %patch3000
 

++ 0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch 
++
From: Tulio Magno Quites Machado Filho 
Date: Thu, 30 Jul 2015 13:48:56 -0300
Subject: [PATCH][BZ 18743] PowerPC: Fix a race condition when eliding a lock

  [PATCH][BZ 18743] PowerPC: Fix a race condition when eliding a lock

The previous code used to evaluate the preprocessor token is_lock_free to
a variable before starting a transaction.  This behavior can cause an
error if another thread got 

commit cpio for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package cpio for openSUSE:Factory checked in 
at 2015-10-14 16:34:57

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


Package is "cpio"

Changes:

--- /work/SRC/openSUSE:Factory/cpio/cpio.changes2015-03-23 
12:11:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.cpio.new/cpio.changes   2015-10-14 
16:34:58.0 +0200
@@ -1,0 +2,22 @@
+Thu Oct  8 11:57:19 UTC 2015 - kstreit...@suse.com
+
+- update to 2.12
+  * Improved documentation
+  * Manpages are installed by make install
+  * New options for copy-out mode: --ignore-devno,
+--renumber-inodes, --device-independent, --reproducible
+  * update
+* cpio-use_new_ascii_format.patch
+* cpio-mt.patch
+* cpio-eof_tape_handling.patch
+* cpio-pattern-file-sigsegv.patch
+* cpio-check_for_symlinks.patch
+  * remove (no longer needed)
+* cpio-stdio.in.patch
+* 0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch
+  * add
+* cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch to add missing
+  return to the nonvoid get_inode_and_dev() function
+- use spec-cleaner
+
+---

Old:

  0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch
  cpio-2.11.tar.bz2
  cpio-2.11.tar.bz2.sig
  cpio-stdio.in.patch

New:

  cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch
  cpio-2.12.tar.bz2
  cpio-2.12.tar.bz2.sig



Other differences:
--
++ cpio.spec ++
--- /var/tmp/diff_new_pack.9rx3OX/_old  2015-10-14 16:34:59.0 +0200
+++ /var/tmp/diff_new_pack.9rx3OX/_new  2015-10-14 16:34:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cpio
-Version:2.11
+Version:2.12
 Release:0
 Summary:A Backup and Archiving Utility
 License:GPL-3.0
@@ -39,11 +39,10 @@
 #PATCH-FIX-UPSTREAM cpio-2.10-close_files_after_copy.patch
 Patch20:cpio-close_files_after_copy.patch
 Patch21:cpio-pattern-file-sigsegv.patch
-Patch22:cpio-stdio.in.patch
 Patch23:paxutils-rtapelib_mtget.patch
 Patch24:cpio-check_for_symlinks.patch
 Patch25:cpio-fix_truncation_check.patch
-Patch26:0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch
+Patch26:cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 Requires(post): %{install_info_prereq}
@@ -76,7 +75,6 @@
 %patch18
 %patch20
 %patch21 -p1
-%patch22 -p1
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
@@ -93,7 +91,7 @@
 ./configure  \
 --with-rmt="%{_sysconfdir}/rmt" \
 --enable-mt \
---prefix=/usr \
+--prefix=%{_prefix} \
 --mandir=%{_mandir} \
 --infodir=%{_infodir} \
 --libdir=%{_libdir} \
@@ -102,7 +100,7 @@
 
 %install
 mkdir -p %{buildroot}/{usr/bin,bin}
-make prefix=%{buildroot}/usr infodir=%{buildroot}/%{_infodir} 
mandir=%{buildroot}/%{_mandir} install
+make prefix=%{buildroot}%{_prefix} infodir=%{buildroot}/%{_infodir} 
mandir=%{buildroot}/%{_mandir} install
 #UsrMerge
 ln -sf %{_bindir}/cpio %{buildroot}/bin
 #EndUsrMerge
@@ -121,9 +119,9 @@
 #EndUsrMerge
 %{_bindir}/cpio
 %{_bindir}/mt
-%doc %{_infodir}/cpio.info.gz
-%doc %{_mandir}/man1/cpio.1.gz
-%doc %{_mandir}/man1/mt.1.gz
+%{_infodir}/cpio.info.gz
+%{_mandir}/man1/cpio.1.gz
+%{_mandir}/man1/mt.1.gz
 #/usr/share/locale/*/LC_MESSAGES/cpio.mo
 
 %files lang -f %{name}.lang

++ cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch ++
Index: cpio-2.12/src/util.c
===
--- cpio-2.12.orig/src/util.c
+++ cpio-2.12/src/util.c
@@ -812,6 +812,7 @@ get_inode_and_dev (struct cpio_file_stat
   hdr->c_dev_maj = major (st->st_dev);
   hdr->c_dev_min = minor (st->st_dev);
 }
+  return 0;
 }
 
 
++ cpio-2.11.tar.bz2 -> cpio-2.12.tar.bz2 ++
 207368 lines of diff (skipped)

++ cpio-check_for_symlinks.patch ++
--- /var/tmp/diff_new_pack.9rx3OX/_old  2015-10-14 16:35:01.0 +0200
+++ /var/tmp/diff_new_pack.9rx3OX/_new  2015-10-14 16:35:01.0 +0200
@@ -1,8 +1,8 @@
-Index: cpio-2.11/src/copyin.c
+Index: cpio-2.12/src/copyin.c
 ===
 cpio-2.11.orig/src/copyin.c2014-07-01 14:02:39.991007263 +0200
-+++ cpio-2.11/src/copyin.c 2014-07-22 16:05:28.171344584 +0200
-@@ -686,6 +686,51 @@ copyin_link(struct cpio_file_stat *file_
+--- cpio-2.12.orig/src/copyin.c
 cpio-2.12/src/copyin.c
+@@ -695,6 +695,51 @@ copyin_link (struct cpio_file_stat *file
free (link_name);
  }
  
@@ -54,7 +54,7 @@
  static void
  copyin_file (struct cpio_file_stat *file_hdr, int in_file_des)
  {

commit which for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package which for openSUSE:Factory checked 
in at 2015-10-14 16:34:20

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


Package is "which"

Changes:

--- /work/SRC/openSUSE:Factory/which/which.changes  2015-03-25 
21:02:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.which.new/which.changes 2015-10-14 
16:34:21.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  9 12:31:06 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Correct usage of info scriplets
+
+---



Other differences:
--
++ which.spec ++
--- /var/tmp/diff_new_pack.f81zOw/_old  2015-10-14 16:34:22.0 +0200
+++ /var/tmp/diff_new_pack.f81zOw/_new  2015-10-14 16:34:22.0 +0200
@@ -23,9 +23,9 @@
 License:GPL-3.0+
 Group:  System/Base
 Url:https://savannah.gnu.org/projects/which/
-Source: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
-# FIXME: use proper Requires(pre/post/preun/...)
-PreReq: %{install_info_prereq}
+Source0:http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
+Requires(post):  %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 Provides:   util-linux:%{_bindir}/which
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit gettext-runtime for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2015-10-14 16:34:13

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


Package is "gettext-runtime"

Changes:

--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-csharp.changes   
2015-07-20 11:20:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-csharp.changes  
2015-10-14 16:34:15.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 11 18:56:49 UTC 2015 - astie...@suse.com
+
+- GNU gettext 0.19.6:
+  * Support AppData file format
+
+---
gettext-java.changes: same change
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 
2015-09-08 17:37:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2015-10-14 16:34:15.0 +0200
@@ -2 +2 @@
-Mon Aug 24 15:37:36 UTC 2015 - i...@marguerite.su
+Fri Sep 11 18:56:49 UTC 2015 - astie...@suse.com
@@ -4 +4,14 @@
-- add patch: boo941649-unnessary-rpath-on-standard-path.patch
+- GNU gettext 0.19.6:
+  * Support AppData file format
+  * New macro AM_GNU_GETTEXT_REQUIRE_VERSION
+  * po/Makefile.in.in can now insert the file $(DOMAIN).pot-header
+to $(DOMAIN).pot, instead of the standard header comments.
+  * Fix mishandling of gettext version numbers for minor releases, in
+po-mode.el and gettextize.
+  * Fix build with --enable-relocatable.
+- remove no longer required gettext-0.19.5.1-gettextize.diff
+
+---
+Mon Aug 24 15:35:02 UTC 2015 - i...@marguerite.su
+
+- add patch: boo941629-unnessary-rpath-on-standard-path.patch
@@ -10 +23 @@
-Tue Jul 21 11:24:48 UTC 2015 - m...@suse.com
+Tue Jul 21 11:23:29 UTC 2015 - m...@suse.com
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime.changes  
2015-09-08 17:37:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime.changes 
2015-10-14 16:34:15.0 +0200
@@ -1,0 +2,13 @@
+Fri Sep 11 18:56:49 UTC 2015 - astie...@suse.com
+
+- GNU gettext 0.19.6:
+  * Support AppData file format
+  * New macro AM_GNU_GETTEXT_REQUIRE_VERSION
+  * po/Makefile.in.in can now insert the file $(DOMAIN).pot-header
+to $(DOMAIN).pot, instead of the standard header comments.
+  * Fix mishandling of gettext version numbers for minor releases, in
+po-mode.el and gettextize.
+  * Fix build with --enable-relocatable.
+- remove no longer required gettext-0.19.5.1-gettextize.diff
+
+---

Old:

  gettext-0.19.5.1-gettextize.diff
  gettext-0.19.5.1.tar.xz
  gettext-0.19.5.1.tar.xz.sig

New:

  gettext-0.19.6.tar.xz
  gettext-0.19.6.tar.xz.sig



Other differences:
--
++ gettext-csharp.spec ++
--- /var/tmp/diff_new_pack.FVU81m/_old  2015-10-14 16:34:17.0 +0200
+++ /var/tmp/diff_new_pack.FVU81m/_new  2015-10-14 16:34:17.0 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  xz
 Requires:   mono
 Url:http://www.gnu.org/software/gettext/
-Version:0.19.5.1
+Version:0.19.6
 Release:0
 Summary:Native Language Support (NLS) for C#
 License:LGPL-2.1+

++ gettext-java.spec ++
--- /var/tmp/diff_new_pack.FVU81m/_old  2015-10-14 16:34:17.0 +0200
+++ /var/tmp/diff_new_pack.FVU81m/_new  2015-10-14 16:34:17.0 +0200
@@ -28,7 +28,7 @@
 BuildRequires:  tcl
 BuildRequires:  xz
 Url:http://www.gnu.org/software/gettext/
-Version:0.19.5.1
+Version:0.19.6
 Release:0
 Summary:Java Support for Native Language Support (NLS)
 License:LGPL-2.1+

++ gettext-runtime-mini.spec ++
--- /var/tmp/diff_new_pack.FVU81m/_old  2015-10-14 16:34:17.0 +0200
+++ /var/tmp/diff_new_pack.FVU81m/_new  2015-10-14 16:34:17.0 +0200
@@ -20,7 +20,7 @@
 %bcond_without mini
 
 Name:   gettext-runtime-mini
-Version:0.19.5.1
+Version:0.19.6
 Release:0
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -68,8 +68,6 @@
 # PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- co...@suse.de 
 Patch6: gettext-dont-test-gnulib.patch
 Patch9: gettext-needlessly_init_vars.patch
-# PATCH-FIX-OPENSUSE gettext-0.19.5.1-gettextize.diff -- m...@suse.com
-Patch10:gettext-0.19.5.1-gettextize.diff
 # PATCH-FIX-UPSTREAM boo#941629 -- p...@suse.com
 Patch11:boo941629-unnessary-rpath-on-standard-path.patch
 
@@ -129,7 +127,6 @@
 %patch5
 %patch6 -p1
 %patch9
-%patch10 -p1
 %patch11 -p1
 
 %build

++ 

commit kernel-firmware for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2015-10-14 16:39:01

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


Package is "kernel-firmware"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2015-09-11 09:03:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2015-10-14 16:39:02.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 25 10:49:26 CEST 2015 - ti...@suse.de
+
+- Update toversion 20150925git (commit f88e5c2e2)
+  * Intel Bluetooth 7260/7265 f/w updates
+  * qmss accumulator pdsp firmware for keystone SoCs
+  * New minor DMC release for Skylake - ver1_22
+  * New minor DMC release for Broxton - ver1_06
+
+---

Old:

  linux-firmware-20150907git.tar.xz

New:

  linux-firmware-20150925git.tar.xz



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.Z09Wkt/_old  2015-10-14 16:39:04.0 +0200
+++ /var/tmp/diff_new_pack.Z09Wkt/_new  2015-10-14 16:39:04.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  fdupes
 BuildRequires:  kernel-default
 BuildRequires:  suse-module-tools
-Version:20150907git
+Version:20150925git
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT


++ linux-firmware-20150907git.tar.xz -> linux-firmware-20150925git.tar.xz 
++
/work/SRC/openSUSE:Factory/kernel-firmware/linux-firmware-20150907git.tar.xz 
/work/SRC/openSUSE:Factory/.kernel-firmware.new/linux-firmware-20150925git.tar.xz
 differ: char 27, line 1




  1   2   >