commit cifs-utils for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package cifs-utils for openSUSE:Factory 
checked in at 2015-10-24 18:56:16

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


Package is "cifs-utils"

Changes:

--- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes2015-09-24 
07:17:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes   
2015-10-24 18:56:32.0 +0200
@@ -25 +25 @@
-- Add README.cifstab.migration to document the cifstab removal.
+- Add README.cifstab.migration to document the cifstab removal; (bnc#902947).



Other differences:
--





commit icu for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2015-10-24 18:56:20

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


Package is "icu"

Changes:

--- /work/SRC/openSUSE:Factory/icu/icu.changes  2015-05-07 09:20:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes 2015-10-24 
18:56:35.0 +0200
@@ -1,0 +2,31 @@
+Fri Oct  9 09:31:58 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 56.1
+* CLDR 28: For details of the many changes in CLDR, see CLDR 28.
+* Unicode data updated to Unicode 8.0: 41 new emoji characters,
+  5,771 new ideographs for Chinese/Japanese/Korean, 6 new scripts,
+  improved character properties data, etc.
+* ICU data size reduced by about 7.2% (1.8MB) via sharing string
+  values across resource bundles.
+* DateIntervalFormat now handles intervals with seconds, and sets
+  FieldPosition more consistently.
+* DateFormat::createInstanceForSkeleton() caches DateFormat
+  patterns rather than DateTimePatternGenerator instances, for
+  better performance (for cache hits) and lower heap memory
+  consumption.
+* StringSearch (based on collation) defaults to matches on
+  normalization boundaries rather than grapheme cluster boundaries,
+  which yields more matches on Indic text.
+* RuleBasedNumberFormat (spelled-out numbers) now handles
+  infinity, NaN.
+* Most of the old Normalizer/unorm.h had been replaced by
+  (and reimplemented via) Normalizer2, and is now deprecated.
+* COLON has been withdrawn as a date pattern character
+  corresponding to the date field [UDAT_]TIME_SEPARATOR_FIELD;
+  there is currently no pattern character corresponding to that
+  field.
+* Support for locale key "cf" to specify currency format style,
+  and interaction with NumberFormat values for UNumberFormatStyle.
+- Drop icu-remove-datetime.patch (merged upstream)
+
+---

Old:

  icu-remove-datetime.patch
  icu4c-55_1-docs.zip
  icu4c-55_1-src.tgz

New:

  icu4c-56_1-docs.zip
  icu4c-56_1-src.tgz



Other differences:
--
++ icu.spec ++
--- /var/tmp/diff_new_pack.RVLd4m/_old  2015-10-24 18:56:38.0 +0200
+++ /var/tmp/diff_new_pack.RVLd4m/_new  2015-10-24 18:56:38.0 +0200
@@ -16,16 +16,16 @@
 #
 
 
-%define lname  libicu55_1
-%define amajor   55
-%define aversion 55_1
+%define lname  libicu56_1
+%define amajor   56
+%define aversion 56_1
 %ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
 %define be_platform 1
 %else
 %define be_platform 0
 %endif
 Name:   icu
-Version:55.1
+Version:56.1
 Release:0
 Summary:International Components for Unicode
 License:MIT
@@ -34,7 +34,6 @@
 Source: 
http://download.icu-project.org/files/icu4c/%version/icu4c-%aversion-src.tgz
 Source2:
http://download.icu-project.org/files/icu4c/%version/icu4c-%aversion-docs.zip
 Source100:  baselibs.conf
-Patch2: icu-remove-datetime.patch
 Patch3: icu-versioning.diff
 Patch4: icu-fix-install-mode-files.diff
 Patch6: icu-error-reporting.diff
@@ -157,7 +156,7 @@
 unzip %SOURCE2
 cd ..
 
-%patch -P 2 -P 3 -P 4 -P 6 -p1
+%patch -P 3 -P 4 -P 6 -p1
 
 %build
 cd source

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.RVLd4m/_old  2015-10-24 18:56:38.0 +0200
+++ /var/tmp/diff_new_pack.RVLd4m/_new  2015-10-24 18:56:38.0 +0200
@@ -1,4 +1,4 @@
-libicu55_1
+libicu56_1
 libicu-devel
requires -libicu-
-   requires "libicu55_1- = "
+   requires "libicu56_1- = "

++ icu-versioning.diff ++
--- /var/tmp/diff_new_pack.RVLd4m/_old  2015-10-24 18:56:38.0 +0200
+++ /var/tmp/diff_new_pack.RVLd4m/_new  2015-10-24 18:56:38.0 +0200
@@ -1,11 +1,12 @@
 From: Jan Engelhardt 
 Date: 2013-06-11 03:36:48.480850779 +0200
 References: http://bugzilla.novell.com/824262
+Directions: drop patch if unable to forward-port
 
-I've had it with ICU always changing their ABI without updating the
-SO numbers. They did that before, and they have done it with
-51.1->51.2 again. !@#
-(Will icu-project ever get their act together?)
+ICU sometimes changing their ABI without updating the SO numbers.
+They did that before, and they did it again with 51.1->51.2. In part,
+this is owed to how C++ is compiled on the contemporary
+implementations.
 
 Thus, we will use the full version as the SO identifier in openSUSE.
 
@@ -46,7 +47,7 @@
 ===
 --- icu.orig/source/common/icuplug.cpp
 +++ icu/source/common/icuplug.cpp
-@@ -752,7 +752,7 @@ uplug_init(UErrorCode *status) {
+@@ 

commit gfxboot for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2015-10-24 18:56:12

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


Package is "gfxboot"

Changes:

--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2015-10-12 
10:00:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gfxboot.new/gfxboot.changes 2015-10-24 
18:56:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 19 13:16:29 UTC 2015 - snw...@suse.com
+
+- update translations (bsc#950962)
+- 4.5.10
+
+---

Old:

  gfxboot-4.5.9.tar.xz

New:

  gfxboot-4.5.10.tar.xz



Other differences:
--
++ gfxboot.spec ++
--- /var/tmp/diff_new_pack.WQxYYk/_old  2015-10-24 18:56:30.0 +0200
+++ /var/tmp/diff_new_pack.WQxYYk/_new  2015-10-24 18:56:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gfxboot
-Version:4.5.9
+Version:4.5.10
 Release:0
 Summary:Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:GPL-2.0+

++ KDE.tar.xz ++

++ SLED.tar.xz ++

++ SLES.tar.xz ++

++ examples.tar.xz ++

++ gfxboot-4.5.9.tar.xz -> gfxboot-4.5.10.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.9/VERSION new/gfxboot-4.5.10/VERSION
--- old/gfxboot-4.5.9/VERSION   2015-10-01 16:36:42.0 +0200
+++ new/gfxboot-4.5.10/VERSION  2015-10-19 15:12:28.0 +0200
@@ -1 +1 @@
-4.5.9
+4.5.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.9/changelog new/gfxboot-4.5.10/changelog
--- old/gfxboot-4.5.9/changelog 2015-10-01 16:36:42.0 +0200
+++ new/gfxboot-4.5.10/changelog2015-10-19 15:12:28.0 +0200
@@ -1,3 +1,6 @@
+2015-10-19:4.5.10
+   - update translations (bsc #950962)
+
 2015-10-01:4.5.9
- implement LEAP boot splash
 

++ openSUSE.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/help-boot/nl/navi.html 
new/themes/openSUSE/help-boot/nl/navi.html
--- old/themes/openSUSE/help-boot/nl/navi.html  2015-10-01 16:36:42.0 
+0200
+++ new/themes/openSUSE/help-boot/nl/navi.html  2015-10-19 15:12:28.0 
+0200
@@ -1 +1 @@
-Terug naar FOOBAR
+Terugkeren naar FOOBAR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/help-boot/nl/opt.html 
new/themes/openSUSE/help-boot/nl/opt.html
--- old/themes/openSUSE/help-boot/nl/opt.html   2015-10-01 16:36:42.0 
+0200
+++ new/themes/openSUSE/help-boot/nl/opt.html   2015-10-19 15:12:28.0 
+0200
@@ -1,12 +1,12 @@
 
-Opstartopties
+Opstart-opties (booten)
 
 
 
 
-  splash -- het gedrag van het splash-scherm 
bepalen
-  apm -- energiebeheer in- en uitschakelen
-  acpi -- geavanceerde configuratie en 
energiebeheer
-  ide -- het IDE-subsysteem beheren
+  splash -- beïnvloedt het gedrag van het 
opstartscherm
+  apm -- schakel energiebeheer om
+  acpi -- geavanceerde configuratie en 
energie-interface
+  ide -- het IDE-subsysteem aansturen
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/help-boot/nl/opt::help.html 
new/themes/openSUSE/help-boot/nl/opt::help.html
--- old/themes/openSUSE/help-boot/nl/opt::help.html 2015-10-01 
16:36:42.0 +0200
+++ new/themes/openSUSE/help-boot/nl/opt::help.html 2015-10-19 
15:12:28.0 +0200
@@ -1,7 +1,7 @@
 
-Het Help-systeem gebruiken
+Het helpsysteem gebruiken
 
 
-De online Help van de bootloader is contextgevoelig. Deze geeft u 
informatie over de geselecteerde menuoptie of, als u opstartopties aan het 
bewerken bent, probeert informatie op te zoeken over de optie die zich onder de 
cursor bevindt.
+De online-help van de bootloader is contextgevoelig. Het geeft u informatie 
over de geselecteerde menuoptie of, als u opstartopties aan het bewerken bent, 
probeert het informatie over de optie die zich onder de cursor bevindt op te 
zoeken.
 
-Navigatietoetsen Pijl omhoog: vorige koppeling 
markerenPijl omlaag: volgende koppeling 
markerenPijl links, Backspace: terug naar vorig 
onderwerpPijl rechts, Enter, Spatie: volg 
de koppelingPage Up: een pagina omhoog 
scrollenPage Down: een pagina omlaag 
scrollenHome: naar begin van paginaEnd: 
naar eind van paginaEsc: Help afsluiten
+Navigatietoetsen Pijl omhoog: vorige koppeling 
accentuerenPijl omlaag: volgende koppeling 
accentuerenPijl links, Backspace: ga terug naar het 
vorige onderwerpPijl rechts, Enter, Spatie: 
volg de koppelingPage 

commit perl-PadWalker for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package perl-PadWalker for openSUSE:Factory 
checked in at 2015-10-24 18:56:26

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


Package is "perl-PadWalker"

Changes:

--- /work/SRC/openSUSE:Factory/perl-PadWalker/perl-PadWalker.changes
2015-04-25 14:09:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PadWalker.new/perl-PadWalker.changes   
2015-10-24 18:56:42.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct 24 09:21:38 UTC 2015 - co...@suse.com
+
+- updated to 2.2
+   see /usr/share/doc/packages/perl-PadWalker/Changes
+
+  
+  2.2  Fri 23 Oct 2015 17:55:31 BST
+  - Convert to PERL_NO_GET_CONTEXT
+https://github.com/robinhouston/PadWalker/pull/2
+
+---

Old:

  PadWalker-2.1.tar.gz

New:

  PadWalker-2.2.tar.gz



Other differences:
--
++ perl-PadWalker.spec ++
--- /var/tmp/diff_new_pack.UVHClJ/_old  2015-10-24 18:56:43.0 +0200
+++ /var/tmp/diff_new_pack.UVHClJ/_new  2015-10-24 18:56:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PadWalker
-Version:2.1
+Version:2.2
 Release:0
 %define cpan_name PadWalker
 Summary:Play with Other Peoples' Lexical Variables

++ PadWalker-2.1.tar.gz -> PadWalker-2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.1/Changes new/PadWalker-2.2/Changes
--- old/PadWalker-2.1/Changes   2015-04-24 21:29:44.0 +0200
+++ new/PadWalker-2.2/Changes   2015-10-23 18:56:04.0 +0200
@@ -181,3 +181,7 @@
 2.1  Fri 24 Apr 2015 20:29:12 BST
 - Another bleadperl fix
   https://rt.cpan.org/Public/Bug/Display.html?id=101037
+
+2.2  Fri 23 Oct 2015 17:55:31 BST
+- Convert to PERL_NO_GET_CONTEXT
+  https://github.com/robinhouston/PadWalker/pull/2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.1/META.json new/PadWalker-2.2/META.json
--- old/PadWalker-2.1/META.json 2015-04-24 21:33:29.0 +0200
+++ new/PadWalker-2.2/META.json 2015-10-23 18:56:46.0 +0200
@@ -37,5 +37,5 @@
   }
},
"release_status" : "stable",
-   "version" : "2.1"
+   "version" : "2.2"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.1/META.yml new/PadWalker-2.2/META.yml
--- old/PadWalker-2.1/META.yml  2015-04-24 21:33:29.0 +0200
+++ new/PadWalker-2.2/META.yml  2015-10-23 18:56:46.0 +0200
@@ -19,4 +19,4 @@
 - inc
 requires:
   perl: 5.008001
-version: 2.1
+version: 2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.1/PadWalker.pm 
new/PadWalker-2.2/PadWalker.pm
--- old/PadWalker-2.1/PadWalker.pm  2015-04-24 21:30:06.0 +0200
+++ new/PadWalker-2.2/PadWalker.pm  2015-10-23 18:55:23.0 +0200
@@ -12,7 +12,7 @@
 @EXPORT_OK = qw(peek_my peek_our closed_over peek_sub var_name 
set_closed_over);
 %EXPORT_TAGS = (all => \@EXPORT_OK);
 
-$VERSION = '2.1';
+$VERSION = '2.2';
 
 bootstrap PadWalker $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.1/PadWalker.xs 
new/PadWalker-2.2/PadWalker.xs
--- old/PadWalker-2.1/PadWalker.xs  2015-04-24 21:25:40.0 +0200
+++ new/PadWalker-2.2/PadWalker.xs  2015-10-23 18:55:04.0 +0200
@@ -1,3 +1,4 @@
+#define PERL_NO_GET_CONTEXT
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
@@ -172,7 +173,7 @@
 /* end thievery */
 
 SV*
-fetch_from_stash(HV *stash, char *name_str, U32 name_len)
+fetch_from_stash(pTHX_ HV *stash, char *name_str, U32 name_len)
 {
 /* This isn't the most efficient approach, but it has
  * the advantage that it uses documented API functions. */
@@ -204,7 +205,7 @@
 }
 
 void
-pads_into_hash(PADNAMELIST* pad_namelist, PAD* pad_vallist, HV* my_hash,
+pads_into_hash(pTHX_ PADNAMELIST* pad_namelist, PAD* pad_vallist, HV* my_hash,
HV* our_hash, U32 valid_at_seq)
 {
 I32 i;
@@ -254,7 +255,7 @@
 }
 else {
   if (is_our) {
-val_sv = fetch_from_stash(PadnameOURSTASH(name_sv),
+val_sv = fetch_from_stash(aTHX_ PadnameOURSTASH(name_sv),
   name_str, name_len);
 if (!val_sv) {
 debug_print(("Value of our variable is undefined\n"));
@@ -278,7 +279,7 @@
 }
 
 void
-padlist_into_hash(PADLIST* padlist, HV* my_hash, HV* our_hash,
+padlist_into_hash(pTHX_ PADLIST* padlist, HV* my_hash, HV* 

commit armadillo for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2015-10-24 18:56:25

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2015-10-20 
00:06:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2015-10-24 
18:56:40.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 24 02:44:52 UTC 2015 - badshah...@gmail.com
+
+- Update to version 6.100.1:
+  + Bug fixes (undocumented by upstream).
+
+---

Old:

  armadillo-6.100.0.tar.gz

New:

  armadillo-6.100.1.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.L7nnAK/_old  2015-10-24 18:56:41.0 +0200
+++ /var/tmp/diff_new_pack.L7nnAK/_new  2015-10-24 18:56:41.0 +0200
@@ -19,7 +19,7 @@
 %define soname libarmadillo6
 
 Name:   armadillo
-Version:6.100.0
+Version:6.100.1
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-6.100.0.tar.gz -> armadillo-6.100.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-6.100.0/CMakeLists.txt 
new/armadillo-6.100.1/CMakeLists.txt
--- old/armadillo-6.100.0/CMakeLists.txt2015-10-02 04:44:31.0 
+0200
+++ new/armadillo-6.100.1/CMakeLists.txt2015-10-20 17:37:12.0 
+0200
@@ -14,7 +14,7 @@
 
 set(ARMA_MAJOR 6)
 set(ARMA_MINOR 100)
-set(ARMA_PATCH 0)
+set(ARMA_PATCH 1)
 set(ARMADILLO_VERSION ${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
 message(STATUS "Configuring Armadillo ${ARMADILLO_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-6.100.0/README.txt 
new/armadillo-6.100.1/README.txt
--- old/armadillo-6.100.0/README.txt2015-10-02 04:44:31.0 +0200
+++ new/armadillo-6.100.1/README.txt2015-10-20 17:37:12.0 +0200
@@ -192,7 +192,7 @@
 If you want to use Armadillo without installation,
 or you're getting linking errors, compile along these lines:
   
-  g++ example1.cpp -o example1 -O2 -I 
/home/blah/armadillo-6.100.0-test/include -DARMA_DONT_USE_WRAPPER -lblas 
-llapack
+  g++ example1.cpp -o example1 -O2 -I /home/blah/armadillo-6.100.1/include 
-DARMA_DONT_USE_WRAPPER -lblas -llapack
   
 The above command line assumes that you have unpacked the armadillo archive 
into /home/blah/
 You will need to adjust this for later versions of Armadillo,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-6.100.0/docs.html 
new/armadillo-6.100.1/docs.html
--- old/armadillo-6.100.0/docs.html 2015-10-02 05:06:58.0 +0200
+++ new/armadillo-6.100.1/docs.html 2015-10-22 20:11:16.0 +0200
@@ -634,38 +634,38 @@
 
 
 
-mat(*aux_mem, n_rows, n_cols, copy_aux_mem = true, strict = false)
+mat(ptr_aux_mem, n_rows, n_cols, copy_aux_mem = true, strict = 
false)
 
 
 
-Create a matrix using data from writable auxiliary (external) memory.
+Create a matrix using data from writable auxiliary (external) memory, where 
ptr_aux_mem is a pointer to the memory.
 By default the matrix allocates its own memory and copies data from the 
auxiliary memory (for safety).
 However, if copy_aux_mem is set to false,
-the matrix will instead directly use the auxiliary memory (ie. no copying).
-This is faster, but can be dangerous unless you know what you're doing!
+the matrix will instead directly use the auxiliary memory (ie. no copying);
+this is faster, but can be dangerous unless you know what you're doing!
 
 
 The strict parameter comes into effect only when copy_aux_mem is 
set to false
-(ie. the matrix is directly using auxiliary memory).
+(ie. the matrix is directly using auxiliary memory)
 
 
-When strict is set to false, the matrix will use the auxiliary 
memory and allow size changes;
-if a size change results in the number of elements to increase, new memory 
will be allocated and the auxiliary memory will no longer be used
+when strict is set to false, the matrix will use the auxiliary 
memory until a size change
 
 
-When strict is set to true, the matrix will be bound to the 
auxiliary memory for its lifetime;
-the number of elements in the matrix can't be changed (directly or indirectly)
+when strict is set to true, the matrix will be bound to the 
auxiliary memory for its lifetime;
+the number of elements in the matrix can't be changed
 
-The default setting of strict in versions 6.000+ is 
false
-The default 

commit yast2-storage for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-10-24 18:56:08

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2015-10-01 09:28:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-10-24 18:56:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 19 14:19:01 CEST 2015 - aschn...@suse.com
+
+- fixed typo in package name (efibootmgr) (bsc#950968)
+- 3.1.70
+
+---

Old:

  yast2-storage-3.1.69.tar.bz2

New:

  yast2-storage-3.1.70.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.KpP8ux/_old  2015-10-24 18:56:25.0 +0200
+++ /var/tmp/diff_new_pack.KpP8ux/_new  2015-10-24 18:56:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.69
+Version:3.1.70
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.69.tar.bz2 -> yast2-storage-3.1.70.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.69/package/yast2-storage.changes 
new/yast2-storage-3.1.70/package/yast2-storage.changes
--- old/yast2-storage-3.1.69/package/yast2-storage.changes  2015-09-25 
12:58:10.0 +0200
+++ new/yast2-storage-3.1.70/package/yast2-storage.changes  2015-10-19 
14:33:13.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Oct 19 14:19:01 CEST 2015 - aschn...@suse.com
+
+- fixed typo in package name (efibootmgr) (bsc#950968)
+- 3.1.70
+
+---
 Fri Sep 25 11:47:15 CEST 2015 - aschn...@suse.com
 
 - avoid unnessasary steps if no packages need to be installed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.69/package/yast2-storage.spec 
new/yast2-storage-3.1.70/package/yast2-storage.spec
--- old/yast2-storage-3.1.69/package/yast2-storage.spec 2015-09-25 
12:58:10.0 +0200
+++ new/yast2-storage-3.1.70/package/yast2-storage.spec 2015-10-19 
14:33:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.69
+Version:3.1.70
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.69/src/lib/storage/used_storage_features.rb 
new/yast2-storage-3.1.70/src/lib/storage/used_storage_features.rb
--- old/yast2-storage-3.1.69/src/lib/storage/used_storage_features.rb   
2015-09-25 12:58:10.0 +0200
+++ new/yast2-storage-3.1.70/src/lib/storage/used_storage_features.rb   
2015-10-19 14:33:13.0 +0200
@@ -60,7 +60,7 @@
   FT_BTRFS: ["btrfsprogs", "e2fsprogs"],
   FT_BTRFS_ROOT:nil,  # use FT_SNAPSHOTS instead
   FT_SNAPSHOTS: "snapper",
-  FT_EFIBOOT:   "efibootbgr",
+  FT_EFIBOOT:   "efibootmgr",
 
   # RAID technologies and related
   FT_DM:["device-mapper"],




commit cluster-glue for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2015-10-24 18:56:02

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


Package is "cluster-glue"

Changes:

--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes
2015-10-03 20:30:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2015-10-24 18:56:18.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct 16 16:03:59 UTC 2015 - kgronl...@suse.com
+
+- Update to 1.0.12+hg2815
+  + Medium: stonith: external/ec2: use target's uname as default for port 
(bsc#947026)
+- Replace hb_report with script which calls crm report (bsc#950182) 
(bsc#950483)
+- Remove 0006-ec2-instance-tag-bsc-947026.patch
+- Remove 0001-high-hb_report-Collect-logs-from-journald-boo-900654.patch
+- Remove 0002-high-hb_report-Prefer-pacemaker.log-if-it-exists-bsc.patch 
+- Remove 0003-high-hb_report-Always-prefer-syslog-if-available-bsc.patch
+- Remove 0004-low-hb_report-increase-time-to-wait-for-the-logmark.patch
+- Remove 0005-low-hb_report-collect-libqb-version-bsc-943327.patch
+- Remove bnc662816_cluster-glue_hb_report_abspath.patch
+- Move libglue-devel to group Development/Libraries/C and C++
+- Upstream cs: a10cd7cc13f5
+
+---

Old:

  0001-high-hb_report-Collect-logs-from-journald-boo-900654.patch
  0002-high-hb_report-Prefer-pacemaker.log-if-it-exists-bsc.patch
  0003-high-hb_report-Always-prefer-syslog-if-available-bsc.patch
  0004-low-hb_report-increase-time-to-wait-for-the-logmark.patch
  0005-low-hb_report-collect-libqb-version-bsc-943327.patch
  0006-ec2-instance-tag-bsc-947026.patch
  bnc662816_cluster-glue_hb_report_abspath.patch
  cluster-glue.tar.bz2

New:

  _service
  cluster-glue-1.0.12+hg2815.tar.bz2
  hb_report.in



Other differences:
--
++ cluster-glue.spec ++
--- /var/tmp/diff_new_pack.d4Wf28/_old  2015-10-24 18:56:19.0 +0200
+++ /var/tmp/diff_new_pack.d4Wf28/_new  2015-10-24 18:56:19.0 +0200
@@ -39,31 +39,18 @@
 Summary:Reusable cluster components
 License:GPL-2.0 and LGPL-2.1+
 Group:  Productivity/Clustering/HA
-Version:1.0.12
+Version:1.0.12+hg2815
 Release:%{?glue_release}
 Url:http://www.linux-ha.org/wiki/Cluster_Glue
-Source: cluster-glue.tar.bz2
+Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
+Source3:hb_report.in
 # PATCH-FIX-OPENSUSE: load libplumb symbols manually (thanks to lge) 
(bnc#694243)
 Patch1: bug-694243_cluster-glue_symbol-conflict.patch
-# PATCH-FIX-OPENSUSE: use absolute path when invoking slaves (bnc#662816)
-Patch2: bnc662816_cluster-glue_hb_report_abspath.patch
 # PATCH-FIX-OPENSUSE: drop lrm as it's not used anymore by pacemaker
 Patch4: cluster-glue_droplrm.patch
-# PATCH-FIX-OPENSUSE: high: hb_report: Collect logs from journald (boo#900654)
-Patch5: 0001-high-hb_report-Collect-logs-from-journald-boo-900654.patch
-# PATCH-FIX-OPENSUSE: fix build with GCC 5
+# PATCH-FIX-OPENSUSE: fix build with GCC 59
 Patch6: cluster-glue-gcc5.patch
-# PATCH-FIX-OPENSUSE: high: hb_report: Prefer pacemaker.log if it exists 
(bsc#941681)
-Patch7: 0002-high-hb_report-Prefer-pacemaker.log-if-it-exists-bsc.patch
-# PATCH-FIX-OPENSUSE: high: hb_report: Always prefer syslog if available 
(bsc#942906)
-Patch8: 0003-high-hb_report-Always-prefer-syslog-if-available-bsc.patch
-# PATCH-FIX-OPENSUSE: low: hb_report: Increase time to wait for the logmark
-Patch9: 0004-low-hb_report-increase-time-to-wait-for-the-logmark.patch
-# PATCH-FIX-OPENSUSE: low: hb_report: Collect libqb version (bsc#943327)
-Patch10:0005-low-hb_report-collect-libqb-version-bsc-943327.patch
-# PATCH-FIX-UPSTREAM: Dev: stonith: external/ec2: Be able to omit the "port" 
option. (bsc#947026) (fate#319008)
-Patch11:0006-ec2-instance-tag-bsc-947026.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  OpenIPMI-devel
 BuildRequires:  asciidoc
@@ -134,14 +121,6 @@
 A collection of libraries that are useful for writing cluster managers
 such as Pacemaker.
 
-# %package -n stonith-snmp
-# Summary:Stonith agents based on SNMP
-# Group:  Productivity/Clustering/HA
-
-# %description -n stonith-snmp
-# All stonith plugins which require libnetsnmp (apcmastersnmp and
-# wti_mpc).
-
 %package -n stonith-bladehpi
 Summary:Stonith agent for IBM bladecenter
 Group:  Productivity/Clustering/HA
@@ -154,7 +133,7 @@
 
 %package -n libglue-devel 
 Summary:Headers and 

commit haveged for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2015-10-24 18:55:33

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


Package is "haveged"

Changes:

--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2015-10-12 
10:00:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes 2015-10-24 
18:55:48.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  9 13:11:27 UTC 2015 - meiss...@suse.com
+
+- haveged.service: reverted the dependency on systemd-journald.socket
+  for now, as it causes a dependency loop. bsc#949728 bsc#950857
+
+---



Other differences:
--
++ haveged.service ++
--- /var/tmp/diff_new_pack.YTur5l/_old  2015-10-24 18:55:49.0 +0200
+++ /var/tmp/diff_new_pack.YTur5l/_new  2015-10-24 18:55:49.0 +0200
@@ -5,7 +5,7 @@
 ConditionVirtualization=!container
 #Conflicts=shutdown.target
 After=systemd-random-seed.service
-Before=sysinit.target shutdown.target systemd-journald.service 
systemd-journald.socket
+Before=sysinit.target shutdown.target systemd-journald.service
 
 [Service]
 ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F




commit openjpeg2 for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package openjpeg2 for openSUSE:Factory 
checked in at 2015-10-24 18:55:58

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


Package is "openjpeg2"

Changes:

--- /work/SRC/openSUSE:Factory/openjpeg2/openjpeg2.changes  2015-09-08 
17:38:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.openjpeg2.new/openjpeg2.changes 2015-10-24 
18:56:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 19 09:20:16 UTC 2015 - sch...@suse.de
+
+- Re-add baselibs.conf, needed by poppler and leptonica
+
+---

New:

  baselibs.conf



Other differences:
--
++ openjpeg2.spec ++
--- /var/tmp/diff_new_pack.k5vxMY/_old  2015-10-24 18:56:14.0 +0200
+++ /var/tmp/diff_new_pack.k5vxMY/_new  2015-10-24 18:56:14.0 +0200
@@ -26,6 +26,7 @@
 Group:  Productivity/Graphics/Other
 Url:http://www.openjpeg.org/
 Source0:
http://sourceforge.net/projects/openjpeg.mirror/files/%{version}/openjpeg-%{version}.tar.gz
+Source1:baselibs.conf
 BuildRequires:  cmake > 2.8.2
 BuildRequires:  doxygen
 BuildRequires:  fdupes

++ baselibs.conf ++
libopenjp2-7



commit xf86-input-wacom for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2015-10-24 18:55:53

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


Package is "xf86-input-wacom"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2015-08-21 07:35:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2015-10-24 18:56:09.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  9 16:59:54 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.31.0:
+  + xsetwacom: Fix regression in simple button mapping.
+  + Modify wcmMaxCursorDist calculation to support non-inverted
+protocol 4.
+
+---

Old:

  xf86-input-wacom-0.30.0.tar.bz2

New:

  xf86-input-wacom-0.31.0.tar.bz2



Other differences:
--
++ xf86-input-wacom.spec ++
--- /var/tmp/diff_new_pack.rOqtG4/_old  2015-10-24 18:56:10.0 +0200
+++ /var/tmp/diff_new_pack.rOqtG4/_new  2015-10-24 18:56:10.0 +0200
@@ -24,7 +24,7 @@
 %define install_serial 1
 
 Name:   xf86-input-wacom
-Version:0.30.0
+Version:0.31.0
 Release:0
 Summary:Wacom input driver for the Xorg X server
 License:GPL-2.0+

++ xf86-input-wacom-0.30.0.tar.bz2 -> xf86-input-wacom-0.31.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-wacom-0.30.0/ChangeLog 
new/xf86-input-wacom-0.31.0/ChangeLog
--- old/xf86-input-wacom-0.30.0/ChangeLog   2015-06-10 03:06:28.0 
+0200
+++ new/xf86-input-wacom-0.31.0/ChangeLog   2015-08-18 02:47:48.0 
+0200
@@ -1,3 +1,61 @@
+commit 31d779debc5b624278c7dc1768168c54e790b4ec
+Author: Jason Gerecke 
+Date:   Mon Aug 17 17:47:06 2015 -0700
+
+wacom 0.31.0
+
+Signed-off-by: Jason Gerecke 
+
+commit e566a1909329955c44de3e65449cb6485362bb73
+Author: Jason Gerecke 
+Date:   Mon Aug 10 12:34:20 2015 -0700
+
+wacom 0.30.99.1
+
+Signed-off-by: Jason Gerecke 
+
+commit 4893844f3f4b417ae38af4dfc49f35d7fbac41b2
+Author: Jason Gerecke 
+Date:   Tue Jul 28 17:40:00 2015 -0700
+
+Modify wcmMaxCursorDist calculation to support non-inverted protocol 4
+
+Distance values reported by the puck tool on protocol 4 tablets (e.g.
+the Graphire4) have an inverted scale compared to other devices and
+tools. That is to say, the values are at their maximum while the puck
+is resting on the tablet and minimum just prior to going out of prox.
+The way that xf86-input-wacom handles this is with explicit protocol
+version checks, which limits our ability to fix this issue going
+forward (when libinput/Wayland begin to rule the desktop).
+
+This patch changes how the driver calculates wcmMaxCursorDist so that
+it is able to gracefully handle the day we fix this kernel bug.
+Instead of storing the minimum/maximum value ever seen on the tablet
+(switching between codepaths based on protocol 5/4) we store the value
+that is seen whenever the user clicks a button. It is reasonably safe
+to assume that this occurs with the puck on the tablet and thus will
+be the correct value. Even if the user happens to click with the puck
+raised above the surface, a subsuqent click *on* the surface will
+reset the value.
+
+Signed-off-by: Jason Gerecke 
+
+commit 0173f52dadc7f60019a594ff9d5503605f9a4134
+Author: Jason Gerecke 
+Date:   Mon Jun 29 10:23:31 2015 -0700
+
+xsetwacom: Fix regression in simple button mapping
+
+Commit 273ecfe introduces a bug where simple button mappings (e.g.
+"set  button 2 3") ignore the final argument and always use '1'
+instead. This us because the variable that we sscanf the button
+number into is subsuquently reused as a loop control variable before
+being sprintf'd out.
+
+http://sourceforge.net/p/linuxwacom/mailman/message/34246572/
+
+Signed-off-by: Jason Gerecke 
+
 commit 69ddccf81c67191026612bad45a0a4192a55e1d2
 Author: Jason Gerecke 
 Date:   Tue Jun 9 18:06:04 2015 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-wacom-0.30.0/compile 
new/xf86-input-wacom-0.31.0/compile
--- old/xf86-input-wacom-0.30.0/compile 2014-10-08 02:00:30.0 +0200
+++ new/xf86-input-wacom-0.31.0/compile 2015-08-03 

commit dotconf for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package dotconf for openSUSE:Factory checked 
in at 2015-10-24 18:55:48

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


Package is "dotconf"

Changes:

--- /work/SRC/openSUSE:Factory/dotconf/dotconf.changes  2012-02-07 
14:45:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.dotconf.new/dotconf.changes 2015-10-24 
18:56:03.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 18 07:53:49 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Move documentation to devel package
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  dotconf-1.3.tbz2

New:

  v1.3.tar.gz



Other differences:
--
++ dotconf.spec ++
--- /var/tmp/diff_new_pack.3VqQdz/_old  2015-10-24 18:56:04.0 +0200
+++ /var/tmp/diff_new_pack.3VqQdz/_new  2015-10-24 18:56:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dotconf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   dotconf
-Url:https://github.com/williamh/dotconf/
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-BuildRequires:  pkg-config
 Version:1.3
 Release:0
-Source: %{name}-%{version}.tbz2
 Summary:Configuration file parser library
 License:LGPL-2.1+
 Group:  Development/Languages/C and C++
+Url:https://github.com/williamh/dotconf/
+Source: https://github.com/williamh/dotconf/archive/v%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,7 +63,10 @@
 %package devel
 Summary:Configuration file parser library
 Group:  Development/Languages/C and C++
-Requires:   libdotconf0 = %version
+Requires:   libdotconf0 = %{version}
+# Package dotconf contained only documentation, which was moved here
+Provides:   %{name} = %{version}-%{release}
+Obsoletes:  %{name} < %{version}-%{release}
 
 %description devel
 dotconf is a simple-to-use and powerful configuration-file parser
@@ -78,31 +84,30 @@
 
 %build
 autoreconf -fiv
-%configure --disable-static --with-pic
+%configure \
+  --disable-static \
+  --with-pic
 make %{?_smp_mflags}
 
 %install 
-make DESTDIR=$RPM_BUILD_ROOT install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 rm doc/Makefile*
 
 %post -n libdotconf0 -p /sbin/ldconfig
 
 %postun -n libdotconf0 -p /sbin/ldconfig
 
-%files
-%defattr (-,root,root,755)
-%doc %{_datadir}/doc/dotconf/*
-%dir %{_datadir}/doc/dotconf
-
 %files -n libdotconf0
 %defattr (-,root,root,755)
 %{_libdir}/libdotconf*.so.*
 
 %files devel
 %defattr (-,root,root,755)
+%doc %{_datadir}/doc/dotconf/*
+%dir %{_datadir}/doc/dotconf
 %{_libdir}/libdotconf*.so
 %{_libdir}/pkgconfig/dotconf.pc
-/usr/include/dotconf.h
+%{_includedir}/dotconf.h
 
 %changelog




commit aalib for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package aalib for openSUSE:Factory checked 
in at 2015-10-24 18:55:29

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


Package is "aalib"

Changes:

--- /work/SRC/openSUSE:Factory/aalib/aalib.changes  2015-09-19 
06:52:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.aalib.new/aalib.changes 2015-10-24 
18:55:44.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 17 12:10:53 UTC 2015 - meiss...@suse.com
+
+- aavga.dif: add -fno-stack-protector to shared aavga.so object build
+
+---



Other differences:
--
++ aavga.dif ++
--- /var/tmp/diff_new_pack.ygE8zz/_old  2015-10-24 18:55:45.0 +0200
+++ /var/tmp/diff_new_pack.ygE8zz/_new  2015-10-24 18:55:45.0 +0200
@@ -3,7 +3,7 @@
 @@ -1,3 +1,3 @@
  aavga.so: aavga.c Makefile
 -  gcc -Wl,-soname,libvga.so.1 -o aavga.so -shared -nostdlib -fPIC aavga.c 
-laa -lX11 -lm -lgpm -lc -O2 -fomit-frame-pointer -funroll-all-loops -L 
/usr/X11R6/lib -lncurses 
-+  gcc -Wl,-soname,libvga.so.1 -o aavga.so -shared -nostdlib -fPIC aavga.c 
-laa -lX11 -lm -lgpm -O2 -fomit-frame-pointer -funroll-all-loops $(CFLAGS) 
-I../src -L /usr/X11R6/lib64 -L /usr/X11R6/lib -L../src/.libs -lncurses 
++  gcc -Wl,-soname,libvga.so.1 -o aavga.so -shared -nostdlib -fPIC aavga.c 
-laa -lX11 -lm -lgpm -O2 -fomit-frame-pointer -funroll-all-loops $(CFLAGS) 
-fno-stack-protector -I../src -L /usr/X11R6/lib64 -L /usr/X11R6/lib 
-L../src/.libs -lncurses 
#i486-linuxlibc1-gcc -Wl,-soname,libvga.so.1 -o aavga.so -shared 
-nostdlib -fPIC aavga.c -laa -lX11 -lm -lgpm -lc -O2 -fomit-frame-pointer 
-funroll-all-loops #-L /usr/X11R6/lib
 --- aavga.c
 +++ aavga.c




commit ktp-text-ui for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-text-ui for openSUSE:Factory 
checked in at 2015-10-24 10:28:28

Comparing /work/SRC/openSUSE:Factory/ktp-text-ui (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-text-ui.new (New)


Package is "ktp-text-ui"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-text-ui/ktp-text-ui.changes  2015-10-03 
20:24:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-text-ui.new/ktp-text-ui.changes 
2015-10-24 10:28:39.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:42:08 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
+
+
+---

Old:

  ktp-text-ui-15.08.1.tar.xz

New:

  ktp-text-ui-15.08.2.tar.xz



Other differences:
--
++ ktp-text-ui.spec ++
--- /var/tmp/diff_new_pack.7i0Jrr/_old  2015-10-24 10:28:40.0 +0200
+++ /var/tmp/diff_new_pack.7i0Jrr/_new  2015-10-24 10:28:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-text-ui
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Telepathy chat handler for KDE
 License:GPL-2.0+

++ fix_desktop.diff ++
--- /var/tmp/diff_new_pack.7i0Jrr/_old  2015-10-24 10:28:40.0 +0200
+++ /var/tmp/diff_new_pack.7i0Jrr/_new  2015-10-24 10:28:40.0 +0200
@@ -1,6 +1,6 @@
 a/logviewer/ktp-log-viewer.desktop
-+++ b/logviewer/ktp-log-viewer.desktop
-@@ -141,6 +141,6 @@
+--- a/logviewer/org.kde.ktplogviewer.desktop
 b/logviewer/org.kde.ktplogviewer.desktop
+@@ -141,7 +141,7 @@
  Exec=ktp-log-viewer %u
  Type=Application
  Terminal=false
@@ -8,3 +8,5 @@
 +Icon=ktp-log-viewer
  Categories=Qt;KDE;Network;InstantMessaging;
  X-DBUS-StartupType=Unique
+ X-DBUS-ServiceName=org.kde.ktplogviewer
+ 
\ No newline at end of file

++ ktp-text-ui-15.08.1.tar.xz -> ktp-text-ui-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-text-ui-15.08.1/CMakeLists.txt 
new/ktp-text-ui-15.08.2/CMakeLists.txt
--- old/ktp-text-ui-15.08.1/CMakeLists.txt  2015-09-10 00:59:27.0 
+0200
+++ new/ktp-text-ui-15.08.2/CMakeLists.txt  2015-10-09 02:08:13.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "15")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_TEXT_UI_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "5")
 set(IS_KTP_INTERNAL_MODULE TRUE)
@@ -13,7 +13,10 @@
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-find_package (KF5 REQUIRED COMPONENTS Archive Sonnet WidgetsAddons Service 
Emoticons KIO KCMUtils NotifyConfig Notifications I18n WebKit WindowSystem 
XmlGui ItemViews TextWidgets IconThemes)
+find_package (KF5 REQUIRED COMPONENTS Archive Sonnet WidgetsAddons Service 
Emoticons
+  KIO KCMUtils NotifyConfig Notifications 
I18n
+  WebKit WindowSystem XmlGui ItemViews 
TextWidgets
+  IconThemes DBusAddons)
 find_package (Qt5 REQUIRED COMPONENTS WebKitWidgets)
 find_package (KTp REQUIRED)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-text-ui-15.08.1/lib/chat-search-bar.cpp 
new/ktp-text-ui-15.08.2/lib/chat-search-bar.cpp
--- old/ktp-text-ui-15.08.1/lib/chat-search-bar.cpp 2015-09-10 
00:59:27.0 +0200
+++ new/ktp-text-ui-15.08.2/lib/chat-search-bar.cpp 2015-10-09 
02:08:13.0 +0200
@@ -166,7 +166,7 @@
 return true;
 }
 }
-return false;
+return QWidget::event(e);
 }
 
 void ChatSearchBar::textChanged(const QString& text)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-text-ui-15.08.1/logviewer/CMakeLists.txt 
new/ktp-text-ui-15.08.2/logviewer/CMakeLists.txt
--- old/ktp-text-ui-15.08.1/logviewer/CMakeLists.txt2015-09-10 
00:59:27.0 +0200
+++ new/ktp-text-ui-15.08.2/logviewer/CMakeLists.txt2015-10-09 
02:08:13.0 +0200
@@ -25,6 +25,7 @@
 KF5::ConfigCore
 KF5::ItemViews
 KF5::CoreAddons
+KF5::DBusAddons
 KF5::KIOWidgets
 KF5::Emoticons
 KF5::KCMUtils
@@ -35,5 +36,5 @@
 ktpchat)
 
 install(TARGETS ktp-log-viewer DESTINATION ${BIN_INSTALL_DIR})

commit okteta for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-10-24 10:28:58

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


Package is "okteta"

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2015-10-03 
20:26:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-10-24 
10:29:10.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:45:56 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
+
+
+---

Old:

  okteta-15.08.1.tar.xz

New:

  okteta-15.08.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.SQchCA/_old  2015-10-24 10:29:11.0 +0200
+++ /var/tmp/diff_new_pack.SQchCA/_new  2015-10-24 10:29:11.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.08.1.tar.xz -> okteta-15.08.2.tar.xz ++




commit ktp-kded-module for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-kded-module for openSUSE:Factory 
checked in at 2015-10-24 10:28:19

Comparing /work/SRC/openSUSE:Factory/ktp-kded-module (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-kded-module.new (New)


Package is "ktp-kded-module"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-kded-module/ktp-kded-module.changes  
2015-10-03 20:24:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-kded-module.new/ktp-kded-module.changes 
2015-10-24 10:28:30.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:56 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
+
+
+---

Old:

  ktp-kded-module-15.08.1.tar.xz

New:

  ktp-kded-module-15.08.2.tar.xz



Other differences:
--
++ ktp-kded-module.spec ++
--- /var/tmp/diff_new_pack.2BWc0k/_old  2015-10-24 10:28:31.0 +0200
+++ /var/tmp/diff_new_pack.2BWc0k/_new  2015-10-24 10:28:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-kded-module
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:KDED module that manages the telepathy interactions with the 
KDE Desktop
 License:LGPL-2.1+

++ ktp-kded-module-15.08.1.tar.xz -> ktp-kded-module-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-kded-module-15.08.1/CMakeLists.txt 
new/ktp-kded-module-15.08.2/CMakeLists.txt
--- old/ktp-kded-module-15.08.1/CMakeLists.txt  2015-09-10 00:58:52.0 
+0200
+++ new/ktp-kded-module-15.08.2/CMakeLists.txt  2015-10-09 02:07:31.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "15")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_KDED_MODULE_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_policy(SET CMP0002 OLD)




commit palapeli for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2015-10-24 10:29:02

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


Package is "palapeli"

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2015-10-03 
20:26:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2015-10-24 
10:29:13.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:46:25 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
+
+
+---

Old:

  palapeli-15.08.1.tar.xz

New:

  palapeli-15.08.2.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.OKFxSk/_old  2015-10-24 10:29:14.0 +0200
+++ /var/tmp/diff_new_pack.OKFxSk/_new  2015-10-24 10:29:14.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ palapeli-15.08.1.tar.xz -> palapeli-15.08.2.tar.xz ++




commit ktp-desktop-applets for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-desktop-applets for 
openSUSE:Factory checked in at 2015-10-24 10:28:11

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


Package is "ktp-desktop-applets"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-desktop-applets/ktp-desktop-applets.changes  
2015-10-03 20:24:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-desktop-applets.new/ktp-desktop-applets.changes 
2015-10-24 10:28:22.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:45 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
+
+
+---

Old:

  ktp-desktop-applets-15.08.1.tar.xz

New:

  ktp-desktop-applets-15.08.2.tar.xz



Other differences:
--
++ ktp-desktop-applets.spec ++
--- /var/tmp/diff_new_pack.SYVSyE/_old  2015-10-24 10:28:23.0 +0200
+++ /var/tmp/diff_new_pack.SYVSyE/_new  2015-10-24 10:28:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-desktop-applets
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Telepathy presence applet
 License:GPL-2.0+ and LGPL-2.1+

++ ktp-desktop-applets-15.08.1.tar.xz -> ktp-desktop-applets-15.08.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-desktop-applets-15.08.1/CMakeLists.txt 
new/ktp-desktop-applets-15.08.2/CMakeLists.txt
--- old/ktp-desktop-applets-15.08.1/CMakeLists.txt  2015-09-10 
00:58:17.0 +0200
+++ new/ktp-desktop-applets-15.08.2/CMakeLists.txt  2015-10-09 
02:06:52.0 +0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(KTP_DESKTOP_APPLETS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.08.1/chat/org.kde.ktp-chat/metadata.desktop.cmake 
new/ktp-desktop-applets-15.08.2/chat/org.kde.ktp-chat/metadata.desktop.cmake
--- 
old/ktp-desktop-applets-15.08.1/chat/org.kde.ktp-chat/metadata.desktop.cmake
2015-09-10 00:58:17.0 +0200
+++ 
new/ktp-desktop-applets-15.08.2/chat/org.kde.ktp-chat/metadata.desktop.cmake
2015-10-09 02:06:52.0 +0200
@@ -25,6 +25,7 @@
 Name[nb]=Kjapp prat
 Name[nds]=Fixklönen
 Name[nl]=Snelle chat
+Name[nn]=Snøggprat
 Name[pa]=ਤੁਰੰਤ ਗੱਲਬਾਤ
 Name[pl]=Szybkie rozmowy
 Name[pt]=Conversa Rápida
@@ -70,6 +71,7 @@
 Comment[nb]=Enkel prat fra arbeidsflaten
 Comment[nds]=Eenfach Klönen ut Dien Arbeitrebeet
 Comment[nl]=Eenvoudige chats vanuit uw werkruimte
+Comment[nn]=Enkel prat frå arbeidsflata
 Comment[pa]=ਤੁਹਾਡੇ ਵਰਕਸਪੇਸ ਤੋਂ ਆਮ ਗੱਲਾਬਾਤਾਂ
 Comment[pl]=Proste rozmowy z twojej przestrzeni roboczej
 Comment[pt]=Conversas simples a partir da sua área de trabalho
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.08.1/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
 
new/ktp-desktop-applets-15.08.2/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
--- 
old/ktp-desktop-applets-15.08.1/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
  2015-09-10 00:58:17.0 +0200
+++ 
new/ktp-desktop-applets-15.08.2/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
  2015-10-09 02:06:52.0 +0200
@@ -17,6 +17,7 @@
 Name[ko]=인스턴트 메시징
 Name[nb]=Lynmelding
 Name[nl]=Instant Messaging
+Name[nn]=Lydmeldingar
 Name[pl]=Komunikator internetowy
 Name[pt]=Mensagens Instantâneas
 Name[pt_BR]=Mensagens instantâneas
@@ -50,6 +51,7 @@
 Comment[it]=Mostra la tua presenza e i tuoi contatti
 Comment[ko]=온라인 상태와 대화 상대 표시
 Comment[nl]=Toont uw aanwezigheid en contactpersonen
+Comment[nn]=Vis lynmeldingskontaktar
 Comment[pl]=Wyświetla twoją dostępności i kontakty
 Comment[pt]=Mostra a sua presença e contactos
 Comment[pt_BR]=Mostra a sua presença e contatos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.08.1/person/org.kde.person/metadata.desktop.cmake 
new/ktp-desktop-applets-15.08.2/person/org.kde.person/metadata.desktop.cmake
--- 
old/ktp-desktop-applets-15.08.1/person/org.kde.person/metadata.desktop.cmake
2015-09-10 00:58:17.0 +0200
+++ 

commit ktp-filetransfer-handler for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-filetransfer-handler for 
openSUSE:Factory checked in at 2015-10-24 10:28:15

Comparing /work/SRC/openSUSE:Factory/ktp-filetransfer-handler (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new (New)


Package is "ktp-filetransfer-handler"

Changes:

--- 
/work/SRC/openSUSE:Factory/ktp-filetransfer-handler/ktp-filetransfer-handler.changes
2015-10-03 20:24:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new/ktp-filetransfer-handler.changes
   2015-10-24 10:28:26.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:51 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
+
+
+---

Old:

  ktp-filetransfer-handler-15.08.1.tar.xz

New:

  ktp-filetransfer-handler-15.08.2.tar.xz



Other differences:
--
++ ktp-filetransfer-handler.spec ++
--- /var/tmp/diff_new_pack.iBYuTz/_old  2015-10-24 10:28:27.0 +0200
+++ /var/tmp/diff_new_pack.iBYuTz/_new  2015-10-24 10:28:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-filetransfer-handler
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Telepathy filetransfer handler
 License:GPL-2.0+

++ ktp-filetransfer-handler-15.08.1.tar.xz -> 
ktp-filetransfer-handler-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-filetransfer-handler-15.08.1/CMakeLists.txt 
new/ktp-filetransfer-handler-15.08.2/CMakeLists.txt
--- old/ktp-filetransfer-handler-15.08.1/CMakeLists.txt 2015-09-10 
00:58:35.0 +0200
+++ new/ktp-filetransfer-handler-15.08.2/CMakeLists.txt 2015-10-09 
02:07:12.0 +0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "15")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_FILETRANSFER_HANDLER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)




commit ktp-accounts-kcm for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-accounts-kcm for 
openSUSE:Factory checked in at 2015-10-24 10:27:50

Comparing /work/SRC/openSUSE:Factory/ktp-accounts-kcm (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new (New)


Package is "ktp-accounts-kcm"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-accounts-kcm/ktp-accounts-kcm.changes
2015-10-03 20:24:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new/ktp-accounts-kcm.changes   
2015-10-24 10:28:01.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:09 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
+
+
+---

Old:

  ktp-accounts-kcm-15.08.1.tar.xz

New:

  ktp-accounts-kcm-15.08.2.tar.xz



Other differences:
--
++ ktp-accounts-kcm.spec ++
--- /var/tmp/diff_new_pack.F2HRAj/_old  2015-10-24 10:28:02.0 +0200
+++ /var/tmp/diff_new_pack.F2HRAj/_new  2015-10-24 10:28:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-accounts-kcm
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:KCM Module for configuring Telepathy Instant Messaging Accounts
 License:LGPL-2.1+

++ ktp-accounts-kcm-15.08.1.tar.xz -> ktp-accounts-kcm-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-15.08.1/CMakeLists.txt 
new/ktp-accounts-kcm-15.08.2/CMakeLists.txt
--- old/ktp-accounts-kcm-15.08.1/CMakeLists.txt 2015-09-10 00:56:31.0 
+0200
+++ new/ktp-accounts-kcm-15.08.2/CMakeLists.txt 2015-10-09 02:04:39.0 
+0200
@@ -12,7 +12,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(KTP_ACCOUNTS_KCM_SONUMBER "9")
 set(KTP_ACCOUNTS_KCM_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")




commit poxml for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2015-10-24 10:29:09

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


Package is "poxml"

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2015-10-03 
20:26:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2015-10-24 
10:29:20.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:47:15 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
+
+
+---

Old:

  poxml-15.08.1.tar.xz

New:

  poxml-15.08.2.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.fjlB46/_old  2015-10-24 10:29:21.0 +0200
+++ /var/tmp/diff_new_pack.fjlB46/_new  2015-10-24 10:29:21.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poxml-15.08.1.tar.xz -> poxml-15.08.2.tar.xz ++




commit signon-kwallet-extension for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package signon-kwallet-extension for 
openSUSE:Factory checked in at 2015-10-24 10:29:11

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


Package is "signon-kwallet-extension"

Changes:

--- 
/work/SRC/openSUSE:Factory/signon-kwallet-extension/signon-kwallet-extension.changes
2015-10-03 20:26:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.signon-kwallet-extension.new/signon-kwallet-extension.changes
   2015-10-24 10:29:22.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:47: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
+
+
+---

Old:

  signon-kwallet-extension-15.08.1.tar.xz

New:

  signon-kwallet-extension-15.08.2.tar.xz



Other differences:
--
++ signon-kwallet-extension.spec ++
--- /var/tmp/diff_new_pack.Gu3eeG/_old  2015-10-24 10:29:23.0 +0200
+++ /var/tmp/diff_new_pack.Gu3eeG/_new  2015-10-24 10:29:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   signon-kwallet-extension
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:KWallet integration for signon framework
 License:GPL-2.0+

++ signon-kwallet-extension-15.08.1.tar.xz -> 
signon-kwallet-extension-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-15.08.1/CMakeLists.txt 
new/signon-kwallet-extension-15.08.2/CMakeLists.txt
--- old/signon-kwallet-extension-15.08.1/CMakeLists.txt 2015-09-10 
01:00:06.0 +0200
+++ new/signon-kwallet-extension-15.08.2/CMakeLists.txt 2015-10-09 
02:09:02.0 +0200
@@ -2,7 +2,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "15")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(kwalletsignon_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12)




commit lokalize for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2015-10-24 10:28:52

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


Package is "lokalize"

Changes:

--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes2015-10-03 
20:26:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2015-10-24 
10:29:03.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:44:49 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
+
+
+---

Old:

  lokalize-15.08.1.tar.xz

New:

  lokalize-15.08.2.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.bfNV7X/_old  2015-10-24 10:29:04.0 +0200
+++ /var/tmp/diff_new_pack.bfNV7X/_new  2015-10-24 10:29:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lokalize
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:KDE Translation Editor
 License:GPL-2.0+

++ lokalize-15.08.1.tar.xz -> lokalize-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-15.08.1/src/catalog/gettextheader.cpp 
new/lokalize-15.08.2/src/catalog/gettextheader.cpp
--- old/lokalize-15.08.1/src/catalog/gettextheader.cpp  2015-08-30 
16:09:30.0 +0200
+++ new/lokalize-15.08.2/src/catalog/gettextheader.cpp  2015-09-13 
23:30:58.0 +0200
@@ -307,7 +307,7 @@
 
 QString dateTimeString = 
QDateTime::currentDateTime().toString(QStringLiteral("-MM-dd hh:mm"));
 QString zoneOffsetString1 = 
QTimeZone(QTimeZone::systemTimeZoneId()).displayName(QTimeZone::GenericTime, 
QTimeZone::OffsetName);
-int zpos=qMax(0, zoneOffsetString1.indexOf('+'));
+int zpos=qMax(qMax(0, zoneOffsetString1.indexOf('+')), 
zoneOffsetString1.indexOf('-'));
 QString zoneOffsetString = 
QString::fromRawData(zoneOffsetString1.unicode()+zpos, 
zoneOffsetString1.length()-zpos);
 temp=QStringLiteral("PO-Revision-Date: 
")%dateTimeString%zoneOffsetString.remove(':')%QStringLiteral("\\n");
 QRegExp poRevDate(QStringLiteral("^ *PO-Revision-Date:.*"));




commit kubrick for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2015-10-24 10:28:36

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


Package is "kubrick"

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2015-10-03 
20:25:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2015-10-24 
10:28:47.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:42:38 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
+
+
+---

Old:

  kubrick-15.08.1.tar.xz

New:

  kubrick-15.08.2.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.zWM2kL/_old  2015-10-24 10:28:48.0 +0200
+++ /var/tmp/diff_new_pack.zWM2kL/_new  2015-10-24 10:28:48.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kubrick-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kubrick-15.08.1.tar.xz -> kubrick-15.08.2.tar.xz ++




commit kuser for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kuser for openSUSE:Factory checked 
in at 2015-10-24 10:28:40

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


Package is "kuser"

Changes:

--- /work/SRC/openSUSE:Factory/kuser/kuser.changes  2015-10-03 
20:25:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kuser.new/kuser.changes 2015-10-24 
10:28:51.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:42:43 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
+
+
+---

Old:

  kuser-15.08.1.tar.xz

New:

  kuser-15.08.2.tar.xz



Other differences:
--
++ kuser.spec ++
--- /var/tmp/diff_new_pack.jNW4N9/_old  2015-10-24 10:28:52.0 +0200
+++ /var/tmp/diff_new_pack.jNW4N9/_new  2015-10-24 10:28:52.0 +0200
@@ -19,7 +19,7 @@
 Name:   kuser
 BuildRequires:  libkdepimlibs4-devel
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:User Account Manager
 License:GPL-2.0+

++ kuser-15.08.1.tar.xz -> kuser-15.08.2.tar.xz ++




commit kwordquiz for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2015-10-24 10:28:44

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


Package is "kwordquiz"

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2015-10-03 
20:25:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2015-10-24 
10:28:55.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:42:59 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
+
+
+---

Old:

  kwordquiz-15.08.1.tar.xz

New:

  kwordquiz-15.08.2.tar.xz



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.c1jvqe/_old  2015-10-24 10:28:56.0 +0200
+++ /var/tmp/diff_new_pack.c1jvqe/_new  2015-10-24 10:28:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwordquiz
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ kwordquiz-15.08.1.tar.xz -> kwordquiz-15.08.2.tar.xz ++




commit ktp-contact-runner for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-contact-runner for 
openSUSE:Factory checked in at 2015-10-24 10:28:07

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


Package is "ktp-contact-runner"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-contact-runner/ktp-contact-runner.changes
2015-10-03 20:24:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-contact-runner.new/ktp-contact-runner.changes   
2015-10-24 10:28:18.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:39 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
+
+
+---

Old:

  ktp-contact-runner-15.08.1.tar.xz

New:

  ktp-contact-runner-15.08.2.tar.xz



Other differences:
--
++ ktp-contact-runner.spec ++
--- /var/tmp/diff_new_pack.AimDoY/_old  2015-10-24 10:28:22.0 +0200
+++ /var/tmp/diff_new_pack.AimDoY/_new  2015-10-24 10:28:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-contact-runner
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Telepathy Krunner plugin
 License:LGPL-2.1+

++ ktp-contact-runner-15.08.1.tar.xz -> ktp-contact-runner-15.08.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-runner-15.08.1/CMakeLists.txt 
new/ktp-contact-runner-15.08.2/CMakeLists.txt
--- old/ktp-contact-runner-15.08.1/CMakeLists.txt   2015-09-10 
00:58:00.0 +0200
+++ new/ktp-contact-runner-15.08.2/CMakeLists.txt   2015-10-09 
02:06:29.0 +0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "15")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_CONTACT_RUNNER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(IS_KTP_INTERNAL_MODULE TRUE)
 




commit ktuberling for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2015-10-24 10:28:32

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


Package is "ktuberling"

Changes:

--- /work/SRC/openSUSE:Factory/ktuberling/ktuberling.changes2015-10-03 
20:25:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2015-10-24 10:28:44.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:42:15 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
+
+
+---

Old:

  ktuberling-15.08.1.tar.xz

New:

  ktuberling-15.08.2.tar.xz



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.2XhFUg/_old  2015-10-24 10:28:45.0 +0200
+++ /var/tmp/diff_new_pack.2XhFUg/_new  2015-10-24 10:28:45.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:ktuberling-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktuberling-15.08.1.tar.xz -> ktuberling-15.08.2.tar.xz ++




commit ktp-send-file for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-send-file for openSUSE:Factory 
checked in at 2015-10-24 10:28:24

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


Package is "ktp-send-file"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-send-file/ktp-send-file.changes  
2015-10-03 20:24:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-send-file.new/ktp-send-file.changes 
2015-10-24 10:28:35.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:42:02 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
+
+
+---

Old:

  ktp-send-file-15.08.1.tar.xz

New:

  ktp-send-file-15.08.2.tar.xz



Other differences:
--
++ ktp-send-file.spec ++
--- /var/tmp/diff_new_pack.oNkagr/_old  2015-10-24 10:28:36.0 +0200
+++ /var/tmp/diff_new_pack.oNkagr/_new  2015-10-24 10:28:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-send-file
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:File manager plugin
 License:LGPL-2.1+

++ ktp-send-file-15.08.1.tar.xz -> ktp-send-file-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-15.08.1/CMakeLists.txt 
new/ktp-send-file-15.08.2/CMakeLists.txt
--- old/ktp-send-file-15.08.1/CMakeLists.txt2015-09-10 00:59:09.0 
+0200
+++ new/ktp-send-file-15.08.2/CMakeLists.txt2015-10-09 02:07:51.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KTP_SEND_FILE_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(IS_KTP_INTERNAL_MODULE TRUE)




commit picmi for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2015-10-24 10:29:07

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


Package is "picmi"

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2015-10-03 
20:26:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2015-10-24 
10:29:18.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:47:09 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
+
+
+---

Old:

  picmi-15.08.1.tar.xz

New:

  picmi-15.08.2.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.5ZQsiC/_old  2015-10-24 10:29:19.0 +0200
+++ /var/tmp/diff_new_pack.5ZQsiC/_new  2015-10-24 10:29:19.0 +0200
@@ -36,7 +36,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Logic
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:picmi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ picmi-15.08.1.tar.xz -> picmi-15.08.2.tar.xz ++




commit step for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2015-10-24 10:29:13

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


Package is "step"

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2015-10-03 
20:29:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2015-10-24 
10:29:24.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:47:32 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
+
+
+---

Old:

  step-15.08.1.tar.xz

New:

  step-15.08.2.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.DgB16G/_old  2015-10-24 10:29:25.0 +0200
+++ /var/tmp/diff_new_pack.DgB16G/_new  2015-10-24 10:29:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   step
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0+

++ step-15.08.1.tar.xz -> step-15.08.2.tar.xz ++




commit ksystemlog for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2015-10-24 10:27:34

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


Package is "ksystemlog"

Changes:

--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes2015-10-03 
20:24:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes   
2015-10-24 10:27:45.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:40:31 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
+
+
+---

Old:

  ksystemlog-15.08.1.tar.xz

New:

  ksystemlog-15.08.2.tar.xz



Other differences:
--
++ ksystemlog.spec ++
--- /var/tmp/diff_new_pack.ga2ti9/_old  2015-10-24 10:27:46.0 +0200
+++ /var/tmp/diff_new_pack.ga2ti9/_new  2015-10-24 10:27:46.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme-large
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:System Log Viewer Tool
 License:GPL-2.0

++ ksystemlog-15.08.1.tar.xz -> ksystemlog-15.08.2.tar.xz ++




commit lskat for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2015-10-24 10:28:55

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


Package is "lskat"

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2015-10-03 
20:26:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2015-10-24 
10:29:06.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:44:55 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
+
+
+---

Old:

  lskat-15.08.1.tar.xz

New:

  lskat-15.08.2.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.vENR6q/_old  2015-10-24 10:29:07.0 +0200
+++ /var/tmp/diff_new_pack.vENR6q/_new  2015-10-24 10:29:07.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:lskat-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lskat-15.08.1.tar.xz -> lskat-15.08.2.tar.xz ++




commit libkmahjongg for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2015-10-24 10:28:47

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


Package is "libkmahjongg"

Changes:

--- /work/SRC/openSUSE:Factory/libkmahjongg/libkmahjongg.changes
2015-10-03 20:26:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2015-10-24 10:28:59.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:44:29 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
+
+
+---

Old:

  libkmahjongg-15.08.1.tar.xz

New:

  libkmahjongg-15.08.2.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.8AYEjB/_old  2015-10-24 10:29:00.0 +0200
+++ /var/tmp/diff_new_pack.8AYEjB/_new  2015-10-24 10:29:00.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:libkmahjongg-%{version}.tar.xz
 BuildRequires:  fdupes

++ libkmahjongg-15.08.1.tar.xz -> libkmahjongg-15.08.2.tar.xz ++




commit postgresql93 for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package postgresql93 for openSUSE:Factory 
checked in at 2015-10-24 10:25:17

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


Package is "postgresql93"

Changes:

--- /work/SRC/openSUSE:Factory/postgresql93/postgresql93-libs.changes   
2014-07-31 21:50:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql93.new/postgresql93-libs.changes  
2015-10-24 10:25:29.0 +0200
@@ -1,0 +2,93 @@
+Mon Oct 12 12:25:05 UTC 2015 - m...@suse.com
+
+- Security and bugfix release 9.3.10:
+  * CVE-2015-5289, bsc#949670: json or jsonb input values
+constructed from arbitrary user input can crash the PostgreSQL
+server and cause a denial of service.
+  * CVE-2015-5288, bsc#949669: The crypt() function included with
+the optional pgCrypto extension could be exploited to read a
+few additional bytes of memory. No working exploit for this
+issue has been developed.
+- For the full release notse, see:
+  http://www.postgresql.org/docs/current/static/release-9-3-10.html
+- Move systemd related stuff and user creation to postgresql-init.
+- Remove some obsolete %suse_version conditionals.
+- Adjust build time dependencies.
+- Fix some more rpmlint warnings.
+- Relax dependency on libpq to major version.
+
+---
+Mon Sep 28 15:04:31 UTC 2015 - m...@suse.com
+
+- Move ~postgres/.bash_profile to postgresql-server to avoid a
+  file conflict between the versioned server packages.
+
+---
+Thu Aug 20 14:45:37 UTC 2015 - m...@suse.com
+
+- Merge openSUSE and SLE12 packages (bsc#941886).
+- Merge .changes, remove duplicate entries and fix syntax
+  violations at the very bottom.
+- postgresql-sle10-timestamptz.patch is obsolete.
+- remove baselibs.conf, because we don't build the libarries any
+  longer.
+- Bugfix release 9.3.9:
+  * Fix possible failure to recover from an inconsistent database
+state. See full release notes for details.
+  * Fix rare failure to invalidate relation cache init file.
+  * Avoid deadlock between incoming sessions and CREATE/DROP
+DATABASE.
+  * Improve planner's cost estimates for semi-joins and anti-joins
+with inner indexscans
+- For the full release notse, see:
+  http://www.postgresql.org/docs/9.3/static/release-9-3-9.html
+
+---
+Wed Jun  3 09:16:45 UTC 2015 - m...@suse.com
+
+- Bugfix release 9.3.8:
+  * Avoid failures while fsync'ing data directory during crash
+restart.
+  * Fix pg_get_functiondef() to show functions' LEAKPROOF
+property, if set.
+  * Allow libpq to use TLS protocol versions beyond v1.
+- For the full release notse, see:
+  http://www.postgresql.org/docs/9.3/static/release-9-3-8.html
+
+---
+Fri May 22 13:42:12 UTC 2015 - m...@suse.com
+
+- Security and bugfix release 9.3.7:
+  * CVE-2015-3165, bsc#931972: Avoid possible crash when client
+disconnects just before the authentication timeout expires.
+  * CVE-2015-3166, bsc#931973: Consistently check for failure of the
+*printf() family of functions.
+  * CVE-2015-3167, bsc#931974: In contrib/pgcrypto, uniformly report
+decryption failures as "Wrong key or corrupt data"
+  * Protect against wraparound of multixact member IDs.
+- For the full release notse, see:
+  http://www.postgresql.org/docs/9.3/static/release-9-3-7.html
+
+---
+Fri Feb 20 16:12:09 UTC 2015 - m...@suse.com
+
+- Security and bugfix release 9.3.6 (bnc#916953):
+  * Fix buffer overruns in to_char() (CVE-2015-0241).
+  * Fix buffer overrun in replacement *printf() functions
+(CVE-2015-0242).
+  * Fix buffer overruns in contrib/pgcrypto (CVE-2015-0243).
+  * Fix possible loss of frontend/backend protocol synchronization
+after an error (CVE-2015-0244).
+  * Fix information leak via constraint-violation error messages
+(CVE-2014-8161).
+
+  * For the other bug fixes, see the release notes:
+http://www.postgresql.org/docs/9.3/static/release-9-3-6.html
+
+---
+Thu Feb 19 15:31:33 UTC 2015 - m...@suse.com
+
+- Align spec file with version 9.4 and improve the building of
+  libs and devel.
+
+---
@@ -12,0 +106,5 @@
+Fri Jul 25 17:34:13 CEST 2014 - r...@suse.de
+
+- add BuildIgnore systemd-mini to fix build 
+
+---
@@ -2251 +2349 @@
---

commit kdesdk-strigi-analyzers for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-strigi-analyzers for 
openSUSE:Factory checked in at 2015-10-24 10:25:55

Comparing /work/SRC/openSUSE:Factory/kdesdk-strigi-analyzers (Old)
 and  /work/SRC/openSUSE:Factory/.kdesdk-strigi-analyzers.new (New)


Package is "kdesdk-strigi-analyzers"

Changes:

--- 
/work/SRC/openSUSE:Factory/kdesdk-strigi-analyzers/kdesdk-strigi-analyzers.changes
  2015-10-03 20:20:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-strigi-analyzers.new/kdesdk-strigi-analyzers.changes
 2015-10-24 10:26:06.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:29:34 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
+
+
+---

Old:

  kdesdk-strigi-analyzers-15.08.1.tar.xz

New:

  kdesdk-strigi-analyzers-15.08.2.tar.xz



Other differences:
--
++ kdesdk-strigi-analyzers.spec ++
--- /var/tmp/diff_new_pack.zNp2G6/_old  2015-10-24 10:26:07.0 +0200
+++ /var/tmp/diff_new_pack.zNp2G6/_new  2015-10-24 10:26:07.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+ and GPL-2.0
 Group:  Productivity/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdesdk-strigi-analyzers-15.08.1.tar.xz -> 
kdesdk-strigi-analyzers-15.08.2.tar.xz ++




commit postgresql94-libs for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package postgresql94-libs for 
openSUSE:Factory checked in at 2015-10-24 10:25:27

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


Package is "postgresql94-libs"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++



commit postgresql-init for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package postgresql-init for openSUSE:Factory 
checked in at 2015-10-24 10:25:33

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


Package is "postgresql-init"

Changes:

--- /work/SRC/openSUSE:Factory/postgresql-init/postgresql-init.changes  
2015-02-23 13:13:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql-init.new/postgresql-init.changes 
2015-10-24 10:25:45.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 12 11:31:13 UTC 2015 - m...@suse.com
+
+- Move systemd related stuff and user/group creation from
+  postgresqlXX-server to postgresql-init.
+
+---

New:

  postgresql-tmpfiles.conf



Other differences:
--
++ postgresql-init.spec ++
--- /var/tmp/diff_new_pack.6n9sX0/_old  2015-10-24 10:25:46.0 +0200
+++ /var/tmp/diff_new_pack.6n9sX0/_new  2015-10-24 10:25:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql-init
 #
-# 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
@@ -27,6 +27,11 @@
 Source0:postgresql-init
 Source1:postgresql-sysconfig
 Source2:postgresql-firewall
+Source3:postgresql-tmpfiles.conf
+BuildRequires:  pwdutils
+BuildRequires:  systemd
+%{?systemd_requires}
+Requires(pre):  pwdutils
 Requires(post): %fillup_prereq
 Requires(postun): %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,16 +51,6 @@
 postgresql*-server binary package to allow parallel installation of
 several server versions.
 
-
-
-Authors:
-
-Marc G. Fournier 
-Tom Lane 
-Vadim B. Mikheev 
-Bruce Momjian 
-Jan Wieck 
-
 %prep
 
 %build
@@ -70,11 +65,20 @@
 install -m755 -d %buildroot%fwdir
 install -m644 %{S:2} %buildroot%fwdir/%fwname
 
+install -m755 -d %buildroot/%_tmpfilesdir
+install -m644 %{S:3} %buildroot%_tmpfilesdir/postgresql.conf
+
 install -m755 -d %buildroot/usr/sbin
 ln -sf /etc/init.d/postgresql %buildroot/usr/sbin/rcpostgresql
 
+%pre
+groupadd -g 26 -o -r postgres >/dev/null 2>/dev/null || :
+useradd -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \
+   -c "PostgreSQL Server" -u 26 postgres 2>/dev/null || :
+
 %post
 %fillup_only -n postgresql
+systemd-tmpfiles --create postgresql.conf
 test -x /bin/systemctl && /bin/systemctl daemon-reload || :
 
 %preun
@@ -87,8 +91,10 @@
 %files
 %defattr(-,root,root,-)
 %config /etc/init.d/postgresql
+%dir %fwdir
 %config %fwdir/%fwname
 /var/adm/fillup-templates/sysconfig.postgresql
 /usr/sbin/rcpostgresql
+%_tmpfilesdir/postgresql.conf
 
 %changelog

++ postgresql-tmpfiles.conf ++
# For the PostgreSQL server's unix domain socket
d /var/run/postgresql 0755 postgres postgres -



commit perl-PerlIO-locale for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package perl-PerlIO-locale for 
openSUSE:Factory checked in at 2015-10-24 10:25:50

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


Package is "perl-PerlIO-locale"

Changes:

New Changes file:

--- /dev/null   2015-10-14 00:04:03.524025256 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-PerlIO-locale.new/perl-PerlIO-locale.changes   
2015-10-24 10:26:01.0 +0200
@@ -0,0 +1,6 @@
+---
+Wed Apr 15 07:33:11 UTC 2015 - co...@suse.com
+
+- initial package $version
+ * created by $NAME $VERSION
+

New:

  PerlIO-locale-0.10.tar.gz
  perl-PerlIO-locale.changes
  perl-PerlIO-locale.spec



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

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


Name:   perl-PerlIO-locale
Version:0.10
Release:0
%define cpan_name PerlIO-locale
Summary:PerlIO layer to use the encoding of the current locale
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/PerlIO-locale/
Source: 
http://www.cpan.org/authors/id/R/RG/RGARCIA/%{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
This is mostly a per-filehandle version of the 'open' pragma, when used
under the form

use open ':locale';

The encoding for the opened file will be set to the encoding corresponding
to the locale currently in effect, if perl can guess it.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc README

%changelog



commit kdesdk-thumbnailers for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-thumbnailers for 
openSUSE:Factory checked in at 2015-10-24 10:25:59

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


Package is "kdesdk-thumbnailers"

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes  
2015-10-03 20:20:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new/kdesdk-thumbnailers.changes 
2015-10-24 10:26:10.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:29:39 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
+
+
+---

Old:

  kdesdk-thumbnailers-15.08.1.tar.xz

New:

  kdesdk-thumbnailers-15.08.2.tar.xz



Other differences:
--
++ kdesdk-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.vbIHe0/_old  2015-10-24 10:26:11.0 +0200
+++ /var/tmp/diff_new_pack.vbIHe0/_new  2015-10-24 10:26:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdesdk-thumbnailers
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Translation file thumbnail generators
 License:GPL-2.0+

++ kdesdk-thumbnailers-15.08.1.tar.xz -> kdesdk-thumbnailers-15.08.2.tar.xz 
++




commit perl-MooseX-Types-DateTime for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types-DateTime for 
openSUSE:Factory checked in at 2015-10-24 10:25:47

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


Package is "perl-MooseX-Types-DateTime"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Types-DateTime/perl-MooseX-Types-DateTime.changes
2015-08-28 08:26:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-DateTime.new/perl-MooseX-Types-DateTime.changes
   2015-10-24 10:25:59.0 +0200
@@ -1,0 +2,19 @@
+Tue Oct  6 08:55:54 UTC 2015 - co...@suse.com
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-MooseX-Types-DateTime/Changes
+
+  0.13  2015-10-04 23:38:13Z
+  - make all tests pass with both the current DateTime::Locale and the
+upcoming new version (currently still in trial releases).
+
+---
+Mon Sep 28 08:57:00 UTC 2015 - co...@suse.com
+
+- updated to 0.12
+   see /usr/share/doc/packages/perl-MooseX-Types-DateTime/Changes
+
+  0.12  2015-09-27 05:01:39Z
+  - fix new test that may fail with older Moose
+
+---

Old:

  MooseX-Types-DateTime-0.11.tar.gz

New:

  MooseX-Types-DateTime-0.13.tar.gz



Other differences:
--
++ perl-MooseX-Types-DateTime.spec ++
--- /var/tmp/diff_new_pack.cnAbbF/_old  2015-10-24 10:26:00.0 +0200
+++ /var/tmp/diff_new_pack.cnAbbF/_new  2015-10-24 10:26:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Types-DateTime
-Version:0.11
+Version:0.13
 Release:0
 %define cpan_name MooseX-Types-DateTime
 Summary:L related constraints and coercions for Moose
@@ -32,9 +32,9 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(DateTime) >= 0.4302
 BuildRequires:  perl(DateTime::Duration) >= 0.4302
-BuildRequires:  perl(DateTime::Locale) >= 0.4001
+BuildRequires:  perl(DateTime::Locale) >= 0.400100
 BuildRequires:  perl(DateTime::TimeZone) >= 0.95
-BuildRequires:  perl(Module::Build::Tiny) >= 0.007
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Moose) >= 0.41
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::Types) >= 0.30
@@ -45,7 +45,7 @@
 BuildRequires:  perl(ok)
 Requires:   perl(DateTime) >= 0.4302
 Requires:   perl(DateTime::Duration) >= 0.4302
-Requires:   perl(DateTime::Locale) >= 0.4001
+Requires:   perl(DateTime::Locale) >= 0.400100
 Requires:   perl(DateTime::TimeZone) >= 0.95
 Requires:   perl(Moose) >= 0.41
 Requires:   perl(MooseX::Types) >= 0.30
@@ -85,6 +85,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
 
 %changelog

++ MooseX-Types-DateTime-0.11.tar.gz -> MooseX-Types-DateTime-0.13.tar.gz 
++
 1631 lines of diff (skipped)




commit postgresql for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package postgresql for openSUSE:Factory 
checked in at 2015-10-24 10:25:08

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


Package is "postgresql"

Changes:

--- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes2014-02-03 
08:52:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql.new/postgresql.changes   
2015-10-24 10:25:20.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 28 15:04:31 UTC 2015 - m...@suse.com
+
+- Move ~postgres/.bash_profile to postgresql-server to avoid a
+  file conflict between the versioned server packages.
+
+---
+Wed Feb 18 15:28:45 UTC 2015 - m...@suse.com
+
+- Bump version and defaultpackage to 9.4.
+
+---

New:

  postgresql-bashprofile



Other differences:
--
++ postgresql.spec ++
--- /var/tmp/diff_new_pack.ksKzCY/_old  2015-10-24 10:25:21.0 +0200
+++ /var/tmp/diff_new_pack.ksKzCY/_new  2015-10-24 10:25:21.0 +0200
@@ -15,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define defaultpackage postgresql93
+%define defaultpackage postgresql94
 
 Name:   postgresql
 Summary:Basic Clients and Utilities for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:9.3
+Version:9.4
 Release:0
 Url:http://www.postgresql.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %defaultpackage
 BuildArch:  noarch
+Source0:postgresql-bashprofile
+
 
 %description
 PostgreSQL is an advanced object-relational database management system
@@ -155,7 +157,9 @@
 echo "This is a dummy package to provide a dependency on the default 
PostgreSQL version." > README
 
 %install
-# Nothing to do here
+mkdir -p %buildroot/var/lib/pgsql/
+sed 's,@LIBDIR@,%_libdir,g' %{SOURCE0} > \
+%buildroot/var/lib/pgsql/.bash_profile
 
 %files
 %defattr(-,root,root,-)
@@ -164,6 +168,8 @@
 %files server
 %defattr(-,root,root,-)
 %doc README
+%attr(750,postgres,postgres) %dir /var/lib/pgsql
+%attr(640,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bash_profile
 
 %files docs
 %defattr(-,root,root,-)

++ postgresql-bashprofile ++

# Get PGDATA from /etc/sysconfig/postgresql
if test -f /etc/sysconfig/postgresql; then
   eval eval $(sed -n '/^POSTGRES_DATADIR=/s//PGDATA=/p' 
/etc/sysconfig/postgresql)
   export PGDATA
fi



commit wireless-regdb for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package wireless-regdb for openSUSE:Factory 
checked in at 2015-10-24 10:24:18

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-10-14 16:37:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireless-regdb.new/wireless-regdb.changes   
2015-10-24 10:24:29.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 16 19:08:43 UTC 2015 - mplus...@suse.com
+
+- Update to 2015.10.13
+
+---

Old:

  wireless-regdb-2015.09.25.tar.xz

New:

  wireless-regdb-2015.10.13.tar.xz



Other differences:
--
++ wireless-regdb.spec ++
--- /var/tmp/diff_new_pack.PoMOIC/_old  2015-10-24 10:24:30.0 +0200
+++ /var/tmp/diff_new_pack.PoMOIC/_new  2015-10-24 10:24:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   wireless-regdb
-Version:2015.09.25
+Version:2015.10.13
 Release:0
 Summary:802.11 regulatory domain database
 License:ISC

++ wireless-regdb-2015.09.25.tar.xz -> wireless-regdb-2015.10.13.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wireless-regdb-2015.09.25/db.txt 
new/wireless-regdb-2015.10.13/db.txt
--- old/wireless-regdb-2015.09.25/db.txt2015-09-25 18:26:18.0 
+0200
+++ new/wireless-regdb-2015.10.13/db.txt2015-10-13 20:40:29.0 
+0200
@@ -827,9 +827,10 @@
 
 country MY: DFS-FCC
(2402 - 2482 @ 40), (20)
-   (5170 - 5250 @ 80), (17), AUTO-BW
-   (5250 - 5330 @ 80), (23), DFS, AUTO-BW
-   (5735 - 5835 @ 80), (30)
+   (5170 - 5250 @ 80), (24), AUTO-BW
+   (5250 - 5330 @ 80), (24), DFS, AUTO-BW
+   (5490 - 5650 @ 160), (24), DFS
+   (5735 - 5835 @ 80), (24)
 
 country NG: DFS-ETSI
(2402 - 2482 @ 40), (20)
@@ -995,10 +996,10 @@
 
 country RU: DFS-ETSI
(2402 - 2482 @ 40), (20)
-   (5170 - 5250 @ 40), (20)
-   (5250 - 5330 @ 40), (20), DFS
-   (5650 - 5730 @ 40), (30), DFS
-   (5735 - 5835 @ 40), (30)
+   (5170 - 5250 @ 80), (20), AUTO-BW
+   (5250 - 5330 @ 80), (20), DFS, AUTO-BW
+   (5650 - 5730 @ 80), (30), DFS
+   (5735 - 5835 @ 80), (30)
# 60 GHz band channels 1-4, ref: Changes to NLA 124_Order 
№129_22042015.pdf
(57000 - 66000 @ 2160), (40)
 
@@ -1118,12 +1119,20 @@
(5490 - 5730 @ 160), (24), DFS
(5735 - 5835 @ 80), (30)
 
-country TW: DFS-JP
-   (2402 - 2472 @ 40), (30)
-   (5270 - 5330 @ 40), (17), DFS
-   (5490 - 5590 @ 80), (30), DFS
-   (5650 - 5710 @ 40), (30), DFS
-   (5735 - 5835 @ 80), (30)
+# Source:
+# Table of Frequency Allocations of Republic of China (Taiwan) / Nov 2014:
+#   http://www.motc.gov.tw/websitedowndoc?file=post/201411171137330.doc; \
+#  filedisplay=Table+of+radio+frequency+allocation.doc
+# LP0002 Low-power Radio-frequency Devices Technical Regulations / 28 Jun 2011:
+#   http://www.ncc.gov.tw/english/show_file.aspx?table_name=news_sn=681
+#   (section 3.10.1, 4.7)
+country TW: DFS-FCC
+   (2400 - 2483.5 @ 40), (30)
+   # Follow US 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients
+   (5150 - 5250 @ 80), (23), AUTO-BW
+   (5250 - 5350 @ 80), (23), DFS, AUTO-BW
+   (5470 - 5725 @ 160), (23), DFS
+   (5725 - 5850 @ 80), (30)
  
 country TZ:
(2402 - 2482 @ 40), (20)
@@ -1138,8 +1147,9 @@
 # disputable definitions there.
 country UA: DFS-ETSI
(2400 - 2483.5 @ 40), (20), NO-OUTDOOR
-   (5150 - 5350 @ 40), (20), NO-OUTDOOR
-   (5490 - 5670 @ 80), (20), DFS
+   (5150 - 5250 @ 80), (20), NO-OUTDOOR, AUTO-BW
+   (5250 - 5350 @ 80), (20), DFS, NO-OUTDOOR, AUTO-BW
+   (5490 - 5670 @ 160), (20), DFS
(5735 - 5835 @ 80), (20)
# 60 gHz band channels 1-4, ref: Etsi En 302 567
(57000 - 66000 @ 2160), (40)
@@ -1153,7 +1163,8 @@
 
 country US: DFS-FCC
(2402 - 2472 @ 40), (30)
-   (5170 - 5250 @ 80), (17), AUTO-BW
+   # 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients
+   (5170 - 5250 @ 80), (23), AUTO-BW
(5250 - 5330 @ 80), (23), DFS, AUTO-BW
(5490 - 5730 @ 160), (23), DFS
(5735 - 5835 @ 80), (30)
@@ -1164,9 +1175,8 @@
 
 country UY: DFS-FCC
(2402 - 2482 @ 40), (20)
-   (5170 - 5250 @ 80), (17), AUTO-BW
-   (5250 - 5330 @ 80), (24), DFS, AUTO-BW
-   (5490 - 5730 @ 160), (24), DFS
+   (5170 - 5250 @ 80), (23), AUTO-BW
+   (5250 - 5330 @ 80), (23), DFS, AUTO-BW
(5735 - 5835 @ 80), (30)
 
 # Source:
@@ 

commit dracut for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2015-10-24 10:24:27

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-14 
16:42:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2015-10-24 
10:24:39.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct 14 12:51:54 UTC 2015 - tr...@suse.de
+
+- Always install dm-snaphost module if lvm dracut module is needed,
+  even if dm-snampshot is not loaded on the host yet (bsc#947518)
+A 0128-90lvm-Install-dm-snapshot-module.patch 
+
+---

New:

  0128-90lvm-Install-dm-snapshot-module.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.2B9bb2/_old  2015-10-24 10:24:41.0 +0200
+++ /var/tmp/diff_new_pack.2B9bb2/_new  2015-10-24 10:24:41.0 +0200
@@ -114,6 +114,7 @@
 Patch162:   0162-network-Request-DHCP-lease-instead-of-getting-applyi.patch
 
 # Submit mainline asap
+Patch128:   0128-90lvm-Install-dm-snapshot-module.patch
 Patch200:   dracut_fix_multipath_without_config.patch
 Patch201:   fix_nfs_with_ip_instead_of_hostname.patch
 Patch202:   dracut_dmraid_use_udev.patch
@@ -223,6 +224,7 @@
 %patch124 -p1
 %patch125 -p1
 %patch126 -p1
+%patch128 -p1
 %patch130 -p1
 %patch131 -p1
 %patch132 -p1

++ 0128-90lvm-Install-dm-snapshot-module.patch ++
Index: dracut-043/modules.d/90lvm/module-setup.sh
===
--- dracut-043.orig/modules.d/90lvm/module-setup.sh 2015-06-15 
12:27:21.0 +0200
+++ dracut-043/modules.d/90lvm/module-setup.sh  2015-10-14 14:50:35.699797733 
+0200
@@ -43,7 +43,7 @@ cmdline() {
 }
 
 installkernel() {
-instmods dm-snapshot
+hostonly='' instmods dm-snapshot
 }
 
 # called by dracut



commit sqlite3 for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2015-10-24 10:24:10

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


Package is "sqlite3"

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2015-08-10 
09:14:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2015-10-24 
10:24:23.0 +0200
@@ -1,0 +2,35 @@
+Fri Oct 16 19:58:52 UTC 2015 - astie...@suse.com
+
+- SQLite 3.9.1:
+  * Fix the json1 extension so that it does not recognize ASCII
+form-feed as a whitespace character, in order to comply with
+RFC-7159.
+  * Build and portability fixes.
+
+---
+Thu Oct 15 14:35:51 UTC 2015 - astie...@suse.com
+
+- SQLite 3.9.0
+  * Add json1 extension module 
+  * The CREATE VIEW statement now accepts an optional list of
+column names following the view name.
+  * Added support for indexes on expressions.
+  * Added support for table-valued functions in the FROM clause of a
+SELECT statement.
+  * Added support for eponymous virtual tables.
+  * A VIEW may now reference undefined tables and functions when
+initially created. Missing tables and functions are reported
+when the VIEW is used in a query.
+  * Added the sqlite3_value_subtype() and sqlite3_result_subtype()
+interfaced (used by the json1 extension).
+  * The query planner is now able to use partial indexes that
+contain AND-connected terms in the WHERE clause.
+  * The sqlite3_analyzer utility is updated to report the depth of
+each btree and to show the average fanout for indexes and
+WITHOUT ROWID tables.
+  * Enhanced the dbstat virtual table so that it can be used as a
+table-valued function where the argument is the schema to be
+analyzed.
+  * sqlite3_memory_alarm() no-op.
+
+---

Old:

  sqlite-autoconf-3081101.tar.gz
  sqlite-doc-3081101.zip

New:

  sqlite-autoconf-3090100.tar.gz
  sqlite-doc-3090100.zip



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.vXLutJ/_old  2015-10-24 10:24:24.0 +0200
+++ /var/tmp/diff_new_pack.vXLutJ/_new  2015-10-24 10:24:24.0 +0200
@@ -21,9 +21,9 @@
 %define oname sqlite
 
 Name:   %pname
-Version:3.8.11.1
+Version:3.9.1
 Release:0
-%define tarversion 3081101
+%define tarversion 3090100
 Summary:Embeddable SQL Database Engine
 License:SUSE-Public-Domain
 Group:  Productivity/Databases/Servers
@@ -124,7 +124,12 @@
 ln -sv `echo %{version} | sed "s/\./_/g"`.html 
sqlite-doc-%{tarversion}/releaselog/current.html
 
 %build
-export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4 
-DSQLITE_ENABLE_UNLOCK_NOTIFY"
+export CFLAGS="%optflags \
+   -DSQLITE_ENABLE_COLUMN_METADATA \
+   -DSQLITE_ENABLE_FTS4 \
+   -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+   -DSQLITE_ENABLE_JSON1 \
+   "
 %configure --disable-static
 make
 

++ sqlite-autoconf-3081101.tar.gz -> sqlite-autoconf-3090100.tar.gz ++
 34842 lines of diff (skipped)




commit virtualbox for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2015-10-24 10:24:56

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


Package is "virtualbox"

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2015-10-08 
08:24:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2015-10-24 10:25:12.0 +0200
@@ -0,0 +1,22 @@
+Tue Oct 20 19:01:09 UTC 2015 - larry.fin...@lwfinger.net
+
+- Version bump to 5.0.8 (released 2015-10-20 by Oracle)
+
+This is a maintenance release. The following items were fixed and/or added:
+
+GUI: Mac OS X: Restore green zoom button for VM windows (it was hidden in 
the previous release to avoid native full-screen issues). For Yosemite and El 
Capitan this button should work accordingly to the Apple HIG: Full-screen by 
default, maximize if the user holds the Option key.
+Serial ports: fixed wrong IRQ number for the first serial port in the ACPI 
tables (5.0.6 regression; bug #14659)
+API: fixed a 5.0 regression in VBoxManage setproperty defaultfrontend (bug 
#14696)
+VBoxManage/vbox-img: conversion to RAW images could result in a disk image 
containing all zeroes
+Linux hosts: several fixes for systemd integration in .deb / .rpm packages 
(e.g. bug #14665). The command for recompiling the host kernel modules was 
changed to /sbin/vboxconfig
+Linux hosts: make host-only interfaces report operstate UP only when they 
have VMs attached (bug #14526)
+Mac OS X hosts: fix bpf capture and accounting of traffic on bridged and 
host-only interfaces (bug #14553)
+Windows guests: fixed 3D rendering issues on high resolution displays
+Windows Additions: fixed problems with 3D acceleration on Windows hosts 
with Intel HD graphics (bug #14670)
+Linux Additions: fix service starting on Debian systems with systemd 
installed but not in use (bug #14683) 
+
+---
+Thu Oct 15 15:55:20 UTC 2015 - larry.fin...@lwfinger.net
+
+- Increase memory constraint to 5000M
+

Old:

  VirtualBox-5.0.6-patched.tar.bz2

New:

  VirtualBox-5.0.8-patched.tar.bz2



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.gZ6mkW/_old  2015-10-24 10:25:14.0 +0200
+++ /var/tmp/diff_new_pack.gZ6mkW/_new  2015-10-24 10:25:14.0 +0200
@@ -19,7 +19,7 @@
 %define _vbox_instdir  %{_libexecdir}/virtualbox
 %define _udevrulesdir %{_libexecdir}/udev/rules.d
 Name:   virtualbox
-Version:5.0.6
+Version:5.0.8
 Release:0
 Summary:VirtualBox is an Emulator
 License:GPL-2.0+

++ UserManual.pdf ++
(binary differes)

++ VirtualBox-5.0.6-patched.tar.bz2 -> VirtualBox-5.0.8-patched.tar.bz2 
++
/work/SRC/openSUSE:Factory/virtualbox/VirtualBox-5.0.6-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.virtualbox.new/VirtualBox-5.0.8-patched.tar.bz2 
differ: char 11, line 1

++ _constraints ++
--- /var/tmp/diff_new_pack.gZ6mkW/_old  2015-10-24 10:25:14.0 +0200
+++ /var/tmp/diff_new_pack.gZ6mkW/_new  2015-10-24 10:25:14.0 +0200
@@ -2,7 +2,7 @@
 
   
 
-  4000
+  5000
 
   
 





commit MozillaFirefox-branding-openSUSE for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox-branding-openSUSE for 
openSUSE:Factory checked in at 2015-10-24 10:24:44

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


Package is "MozillaFirefox-branding-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE/MozillaFirefox-branding-openSUSE.changes
2015-08-05 19:13:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new/MozillaFirefox-branding-openSUSE.changes
   2015-10-24 10:24:55.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 19 09:54:57 UTC 2015 - w...@rosenauer.org
+
+- change homepage to https://www.opensuse.org/searchPage/
+  (boo#950948, boo#950949)
+
+---



Other differences:
--
++ MozillaFirefox-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.sBOgdG/_old  2015-10-24 10:24:56.0 +0200
+++ /var/tmp/diff_new_pack.sBOgdG/_new  2015-10-24 10:24:56.0 +0200
@@ -54,7 +54,7 @@
 %define suseversion %(echo -e "scale=1\\n%{suse_version}/100" | bc 2>/dev/null)
 %define distname openSUSE
 %endif
-%define homepage http://www.opensuse.org/
+%define homepage https://www.opensuse.org/searchPage/
 %define susefox 0
 
 %description




commit libaccounts-qt5 for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package libaccounts-qt5 for openSUSE:Factory 
checked in at 2015-10-24 10:24:03

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


Package is "libaccounts-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/libaccounts-qt5/libaccounts-qt5.changes  
2015-05-11 19:24:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libaccounts-qt5.new/libaccounts-qt5.changes 
2015-10-24 10:24:18.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 14 10:35:48 UTC 2015 - dims...@opensuse.org
+
+- Add baselibs.conf: provide libaccounts-qt5-1-32bit, as required
+  by purpose-32bit (boo#949411).
+
+---

New:

  baselibs.conf



Other differences:
--
++ libaccounts-qt5.spec ++
--- /var/tmp/diff_new_pack.q0o6H8/_old  2015-10-24 10:24:19.0 +0200
+++ /var/tmp/diff_new_pack.q0o6H8/_new  2015-10-24 10:24:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libaccounts-qt
+# spec file for package libaccounts-qt5
 #
-# 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
@@ -25,11 +25,12 @@
 Group:  System/Libraries
 Url:http://code.google.com/p/accounts-sso/
 Source: accounts-qt-%{version}.tar.bz2
+Source99:   baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libaccounts-glib)
 
@@ -76,7 +77,6 @@
 # Disable rpath
 sed -i '/QMAKE_RPATHDIR/d' tests/accountstest.pro
 
-
 %build
 %qmake5 \
   PREFIX=%{_prefix} \
@@ -84,7 +84,6 @@
 
 make %{?_smp_mflags}
 
-
 %install
 make install INSTALL_ROOT=%{buildroot}
 
@@ -93,12 +92,10 @@
 
 %fdupes %{buildroot}%{_docdir}/
 
-
 %post -n libaccounts-qt5-%{_soname} -p /sbin/ldconfig
 
 %postun -n libaccounts-qt5-%{_soname} -p /sbin/ldconfig
 
-
 %files -n libaccounts-qt5-%{_soname}
 %defattr(-,root,root)
 %doc COPYING

++ baselibs.conf ++
libaccounts-qt5-1



commit lcov for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package lcov for openSUSE:Factory checked in 
at 2015-10-24 10:23:48

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


Package is "lcov"

Changes:

--- /work/SRC/openSUSE:Factory/lcov/lcov.changes2015-05-06 
11:18:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.lcov.new/lcov.changes   2015-10-24 
10:23:59.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  9 07:38:58 UTC 2015 - vmik...@collabora.co.uk
+
+- Update to version 1.12:
+  + Configurable coverage rate precision
+  + Configurable exclusion markers
+  + Improved --to-package and --from-package handling
+  + Improved --demangle-cpp handling
+  + Multiple prefix directories
+  + Multiple bug fixes and stability improvements
+- Adapt lcov-1.11-except-unreach.patch to upstream changes ->
+  lcov-1.12-except-unreach.patch
+
+---

Old:

  lcov-1.11-except-unreach.patch
  lcov-1.11.tar.gz

New:

  lcov-1.12-except-unreach.patch
  lcov-1.12.tar.gz



Other differences:
--
++ lcov.spec ++
--- /var/tmp/diff_new_pack.vhrgvE/_old  2015-10-24 10:24:00.0 +0200
+++ /var/tmp/diff_new_pack.vhrgvE/_new  2015-10-24 10:24:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lcov
-Version:1.11
+Version:1.12
 Release:0
 Summary:A Graphical GCOV Front-end
 License:GPL-2.0+

++ lcov-1.11-except-unreach.patch -> lcov-1.12-except-unreach.patch ++

++ lcov-1.11.tar.gz -> lcov-1.12.tar.gz ++
 9832 lines of diff (skipped)




commit xtrabackup for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2015-10-24 12:42:57

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


Package is "xtrabackup"

Changes:

--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes2015-08-13 
18:10:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes   
2015-10-24 12:43:10.0 +0200
@@ -1,0 +2,15 @@
+Fri Oct 23 18:41:39 UTC 2015 - astie...@suse.com
+
+- Percona XtraBackup 2.2.13, a bugfix release:
+  * Improved the detection when the log block that has the different
+number from what is expected
+  * Fixed false positive error: The log was not applied to the
+intended LSN which was happening even when the redo log was
+applied correctly
+  * xtrabackup_logfile was not compressed when --compress option was
+used. Bug fixed #1242309.
+  * innobackupex wrote error message to STDOUT instead of STDIN
+which broke xbstream and tar stream.
+  * Incremental backups did not work with MariaDB below 10.1.6.
+
+---

Old:

  percona-xtrabackup-2.2.12-nodoc.tar.xz

New:

  percona-xtrabackup-2.2.13-nodoc.tar.xz



Other differences:
--
++ xtrabackup.spec ++
--- /var/tmp/diff_new_pack.ZnkefN/_old  2015-10-24 12:43:11.0 +0200
+++ /var/tmp/diff_new_pack.ZnkefN/_new  2015-10-24 12:43:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xtrabackup
-Version:2.2.12
+Version:2.2.13
 Release:0
 Summary:Online backup for MySQL / InnoDB
 License:GPL-2.0

++ percona-xtrabackup-2.2.12-nodoc.tar.xz -> 
percona-xtrabackup-2.2.13-nodoc.tar.xz ++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.2.12-nodoc.tar.xz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.2.13-nodoc.tar.xz
 differ: char 26, line 1




commit perl-Config-General for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-General for 
openSUSE:Factory checked in at 2015-10-24 12:43:01

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


Package is "perl-Config-General"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-General/perl-Config-General.changes  
2015-06-15 17:48:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-General.new/perl-Config-General.changes 
2015-10-24 12:43:13.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct 23 08:49:27 UTC 2015 - co...@suse.com
+
+- updated to 2.60
+   see /usr/share/doc/packages/perl-Config-General/Changelog
+
+  2.60- fix rt.cpan.org#107929: added missing test config.
+  
+  2.59- fix rt.cpan.org#107108 by adding support for IncludeOptional.
+   - clarified documentation on StoreDelimiter.
+  
+  2.58- bump version
+
+---

Old:

  Config-General-2.58.tar.gz

New:

  Config-General-2.60.tar.gz



Other differences:
--
++ perl-Config-General.spec ++
--- /var/tmp/diff_new_pack.2HXEJA/_old  2015-10-24 12:43:14.0 +0200
+++ /var/tmp/diff_new_pack.2HXEJA/_new  2015-10-24 12:43:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-General
-Version:2.58
+Version:2.60
 Release:0
 %define cpan_name Config-General
 Summary:Generic Config Module

++ Config-General-2.58.tar.gz -> Config-General-2.60.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.58/Changelog 
new/Config-General-2.60/Changelog
--- old/Config-General-2.58/Changelog   2015-05-20 19:27:34.0 +0200
+++ new/Config-General-2.60/Changelog   2015-10-23 08:55:05.0 +0200
@@ -1,3 +1,10 @@
+2.60- fix rt.cpan.org#107929: added missing test config.
+
+2.59- fix rt.cpan.org#107108 by adding support for IncludeOptional.
+   - clarified documentation on StoreDelimiter.
+
+2.58- bumbp version
+
 2.57   - fix rt.cpan.org#104548, dont allow special chars like newline
  or < in keys, which leads to faile when saving.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.58/General/Extended.pm 
new/Config-General-2.60/General/Extended.pm
--- old/Config-General-2.58/General/Extended.pm 2014-04-30 14:16:54.0 
+0200
+++ new/Config-General-2.60/General/Extended.pm 2015-10-22 14:41:29.0 
+0200
@@ -581,7 +581,7 @@
 and ->find should return where you left off.
 
 For example, given the values B and the following
-tree ( tags ommitted for brevity):
+tree ( tags omitted for brevity):
 
  
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.58/General.pm 
new/Config-General-2.60/General.pm
--- old/Config-General-2.58/General.pm  2015-05-21 19:19:49.0 +0200
+++ new/Config-General-2.60/General.pm  2015-10-23 08:54:07.0 +0200
@@ -32,7 +32,7 @@
 use Carp;
 use Exporter;
 
-$Config::General::VERSION = "2.58";
+$Config::General::VERSION = "2.60";
 
 use vars  qw(@ISA @EXPORT_OK);
 use base qw(Exporter);
@@ -432,13 +432,13 @@
 
 # applied patch by AlexK fixing rt.cpan.org#41030
 if ( !@include && defined $this->{ConfigPath} ) {
-   foreach my $dir (@{$this->{ConfigPath}}) {
-   my ($volume, $path, undef) = splitpath($basefile);
-   if ( -d catfile( $dir, $path )  ) {
-   push @include, grep { -f $_ } bsd_glob(catfile($dir, 
$basefile), GLOB_BRACE | GLOB_QUOTE);
-   last;
-   }
-   }
+  foreach my $dir (@{$this->{ConfigPath}}) {
+   my ($volume, $path, undef) = splitpath($basefile);
+   if ( -d catfile( $dir, $path )  ) {
+ push @include, grep { -f $_ } bsd_glob(catfile($dir, $basefile), 
GLOB_BRACE | GLOB_QUOTE);
+ last;
+   }
+  }
 }
 
 if (@include == 1) {
@@ -722,12 +722,29 @@
 
   # bugfix rt.cpan.org#38635: support quoted filenames
   if ($this->{UseApacheInclude}) {
- if (/^\s*include\s*(["'])(.*?)(?{IncludeGlob} && $opt =~ /opt/i && $incl_file !~ 
/[*?\[\{\\]/) {
+   # fix rt#107108
+   # glob enabled && optional include && file is not already a glob:
+   # turn it into a singular matching glob, like:
+   # "file" => "[f][i][l][e]"  and:
+   # "dir/file" => "dir/[f][i][l][e]"
+   # which IS a glob but only matches that particular file. if it
+   # doesn't exist, it will be ignored by _open(), just what
+   # we'd like to 

commit ksnakeduel for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2015-10-24 10:27:22

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


Package is "ksnakeduel"

Changes:

--- /work/SRC/openSUSE:Factory/ksnakeduel/ksnakeduel.changes2015-10-03 
20:23:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes   
2015-10-24 10:27:33.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:39: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
+
+
+---

Old:

  ksnakeduel-15.08.1.tar.xz

New:

  ksnakeduel-15.08.2.tar.xz



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.oDz3GM/_old  2015-10-24 10:27:34.0 +0200
+++ /var/tmp/diff_new_pack.oDz3GM/_new  2015-10-24 10:27:34.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:ksnakeduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksnakeduel-15.08.1.tar.xz -> ksnakeduel-15.08.2.tar.xz ++




commit ksquares for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2015-10-24 10:27:29

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


Package is "ksquares"

Changes:

--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes2015-10-03 
20:23:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2015-10-24 
10:27:41.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:39:33 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
+
+
+---

Old:

  ksquares-15.08.1.tar.xz

New:

  ksquares-15.08.2.tar.xz



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.ING7Bt/_old  2015-10-24 10:27:42.0 +0200
+++ /var/tmp/diff_new_pack.ING7Bt/_new  2015-10-24 10:27:42.0 +0200
@@ -43,7 +43,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:ksquares-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ ksquares-15.08.1.tar.xz -> ksquares-15.08.2.tar.xz ++




commit ktp-approver for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-approver for openSUSE:Factory 
checked in at 2015-10-24 10:27:53

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


Package is "ktp-approver"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-approver/ktp-approver.changes
2015-10-03 20:24:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-approver.new/ktp-approver.changes   
2015-10-24 10:28:05.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:14 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
+
+
+---

Old:

  ktp-approver-15.08.1.tar.xz

New:

  ktp-approver-15.08.2.tar.xz



Other differences:
--
++ ktp-approver.spec ++
--- /var/tmp/diff_new_pack.BAA5QH/_old  2015-10-24 10:28:06.0 +0200
+++ /var/tmp/diff_new_pack.BAA5QH/_new  2015-10-24 10:28:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-approver
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:KDE Channel Approver for Telepathy
 License:LGPL-2.1+

++ ktp-approver-15.08.1.tar.xz -> ktp-approver-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-approver-15.08.1/CMakeLists.txt 
new/ktp-approver-15.08.2/CMakeLists.txt
--- old/ktp-approver-15.08.1/CMakeLists.txt 2015-09-10 00:56:49.0 
+0200
+++ new/ktp-approver-15.08.2/CMakeLists.txt 2015-10-09 02:05:03.0 
+0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(KTP_APPROVER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 




commit ktp-common-internals for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-common-internals for 
openSUSE:Factory checked in at 2015-10-24 10:28:02

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


Package is "ktp-common-internals"

Changes:

--- 
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes
2015-10-03 20:24:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new/ktp-common-internals.changes
   2015-10-24 10:28:13.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:28 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
+
+
+---

Old:

  ktp-common-internals-15.08.1.tar.xz

New:

  ktp-common-internals-15.08.2.tar.xz



Other differences:
--
++ ktp-common-internals.spec ++
--- /var/tmp/diff_new_pack.mkVxyo/_old  2015-10-24 10:28:14.0 +0200
+++ /var/tmp/diff_new_pack.mkVxyo/_new  2015-10-24 10:28:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-common-internals
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Telepathy common module
 License:LGPL-2.1+

++ ktp-common-internals-15.08.1.tar.xz -> 
ktp-common-internals-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-common-internals-15.08.1/CMakeLists.txt 
new/ktp-common-internals-15.08.2/CMakeLists.txt
--- old/ktp-common-internals-15.08.1/CMakeLists.txt 2015-09-10 
00:57:23.0 +0200
+++ new/ktp-common-internals-15.08.2/CMakeLists.txt 2015-10-09 
02:05:47.0 +0200
@@ -12,7 +12,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 # Bump for every 0.x release, or whenever BC changes
 set (KTP_SONUMBER 9) # SO 9 is for 15.08 release




commit kstars for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2015-10-24 10:27:32

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


Package is "kstars"

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2015-10-08 
08:25:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2015-10-24 
10:27:44.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:39:41 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
+
+
+---

Old:

  kstars-15.08.1.tar.xz

New:

  kstars-15.08.2.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.JXDBZs/_old  2015-10-24 10:27:45.0 +0200
+++ /var/tmp/diff_new_pack.JXDBZs/_new  2015-10-24 10:27:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kstars
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Desktop Planetarium
 License:GPL-2.0+

++ kstars-15.08.1.tar.xz -> kstars-15.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/kstars/kstars-15.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-15.08.2.tar.xz differ: char 27, 
line 1




commit kdewebdev4 for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory 
checked in at 2015-10-24 10:26:07

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


Package is "kdewebdev4"

Changes:

--- /work/SRC/openSUSE:Factory/kdewebdev4/kdewebdev4.changes2015-10-03 
20:20:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebdev4.new/kdewebdev4.changes   
2015-10-24 10:26:19.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:29:52 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
+
+
+---

Old:

  kdewebdev-15.08.1.tar.xz

New:

  kdewebdev-15.08.2.tar.xz



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.A5pKv6/_old  2015-10-24 10:26:20.0 +0200
+++ /var/tmp/diff_new_pack.A5pKv6/_new  2015-10-24 10:26:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdewebdev4
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Base package for kdewebdev
 License:GPL-2.0+

++ kdewebdev-15.08.1.tar.xz -> kdewebdev-15.08.2.tar.xz ++




commit kdesdk4-scripts for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kdesdk4-scripts for openSUSE:Factory 
checked in at 2015-10-24 10:26:03

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


Package is "kdesdk4-scripts"

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk4-scripts/kdesdk4-scripts.changes  
2015-10-03 20:20:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk4-scripts.new/kdesdk4-scripts.changes 
2015-10-24 10:26:15.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:29:45 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
+
+
+---

Old:

  kde-dev-scripts-15.08.1.tar.xz

New:

  kde-dev-scripts-15.08.2.tar.xz



Other differences:
--
++ kdesdk4-scripts.spec ++
--- /var/tmp/diff_new_pack.uEfynJ/_old  2015-10-24 10:26:16.0 +0200
+++ /var/tmp/diff_new_pack.uEfynJ/_new  2015-10-24 10:26:16.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:%{rname}-%{version}.tar.xz
 Patch0: %{rname}-4.14.3-fix-bashisms.patch

++ kde-dev-scripts-15.08.1.tar.xz -> kde-dev-scripts-15.08.2.tar.xz ++




commit kigo for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2015-10-24 10:26:33

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


Package is "kigo"

Changes:

--- /work/SRC/openSUSE:Factory/kigo/kigo.changes2015-10-03 
20:21:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kigo.new/kigo.changes   2015-10-24 
10:26:46.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:31:59 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
+
+
+---

Old:

  kigo-15.08.1.tar.xz

New:

  kigo-15.08.2.tar.xz



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.dhAMs2/_old  2015-10-24 10:26:46.0 +0200
+++ /var/tmp/diff_new_pack.dhAMs2/_new  2015-10-24 10:26:46.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kigo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kigo-15.08.1.tar.xz -> kigo-15.08.2.tar.xz ++




commit kmplot for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-10-24 10:26:47

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


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-10-03 
20:22:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-10-24 
10:26:58.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:35:07 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
+
+
+---

Old:

  kmplot-15.08.1.tar.xz

New:

  kmplot-15.08.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.XX3Su7/_old  2015-10-24 10:26:59.0 +0200
+++ /var/tmp/diff_new_pack.XX3Su7/_new  2015-10-24 10:26:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.08.1.tar.xz -> kmplot-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.1/kmplot.appdata.xml 
new/kmplot-15.08.2/kmplot.appdata.xml
--- old/kmplot-15.08.1/kmplot.appdata.xml   2015-08-10 13:16:39.0 
+0200
+++ new/kmplot-15.08.2/kmplot.appdata.xml   2015-09-22 15:28:57.0 
+0200
@@ -69,7 +69,7 @@
 KmPlot es un programa para dibujar gráficas de funciones, 
sus integrales o sus derivadas. Las gráficas pueden tener color y contienen 
muchas opciones de configuración, son escalables y se pueden ampliar. El 
programa contiene un potente analizador matemático, diferentes tipos de 
gráficas (cartesiana, paramétrica, polar, implícita, diferencial) y proporciona 
sencillas herramientas matemáticas, como la que calcula el máximo o el mínimo 
de una función. Las funciones con parámetros se pueden visualizar ajustando los 
parámetros variables usando un deslizador. Las gráficas se pueden exportar como 
imágenes en formato de mapa de bits (BMP o PNG) y también se pueden 
imprimir.
 KmPlot on matemaatiliste funktsioonide, nende 
integraalide ja tuletiste graafikute joonistamise rakendus. Graafikuid saab 
esitada värviliselt ning kõikvõimalikul moel esitamist seadistada. Rakendus 
pakub võimsat matemaatikaparserit, mitmesuguseid joonisetüüpe (Descartes'i, 
parameetrilised, polaarsed, ilmutamata, diferentsiaalsed) ning lihtsamaid 
matemaatikatööriistu, näiteks funktsiooni maksimumi või miinimumi leidmiseks. 
Parameetrilisi funktsioone saab visualiseerida otse muutuja parameetrit 
liuguriga nihutades. Jooniseid saab eksportida bittrastervormingus piltidena 
(BMP, PNG) ning trükkida.
 KmPlot on ohjelma, jolla voi piirtää funktioiden kuvaajia 
sekä niiden integraalien ja derivaattojen kuvaajia. Kullekin kuvaajalle voi 
valita värin, ja näkymän voi säätää sopivaksi: sitä voi esimerkiksi skaalata ja 
zoomata. Ohjelmassa on tehokas matematiikkajäsennin, useita kuvaajatyyppejä 
(karteesinen, parametrinen, polaarinen, implisiittinen, differentiaalinen) ja 
työkalut funktion maksimin ja minimin etsimiseksi. Parametrifunktiot voi 
visualisoida säätämällä parametrin arvoa liukusäätimellä. Kuvaajat voi tulostaa 
ja viedä bittikarttakuviksi (BMP, PNG).
-KmPlot est un programmer pour tracer des courbes de 
fonctions, de leurs intégrales ou de leurs dérivées. Les courbes peuvent être 
colorées et l'affichage est complètement configurable, avec prise en charge du 
zoom. Le programme fournit un analyseur de syntaxe mathématique puissant, 
différents types de tracés (cartésiens, paramétriques, polaires, implicites, 
différentiels), et fournit des outils mathématiques simples permettant par 
exemple de trouver le maximum ou le minimum d'une fonction. Les fonctions 
paramétriques peuvent être visualisées en ajustant les paramètres grâce à un 
curseur. Les tracés peuvent être exportés dans des formats d'images 
matricielles (BMP, PNG) et peuvent être imprimés.
+KmPlot est un programmer pour tracer des courbes de 
fonctions, de leurs intégrales ou de leurs dérivées. Les courbes peuvent être 
colorées et l'affichage est complètement configurable, avec prise en charge du 
zoom. Le programme fournit un analyseur de syntaxe mathématique puissant, 
différents types de tracés (cartésiens, paramétriques, polaires, implicites, 
différentiels), et fournit des outils mathématiques simples permettant par 
exemple de trouver le maximum ou le minimum d'une fonction. Les fonctions 
paramétriques 

commit kgeography for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2015-10-24 10:26:24

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


Package is "kgeography"

Changes:

--- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes2015-10-03 
20:20:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2015-10-24 10:26:36.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:30:44 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
+
+
+---

Old:

  kgeography-15.08.1.tar.xz

New:

  kgeography-15.08.2.tar.xz



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.fBzrPY/_old  2015-10-24 10:26:37.0 +0200
+++ /var/tmp/diff_new_pack.fBzrPY/_new  2015-10-24 10:26:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgeography
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Geography Trainer
 License:GPL-2.0+

++ kgeography-15.08.1.tar.xz -> kgeography-15.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/kgeography/kgeography-15.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.kgeography.new/kgeography-15.08.2.tar.xz differ: 
char 27, line 1




commit khangman for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2015-10-24 10:26:30

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


Package is "khangman"

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2015-10-03 
20:29:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2015-10-24 
10:26:42.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:31:24 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
+
+
+---

Old:

  khangman-15.08.1.tar.xz

New:

  khangman-15.08.2.tar.xz



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.zkQc1a/_old  2015-10-24 10:26:42.0 +0200
+++ /var/tmp/diff_new_pack.zkQc1a/_new  2015-10-24 10:26:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   khangman
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Hangman Game
 License:GPL-2.0+

++ khangman-15.08.1.tar.xz -> khangman-15.08.2.tar.xz ++




commit ktimer for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2015-10-24 10:27:44

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


Package is "ktimer"

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2015-10-03 
20:24:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes   2015-10-24 
10:27:55.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:40:48 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
+
+
+---

Old:

  ktimer-15.08.1.tar.xz

New:

  ktimer-15.08.2.tar.xz



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.TKTYyq/_old  2015-10-24 10:27:56.0 +0200
+++ /var/tmp/diff_new_pack.TKTYyq/_new  2015-10-24 10:27:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktimer
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Countdown Launcher
 License:GPL-2.0+

++ ktimer-15.08.1.tar.xz -> ktimer-15.08.2.tar.xz ++




commit ksaneplugin for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ksaneplugin for openSUSE:Factory 
checked in at 2015-10-24 10:27:13

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


Package is "ksaneplugin"

Changes:

--- /work/SRC/openSUSE:Factory/ksaneplugin/ksaneplugin.changes  2015-10-03 
20:23:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksaneplugin.new/ksaneplugin.changes 
2015-10-24 10:27:24.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:38:32 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
+
+
+---

Old:

  ksaneplugin-15.08.1.tar.xz

New:

  ksaneplugin-15.08.2.tar.xz



Other differences:
--
++ ksaneplugin.spec ++
--- /var/tmp/diff_new_pack.mEpOpD/_old  2015-10-24 10:27:25.0 +0200
+++ /var/tmp/diff_new_pack.mEpOpD/_new  2015-10-24 10:27:25.0 +0200
@@ -30,7 +30,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksaneplugin-15.08.1.tar.xz -> ksaneplugin-15.08.2.tar.xz ++




commit ktp-auth-handler for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-auth-handler for 
openSUSE:Factory checked in at 2015-10-24 10:27:58

Comparing /work/SRC/openSUSE:Factory/ktp-auth-handler (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-auth-handler.new (New)


Package is "ktp-auth-handler"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-auth-handler/ktp-auth-handler.changes
2015-10-03 20:24:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-auth-handler.new/ktp-auth-handler.changes   
2015-10-24 10:28:09.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:20 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
+
+
+---

Old:

  ktp-auth-handler-15.08.1.tar.xz

New:

  ktp-auth-handler-15.08.2.tar.xz



Other differences:
--
++ ktp-auth-handler.spec ++
--- /var/tmp/diff_new_pack.wRPOet/_old  2015-10-24 10:28:10.0 +0200
+++ /var/tmp/diff_new_pack.wRPOet/_new  2015-10-24 10:28:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-auth-handler
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Telepathy auth handler
 License:LGPL-2.1+

++ ktp-auth-handler-15.08.1.tar.xz -> ktp-auth-handler-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-15.08.1/CMakeLists.txt 
new/ktp-auth-handler-15.08.2/CMakeLists.txt
--- old/ktp-auth-handler-15.08.1/CMakeLists.txt 2015-09-10 00:57:06.0 
+0200
+++ new/ktp-auth-handler-15.08.2/CMakeLists.txt 2015-10-09 02:05:26.0 
+0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "15")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_AUTH_HANDLER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-15.08.1/sasl-auth-op.cpp 
new/ktp-auth-handler-15.08.2/sasl-auth-op.cpp
--- old/ktp-auth-handler-15.08.1/sasl-auth-op.cpp   2015-09-10 
00:57:06.0 +0200
+++ new/ktp-auth-handler-15.08.2/sasl-auth-op.cpp   2015-10-09 
02:05:26.0 +0200
@@ -52,41 +52,45 @@
 
 void SaslAuthOp::gotProperties(Tp::PendingOperation *op)
 {
-if (op->isError()) {
-qWarning() << "Unable to retrieve available SASL mechanisms";
-m_channel->requestClose();
-setFinishedWithError(op->errorName(), op->errorMessage());
-return;
+if (m_mechanisms.isEmpty()) {
+if (op->isError()) {
+qWarning() << "Unable to retrieve available SASL mechanisms";
+m_channel->requestClose();
+setFinishedWithError(op->errorName(), op->errorMessage());
+return;
+}
+
+Tp::PendingVariantMap *pvm = qobject_cast(op);
+m_properties = qdbus_cast(pvm->result());
+m_mechanisms = 
qdbus_cast(m_properties.value(QLatin1String("AvailableMechanisms")));
+qDebug() << m_mechanisms;
 }
 
-Tp::PendingVariantMap *pvm = qobject_cast(op);
-QVariantMap props = qdbus_cast(pvm->result());
-QStringList mechanisms = 
qdbus_cast(props.value(QLatin1String("AvailableMechanisms")));
-qDebug() << mechanisms;
-
-uint status = qdbus_cast(props.value(QLatin1String("SASLStatus")));
-QString error = 
qdbus_cast(props.value(QLatin1String("SASLError")));
-QVariantMap errorDetails = 
qdbus_cast(props.value(QLatin1String("SASLErrorDetails")));
+uint status = 
qdbus_cast(m_properties.value(QLatin1String("SASLStatus")));
+QString error = 
qdbus_cast(m_properties.value(QLatin1String("SASLError")));
+QVariantMap errorDetails = 
qdbus_cast(m_properties.value(QLatin1String("SASLErrorDetails")));
 
-if (mechanisms.contains(QLatin1String("X-OAUTH2"))) {
+if (m_mechanisms.contains(QLatin1String("X-OAUTH2"))) {
 qDebug() << "Starting X-OAuth2 auth";
+m_mechanisms.removeAll(QStringLiteral("X-OAUTH2"));
 XTelepathySSOGoogleOperation *authop = new 
XTelepathySSOGoogleOperation(m_account, m_accountStorageId, m_saslIface);
 connect(authop,
 SIGNAL(finished(Tp::PendingOperation*)),
 SLOT(onAuthOperationFinished(Tp::PendingOperation*)));
 
 authop->onSASLStatusChanged(status, error, errorDetails);
-} else if 

commit kteatime for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2015-10-24 10:27:39

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


Package is "kteatime"

Changes:

--- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes2015-10-03 
20:24:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2015-10-24 
10:27:50.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:40:39 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
+
+
+---

Old:

  kteatime-15.08.1.tar.xz

New:

  kteatime-15.08.2.tar.xz



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.SSQiUa/_old  2015-10-24 10:27:51.0 +0200
+++ /var/tmp/diff_new_pack.SSQiUa/_new  2015-10-24 10:27:51.0 +0200
@@ -37,7 +37,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kteatime-15.08.1.tar.xz -> kteatime-15.08.2.tar.xz ++




commit kiriki for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kiriki for openSUSE:Factory checked 
in at 2015-10-24 10:26:36

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


Package is "kiriki"

Changes:

--- /work/SRC/openSUSE:Factory/kiriki/kiriki.changes2015-10-03 
20:21:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiriki.new/kiriki.changes   2015-10-24 
10:26:48.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:32:35 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
+
+
+---

Old:

  kiriki-15.08.1.tar.xz

New:

  kiriki-15.08.2.tar.xz



Other differences:
--
++ kiriki.spec ++
--- /var/tmp/diff_new_pack.9rajjg/_old  2015-10-24 10:26:49.0 +0200
+++ /var/tmp/diff_new_pack.9rajjg/_new  2015-10-24 10:26:49.0 +0200
@@ -50,7 +50,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kiriki-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kiriki-15.08.1.tar.xz -> kiriki-15.08.2.tar.xz ++




commit klickety for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package klickety for openSUSE:Factory 
checked in at 2015-10-24 10:26:42

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


Package is "klickety"

Changes:

--- /work/SRC/openSUSE:Factory/klickety/klickety.changes2015-10-03 
20:21:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.klickety.new/klickety.changes   2015-10-24 
10:26:54.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:33:32 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
+
+
+---

Old:

  klickety-15.08.1.tar.xz

New:

  klickety-15.08.2.tar.xz



Other differences:
--
++ klickety.spec ++
--- /var/tmp/diff_new_pack.AYV4Fh/_old  2015-10-24 10:26:55.0 +0200
+++ /var/tmp/diff_new_pack.AYV4Fh/_new  2015-10-24 10:26:55.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:klickety-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klickety-15.08.1.tar.xz -> klickety-15.08.2.tar.xz ++




commit kfloppy for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

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

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


Package is "kfloppy"

Changes:

--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes  2015-10-03 
20:20:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2015-10-24 
10:26:28.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:30:26 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
+
+
+---

Old:

  kfloppy-15.08.1.tar.xz

New:

  kfloppy-15.08.2.tar.xz



Other differences:
--
++ kfloppy.spec ++
--- /var/tmp/diff_new_pack.KyuHel/_old  2015-10-24 10:26:29.0 +0200
+++ /var/tmp/diff_new_pack.KyuHel/_new  2015-10-24 10:26:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kfloppy
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Floppy Formatter
 License:GPL-2.0+

++ kfloppy-15.08.1.tar.xz -> kfloppy-15.08.2.tar.xz ++




commit kjumpingcube for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kjumpingcube for openSUSE:Factory 
checked in at 2015-10-24 10:26:39

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


Package is "kjumpingcube"

Changes:

--- /work/SRC/openSUSE:Factory/kjumpingcube/kjumpingcube.changes
2015-10-03 20:21:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kjumpingcube.new/kjumpingcube.changes   
2015-10-24 10:26:50.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:33:05 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
+
+
+---

Old:

  kjumpingcube-15.08.1.tar.xz

New:

  kjumpingcube-15.08.2.tar.xz



Other differences:
--
++ kjumpingcube.spec ++
--- /var/tmp/diff_new_pack.L7sIcm/_old  2015-10-24 10:26:51.0 +0200
+++ /var/tmp/diff_new_pack.L7sIcm/_new  2015-10-24 10:26:51.0 +0200
@@ -42,7 +42,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kjumpingcube-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kjumpingcube-15.08.1.tar.xz -> kjumpingcube-15.08.2.tar.xz ++




commit kig for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2015-10-24 10:26:32

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


Package is "kig"

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2015-10-03 20:21:10.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2015-10-24 
10:26:44.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:31:50 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
+
+
+---

Old:

  kig-15.08.1.tar.xz

New:

  kig-15.08.2.tar.xz



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.Wyh5ir/_old  2015-10-24 10:26:44.0 +0200
+++ /var/tmp/diff_new_pack.Wyh5ir/_new  2015-10-24 10:26:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kig
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Interactive Geometry
 License:GPL-2.0+

++ kig-15.08.1.tar.xz -> kig-15.08.2.tar.xz ++




commit killbots for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package killbots for openSUSE:Factory 
checked in at 2015-10-24 10:26:35

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


Package is "killbots"

Changes:

--- /work/SRC/openSUSE:Factory/killbots/killbots.changes2015-10-03 
20:21:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes   2015-10-24 
10:26:47.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:32:08 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
+
+
+---

Old:

  killbots-15.08.1.tar.xz

New:

  killbots-15.08.2.tar.xz



Other differences:
--
++ killbots.spec ++
--- /var/tmp/diff_new_pack.cKPJqc/_old  2015-10-24 10:26:47.0 +0200
+++ /var/tmp/diff_new_pack.cKPJqc/_new  2015-10-24 10:26:47.0 +0200
@@ -38,7 +38,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:killbots-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ killbots-15.08.1.tar.xz -> killbots-15.08.2.tar.xz ++




commit kfourinline for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

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

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


Package is "kfourinline"

Changes:

--- /work/SRC/openSUSE:Factory/kfourinline/kfourinline.changes  2015-10-03 
20:20:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfourinline.new/kfourinline.changes 
2015-10-24 10:26:33.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:30:32 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
+
+
+---

Old:

  kfourinline-15.08.1.tar.xz

New:

  kfourinline-15.08.2.tar.xz



Other differences:
--
++ kfourinline.spec ++
--- /var/tmp/diff_new_pack.x7NJm5/_old  2015-10-24 10:26:34.0 +0200
+++ /var/tmp/diff_new_pack.x7NJm5/_new  2015-10-24 10:26:34.0 +0200
@@ -45,7 +45,7 @@
 License:LGPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kfourinline-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kfourinline-15.08.1.tar.xz -> kfourinline-15.08.2.tar.xz ++




commit kdf for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2015-10-24 10:26:12

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


Package is "kdf"

Changes:

--- /work/SRC/openSUSE:Factory/kdf/kdf.changes  2015-10-03 20:20:33.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes 2015-10-24 
10:26:23.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:30:01 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
+
+
+---

Old:

  kdf-15.08.1.tar.xz

New:

  kdf-15.08.2.tar.xz



Other differences:
--
++ kdf.spec ++
--- /var/tmp/diff_new_pack.M8nJdb/_old  2015-10-24 10:26:24.0 +0200
+++ /var/tmp/diff_new_pack.M8nJdb/_new  2015-10-24 10:26:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdf
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Disk Usage Viewer
 License:GPL-2.0+

++ kdf-15.08.1.tar.xz -> kdf-15.08.2.tar.xz ++




commit klettres for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2015-10-24 10:26:41

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


Package is "klettres"

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2015-10-08 
08:25:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2015-10-24 
10:26:52.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:33: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
+
+
+---

Old:

  klettres-15.08.1.tar.xz

New:

  klettres-15.08.2.tar.xz



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.6levU9/_old  2015-10-24 10:26:53.0 +0200
+++ /var/tmp/diff_new_pack.6levU9/_new  2015-10-24 10:26:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   klettres
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Alphabet Learning Game
 License:GPL-2.0+

++ klettres-15.08.1.tar.xz -> klettres-15.08.2.tar.xz ++




commit kdiamond for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kdiamond for openSUSE:Factory 
checked in at 2015-10-24 10:26:15

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


Package is "kdiamond"

Changes:

--- /work/SRC/openSUSE:Factory/kdiamond/kdiamond.changes2015-10-03 
20:20:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdiamond.new/kdiamond.changes   2015-10-24 
10:26:27.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:30:09 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
+
+
+---

Old:

  kdiamond-15.08.1.tar.xz

New:

  kdiamond-15.08.2.tar.xz



Other differences:
--
++ kdiamond.spec ++
--- /var/tmp/diff_new_pack.tYZPAk/_old  2015-10-24 10:26:28.0 +0200
+++ /var/tmp/diff_new_pack.tYZPAk/_new  2015-10-24 10:26:28.0 +0200
@@ -38,7 +38,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kdiamond-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kdiamond-15.08.1.tar.xz -> kdiamond-15.08.2.tar.xz ++




commit klines for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package klines for openSUSE:Factory checked 
in at 2015-10-24 10:26:43

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


Package is "klines"

Changes:

--- /work/SRC/openSUSE:Factory/klines/klines.changes2015-10-03 
20:21:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes   2015-10-24 
10:26:55.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:33:44 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
+
+
+---

Old:

  klines-15.08.1.tar.xz

New:

  klines-15.08.2.tar.xz



Other differences:
--
++ klines.spec ++
--- /var/tmp/diff_new_pack.tt4ulr/_old  2015-10-24 10:26:56.0 +0200
+++ /var/tmp/diff_new_pack.tt4ulr/_new  2015-10-24 10:26:56.0 +0200
@@ -50,7 +50,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:klines-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ klines-15.08.1.tar.xz -> klines-15.08.2.tar.xz ++




commit kiten for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2015-10-24 10:26:38

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


Package is "kiten"

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2015-10-03 
20:21:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2015-10-24 
10:26:49.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:32:44 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
+
+
+---

Old:

  kiten-15.08.1.tar.xz

New:

  kiten-15.08.2.tar.xz



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.6qkr5W/_old  2015-10-24 10:26:50.0 +0200
+++ /var/tmp/diff_new_pack.6qkr5W/_new  2015-10-24 10:26:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kiten
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Japanese Reference/Study Tool
 License:GPL-2.0+

++ kiten-15.08.1.tar.xz -> kiten-15.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/kiten/kiten-15.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.kiten.new/kiten-15.08.2.tar.xz differ: char 27, 
line 1




commit kshisen for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2015-10-24 10:27:15

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


Package is "kshisen"

Changes:

--- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes  2015-10-03 
20:23:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2015-10-24 
10:27:26.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:38:47 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
+
+
+---

Old:

  kshisen-15.08.1.tar.xz

New:

  kshisen-15.08.2.tar.xz



Other differences:
--
++ kshisen.spec ++
--- /var/tmp/diff_new_pack.LggAAa/_old  2015-10-24 10:27:27.0 +0200
+++ /var/tmp/diff_new_pack.LggAAa/_new  2015-10-24 10:27:27.0 +0200
@@ -41,7 +41,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kshisen-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kshisen-15.08.1.tar.xz -> kshisen-15.08.2.tar.xz ++




commit ktouch for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2015-10-24 10:27:47

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


Package is "ktouch"

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2015-10-03 
20:24:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2015-10-24 
10:27:59.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:01 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
+
+
+---

Old:

  ktouch-15.08.1.tar.xz

New:

  ktouch-15.08.2.tar.xz



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.fjTLgZ/_old  2015-10-24 10:28:00.0 +0200
+++ /var/tmp/diff_new_pack.fjTLgZ/_new  2015-10-24 10:28:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktouch
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0+

++ ktouch-15.08.1.tar.xz -> ktouch-15.08.2.tar.xz ++




commit ksirk for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2015-10-24 10:27:18

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


Package is "ksirk"

Changes:

--- /work/SRC/openSUSE:Factory/ksirk/ksirk.changes  2015-10-03 
20:23:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2015-10-24 
10:27:31.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:38:55 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
+
+
+---

Old:

  ksirk-15.08.1.tar.xz

New:

  ksirk-15.08.2.tar.xz



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.lNH3Y8/_old  2015-10-24 10:27:31.0 +0200
+++ /var/tmp/diff_new_pack.lNH3Y8/_new  2015-10-24 10:27:31.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Strategy/Turn Based
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ ksirk-15.08.1.tar.xz -> ksirk-15.08.2.tar.xz ++




commit kmouth for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2015-10-24 10:26:45

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


Package is "kmouth"

Changes:

--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes2015-10-03 
20:22:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes   2015-10-24 
10:26:57.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:34:56 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
+
+
+---

Old:

  kmouth-15.08.1.tar.xz

New:

  kmouth-15.08.2.tar.xz



Other differences:
--
++ kmouth.spec ++
--- /var/tmp/diff_new_pack.F66QO4/_old  2015-10-24 10:26:57.0 +0200
+++ /var/tmp/diff_new_pack.F66QO4/_new  2015-10-24 10:26:57.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmouth-15.08.1.tar.xz -> kmouth-15.08.2.tar.xz ++




commit knetwalk for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package knetwalk for openSUSE:Factory 
checked in at 2015-10-24 10:26:50

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


Package is "knetwalk"

Changes:

--- /work/SRC/openSUSE:Factory/knetwalk/knetwalk.changes2015-10-03 
20:22:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.knetwalk.new/knetwalk.changes   2015-10-24 
10:27:01.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:35:28 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
+
+
+---

Old:

  knetwalk-15.08.1.tar.xz

New:

  knetwalk-15.08.2.tar.xz



Other differences:
--
++ knetwalk.spec ++
--- /var/tmp/diff_new_pack.XriLn1/_old  2015-10-24 10:27:01.0 +0200
+++ /var/tmp/diff_new_pack.XriLn1/_new  2015-10-24 10:27:01.0 +0200
@@ -58,7 +58,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:knetwalk-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ knetwalk-15.08.1.tar.xz -> knetwalk-15.08.2.tar.xz ++




commit kollision for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kollision for openSUSE:Factory 
checked in at 2015-10-24 10:26:53

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


Package is "kollision"

Changes:

--- /work/SRC/openSUSE:Factory/kollision/kollision.changes  2015-10-08 
08:25:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kollision.new/kollision.changes 2015-10-24 
10:27:05.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:35:48 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
+
+
+---

Old:

  kollision-15.08.1.tar.xz

New:

  kollision-15.08.2.tar.xz



Other differences:
--
++ kollision.spec ++
--- /var/tmp/diff_new_pack.Gu1A12/_old  2015-10-24 10:27:05.0 +0200
+++ /var/tmp/diff_new_pack.Gu1A12/_new  2015-10-24 10:27:05.0 +0200
@@ -42,7 +42,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kollision-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kollision-15.08.1.tar.xz -> kollision-15.08.2.tar.xz ++




commit kolf for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kolf for openSUSE:Factory checked in 
at 2015-10-24 10:26:51

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


Package is "kolf"

Changes:

--- /work/SRC/openSUSE:Factory/kolf/kolf.changes2015-10-03 
20:22:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolf.new/kolf.changes   2015-10-24 
10:27:03.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:35:40 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
+
+
+---

Old:

  kolf-15.08.1.tar.xz

New:

  kolf-15.08.2.tar.xz



Other differences:
--
++ kolf.spec ++
--- /var/tmp/diff_new_pack.w6x2Uu/_old  2015-10-24 10:27:04.0 +0200
+++ /var/tmp/diff_new_pack.w6x2Uu/_new  2015-10-24 10:27:04.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kolf-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ kolf-15.08.1.tar.xz -> kolf-15.08.2.tar.xz ++




commit kspaceduel for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kspaceduel for openSUSE:Factory 
checked in at 2015-10-24 10:27:25

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


Package is "kspaceduel"

Changes:

--- /work/SRC/openSUSE:Factory/kspaceduel/kspaceduel.changes2015-10-03 
20:23:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kspaceduel.new/kspaceduel.changes   
2015-10-24 10:27:36.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:39:26 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
+
+
+---

Old:

  kspaceduel-15.08.1.tar.xz

New:

  kspaceduel-15.08.2.tar.xz



Other differences:
--
++ kspaceduel.spec ++
--- /var/tmp/diff_new_pack.Sd13vI/_old  2015-10-24 10:27:37.0 +0200
+++ /var/tmp/diff_new_pack.Sd13vI/_new  2015-10-24 10:27:37.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:kspaceduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kspaceduel-15.08.1.tar.xz -> kspaceduel-15.08.2.tar.xz ++




commit kremotecontrol for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2015-10-24 10:27:09

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


Package is "kremotecontrol"

Changes:

--- /work/SRC/openSUSE:Factory/kremotecontrol/kremotecontrol.changes
2015-10-03 20:23:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2015-10-24 10:27:20.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:37:46 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
+
+
+---

Old:

  kremotecontrol-15.08.1.tar.xz

New:

  kremotecontrol-15.08.2.tar.xz



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.0p9jCc/_old  2015-10-24 10:27:21.0 +0200
+++ /var/tmp/diff_new_pack.0p9jCc/_new  2015-10-24 10:27:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kremotecontrol
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:KDE Frontend for the Linux Infrared Remote Control system
 License:GPL-2.0+

++ kremotecontrol-15.08.1.tar.xz -> kremotecontrol-15.08.2.tar.xz ++




commit ktp-contact-list for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package ktp-contact-list for 
openSUSE:Factory checked in at 2015-10-24 10:28:05

Comparing /work/SRC/openSUSE:Factory/ktp-contact-list (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-contact-list.new (New)


Package is "ktp-contact-list"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-contact-list/ktp-contact-list.changes
2015-10-03 20:24:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-contact-list.new/ktp-contact-list.changes   
2015-10-24 10:28:16.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:41:34 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
+
+
+---

Old:

  ktp-contact-list-15.08.1.tar.xz

New:

  ktp-contact-list-15.08.2.tar.xz



Other differences:
--
++ ktp-contact-list.spec ++
--- /var/tmp/diff_new_pack.9RQcEU/_old  2015-10-24 10:28:17.0 +0200
+++ /var/tmp/diff_new_pack.9RQcEU/_new  2015-10-24 10:28:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-contact-list
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Telepathy contact list
 License:LGPL-2.1+

++ ktp-contact-list-15.08.1.tar.xz -> ktp-contact-list-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-15.08.1/CMakeLists.txt 
new/ktp-contact-list-15.08.2/CMakeLists.txt
--- old/ktp-contact-list-15.08.1/CMakeLists.txt 2015-09-10 00:57:41.0 
+0200
+++ new/ktp-contact-list-15.08.2/CMakeLists.txt 2015-10-09 02:06:09.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(KTP_CONTACT_LIST_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 




commit kolourpaint for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2015-10-24 10:26:56

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


Package is "kolourpaint"

Changes:

--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2015-10-03 
20:22:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 
2015-10-24 10:27:07.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:35: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
+
+
+---

Old:

  kolourpaint-15.08.1.tar.xz

New:

  kolourpaint-15.08.2.tar.xz



Other differences:
--
++ kolourpaint.spec ++
--- /var/tmp/diff_new_pack.FQ9Eyv/_old  2015-10-24 10:27:08.0 +0200
+++ /var/tmp/diff_new_pack.FQ9Eyv/_new  2015-10-24 10:27:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kolourpaint
-Version:15.08.1
+Version:15.08.2
 Release:0
 # See bnc#717722 for license details
 Summary:Paint Program

++ kolourpaint-15.08.1.tar.xz -> kolourpaint-15.08.2.tar.xz ++




commit knavalbattle for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package knavalbattle for openSUSE:Factory 
checked in at 2015-10-24 10:26:48

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


Package is "knavalbattle"

Changes:

--- /work/SRC/openSUSE:Factory/knavalbattle/knavalbattle.changes
2015-10-03 20:22:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.knavalbattle.new/knavalbattle.changes   
2015-10-24 10:27:00.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:35:19 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
+
+
+---

Old:

  knavalbattle-15.08.1.tar.xz

New:

  knavalbattle-15.08.2.tar.xz



Other differences:
--
++ knavalbattle.spec ++
--- /var/tmp/diff_new_pack.uOaQVd/_old  2015-10-24 10:27:00.0 +0200
+++ /var/tmp/diff_new_pack.uOaQVd/_new  2015-10-24 10:27:00.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:knavalbattle-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knavalbattle-15.08.1.tar.xz -> knavalbattle-15.08.2.tar.xz ++




commit kppp for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kppp for openSUSE:Factory checked in 
at 2015-10-24 10:27:04

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


Package is "kppp"

Changes:

--- /work/SRC/openSUSE:Factory/kppp/kppp.changes2015-10-03 
20:23:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kppp.new/kppp.changes   2015-10-24 
10:27:16.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:37:24 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
+
+
+---

Old:

  kppp-15.08.1.tar.xz

New:

  kppp-15.08.2.tar.xz



Other differences:
--
++ kppp.spec ++
--- /var/tmp/diff_new_pack.TVqMjT/_old  2015-10-24 10:27:17.0 +0200
+++ /var/tmp/diff_new_pack.TVqMjT/_new  2015-10-24 10:27:17.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kppp
 BuildRequires:  libkde4-devel
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Internet Dial-Up Tool
 License:GPL-2.0+

++ kppp-15.08.1.tar.xz -> kppp-15.08.2.tar.xz ++




commit konquest for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2015-10-24 10:27:00

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


Package is "konquest"

Changes:

--- /work/SRC/openSUSE:Factory/konquest/konquest.changes2015-10-03 
20:22:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2015-10-24 
10:27:11.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:36:15 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
+
+
+---

Old:

  konquest-15.08.1.tar.xz

New:

  konquest-15.08.2.tar.xz



Other differences:
--
++ konquest.spec ++
--- /var/tmp/diff_new_pack.RN2rFU/_old  2015-10-24 10:27:12.0 +0200
+++ /var/tmp/diff_new_pack.RN2rFU/_new  2015-10-24 10:27:12.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:konquest-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ konquest-15.08.1.tar.xz -> konquest-15.08.2.tar.xz ++




commit python3-Babel for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package python3-Babel for openSUSE:Factory 
checked in at 2015-10-24 10:22:24

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


Package is "python3-Babel"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Babel/python3-Babel-doc.changes  
2015-07-14 17:44:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Babel.new/python3-Babel-doc.changes 
2015-10-24 10:22:36.0 +0200
@@ -1,0 +2,33 @@
+Mon Oct  5 06:12:09 UTC 2015 - a...@gmx.de
+
+- update to version 2.1.1:
+  * Fix Locale.parse using "global.dat" incompatible types
+(https://github.com/python-babel/babel/issues/174)
+  * Fix display of negative offsets in "FixedOffsetTimezone"
+(https://github.com/python-babel/babel/issues/214)
+  * Improved odict performance which is used during localization file
+build, should improve compilation time for large projects
+  * Add support for "narrow" format for "format_timedelta"
+  * Add universal wheel support
+  * Support 'Language' header field in .PO files
+(fixes https://github.com/python-babel/babel/issues/76)
+  * Test suite enhancements (coverage, broken tests fixed, etc)
+  * Documentation updated
+
+- changes from version 2.0:
+  * Added support for looking up currencies that belong to a territory
+through the :func:`babel.numbers.get_territory_currencies`
+function.
+  * Improved Python 3 support.
+  * Fixed some broken tests for timezone behavior.
+  * Improved various smaller things for dealing with dates.
+
+- changes from version 1.4:
+  * Fixed a bug that caused deprecated territory codes not being
+converted properly by the subtag resolving.  This for instance
+showed up when trying to use "und_UK" as a language code
+which now properly resolves to "en_GB".
+  * Fixed a bug that made it impossible to import the CLDR data
+from scratch on windows systems.
+
+---
--- /work/SRC/openSUSE:Factory/python3-Babel/python3-Babel.changes  
2015-07-14 17:44:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Babel.new/python3-Babel.changes 
2015-10-24 10:22:36.0 +0200
@@ -1,0 +2,36 @@
+Mon Oct  5 06:12:09 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * adjusted patch: skip-dst-tests.patch
+
+- update to version 2.1.1:
+  * Fix Locale.parse using "global.dat" incompatible types
+(https://github.com/python-babel/babel/issues/174)
+  * Fix display of negative offsets in "FixedOffsetTimezone"
+(https://github.com/python-babel/babel/issues/214)
+  * Improved odict performance which is used during localization file
+build, should improve compilation time for large projects
+  * Add support for "narrow" format for "format_timedelta"
+  * Add universal wheel support
+  * Support 'Language' header field in .PO files
+(fixes https://github.com/python-babel/babel/issues/76)
+  * Test suite enhancements (coverage, broken tests fixed, etc)
+  * Documentation updated
+
+- changes from version 2.0:
+  * Added support for looking up currencies that belong to a territory
+through the :func:`babel.numbers.get_territory_currencies`
+function.
+  * Improved Python 3 support.
+  * Fixed some broken tests for timezone behavior.
+  * Improved various smaller things for dealing with dates.
+
+- changes from version 1.4:
+  * Fixed a bug that caused deprecated territory codes not being
+converted properly by the subtag resolving.  This for instance
+showed up when trying to use "und_UK" as a language code
+which now properly resolves to "en_GB".
+  * Fixed a bug that made it impossible to import the CLDR data
+from scratch on windows systems.
+
+---

Old:

  Babel-1.3.tar.gz

New:

  Babel-2.1.1.tar.gz



Other differences:
--
++ python3-Babel-doc.spec ++
--- /var/tmp/diff_new_pack.eJtz9U/_old  2015-10-24 10:22:37.0 +0200
+++ /var/tmp/diff_new_pack.eJtz9U/_new  2015-10-24 10:22:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Babel-doc
-Version:1.3
+Version:2.1.1
 Release:0
 Url:http://babel.edgewall.org/
 Summary:Internationalization utilities

++ python3-Babel.spec ++
--- /var/tmp/diff_new_pack.eJtz9U/_old  2015-10-24 10:22:37.0 +0200
+++ /var/tmp/diff_new_pack.eJtz9U/_new  2015-10-24 10:22:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Babel
-Version:1.3
+Version:2.1.1
 Release:0
 Url:http://babel.pocoo.org/
 Summary:Internationalization utilities

++ Babel-1.3.tar.gz -> 

commit python3-mock for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package python3-mock for openSUSE:Factory 
checked in at 2015-10-24 10:22:47

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


Package is "python3-mock"

Changes:

New Changes file:

--- /dev/null   2015-10-14 00:04:03.524025256 +0200
+++ /work/SRC/openSUSE:Factory/.python3-mock.new/python3-mock-doc.changes   
2015-10-24 10:23:01.0 +0200
@@ -0,0 +1,10 @@
+---
+Mon Oct 12 20:38:34 UTC 2015 - toddrme2...@gmail.com
+
+- Don't run tests in doc package.
+
+---
+Mon Oct 12 10:46:05 UTC 2015 - toddrme2...@gmail.com
+
+- Split documentation into separate spec file to avoid dependency loop
+  python3-mock <--> python3-Sphinx
--- /work/SRC/openSUSE:Factory/python3-mock/python3-mock.changes
2014-07-24 01:18:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-mock.new/python3-mock.changes   
2015-10-24 10:23:01.0 +0200
@@ -1,0 +2,141 @@
+Mon Oct 12 20:38:34 UTC 2015 - toddrme2...@gmail.com
+
+- Don't run tests in doc package.
+
+---
+Mon Oct 12 10:46:05 UTC 2015 - toddrme2...@gmail.com
+
+- Split documentation into separate spec file to avoid dependency loop
+  python3-mock <--> python3-Sphinx
+
+---
+Sat Aug  1 22:00:39 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * include pbr, six
+  * add Sphinx and setup sphinx build
+  * add NEWS, Changelog, rename README.txt->README.rst
+  * removed patch_fix_py34_mock_1.0.1.patch: applied upstream
+  * removed mock-unittest2py27.patch
+  * "rm -rf html/.doctrees" not needed anymore
+
+- update to version 1.3.0:
+  * Update sync point
+  * Issue #21750: Further fixup to be styled like other mock APIs
+  * Typo fix in mock.patch
+
+- changes from version 1.2.0:
+  * Revert "Issue #21750: mock_open.read_data can now be read from
+each instance, as it"
+
+- changes from version 1.1.4:
+  * Add 2.6 back to classifiers
+  * Record sync point
+  * Issue #21750: mock_open.read_data can now be read from each
+instance, as it could in Python 3.3
+  * Issue #18622: unittest.mock.mock_open().reset_mock would recurse
+infinitely
+  * Folk should test 2.6 locally too
+  * Closes #279: setuptools.version is too new
+  * Support python 2.6
+
+- changes from version 1.1.3:
+  * Update sync point and sync docs
+  * Issue #23661: unittest.mock side_effects can now be exceptions again
+  * Abort installation if the installer is using setuptools<17.1
+
+- changes from version 1.1.2:
+  * Closes #269: setup_requires pbr 1.3
+
+- changes from version 1.1.1:
+  * Closes #257: version the dependency on six
+  * Rename README.txt to README.rst
+
+- changes from version 1.1.0:
+  * Make reproducing travis behaviour somewhat easier
+  * Cleanup version number handling
+  * Overhaul docs
+  * Update docs
+  * Remove stale MANIFEST.in, ignore pbr outputs
+  * Convert to a package, use pbr, update metadata
+  * Bump versions
+  * Officially drop 2.6 support
+  * Issue #23310: Fix MagicMock's initializer to work with
+__methods__. Behavior equivalent to m.configure_mock(). Patch by
+Kasia Jachim
+  * Issue #23568: Add rdivmod support to MagicMock() objects
+  * Issue #23581: Add matmul support to MagicMock
+  * Issue #23326: Removed __ne__ implementations. Since fixing default
+__ne__ implementation in issue #21408 they are redundant
+  * Issue #22823: Use set literals instead of creating a set from a
+list. Fixed an output of sets in examples
+  * Closes #21270 : We now override tuple methods in mock.call objects
+  * Suppress a couple more DeprecationWarnings in the test suite
+  * Closes #21256: Printout of keyword args in deterministic order in mock 
calls
+  * Removes unused varargs and varkwargs from assert_not_called()
+  * Closes Issue 21262: New method assert_not_called for Mock
+  * Closes Issue 21238: New keyword argument `unsafe` to Mock
+  * Closes issue 21239. unittest.mock.patch.stopall() did not work
+deterministically when the same name was patched multiple times
+  * Closes Issue 21222
+  * Closes issue 17660. You no longer need to explicitly pass
+create=True when patching builtin names
+  * Issue 17826. Setting an iterable side_effect on a mock created by
+create_autospec now works
+  * Issue 20968. unittest.mock.MagicMock now supports division
+  * Issue #20189: Four additional builtin types (PyTypeObject,
+PyMethodDescr_Type, _PyMethodWrapper_Type, and
+PyWrapperDescr_Type) have been modified to provide introspection
+information for builtins. Also: many 

commit python-unittest2 for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package python-unittest2 for 
openSUSE:Factory checked in at 2015-10-24 10:22:56

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


Package is "python-unittest2"

Changes:

--- /work/SRC/openSUSE:Factory/python-unittest2/python-unittest2.changes
2014-12-03 22:48:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-unittest2.new/python-unittest2.changes   
2015-10-24 10:23:07.0 +0200
@@ -1,0 +2,27 @@
+Tue Oct 13 08:52:12 UTC 2015 - toddrme2...@gmail.com
+
+- Implement update-alternatives
+
+---
+Mon Oct 12 11:10:43 UTC 2015 - toddrme2...@gmail.com
+
+- update to version 1.1.0:
+  * Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns()
+and assertWarnsRegex() assertments now check the type of the first
+argument to prevent possible user error. Based on patch by Daniel
+Wagner-Hall.
+  * Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns()
+and assertWarnsRegex() checks now emits a deprecation warning when
+callable is None or keyword arguments except msg is passed in the
+context manager mode.
+  * Issue #22903: The fake test case created by unittest.loader when
+it fails importing a test module is now picklable.
+- update to version 1.0.1:
+  * Unittest2 issue #94: Need at least 1.4 of six.
+- update to version 1.0.0:
+  * Issue #22936: Permit showing local variables in tracebacks.
+- specfile:
+  * added traceback2, linecache2 requirement
+  * Implement update-alternatives
+
+---

Old:

  unittest2-0.8.0.tar.gz

New:

  unittest2-1.1.0.tar.gz



Other differences:
--
++ python-unittest2.spec ++
--- /var/tmp/diff_new_pack.UUjW5W/_old  2015-10-24 10:23:08.0 +0200
+++ /var/tmp/diff_new_pack.UUjW5W/_new  2015-10-24 10:23:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-unittest2
-Version:0.8.0
+Version:1.1.0
 Release:0
 Url:http://pypi.python.org/pypi/unittest2
 Summary:The new features in unittest for Python 2.7 backported to 
Python 2.3+
@@ -25,19 +25,23 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/u/unittest2/unittest2-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-argparse
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-argparse
+BuildRequires:  python-linecache2
+BuildRequires:  python-setuptools
 BuildRequires:  python-six
+BuildRequires:  python-traceback2
 Requires:   python-argparse
+Requires:   python-linecache2
 Requires:   python-six
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+Requires:   python-traceback2
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+%if 0%{?suse_version} &&  0%{?suse_version} > 1110
 BuildArch:  noarch
+%else
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 unittest2 is a backport of the new features added to the unittest testing
@@ -52,11 +56,29 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# Prepare for update-alternatives usage
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+mv %{buildroot}%{_bindir}/unit2 %{buildroot}%{_bindir}/unit2-%{py_ver}
+ln -s -f %{_sysconfdir}/alternatives/unit2 %{buildroot}%{_bindir}/unit2
+# create a dummy target for /etc/alternatives/unit2
+touch %{buildroot}%{_sysconfdir}/alternatives/unit2
+
+%post
+"%_sbindir/update-alternatives" \
+   --install %{_bindir}/unit2 unit2 %{_bindir}/unit2-%{py_ver} 30
+
+%postun
+if [ $1 -eq 0 ] ; then
+"%_sbindir/update-alternatives" --remove unit2 %{_bindir}/unit2-%{py_ver}
+fi
+
 %files
 %defattr(-,root,root,-)
 %doc README.txt
-%{_bindir}/unit2*
+%{_bindir}/unit2
+%{_bindir}/unit2-%{py_ver}
+%ghost %{_sysconfdir}/alternatives/unit2
 %{python_sitelib}/unittest2
-%{python_sitelib}/unittest2-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/unittest2-%{version}-py*.egg-info
 
 %changelog

++ unittest2-0.8.0.tar.gz -> unittest2-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unittest2-0.8.0/PKG-INFO new/unittest2-1.1.0/PKG-INFO
--- old/unittest2-0.8.0/PKG-INFO2014-11-04 

commit python3-requests for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package python3-requests for 
openSUSE:Factory checked in at 2015-10-24 10:23:39

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


Package is "python3-requests"

Changes:

--- /work/SRC/openSUSE:Factory/python3-requests/python3-requests.changes
2015-05-11 19:49:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-requests.new/python3-requests.changes   
2015-10-24 10:23:50.0 +0200
@@ -1,0 +2,64 @@
+Thu Oct 15 11:35:49 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 2.8.1
+  * Update certificate bundle to match certifi 2015.9.6.2’s weak
+certificate bundle.
+  * Fix a bug in 2.8.0 where requests would raise ConnectTimeout
+instead of ConnectionError
+  * When using the PreparedRequest flow, requests will now
+correctly respect the json parameter. Broken in 2.8.0.
+When using the PreparedRequest flow, requests will now
+correctly handle a Unicode-string method name on Python 2.
+Broken in 2.8.0.
+- Rebase requests-do-not-use-bundle.patch
+- Disable tests.  They fail due to a lack of network access.
+
+---
+Fri Oct  9 19:11:09 UTC 2015 - sor.ale...@meowr.ru
+
+- Use (rebased) fix from Ludwig Nussel for no-default-cacert.patch
+  (do not hardcode a ca cert location).
+- Only indicate Apache2 license: no other licenses are present.
+- Do not apply no-default-cacert-sles.patch on openSUSE Leap 42.x.
+- Fix requests-do-not-use-bundle.patch.
+- Small spec cleanup.
+
+---
+Thu Oct  8 16:45:31 UTC 2015 - a...@gmx.de
+
+- updated requests-do-not-use-bundle.patch 
+
+- update to version 2.8.0:
+ * Requests now supports per-host proxies. This allows the proxies
+   dictionary to have entries of the form {'://':
+   ''}. Host-specific proxies will be used in preference to the
+   previously-supported scheme-specific ones, but the previous syntax
+   will continue to work.
+ * Response.raise_for_status now prints the URL that failed as part of
+   the exception message.
+ * requests.utils.get_netrc_auth now takes an raise_errors kwarg,
+   defaulting to False. When True, errors parsing .netrc files cause
+   exceptions to be thrown.
+ * Change to bundled projects import logic to make it easier to
+   unbundle requests downstream.
+ * Changed the default User-Agent string to avoid leaking data on
+   Linux: now contains only the requests version.
+ * The json parameter to post() and friends will now only be used if
+   neither data nor files are present, consistent with the
+   documentation.
+ * We now ignore empty fields in the NO_PROXY enviroment variable.
+ * Fixed problem where httplib.BadStatusLine would get raised if
+   combining stream=True with contextlib.closing.
+ * Prevented bugs where we would attempt to return the same connection
+   back to the connection pool twice when sending a Chunked body.
+ * Miscellaneous minor internal changes.
+ * Digest Auth support is now thread safe.
+ * Updated urllib3 to 1.12.
+
+---
+Mon Oct  5 17:27:46 UTC 2015 - p.drou...@gmail.com
+
+- Unbundle python-chardet and python-urllib3 (boo#947357)
+  requests-do-not-use-bundle.patch 
+
+---

Old:

  requests-2.7.0.tar.gz

New:

  requests-2.8.1.tar.gz
  requests-do-not-use-bundle.patch



Other differences:
--
++ python3-requests.spec ++
--- /var/tmp/diff_new_pack.axMP6O/_old  2015-10-24 10:23:51.0 +0200
+++ /var/tmp/diff_new_pack.axMP6O/_new  2015-10-24 10:23:51.0 +0200
@@ -17,72 +17,82 @@
 
 
 Name:   python3-requests
-Version:2.7.0
+Version:2.8.1
 Release:0
-Url:http://python-requests.org
 Summary:Awesome Python HTTP Library That's Actually Usable
-License:Apache-2.0 and LGPL-2.1+ and MIT
+License:Apache-2.0
 Group:  Development/Languages/Python
-#TODO/FIXME: Maybe split out charade and urllib3 into sub-packages to simplify:
+Url:http://python-requests.org
 Source: 
http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE no-default-cacert.patch -- completely ignore the internal 
CA bundle
+# PATCH-FIX-OPENSUSE no-default-cacert.patch -- Completely ignore the internal 
CA bundle.
 Patch0: no-default-cacert.patch
+# PATCH-FIX-SLE no-default-cacert-sles.patch -- Completely ignore the internal 
CA bundle (SLE version).
 Patch1: no-default-cacert-sles.patch
-BuildRoot:  

commit openldap2 for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

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

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


Package is "openldap2"

Changes:

--- /work/SRC/openSUSE:Factory/openldap2/openldap2-client.changes   
2015-10-12 10:01:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.openldap2.new/openldap2-client.changes  
2015-10-24 10:23:27.0 +0200
@@ -1,0 +2,22 @@
+Fri Oct  9 09:19:35 UTC 2015 - h...@suse.com
+
+- Remove OpenLDAP 2.3 code and patches from build source.
+  Compatibility libraries for OpenLDAP 2.3 are built in package:
+  compat-libldap-2_3-0
+  Removed source files:
+openldap-2.3.37-liblber-length-decoding.dif
+openldap-2.3.37-libldap-ntlm.diff
+openldap-2.3.37-libldap-ssl.dif
+openldap-2.3.37-libldap-sasl-max-buff-size.dif
+openldap-2.3.37-libldap-tls_chkhost-its6239.dif
+openldap-2.3.37-libldap-gethostbyname_r.dif
+openldap-2.3.37-libldap-suid.diff
+openldap-2.3.37.dif
+openldap-2.3.37-libldap-ld_defconn-ldap_free_connection.dif
+openldap-2.3.37-libldap-ldapi_url.dif
+openldap-2.3.37.tgz
+openldap-2.3.37-libldap-utf8-ADcanonical.dif
+README.update
+check-build.sh
+
+---
openldap2.changes: same change

Old:

  README.update
  check-build.sh
  openldap-2.3.37-liblber-length-decoding.dif
  openldap-2.3.37-libldap-gethostbyname_r.dif
  openldap-2.3.37-libldap-ld_defconn-ldap_free_connection.dif
  openldap-2.3.37-libldap-ldapi_url.dif
  openldap-2.3.37-libldap-ntlm.diff
  openldap-2.3.37-libldap-sasl-max-buff-size.dif
  openldap-2.3.37-libldap-ssl.dif
  openldap-2.3.37-libldap-suid.diff
  openldap-2.3.37-libldap-tls_chkhost-its6239.dif
  openldap-2.3.37-libldap-utf8-ADcanonical.dif
  openldap-2.3.37.dif
  openldap-2.3.37.tgz



Other differences:
--
++ openldap2-client.spec ++
--- /var/tmp/diff_new_pack.cvTuww/_old  2015-10-24 10:23:29.0 +0200
+++ /var/tmp/diff_new_pack.cvTuww/_new  2015-10-24 10:23:29.0 +0200
@@ -35,11 +35,9 @@
 Source2:addonschema.tar.gz
 Source3:DB_CONFIG
 Source4:sasl-slapd.conf
-Source5:README.update
-Source6:README.dynamic-overlays
-Source7:schema2ldif
-Source8:baselibs.conf
-Source100:  openldap-2.3.37.tgz
+Source5:README.dynamic-overlays
+Source6:schema2ldif
+Source7:baselibs.conf
 Patch1: 0001-build-adjustments.dif
 Patch2: 0002-slapd.conf.dif
 Patch3: 0003-LDAPI-socket-location.dif
@@ -48,17 +46,6 @@
 Patch6: 0006-No-Build-date-and-time-in-binaries.dif
 Patch7: 0007-Recover-on-DB-version-change.dif
 Patch8: 0008-In-monitor-backend-do-not-return-Connection0-entries.patch
-Patch100:   openldap-2.3.37.dif
-Patch101:   openldap-2.3.37-libldap-suid.diff
-Patch102:   openldap-2.3.37-libldap-ldapi_url.dif
-Patch103:   openldap-2.3.37-libldap-ntlm.diff
-Patch104:   openldap-2.3.37-libldap-gethostbyname_r.dif
-Patch105:   openldap-2.3.37-libldap-sasl-max-buff-size.dif
-Patch106:   openldap-2.3.37-libldap-utf8-ADcanonical.dif
-Patch107:   openldap-2.3.37-liblber-length-decoding.dif
-Patch108:   openldap-2.3.37-libldap-ld_defconn-ldap_free_connection.dif
-Patch109:   openldap-2.3.37-libldap-tls_chkhost-its6239.dif
-Patch110:   openldap-2.3.37-libldap-ssl.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  groff
@@ -95,7 +82,6 @@
 
 %package  -n openldap2-back-perl
 Summary:OpenLDAP Perl Back-End
-License:OLDAP-2.8
 Group:  Productivity/Networking/LDAP/Servers
 Requires:   openldap2 = %{version_main}
 Requires:   perl = %{perl_version}
@@ -106,7 +92,6 @@
 
 %package  -n openldap2-back-meta
 Summary:OpenLDAP Meta Back-End
-License:OLDAP-2.8
 Group:  Productivity/Networking/LDAP/Servers
 Requires:   openldap2 = %{version_main}
 Provides:   openldap2:/usr/share/man/man5/slapd-meta.5.gz
@@ -119,7 +104,6 @@
 
 %package  -n openldap2-back-sql
 Summary:OpenLDAP SQL Back-End
-License:OLDAP-2.8
 Group:  Productivity/Networking/LDAP/Servers
 Requires:   openldap2 = %{version_main}
 
@@ -130,7 +114,6 @@
 
 %package  -n openldap2-doc
 Summary:OpenLDAP Documentation
-License:OLDAP-2.8
 Group:  Documentation/Other
 Provides:   openldap2:/usr/share/doc/packages/openldap2/drafts/README
 %if 0%{?suse_version} > 1110
@@ -140,18 +123,6 @@
 %description -n openldap2-doc
 The OpenLDAP Admin Guide plus a set of 

commit vim for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2015-10-24 10:23:33

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


Package is "vim"

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2015-10-14 16:39:27.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2015-10-24 
10:23:45.0 +0200
@@ -1,0 +2,14 @@
+Wed Oct 14 17:25:26 UTC 2015 - idon...@suse.com
+
+- Updated to revision 898, fixes the following problems
+  * Build failure when using dynamic python but not python3.
+  * Indentation of array initializer is wrong.
+  * On MS-Windows the iconv DLL may have a different name.
+  * C indenting is wrong below a "case (foo):"
+  * vimrun.exe is picky about the number of spaces before -s.
+  * Custom command line completion does not work for a command containing 
digits.
+  * Editing a URL, which netrw should handle, doesn't work.
+  * Freeze and crash when there is a sleep in a remote command. (Karl Yngve 
Lervåg)
+  * The 'fixendofline' option is set on with ":edit". 
+
+---

Old:

  v7.4.889.tar.gz

New:

  v7.4.898.tar.gz



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.15czyK/_old  2015-10-24 10:23:46.0 +0200
+++ /var/tmp/diff_new_pack.15czyK/_new  2015-10-24 10:23:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define patchlevel 889
+%define patchlevel 898
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE="make -e" %{?_smp_mflags}


++ v7.4.889.tar.gz -> v7.4.898.tar.gz ++
/work/SRC/openSUSE:Factory/vim/v7.4.889.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/v7.4.898.tar.gz differ: char 37, line 1




commit python3-pytest for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest for openSUSE:Factory 
checked in at 2015-10-24 10:22:09

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


Package is "python3-pytest"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest/python3-pytest-doc.changes
2015-08-05 06:49:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pytest.new/python3-pytest-doc.changes   
2015-10-24 10:22:20.0 +0200
@@ -1,0 +2,238 @@
+Sun Oct 11 16:20:32 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * added CHANGELOG to %doc
+
+- update to version 2.8.2:
+  * fix #1085: proper handling of encoding errors when passing encoded
+byte strings to pytest.parametrize in Python 2. Thanks
+Themanwithoutaplan for the report and Bruno Oliveira for the PR.
+  * fix #1087: handling SystemError when passing empty byte strings to
+pytest.parametrize in Python 3. Thanks Paul Kehrer for the report
+and Bruno Oliveira for the PR.
+  * fix #995: fixed internal error when filtering tracebacks where one
+entry was generated by an exec() statement. Thanks Daniel Hahler,
+Ashley C Straw, Philippe Gauthier and Pavel Savchenko for
+contributing and Bruno Oliveira for the PR.
+
+- changes from version 2.8.1:
+  * fix #1034: Add missing nodeid on pytest_logwarning call in
+addhook. Thanks Simon Gomizelj for the PR.
+  * ‘deprecated_call’ is now only satisfied with a DeprecationWarning
+or PendingDeprecationWarning. Before 2.8.0, it accepted any
+warning, and 2.8.0 made it accept only DeprecationWarning (but not
+PendingDeprecationWarning). Thanks Alex Gaynor for the issue and
+Eric Hunsberger for the PR.
+  * fix issue #1073: avoid calling __getattr__ on potential plugin
+objects. This fixes an incompatibility with pytest-django. Thanks
+Andreas Pelme, Bruno Oliveira and Ronny Pfannschmidt for
+contributing and Holger Krekel for the fix.
+  * Fix issue #704: handle versionconflict during plugin loading more
+gracefully. Thanks Bruno Oliveira for the PR.
+  * Fix issue #1064: "–junitxml" regression when used with the
+"pytest-xdist" plugin, with test reports being assigned to the
+wrong tests. Thanks Daniel Grunwald for the report and Bruno
+Oliveira for the PR.
+  * (experimental) adapt more SEMVER style versioning and change
+meaning of master branch in git repo: "master" branch now keeps
+the bugfixes, changes aimed for micro releases. "features" branch
+will only be be released with minor or major pytest releases.
+  * Fix issue #766 by removing documentation references to
+distutils. Thanks Russel Winder.
+  * Fix issue #1030: now byte-strings are escaped to produce item node
+ids to make them always serializable. Thanks Andy Freeland for the
+report and Bruno Oliveira for the PR.
+  * Python 2: if unicode parametrized values are convertible to ascii,
+their ascii representation is used for the node id.
+  * Fix issue #411: Add __eq__ method to assertion comparison
+example. Thanks Ben Webb.
+  * fix issue 877: properly handle assertion explanations with
+non-ascii repr Thanks Mathieu Agopian for the report and Ronny
+Pfannschmidt for the PR.
+  * fix issue 1029: transform errors when writing cache values into
+pytest-warnings
+
+- changes from version 2.8.0:
+  * new --lf and -ff options to run only the last failing tests or
+"failing tests first" from the last run. This functionality is
+provided through porting the formerly external pytest-cache plugin
+into pytest core. BACKWARD INCOMPAT: if you used pytest-cache’s
+functionality to persist data between test runs be aware that we
+don’t serialize sets anymore. Thanks Ronny Pfannschmidt for most
+of the merging work.
+  * "-r" option now accepts "a" to include all possible reports,
+similar to passing "fEsxXw" explicitly (isse960). Thanks Abhijeet
+Kasurde for the PR.
+  * avoid python3.5 deprecation warnings by introducing version
+specific inspection helpers, thanks Michael Droettboom.
+  * fix issue562: @nose.tools.istest now fully respected.
+  * fix issue934: when string comparison fails and a diff is too large
+to display without passing -vv, still show a few lines of the
+diff. Thanks Florian Bruhin for the report and Bruno Oliveira for
+the PR.
+  * fix issue736: Fix a bug where fixture params would be discarded
+when combined with parametrization markers. Thanks to Markus
+Unterwaditzer for the PR.
+  * fix issue710: introduce ALLOW_UNICODE doctest option: when
+enabled, the u prefix is stripped from unicode strings in expected
+doctest output. This allows doctests which use unicode to run in
+Python 2 and 3 unchanged. Thanks 

commit python3-alabaster for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package python3-alabaster for 
openSUSE:Factory checked in at 2015-10-24 10:22:39

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


Package is "python3-alabaster"

Changes:

--- /work/SRC/openSUSE:Factory/python3-alabaster/python3-alabaster.changes  
2015-07-20 11:22:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-alabaster.new/python3-alabaster.changes 
2015-10-24 10:22:50.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 12 13:25:17 UTC 2015 - toddrme2...@gmail.com
+
+- Fix dependencies
+  This fixes a dependency loop with python3-Sphinx
+  The package doesn't actually depend on python3-Sphinx, 
+  so this loop was pointless.
+
+---



Other differences:
--
++ python3-alabaster.spec ++
--- /var/tmp/diff_new_pack.STjE7H/_old  2015-10-24 10:22:51.0 +0200
+++ /var/tmp/diff_new_pack.STjE7H/_new  2015-10-24 10:22:51.0 +0200
@@ -26,7 +26,9 @@
 Source: 
https://pypi.python.org/packages/source/a/alabaster/alabaster-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-Requires:   python3-Sphinx
+BuildRequires:  python3-Pygments
+Requires:   python3-Pygments
+Recommends: python3-Sphinx
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit python3-unittest2 for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package python3-unittest2 for 
openSUSE:Factory checked in at 2015-10-24 10:22:32

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


Package is "python3-unittest2"

Changes:

--- /work/SRC/openSUSE:Factory/python3-unittest2/python3-unittest2.changes  
2015-07-03 00:19:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-unittest2.new/python3-unittest2.changes 
2015-10-24 10:22:43.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 12 11:32:46 UTC 2015 - toddrme2...@gmail.com
+
+- Implement update-alternatives
+
+---



Other differences:
--
++ python3-unittest2.spec ++
--- /var/tmp/diff_new_pack.SoT8p8/_old  2015-10-24 10:22:44.0 +0200
+++ /var/tmp/diff_new_pack.SoT8p8/_new  2015-10-24 10:22:44.0 +0200
@@ -33,6 +33,8 @@
 Requires:   python3-linecache2
 Requires:   python3-six
 Requires:   python3-traceback2
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 
 %description
@@ -48,12 +50,29 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-mv %{buildroot}%{_bindir}/unit2 %{buildroot}%{_bindir}/unit2-python%{py3_ver}
+
+# Prepare for update-alternatives usage
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+mv %{buildroot}%{_bindir}/unit2 %{buildroot}%{_bindir}/unit2-%{py3_ver}
+ln -s -f %{_sysconfdir}/alternatives/unit2 %{buildroot}%{_bindir}/unit2
+# create a dummy target for /etc/alternatives/unit2
+touch %{buildroot}%{_sysconfdir}/alternatives/unit2
+
+%post
+"%_sbindir/update-alternatives" \
+   --install %{_bindir}/unit2 unit2 %{_bindir}/unit2-%{py3_ver} 30
+
+%postun
+if [ $1 -eq 0 ] ; then
+"%_sbindir/update-alternatives" --remove unit2 %{_bindir}/unit2-%{py3_ver}
+fi
 
 %files
 %defattr(-,root,root,-)
 %doc README.txt
-%{_bindir}/unit2-python%{py3_ver}*
+%{_bindir}/unit2
+%{_bindir}/unit2-%{py3_ver}
+%ghost %{_sysconfdir}/alternatives/unit2
 %{python3_sitelib}/unittest2/
 %{python3_sitelib}/unittest2-%{version}-py%{py3_ver}.egg-info
 




  1   2   >