commit ktouch for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2016-01-28 17:21:49

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.changes2016-01-10 
13:06:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2016-01-28 
17:21:51.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:30:07 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  ktouch-15.12.0.tar.xz

New:

  ktouch-15.12.1.tar.xz



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.HVRWUb/_old  2016-01-28 17:21:52.0 +0100
+++ /var/tmp/diff_new_pack.HVRWUb/_new  2016-01-28 17:21:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ktouch
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0+

++ ktouch-15.12.0.tar.xz -> ktouch-15.12.1.tar.xz ++




commit ghc-contravariant for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-contravariant for 
openSUSE:Factory checked in at 2016-01-28 17:23:42

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


Package is "ghc-contravariant"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-contravariant/ghc-contravariant.changes  
2015-09-17 09:19:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-contravariant.new/ghc-contravariant.changes 
2016-01-28 17:24:36.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 22 08:35:07 UTC 2016 - mimi...@gmail.com
+
+- update to 1.4
+* Improved the performance of Deciding at the cost of downgrading it to 
Trustworthy.
+* Support for transformers 0.5
+
+---

Old:

  contravariant-1.3.3.tar.gz

New:

  contravariant-1.4.tar.gz



Other differences:
--
++ ghc-contravariant.spec ++
--- /var/tmp/diff_new_pack.0aGwI2/_old  2016-01-28 17:24:37.0 +0100
+++ /var/tmp/diff_new_pack.0aGwI2/_new  2016-01-28 17:24:37.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name contravariant
 
 Name:   ghc-contravariant
-Version:1.3.3
+Version:1.4
 Release:0
 Summary:Contravariant functors
 License:BSD-3-Clause
@@ -34,6 +34,7 @@
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-StateVar-devel
 BuildRequires:  ghc-semigroups-devel
+BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-void-devel

++ contravariant-1.3.3.tar.gz -> contravariant-1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/contravariant-1.3.3/CHANGELOG.markdown 
new/contravariant-1.4/CHANGELOG.markdown
--- old/contravariant-1.3.3/CHANGELOG.markdown  2015-09-04 12:33:20.0 
+0200
+++ new/contravariant-1.4/CHANGELOG.markdown2016-01-16 22:55:58.0 
+0100
@@ -1,3 +1,9 @@
+1.4
+---
+* Improved the performance of `Deciding` at the cost of downgrading it to 
`Trustworthy`.
+* Support for GHC 8
+* Support for `transformers` 0.5
+
 1.3.3
 -
 * Add `instance Monoid m => Divisible (Const m)`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/contravariant-1.3.3/contravariant.cabal 
new/contravariant-1.4/contravariant.cabal
--- old/contravariant-1.3.3/contravariant.cabal 2015-09-04 12:33:20.0 
+0200
+++ new/contravariant-1.4/contravariant.cabal   2016-01-16 22:55:58.0 
+0100
@@ -1,6 +1,6 @@
 name:  contravariant
 category:  Control, Data
-version:   1.3.3
+version:   1.4
 license:   BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -38,6 +38,11 @@
   default: True
   manual: True
 
+flag safe
+  description: Get Safe guarantees rather than merely Trustworthy, but with 
worse constant factors.
+  default: False
+  manual: True
+
 flag StateVar
   description:
 You can disable the use of the `StateVar` package using `-f-StateVar`.
@@ -50,7 +55,7 @@
   hs-source-dirs: src
   build-depends:
 base  < 5,
-transformers>= 0.2 && < 0.5,
+transformers>= 0.2 && < 0.6,
 transformers-compat >= 0.3 && < 1,
 void>= 0.6 && < 1
 
@@ -66,6 +71,9 @@
   if impl(ghc >= 7.2 && < 7.6)
 build-depends: ghc-prim
 
+  if flag(safe)
+cpp-options: -DSAFE
+
   exposed-modules:
 Data.Functor.Contravariant
 Data.Functor.Contravariant.Compose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/contravariant-1.3.3/src/Data/Functor/Contravariant/Divisible.hs 
new/contravariant-1.4/src/Data/Functor/Contravariant/Divisible.hs
--- old/contravariant-1.3.3/src/Data/Functor/Contravariant/Divisible.hs 
2015-09-04 12:33:20.0 +0200
+++ new/contravariant-1.4/src/Data/Functor/Contravariant/Divisible.hs   
2016-01-16 22:55:58.0 +0100
@@ -1,4 +1,7 @@
 {-# LANGUAGE CPP #-}
+{-# LANGUAGE TypeOperators #-}
+{-# OPTIONS_GHC -fno-warn-deprecations #-}
+
 -
 -- |
 -- Module  :  Data.Functor.Contravariant.Divisible
@@ -20,18 +23,48 @@
   ) where
 
 import Control.Applicative
+import Control.Applicative.Backwards
+import Control.Arrow
+import Control.Monad.Trans.Error
+import Control.Monad.Trans.Except
+import Control.Monad.Trans.Identity
+import Control.Monad.Trans.List
+import Control.Monad.Trans.Maybe
+import qualified Control.Monad.Trans.RWS.Lazy as Lazy
+import qualified Control.Monad.Trans.RWS.Strict as Strict
+import Control.Monad.Trans.Reader
+import qualified 

commit blinken for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2016-01-28 17:20:18

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


Package is "blinken"

Changes:

--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2016-01-10 
13:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.blinken.new/blinken.changes 2016-01-28 
17:20:20.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:09:28 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  blinken-15.12.0.tar.xz

New:

  blinken-15.12.1.tar.xz



Other differences:
--
++ blinken.spec ++
--- /var/tmp/diff_new_pack.k03Xbk/_old  2016-01-28 17:20:21.0 +0100
+++ /var/tmp/diff_new_pack.k03Xbk/_new  2016-01-28 17:20:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   blinken
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Simon Says Game
 License:GPL-2.0+

++ blinken-15.12.0.tar.xz -> blinken-15.12.1.tar.xz ++




commit kalgebra for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2016-01-28 17:20:37

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


Package is "kalgebra"

Changes:

--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes2016-01-10 
13:04:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2016-01-28 
17:20:39.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:12:04 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kalgebra-15.12.0.tar.xz

New:

  kalgebra-15.12.1.tar.xz



Other differences:
--
++ kalgebra.spec ++
--- /var/tmp/diff_new_pack.lC2uX4/_old  2016-01-28 17:20:39.0 +0100
+++ /var/tmp/diff_new_pack.lC2uX4/_new  2016-01-28 17:20:39.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://edu.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  analitza-devel

++ kalgebra-15.12.0.tar.xz -> kalgebra-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.12.0/CMakeLists.txt 
new/kalgebra-15.12.1/CMakeLists.txt
--- old/kalgebra-15.12.0/CMakeLists.txt 2015-11-11 02:58:28.0 +0100
+++ new/kalgebra-15.12.1/CMakeLists.txt 2015-12-29 14:50:21.0 +0100
@@ -69,6 +69,6 @@
 
   add_subdirectory(doc)
 endif()
-install(FILES kalgebra.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
+install(FILES org.kde.kalgebra.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.12.0/kalgebra.appdata.xml 
new/kalgebra-15.12.1/kalgebra.appdata.xml
--- old/kalgebra-15.12.0/kalgebra.appdata.xml   2015-11-11 02:58:28.0 
+0100
+++ new/kalgebra-15.12.1/kalgebra.appdata.xml   1970-01-01 01:00:00.0 
+0100
@@ -1,109 +0,0 @@
-
-
-  org.kde.kalgebra.desktop
-  CC0-1.0
-  GPL-2.0+
-  KAlgebra
-  KAlgebra
-  Kalgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  KAlgebra
-  Kalgebra
-  KAlgebra
-  KAlgebra
-  xxKAlgebraxx
-  KAlgebra
-  數學_KAlgebra
-  Graph Calculator
-  Calculadora gráfica
-  Graf kalkulator
-  Calculadora gràfica
-  Calculadora gràfica
-  Kalkulačka grafů
-  Graphenrechner
-  Graph Calculator
-  Calculadora gráfica
-  Graafide arvutaja
-  Graafinen laskin
-  Calculatrice graphique
-  Calculadora gráfica
-  Grafikus számológép
-  Calcolatrice grafica
-  그래핑 계산기
-  Grafinis skaičiuotuvas
-  Funkschonenreekner
-  Rekenmachine met grafieken
-  Kalkulator wykresów
-  Calculadora de Grafos
-  Calculadora gráfica
-  Калькулятор с функцией построения графиков
-  Grafická kalkulačka
-  Računalo z grafi
-  Grafräknare
-  Grafik Hesap Makinesi
-  Графічний калькулятор
-  xxGraph Calculatorxx
-  图形计算器
-  圖形計算器
-  
-KAlgebra is an application that can replace your graphing calculator. 
It has numerical, logical, symbolic, and analysis features that let you 
calculate mathematical expressions on the console and graphically plot the 
results in 2D or 3D. KAlgebra is rooted in the Mathematical Markup Language 
(MathML); however, one does not need to know MathML to use KAlgebra.
-KAlgebra ye una aplicación que pue trocar la to 
calculadora gráfica. Tien carauterístiques numbériques, llóxiques, simbóliques 
y d'analís que te permiten calcular espresiones matemátiques na consola y 
trazar gráficamente los resultaos en 2D ó 3D. KAlgebra ta arraigonáu nel 
llinguax matemáticu d'etiquetes (MathML); por embargu, naide necesita saber 
MathML pa usar KAlgebra
-El KAlgebra és una aplicació que pot substituir la 
calculadora gràfica. Té característiques numèriques, lògiques, simbòliques i 
d'anàlisi que us permetran calcular expressions matemàtiques a la consola i 
traçar gràfics dels resultats en 2D o 3D. El KAlgebra té les seves arrels en el 
llenguatge de marques matemàtic (Mathematical Markup Language -MathML-). Però 
un no us caldrà saber MathML per utilitzar el KAlgebra.
-El KAlgebra és una aplicació que pot substituir 
la calculadora 

commit yast2-ca-management for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package yast2-ca-management for 
openSUSE:Factory checked in at 2016-01-28 17:19:23

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


Package is "yast2-ca-management"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ca-management/yast2-ca-management.changes  
2015-07-05 17:51:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ca-management.new/yast2-ca-management.changes 
2016-01-28 17:19:25.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 21 13:06:17 CET 2016 - sch...@suse.de
+
+- AutoYaST: Reporting timeout errors only. (bnc#962328)
+- version 3.1.8
+
+---

Old:

  yast2-ca-management-3.1.7.tar.bz2

New:

  yast2-ca-management-3.1.8.tar.bz2



Other differences:
--
++ yast2-ca-management.spec ++
--- /var/tmp/diff_new_pack.ihYO07/_old  2016-01-28 17:19:25.0 +0100
+++ /var/tmp/diff_new_pack.ihYO07/_new  2016-01-28 17:19:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ca-management
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ca-management
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ca-management-3.1.7.tar.bz2 -> yast2-ca-management-3.1.8.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ca-management-3.1.7/package/yast2-ca-management.changes 
new/yast2-ca-management-3.1.8/package/yast2-ca-management.changes
--- old/yast2-ca-management-3.1.7/package/yast2-ca-management.changes   
2015-06-24 12:33:29.0 +0200
+++ new/yast2-ca-management-3.1.8/package/yast2-ca-management.changes   
2016-01-21 15:18:14.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Jan 21 13:06:17 CET 2016 - sch...@suse.de
+
+- AutoYaST: Reporting timeout errors only. (bnc#962328)
+- version 3.1.8
+
+---
 Tue Jun 23 09:05:12 UTC 2015 - c...@suse.com
 
 - bnc#922765
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ca-management-3.1.7/package/yast2-ca-management.spec 
new/yast2-ca-management-3.1.8/package/yast2-ca-management.spec
--- old/yast2-ca-management-3.1.7/package/yast2-ca-management.spec  
2015-06-24 12:33:29.0 +0200
+++ new/yast2-ca-management-3.1.8/package/yast2-ca-management.spec  
2016-01-21 15:18:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ca-management
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ca-management-3.1.7/src/include/ca-management/new_cert_read_write.rb 
new/yast2-ca-management-3.1.8/src/include/ca-management/new_cert_read_write.rb
--- 
old/yast2-ca-management-3.1.7/src/include/ca-management/new_cert_read_write.rb  
2015-06-24 12:33:30.0 +0200
+++ 
new/yast2-ca-management-3.1.8/src/include/ca-management/new_cert_read_write.rb  
2016-01-21 15:18:15.0 +0100
@@ -48,6 +48,7 @@
 
   Yast.import "CaMgm"
   Yast.import "Popup"
+  Yast.import "Mode"
   Yast.import "Timezone"
   Yast.import "YaPI::CaManagement"
 
@@ -1932,7 +1933,7 @@
 _(
   "The default certificate can also be created in\nthe CA 
Management module.\n"
 )
-  )
+  ) unless Mode.auto
   return false
 else
   certList = Convert.convert(
@@ -2013,7 +2014,7 @@
   _(
 "The default certificate can also be created in\nthe CA Management 
module.\n"
   )
-)
+) unless Mode.auto
 return false
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ca-management-3.1.7/src/include/ca-management/popup.rb 
new/yast2-ca-management-3.1.8/src/include/ca-management/popup.rb
--- old/yast2-ca-management-3.1.7/src/include/ca-management/popup.rb
2015-06-24 12:33:30.0 +0200
+++ new/yast2-ca-management-3.1.8/src/include/ca-management/popup.rb
2016-01-21 15:18:15.0 +0100
@@ -37,6 +37,8 @@
   Yast.import "Wizard"
   Yast.import "Label"
   

commit kwordquiz for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2016-01-28 17:22:09

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  2016-01-10 
13:06:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2016-01-28 
17:22:10.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:32:13 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kwordquiz-15.12.0.tar.xz

New:

  kwordquiz-15.12.1.tar.xz



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.hxPW7w/_old  2016-01-28 17:22:10.0 +0100
+++ /var/tmp/diff_new_pack.hxPW7w/_new  2016-01-28 17:22:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kwordquiz
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+
@@ -76,11 +76,12 @@
 %{_kf5_applicationsdir}/org.kde.kwordquiz.desktop
 %{_kf5_appsdir}/kwordquiz/
 %{_kf5_bindir}/kwordquiz
-%{_kf5_sharedir}/appdata/kwordquiz.appdata.xml
+%{_kf5_sharedir}/appdata/org.kde.kwordquiz.appdata.xml
 %{_kf5_iconsdir}/hicolor/*/apps/kwordquiz.*
 %{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-kwordquiz.png
 %{_kf5_configkcfgdir}/
 %_datadir/knotifications5/
 %_datadir/kxmlgui5/kwordquiz/
+%_kf5_configdir/kwordquiz.knsrc
 
 %changelog

++ kwordquiz-15.12.0.tar.xz -> kwordquiz-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-15.12.0/CMakeLists.txt 
new/kwordquiz-15.12.1/CMakeLists.txt
--- old/kwordquiz-15.12.0/CMakeLists.txt2015-11-04 15:28:10.0 
+0100
+++ new/kwordquiz-15.12.1/CMakeLists.txt2015-12-28 18:13:00.0 
+0100
@@ -48,5 +48,5 @@
 add_subdirectory(doc)
 add_subdirectory(src)
 
-install(FILES kwordquiz.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
+install(FILES org.kde.kwordquiz.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-15.12.0/kwordquiz.appdata.xml 
new/kwordquiz-15.12.1/kwordquiz.appdata.xml
--- old/kwordquiz-15.12.0/kwordquiz.appdata.xml 2015-11-04 15:28:10.0 
+0100
+++ new/kwordquiz-15.12.1/kwordquiz.appdata.xml 1970-01-01 01:00:00.0 
+0100
@@ -1,105 +0,0 @@
-
-
-  org.kde.kwordquiz.desktop
-  CC0-1.0
-  GPL-2.0+
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  KWordQuiz
-  xxKWordQuizxx
-  KWordQuiz
-  語言_KWordQuiz
-  Flash Card Trainer
-  Entrenador de tarxetes
-  Učitelj fleš karticama
-  Entrenador per targetes ràpides
-  Entrenador per targetes ràpides
-  Procvičování slovní zásoby s kartičkami
-  Karteikartentrainer
-  Flash Card Trainer
-  Entrenador de tarjetas
-  Sähvikute treening
-  Sanaston harjoittelu kysymyskorteilla
-  Entraînement aux cartes mémoire
-  Adestrador de vocabulario
-  Apprendimento con carte mnemoniche
-  플래시 카드 트레이너
-  Mokymasis iš kortelių
-  Koorten-Lehrprogramm
-  Woorden oefenen
-  Ćwiczenie z fiszkami
-  Treinador de Cartões
-  Treinador de cartões
-  Программа для изучения новой лексики
-  Precvičovanie slovnej zásoby s kartičkami
-  Učenje s spominskimi kartami
-  Flash Card Trainer
-  Fiş Çalıştırıcı
-  Тренування словникового запасу
-  xxFlash Card Trainerxx
-  閃卡訓練師
-  
-KWordQuiz is a general purpose flash card program. It can be used for 
vocabulary learning and many other subjects. It provides an editor and five 
different flashcard quiz modes. It uses the KVTML file format and contributed 
files can be downloaded from within the application.
-KWordQuiz ye un programa de tarxetes. Pue usase pal 
deprendimientu de vocabulariu y munches otres asignatures. Apurre un editor y 5 
moos estremaos de tarxetes. Usa'l formatu de ficheru KVTML y puen baxase dende 
l'aplicación ficheros d'otros contribuyentes.
-KWordQuiz je program opšte namjene fleš kartica. Može se 
koristiti za učenje riječi i s mnogim drugim 

commit fsharp for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package fsharp for openSUSE:Factory checked 
in at 2016-01-28 17:24:22

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


Package is "fsharp"

Changes:

--- /work/SRC/openSUSE:Factory/fsharp/fsharp.changes2015-12-13 
09:40:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsharp.new/fsharp.changes   2016-01-28 
17:25:11.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 26 17:37:24 UTC 2016 - idon...@suse.com
+
+- Ship xbuild files 
+
+---



Other differences:
--
++ fsharp.spec ++
--- /var/tmp/diff_new_pack.OclFTl/_old  2016-01-28 17:25:13.0 +0100
+++ /var/tmp/diff_new_pack.OclFTl/_new  2016-01-28 17:25:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fsharp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -54,7 +54,6 @@
 %makeinstall
 rm -rf ${RPM_BUILD_ROOT}%{_prefix}/lib/mono/monodroid
 rm -rf ${RPM_BUILD_ROOT}%{_prefix}/lib/mono/monotouch
-rm -rf ${RPM_BUILD_ROOT}%{_prefix}/lib/mono/xbuild
 
 #fix script-without-shebang warnings
 find %{buildroot}%{_prefix}/lib/mono -iname "*.Fsharp.Targets" -type f -print0 
| xargs -0 chmod -v -x
@@ -121,5 +120,6 @@
 %{_prefix}/lib/mono/gac/policy.3.47.FSharp.Core/
 %{_prefix}/lib/mono/gac/policy.3.7.FSharp.Core/
 %{_prefix}/lib/mono/gac/policy.3.78.FSharp.Core/
+%{_prefix}/lib/mono/xbuild
 
 %changelog




commit ghc-memory for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-memory for openSUSE:Factory 
checked in at 2016-01-28 17:23:58

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


Package is "ghc-memory"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-memory/ghc-memory.changes2016-01-07 
00:25:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-memory.new/ghc-memory.changes   
2016-01-28 17:24:53.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 15 10:04:57 UTC 2016 - mimi...@gmail.com
+
+- update 0.11 
+
+---

Old:

  memory-0.10.tar.gz

New:

  memory-0.11.tar.gz



Other differences:
--
++ ghc-memory.spec ++
--- /var/tmp/diff_new_pack.UOWviT/_old  2016-01-28 17:24:54.0 +0100
+++ /var/tmp/diff_new_pack.UOWviT/_new  2016-01-28 17:24:54.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-memory
-Version:0.10
+Version:0.11
 Release:0
 Summary:Memory and related abtraction stuff
 License:BSD-3-Clause

++ memory-0.10.tar.gz -> memory-0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.10/Data/ByteArray/ScrubbedBytes.hs 
new/memory-0.11/Data/ByteArray/ScrubbedBytes.hs
--- old/memory-0.10/Data/ByteArray/ScrubbedBytes.hs 2015-09-08 
15:28:21.0 +0200
+++ new/memory-0.11/Data/ByteArray/ScrubbedBytes.hs 2016-01-12 
23:28:28.0 +0100
@@ -64,10 +64,29 @@
 | otherwise   = IO $ \s ->
 case newAlignedPinnedByteArray# sz 8# s of
 (# s1, mbarr #) ->
-let !scrubber = getScrubber sz
+let !scrubber = (getScrubber sz) (byteArrayContents# 
(unsafeCoerce# mbarr))
 !mba  = ScrubbedBytes mbarr
- in case mkWeak# mbarr () (scrubber (byteArrayContents# 
(unsafeCoerce# mbarr)) >> touchScrubbedBytes mba) s1 of
+ in case mkWeak# mbarr () (finalize scrubber mba) s1 of
 (# s2, _ #) -> (# s2, mba #)
+  where
+#if __GLASGOW_HASKELL__ > 800
+finalize :: (State# RealWorld -> State# RealWorld) -> ScrubbedBytes -> 
State# RealWorld -> State# RealWorld
+finalize scrubber mba@(ScrubbedBytes _) = \s1 ->
+case scrubber s1 of
+s2 -> touch# mba s2
+#elif __GLASGOW_HASKELL__ >= 800
+finalize :: (State# RealWorld -> State# RealWorld) -> ScrubbedBytes -> 
State# RealWorld -> (# State# RealWorld, () #)
+finalize scrubber mba@(ScrubbedBytes _) = \s1 ->
+case scrubber s1 of
+s2 -> case touch# mba s2 of
+s3 -> (# s3, () #)
+#else
+finalize :: (State# RealWorld -> State# RealWorld) -> ScrubbedBytes -> IO 
()
+finalize scrubber mba@(ScrubbedBytes _) = IO $ \s1 -> do
+case scrubber s1 of
+s2 -> case touch# mba s2 of
+s3 -> (# s3, () #)
+#endif
 
 scrubbedBytesAllocRet :: Int -> (Ptr p -> IO a) -> IO (a, ScrubbedBytes)
 scrubbedBytesAllocRet sz f = do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.10/Data/Memory/Internal/CompatPrim.hs 
new/memory-0.11/Data/Memory/Internal/CompatPrim.hs
--- old/memory-0.10/Data/Memory/Internal/CompatPrim.hs  2015-09-08 
15:28:21.0 +0200
+++ new/memory-0.11/Data/Memory/Internal/CompatPrim.hs  2016-01-12 
23:28:28.0 +0100
@@ -75,10 +75,10 @@
  -> (Int# -> a) -- ^ if it divided by 8, the argument is the 
number of 8 bytes words
  -> (Int# -> a) -- ^ if it doesn't, just the number of bytes
  -> a
-#if __GLASGOW_HASKELL__ >= 740
+#if __GLASGOW_HASKELL__ > 704
 eitherDivideBy8# v f8 f1 =
-let !(# q, r #) = quotRemInt v 8#
- in if booleanPrim (r ==# 0)
+let !(# q, r #) = quotRemInt# v 8#
+ in if booleanPrim (r ==# 0#)
 then f8 q
 else f1 v
 #else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.10/Data/Memory/Internal/Scrubber.hs 
new/memory-0.11/Data/Memory/Internal/Scrubber.hs
--- old/memory-0.10/Data/Memory/Internal/Scrubber.hs2015-09-08 
15:28:21.0 +0200
+++ new/memory-0.11/Data/Memory/Internal/Scrubber.hs2016-01-12 
23:28:28.0 +0100
@@ -15,10 +15,9 @@
 ) where
 
 import GHC.Prim
-import GHC.IO
 import Data.Memory.Internal.CompatPrim (booleanPrim)
 
-getScrubber :: Int# -> (Addr# -> IO ())
+getScrubber :: Int# -> (Addr# -> State# RealWorld -> State# RealWorld)
 getScrubber sz 
 | booleanPrim (sz ==# 4#)  = scrub4
 | booleanPrim (sz ==# 8#)  = scrub8
@@ -26,31 +25,31 @@
 | 

commit kalzium for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory checked 
in at 2016-01-28 17:20:38

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


Package is "kalzium"

Changes:

--- /work/SRC/openSUSE:Factory/kalzium/kalzium.changes  2016-01-10 
13:04:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kalzium.new/kalzium.changes 2016-01-28 
17:20:40.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:12:17 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kalzium-15.12.0.tar.xz

New:

  kalzium-15.12.1.tar.xz



Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.xPyu3q/_old  2016-01-28 17:20:41.0 +0100
+++ /var/tmp/diff_new_pack.xPyu3q/_new  2016-01-28 17:20:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kalzium
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Periodic Table of Elements
 License:GPL-2.0+

++ kalzium-15.12.0.tar.xz -> kalzium-15.12.1.tar.xz ++




commit kiwi for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2016-01-28 17:18:30

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


Package is "kiwi"

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2016-01-05 
09:40:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2016-01-28 
17:18:34.0 +0100
@@ -1,0 +2,146 @@
+Thu Jan 14 12:53:29 CET 2016 - m...@suse.de
+
+- v7.03.49 released
+  
+---
+Tue Jan 12 15:39:39 CET 2016 - m...@suse.de
+  
+- Don't use filesystem specific mount option
+  
+  When mounting the read write filesystem, prevent using
+  filesystem specific options like barrier
+  
+---
+Tue Jan 12 15:38:08 CET 2016 - m...@suse.de
+  
+- Use HYBRID_EXT4_OPTS in fat container filesystem
+  
+---
+Tue Jan 12 15:34:40 CET 2016 - m...@suse.de
+  
+- Check read write filesystem prior to mounting
+  
+  If a filesystem type could be identified on the read write
+  partition check it before mounting to eliminate a potential
+  dirty state
+  
+---
+Tue Jan 12 15:26:55 CET 2016 - m...@suse.de
+  
+- Cascade exfat mount
+  
+  try normal mount first, if this does not work try fuse mount
+  Normally this is done automatically by the mount program but
+  if not we will give the direct fuse mount a chance
+  
+---
+Mon Jan 11 19:11:12 CET 2016 - m...@suse.de
+  
+- Make createFileSystem more robust
+  
+  When passing in a loop file instead of a device name, the method
+  should be smart enough to handle the name without shell evaluation
+  
+---
+Mon Jan 11 16:38:32 CET 2016 - m...@suse.de
+  
+- Compile rnc -> rng
+  
+---
+Mon Jan 11 16:30:09 CET 2016 - m...@suse.de
+  
+- Added support for exfat as hybrid filesystem
+  
+  In addition to fat also exfat is now supported as persistent
+  write filesystem. Because of the limitations of a fat filesystem
+  fat and exfat are only used as a container filesystem providing
+  an ext4 linux filesystem as a cowfile. The algorithm to create
+  the size of the cow file has also been changed to use half of
+  the size of the write partition or on fat a max size of 4G.
+  The size of the cowfile is also prepared to become overwritten.
+  However the XML definition and implementation to do this
+  is still missing
+  
+---
+Mon Jan 11 16:08:17 CET 2016 - m...@suse.de
+  
+- Reread partition table after hybrid setup
+  
+  The hybrid write partition is created via fdisk. Some version
+  of fdisk does not send the ioctl to let the kernel reread the
+  table or fdisk itself holds it busy. Thus we actively initiate
+  a reread via blockdev
+  
+---
+Mon Jan 11 16:05:28 CET 2016 - m...@suse.de
+  
+- Optimize ext4 hybrid write filesystem options
+  
+  Optimized for 512kB erase block size
+  
+---
+Mon Jan 11 12:54:57 CET 2016 - m...@suse.de
+  
+- Use mount options to increase overlay performace
+  
+  For overlay filesystems not writing into a tmpfs performance is
+  more important than safety. We use this combination of options
+  for now, if you encounter stability problems please let us know
+  
+---
+Mon Jan 11 12:32:43 CET 2016 - m...@suse.de
+  
+- Use -f force option for extX filesystem checker
+  
+---
+Mon Jan 11 12:25:15 CET 2016 - m...@suse.de
+  
+- Refactor and cleanup setupReadWrite
+  
+  Fix misleading error message and refactor the code to be less
+  complex and more clear in the processing of tasks
+  
+---
+Mon Jan 11 11:38:59 CET 2016 - m...@suse.de
+  
+- Allow custom cowfile name for persistent data
+  
+  Instead of a fixed name 'cowfile' we allow a custom name which is
+  predefined in HYBRID_PERSISTENT_FILENAME and prepared to become
+  overwritten by an XML defintion whose implementation will follow
+  later. Reason for the change is that a cowfile is visible as
+  plain data file to the operating system if e.g used on a live
+  stick. It should be more clear to the user what this file is
+  good for
+  

commit ghc-constraints for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-constraints for openSUSE:Factory 
checked in at 2016-01-28 17:23:41

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


Package is "ghc-constraints"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-constraints/ghc-constraints.changes  
2016-01-08 15:23:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-constraints.new/ghc-constraints.changes 
2016-01-28 17:24:35.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 20 09:03:54 UTC 2016 - mimi...@gmail.com
+
+- update to 0.8
+* Remove the need for closed type families from the new Forall.
+* Found a nicer encoding of the initial object in the category of constraints 
+using a nullary constraint.
+* binary 0.8 compatibility
+* transformers 0.5 compatibility
+
+---

Old:

  constraints-0.6.tar.gz

New:

  constraints-0.8.tar.gz



Other differences:
--
++ ghc-constraints.spec ++
--- /var/tmp/diff_new_pack.DVAEXM/_old  2016-01-28 17:24:36.0 +0100
+++ /var/tmp/diff_new_pack.DVAEXM/_new  2016-01-28 17:24:36.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name constraints
 
 Name:   ghc-constraints
-Version:0.6
+Version:0.8
 Release:0
 Summary:Constraint manipulation
 License:BSD-2-Clause

++ constraints-0.6.tar.gz -> constraints-0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/constraints-0.6/constraints.cabal 
new/constraints-0.8/constraints.cabal
--- old/constraints-0.6/constraints.cabal   2015-11-10 14:16:35.0 
+0100
+++ new/constraints-0.8/constraints.cabal   2016-01-17 03:10:38.0 
+0100
@@ -1,6 +1,6 @@
 name:  constraints
 category:  Constraints
-version:   0.6
+version:   0.8
 license:   BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
@@ -17,7 +17,7 @@
   This package provides a vocabulary for working with them.
 
 build-type:Simple
-tested-with:   GHC == 7.8.3, GHC == 7.7.20131027, GHC == 7.7.20131025
+tested-with:   GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2
 extra-source-files: README.markdown
 
 source-repository head
@@ -41,26 +41,24 @@
 GADTs
 
   build-depends:
-base >= 4.6 && < 5,
-binary >= 0.7.3 && < 0.8,
+base >= 4.7 && < 5,
+binary >= 0.7.3 && < 0.9,
 deepseq >= 1.3 && < 1.5,
 ghc-prim,
 hashable >= 1.2 && < 1.3,
 mtl >= 2 && < 2.3,
-transformers >= 0.2 && < 0.5,
+transformers >= 0.2 && < 0.6,
 transformers-compat >= 0.4 && < 1
 
   if impl(ghc < 7.8)
 build-depends:
   newtype >= 0.2 && < 0.3,
   tagged >= 0.2 && < 1
-  else
-exposed-modules:
-  Data.Constraint.Forall
 
   exposed-modules:
 Data.Constraint
 Data.Constraint.Deferrable
+Data.Constraint.Forall
 Data.Constraint.Lifting
 Data.Constraint.Unsafe
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/constraints-0.6/src/Data/Constraint/Forall.hs 
new/constraints-0.8/src/Data/Constraint/Forall.hs
--- old/constraints-0.6/src/Data/Constraint/Forall.hs   2015-11-10 
14:16:35.0 +0100
+++ new/constraints-0.8/src/Data/Constraint/Forall.hs   2016-01-17 
03:10:38.0 +0100
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 {-# LANGUAGE MultiParamTypeClasses #-}
 {-# LANGUAGE UndecidableInstances #-}
 {-# LANGUAGE ScopedTypeVariables #-}
@@ -7,11 +8,14 @@
 {-# LANGUAGE TypeFamilies #-}
 {-# LANGUAGE Trustworthy #-}
 {-# LANGUAGE PolyKinds #-}
+#if __GLASGOW_HASKELL__ >= 800
+{-# LANGUAGE UndecidableSuperClasses #-}
+#endif
 -
 -- |
 -- Module  :  Data.Constraint.Forall
 -- Copyright   :  (C) 2011-2015 Edward Kmett,
---(C) 2015 Ørjan Johansen,
+--(C) 2015 Ørjan Johansen
 -- License :  BSD-style (see the file LICENSE)
 --
 -- Maintainer  :  Edward Kmett 
@@ -95,22 +99,22 @@
 -- which would be disastrous.
 
 -- | A representation of the quantified constraint @forall a. p a@.
-type family Forall (p :: k -> Constraint) :: Constraint where
-Forall p = Forall_ p
+type family Forall (p :: k -> Constraint) :: Constraint
+type instance Forall p = Forall_ p
 class p (Skolem p) => Forall_ (p :: k -> Constraint)
 instance p (Skolem p) => Forall_ (p :: k -> Constraint)
 
 -- | A representation of the quantified constraint @forall a. p (f a)@.
-type family ForallF (p :: k2 -> Constraint) (f :: k1 -> k2) :: Constraint where
-ForallF p f = ForallF_ p f
+type family ForallF (p :: k2 -> Constraint) (f :: k1 

commit ghc-bifunctors for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-bifunctors for openSUSE:Factory 
checked in at 2016-01-28 17:23:35

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


Package is "ghc-bifunctors"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-bifunctors/ghc-bifunctors.changes
2016-01-08 15:23:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-bifunctors.new/ghc-bifunctors.changes   
2016-01-28 17:24:31.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan 20 08:55:42 UTC 2016 - mimi...@gmail.com
+
+- update to 5.2
+* dded several Arrow-like instances for Tannen so we can use it as the Cayley 
+construction if needed.
+* Added Data.Bifunctor.Sum
+* Added BifunctorFunctor, BifunctorMonad and BifunctorComonad.
+
+---

Old:

  bifunctors-5.1.tar.gz

New:

  bifunctors-5.2.tar.gz



Other differences:
--
++ ghc-bifunctors.spec ++
--- /var/tmp/diff_new_pack.KK2FzZ/_old  2016-01-28 17:24:31.0 +0100
+++ /var/tmp/diff_new_pack.KK2FzZ/_new  2016-01-28 17:24:31.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name bifunctors
 
 Name:   ghc-bifunctors
-Version:5.1
+Version:5.2
 Release:0
 Summary:Bifunctors
 License:BSD-2-Clause
@@ -32,6 +32,8 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  ghc-comonad-devel
+BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-semigroups-devel
 BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-template-haskell-devel

++ bifunctors-5.1.tar.gz -> bifunctors-5.2.tar.gz ++
 1684 lines of diff (skipped)




commit okteta for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-01-28 17:22:16

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.changes2016-01-10 
13:07:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-01-28 
17:22:18.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:35:38 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  okteta-15.12.0.tar.xz

New:

  okteta-15.12.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.zlFDi6/_old  2016-01-28 17:22:19.0 +0100
+++ /var/tmp/diff_new_pack.zlFDi6/_new  2016-01-28 17:22:19.0 +0100
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.12.0.tar.xz -> okteta-15.12.1.tar.xz ++




commit perl-Mojolicious for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2016-01-28 17:23:47

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


Package is "perl-Mojolicious"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2016-01-22 01:09:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2016-01-28 17:24:40.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan 25 16:55:00 UTC 2016 - co...@suse.com
+
+- updated to 6.42
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.42  2016-01-24
+- Fixed use of deprecated Perl feature in Mojo::JSON.
+- Fixed validation filter bugs in Mojolicious::Validator::Validation.
+  
+  6.41  2016-01-20
+- Added support for validation filters.
+- Added filters attribute to Mojolicious::Validator.
+- Added add_filter method to Mojolicious::Validator.
+- Added filter arguments to optional and required methods in
+  Mojolicious::Validator::Validation.
+- Fixed MOJO_WEBSOCKET_DEBUG environment variable. (jberger)
+
+---

Old:

  Mojolicious-6.40.tar.gz

New:

  Mojolicious-6.42.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.COY4ue/_old  2016-01-28 17:24:41.0 +0100
+++ /var/tmp/diff_new_pack.COY4ue/_new  2016-01-28 17:24:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.40
+Version:6.42
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.40.tar.gz -> Mojolicious-6.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.40/Changes new/Mojolicious-6.42/Changes
--- old/Mojolicious-6.40/Changes2016-01-13 19:13:50.0 +0100
+++ new/Mojolicious-6.42/Changes2016-01-24 23:00:27.0 +0100
@@ -1,4 +1,16 @@
 
+6.42  2016-01-24
+  - Fixed use of deprecated Perl feature in Mojo::JSON.
+  - Fixed validation filter bugs in Mojolicious::Validator::Validation.
+
+6.41  2016-01-20
+  - Added support for validation filters.
+  - Added filters attribute to Mojolicious::Validator.
+  - Added add_filter method to Mojolicious::Validator.
+  - Added filter arguments to optional and required methods in
+Mojolicious::Validator::Validation.
+  - Fixed MOJO_WEBSOCKET_DEBUG environment variable. (jberger)
+
 6.40  2016-01-13
   - Removed client_challenge, client_handshake, server_handshake and 
server_open
 methods from Mojo::Transaction::WebSocket. (batman, sri)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.40/META.json 
new/Mojolicious-6.42/META.json
--- old/Mojolicious-6.40/META.json  2016-01-13 21:07:28.0 +0100
+++ new/Mojolicious-6.42/META.json  2016-01-24 23:01:37.0 +0100
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.40"
+   "version" : "6.42"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.40/META.yml 
new/Mojolicious-6.42/META.yml
--- old/Mojolicious-6.40/META.yml   2016-01-13 21:07:28.0 +0100
+++ new/Mojolicious-6.42/META.yml   2016-01-24 23:01:37.0 +0100
@@ -31,4 +31,4 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.40'
+version: '6.42'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.40/README.md 
new/Mojolicious-6.42/README.md
--- old/Mojolicious-6.40/README.md  2016-01-09 05:25:41.0 +0100
+++ new/Mojolicious-6.42/README.md  2016-01-24 04:33:27.0 +0100
@@ -11,23 +11,25 @@
 
 ## Features
 
-  * An amazing real-time web framework, allowing you to easily grow single
+  * An amazing **real-time web framework**, allowing you to easily grow single
 file prototypes into well-structured web applications.
 * Powerful out of the box with RESTful routes, plugins, commands, Perl-ish
   templates, content negotiation, session management, form validation,
   testing framework, static file server, CGI/[PSGI](http://plackperl.org)
   detection, first class Unicode support and much more for you to
   discover.
+  * A powerful **web development toolkit**, that you can use for all kinds of
+applications, independently of the web framework.
+* Full 

commit ktp-approver for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ktp-approver for openSUSE:Factory 
checked in at 2016-01-28 17:21:52

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
2016-01-10 13:06:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktp-approver.new/ktp-approver.changes   
2016-01-28 17:21:54.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:30:22 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  ktp-approver-15.12.0.tar.xz

New:

  ktp-approver-15.12.1.tar.xz



Other differences:
--
++ ktp-approver.spec ++
--- /var/tmp/diff_new_pack.fG6zTQ/_old  2016-01-28 17:21:55.0 +0100
+++ /var/tmp/diff_new_pack.fG6zTQ/_new  2016-01-28 17:21:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-approver
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:KDE Channel Approver for Telepathy
 License:LGPL-2.1+

++ ktp-approver-15.12.0.tar.xz -> ktp-approver-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-approver-15.12.0/CMakeLists.txt 
new/ktp-approver-15.12.1/CMakeLists.txt
--- old/ktp-approver-15.12.0/CMakeLists.txt 2015-12-08 17:05:42.0 
+0100
+++ new/ktp-approver-15.12.1/CMakeLists.txt 2016-01-07 00:19:56.0 
+0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 
 set(KTP_APPROVER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 




commit ghc-aeson for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-aeson for openSUSE:Factory 
checked in at 2016-01-28 17:23:29

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


Package is "ghc-aeson"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-aeson/ghc-aeson.changes  2016-01-08 
15:22:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-aeson.new/ghc-aeson.changes 2016-01-28 
17:24:27.0 +0100
@@ -2,50 +1,0 @@
-Wed Dec 23 15:40:06 UTC 2015 - mimi...@gmail.com
-
-- update to 0.10.0.0
-* Performance improvements:
-   + Direct encoding via the new toEncoding method is over 2x faster than 
toJSON.
-  (You must write or code-gen a toEncoding implementation to unlock this 
speedup. 
-  See below for details.)
-   + Improved string decoding gives a 12% speed win in parsing 
string-heavy JSON
- payloads (very common).
-   + Encoding and decoding of time-related types are 10x faster (!!) as a 
result of
-  bypassing Data.Time.Format and the arbitrary-precision Integer type.
-   + When using toEncoding, [Char] can be encoded without a conversion to 
Text. 
- This is fast and efficient.
-   + Parsing into an Object is now 5% faster and more allocation-efficient.
-* SUBTLE API CHANGES, READ CAREFULLY:
-   + With the exception of long-deprecated code, the API changes below 
should be 
-   upwards compatible from older versions of aeson. If you run 
into upgrade 
-   problems, please file an issue with details.
-   + The ToJSON class has a new method, toEncoding, that allows direct 
encoding 
-   from a Haskell value to a lazy bytestring without construction 
of an 
-   intermediate Value.
-   + The performance benefits of direct encoding are significant: more 
than 2x 
-   faster than before, with less than 1/3 the memory usage.
-   + To preserve API compatibility across upgrades from older versions of 
this 
-   library, the default implementation of toEncoding uses toJSON. 
You will not 
-   see any performance improvement unless you write an 
implementation of 
-   toEncoding, which can be very simple:
-   instance ToJSON Coord where
- toEncoding = genericToEncoding defaultOptions
-   (Behind the scenes, the encode function uses toEncoding now, so 
if you 
-   implement toEncoding for your types, you should see a speedup 
immediately.)
-   + If you use Template Haskell or GHC Generics to auto-generate your 
ToJSON 
-   instances, you'll benefit from fast toEncoding implementations 
for free!
-   + When converting from a Value to a target Haskell type, FromJSON 
instances now 
-   provide much better error messages, including a complete JSON 
path from the
-root of the object to the offending element. This greatly 
eases debugging.
-   + It is now possible to use Template Haskell to generate FromJSON and 
ToJSON 
-   instances for types in data families.
-   + If you use Template Haskell or generics, and used to use the camelTo 
function 
-   to rename fields, the new camelTo2 function is smarter. For 
example, camelTo
-will rename CamelAPICase to camelapi_case (ugh!), while 
camelTo2 will map
-it to camel_api_case (yay!).
-   + New ToJSON and FromJSON instances for the following time-related 
types: Day, 
-   LocalTime.
-   + The Result type is now an instance of Foldable and Traversable.
-   + The Data.Aeson.Generic module has been removed. It was deprecated in 
late 2013.
-   + The instance of Monad for the Result type lacked an implementation of 
fail
-(oops). This has been corrected.
-


Old:

  aeson-0.10.0.0.tar.gz

New:

  aeson-0.9.0.1.tar.gz



Other differences:
--
++ ghc-aeson.spec ++
--- /var/tmp/diff_new_pack.9IKUB4/_old  2016-01-28 17:24:28.0 +0100
+++ /var/tmp/diff_new_pack.9IKUB4/_new  2016-01-28 17:24:28.0 +0100
@@ -20,8 +20,8 @@
 
 %bcond_with tests
 
-Name:   ghc-aeson
-Version:0.10.0.0
+Name:   ghc-%{pkg_name}
+Version:0.9.0.1
 Release:0
 Summary:Fast JSON parsing and encoding
 License:BSD-3-Clause
@@ -41,6 +41,7 @@
 BuildRequires:  ghc-dlist-devel
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-old-locale-devel
 BuildRequires:  ghc-scientific-devel
 BuildRequires:  ghc-syb-devel
 BuildRequires:  

commit kbruch for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2016-01-28 17:20:51

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


Package is "kbruch"

Changes:

--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes2016-01-10 
13:04:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes   2016-01-28 
17:20:53.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:14:16 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kbruch-15.12.0.tar.xz

New:

  kbruch-15.12.1.tar.xz



Other differences:
--
++ kbruch.spec ++
--- /var/tmp/diff_new_pack.jJcetr/_old  2016-01-28 17:20:54.0 +0100
+++ /var/tmp/diff_new_pack.jJcetr/_new  2016-01-28 17:20:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kbruch
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Excercise Fractions
 License:GPL-2.0+

++ kbruch-15.12.0.tar.xz -> kbruch-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-15.12.0/src/CMakeLists.txt 
new/kbruch-15.12.1/src/CMakeLists.txt
--- old/kbruch-15.12.0/src/CMakeLists.txt   2015-11-04 15:24:45.0 
+0100
+++ new/kbruch-15.12.1/src/CMakeLists.txt   2016-01-07 21:28:57.0 
+0100
@@ -2,7 +2,6 @@
 
 ### next target ###
 
-add_definitions(-DTRANSLATION_DOMAIN=\"kbruch\")
 include_directories( ${CMAKE_CURRENT_BINARY_DIR} )
 
 set(kbruch_SRCS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-15.12.0/src/KBruch.cpp 
new/kbruch-15.12.1/src/KBruch.cpp
--- old/kbruch-15.12.0/src/KBruch.cpp   2015-11-04 15:24:45.0 +0100
+++ new/kbruch-15.12.1/src/KBruch.cpp   2016-01-07 21:28:57.0 +0100
@@ -43,6 +43,7 @@
 srand(time(NULL));
 QApplication app(argc, argv);
 
+KLocalizedString::setApplicationDomain("kbruch");
 
 Kdelibs4ConfigMigrator migrate(QStringLiteral("kbruch"));
 migrate.setConfigFiles(QStringList() << QStringLiteral("kbruchrc"));




commit caja for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2016-01-28 17:23:18

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


Package is "caja"

Changes:

--- /work/SRC/openSUSE:Factory/caja/caja.changes2015-12-24 
12:17:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes   2016-01-28 
17:24:06.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 25 15:46:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.12.3:
+  * Fix wrong text colour in icon view with some light themes.
+  * Fix crash due to unneeded assert.
+
+---

Old:

  caja-1.12.2.tar.xz

New:

  caja-1.12.3.tar.xz



Other differences:
--
++ caja.spec ++
--- /var/tmp/diff_new_pack.CmcRZ6/_old  2016-01-28 17:24:07.0 +0100
+++ /var/tmp/diff_new_pack.CmcRZ6/_new  2016-01-28 17:24:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caja
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define typelib typelib-1_0-Caja-2_0
 %define _version 1.12
 Name:   caja
-Version:1.12.2
+Version:1.12.3
 Release:0
 Summary:File manager for the MATE desktop
 License:GPL-2.0 and LGPL-2.0

++ caja-1.12.2.tar.xz -> caja-1.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-1.12.2/NEWS new/caja-1.12.3/NEWS
--- old/caja-1.12.2/NEWS2015-12-23 14:00:45.0 +0100
+++ new/caja-1.12.3/NEWS2016-01-25 12:29:44.0 +0100
@@ -1,3 +1,7 @@
+Major changes in 1.12.3 are:
+* Fix wrong text color in icon view with some light themes
+* Fix crash due to unneeded assert
+
 Major changes in 1.12.2 are:
 * Set smclient mode to "no restart" when either running as root
   or on other desktops
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-1.12.2/configure new/caja-1.12.3/configure
--- old/caja-1.12.2/configure   2015-12-23 14:07:31.0 +0100
+++ new/caja-1.12.3/configure   2016-01-25 12:30:41.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for caja 1.12.2.
+# Generated by GNU Autoconf 2.69 for caja 1.12.3.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='caja'
 PACKAGE_TARNAME='caja'
-PACKAGE_VERSION='1.12.2'
-PACKAGE_STRING='caja 1.12.2'
+PACKAGE_VERSION='1.12.3'
+PACKAGE_STRING='caja 1.12.3'
 PACKAGE_BUGREPORT='http://www.mate-desktop.org'
 PACKAGE_URL=''
 
@@ -1475,7 +1475,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures caja 1.12.2 to adapt to many kinds of systems.
+\`configure' configures caja 1.12.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1545,7 +1545,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of caja 1.12.2:";;
+ short | recursive ) echo "Configuration of caja 1.12.3:";;
esac
   cat <<\_ACEOF
 
@@ -1696,7 +1696,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-caja configure 1.12.2
+caja configure 1.12.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2065,7 +2065,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by caja $as_me 1.12.2, which was
+It was created by caja $as_me 1.12.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2975,7 +2975,7 @@
 
 # Define the identity of the package.
  PACKAGE='caja'
- VERSION='1.12.2'
+ VERSION='1.12.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17169,7 +17169,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by caja $as_me 1.12.2, which was
+This file was extended by caja $as_me 1.12.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -17235,7 +17235,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 

commit kde-dev-utils for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kde-dev-utils for openSUSE:Factory 
checked in at 2016-01-28 17:20:54

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


Package is "kde-dev-utils"

Changes:

--- /work/SRC/openSUSE:Factory/kde-dev-utils/kde-dev-utils.changes  
2016-01-10 13:04:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.kde-dev-utils.new/kde-dev-utils.changes 
2016-01-28 17:20:56.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:15:16 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kde-dev-utils-15.12.0.tar.xz

New:

  kde-dev-utils-15.12.1.tar.xz



Other differences:
--
++ kde-dev-utils.spec ++
--- /var/tmp/diff_new_pack.OhY3bP/_old  2016-01-28 17:20:57.0 +0100
+++ /var/tmp/diff_new_pack.OhY3bP/_new  2016-01-28 17:20:57.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2 and LGPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-dev-utils-15.12.0.tar.xz -> kde-dev-utils-15.12.1.tar.xz ++




commit kjumpingcube for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kjumpingcube for openSUSE:Factory 
checked in at 2016-01-28 17:21:26

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
2016-01-10 13:05:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.kjumpingcube.new/kjumpingcube.changes   
2016-01-28 17:21:27.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:21:59 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kjumpingcube-15.12.0.tar.xz

New:

  kjumpingcube-15.12.1.tar.xz



Other differences:
--
++ kjumpingcube.spec ++
--- /var/tmp/diff_new_pack.0qvc0i/_old  2016-01-28 17:21:28.0 +0100
+++ /var/tmp/diff_new_pack.0qvc0i/_new  2016-01-28 17:21:28.0 +0100
@@ -42,7 +42,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:kjumpingcube-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kjumpingcube-15.12.0.tar.xz -> kjumpingcube-15.12.1.tar.xz ++




commit katomic for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package katomic for openSUSE:Factory checked 
in at 2016-01-28 17:20:44

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


Package is "katomic"

Changes:

--- /work/SRC/openSUSE:Factory/katomic/katomic.changes  2016-01-10 
13:04:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.katomic.new/katomic.changes 2016-01-28 
17:20:47.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:13:17 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  katomic-15.12.0.tar.xz

New:

  katomic-15.12.1.tar.xz



Other differences:
--
++ katomic.spec ++
--- /var/tmp/diff_new_pack.Zp6uXo/_old  2016-01-28 17:20:48.0 +0100
+++ /var/tmp/diff_new_pack.Zp6uXo/_new  2016-01-28 17:20:48.0 +0100
@@ -39,7 +39,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:katomic-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ katomic-15.12.0.tar.xz -> katomic-15.12.1.tar.xz ++




commit ksnakeduel for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2016-01-28 17:21:41

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.changes2016-01-10 
13:06:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes   
2016-01-28 17:21:43.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:27:52 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  ksnakeduel-15.12.0.tar.xz

New:

  ksnakeduel-15.12.1.tar.xz



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.ht2SfB/_old  2016-01-28 17:21:44.0 +0100
+++ /var/tmp/diff_new_pack.ht2SfB/_new  2016-01-28 17:21:44.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:ksnakeduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksnakeduel-15.12.0.tar.xz -> ksnakeduel-15.12.1.tar.xz ++




commit libvshadow for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package libvshadow for openSUSE:Factory 
checked in at 2016-01-28 17:23:10

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


Package is "libvshadow"

Changes:

--- /work/SRC/openSUSE:Factory/libvshadow/libvshadow.changes2015-01-30 
15:04:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvshadow.new/libvshadow.changes   
2016-01-28 17:23:53.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 25 12:27:50 UTC 2016 - greg.freem...@gmail.com
+
+- update to v0~20160110
+   * worked on Python 3 support
+   * worked on win2k3 format support
+   * introduced new function has_in_volume_data
+
+---

Old:

  libvshadow-alpha-20150106.tar.gz

New:

  libvshadow-alpha-20160110.tar.gz



Other differences:
--
++ libvshadow.spec ++
--- /var/tmp/diff_new_pack.kJzmvn/_old  2016-01-28 17:23:54.0 +0100
+++ /var/tmp/diff_new_pack.kJzmvn/_new  2016-01-28 17:23:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvshadow
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   libvshadow
 %define lname  libvshadow1
-%define timestamp  20150106
+%define timestamp  20160110
 Version:0~%{timestamp}
 Release:0
 Summary:Library to access the Volume Shadow Snapshot (VSS) format

++ libvshadow-alpha-20150106.tar.gz -> libvshadow-alpha-20160110.tar.gz 
++
 26196 lines of diff (skipped)




commit systemd for openSUSE:13.2:Update

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:13.2:Update 
checked in at 2016-01-28 14:40:59

Comparing /work/SRC/openSUSE:13.2:Update/systemd (Old)
 and  /work/SRC/openSUSE:13.2:Update/.systemd.new (New)


Package is "systemd"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.fKikbK/_old  2016-01-28 14:41:00.0 +0100
+++ /var/tmp/diff_new_pack.fKikbK/_new  2016-01-28 14:41:00.0 +0100
@@ -1 +1 @@
-
+




commit mate-tweak for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-01-28 17:22:38

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


Package is "mate-tweak"

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2016-01-12 
16:14:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-01-28 17:22:39.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 22 23:45:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 3.5.4.
+- Remove mate-tweak-no-dock-lacking-warnings.patch: fixed upstream.
+
+---

Old:

  mate-tweak-3.5.3.tar.gz
  mate-tweak-no-dock-lacking-warnings.patch

New:

  mate-tweak-3.5.4.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.24AVcU/_old  2016-01-28 17:22:40.0 +0100
+++ /var/tmp/diff_new_pack.24AVcU/_new  2016-01-28 17:22:40.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev998ebdda6538
+%define _rev67b861cfc2ca
 Name:   mate-tweak
-Version:3.5.3
+Version:3.5.4
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
@@ -28,8 +28,6 @@
 Source: 
https://bitbucket.org/ubuntu-mate/%{name}/get/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE mate-tweak-use-matemenu.patch sor.ale...@meowr.ru -- 
Layouts are patched to use mate-menu instead of mintMenu or gnome-main-menu.
 Patch0: %{name}-use-matemenu.patch
-# PATCH-FIX-UPSTREAM mate-tweak-no-dock-lacking-warnings.patch 
sor.ale...@meowr.ru -- Do not show Python warnings if no dock is present.
-Patch1: %{name}-no-dock-lacking-warnings.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -42,6 +40,7 @@
 Requires:   mate-panel
 Requires:   python3-configobj
 Requires:   python3-gobject
+Requires:   python3-psutil
 # For privilege granting.
 Requires:   xdg-utils
 Recommends: %{name}-lang
@@ -62,8 +61,7 @@
 %prep
 %setup -q -n ubuntu-mate-%{name}-%{_rev}
 %patch0 -p1
-%patch1 -p1
-# Make the world a bit simpler.
+# Make world a bit simpler.
 sed -i "s/'pkexec', '/'xdg-su', '-c /g" %{name}
 sed -i '/polkit/d' setup.py
 
@@ -91,10 +89,14 @@
 %defattr(-,root,root)
 %doc COPYING README.md
 %{_bindir}/%{name}
+%{_bindir}/marco-*
+%{_bindir}/metacity-*
 %{_libexecdir}/%{name}/
 %{python3_sitelib}/%{_name}-*
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/mate/
+%{_datadir}/mate/applications/
 %{_mandir}/man?/%{name}.?%{?ext_man}
 
 %files lang -f %{name}.lang

++ mate-tweak-3.5.3.tar.gz -> mate-tweak-3.5.4.tar.gz ++
 56275 lines of diff (skipped)




commit ktp-kded-module for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ktp-kded-module for openSUSE:Factory 
checked in at 2016-01-28 17:21:59

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  
2016-01-10 13:06:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktp-kded-module.new/ktp-kded-module.changes 
2016-01-28 17:22:00.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:31:10 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  ktp-kded-module-15.12.0.tar.xz

New:

  ktp-kded-module-15.12.1.tar.xz



Other differences:
--
++ ktp-kded-module.spec ++
--- /var/tmp/diff_new_pack.SJn7ZV/_old  2016-01-28 17:22:00.0 +0100
+++ /var/tmp/diff_new_pack.SJn7ZV/_new  2016-01-28 17:22:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-kded-module
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:KDED module that manages the telepathy interactions with the 
KDE Desktop
 License:LGPL-2.1+

++ ktp-kded-module-15.12.0.tar.xz -> ktp-kded-module-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-kded-module-15.12.0/CMakeLists.txt 
new/ktp-kded-module-15.12.1/CMakeLists.txt
--- old/ktp-kded-module-15.12.0/CMakeLists.txt  2015-12-08 17:07:59.0 
+0100
+++ new/ktp-kded-module-15.12.1/CMakeLists.txt  2016-01-07 00:23:19.0 
+0100
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "15")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "0")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
 set(KTP_KDED_MODULE_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_policy(SET CMP0002 OLD)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-15.12.0/config/kcm_ktp_integration_module.desktop 
new/ktp-kded-module-15.12.1/config/kcm_ktp_integration_module.desktop
--- old/ktp-kded-module-15.12.0/config/kcm_ktp_integration_module.desktop   
2015-12-08 17:07:59.0 +0100
+++ new/ktp-kded-module-15.12.1/config/kcm_ktp_integration_module.desktop   
2016-01-07 00:23:19.0 +0100
@@ -83,7 +83,7 @@
 Comment[kk]=Лезде хабарласу мен VoIP жалпы баптауы
 Comment[km]=ការ​កំណត់​ទូទៅ​សម្រាប់​ការ​ផ្ញើ​សារ​បន្ទាន់ និង VoIP
 Comment[ko]=인스턴트 메시지 및 VoIP 일반 설정
-Comment[lt]=Bendri Pokalbių ir VoIP nustatymai
+Comment[lt]=Bendros pokalbių ir VoIP nuostatos
 Comment[nb]=Generelle instillinger for lynmeldinger og VoIP
 Comment[nds]=Allmeen Instellen för Kortnarichten un VoIP
 Comment[nl]=Algemene instellingen voor Instant Messaging en VoIP




commit bundle-lang-common for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2016-01-28 17:23:03

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


Package is "bundle-lang-common"

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2016-01-03 13:27:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2016-01-28 17:23:50.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 25 10:31:05 UTC 2016 - dims...@opensuse.org
+
+- Update package list.
+
+---
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change



Other differences:
--
++ bundle-lang-common.spec ++
--- /var/tmp/diff_new_pack.Sivdll/_old  2016-01-28 17:23:51.0 +0100
+++ /var/tmp/diff_new_pack.Sivdll/_new  2016-01-28 17:23:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bundle-lang-common
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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

++ bundle-lang-gnome.spec ++
 1160 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-gnome.spec
 and 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-gnome.spec

bundle-lang-kde.spec: same change
++ bundle-lang-other.spec ++
--- /var/tmp/diff_new_pack.Sivdll/_old  2016-01-28 17:23:51.0 +0100
+++ /var/tmp/diff_new_pack.Sivdll/_new  2016-01-28 17:23:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bundle-lang-other
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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

++ packages.txt ++
--- /var/tmp/diff_new_pack.Sivdll/_old  2016-01-28 17:23:51.0 +0100
+++ /var/tmp/diff_new_pack.Sivdll/_new  2016-01-28 17:23:51.0 +0100
@@ -58,7 +58,7 @@
 dasher-lang gnome-extras
 dconf-editor-lang gnome-extras
 decibel-audio-player-lang gnome-extras
-deja-dup-lang gnome
+deja-dup-lang gnome-extras
 devhelp-lang gnome-extras
 dia-lang gnome-extras
 docky-lang gnome-extras
@@ -100,14 +100,14 @@
 gedit-latex-lang gnome-extras
 gedit-plugins-lang gnome-extras
 geeqie-lang gnome-extras
-gegl-0_2-lang gnome
+gegl-0_2-lang gnome-extras
 gegl-0_3-lang gnome
 genius-lang gnome-extras
 gftp-common-lang gnome-extras
 ghex-lang gnome-extras
 giggle-lang gnome-extras
 gimp-gap-lang gnome-extras
-gimp-lang gnome
+gimp-lang gnome-extras
 gimp-plugin-lqr-lang gnome-extras
 gimp-save-for-web-lang gnome-extras
 girl-lang gnome-extras
@@ -277,11 +277,11 @@
 krb5-auth-dialog-lang gnome-extras
 kross-lang kde
 kscreen5-lang kde
+kscreenlocker-lang kde
 kservice-lang kde
 ksshaskpass5-lang kde
 ksysguard5-lang kde
 ktexteditor-lang kde
-ktorrent-lang kde
 kwallet-tools-lang kde
 kwalletd5-lang kde
 kwin5-lang kde
@@ -343,7 +343,7 @@
 libgweather-lang gnome
 libinfinity-lang gnome-extras
 libiptcdata-lang gnome
-libkfbapi-lang kde
+libkgapi-lang kde
 libksysguard5-lang kde
 libktorrent5-lang kde
 libosinfo-lang gnome
@@ -358,7 +358,7 @@
 libsocialweb-lang gnome
 libsoup-lang common
 libwebkit2gtk3-lang gnome
-libwebkitgtk2-lang gnome
+libwebkitgtk2-lang gnome-extras
 libwebkitgtk3-lang gnome
 libwnck-lang gnome
 libwnck2-lang gnome-extras
@@ -416,7 +416,6 @@
 seahorse-sharing-lang gnome-extras
 sed-lang common
 shared-mime-info-lang common
-shotwell-lang gnome-extras
 simple-scan-lang gnome
 smuxi-engine-campfire-lang gnome-extras
 smuxi-engine-irc-lang gnome-extras




commit kdesdk-thumbnailers for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-thumbnailers for 
openSUSE:Factory checked in at 2016-01-28 17:21:05

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  
2016-01-10 13:05:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new/kdesdk-thumbnailers.changes 
2016-01-28 17:21:07.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:18:14 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kdesdk-thumbnailers-15.12.0.tar.xz

New:

  kdesdk-thumbnailers-15.12.1.tar.xz



Other differences:
--
++ kdesdk-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.mqlVfX/_old  2016-01-28 17:21:07.0 +0100
+++ /var/tmp/diff_new_pack.mqlVfX/_new  2016-01-28 17:21:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdesdk-thumbnailers
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Translation file thumbnail generators
 License:GPL-2.0+

++ kdesdk-thumbnailers-15.12.0.tar.xz -> kdesdk-thumbnailers-15.12.1.tar.xz 
++




commit dolphin-plugins for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package dolphin-plugins for openSUSE:Factory 
checked in at 2016-01-28 17:20:25

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


Package is "dolphin-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/dolphin-plugins/dolphin-plugins.changes  
2016-01-10 13:04:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin-plugins.new/dolphin-plugins.changes 
2016-01-28 17:20:26.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:10:11 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  dolphin-plugins-15.12.0.tar.xz

New:

  dolphin-plugins-15.12.1.tar.xz



Other differences:
--
++ dolphin-plugins.spec ++
--- /var/tmp/diff_new_pack.weHxbj/_old  2016-01-28 17:20:27.0 +0100
+++ /var/tmp/diff_new_pack.weHxbj/_new  2016-01-28 17:20:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   dolphin-plugins
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Version control plugins for Dolphin
 License:GPL-2.0+

++ dolphin-plugins-15.12.0.tar.xz -> dolphin-plugins-15.12.1.tar.xz ++




commit kubrick for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2016-01-28 17:22:06

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  2016-01-10 
13:06:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2016-01-28 
17:22:08.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:31:52 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kubrick-15.12.0.tar.xz

New:

  kubrick-15.12.1.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.pNfLYJ/_old  2016-01-28 17:22:09.0 +0100
+++ /var/tmp/diff_new_pack.pNfLYJ/_new  2016-01-28 17:22:09.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:kubrick-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kubrick-15.12.0.tar.xz -> kubrick-15.12.1.tar.xz ++




commit killbots for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package killbots for openSUSE:Factory 
checked in at 2016-01-28 17:21:21

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.changes2016-01-10 
13:05:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes   2016-01-28 
17:21:23.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:20:45 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  killbots-15.12.0.tar.xz

New:

  killbots-15.12.1.tar.xz



Other differences:
--
++ killbots.spec ++
--- /var/tmp/diff_new_pack.Ej3v3e/_old  2016-01-28 17:21:24.0 +0100
+++ /var/tmp/diff_new_pack.Ej3v3e/_new  2016-01-28 17:21:24.0 +0100
@@ -38,7 +38,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:killbots-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ killbots-15.12.0.tar.xz -> killbots-15.12.1.tar.xz ++




commit kbreakout for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kbreakout for openSUSE:Factory 
checked in at 2016-01-28 17:20:49

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


Package is "kbreakout"

Changes:

--- /work/SRC/openSUSE:Factory/kbreakout/kbreakout.changes  2016-01-10 
13:04:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kbreakout.new/kbreakout.changes 2016-01-28 
17:20:52.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:14:07 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kbreakout-15.12.0.tar.xz

New:

  kbreakout-15.12.1.tar.xz



Other differences:
--
++ kbreakout.spec ++
--- /var/tmp/diff_new_pack.C8Ok9A/_old  2016-01-28 17:20:53.0 +0100
+++ /var/tmp/diff_new_pack.C8Ok9A/_new  2016-01-28 17:20:53.0 +0100
@@ -45,7 +45,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Breakout
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:kbreakout-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kbreakout-15.12.0.tar.xz -> kbreakout-15.12.1.tar.xz ++




commit mopac7 for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package mopac7 for openSUSE:Factory checked 
in at 2016-01-28 17:22:37

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


Package is "mopac7"

Changes:

--- /work/SRC/openSUSE:Factory/mopac7/mopac7.changes2015-03-03 
11:14:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.mopac7.new/mopac7.changes   2016-01-28 
17:22:38.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 22 19:42:00 UTC 2016 - mplus...@suse.com
+
+- Cleanup spec file
+- Do not ship .la file
+
+---



Other differences:
--
++ mopac7.spec ++
--- /var/tmp/diff_new_pack.jh0sge/_old  2016-01-28 17:22:39.0 +0100
+++ /var/tmp/diff_new_pack.jh0sge/_new  2016-01-28 17:22:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mopac7
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,12 +27,12 @@
 Source0:
http://www.bioinformatics.org/ghemical/download/current/%{name}-%{version}.tar.gz
 Patch1: mopac7-1.14-random_data.patch
 Patch2: mopac7-1.14-libdir.patch
-BuildRequires:  automake
 BuildRequires:  autoconf
-BuildRequires:  pkg-config
+BuildRequires:  automake
+BuildRequires:  f2c
 BuildRequires:  gcc-fortran
 BuildRequires:  libtool
-Requires:   %{libname} = %{version}
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,7 +56,7 @@
 %package-n %{libname}-devel
 Summary:Header files and static libraries from %{name}
 Group:  Development/Languages/C and C++
-Requires:   %{libname} >= %{version}
+Requires:   %{libname} = %{version}-%{release}
 
 %description -n %{libname}-devel
 MOPAC7 is a semi-empirical quantum-mechanics code written by James J. P.
@@ -73,8 +73,9 @@
 find . -name ".cvsignore" -exec rm -f {} \;
 
 %build
-./autogen.sh
-%configure --disable-static
+autoreconf -fiv
+%configure \
+  --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -82,8 +83,8 @@
 mkdir -p %{buildroot}%{_bindir}
 libtool --mode=install install -m 755 fortran/%{name} 
%{buildroot}%{_bindir}/%{name}
 sed -e "s|\./src|%{_bindir}|g" run_mopac7 > %{buildroot}%{_bindir}/run_mopac7
-chmod 755 %{buildroot}%{_bindir}/*
 rm tests/Makefile*
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
 
@@ -91,20 +92,18 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%doc tests
+%doc AUTHORS COPYING ChangeLog NEWS README tests
+%attr(755,root,root) %{_bindir}/run_mopac7
 %{_bindir}/%{name}
-%{_bindir}/run_mopac7
 
 %files -n %{libname}
 %defattr(-,root,root)
-%{_libdir}/*.so.*
+%{_libdir}/libmopac7.so.*
 
 %files -n %{libname}-devel
 %defattr(-,root,root)
 %{_includedir}/%{name}
-%{_libdir}/*.so
-%{_libdir}/libmopac7.la
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/libmopac7.so
+%{_libdir}/pkgconfig/libmopac7.pc
 
 %changelog




commit epiphany-branding-openSUSE for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package epiphany-branding-openSUSE for 
openSUSE:Factory checked in at 2016-01-28 17:22:43

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


Package is "epiphany-branding-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/epiphany-branding-openSUSE/epiphany-branding-SLED.changes
2015-10-30 13:43:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.epiphany-branding-openSUSE.new/epiphany-branding-SLED.changes
   2016-01-28 17:22:44.0 +0100
@@ -1,0 +2,14 @@
+Sat Jan 22 18:30:00 UTC 2016 - dims...@opensuse.org
+
+- Make build not rely on lsb and opensuse-release (no constant
+  rebuild in Tumbleweed):
+  + Drop lsb/lsb-release BuildRequires.
+  + Drop opensuse-release BuildRequires.
+  + Use %{suse_version} in build section to inject proper values
+into branding.conf. On Tumbleweed we no longer use the snapshot
+version (which is anyway useless) but simply inject
+'Tumbleweed'. We currently detect openSUSE 13.1, 13.2,
+Leap 42.1, SLE12 and Tumbleweed systems. All others will have
+'SUSE/undef' in the browsers user agent string.
+
+---
epiphany-branding-openSUSE.changes: same change



Other differences:
--
++ epiphany-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.bLCwb7/_old  2016-01-28 17:22:45.0 +0100
+++ /var/tmp/diff_new_pack.bLCwb7/_new  2016-01-28 17:22:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package epiphany-branding-SLED
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -38,13 +38,6 @@
 # WARNING: As this package conflicts with epiphany-branding-SLED, you cannot
 #  reuse build root. You have to build in a clean build root every 
time!
 BuildRequires:  epiphany-branding-upstream >= 3.11.2
-%if 0%{suse_version} > 1110
-BuildRequires:  lsb-release
-%else
-BuildRequires:  lsb
-%endif
-BuildRequires:  suse-release
-%define distro_version %(lsb_release -r -s)
 %define epiphany_version %(rpm -q --qf '%%{version}' epiphany)
 Requires:   epiphany = %{epiphany_version}
 Provides:   epiphany-branding = %{epiphany_version}
@@ -71,7 +64,28 @@
 cp -a %{SOURCE0} .
 
 %build
-sed 
"s,@distroversion@,%{distro_version},g;s,@pkgversion@,%{epiphany_version},g" 
%{SOURCE1} > branding.conf
+case "%{?suse_version}" in
+  1330)
+   DISTRO="Tumbleweed"
+   ;;
+  1320)
+   DISTRO="13.2"
+   ;;
+  1315)
+%if %{?is_opensuse}
+   DISTRO="Leap 42.1"
+%else
+   DISTRO="SLE12"
+%endif
+   ;;
+  1310)
+   DISTRO="13.1"
+   ;;
+  *)
+   DISTRO="undef"
+   ;;
+esac
+sed "s,@distroversion@,$DISTRO,g;s,@pkgversion@,%{epiphany_version},g" 
%{SOURCE1} > branding.conf
 
 %install
 # custom bookmarks

epiphany-branding-openSUSE.spec: same change
++ epiphany-branding.changes.in ++
--- /var/tmp/diff_new_pack.bLCwb7/_old  2016-01-28 17:22:45.0 +0100
+++ /var/tmp/diff_new_pack.bLCwb7/_new  2016-01-28 17:22:45.0 +0100
@@ -1,4 +1,18 @@
 ---
+Sat Jan 22 18:30:00 UTC 2016 - dims...@opensuse.org
+
+- Make build not rely on lsb and opensuse-release (no constant
+  rebuild in Tumbleweed):
+  + Drop lsb/lsb-release BuildRequires.
+  + Drop opensuse-release BuildRequires.
+  + Use %{suse_version} in build section to inject proper values
+into branding.conf. On Tumbleweed we no longer use the snapshot
+version (which is anyway useless) but simply inject
+'Tumbleweed'. We currently detect openSUSE 13.1, 13.2,
+Leap 42.1, SLE12 and Tumbleweed systems. All others will have
+'SUSE/undef' in the browsers user agent string.
+
+---
 Mon Oct 12 15:23:23 UTC 2015 - zai...@opensuse.org
 
 - Bump version to 42.1, to prepare for next version of openSUSE.

++ epiphany-branding.spec.in ++
--- /var/tmp/diff_new_pack.bLCwb7/_old  2016-01-28 17:22:45.0 +0100
+++ /var/tmp/diff_new_pack.bLCwb7/_new  2016-01-28 17:22:45.0 +0100
@@ -37,13 +37,6 @@
 # WARNING: As this package conflicts with epiphany-branding-%{branding_name}, 
you cannot
 #  reuse build root. You have to build in a clean build root every 
time!
 BuildRequires:  epiphany-branding-upstream >= 3.11.2
-%if 0%{suse_version} > 1110
-BuildRequires:  lsb-release
-%else
-BuildRequires:  lsb
-%endif
-BuildRequires:  

commit kaccessible for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kaccessible for openSUSE:Factory 
checked in at 2016-01-28 17:20:34

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


Package is "kaccessible"

Changes:

--- /work/SRC/openSUSE:Factory/kaccessible/kaccessible.changes  2016-01-10 
13:04:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.kaccessible.new/kaccessible.changes 
2016-01-28 17:20:35.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:11:25 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kaccessible-15.12.0.tar.xz

New:

  kaccessible-15.12.1.tar.xz



Other differences:
--
++ kaccessible.spec ++
--- /var/tmp/diff_new_pack.fHjd5d/_old  2016-01-28 17:20:35.0 +0100
+++ /var/tmp/diff_new_pack.fHjd5d/_new  2016-01-28 17:20:35.0 +0100
@@ -27,7 +27,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kaccessible-15.12.0.tar.xz -> kaccessible-15.12.1.tar.xz ++




commit parley for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2016-01-28 17:22:19

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


Package is "parley"

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2016-01-10 
13:07:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2016-01-28 
17:22:21.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:36:14 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  parley-15.12.0.tar.xz

New:

  parley-15.12.1.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.u0D4i3/_old  2016-01-28 17:22:22.0 +0100
+++ /var/tmp/diff_new_pack.u0D4i3/_new  2016-01-28 17:22:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   parley
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ parley-15.12.0.tar.xz -> parley-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parley-15.12.0/CMakeLists.txt 
new/parley-15.12.1/CMakeLists.txt
--- old/parley-15.12.0/CMakeLists.txt   2015-11-04 18:09:15.0 +0100
+++ new/parley-15.12.1/CMakeLists.txt   2015-12-28 18:02:58.0 +0100
@@ -158,5 +158,5 @@
 #add_subdirectory(plasmoid)
 
 
-install(FILES parley.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
+install(FILES org.kde.parley.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parley-15.12.0/org.kde.parley.appdata.xml 
new/parley-15.12.1/org.kde.parley.appdata.xml
--- old/parley-15.12.0/org.kde.parley.appdata.xml   1970-01-01 
01:00:00.0 +0100
+++ new/parley-15.12.1/org.kde.parley.appdata.xml   2015-12-28 
18:02:58.0 +0100
@@ -0,0 +1,269 @@
+
+
+  org.kde.parley.desktop
+  CC0-1.0
+  GPL-2.0+
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  Parley
+  xxParleyxx
+  Parley
+  語言_Parley
+  Vocabulary Trainer
+  Entrenador de vocabulariu
+  Trener riječnika
+  Entrenador de vocabulari
+  Entrenador de vocabulari
+  Učitel slovní zásoby
+  Vokabeltrainer
+  Vocabulary Trainer
+  Entrenador de vocabulario
+  Sõnavara treening
+  Sanaston harjoitusohjelma
+  Adestrador de vocabulario
+  Apprendimento di vocaboli
+  어휘 연습 도구
+  Žodyno treniruoklis
+  Vokaveln lehren
+  Woordjes oefenen
+  Trening słownictwa
+  Treinador do Vocabulário
+  Treinador de vocabulário
+  Программа для изучения новой лексики
+  Tréner slovnej zásoby
+  Učenje besedišča
+  Ordförrådsträning
+  Kelime Çalıştırıcı
+  Словниковий тренажер
+  xxVocabulary Trainerxx
+  词汇练习器
+  字彙訓練師
+  
+Parley is a vocabulary trainer. It helps you to memorize your 
vocabulary, for example when you are trying to learn a foreign language. It 
supports many language specific features, but can be used for other learning 
tasks as well. It uses the spaced repetition learning method, which makes 
learning optimal. Vocabulary collections can be downloaded by "Get Hot New 
Stuff" or created with the built-in editor.
+Parley ye un entrenador de vocabulariu. Ayúdate a 
memorizar el to vocabulariu, por exemplu cuando intentes deprender una llingua 
foriata. Sofita munches carauterístiques específiques de llingua, pero tamién 
pue usase pa otres xeres de deprendimientu. Usa'l métodu de deprendizax de 
repitición espaciada, que fai óptimu'l deprendimientu. Les coleiciones de 
vocabulariu puen baxase de "Consigui material nuevu" o crease col editor 
integráu.
+Parlej je trener rječnika. Pomaže vam da zapamtite svoj 
rječnik, na primer, kada pokušavate da naučite strani jezik. On podržava mnoge 
jezičke specifičnosti, ali se može koristiti za druge zadatke učenja jednako 
dobro. On koristi raspoređeni metod ponavljanja učenja , što čini učenje 
optimalno. Vokabular kolekcije možete preuzeti sa "Dobavi nove dobre stvari" 
ili kreirati sa ugrađenim urednikom.
+El Parley és un entrenador de vocabulari. Us ajuda a 
memoritzar vocabulari, per exemple quan esteu intentant aprendre un idioma 
estranger. Accepta 

commit kapptemplate for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kapptemplate for openSUSE:Factory 
checked in at 2016-01-28 17:20:43

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


Package is "kapptemplate"

Changes:

--- /work/SRC/openSUSE:Factory/kapptemplate/kapptemplate.changes
2016-01-10 13:04:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.kapptemplate.new/kapptemplate.changes   
2016-01-28 17:20:46.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:13:01 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kapptemplate-15.12.0.tar.xz

New:

  kapptemplate-15.12.1.tar.xz



Other differences:
--
++ kapptemplate.spec ++
--- /var/tmp/diff_new_pack.OtckyY/_old  2016-01-28 17:20:46.0 +0100
+++ /var/tmp/diff_new_pack.OtckyY/_new  2016-01-28 17:20:46.0 +0100
@@ -33,7 +33,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/IDE
 Url:http://www.kde.org/
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kapptemplate-15.12.0.tar.xz -> kapptemplate-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-15.12.0/src/templates/C++/akonadiserializer/akonadi_serializer_%{APPNAMELC}.desktop
 
new/kapptemplate-15.12.1/src/templates/C++/akonadiserializer/akonadi_serializer_%{APPNAMELC}.desktop
--- 
old/kapptemplate-15.12.0/src/templates/C++/akonadiserializer/akonadi_serializer_%{APPNAMELC}.desktop
2015-12-09 11:12:53.0 +0100
+++ 
new/kapptemplate-15.12.1/src/templates/C++/akonadiserializer/akonadi_serializer_%{APPNAMELC}.desktop
2015-12-30 13:17:01.0 +0100
@@ -63,7 +63,7 @@
 Comment[kk]=%{APPNAMELC} дегеннің Akonadi тізбектеуіш плагині 
 Comment[km]=An Akonadi serializer កម្មវិធី​ជំនួយ​សម្រាប់​  %{APPNAMELC}
 Comment[ko]=%{APPNAMELC}을(를) 위한 Akonadi 시리얼라이저 플러그인
-Comment[lt]=Akonadi nuoseklinimo priemonės įskiepis skirtas %{APPNAMELC}
+Comment[lt]=Akonadi nuoseklinimo priemonės papildinys skirtas %{APPNAMELC}
 Comment[lv]=Akonadi serializēšanas spraudnis %{APPNAMELC}
 Comment[nb]=Et Akonadi-serialisatortillegg for %{APPNAMELC}
 Comment[nds]=En Akonadi-Reegmodul för %{APPNAMELC}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-15.12.0/src/templates/C++/konqplugin/konqplugin.kdevtemplate 
new/kapptemplate-15.12.1/src/templates/C++/konqplugin/konqplugin.kdevtemplate
--- 
old/kapptemplate-15.12.0/src/templates/C++/konqplugin/konqplugin.kdevtemplate   
2015-12-09 11:12:53.0 +0100
+++ 
new/kapptemplate-15.12.1/src/templates/C++/konqplugin/konqplugin.kdevtemplate   
2015-12-30 13:17:01.0 +0100
@@ -62,7 +62,7 @@
 Comment[ko]=KDE 4 Konqueror 플러그인. CMake 기반 KDE4 템플릿. KParts::Plugin에서 상속받으며 
Konqueror 플러그인을 만드는 방법을 보여 줌
 Comment[nb]=KDE 4 Konqueror programtillegg. Enkel KDE 4-mal basert på CMake, 
arver fra KParts::Plugin og viser hvordan du kan skrive et programtillegg for 
konqueror
 Comment[nl]=KDE 4 plugin voor Konqueror. Eenvoudig KDE4 sjabloon gebaseerd op 
CMake, krijgt zaken van KParts::Plug-in en demonstreert hoe een 
konqueror-plug-in te schrijven
-Comment[pl]=Wtyczka Konqueror dla KDE 4. Prosty szablon KDE4 oparty o CMake, 
dziedziczy zKParts::Plugin i demonstruje sposób pisania wtyczki do konquerora
+Comment[pl]=Wtyczka Konqueror dla KDE 4. Prosty szablon KDE4 oparty o CMake, 
dziedziczy z KParts::Plugin i demonstruje sposób pisania wtyczki do konquerora
 Comment[pt]='Plugin' do Konqueror para o KDE 4. Um modelo simples para KDE4 
com base no CMake, que herda do KParts::Plugin e demonstra como criar um 
'plugin' para o Konqueror
 Comment[pt_BR]=Plugin do Konqueror do KDE 4. Um modelo simples para KDE4 com 
base no CMake, que herda do KParts::Plugin e demonstra como criar um plugin 
para o Konqueror
 Comment[ru]=Расширение KDE 4 Konqueror. Простой шаблон для KDE4 (рассчитанный 
на CMake), с наследованием от KParts::Plugin, показывающий, как написать 
расширение Konqueror
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-15.12.0/src/templates/C++/kpartapp/kpartapp.kdevtemplate 
new/kapptemplate-15.12.1/src/templates/C++/kpartapp/kpartapp.kdevtemplate
--- old/kapptemplate-15.12.0/src/templates/C++/kpartapp/kpartapp.kdevtemplate   
2015-12-09 11:12:53.0 +0100
+++ 

commit ghc-yaml for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-yaml for openSUSE:Factory 
checked in at 2016-01-28 17:24:12

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


Package is "ghc-yaml"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes2015-12-09 
22:17:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new/ghc-yaml.changes   2016-01-28 
17:25:04.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 13:48:32 UTC 2016 - mimi...@gmail.com
+
+- update to 0.8.15.3
+* Give a warning when compiling with GHCJS
+
+---

Old:

  yaml-0.8.15.2.tar.gz

New:

  yaml-0.8.15.3.tar.gz



Other differences:
--
++ ghc-yaml.spec ++
--- /var/tmp/diff_new_pack.ZQQJNm/_old  2016-01-28 17:25:05.0 +0100
+++ /var/tmp/diff_new_pack.ZQQJNm/_new  2016-01-28 17:25:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-yaml
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global pkg_name yaml
 Name:   ghc-yaml
-Version:0.8.15.2
+Version:0.8.15.3
 Release:0
 Summary:Support for parsing and rendering YAML documents
 License:BSD-3-Clause
@@ -69,7 +69,6 @@
 %setup -q -n %{pkg_name}-%{version}
 
 %build
-
 %define cabal_configure_options -f system-libyaml
 %ghc_lib_build
 

++ yaml-0.8.15.2.tar.gz -> yaml-0.8.15.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.15.2/ChangeLog.md 
new/yaml-0.8.15.3/ChangeLog.md
--- old/yaml-0.8.15.2/ChangeLog.md  2015-11-29 17:03:39.0 +0100
+++ new/yaml-0.8.15.3/ChangeLog.md  2016-01-18 15:53:27.0 +0100
@@ -1,3 +1,7 @@
+## 0.8.15.3
+
+* Give a warning when compiling with GHCJS
+
 ## 0.8.15.2
 
 * Canonicalise Monad instances [#76](https://github.com/snoyberg/yaml/pull/76)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.15.2/Data/Yaml.hs 
new/yaml-0.8.15.3/Data/Yaml.hs
--- old/yaml-0.8.15.2/Data/Yaml.hs  2015-11-29 17:03:39.0 +0100
+++ new/yaml-0.8.15.3/Data/Yaml.hs  2016-01-18 15:53:27.0 +0100
@@ -16,7 +16,11 @@
 --
 -- For documentation on the @aeson@ types, functions, classes, and
 -- operators, please see the @Data.Aeson@ module of the @aeson@ package.
+#if (defined (ghcjs_HOST_OS))
+module Data.Yaml {-# WARNING "GHCJS is not supported yet (will break at 
runtime once called)." #-}
+#else
 module Data.Yaml
+#endif
 ( -- * Types
   Value (..)
 , Parser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.15.2/yaml.cabal new/yaml-0.8.15.3/yaml.cabal
--- old/yaml-0.8.15.2/yaml.cabal2015-11-29 17:03:39.0 +0100
+++ new/yaml-0.8.15.3/yaml.cabal2016-01-18 15:53:27.0 +0100
@@ -1,5 +1,5 @@
 name:yaml
-version: 0.8.15.2
+version: 0.8.15.3
 license: BSD3
 license-file:LICENSE
 author:  Michael Snoyman , Anton Ageev 
,Kirill Simonov 




commit edgar for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package edgar for openSUSE:Factory checked 
in at 2016-01-28 17:22:58

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


Package is "edgar"

Changes:

--- /work/SRC/openSUSE:Factory/edgar/edgar.changes  2015-12-09 
22:15:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.edgar.new/edgar.changes 2016-01-28 
17:23:42.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 23 19:08:45 UTC 2016 - nemy...@opensuse.org
+
+- Update to 1.23, announce message:
+
+ * Updated French and German translations
+
+---

Old:

  edgar-1.22.tar.gz

New:

  edgar-1.23.tar.gz



Other differences:
--
++ edgar.spec ++
--- /var/tmp/diff_new_pack.gAoNeP/_old  2016-01-28 17:23:47.0 +0100
+++ /var/tmp/diff_new_pack.gAoNeP/_new  2016-01-28 17:23:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package edgar
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   edgar
-Version:1.22
+Version:1.23
 Release:0
 Summary:2D platform game with a persistent world
 License:GPL-2.0
@@ -70,7 +70,7 @@
 %endif
 
 %files -f %name.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc doc/*
 %attr(-,root,games) %{_bindir}/%{name}
 %{_mandir}/man6/%{name}.6%{ext_man}

++ edgar-1.22.tar.gz -> edgar-1.23.tar.gz ++
/work/SRC/openSUSE:Factory/edgar/edgar-1.22.tar.gz 
/work/SRC/openSUSE:Factory/.edgar.new/edgar-1.23.tar.gz differ: char 29, line 2




commit lskat for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2016-01-28 17:22:15

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  2016-01-10 
13:07:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2016-01-28 
17:22:17.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:34:32 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  lskat-15.12.0.tar.xz

New:

  lskat-15.12.1.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.EFuYow/_old  2016-01-28 17:22:18.0 +0100
+++ /var/tmp/diff_new_pack.EFuYow/_new  2016-01-28 17:22:18.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:lskat-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lskat-15.12.0.tar.xz -> lskat-15.12.1.tar.xz ++




commit ghc-OpenGLRaw for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-OpenGLRaw for openSUSE:Factory 
checked in at 2016-01-28 17:24:02

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


Package is "ghc-OpenGLRaw"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-OpenGLRaw/ghc-OpenGLRaw.changes  
2016-01-05 21:55:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-OpenGLRaw.new/ghc-OpenGLRaw.changes 
2016-01-28 17:24:57.0 +0100
@@ -1,0 +2,10 @@
+Mon Jan 11 07:53:35 UTC 2016 - mimi...@gmail.com
+
+- update to 3.1.0.0
+* Changed the type of GL_FALSE and GL_TRUE to GLboolean, leading to fewer 
+fromIntegral calls in user code.
+* Added deprecated functions mkGLDEBUGPROC, mkGLDEBUGPROCAMD, 
mkGLDEBUGPROCARB, 
+mkGLDEBUGPROCKHR for gl compatibility.
+* Updated OpenGL registry to r32348.
+
+---

Old:

  OpenGLRaw-3.0.0.0.tar.gz

New:

  OpenGLRaw-3.1.0.0.tar.gz



Other differences:
--
++ ghc-OpenGLRaw.spec ++
--- /var/tmp/diff_new_pack.jcXhkN/_old  2016-01-28 17:24:57.0 +0100
+++ /var/tmp/diff_new_pack.jcXhkN/_new  2016-01-28 17:24:58.0 +0100
@@ -20,7 +20,7 @@
 %global pkg_name OpenGLRaw
 
 Name:   ghc-OpenGLRaw
-Version:3.0.0.0
+Version:3.1.0.0
 Release:0
 Summary:A raw binding for the OpenGL graphics system
 License:BSD-3-Clause

++ OpenGLRaw-3.0.0.0.tar.gz -> OpenGLRaw-3.1.0.0.tar.gz ++
 25983 lines of diff (skipped)




commit hugin for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package hugin for openSUSE:Factory checked 
in at 2016-01-28 17:22:29

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


Package is "hugin"

Changes:

--- /work/SRC/openSUSE:Factory/hugin/hugin.changes  2015-09-08 
17:41:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.hugin.new/hugin.changes 2016-01-28 
17:22:31.0 +0100
@@ -0,0 +1,6 @@
+---
+Sun Jan 17 18:54:02 UTC 2016 - p.drou...@gmail.com
+
+- Remove useless tclap dependency
+
+---



Other differences:
--
++ hugin.spec ++
--- /var/tmp/diff_new_pack.k7iDwn/_old  2016-01-28 17:22:32.0 +0100
+++ /var/tmp/diff_new_pack.k7iDwn/_new  2016-01-28 17:22:32.0 +0100
@@ -42,7 +42,6 @@
 BuildRequires:  python-wxWidgets >= 2.7.0
 BuildRequires:  sqlite3-devel
 BuildRequires:  swig
-BuildRequires:  tclap
 BuildRequires:  update-desktop-files
 BuildRequires:  vigra-devel
 BuildRequires:  wxWidgets-devel




commit easytag for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package easytag for openSUSE:Factory checked 
in at 2016-01-28 17:24:33

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


Package is "easytag"

Changes:

--- /work/SRC/openSUSE:Factory/easytag/easytag.changes  2015-08-31 
22:59:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.easytag.new/easytag.changes 2016-01-28 
17:25:32.0 +0100
@@ -1,0 +2,21 @@
+Tue Jan 26 08:00:11 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.4.1:
+  + Opus parsing crash fix.
+  + Playlist writing crash fix.
+  + Handle FLAC files with an invalid sample rate.
+  + Fix generated playlist order.
+  + Consistently use the GLib filename encoding.
+  + Extensive refactoring of locale and encoding handling.
+  + Improve fallback legacy locale detection.
+  + CDDB fill fields fix.
+  + Fix CDDB search fields and categories settings handling.
+  + Use the correct encoding when writing ID3v2.4 tags.
+  + Fix a linking error on Mac OS X.
+  + Improve illegal character logic, especially for trailing
+characters.
+  + Remove several outdated and unnecessary Windows compatibility
+wrappers.
+  + Updated translations.
+
+---

Old:

  easytag-2.4.0.tar.xz

New:

  easytag-2.4.1.tar.xz



Other differences:
--
++ easytag.spec ++
--- /var/tmp/diff_new_pack.e7q078/_old  2016-01-28 17:25:33.0 +0100
+++ /var/tmp/diff_new_pack.e7q078/_new  2016-01-28 17:25:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package easytag
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   easytag
-Version:2.4.0
+Version:2.4.1
 Release:0
 Summary:GTK+ tag editor for audio files
 License:GPL-2.0+
@@ -38,7 +38,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(id3tag)
-BuildRequires:  pkgconfig(libnautilus-extension)
+BuildRequires:  pkgconfig(libnautilus-extension) >= 3.0
 BuildRequires:  pkgconfig(ogg) >= 1.0
 BuildRequires:  pkgconfig(opusfile)
 BuildRequires:  pkgconfig(speex)

++ easytag-2.4.0.tar.xz -> easytag-2.4.1.tar.xz ++
 80748 lines of diff (skipped)




commit ghc-cereal for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-cereal for openSUSE:Factory 
checked in at 2016-01-28 17:23:39

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


Package is "ghc-cereal"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-cereal/ghc-cereal.changes2015-05-21 
08:36:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-cereal.new/ghc-cereal.changes   
2016-01-28 17:24:33.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 26 08:30:51 UTC 2016 - mimi...@gmail.com
+
+- update to 0.5.1.0
+* Switch to using the builder provided by the ByteString package
+* Change the encoding of Float and Double with the Serialize class to use the 
+   Data.Serialize.IEEE754 module
+* Add support for encoding and decoding ShortByteString
+* New and improved test suite thanks to Kei Hibino
+* Fix two bugs involving the lookAhead combinator and partial chunks.
+
+---

Old:

  cereal-0.4.1.1.tar.gz

New:

  cereal-0.5.1.0.tar.gz



Other differences:
--
++ ghc-cereal.spec ++
--- /var/tmp/diff_new_pack.OwosoL/_old  2016-01-28 17:24:34.0 +0100
+++ /var/tmp/diff_new_pack.OwosoL/_new  2016-01-28 17:24:34.0 +0100
@@ -21,7 +21,7 @@
 %global debug_package %{nil}
 
 Name:   ghc-cereal
-Version:0.4.1.1
+Version:0.5.1.0
 Release:0
 Summary:A binary serialization library
 License:BSD-3-Clause

++ cereal-0.4.1.1.tar.gz -> cereal-0.5.1.0.tar.gz ++
 3518 lines of diff (skipped)




commit gpm for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package gpm for openSUSE:Factory checked in 
at 2016-01-28 17:17:57

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


Package is "gpm"

Changes:

--- /work/SRC/openSUSE:Factory/gpm/gpm.changes  2015-07-21 13:24:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gpm.new/gpm.changes 2016-01-28 
17:17:58.0 +0100
@@ -1,0 +2,14 @@
+Fri Jan 22 16:09:10 CET 2016 - p...@suse.de
+
+- Remove dependency on aaa_base as using %{_sysconfig} instead of
+  hardcoded /etc shuts up rpmlint.
+- Use %{buildroot} and %{optflags} insead of env vars.
+
+---
+Wed Jan 13 10:54:53 CET 2016 - p...@suse.de
+
+- Add %post and %postun entries for libgpm2.
+- Add a current version  of GPL-2.0 with valid FSF address.
+- Add gpm-fix_fsf_addess.patch to get the current FSF address into
+  gpm.h.
+---

New:

  gpl-2.0.txt
  gpm-fix_fsf_addess.patch



Other differences:
--
++ gpm.spec ++
--- /var/tmp/diff_new_pack.rkzG4s/_old  2016-01-28 17:17:59.0 +0100
+++ /var/tmp/diff_new_pack.rkzG4s/_new  2016-01-28 17:17:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -31,6 +31,7 @@
 Source4:README.SUSE
 Source5:baselibs.conf
 Source6:inputattach.c
+Source7:gpl-2.0.txt
 Patch0: gpm-DESTDIR.patch
 Patch4: gpm-syn_conf.patch
 Patch6: gpm-conf.patch
@@ -52,6 +53,8 @@
 Patch28:gpm-dependencies.patch
 #PATCH-FIX-UPSTREAM Create the symlink libgpm.so
 Patch29:gpm-do_create_symlink.patch
+#PATCH-FIX-UPSTREAM Copy the current licence text from gpl-2.0+ to gpm.h
+Patch30:gpm-fix_fsf_addess.patch
 BuildRequires:  bison
 BuildRequires:  libtool
 BuildRequires:  lzma
@@ -114,58 +117,60 @@
 %patch26
 %patch28
 %patch29
+%patch30
 cp %{S:2} %{S:3} %{S:4} .
+cp %{S:7} COPYING
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
-#export SUSE_ASNEEDED=0
+#export SUSE_ASNEEDED=1
 NOCONFIGURE=1 ./autogen.sh
 autoreconf -fi
-CFLAGS="$RPM_OPT_FLAGS -DQUIET_LIBGPM -D_REENTRANT" \
+export CFLAGS="%{optflags} -DQUIET_LIBGPM -D_REENTRANT"
 %configure --disable-static \
-   --sysconfdir=/etc/gpm
-make CC="%{__cc}" %{?_smp_mflags}
-%__cc %{optflags} -o inputattach %{SOURCE6}
+   --sysconfdir=%{_sysconfdir}/gpm
+make CC=gcc %{?_smp_mflags}
+gcc %{optflags} -o inputattach %{SOURCE6}
 
 %install
 make install DESTDIR="%buildroot" ROOT="" 
 #
 # gpm confings
-install -d $RPM_BUILD_ROOT/etc/${file/conf\/gpm-/gpm\/}
+install -d %{buildroot}%{_sysconfdir}/${file/conf\/gpm-/gpm\/}
 for file in conf/gpm-* ; do
-  install -d $RPM_BUILD_ROOT/etc/${file/conf\/gpm-/gpm\/}
-  install -m 644 $file $RPM_BUILD_ROOT/etc/${file/conf\/gpm-/gpm\/}
+  install -d %{buildroot}%{_sysconfdir}/${file/conf\/gpm-/gpm\/}
+  install -m 644 $file %{buildroot}%{_sysconfdir}/${file/conf\/gpm-/gpm\/}
 done
 #
 # lisp
 # an updated version is part of emacs now
-#install -d $RPM_BUILD_ROOT/usr/share/emacs/site-lisp
-#install contrib/emacs/t-mouse.el* $RPM_BUILD_ROOT/usr/share/emacs/site-lisp
+#install -d %%{buildroot}/usr/share/emacs/site-lisp
+#install contrib/emacs/t-mouse.el* %%{buildroot}/usr/share/emacs/site-lisp
 #
 # start script
-install -m 755 -d $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 755 -d $RPM_BUILD_ROOT/%{_unitdir}
-install -m 755 -d $RPM_BUILD_ROOT/usr/sbin
+install -m 755 -d %{buildroot}/var/adm/fillup-templates
+install -m 755 -d %{buildroot}/%{_unitdir}
+install -m 755 -d %{buildroot}/usr/sbin
 install -m 755 inputattach %{buildroot}%{_sbindir}
-install -m 644 sysconfig.mouse-%{name} $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 644 %{S:2} $RPM_BUILD_ROOT/%{_unitdir}/gpm.service
-ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcgpm
+install -m 644 sysconfig.mouse-%{name} %{buildroot}/var/adm/fillup-templates
+install -m 644 %{S:2} %{buildroot}/%{_unitdir}/gpm.service
+ln -sf %{_sbindir}/service %{buildroot}/usr/sbin/rcgpm
 # there were two variables with the same value GPM_PROTOCOL and MOUSETYPE
 # in SuLi 8.2. The MOUSETYPE variable better conforms with with other
 # variable names MOUSEDEVICE and XMOUSETYPE name scheme, so get rid of
 # the obsolete GPM_PROTOCOL variable
-if grep 

commit wrk for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package wrk for openSUSE:Factory checked in 
at 2016-01-28 17:23:01

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


Package is "wrk"

Changes:

--- /work/SRC/openSUSE:Factory/wrk/wrk.changes  2015-08-05 06:51:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wrk.new/wrk.changes 2016-01-28 
17:23:48.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 25 07:46:48 UTC 2016 - mplus...@suse.com
+
+- Install to /usr/bin (boo#963355)
+
+---



Other differences:
--
++ wrk.spec ++
--- /var/tmp/diff_new_pack.hYHmZf/_old  2016-01-28 17:23:49.0 +0100
+++ /var/tmp/diff_new_pack.hYHmZf/_new  2016-01-28 17:23:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wrk
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -48,12 +48,12 @@
 make %{?_smp_mflags} OPTFLAGS="%{optflags}"
 
 %install
-install -D -m 0755 wrk %{buildroot}%{_sbindir}/wrk
+install -D -m 0755 wrk %{buildroot}%{_bindir}/wrk
 
 %files
 %defattr(-,root,root)
 %doc LICENSE README NOTICE
 %doc scripts/
-%{_sbindir}/wrk
+%{_bindir}/wrk
 
 %changelog




commit ktp-accounts-kcm for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ktp-accounts-kcm for 
openSUSE:Factory checked in at 2016-01-28 17:21: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
2016-01-10 13:06:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new/ktp-accounts-kcm.changes   
2016-01-28 17:21:53.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:30:16 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  ktp-accounts-kcm-15.12.0.tar.xz

New:

  ktp-accounts-kcm-15.12.1.tar.xz



Other differences:
--
++ ktp-accounts-kcm.spec ++
--- /var/tmp/diff_new_pack.0SnOI8/_old  2016-01-28 17:21:54.0 +0100
+++ /var/tmp/diff_new_pack.0SnOI8/_new  2016-01-28 17:21:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-accounts-kcm
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:KCM Module for configuring Telepathy Instant Messaging Accounts
 License:LGPL-2.1+

++ ktp-accounts-kcm-15.12.0.tar.xz -> ktp-accounts-kcm-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-15.12.0/CMakeLists.txt 
new/ktp-accounts-kcm-15.12.1/CMakeLists.txt
--- old/ktp-accounts-kcm-15.12.0/CMakeLists.txt 2015-12-08 17:05:23.0 
+0100
+++ new/ktp-accounts-kcm-15.12.1/CMakeLists.txt 2016-01-07 00:19:29.0 
+0100
@@ -12,7 +12,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 
 set(KTP_ACCOUNTS_KCM_SONUMBER "9")
 set(KTP_ACCOUNTS_KCM_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-accounts-kcm-15.12.0/src/KCMTelepathyAccounts/ktpaccountskcminternal-accountuiplugin.desktop
 
new/ktp-accounts-kcm-15.12.1/src/KCMTelepathyAccounts/ktpaccountskcminternal-accountuiplugin.desktop
--- 
old/ktp-accounts-kcm-15.12.0/src/KCMTelepathyAccounts/ktpaccountskcminternal-accountuiplugin.desktop
2015-12-08 17:05:23.0 +0100
+++ 
new/ktp-accounts-kcm-15.12.1/src/KCMTelepathyAccounts/ktpaccountskcminternal-accountuiplugin.desktop
2016-01-07 00:19:29.0 +0100
@@ -23,7 +23,7 @@
 Comment[kk]=Telepathy KCM модуль тіркелгі пайдаланушы интерфейс плагиндері
 Comment[km]=គណនី Telepathy 
​​​នៃ​កម្មវិធី​ជំនួយ​ចំណុច​ប្រទាក់​អ្នក​ប្រើ​ម៉ូឌុល​ KCM
 Comment[ko]=Telepathy 계정 KCM 모듈 계정 사용자 인터페이스 플러그인
-Comment[lt]=Telepathy paskyros KCM modulis paskyros naudotojo sąsajos priedai
+Comment[lt]=Telepathy paskyros KCM modulis paskyros naudotojo sąsajos 
papildiniai
 Comment[mr]=टेलिपथी खाते KCM विभाग खाते वापरकर्ता संवाद प्लगइन
 Comment[nb]=Program tillegg for brukerflater til Telepathy-kontoer med KCM 
modulkonto
 Comment[nds]=KCM-Moduul för Böversietmodulen vun Telepathy-Kontos




commit xf86-video-r128 for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-r128 for openSUSE:Factory 
checked in at 2016-01-28 17:18:17

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


Package is "xf86-video-r128"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-r128/xf86-video-r128.changes  
2015-05-06 07:48:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-r128.new/xf86-video-r128.changes 
2016-01-28 17:18:18.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 22 10:03:53 UTC 2016 - sndir...@suse.com
+
+- Update to version 6.10.1
+  * Really fix bitmasks for DDC
+  * Assume CRT in the absence of other monitors
+
+---

Old:

  xf86-video-r128-6.10.0.tar.bz2

New:

  xf86-video-r128-6.10.1.tar.bz2



Other differences:
--
++ xf86-video-r128.spec ++
--- /var/tmp/diff_new_pack.ANSBzZ/_old  2016-01-28 17:18:19.0 +0100
+++ /var/tmp/diff_new_pack.ANSBzZ/_new  2016-01-28 17:18:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-r128
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-video-r128
-Version:6.10.0
+Version:6.10.1
 Release:0
 Summary:ATI Rage 128 video driver for the Xorg X server
 License:MIT

++ xf86-video-r128-6.10.0.tar.bz2 -> xf86-video-r128-6.10.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-video-r128-6.10.0/ChangeLog 
new/xf86-video-r128-6.10.1/ChangeLog
--- old/xf86-video-r128-6.10.0/ChangeLog2015-05-02 02:38:14.0 
+0200
+++ new/xf86-video-r128-6.10.1/ChangeLog2016-01-22 04:45:44.0 
+0100
@@ -1,3 +1,41 @@
+commit d3f3c9549119629ddd9447a0f9b699a909b916d5
+Author: Connor Behan 
+Date:   Thu Jan 21 22:12:25 2016 -0500
+
+Bump to version 6.10.1
+
+Signed-off-by: Connor Behan 
+Tested-by: Christopher Chavez 
+
+commit 562681414f38c6925da01b3fec0802f532cd9e53
+Author: Connor Behan 
+Date:   Sun Jan 17 16:45:31 2016 -0500
+
+Assume CRT in the absence of other monitors
+
+This patch is still untested, but it sounds like a lot of people need
+it. Assuming that there are no monitors when DDC fails (which causes X
+to abort with UMS) does not make sense. Some people will always have DDC
+fail. For example, the pins are not connected on an iMac G3. For another
+example, some RAGE128TF cards are known to lie that there is no VGA port
+in the connector table.
+
+Signed-off-by: Connor Behan 
+
+commit d6dd6c9ad5ba8e4950c9398d93298fea48745263
+Author: Connor Behan 
+Date:   Thu Jul 2 18:20:58 2015 -0400
+
+Really fix bitmasks for DDC
+
+For DDC, there is actually no difference between Pro2 cards and other
+VGA desktop cards. Mobility / dualhead cards are the only ones that
+differ.
+Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=91113
+
+Signed-off-by: Connor Behan 
+Tested-by: Kevin Brace 
+
 commit 0b0f74ac7db42c772c8dda0167154bbdcb904d4f
 Author: Connor Behan 
 Date:   Fri May 1 19:43:42 2015 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-video-r128-6.10.0/aclocal.m4 
new/xf86-video-r128-6.10.1/aclocal.m4
--- old/xf86-video-r128-6.10.0/aclocal.m4   2015-05-02 02:31:33.0 
+0200
+++ new/xf86-video-r128-6.10.1/aclocal.m4   2016-01-22 04:21:01.0 
+0100
@@ -9049,32 +9049,63 @@
 m4_ifndef([_LT_PROG_FC],   [AC_DEFUN([_LT_PROG_FC])])
 m4_ifndef([_LT_PROG_CXX],  [AC_DEFUN([_LT_PROG_CXX])])
 
-# pkg.m4 - Macros to locate and utilise pkg-config.-*- Autoconf -*-
-# serial 1 (pkg-config-0.24)
-# 
-# Copyright © 2004 Scott James Remnant .
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR 

commit cervisia for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package cervisia for openSUSE:Factory 
checked in at 2016-01-28 17:20:23

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


Package is "cervisia"

Changes:

--- /work/SRC/openSUSE:Factory/cervisia/cervisia.changes2016-01-10 
13:04:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.cervisia.new/cervisia.changes   2016-01-28 
17:20:25.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:09:54 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  cervisia-15.12.0.tar.xz

New:

  cervisia-15.12.1.tar.xz



Other differences:
--
++ cervisia.spec ++
--- /var/tmp/diff_new_pack.d0JnX1/_old  2016-01-28 17:20:26.0 +0100
+++ /var/tmp/diff_new_pack.d0JnX1/_new  2016-01-28 17:20:26.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2 and LGPL-2.0
 Group:  Development/Tools/Version Control
 Url:http://www.kde.org/
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ cervisia-15.12.0.tar.xz -> cervisia-15.12.1.tar.xz ++




commit libzypp for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2016-01-28 17:18:09

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


Package is "libzypp"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2016-01-05 
09:40:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2016-01-28 
17:18:10.0 +0100
@@ -1,0 +2,23 @@
+Thu Jan 21 01:13:29 CET 2016 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Wed Jan 20 17:12:42 CET 2016 - m...@suse.de
+
+- Filter unwanted btrfs subvolumes (fixes #54, closes #55, bnc#949945)
+- RepoInfo: Provide access to repo content keywords
+- Build with boost-1.60.0
+- version 15.21.0 (19)
+
+---
+Thu Jan 14 01:13:17 CET 2016 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Jan  7 01:13:28 CET 2016 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---

Old:

  libzypp-15.20.0.tar.bz2

New:

  libzypp-15.21.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.2uo3u8/_old  2016-01-28 17:18:11.0 +0100
+++ /var/tmp/diff_new_pack.2uo3u8/_new  2016-01-28 17:18:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:15.20.0
+Version:15.21.0
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-15.20.0.tar.bz2 -> libzypp-15.21.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.20.0/VERSION.cmake 
new/libzypp-15.21.0/VERSION.cmake
--- old/libzypp-15.20.0/VERSION.cmake   2015-12-11 19:08:57.0 +0100
+++ new/libzypp-15.21.0/VERSION.cmake   2016-01-20 17:18:35.0 +0100
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR "15")
 SET(LIBZYPP_COMPATMINOR "19")
-SET(LIBZYPP_MINOR "20")
+SET(LIBZYPP_MINOR "21")
 SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 15.20.0 (19)
+# LAST RELEASED: 15.21.0 (19)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.20.0/package/libzypp.changes 
new/libzypp-15.21.0/package/libzypp.changes
--- old/libzypp-15.20.0/package/libzypp.changes 2015-12-24 01:18:47.0 
+0100
+++ new/libzypp-15.21.0/package/libzypp.changes 2016-01-21 01:18:12.0 
+0100
@@ -1,4 +1,27 @@
 ---
+Thu Jan 21 01:13:29 CET 2016 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Wed Jan 20 17:12:42 CET 2016 - m...@suse.de
+
+- Filter unwanted btrfs subvolumes (fixes #54, closes #55, bnc#949945)
+- RepoInfo: Provide access to repo content keywords
+- Build with boost-1.60.0
+- version 15.21.0 (19)
+
+---
+Thu Jan 14 01:13:17 CET 2016 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Jan  7 01:13:28 CET 2016 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
 Thu Dec 24 01:13:13 CET 2015 - m...@suse.de
 
 - Update zypp-po.tar.bz2
Files old/libzypp-15.20.0/po/zypp-po.tar.bz2 and 
new/libzypp-15.21.0/po/zypp-po.tar.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.20.0/tests/zypp/Arch_test.cc 
new/libzypp-15.21.0/tests/zypp/Arch_test.cc
--- old/libzypp-15.20.0/tests/zypp/Arch_test.cc 2015-07-06 11:06:37.0 
+0200
+++ new/libzypp-15.21.0/tests/zypp/Arch_test.cc 2016-01-18 12:07:16.0 
+0100
@@ -11,12 +11,10 @@
 #include "zypp/Arch.h"
 
 // Boost.Test
-#include 
 #include 
 
 using boost::unit_test::test_suite;
 using boost::unit_test::test_case;
-using boost::test_tools::close_at_tolerance;
 
 using namespace std;
 using namespace zypp;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit mysql-community-server for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2016-01-28 17:25:03

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


Package is "mysql-community-server"

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2015-12-03 13:31:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
   2016-01-28 17:25:57.0 +0100
@@ -1,0 +2,15 @@
+Tue Jan 26 18:54:20 UTC 2016 - kstreit...@suse.com
+
+- update to 5.6.28
+  * changes
+http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-28.html
+  * fixed CVEs:
+CVE-2016-0546, CVE-2016-0504, CVE-2016-0505, CVE-2016-0594,
+CVE-2016-0595, CVE-2016-0503, CVE-2016-0596, CVE-2016-0502,
+CVE-2016-0597, CVE-2016-0611, CVE-2016-0598, CVE-2016-0600,
+CVE-2016-0610, CVE-2016-0606, CVE-2016-0608, CVE-2016-0607,
+CVE-2015-7744, CVE-2016-0605, CVE-2016-0609
+  * fix [bnc#962779], [bnc#959724]
+- refresh mysql-community-server-5.6.12-upgrade-datadir.patch
+
+---

Old:

  mysql-5.6.27.tar.gz

New:

  mysql-5.6.28.tar.gz



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.wf6MYX/_old  2016-01-28 17:25:59.0 +0100
+++ /var/tmp/diff_new_pack.wf6MYX/_new  2016-01-28 17:25:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mysql-community-server
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -44,7 +44,7 @@
 %define with_cassandra 0
 %endif
 Name:   mysql-community-server
-Version:5.6.27
+Version:5.6.28
 Release:0
 Summary:Server part of %{pretty_name}
 License:SUSE-GPL-2.0-with-FLOSS-exception

++ configuration-tweaks.tar.bz2 ++

++ mysql-5.6.27.tar.gz -> mysql-5.6.28.tar.gz ++
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-5.6.27.tar.gz 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-5.6.28.tar.gz 
differ: char 5, line 1

++ mysql-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mysql-community-server-5.6.12-upgrade-datadir.patch
 
new/mysql-patches/mysql-patches/mysql-community-server-5.6.12-upgrade-datadir.patch
--- 
old/mysql-patches/mysql-patches/mysql-community-server-5.6.12-upgrade-datadir.patch
 2015-06-16 13:03:35.0 +0200
+++ 
new/mysql-patches/mysql-patches/mysql-community-server-5.6.12-upgrade-datadir.patch
 2016-01-26 19:44:51.0 +0100
@@ -10,7 +10,7 @@
 ===
 --- client/mysql_upgrade.c.orig
 +++ client/mysql_upgrade.c
-@@ -582,21 +582,37 @@ static int extract_variable_from_show(DY
+@@ -583,21 +583,37 @@ static int extract_variable_from_show(DY
  
  static int get_upgrade_info_file_name(char* name)
  {
@@ -58,7 +58,7 @@
  
fn_format(name, "mysql_upgrade_info", name, "", MYF(0));
DBUG_PRINT("exit", ("name: %s", name));
-@@ -1009,7 +1025,7 @@ int main(int argc, char **argv)
+@@ -1016,7 +1032,7 @@ int main(int argc, char **argv)
  Read the mysql_upgrade_info file to check if mysql_upgrade
  already has been run for this installation of MySQL
*/
@@ -67,15 +67,29 @@
{
  printf("This installation of MySQL is already upgraded to %s, "
 "use --force if you still need to run mysql_upgrade\n",
-@@ -1030,9 +1046,9 @@ int main(int argc, char **argv)
-   */
-   if ((!opt_systables_only &&
-(run_mysqlcheck_mysql_db_fixnames() || 
run_mysqlcheck_mysql_db_upgrade())) ||
--  run_sql_fix_privilege_tables() ||
-   (!opt_systables_only &&
--  (run_mysqlcheck_fixnames() || run_mysqlcheck_upgrade(
-+  (run_mysqlcheck_fixnames() || run_mysqlcheck_upgrade()))
-+  || run_sql_fix_privilege_tables())
+@@ -1048,12 +1064,6 @@ int main(int argc, char **argv)
+   "mysql db");
+ }
+   }
+-  if (run_sql_fix_privilege_tables())
+-  {
+-/* Specific error msg (if present) would be printed in the function call
+- * above */
+-die("Upgrade failed");
+-  }
+   if (!opt_systables_only)
{
- /*
-   The upgrade failed to complete in some way or another,
+ if (run_mysqlcheck_fixnames())
+@@ -1067,6 +1077,12 @@ int main(int argc, char **argv)
+   "all db(s) 

commit python-dfVFS for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package python-dfVFS for openSUSE:Factory 
checked in at 2016-01-28 17:23:27

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


Package is "python-dfVFS"

Changes:

--- /work/SRC/openSUSE:Factory/python-dfVFS/python-dfVFS.changes
2015-08-21 12:43:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-dfVFS.new/python-dfVFS.changes   
2016-01-28 17:24:24.0 +0100
@@ -1,0 +2,9 @@
+Wed Dec  2 21:00:42 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20160108
+  * still pre-release and no ChangeLog available
+  * required by plaso v1.4.0 which is in feature freeze at this point
+- update pyvshadow requires to version v0~20160110
+- add Requires: pyfsntfs
+
+---

Old:

  dfvfs-20150708.tar.gz

New:

  dfvfs-20160108.tar.gz



Other differences:
--
++ python-dfVFS.spec ++
--- /var/tmp/diff_new_pack.A9WWUQ/_old  2016-01-28 17:24:27.0 +0100
+++ /var/tmp/diff_new_pack.A9WWUQ/_new  2016-01-28 17:24:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dfVFS
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,7 +16,7 @@
 #
 
 
-%define timestamp 20150708
+%define timestamp 20160108
 Name:   python-dfVFS
 Version:0~%{timestamp}
 Release:0
@@ -31,6 +31,7 @@
 BuildRequires:  python-setuptools
 Requires:   pybde
 Requires:   pyewf
+Requires:   pyfsntfs
 Requires:   pyqcow
 Requires:   pysigscan
 Requires:   pysmdev
@@ -41,7 +42,7 @@
 Requires:   pytsk
 Requires:   pyvhdi
 Requires:   pyvmdk
-Requires:   pyvshadow
+Requires:   pyvshadow >= 0~20160110
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ dfvfs-20150708.tar.gz -> dfvfs-20160108.tar.gz ++
/work/SRC/openSUSE:Factory/python-dfVFS/dfvfs-20150708.tar.gz 
/work/SRC/openSUSE:Factory/.python-dfVFS.new/dfvfs-20160108.tar.gz differ: char 
5, line 1




commit kiriki for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kiriki for openSUSE:Factory checked 
in at 2016-01-28 17:21:23

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.changes2016-01-10 
13:05:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiriki.new/kiriki.changes   2016-01-28 
17:21:24.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:21:20 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kiriki-15.12.0.tar.xz

New:

  kiriki-15.12.1.tar.xz



Other differences:
--
++ kiriki.spec ++
--- /var/tmp/diff_new_pack.3DMq8S/_old  2016-01-28 17:21:25.0 +0100
+++ /var/tmp/diff_new_pack.3DMq8S/_new  2016-01-28 17:21:25.0 +0100
@@ -50,7 +50,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:kiriki-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kiriki-15.12.0.tar.xz -> kiriki-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-15.12.0/src/main.cpp 
new/kiriki-15.12.1/src/main.cpp
--- old/kiriki-15.12.0/src/main.cpp 2015-11-11 10:46:47.0 +0100
+++ new/kiriki-15.12.1/src/main.cpp 2016-01-07 02:57:20.0 +0100
@@ -34,5 +34,6 @@
KDBusService service;
kiriki *w = new kiriki();
w->show();
+   app.setWindowIcon(QIcon::fromTheme(QStringLiteral("kiriki")));
return app.exec();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-15.12.0/src/org.kde.kiriki.appdata.xml 
new/kiriki-15.12.1/src/org.kde.kiriki.appdata.xml
--- old/kiriki-15.12.0/src/org.kde.kiriki.appdata.xml   2015-11-11 
10:46:47.0 +0100
+++ new/kiriki-15.12.1/src/org.kde.kiriki.appdata.xml   2016-01-07 
02:57:20.0 +0100
@@ -10,6 +10,7 @@
   Kiriki
   Kiriki
   Kiriki
+  Kiriki
   Kiriki
   Kiriki
   Kiriki
@@ -25,6 +26,7 @@
   Kiriki
   xxKirikixx
   Kiriki
+  Kiriki
   Yahtzee-like Dice Game
   Joc de daus com el Yahtzee
   Joc de daus com el Yahtzee
@@ -32,6 +34,7 @@
   „Kniffel“-Würfelspiel
   Yahtzee-like Dice Game
   Juego de dados similar al Yahtzee
+  Yatzy-mainen noppapeli
   Xogo de dados ao estilo do «Yahtzee»
   Yahtzee-achtig dobbelsteenspel
   Gra kostką typu Yahtzee
@@ -47,6 +50,7 @@
   Гра схожа на покер з кістками
   xxYahtzee-like Dice Gamexx
   类似 Yahtzee 的骰子游戏
+  類似 Yahtzee 的骰子遊戲
   
 
   Kiriki is an addictive and fun dice game, designed to be played by as 
many as six players.
@@ -56,6 +60,7 @@
 El Kiriki és un joc de daus addictiu i divertit, 
dissenyat per jugar-se fins a sis jugadors. Els participants tenen que recollir 
punts tirant cinc daus fins a tres vegades per cada torn.
 Kiriki is an addictive and fun dice game, designed to 
be played by as many as six players. Participants have to collect points by 
rolling five dice for up to three times per single turn.
 Kiriki es un juego de dados divertido y adictivo, en el 
que pueden participar hasta seis jugadores. Los participantes deben reunir 
puntos tirando cinco dados hasta tres veces en cada turno.
+Kiriki on hauska ja koukuttava noppapeli, joka on 
suunniteltu jopa kuudelle pelaajalle. Pelaajat keräävät pisteitä heittämällä 
viittä noppaa enintään kolmesti kullakin vuorolla.
 Kiriki é un xogo de dados adictivo e divertido, deseñado 
para ata 6 xogadores. Os xogadores teñen que reunir puntos tirando 5 dados ata 
3 veces por quenda.
 Kiriki is een verslavend en plezierig spel met 
dobbelstenen, ontworpen om gespeeld te worden door zoveel als zes spelers. 
Deelnemers moeten punten verzamelen door vijf dobbelstenen tot drie keer per 
enkele beurt te gooien.
 Kirki jest uzależniającą i ciekawą grą kostką, stworzoną 
do gry nawet w sześć osób. Gracze zbierają punkty rzucając pięcioma kostkami do 
trzech razy na turę. 
@@ -71,6 +76,7 @@
 Kiriki — захоплива гра у кістки. Її створено для гри, у 
якій братимуть участь не більше шести гравців. Учасники гри збирають очки, 
виконуючи до трьох кидків п’яти кісток кожного ходу.
 xxKiriki is an addictive and fun dice game, designed 
to be played by as many as six players. Participants have to collect points by 
rolling five dice for up to three times per single turn.xx
 Kiriki 

commit picmi for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2016-01-28 17:22:20

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  2016-01-10 
13:07:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2016-01-28 
17:22:23.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:36:26 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  picmi-15.12.0.tar.xz

New:

  picmi-15.12.1.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.VGEHng/_old  2016-01-28 17:22:24.0 +0100
+++ /var/tmp/diff_new_pack.VGEHng/_new  2016-01-28 17:22:24.0 +0100
@@ -36,7 +36,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Logic
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:picmi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ picmi-15.12.0.tar.xz -> picmi-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-15.12.0/org.kde.picmi.appdata.xml 
new/picmi-15.12.1/org.kde.picmi.appdata.xml
--- old/picmi-15.12.0/org.kde.picmi.appdata.xml 2015-11-12 04:32:05.0 
+0100
+++ new/picmi-15.12.1/org.kde.picmi.appdata.xml 2016-01-07 02:33:18.0 
+0100
@@ -14,6 +14,7 @@
   Rätselspiel auf der Grundlage von 
Zahlenlogik
   Puzzle game based on number logic
   Juego de rompecabezas basado en lógica 
numérica
+  Lukulogiikkaan perustuva arvoituspeli
   Quebracabezas baseado en lóxica numérica
   Een logisch spel met nummers
   Układanka z elementami logiki numerycznej
@@ -28,6 +29,7 @@
   Pusselspel baserat på sifferlogik
   Гра-головоломка, заснована на інтерпретації 
чисел
   xxPuzzle game based on number logicxx
+  數字邏輯的解謎遊戲
   
 
   The goal is to reveal the hidden pattern in the board by coloring or
@@ -39,6 +41,7 @@
 L'objectiu és descobrir el patró ocult en el 
taulell acolorint o deixant en blanc les cel·les en una quadrícula d'acord amb 
els nombres indicats en el lateral de la quadrícula. És un joc d'un jugador.
 The goal is to reveal the hidden pattern in the board 
by coloring or leaving blank the cells in a grid according to numbers given at 
the side of the grid. This is a single player game.
 El objetivo consiste en revelar el patrón oculto en el 
tablero coloreando o dejando en blanco las casillas de una rejilla según los 
números que se muestran al lado de la rejilla. Este juego es para un único 
jugador.
+Tavoitteena on paljastaa laudan salainen hahmo 
värittämällä tai jättämällä tyhjiksi ruudukon soluja sen sivulla annettujen 
lukujen mukaan. Tämä on yksinpeli.
 O obxectivo consiste en descubrir o padrón oculto no 
taboleiro. Para facelo, ten que colorar ou deixar en branco celas nunha grade 
segundo os números que aparecen nas celas contiguas. Trátase dun xogo para un 
único xogador.
 Het doel is het onthullen van het verborgen patroon in 
het bord door kleuren of leeg laten van de cellen in een raster volgens cijfers 
gegeven aan de rand van het raster. Dit is een spel voor een enkele speler.
 Celem jest odkrycie ukrytego wzoru na planszy poprzez 
kolorowanie lub pozostawianie kratek pustych według liczb podawanych na boku 
siatki. Jest to gra dla jednego gracza.
@@ -53,6 +56,7 @@
 Målet är att avslöja det dolda mönstret på spelbrädet 
genom att färglägga eller lämna rutorna tomma i ett rutmönster enligt de tal 
som anges vid sidan om rutmönstret. Detta är ett spel för en ensam spelare.
 Метою гри є визначення прихованого візерунка у полі для 
гри зафарбовуванням комірок поля відповідно до чисел, які наведено за бічною 
рискою поля. Грати у гру одночасно можна лише один гравець.
 xxThe goal is to reveal the hidden pattern in the 
board by coloring or leaving blank the cells in a grid according to numbers 
given at the side of the grid. This is a single player game.xx
+單人遊戲,依據棋盤側邊的數字來標記或留白棋盤上的每一格。
   
   https://projects.kde.org/projects/kde/kdegames/picmi
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-15.12.0/src/main.cpp 
new/picmi-15.12.1/src/main.cpp
--- old/picmi-15.12.0/src/main.cpp  2015-11-12 04:32:05.0 +0100
+++ new/picmi-15.12.1/src/main.cpp  2016-01-07 02:33:18.0 +0100
@@ 

commit lokalize for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2016-01-28 17:22:14

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.changes2016-01-10 
13:07:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2016-01-28 
17:22:15.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:34:23 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  lokalize-15.12.0.tar.xz

New:

  lokalize-15.12.1.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.CWmAyH/_old  2016-01-28 17:22:16.0 +0100
+++ /var/tmp/diff_new_pack.CWmAyH/_new  2016-01-28 17:22:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lokalize
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:KDE Translation Editor
 License:GPL-2.0+

++ lokalize-15.12.0.tar.xz -> lokalize-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-15.12.0/lokalize.appdata.xml 
new/lokalize-15.12.1/lokalize.appdata.xml
--- old/lokalize-15.12.0/lokalize.appdata.xml   2015-12-09 11:13:15.0 
+0100
+++ new/lokalize-15.12.1/lokalize.appdata.xml   2015-12-30 11:51:27.0 
+0100
@@ -16,6 +16,7 @@
   Lokalize
   Lokalize
   Lokalize
+  Lokalize
   Lokalize
   Lokalize
   Lokalize
@@ -45,6 +46,7 @@
   Outil de traduction assistée par ordinateur
   Sistema de tradución asistida por 
computador.
   Sistema di traduzione assistita
+  Kompiuterizuota vertimo sistema
   Computerondersteund vertaalsysteem
   Dataassistert omsetjing
   System tłumaczeń wspomagany komputerowo




commit knetwalk for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package knetwalk for openSUSE:Factory 
checked in at 2016-01-28 17:21:31

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.changes2016-01-10 
13:05:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.knetwalk.new/knetwalk.changes   2016-01-28 
17:21:32.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:24:29 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  knetwalk-15.12.0.tar.xz

New:

  knetwalk-15.12.1.tar.xz



Other differences:
--
++ knetwalk.spec ++
--- /var/tmp/diff_new_pack.mvpube/_old  2016-01-28 17:21:33.0 +0100
+++ /var/tmp/diff_new_pack.mvpube/_new  2016-01-28 17:21:33.0 +0100
@@ -58,7 +58,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:knetwalk-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ knetwalk-15.12.0.tar.xz -> knetwalk-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knetwalk-15.12.0/src/main.cpp 
new/knetwalk-15.12.1/src/main.cpp
--- old/knetwalk-15.12.0/src/main.cpp   2015-10-28 21:28:32.0 +0100
+++ new/knetwalk-15.12.1/src/main.cpp   2016-01-05 23:29:04.0 +0100
@@ -37,6 +37,8 @@
 {
 QApplication app(argc, argv);
 
+KLocalizedString::setApplicationDomain("knetwalk");
+
 Kdelibs4ConfigMigrator migrate(QStringLiteral("knetwalk"));
 migrate.setConfigFiles(QStringList() << QStringLiteral("knetwalkrc"));
 migrate.setUiFiles(QStringList() << QStringLiteral("knetwalkui.rc"));




commit knavalbattle for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package knavalbattle for openSUSE:Factory 
checked in at 2016-01-28 17:21:30

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
2016-01-10 13:05:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.knavalbattle.new/knavalbattle.changes   
2016-01-28 17:21:31.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:24:22 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  knavalbattle-15.12.0.tar.xz

New:

  knavalbattle-15.12.1.tar.xz



Other differences:
--
++ knavalbattle.spec ++
--- /var/tmp/diff_new_pack.SzV28o/_old  2016-01-28 17:21:32.0 +0100
+++ /var/tmp/diff_new_pack.SzV28o/_new  2016-01-28 17:21:32.0 +0100
@@ -46,7 +46,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:knavalbattle-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knavalbattle-15.12.0.tar.xz -> knavalbattle-15.12.1.tar.xz ++




commit kfilemetadata5 for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kfilemetadata5 for openSUSE:Factory 
checked in at 2016-01-28 17:18:46

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


Package is "kfilemetadata5"

Changes:

--- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes
2016-01-20 09:44:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new/kfilemetadata5.changes   
2016-01-28 17:18:48.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 11 11:09:29 UTC 2016 - wba...@tmo.at
+
+- Build against poppler-qt5 on SLE12 and Leap 42 as well, it is
+  available meanwhile (boo#953957)
+
+---



Other differences:
--
++ kfilemetadata5.spec ++
--- /var/tmp/diff_new_pack.TzirCM/_old  2016-01-28 17:18:49.0 +0100
+++ /var/tmp/diff_new_pack.TzirCM/_new  2016-01-28 17:18:49.0 +0100
@@ -42,10 +42,7 @@
 BuildRequires:  taglib-devel >= 1.9
 BuildRequires:  cmake(Qt5Test) >= 5.4.0
 BuildRequires:  cmake(Qt5Xml) >= 5.4.0
-# No poppler-qt5 in Leap 42, do not build with it on 42 and SLE
-%if "%{suse_version}" != "1315" || 0%{!?sle_version}
 BuildRequires:  pkgconfig(poppler-qt5)
-%endif
 Recommends: catdoc
 %if %{with lang}
 Recommends: %{name}-lang




commit ghc-file-embed for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-file-embed for openSUSE:Factory 
checked in at 2016-01-28 17:24:30

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


Package is "ghc-file-embed"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-file-embed/ghc-file-embed.changes
2015-11-26 17:03:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-file-embed.new/ghc-file-embed.changes   
2016-01-28 17:25:30.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 22 08:46:18 UTC 2016 - mimi...@gmail.com
+
+- update to 0.0.9.1
+* embedStringFile
+
+---

Old:

  file-embed-0.0.9.tar.gz

New:

  file-embed-0.0.9.1.tar.gz



Other differences:
--
++ ghc-file-embed.spec ++
--- /var/tmp/diff_new_pack.2xHCuS/_old  2016-01-28 17:25:30.0 +0100
+++ /var/tmp/diff_new_pack.2xHCuS/_new  2016-01-28 17:25:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-file-embed
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -21,7 +21,7 @@
 %bcond_without tests
 
 Name:   ghc-file-embed
-Version:0.0.9
+Version:0.0.9.1
 Release:0
 Summary:Use Template Haskell to embed file contents directly
 License:BSD-2-Clause

++ file-embed-0.0.9.tar.gz -> file-embed-0.0.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/file-embed-0.0.9/Data/FileEmbed.hs 
new/file-embed-0.0.9.1/Data/FileEmbed.hs
--- old/file-embed-0.0.9/Data/FileEmbed.hs  2015-08-14 06:52:02.0 
+0200
+++ new/file-embed-0.0.9.1/Data/FileEmbed.hs2016-01-20 08:30:52.0 
+0100
@@ -3,7 +3,7 @@
 {-# LANGUAGE OverloadedStrings #-}
 -- | This module uses template Haskell. Following is a simplified explanation 
of usage for those unfamiliar with calling Template Haskell functions.
 --
--- The function @embedFile@ in this modules embeds a file into the exceutable
+-- The function @embedFile@ in this modules embeds a file into the executable
 -- that you can use it at runtime. A file is represented as a @ByteString@.
 -- However, as you can see below, the type signature indicates a value of type
 -- @Q Exp@ will be returned. In order to convert this into a @ByteString@, you
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/file-embed-0.0.9/file-embed.cabal 
new/file-embed-0.0.9.1/file-embed.cabal
--- old/file-embed-0.0.9/file-embed.cabal   2015-08-14 06:52:02.0 
+0200
+++ new/file-embed-0.0.9.1/file-embed.cabal 2016-01-20 08:30:52.0 
+0100
@@ -1,5 +1,5 @@
 name:file-embed
-version: 0.0.9
+version: 0.0.9.1
 license: BSD3
 license-file:LICENSE
 author:  Michael Snoyman 
@@ -32,7 +32,6 @@
 hs-source-dirs: test
 build-depends: base
  , file-embed
- , HUnit
  , filepath
 
 source-repository head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/file-embed-0.0.9/test/main.hs 
new/file-embed-0.0.9.1/test/main.hs
--- old/file-embed-0.0.9/test/main.hs   2015-08-14 06:52:02.0 +0200
+++ new/file-embed-0.0.9.1/test/main.hs 2016-01-20 08:30:52.0 +0100
@@ -1,10 +1,15 @@
 {-# LANGUAGE TemplateHaskell #-}
 {-# LANGUAGE OverloadedStrings #-}
 
+import Control.Monad (unless)
 import Data.FileEmbed
-import Test.HUnit ((@?=))
 import System.FilePath (())
 
+infix 1 @?=
+
+(@?=) :: (Eq a, Show a) => a -> a -> IO ()
+actual @?= expected = unless (actual == expected) (error $ "expected: " ++ 
show expected ++ "\n but got: " ++ show actual)
+
 main :: IO ()
 main = do
 let received = $(embedDir "test/sample")




commit mate-panel for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2016-01-28 17:23:17

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


Package is "mate-panel"

Changes:

--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes2016-01-12 
16:12:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes   
2016-01-28 17:24:04.0 +0100
@@ -1,0 +2,10 @@
+Mon Jan 25 15:46:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.12.2:
+  * Drawer applet: Fix occasional stretching of drawer's panel over
+the entire screen.
+  * Drawer applet: Fix occasional crash on applet removing.
+  * GTK+3: Fix infinite loop with some themes.
+  * Some more fixes.
+
+---

Old:

  mate-panel-1.12.1.tar.xz

New:

  mate-panel-1.12.2.tar.xz



Other differences:
--
++ mate-panel.spec ++
--- /var/tmp/diff_new_pack.R9hfXW/_old  2016-01-28 17:24:05.0 +0100
+++ /var/tmp/diff_new_pack.R9hfXW/_new  2016-01-28 17:24:05.0 +0100
@@ -21,7 +21,7 @@
 %define typelib typelib-1_0-MatePanelApplet-4_0
 %define _version 1.12
 Name:   mate-panel
-Version:1.12.1
+Version:1.12.2
 Release:0
 Summary:MATE Desktop Panel
 License:GPL-2.0+

++ mate-panel-1.12.1.tar.xz -> mate-panel-1.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-panel-1.12.1/NEWS new/mate-panel-1.12.2/NEWS
--- old/mate-panel-1.12.1/NEWS  2015-11-30 08:39:30.0 +0100
+++ new/mate-panel-1.12.2/NEWS  2016-01-25 09:29:41.0 +0100
@@ -1,3 +1,10 @@
+1.12.2
+  * Drawer applet: fix occasional stretching of drawer's panel
+over the entire screen
+  * Drawer applet: fix occasional crash on applet removing
+  * GTK+3: fix infinite loop with some themes
+  * Some more fixes
+
 1.12.1
   * GTK+3: fix background in some themes
   * Some more fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-panel-1.12.1/aclocal.m4 
new/mate-panel-1.12.2/aclocal.m4
--- old/mate-panel-1.12.1/aclocal.m42015-11-30 08:39:57.0 +0100
+++ new/mate-panel-1.12.2/aclocal.m42016-01-25 12:36:01.0 +0100
@@ -693,7 +693,7 @@
 
DISABLE_DEPRECATED=""
if test $USE_MAINTAINER_MODE = yes; then
-   DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK MATECONF MATECOMPONENT 
MATECOMPONENT_UI MATE LIBGLADE VTE MATE_VFS WNCK LIBSOUP"
+   DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK MATE LIBGLADE VTE WNCK 
LIBSOUP"
for DOMAIN in $DOMAINS; do
   DISABLE_DEPRECATED="$DISABLE_DEPRECATED 
-D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES"
done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-panel-1.12.1/applets/wncklet/workspace-switcher.c 
new/mate-panel-1.12.2/applets/wncklet/workspace-switcher.c
--- old/mate-panel-1.12.1/applets/wncklet/workspace-switcher.c  2015-11-11 
09:39:07.0 +0100
+++ new/mate-panel-1.12.2/applets/wncklet/workspace-switcher.c  2015-12-17 
11:57:39.0 +0100
@@ -489,6 +489,9 @@
GtkActionGroup* action_group;
gchar* ui_path;
gboolean display_names;
+#if GTK_CHECK_VERSION (3, 0, 0)
+   GtkCssProvider *provider;
+#endif
 
pager = g_new0(PagerData, 1);
 
@@ -543,6 +546,17 @@
pager->wm = PAGER_WM_UNKNOWN;
wnck_pager_set_shadow_type(WNCK_PAGER(pager->pager), GTK_SHADOW_IN);
 
+#if GTK_CHECK_VERSION (3, 0, 0)
+   provider = gtk_css_provider_new ();
+   gtk_css_provider_load_from_data (provider,
+ "WnckPager:selected {\n"
+ "background-color: #4A90D9; }",
+ -1, NULL);
+   gtk_style_context_add_provider (gtk_widget_get_style_context 
(pager->pager),
+   GTK_STYLE_PROVIDER (provider),
+   GTK_STYLE_PROVIDER_PRIORITY_FALLBACK);
+   g_object_unref (provider);
+#endif
g_signal_connect(G_OBJECT(pager->pager), "destroy", 
G_CALLBACK(destroy_pager), pager);
 
gtk_container_add(GTK_CONTAINER(pager->applet), pager->pager);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-panel-1.12.1/configure 
new/mate-panel-1.12.2/configure
--- old/mate-panel-1.12.1/configure 2015-11-30 08:39:58.0 +0100
+++ new/mate-panel-1.12.2/configure 2016-01-25 12:36:02.0 

commit 3omns for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package 3omns for openSUSE:Factory checked 
in at 2016-01-28 17:22:59

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


Package is "3omns"

Changes:

--- /work/SRC/openSUSE:Factory/3omns/3omns.changes  2015-09-30 
05:52:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.3omns.new/3omns.changes 2016-01-28 
17:23:47.0 +0100
@@ -1,0 +2,23 @@
+Sat Jan 23 11:29:00 UTC 2016 - nemy...@opensuse.org
+
+- Recreate tarball, new GitHub commit
+  Please look 'git log' and announce message:
+
+  * Add bot.lua to dist
+
+  * Fixed some bot AI bugs
+  * Revamped networking code to add reliability
+  * Added the -R command line option to print resources path
+
+- license update: GPL-3.0+ No indication that this is GPL-3.0 (only)
+- Add BuildRequires for bitstream-vera-fonts
+- Add Requires for bitstream-vera-fonts, thanks dstoecker
+- Replace bundled font with a symlink to an identical system font
+- Remove COPYING.font from Documentation
+
+---
+Fri Jan  1 12:04:44 UTC 2016 - r...@fthiessen.de
+
+- Fixed lua dependencies so it will also build on openSUSE <= 13.2
+
+---

Old:

  3omns-0.1+git-21292f0.tar.bz2

New:

  3omns-0.1+git-ded6410.tar.bz2



Other differences:
--
++ 3omns.spec ++
--- /var/tmp/diff_new_pack.pw09HU/_old  2016-01-28 17:23:48.0 +0100
+++ /var/tmp/diff_new_pack.pw09HU/_new  2016-01-28 17:23:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package 3omns
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 Version:0.1
 Release:0
 Summary:Old-school Arcade-style Tile-based Bomb-dropping Deathmatch 
Game
-License:GPL-3.0
+License:GPL-3.0+
 Group:  Amusements/Games/Action/Arcade
 Url:https://chazomaticus.github.io/3omns/
 # Downloaded from https://github.com/chazomaticus/3omns
 # Packed as tar.bz2
-Source0:%{name}-%{version}+git-21292f0.tar.bz2
+Source0:%{name}-%{version}+git-ded6410.tar.bz2
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -34,19 +34,21 @@
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  bitstream-vera-fonts
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_5
 BuildRequires:  glibc-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  pkgconfig(SDL2_image)
-BuildRequires:  pkgconfig(SDL2_ttf)
 %if 0%{?suse_version} > 1320
 BuildRequires:  lua52-devel
 %else
-BuildRequires:  pkgconfig(lua)
+BuildRequires:  lua-devel >= 5.2
 %endif
+BuildRequires:  pkgconfig(SDL2_image)
+BuildRequires:  pkgconfig(SDL2_ttf)
 BuildRequires:  pkgconfig(sdl2)
+Requires:   bitstream-vera-fonts
 
 %description
 3omns is an old-school arcade-style tile-based bomb-dropping deathmatch game.
@@ -65,6 +67,10 @@
 %install
 %make_install
 
+# Use system fonts instead of bundling our own
+rm -f %{buildroot}%{_datadir}/%{name}/ttf/Vera.ttf
+ln -s ../../fonts/truetype/Vera.ttf 
%{buildroot}%{_datadir}/%{name}/ttf/Vera.ttf
+
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_prefix}
@@ -72,7 +78,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING COPYING.font NEWS README
+%doc COPYING NEWS README
 %{_bindir}/%{name}
 %{_mandir}/man6/%{name}.6%{ext_man}
 %{_datadir}/applications/%{name}.desktop

++ 3omns-0.1+git-21292f0.tar.bz2 -> 3omns-0.1+git-ded6410.tar.bz2 ++




commit analitza for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package analitza for openSUSE:Factory 
checked in at 2016-01-28 17:20:16

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


Package is "analitza"

Changes:

--- /work/SRC/openSUSE:Factory/analitza/analitza.changes2016-01-10 
13:03:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.analitza.new/analitza.changes   2016-01-28 
17:20:17.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:08:41 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  analitza-15.12.0.tar.xz

New:

  analitza-15.12.1.tar.xz



Other differences:
--
++ analitza.spec ++
--- /var/tmp/diff_new_pack.jEnsPd/_old  2016-01-28 17:20:18.0 +0100
+++ /var/tmp/diff_new_pack.jEnsPd/_new  2016-01-28 17:20:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   analitza
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:A library to add mathematical features to programs
 License:LGPL-2.1+

++ analitza-15.12.0.tar.xz -> analitza-15.12.1.tar.xz ++




commit kteatime for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2016-01-28 17:21:47

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.changes2016-01-10 
13:06:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2016-01-28 
17:21:49.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:29:44 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kteatime-15.12.0.tar.xz

New:

  kteatime-15.12.1.tar.xz



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.Kcglb6/_old  2016-01-28 17:21:50.0 +0100
+++ /var/tmp/diff_new_pack.Kcglb6/_new  2016-01-28 17:21:50.0 +0100
@@ -37,7 +37,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kteatime-15.12.0.tar.xz -> kteatime-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kteatime-15.12.0/src/kteatime.notifyrc 
new/kteatime-15.12.1/src/kteatime.notifyrc
--- old/kteatime-15.12.0/src/kteatime.notifyrc  2015-12-09 11:14:04.0 
+0100
+++ new/kteatime-15.12.1/src/kteatime.notifyrc  2016-01-07 22:32:48.0 
+0100
@@ -192,7 +192,7 @@
 Comment[x-test]=xxTea is readyxx
 Comment[zh_CN]=茶沏好了
 Comment[zh_TW]=茶煮好了
-Sound=KDE-Sys-App-Message.ogg
+Sound=Oxygen-Sys-App-Message.ogg
 Action=Sound
 
 [Event/reminder]
@@ -312,5 +312,5 @@
 Comment[x-test]=xxTea is getting lonely.xx
 Comment[zh_CN]=茶都凉了
 Comment[zh_TW]=茶煮好了,怎麼沒人喝。
-Sound=KDE-Sys-App-Special.ogg
+Sound=Oxygen-Sys-App-Special.ogg
 Action=Sound
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kteatime-15.12.0/src/main.cpp 
new/kteatime-15.12.1/src/main.cpp
--- old/kteatime-15.12.0/src/main.cpp   2015-12-09 11:14:04.0 +0100
+++ new/kteatime-15.12.1/src/main.cpp   2016-01-07 22:32:48.0 +0100
@@ -50,6 +50,8 @@
 
 aboutData.addCredit(i18n("Daniel Teske"), i18n("Many patches"), 
QStringLiteral("te...@bigfoot.com"));
 
+aboutData.setTranslator(i18nc("NAME OF TRANSLATORS", "Your names"), 
i18nc("EMAIL OF TRANSLATORS", "Your emails"));
+
 /**
  * right dbus prefix == org.kde.
  */




commit perl-CPAN-Perl-Releases for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2016-01-28 17:24:40

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


Package is "perl-CPAN-Perl-Releases"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2015-12-29 12:59:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2016-01-28 17:25:37.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 27 09:40:48 UTC 2016 - co...@suse.com
+
+- updated to 2.56
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-2.54.tar.gz

New:

  CPAN-Perl-Releases-2.56.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.VJP2gC/_old  2016-01-28 17:25:38.0 +0100
+++ /var/tmp/diff_new_pack.VJP2gC/_new  2016-01-28 17:25:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Perl-Releases
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:2.54
+Version:2.56
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-2.54.tar.gz -> CPAN-Perl-Releases-2.56.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.54/Changes 
new/CPAN-Perl-Releases-2.56/Changes
--- old/CPAN-Perl-Releases-2.54/Changes 2015-12-21 23:54:46.0 +0100
+++ new/CPAN-Perl-Releases-2.56/Changes 2016-01-20 23:33:57.0 +0100
@@ -1,8 +1,30 @@
 ==
-Changes from 2010-12-22 00:00:00 + to present.
+Changes from 2011-01-21 00:00:00 + to present.
 ==
 
 -
+version 2.56 at 2016-01-20 22:29:45 +
+-
+
+  Change: e49a8ccdcab90da90f431b5852fa77a762fa2737
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-01-20 22:29:45 +
+
+Updated with v5.23.7 
+
+  Change: eea8677292ef0f82c5375362311e27cbf517995f
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-01-20 22:29:45 +
+
+Remove RJBS release candidates and v5.7.1
+
+As per
+http://www.nntp.perl.org/group/perl.perl5.porters/2016/01/msg233715.h
+tml
+
+v5.7.1 as well as it is AWOL 
+
+-
 version 2.54 at 2015-12-21 22:51:30 +
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.54/LICENSE 
new/CPAN-Perl-Releases-2.56/LICENSE
--- old/CPAN-Perl-Releases-2.54/LICENSE 2015-12-21 23:54:46.0 +0100
+++ new/CPAN-Perl-Releases-2.56/LICENSE 2016-01-20 23:33:57.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2015 by Chris Williams.
+This software is copyright (c) 2016 by Chris Williams.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2015 by Chris Williams.
+This software is Copyright (c) 2016 by Chris Williams.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2015 by Chris Williams.
+This software is Copyright (c) 2016 by Chris Williams.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.54/MANIFEST 
new/CPAN-Perl-Releases-2.56/MANIFEST
--- old/CPAN-Perl-Releases-2.54/MANIFEST2015-12-21 23:54:46.0 
+0100
+++ new/CPAN-Perl-Releases-2.56/MANIFEST2016-01-20 23:33:57.0 
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.042.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit opencv for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2016-01-28 17:18:35

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


Package is "opencv"

Changes:

--- /work/SRC/openSUSE:Factory/opencv/opencv-qt5.changes2015-12-27 
01:59:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv-qt5.changes   2016-01-28 
17:18:42.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 22 09:47:00 UTC 2016 - o...@aepfle.de
+
+- Reduce build-compare noise
+  opencv-build-compare.patch
+
+---
opencv.changes: same change

New:

  opencv-build-compare.patch



Other differences:
--
++ opencv-qt5.spec ++
--- /var/tmp/diff_new_pack.zwCGUz/_old  2016-01-28 17:18:44.0 +0100
+++ /var/tmp/diff_new_pack.zwCGUz/_new  2016-01-28 17:18:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencv-qt5
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -44,6 +44,8 @@
 Patch6: opencv-gcc5.patch
 # PATCH-FIX-UPSTREAM opencv-gles.patch -- support Qt5 built with GLES
 Patch7: opencv-gles.patch
+# PATCH-FIX-OPENSUSE opencv-build-compare.patch -- avoid republish if some 
random external version number changes
+Patch8: opencv-build-compare.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 %if 0%{?suse_version} > 1310
@@ -157,6 +159,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 # Remove Windows specific files
 rm -f doc/packaging.txt

++ opencv.spec ++
--- /var/tmp/diff_new_pack.zwCGUz/_old  2016-01-28 17:18:44.0 +0100
+++ /var/tmp/diff_new_pack.zwCGUz/_new  2016-01-28 17:18:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencv
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -40,6 +40,8 @@
 Patch5: opencv-altivec-vector.patch
 # PATCH-FIX-UPSTREAM opencv-gcc5.patch -- support gcc versions without minor 
version co...@suse.de
 Patch6: opencv-gcc5.patch
+# PATCH-FIX-OPENSUSE opencv-build-compare.patch -- avoid republish if some 
random external version number changes
+Patch8: opencv-build-compare.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 %if 0%{?suse_version} > 1310
@@ -143,6 +145,7 @@
 #%patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch8 -p1
 
 # Remove Windows specific files
 rm -f doc/packaging.txt

++ opencv-build-compare.patch ++
---
 CMakeLists.txt  |4 ++--
 cmake/OpenCVUtils.cmake |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Index: opencv-2.4.11/CMakeLists.txt
===
--- opencv-2.4.11.orig/CMakeLists.txt
+++ opencv-2.4.11/CMakeLists.txt
@@ -675,11 +675,11 @@ endif()
 # == build platform ==
 status("")
 status("  Platform:")
-status("Host:" ${CMAKE_HOST_SYSTEM_NAME} 
${CMAKE_HOST_SYSTEM_VERSION} ${CMAKE_HOST_SYSTEM_PROCESSOR})
+status("Host:" "Linux")
 if(CMAKE_CROSSCOMPILING)
   status("Target:" ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION} 
${CMAKE_SYSTEM_PROCESSOR})
 endif()
-status("CMake:"${CMAKE_VERSION})
+status("CMake:""YES")
 status("CMake generator:"  ${CMAKE_GENERATOR})
 status("CMake build tool:" ${CMAKE_BUILD_TOOL})
 if(MSVC)
Index: opencv-2.4.11/cmake/OpenCVUtils.cmake
===
--- opencv-2.4.11.orig/cmake/OpenCVUtils.cmake
+++ opencv-2.4.11/cmake/OpenCVUtils.cmake
@@ -319,15 +319,18 @@ function(status text)
   if(${status_cond})
 string(REPLACE ";" " " status_then "${status_then}")
 string(REGEX REPLACE "^[ \t]+" "" status_then "${status_then}")
+string(REGEX REPLACE "\\(ver [^\\)]+\\)" "" status_then 
"${status_then}")
 ocv_output_status("${status_text} ${status_then}")
   else()
 string(REPLACE ";" " " status_else "${status_else}")
 string(REGEX REPLACE "^[ \t]+" "" status_else "${status_else}")
+string(REGEX REPLACE "\\(ver [^\\)]+\\)" "" status_else 
"${status_else}")
 ocv_output_status("${status_text} ${status_else}")
   endif()
 else()
   string(REPLACE ";" " " 

commit cantor for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2016-01-28 17:20:22

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


Package is "cantor"

Changes:

--- /work/SRC/openSUSE:Factory/cantor/cantor.changes2016-01-10 
13:04:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes   2016-01-28 
17:20:23.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:09:47 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  cantor-15.12.0.tar.xz

New:

  cantor-15.12.1.tar.xz



Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.lhbiCw/_old  2016-01-28 17:20:24.0 +0100
+++ /var/tmp/diff_new_pack.lhbiCw/_new  2016-01-28 17:20:24.0 +0100
@@ -19,7 +19,7 @@
 %global libMAJOR 6
 
 Name:   cantor
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Worksheet GUI for mathematical software
 License:GPL-2.0+

++ cantor-15.12.0.tar.xz -> cantor-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-15.12.0/src/assistants/advancedplot/advancedplotassistant.json 
new/cantor-15.12.1/src/assistants/advancedplot/advancedplotassistant.json
--- old/cantor-15.12.0/src/assistants/advancedplot/advancedplotassistant.json   
2015-12-09 12:59:02.0 +0100
+++ new/cantor-15.12.1/src/assistants/advancedplot/advancedplotassistant.json   
2015-12-13 12:48:32.0 +0100
@@ -24,6 +24,7 @@
 "Name[uk]": "Складне креслення", 
 "Name[x-test]": "xxAdvancedPlotxx", 
 "Name[zh_CN]": "高级绘图", 
+"Name[zh_TW]": "進階繪製", 
 "ServiceTypes": [
 "Cantor/Assistant"
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-15.12.0/src/assistants/differentiate/differentiateassistant.json 
new/cantor-15.12.1/src/assistants/differentiate/differentiateassistant.json
--- old/cantor-15.12.0/src/assistants/differentiate/differentiateassistant.json 
2015-12-09 12:59:02.0 +0100
+++ new/cantor-15.12.1/src/assistants/differentiate/differentiateassistant.json 
2015-12-13 12:48:32.0 +0100
@@ -22,6 +22,7 @@
 "Description[uk]": "Діалогове вікно помічника у обчисленні похідних 
від виразів", 
 "Description[x-test]": "xxAn Assistant dialog to simplify calculating 
derivatives of expressionsxx", 
 "Description[zh_CN]": "用于简化微分表达式计算的助手对话框", 
+"Description[zh_TW]": "簡化計算衍生表示式(derivatives of expressions)的小助手對話框", 
 "Icon": "office-chart-area", 
 "Id": "Differentiate", 
 "License": "GPL", 
@@ -47,6 +48,7 @@
 "Name[uk]": "Продиференціювати", 
 "Name[x-test]": "xxDifferentiatexx", 
 "Name[zh_CN]": "微分", 
+"Name[zh_TW]": "微分", 
 "ServiceTypes": [
 "Cantor/Assistant"
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-15.12.0/src/assistants/importpackage/importpackageassistant.json 
new/cantor-15.12.1/src/assistants/importpackage/importpackageassistant.json
--- old/cantor-15.12.0/src/assistants/importpackage/importpackageassistant.json 
2015-12-09 12:59:02.0 +0100
+++ new/cantor-15.12.1/src/assistants/importpackage/importpackageassistant.json 
2015-12-13 12:48:32.0 +0100
@@ -21,6 +21,7 @@
 "Description[uk]": "Допоміжне діалогове вікно для імпортування певного 
пакунка (бібліотеки або модуля) до робочого простору Cantor", 
 "Description[x-test]": "xxAn Assistant dialog to import a specific 
package (or library or module) to Cantor workspacexx", 
 "Description[zh_CN]": "用于导入指定包 (或者库和模块) 到 Cantor 工作空间的助手对话框", 
+"Description[zh_TW]": "匯入特定套件(或函式庫、模組)到 Cantor 工作空間的小助手對話框", 
 "Id": "Import package", 
 "License": "GPL", 
 "Name": "Import Package", 
@@ -44,6 +45,7 @@
 "Name[uk]": "Імпортування пакунка", 
 "Name[x-test]": "xxImport Packagexx", 
 "Name[zh_CN]": "导入包", 
+"Name[zh_TW]": "匯入套件", 
 "ServiceTypes": [
 "Cantor/Assistant"
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-15.12.0/src/assistants/integrate/integrateassistant.json 
new/cantor-15.12.1/src/assistants/integrate/integrateassistant.json
--- 

commit ghc-async for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-async for openSUSE:Factory 
checked in at 2016-01-28 17:23:30

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


Package is "ghc-async"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-async/ghc-async.changes  2015-05-21 
08:11:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-async.new/ghc-async.changes 2016-01-28 
17:24:28.0 +0100
@@ -1,0 +2,11 @@
+Sun Jan 24 10:10:44 UTC 2016 - mimi...@gmail.com
+
+- update to 2.1.0
+* Bump base dependency to allow 4.10
+* Remove invalid Monad instance for Concurrently
+* Add Monoid and Semigroup instances for Concurrently
+* Add forConcurrently (flipped version of mapConcurrently)
+* Add STM version of all applicable IO functions: waitAnySTM, waitAnyCatchSTM, 
+   waitEitherSTM, waitEitherCatchSTM, waitEitherSTM_, and waitBothSTM.
+
+---

Old:

  async-2.0.2.tar.gz

New:

  async-2.1.0.tar.gz



Other differences:
--
++ ghc-async.spec ++
--- /var/tmp/diff_new_pack.Fjk1y6/_old  2016-01-28 17:24:29.0 +0100
+++ /var/tmp/diff_new_pack.Fjk1y6/_new  2016-01-28 17:24:29.0 +0100
@@ -19,14 +19,14 @@
 %global pkg_name async
 
 Name:   ghc-async
-Version:2.0.2
+Version:2.1.0
 Release:0
 Summary:Run IO operations asynchronously and wait for their results
 License:BSD-3-Clause
 Group:  System/Libraries
 
 Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:
http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel

++ async-2.0.2.tar.gz -> async-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/async-2.0.2/Control/Concurrent/Async.hs 
new/async-2.1.0/Control/Concurrent/Async.hs
--- old/async-2.0.2/Control/Concurrent/Async.hs 2014-12-22 12:32:14.0 
+0100
+++ new/async-2.1.0/Control/Concurrent/Async.hs 2016-01-05 17:42:20.0 
+0100
@@ -105,11 +105,17 @@
 waitEither_,
 waitBoth,
 
+-- ** Waiting for multiple 'Async's in STM
+waitAnySTM, waitAnyCatchSTM,
+waitEitherSTM, waitEitherCatchSTM,
+waitEitherSTM_,
+waitBothSTM,
+
 -- ** Linking
 link, link2,
 
 -- * Convenient utilities
-race, race_, concurrently, mapConcurrently,
+race, race_, concurrently, mapConcurrently, forConcurrently,
 Concurrently(..),
 
   ) where
@@ -122,7 +128,14 @@
 #endif
 import Control.Monad
 import Control.Applicative
+#if !MIN_VERSION_base(4,8,0)
+import Data.Monoid (Monoid(mempty,mappend))
 import Data.Traversable
+#endif
+#if MIN_VERSION_base(4,9,0)
+import Data.Semigroup (Semigroup((<>)))
+#endif
+
 
 import GHC.Exts
 import GHC.IO hiding (finally, onException)
@@ -316,9 +329,15 @@
 -- If multiple 'Async's complete or have completed, then the value
 -- returned corresponds to the first completed 'Async' in the list.
 --
+{-# INLINE waitAnyCatch #-}
 waitAnyCatch :: [Async a] -> IO (Async a, Either SomeException a)
-waitAnyCatch asyncs =
-  atomically $
+waitAnyCatch = atomically . waitAnyCatchSTM
+
+-- | A version of 'waitAnyCatch' that can be used inside an STM transaction.
+--
+-- @since 2.1.0
+waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)
+waitAnyCatchSTM asyncs =
 foldr orElse retry $
   map (\a -> do r <- waitCatchSTM a; return (a, r)) asyncs
 
@@ -336,9 +355,15 @@
 -- If multiple 'Async's complete or have completed, then the value
 -- returned corresponds to the first completed 'Async' in the list.
 --
+{-# INLINE waitAny #-}
 waitAny :: [Async a] -> IO (Async a, a)
-waitAny asyncs =
-  atomically $
+waitAny = atomically . waitAnySTM
+
+-- | A version of 'waitAny' that can be used inside an STM transaction.
+--
+-- @since 2.1.0
+waitAnySTM :: [Async a] -> STM (Async a, a)
+waitAnySTM asyncs =
 foldr orElse retry $
   map (\a -> do r <- waitSTM a; return (a, r)) asyncs
 
@@ -350,11 +375,19 @@
   waitAny asyncs `finally` mapM_ cancel asyncs
 
 -- | Wait for the first of two @Async@s to finish.
+{-# INLINE waitEitherCatch #-}
 waitEitherCatch :: Async a -> Async b
 -> IO (Either (Either SomeException a)
   (Either SomeException b))
-waitEitherCatch left right =
-  atomically $
+waitEitherCatch left right = atomically (waitEitherCatchSTM left right)
+
+-- | A version of 'waitEitherCatch' that can be used 

commit juk for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package juk for openSUSE:Factory checked in 
at 2016-01-28 17:20:32

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


Package is "juk"

Changes:

--- /work/SRC/openSUSE:Factory/juk/juk.changes  2016-01-10 13:04:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.juk.new/juk.changes 2016-01-28 
17:20:33.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:11:18 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  juk-15.12.0.tar.xz

New:

  juk-15.12.1.tar.xz



Other differences:
--
++ juk.spec ++
--- /var/tmp/diff_new_pack.b4EwKa/_old  2016-01-28 17:20:34.0 +0100
+++ /var/tmp/diff_new_pack.b4EwKa/_new  2016-01-28 17:20:34.0 +0100
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ juk-15.12.0.tar.xz -> juk-15.12.1.tar.xz ++




commit kigo for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2016-01-28 17:21:19

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.changes2016-01-10 
13:05:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.kigo.new/kigo.changes   2016-01-28 
17:21:22.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:20:35 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kigo-15.12.0.tar.xz

New:

  kigo-15.12.1.tar.xz



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.GCylpr/_old  2016-01-28 17:21:22.0 +0100
+++ /var/tmp/diff_new_pack.GCylpr/_new  2016-01-28 17:21:22.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:kigo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kigo-15.12.0.tar.xz -> kigo-15.12.1.tar.xz ++




commit clinfo for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package clinfo for openSUSE:Factory checked 
in at 2016-01-28 17:23:49

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


Package is "clinfo"

Changes:

--- /work/SRC/openSUSE:Factory/clinfo/clinfo.changes2016-01-08 
15:23:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.clinfo.new/clinfo.changes   2016-01-28 
17:24:41.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 26 08:44:01 UTC 2016 - mplus...@suse.com
+
+- Update to 2.1.16.01.12
+  * no upstream changelog provided
+
+---

Old:

  clinfo-2.1.16.01.06.tar.gz

New:

  clinfo-2.1.16.01.12.tar.gz



Other differences:
--
++ clinfo.spec ++
--- /var/tmp/diff_new_pack.63rQk2/_old  2016-01-28 17:24:42.0 +0100
+++ /var/tmp/diff_new_pack.63rQk2/_new  2016-01-28 17:24:42.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   clinfo
-Version:2.1.16.01.06
+Version:2.1.16.01.12
 Release:0
 Summary:It reports status information for all installed OpenCL ICDs
 License:SUSE-Public-Domain
@@ -45,15 +45,13 @@
 make %{?_smp_mflags}
 
 %install
-mkdir -p %{buildroot}/%{_bindir}
-mkdir -p %{buildroot}/%{_mandir}/man1/
-install -pm 0755 clinfo %{buildroot}/%{_bindir}
-install -pm 0644 man/clinfo.1 %{buildroot}/%{_mandir}/man1
+install -D -p -m 0755 clinfo %{buildroot}%{_bindir}/clinfo
+install -D -p -m 0644 man/clinfo.1 %{buildroot}%{_mandir}/man1/clinfo.1
 
 %files
 %defattr (-,root,root)
 %doc LICENSE README
 %{_bindir}/clinfo
-%{_mandir}/man1/clinfo.1.*
+%{_mandir}/man1/clinfo.1%{ext_man}
 
 %changelog

++ clinfo-2.1.16.01.06.tar.gz -> clinfo-2.1.16.01.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clinfo-2.1.16.01.06/man/clinfo.1 
new/clinfo-2.1.16.01.12/man/clinfo.1
--- old/clinfo-2.1.16.01.06/man/clinfo.12016-01-06 12:07:55.0 
+0100
+++ new/clinfo-2.1.16.01.12/man/clinfo.12016-01-12 11:51:23.0 
+0100
@@ -1,4 +1,4 @@
-.TH CLINFO 1 "2016-01-06" "clinfo 2.1.16.01.06"
+.TH CLINFO 1 "2016-01-12" "clinfo 2.1.16.01.12"
 
 .SH NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clinfo-2.1.16.01.06/src/clinfo.c 
new/clinfo-2.1.16.01.12/src/clinfo.c
--- old/clinfo-2.1.16.01.06/src/clinfo.c2016-01-06 12:07:55.0 
+0100
+++ new/clinfo-2.1.16.01.12/src/clinfo.c2016-01-12 11:51:23.0 
+0100
@@ -880,8 +880,9 @@
time_t time = val/UINT64_C(10);
szval += snprintf(strbuf, bufsz, "%" PRIu64 "ns (", val);
szval += bufcpy(szval, ctime());
+   /* overwrite ctime's newline with the closing parenthesis */
if (szval < bufsz)
-   strbuf[szval] = ')';
+   strbuf[szval - 1] = ')';
}
show_strbuf(pname, 0);
return had_error;
@@ -2483,6 +2484,8 @@
const char *pname; // "ICD loader *"
 };
 
+static const char * const oclicdl_pfx = "OCLICD";
+
 #define LINFO(symbol, name) { symbol, #symbol, "ICD loader " name }
 struct icdl_info_traits linfo_traits[] = {
LINFO(CL_ICDL_NAME, "Name"),
@@ -2541,9 +2544,18 @@
 #endif
 
if (clGetICDLoaderInfoOCLICD != NULL) {
-   puts("\nICD loader properties");
+   /* TODO think of a sensible header in CLINFO_RAW */
+   if (output_mode != CLINFO_RAW)
+   puts("\nICD loader properties");
current_function = __func__;
 
+   if (output_mode == CLINFO_RAW) {
+   line_pfx_len = strlen(oclicdl_pfx) + 5;
+   REALLOC(line_pfx, line_pfx_len, "line prefix OCL ICD");
+   sprintf(strbuf, "[%s/*]", oclicdl_pfx);
+   sprintf(line_pfx, "%*s", -line_pfx_len, strbuf);
+   }
+
for (current_line = 0; current_line < ARRAY_SIZE(linfo_traits); 
++current_line) {
const struct icdl_info_traits *traits = linfo_traits + 
current_line;
current_param = traits->sname;
@@ -2586,7 +2598,7 @@
 
 void version(void)
 {
-   puts("clinfo version 2.1.16.01.06");
+   puts("clinfo version 2.1.16.01.12");
 }
 
 void usage(void)
@@ -2674,7 +2686,8 @@
listPlatformsAndDevices(show_offline);
} else {
showDevices(show_offline);
-   checkNullBehavior();
+   if (output_mode != CLINFO_RAW)
+   checkNullBehavior();
oclIcdProps();
}
 




commit perl-Bootloader for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2016-01-28 17:18:26

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


Package is "perl-Bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2016-01-15 10:40:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes 
2016-01-28 17:18:30.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 22 10:33:47 UTC 2016 - snw...@suse.com
+
+- fix typo
+- Fix dtb searching
+- 0.904
+
+---

Old:

  perl-Bootloader-0.903.tar.xz

New:

  perl-Bootloader-0.904.tar.xz



Other differences:
--
++ perl-Bootloader.spec ++
--- /var/tmp/diff_new_pack.JMqggo/_old  2016-01-28 17:18:31.0 +0100
+++ /var/tmp/diff_new_pack.JMqggo/_new  2016-01-28 17:18:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Bootloader
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Bootloader
-Version:0.903
+Version:0.904
 Release:0
 Requires:   coreutils
 Requires:   perl-base = %{perl_version}

++ perl-Bootloader-0.903.tar.xz -> perl-Bootloader-0.904.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.903/VERSION 
new/perl-Bootloader-0.904/VERSION
--- old/perl-Bootloader-0.903/VERSION   2015-12-18 16:28:52.0 +0100
+++ new/perl-Bootloader-0.904/VERSION   2016-01-22 11:32:44.0 +0100
@@ -1 +1 @@
-0.903
+0.904
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.903/changelog 
new/perl-Bootloader-0.904/changelog
--- old/perl-Bootloader-0.903/changelog 2015-12-18 16:28:52.0 +0100
+++ new/perl-Bootloader-0.904/changelog 2016-01-22 11:32:44.0 +0100
@@ -1,3 +1,7 @@
+2016-01-22:0.904
+   - fix typo
+   - Fix dtb searching
+
 2015-12-18:0.903
- improve add/del-option scripts
- rename uboot to u-boot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.903/u-boot/config 
new/perl-Bootloader-0.904/u-boot/config
--- old/perl-Bootloader-0.903/u-boot/config 2015-12-18 16:28:52.0 
+0100
+++ new/perl-Bootloader-0.904/u-boot/config 2016-01-22 11:32:44.0 
+0100
@@ -22,7 +22,7 @@
echo "# THIS FILE WILL BE OVERWRITTEN by perl-Bootloader"
echo -n "# Last modification on "
date
-   echo "# Please, use /boot/extlinux.d and /etc/default/uboot for 
configuration"
+   echo "# Please, use /boot/extlinux.d and /etc/default/u-boot for 
configuration"
echo
 }
 
@@ -62,6 +62,10 @@
 
 entry_id=0
 for ((i=0;i<${#zimage[@]};i++)) ; do
+   # dtb and kernel release may differ
+   basedtb=${dtb[$i]%-*}
+   basedtb=($(echo ${basedtb}-*))
+   dtb[$i]=${basedtb[0]}
if [ -r ${initrd[$i]} -a -r ${zimage[$i]} -a -d ${dtb[$i]} ] ; then
for dtbfile in / $U_BOOT_DTB_LINUX_DEFAULT ; do
print_entry linux_$((entry_id++)) ${zimage[$i]} 
${initrd[$i]} "$U_BOOT_CMDLINE_LINUX_DEFAULT" ${dtb[$i]}'/'${dtbfile} >> 
$entry_file




commit bovo for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package bovo for openSUSE:Factory checked in 
at 2016-01-28 17:20:21

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


Package is "bovo"

Changes:

--- /work/SRC/openSUSE:Factory/bovo/bovo.changes2016-01-10 
13:03:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.bovo.new/bovo.changes   2016-01-28 
17:20:22.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:09:40 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  bovo-15.12.0.tar.xz

New:

  bovo-15.12.1.tar.xz



Other differences:
--
++ bovo.spec ++
--- /var/tmp/diff_new_pack.CBFjmE/_old  2016-01-28 17:20:23.0 +0100
+++ /var/tmp/diff_new_pack.CBFjmE/_new  2016-01-28 17:20:23.0 +0100
@@ -37,7 +37,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:bovo-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ bovo-15.12.0.tar.xz -> bovo-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.12.0/themes/highcontrast/themerc 
new/bovo-15.12.1/themes/highcontrast/themerc
--- old/bovo-15.12.0/themes/highcontrast/themerc2015-11-04 
15:30:32.0 +0100
+++ new/bovo-15.12.1/themes/highcontrast/themerc2015-12-30 
13:13:40.0 +0100
@@ -83,7 +83,7 @@
 Comment[kk]=Өте контрастық нақыш
 Comment[km]=ស្បែក​ដែល​មាន​កម្រិត​ពណ៌​ច្រើន
 Comment[ko]=명도가 높은 테마
-Comment[lt]=Tema su daug kontrasto
+Comment[lt]=Apipavidalinimas su daug kontrasto
 Comment[lv]=Augsta kontrasta tēma
 Comment[mr]=जास्त काँट्रास्ट असलेली शैली
 Comment[nb]=Et tema med mye kontrast
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.12.0/themes/spacy/themerc 
new/bovo-15.12.1/themes/spacy/themerc
--- old/bovo-15.12.0/themes/spacy/themerc   2015-11-04 15:30:32.0 
+0100
+++ new/bovo-15.12.1/themes/spacy/themerc   2015-12-30 13:13:40.0 
+0100
@@ -79,7 +79,7 @@
 Comment[kk]=Ғарыш нақышы
 Comment[km]=ស្បែក​ពី​លំហ​ខាងក្រៅ
 Comment[ko]=외계에서의 테마
-Comment[lt]=Tema iš kosmoso
+Comment[lt]=Apipavidalinimas iš kosmoso
 Comment[lv]=Tēma no kosmosa
 Comment[mr]=बाहेरच्या जगातील शैली
 Comment[nb]=Et tema fra det ytre rommet




commit Mesa for openSUSE:13.2:Update

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:13.2:Update 
checked in at 2016-01-29 11:55:32

Comparing /work/SRC/openSUSE:13.2:Update/Mesa (Old)
 and  /work/SRC/openSUSE:13.2:Update/.Mesa.new (New)


Package is "Mesa"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.V9LaqR/_old  2016-01-29 11:55:34.0 +0100
+++ /var/tmp/diff_new_pack.V9LaqR/_new  2016-01-29 11:55:34.0 +0100
@@ -1 +1 @@
-
+




commit ghc-temporary for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-temporary for openSUSE:Factory 
checked in at 2016-01-28 17:24:08

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


Package is "ghc-temporary"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-temporary/ghc-temporary.changes  
2015-05-21 08:12:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-temporary.new/ghc-temporary.changes 
2016-01-28 17:25:01.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 26 10:04:40 UTC 2016 - mimi...@gmail.com
+
+- update to 1.2.0.4 
+
+---

Old:

  temporary-1.2.0.3.tar.gz

New:

  temporary-1.2.0.4.tar.gz



Other differences:
--
++ ghc-temporary.spec ++
--- /var/tmp/diff_new_pack.JUVaOB/_old  2016-01-28 17:25:02.0 +0100
+++ /var/tmp/diff_new_pack.JUVaOB/_new  2016-01-28 17:25:02.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name temporary
 
 Name:   ghc-temporary
-Version:1.2.0.3
+Version:1.2.0.4
 Release:0
 Summary:Haskell portable temporary file and directory support
 License:BSD-3-Clause

++ temporary-1.2.0.3.tar.gz -> temporary-1.2.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/temporary-1.2.0.3/System/IO/Temp.hs 
new/temporary-1.2.0.4/System/IO/Temp.hs
--- old/temporary-1.2.0.3/System/IO/Temp.hs 2014-05-11 14:22:06.0 
+0200
+++ new/temporary-1.2.0.4/System/IO/Temp.hs 2016-01-24 22:49:53.0 
+0100
@@ -20,7 +20,7 @@
 import Distribution.Compat.TempFile
 
 
--- | Create and use a temporary directory in the system standard temporary 
directory.
+-- | Create and use a temporary file in the system standard temporary 
directory.
 --
 -- Behaves exactly the same as 'withTempFile', except that the parent 
temporary directory
 -- will be that returned by 'getTemporaryDirectory'.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/temporary-1.2.0.3/temporary.cabal 
new/temporary-1.2.0.4/temporary.cabal
--- old/temporary-1.2.0.3/temporary.cabal   2014-05-11 14:22:06.0 
+0200
+++ new/temporary-1.2.0.4/temporary.cabal   2016-01-24 23:33:16.0 
+0100
@@ -1,5 +1,5 @@
 name:temporary
-version: 1.2.0.3
+version: 1.2.0.4
 cabal-version:   >= 1.6
 synopsis:Portable temporary file and directory support for Windows 
and Unix, based on code from Cabal
 description: The functions for creating temporary files and 
directories in the base library are quite limited. The unixutils
@@ -14,10 +14,14 @@
  (c) 2005-2009, Duncan Coutts
 author:  Isaac Jones 
  Duncan Coutts 
-maintainer:  Max Bolingbroke 
-homepage:http://www.github.com/batterseapower/temporary
+maintainer:  Mateusz Kowalczyk , Roman 
Cheplyaka 
+homepage:http://www.github.com/feuerbach/temporary
 build-type:  Simple
 
+source-repository head
+  type: git
+  location: git://github.com/feuerbach/temporary.git
+
 Library
 exposed-modules: System.IO.Temp
 other-modules:   Distribution.Compat.Exception




commit patterns-openSUSE for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2016-01-28 22:50:25

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


Package is "patterns-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2016-01-23 18:40:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2016-01-28 22:50:27.0 +0100
@@ -1,0 +2,13 @@
+Wed Jan 27 13:50:43 UTC 2016 - tittiatc...@gmail.com
+
+- Obsolete the kde4bindings for perl, python, ruby and mono. They
+  haven't been ported and are obstructing the switch of Akonadi to 
+  its Frameworks port
+
+---
+Sun Jan 24 02:11:55 UTC 2016 - dims...@opensuse.org
+
+- Do not require midori on the Rescue CD: we already have Firefox
+  on it; midori pulling in webkit makes it just too big.
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.HuWV4U/_old  2016-01-28 22:50:28.0 +0100
+++ /var/tmp/diff_new_pack.HuWV4U/_new  2016-01-28 22:50:28.0 +0100
@@ -2866,6 +2866,11 @@
 Obsoletes:  kdebase4-workspace-devel
 Requires:   pattern() = basesystem
 Requires:   pattern() = x11
+# Obsolete the KDE bindings which have not been ported yet
+Obsoletes:  mono-kde4
+Obsoletes:  perl-kde4
+Obsoletes:  python3-kde3
+Obsoletes:  ruby-kde4
 # from data/KDE4-BASIS
 Requires:   breeze
 Requires:   breeze5-cursors
@@ -5350,7 +5355,6 @@
 Requires:   file-roller
 Requires:   gparted
 Requires:   leafpad
-Requires:   midori
 Requires:   mupdf
 Requires:   photorec
 Requires:   ristretto




commit kdegraphics-thumbnailers for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2016-01-28 17:21:00

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


Package is "kdegraphics-thumbnailers"

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2016-01-10 13:04:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2016-01-28 17:21:00.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:16:36 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kdegraphics-thumbnailers-15.12.0.tar.xz

New:

  kdegraphics-thumbnailers-15.12.1.tar.xz



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.4UKtu0/_old  2016-01-28 17:21:01.0 +0100
+++ /var/tmp/diff_new_pack.4UKtu0/_new  2016-01-28 17:21:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdegraphics-thumbnailers
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Graphics file thumbnail generators
 License:LGPL-2.1+

++ kdegraphics-thumbnailers-15.12.0.tar.xz -> 
kdegraphics-thumbnailers-15.12.1.tar.xz ++




commit ghc-aeson-extra for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-aeson-extra for openSUSE:Factory 
checked in at 2016-01-28 17:24:14

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


Package is "ghc-aeson-extra"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-aeson-extra/ghc-aeson-extra.changes  
2016-01-07 00:25:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-aeson-extra.new/ghc-aeson-extra.changes 
2016-01-28 17:25:05.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 20 10:02:25 UTC 2016 - mimi...@gmail.com
+
+- relax base-compat constraints 
+
+---



Other differences:
--
++ ghc-aeson-extra.spec ++
--- /var/tmp/diff_new_pack.hPadA5/_old  2016-01-28 17:25:06.0 +0100
+++ /var/tmp/diff_new_pack.hPadA5/_new  2016-01-28 17:25:06.0 +0100
@@ -79,6 +79,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cabal-tweak-dep-ver base-compat '<0.9' '<0.10'
 
 %build
 %ghc_lib_build




commit gnucash for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2016-01-28 17:24:59

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


Package is "gnucash"

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2016-01-15 
10:41:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2016-01-28 
17:25:50.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 27 19:03:55 UTC 2016 - dims...@opensuse.org
+
+- Require python-gnucash from the main package: silence a warning
+  on startup.
+
+---



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.2v4MuJ/_old  2016-01-28 17:25:51.0 +0100
+++ /var/tmp/diff_new_pack.2v4MuJ/_new  2016-01-28 17:25:51.0 +0100
@@ -66,6 +66,8 @@
 Requires:   perl-HTML-Parser
 Requires:   perl-HTML-TableExtract
 Requires:   perl-libwww-perl
+# the python bindings are split out for potential other consumers
+Requires:   python-gnucash >= %{version}
 Requires:   slib
 Recommends: %{name}-lang
 Recommends: gnucash-docs




commit systemd-mini for openSUSE:13.2:Update

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package systemd-mini for 
openSUSE:13.2:Update checked in at 2016-01-28 14:40:56

Comparing /work/SRC/openSUSE:13.2:Update/systemd-mini (Old)
 and  /work/SRC/openSUSE:13.2:Update/.systemd-mini.new (New)


Package is "systemd-mini"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.EpYdsR/_old  2016-01-28 14:40:57.0 +0100
+++ /var/tmp/diff_new_pack.EpYdsR/_new  2016-01-28 14:40:57.0 +0100
@@ -1 +1 @@
-
+




commit kgeography for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2016-01-28 17:21:14

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.changes2016-01-10 
13:05:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2016-01-28 17:21:15.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:19:19 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kgeography-15.12.0.tar.xz

New:

  kgeography-15.12.1.tar.xz



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.GnuVed/_old  2016-01-28 17:21:16.0 +0100
+++ /var/tmp/diff_new_pack.GnuVed/_new  2016-01-28 17:21:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kgeography
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Geography Trainer
 License:GPL-2.0+

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




commit java-1_7_0-openjdk for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2016-01-28 22:49:36

Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new (New)


Package is "java-1_7_0-openjdk"

Changes:

--- 
/work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk-bootstrap.changes
  2015-10-28 17:15:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk-bootstrap.changes
 2016-01-28 22:49:37.0 +0100
@@ -1,0 +2,67 @@
+Fri Jan 22 10:41:45 UTC 2016 - fst...@suse.com
+
+- Update to 2.6.4 - OpenJDK 7u95 (bsc#962743)
+  * Security fixes
+- S8059054, CVE-2016-0402: Better URL processing
+- S8130710, CVE-2016-0448: Better attributes processing
+- S8132210: Reinforce JMX collector internals
+- S8132988: Better printing dialogues
+- S8133962, CVE-2016-0466: More general limits
+- S8137060: JMX memory management improvements
+- S8139012: Better font substitutions
+- S8139017, CVE-2016-0483: More stable image decoding
+- S8140543, CVE-2016-0494: Arrange font actions
+- S8143185: Cleanup for handling proxies
+- S8143941, CVE-2015-8126, CVE-2015-8472: Update splashscreen
+  displays
+- S8144773, CVE-2015-7575: Further reduce use of MD5 (SLOTH)
+- S8142882, CVE-2015-4871: rebinding of the receiver of a
+  DirectMethodHandle may allow a protected method to be accessed
+  * Import of OpenJDK 7 u95 build 0
+- S7167988: PKIX CertPathBuilder in reverse mode doesn't work if
+  more than one trust anchor is specified
+- S8068761: [TEST_BUG] 
java/nio/channels/ServerSocketChannel/AdaptServerSocket.java
+  failed with SocketTimeoutException
+- S8074068: Cleanup in src/share/classes/sun/security/x509/
+- S8075773: jps running as root fails after the fix of JDK-8050807
+- S8081297: SSL Problem with Tomcat
+- S8131181: Increment minor version of HSx for 7u95 and
+  initialize the build number
+- S8132082: Let OracleUcrypto accept RSAPrivateKey
+- S8134605: Partial rework of the fix for 8081297
+- S8134861: XSLT: Extension func call cause exception if
+  namespace URI contains partial package name
+- S8135307: CompletionFailure thrown when calling FieldDoc.type,
+  if the field's type is missing
+- S8138716: (tz) Support tzdata2015g
+- S8140244: Port fix of JDK-8075773 to MacOSX
+- S8141213: [Parfait]Potentially blocking function
+  GetArrayLength called in JNI critical region at line 239 of
+  jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c in
+  function GET_ARRAYS
+- S8141287: Add MD5 to jdk.certpath.disabledAlgorithms - Take 2
+- S8142928: [TEST_BUG] 
sun/security/provider/certpath/ReverseBuilder/ReverseBuild.java
+  8u71 failure
+- S8143132: L10n resource file translation update
+- S8144955: Wrong changes were pushed with 8143942
+ - S8145551: Test failed with Crash for Improved font lookups
+- S8147466: Add -fno-strict-overflow to
+  IndicRearrangementProcessor{,2}.cpp
+  * Backports
+- S8140244: Port fix of JDK-8075773 to AIX
+- S8133196, PR2712, RH1251935: HTTPS hostname invalid issue with
+  InetAddress
+- S8140620, PR2710: Find and load default.sf2 as the default
+  soundbank on Linux
+- Update the java-1_7_0-openjdk.keyring file to include both keys
+  of Andrew John Hughes of icedtea fame.
+- Rename the keyring file and disable it in the spec file until
+  the key servers can handle those keys.
+
+---
+Mon Jan 18 08:52:48 UTC 2016 - fst...@suse.com
+
+- Move libjavagtk to the full package as not to polute the headless
+  with X dependencies (bsc#939523).
+
+---
java-1_7_0-openjdk.changes: same change

Old:

  icedtea-2.6.2.tar.xz
  icedtea-2.6.2.tar.xz.sig
  java-1_7_0-openjdk.keyring

New:

  icedtea-2.6.4.tar.xz
  icedtea-2.6.4.tar.xz.sig
  java-1_7_0-openjdk.keyring.renamed



Other differences:
--
++ java-1_7_0-openjdk-bootstrap.spec ++
--- /var/tmp/diff_new_pack.cCuldY/_old  2016-01-28 22:49:41.0 +0100
+++ /var/tmp/diff_new_pack.cCuldY/_new  2016-01-28 22:49:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package java-1_7_0-openjdk-bootstrap
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{!?aarch64:%global aarch64 

commit libfsntfs for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package libfsntfs for openSUSE:Factory 
checked in at 2016-01-28 17:23:26

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


Package is "libfsntfs"

Changes:

--- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes  2015-12-09 
22:22:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfsntfs.new/libfsntfs.changes 2016-01-28 
17:24:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 26 03:09:55 UTC 2016 - greg.freem...@gmail.com
+
+- correct "Provides: pyfsntfs" line, erroneously said pylnk previously
+
+---



Other differences:
--
++ libfsntfs.spec ++
--- /var/tmp/diff_new_pack.GWTd9s/_old  2016-01-28 17:24:23.0 +0100
+++ /var/tmp/diff_new_pack.GWTd9s/_new  2016-01-28 17:24:23.0 +0100
@@ -94,7 +94,7 @@
 Group:  Development/Libraries/Python
 Requires:   %lname = %version
 Requires:   python
-Provides:   pylnk = %version
+Provides:   pyfsntfs = %version
 
 %description -n python-%name
 Python binding for libfsntfs, which can access the NTFS filesystem.




commit libvirt for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2016-01-28 17:25:01

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


Package is "libvirt"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2016-01-01 
19:50:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2016-01-28 
17:25:52.0 +0100
@@ -1,0 +2,18 @@
+Sat Jan 23 01:19:22 UTC 2016 - jfeh...@suse.com
+
+- qemu: set /usr/share/qemu/ovmf-x86_64-ms-{code,vars}.bin as
+  default UEFI firmwares for x86_64
+  bsc#961853
+
+---
+Mon Jan 18 18:30:52 UTC 2016 - jfeh...@suse.com
+
+- Update to libvirt 1.3.1
+  - CVE-2015-5313
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Dropped patches: 034e47c3-CVE-2015-5313.patch,
+ace1ee22-qemuxml2argv-test.patch, add-with-login-shell.patch,
+virt-aa-helper-rw-mounts.patch
+
+---

Old:

  034e47c3-CVE-2015-5313.patch
  ace1ee22-qemuxml2argv-test.patch
  add-with-login-shell.patch
  libvirt-1.3.0.tar.gz
  libvirt-1.3.0.tar.gz.asc
  virt-aa-helper-rw-mounts.patch

New:

  libvirt-1.3.1.tar.gz
  libvirt-1.3.1.tar.gz.asc



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.iADqka/_old  2016-01-28 17:25:54.0 +0100
+++ /var/tmp/diff_new_pack.iADqka/_new  2016-01-28 17:25:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -215,6 +215,11 @@
 %endif
 %endif
 
+# Advertise OVMF for >= 13.1
+%if 0%{?suse_version} >= 1310
+%define with_loader_nvram 
--with-loader-nvram="/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin"
+%endif
+
 %if %{with_macvtap}
 %define with_libnl 1
 %endif
@@ -240,7 +245,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -453,11 +458,7 @@
 Source4:libvirtd-relocation-server.fw
 Source99:   baselibs.conf
 # Upstream patches
-Patch0: 034e47c3-CVE-2015-5313.patch
-Patch1: ace1ee22-qemuxml2argv-test.patch
 # Patches pending upstream review
-Patch100:   add-with-login-shell.patch
-Patch101:   virt-aa-helper-rw-mounts.patch
 # Need to go upstream
 Patch150:   xen-pv-cdrom.patch
 Patch151:   blockcopy-check-dst-identical-device.patch
@@ -973,10 +974,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch100 -p1
-%patch101 -p1
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
@@ -1204,6 +1201,7 @@
--libexecdir=%{_libdir}/%{name} \
--with-qemu-user=%{qemu_user} \
--with-qemu-group=%{qemu_group} \
+   %{?with_loader_nvram} \
--without-login-shell \
%{init_scripts} \
ac_cv_path_MODPROBE=/sbin/modprobe \
@@ -1214,10 +1212,7 @@
 
 %install
 %makeinstall SYSTEMD_UNIT_DIR=%{_unitdir} DOCS_DIR=%{_docdir}/%{name}-python 
EXAMPLE_DIR=%{_docdir}/%{name}-python/examples HTML_DIR=%{_docdir}/%{name}
-for i in object-events dominfo domsuspend hellolibvirt openauth xml/nwfilter 
systemtap domtop rename
-do
-  (cd examples/$i ; make clean ; rm -rf .deps .libs Makefile Makefile.in)
-done
+make -C examples distclean
 cp examples/lxcconvert/virt-lxc-convert $RPM_BUILD_ROOT%{_bindir}
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %if %{with_wireshark}

++ apparmor-fixes.patch ++
--- /var/tmp/diff_new_pack.iADqka/_old  2016-01-28 17:25:54.0 +0100
+++ /var/tmp/diff_new_pack.iADqka/_new  2016-01-28 17:25:54.0 +0100
@@ -1,7 +1,7 @@
-Index: libvirt-1.3.0/examples/apparmor/libvirt-qemu
+Index: libvirt-1.3.1/examples/apparmor/libvirt-qemu
 ===
 libvirt-1.3.0.orig/examples/apparmor/libvirt-qemu
-+++ libvirt-1.3.0/examples/apparmor/libvirt-qemu
+--- libvirt-1.3.1.orig/examples/apparmor/libvirt-qemu
 libvirt-1.3.1/examples/apparmor/libvirt-qemu
 @@ -143,6 +143,9 @@
# for restore
/bin/bash rmix,

++ apparmor-no-mount.patch ++
--- /var/tmp/diff_new_pack.iADqka/_old  2016-01-28 17:25:54.0 +0100
+++ /var/tmp/diff_new_pack.iADqka/_new  2016-01-28 17:25:54.0 +0100
@@ -1,7 +1,7 @@

commit artikulate for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package artikulate for openSUSE:Factory 
checked in at 2016-01-28 17:20:17

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


Package is "artikulate"

Changes:

--- /work/SRC/openSUSE:Factory/artikulate/artikulate.changes2016-01-10 
13:03:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.artikulate.new/artikulate.changes   
2016-01-28 17:20:18.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:08:57 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  artikulate-15.12.0.tar.xz

New:

  artikulate-15.12.1.tar.xz



Other differences:
--
++ artikulate.spec ++
--- /var/tmp/diff_new_pack.y0vLTt/_old  2016-01-28 17:20:19.0 +0100
+++ /var/tmp/diff_new_pack.y0vLTt/_new  2016-01-28 17:20:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   artikulate
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Pronunciation Self-Teaching
 License:LGPL-3.0+ and GPL-2.0 and BSD-3-Clause

++ artikulate-15.12.0.tar.xz -> artikulate-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-15.12.0/autotests/testcoursefiles.cpp 
new/artikulate-15.12.1/autotests/testcoursefiles.cpp
--- old/artikulate-15.12.0/autotests/testcoursefiles.cpp2015-11-22 
07:56:25.0 +0100
+++ new/artikulate-15.12.1/autotests/testcoursefiles.cpp2016-01-07 
23:24:02.0 +0100
@@ -138,4 +138,4 @@
 }
 
 
-QTEST_MAIN(TestCourseFiles)
+QTEST_GUILESS_MAIN(TestCourseFiles)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-15.12.0/autotests/testlanguagefiles.cpp 
new/artikulate-15.12.1/autotests/testlanguagefiles.cpp
--- old/artikulate-15.12.0/autotests/testlanguagefiles.cpp  2015-11-22 
07:56:25.0 +0100
+++ new/artikulate-15.12.1/autotests/testlanguagefiles.cpp  2016-01-07 
23:24:02.0 +0100
@@ -136,4 +136,4 @@
 }
 
 
-QTEST_MAIN(TestLanguageFiles)
+QTEST_GUILESS_MAIN(TestLanguageFiles)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-15.12.0/src/main.cpp 
new/artikulate-15.12.1/src/main.cpp
--- old/artikulate-15.12.0/src/main.cpp 2015-11-22 07:56:25.0 +0100
+++ new/artikulate-15.12.1/src/main.cpp 2016-01-07 23:24:02.0 +0100
@@ -29,6 +29,8 @@
 
 int main(int argc, char **argv)
 {
+KLocalizedString::setApplicationDomain("artikulate");
+
 KAboutData aboutData("artikulate",
  ki18nc("@title Displayed program name", 
"Artikulate").toString(),
  ARTIKULATE_VERSION_STRING,
@@ -52,6 +54,8 @@
 aboutData.addAuthor(ki18nc("@info:credit Developer name", "Magdalena 
Konkiewicz").toString(),
 ki18nc("@info:credit Role", "Developer and Course 
Data").toString());
 
+aboutData.setTranslator(i18nc("NAME OF TRANSLATORS", "Your names"), 
i18nc("EMAIL OF TRANSLATORS", "Your emails"));
+
 // TODO: for >=KF5.15 use KCrash::initialize();
 KCrash::setCrashHandler(KCrash::defaultCrashHandler);
 




commit kdewebdev4 for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory 
checked in at 2016-01-28 17:21:08

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.changes2016-01-10 
13:05:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdewebdev4.new/kdewebdev4.changes   
2016-01-28 17:21:09.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:18:28 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kdewebdev-15.12.0.tar.xz

New:

  kdewebdev-15.12.1.tar.xz



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.kX9AYw/_old  2016-01-28 17:21:10.0 +0100
+++ /var/tmp/diff_new_pack.kX9AYw/_new  2016-01-28 17:21:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdewebdev4
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Base package for kdewebdev
 License:GPL-2.0+

++ kdewebdev-15.12.0.tar.xz -> kdewebdev-15.12.1.tar.xz ++




commit ghc for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2016-01-28 17:24:15

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


Package is "ghc"

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2016-01-08 15:23:28.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2016-01-28 
17:25:06.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 26 08:22:59 UTC 2016 - mimi...@gmail.com
+
+- update Cabal to 1.22.7.0
+- refresh u_Cabal_update.patch 
+* Backport #3012 to the 1.22 branch
+* Add foldl' import
+* The Cabal part for fully gcc-like response files
+
+---



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.nFgc01/_old  2016-01-28 17:25:07.0 +0100
+++ /var/tmp/diff_new_pack.nFgc01/_new  2016-01-28 17:25:07.0 +0100
@@ -125,7 +125,7 @@
 %global ghc_pkg_c_deps ghc-compiler = %{ghc_version_override}-%{release}
 
 %if %{defined ghclibdir}
-%ghc_lib_subpackage Cabal 1.22.6.0
+%ghc_lib_subpackage Cabal 1.22.7.0
 %ghc_lib_subpackage array 0.5.1.0
 %ghc_lib_subpackage -c gmp-devel,libffi-devel base 4.8.2.0
 %ghc_lib_subpackage binary 0.7.5.0

++ u_Cabal_update.patch ++
--- /var/tmp/diff_new_pack.nFgc01/_old  2016-01-28 17:25:07.0 +0100
+++ /var/tmp/diff_new_pack.nFgc01/_new  2016-01-28 17:25:07.0 +0100
@@ -1,14 +1,23 @@
 diff --git a/ghc-7.10.3.old/libraries/Cabal/Cabal/Cabal.cabal 
b/ghc-7.10.3/libraries/Cabal/Cabal/Cabal.cabal
-index b498ca0..f3b3c32 100644
+index b498ca0..bf64bd5 100644
 --- a/ghc-7.10.3.old/libraries/Cabal/Cabal/Cabal.cabal
 +++ b/ghc-7.10.3/libraries/Cabal/Cabal/Cabal.cabal
 @@ -1,5 +1,5 @@
  name: Cabal
 -version: 1.22.5.0
-+version: 1.22.6.0
++version: 1.22.7.0
  copyright: 2003-2006, Isaac Jones
 2005-2011, Duncan Coutts
  license: BSD3
+@@ -19,7 +19,7 @@ description:
+   organizing, and cataloging Haskell libraries and tools.
+ category: Distribution
+ cabal-version: >=1.10
+-build-type: Custom
++build-type: Simple
+ -- Even though we do use the default Setup.lhs it's vital to bootstrapping
+ -- that we build Setup.lhs using our own local Cabal source code.
+ 
 @@ -145,7 +145,7 @@ library
if flag(bundled-binary-generic)
  build-depends: binary >= 0.5 && < 0.7
@@ -77,6 +86,66 @@
  
-- Build static/dynamic object files for TH, if needed.
when compileForTH $
+diff --git 
a/ghc-7.10.3.old/libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs 
b/ghc-7.10.3/libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs
+index 095d6b8..2d09292 100644
+--- a/ghc-7.10.3.old/libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs
 b/ghc-7.10.3/libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs
+@@ -84,14 +84,16 @@ import Language.Haskell.Extension
+ 
+ 
+ import Control.Monad( when, forM_ )
++import Data.Char( isSpace )
+ import Data.Either  ( rights )
+ import Data.Monoid
++import Data.Foldable( foldl' )
+ import Data.Maybe   ( fromMaybe, listToMaybe )
+ 
+ import System.Directory (doesFileExist)
+ import System.FilePath  ( (), (<.>)
+ , normalise, splitPath, joinPath, isAbsolute )
+-import System.IO(hClose, hPutStrLn, hSetEncoding, utf8)
++import System.IO(hClose, hPutStr, hPutStrLn, hSetEncoding, utf8)
+ import Distribution.Version
+ 
+ -- 
--
+@@ -467,7 +469,7 @@ renderArgs :: Verbosity
+   -> IO a
+ renderArgs verbosity tmpFileOpts version comp args k = do
+   let haddockSupportsUTF8  = version >= Version [2,14,4] []
+-  haddockSupportsResponseFiles = version >  Version [2,16,1] []
++  haddockSupportsResponseFiles = version >  Version [2,16,2] []
+   createDirectoryIfMissingVerbose verbosity True outputDir
+   withTempFileEx tmpFileOpts outputDir "haddock-prologue.txt" $
+ \prologueFileName h -> do
+@@ -482,7 +484,7 @@ renderArgs verbosity tmpFileOpts version comp args k = do
+  withTempFileEx tmpFileOpts outputDir "haddock-response.txt" $
+ \responseFileName hf -> do
+  when haddockSupportsUTF8 (hSetEncoding hf utf8)
+- mapM_ (hPutStrLn hf) renderedArgs
++ hPutStr hf $ unlines $ map escapeArg renderedArgs
+  hClose hf
+  let respFile = "@" ++ responseFileName
+  k ([respFile], result)
+@@ -500,6 +502,19 @@ renderArgs verbosity tmpFileOpts version comp args k = do
+   pkgstr = display $ packageName pkgid
+   pkgid = arg argPackageName

commit gnu_parallel for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package gnu_parallel for openSUSE:Factory 
checked in at 2016-01-28 17:22:54

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


Package is "gnu_parallel"

Changes:

--- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes
2015-12-24 12:17:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/gnu_parallel.changes   
2016-01-28 17:22:55.0 +0100
@@ -1,0 +2,19 @@
+Sun Jan 24 09:26:20 UTC 2016 - mplus...@suse.com
+
+- Update to 20160122
+  * --sql DBURL uses DBURL as storage for jobs and output. It does 
+not run any jobs so it requires at least one --sqlworker. DBURL
+must point to a table.
+  * --sqlworker DBURL gets jobs from DBURL and stores the result 
+back to DBURL.
+  * --sqlandworker is a shorthand for --sql and --sqlworker.
+  * --sqlworker requires the output of a single job to fit in 
+memory.
+  * --results now also saves a file called 'seq' containing the 
+sequence number.
+  * If $PARALLEL_ENV is a file, then that file will be read into 
+$PARALLEL_ENV.
+  * man parallel_tutorial has been given an overhaul.
+  * --workdir now accepts replacementstrings.
+
+---

Old:

  parallel-20151222.tar.bz2
  parallel-20151222.tar.bz2.sig

New:

  parallel-20160122.tar.bz2
  parallel-20160122.tar.bz2.sig



Other differences:
--
++ gnu_parallel.spec ++
--- /var/tmp/diff_new_pack.hpLUys/_old  2016-01-28 17:22:57.0 +0100
+++ /var/tmp/diff_new_pack.hpLUys/_new  2016-01-28 17:22:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu_parallel
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnu_parallel
-Version:20151222
+Version:20160122
 Release:0
 Summary:Shell tool for executing jobs in parallel
 License:GPL-3.0+

++ parallel-20151222.tar.bz2 -> parallel-20160122.tar.bz2 ++
 14070 lines of diff (skipped)

++ parallel-20151222.tar.bz2.sig -> parallel-20160122.tar.bz2.sig ++
--- /work/SRC/openSUSE:Factory/gnu_parallel/parallel-20151222.tar.bz2.sig   
2015-12-24 12:17:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/parallel-20160122.tar.bz2.sig  
2016-01-28 17:22:56.0 +0100
@@ -2,7 +2,7 @@
 
 # To check the signature run:
 #  echo | gpg
-#  gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20151222.tar.bz2.sig
+#  gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20160122.tar.bz2.sig
 
 echo | gpg 2>/dev/null
 gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
@@ -11,32 +11,32 @@
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQTwBAABCgAGBQJWeYTWAAoJENGrRRaIiIiIP+kmoKeCUOFNU0+ltKpu+35MU9JQ
-AzC9jjjer6TucYzAs1LJKgbM1wAm0KQHy34NyURBq752uORytFUlXTj6ET6oIwhv
-AL0viaPNCBLXzPlpgUu7oCHYiSi5D8DwOm9dNtSxwqJkI+q2DuDFTDis41i6SMJ8
-aUPb345YzUvQfPVh5l0VXW/pLNfOV3aht5M85ayRdivBZ7S/67id27h9PbeUSTM9
-612GnoW3fm5arQifQal5ik6H50s6Brm+wPR+FSHFzNBD91zOAqq8kYuijJKx/Hpt
-afqUBwfa1CGOyzJuc4bpffAFZwEoUuH9CJUo13uzCVJ0pVRo/oMXc+/4YQ3ARt/h
-jviXE6YX+vLnOZd3HbOB5dJacH7CnMsXLophPB6SbQsvWmD+2Lj8ZoOtQBQHCfKD
-hXkCo3IG8AA+7wxv2E5kZcYnwqakLeiauFAS3RvO3JrO8+sAKN5R+lsVEOa8ZV4z
-cPkLMYiGdszScosntQU3SlyHykpKonQUnqmB6tlt8kiLTqVij/aU4e9/n00R3cfB
-YlLoOFYTe4zn6f5nv4nN8O26zZtzNJrdJMt1kSeS/VY1W682wpP4ES4wpf+J4ZXZ
-njCbjZyghyT1TtpvSGRm/CppGZHSuYkbNMoHfq5iFWNKf8cPnZEOnAu8RizQgiD0
-Z/7JiEQOTdsKjCBEGUTXenBWfd1Q+cZrBMwMmCWfc5gLPdj9/ovAs7cyA2vhcbe4
-4CxandBXOXPWJrKEmKLuZrDCbPfbeGraG4Js6iYaNtFHTszCz9sO4RjsfPO4Bo9j
-x7UpUptsdAgk0iRUjMhrJY3k4HFpxRhWVYh3Qw1cpQ4wWKnzJDC1fyjoXD4nA0MH
-+xXhAEkRdscslBFluZE+rN8NcKEZ3VSUIXcjz3vYidXPniBq9eLxQgN+kaECkxCO
-zrs0OU963w09xfeZrRW+KuLxhAZXEZPJuaHmIHq51aC+5raLCHA1R7x16+1Moyp0
-JH8psDFNs3gboTeUzfHuO1ioNoln9VOMkARec48iiQyL4TUGw8pmxBGeiAi2AFOE
-OOlR9lm/tZBV76PxUX0K4GlWUDBiurfypYXvOZowR0rAbB5uotoxn5sQSYF1qNcV
-5GscXtRvr41EJI6f3NcrmLw2TzrKjYh4RsGpq/c1mn4Ax6nobqXb5oF4sYX+W7yP
-W6lcIZ75GWBVVdWd6GZ9YIUKq2fZ2wWrgZWuLG7Urp9hC6Cgz8bvLbapJTPQMBWL
-QXOH+UirxLFo3O8xBb1MzrDVz+ib27OZgQbRtOAL7HnNP0G7UV3gQwqXDfe+iPPq
-5kzYxv0CrP6CreUWDfsAl1FBvkbw4BvlT729eY56KZYPBGBT9VZvyVQ4l7R9RU/X
-xAF/Fwse2D18Sy+ylDmeYCUXoBiSDPmF53sORsgEay4viE7rLUypI1EQxErOXwMV
-1d+NP1eP0FprLovHdSiVOnZjuQTpi/uuWyRkoBuu0fXlofvlhTLnvsAvmqfTP8b6
-km5WR9GsNqeIhzbleFlMF7RMvbL1AOY8hfxT1qsnB/GPJQWqFQSAQUjEHU/DjdsI

commit kdiamond for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kdiamond for openSUSE:Factory 
checked in at 2016-01-28 17:21:10

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.changes2016-01-10 
13:05:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdiamond.new/kdiamond.changes   2016-01-28 
17:21:12.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:18:45 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kdiamond-15.12.0.tar.xz

New:

  kdiamond-15.12.1.tar.xz



Other differences:
--
++ kdiamond.spec ++
--- /var/tmp/diff_new_pack.JoW9jk/_old  2016-01-28 17:21:13.0 +0100
+++ /var/tmp/diff_new_pack.JoW9jk/_new  2016-01-28 17:21:13.0 +0100
@@ -38,7 +38,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:kdiamond-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kdiamond-15.12.0.tar.xz -> kdiamond-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdiamond-15.12.0/src/kdiamond.notifyrc 
new/kdiamond-15.12.1/src/kdiamond.notifyrc
--- old/kdiamond-15.12.0/src/kdiamond.notifyrc  2015-11-09 16:42:39.0 
+0100
+++ new/kdiamond-15.12.1/src/kdiamond.notifyrc  2016-01-05 18:05:15.0 
+0100
@@ -249,7 +249,7 @@
 Comment[zh_CN]=已消去的钻石。
 Comment[zh_TW]=寶石已移除
 Contexts=game
-Sound=KDE-Window-Shade-Down.ogg
+Sound=Oxygen-Window-Shade-Down.ogg
 Action=Sound
 
 [Event/move]
@@ -463,5 +463,5 @@
 Comment[zh_CN]=时间到。
 Comment[zh_TW]=時間到了。
 Contexts=game
-Sound=KDE-Im-User-Auth.ogg
+Sound=Oxygen-Im-User-Auth.ogg
 Action=Sound




commit ghc-fclabels for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-fclabels for openSUSE:Factory 
checked in at 2016-01-28 17:23:46

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


Package is "ghc-fclabels"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-fclabels/ghc-fclabels.changes
2015-09-17 09:19:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-fclabels.new/ghc-fclabels.changes   
2016-01-28 17:24:39.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 09:43:35 UTC 2016 - mimi...@gmail.com
+
+- update to 2.0.2.4
+* Allow transformers 0.5.*.
+
+---

Old:

  fclabels-2.0.2.3.tar.gz

New:

  fclabels-2.0.2.4.tar.gz



Other differences:
--
++ ghc-fclabels.spec ++
--- /var/tmp/diff_new_pack.CnXA01/_old  2016-01-28 17:24:39.0 +0100
+++ /var/tmp/diff_new_pack.CnXA01/_new  2016-01-28 17:24:39.0 +0100
@@ -21,7 +21,7 @@
 %bcond_without tests
 
 Name:   ghc-fclabels
-Version:2.0.2.3
+Version:2.0.2.4
 Release:0
 Summary:First class accessor labels implemented as lenses
 License:BSD-3-Clause

++ fclabels-2.0.2.3.tar.gz -> fclabels-2.0.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fclabels-2.0.2.3/CHANGELOG 
new/fclabels-2.0.2.4/CHANGELOG
--- old/fclabels-2.0.2.3/CHANGELOG  2015-09-04 19:49:24.0 +0200
+++ new/fclabels-2.0.2.4/CHANGELOG  2016-01-18 14:18:19.0 +0100
@@ -1,8 +1,12 @@
 CHANGELOG
 
+2.0.2.3 to 2.0.2.4
+
+  - Allow transformers 0.5.*.
+
 2.0.2.2 to 2.0.2.3
 
-  - Allow HUNit 1.3.*
+  - Allow HUnit 1.3.*
 
 2.0.2.1 to 2.0.2.2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fclabels-2.0.2.3/fclabels.cabal 
new/fclabels-2.0.2.4/fclabels.cabal
--- old/fclabels-2.0.2.3/fclabels.cabal 2015-09-04 19:49:24.0 +0200
+++ new/fclabels-2.0.2.4/fclabels.cabal 2016-01-18 14:18:19.0 +0100
@@ -1,5 +1,5 @@
 Name:  fclabels
-Version:   2.0.2.3
+Version:   2.0.2.4
 Author:Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher
with lots of help and feedback from others.
 Synopsis:  First class accessor labels implemented as lenses.
@@ -81,7 +81,7 @@
   base   < 5
 , template-haskell >= 2.2 && < 2.11
 , mtl  >= 1.0 && < 2.3
-, transformers >= 0.2 && < 0.5
+, transformers >= 0.2 && < 0.6
 
 Source-Repository head
   Type: git




commit ffmpegthumbs for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ffmpegthumbs for openSUSE:Factory 
checked in at 2016-01-28 17:20:27

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


Package is "ffmpegthumbs"

Changes:

--- /work/SRC/openSUSE:Factory/ffmpegthumbs/ffmpegthumbs.changes
2016-01-05 21:55:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.ffmpegthumbs.new/ffmpegthumbs.changes   
2016-01-28 17:20:28.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:10:27 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  ffmpegthumbs-15.12.0.tar.xz

New:

  ffmpegthumbs-15.12.1.tar.xz



Other differences:
--
++ ffmpegthumbs.spec ++
--- /var/tmp/diff_new_pack.LdS3qF/_old  2016-01-28 17:20:28.0 +0100
+++ /var/tmp/diff_new_pack.LdS3qF/_new  2016-01-28 17:20:28.0 +0100
@@ -27,7 +27,7 @@
 Summary:FFmpeg-based thumbnail creator for video files
 License:LGPL-2.0+
 Group:  System/GUI/KDE
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ffmpegthumbs-15.12.0.tar.xz -> ffmpegthumbs-15.12.1.tar.xz ++




commit rubygem-bundler for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2016-01-28 17:22:33

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


Package is "rubygem-bundler"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-08-14 14:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2016-01-28 17:22:35.0 +0100
@@ -1,0 +2,113 @@
+Tue Jan  5 14:16:56 UTC 2016 - mrueck...@suse.de
+
+- update to version 1.11.2
+  - _really_ stop calling `required_ruby_version` on nil
+@specifications (#4147, @indirect)
+- update to version 1.11.1
+  - lazy-load Psych, again (#4149, @indirect)
+  - allow gemspec gems on other platforms (#4150, @indirect)
+  - fix --no-coc and --no-mit flags on `gem` (#4148,
+@RochesterinNYC)
+  - stop calling `required_ruby_version` on nil @specifications
+(#4147, @indirect)
+- update to version 1.11.0
+  - fail gracefully when trying to execute a non-executable file
+(#4081, @fotanus)
+  - fix a crash when pushing a gem via `rake release` (@segiddins)
+  - actual Gemfile and lockfile filenames are used in messages
+(#3672, @segiddins)
+  - the git remote for `rake release` is now customizable
+(@skateman)
+  - file access permissions errors are now much more friendly
+(#3703, #3735, #3858, #3988, #4009 @repinel, @Elffers,
+@segiddins, @agis-)
+  - add support for showing help for plugin commands (@tf)
+  - send `X-Gemfile-Source` header to source mirrors (@agis-)
+  - show what version upstream dependencies were resolved to in
+conflict messages (@segiddins)
+  - add support for using bundler setting to add private access
+credentials for git sources (@frsyuki)
+  - take into consideration HTTP proxy settings in `.gemrc`
+(@PG-kura)
+  - allow specifying a gem host to push to in the `GEM_HOST`
+environment variable (@pmenglund)
+  - when gempec `required_ruby_version` is available and the
+Gemfile specifies a ruby version, resolve for the given ruby
+version (@segiddins)
+  - allow setting a `silence_root_warning` setting to silence the
+warning when `bundle install` is run as root (@blackxored)
+  - update the `bundle gem` code of conduct template to Contributor
+Covenant v1.3.0 (@CoralineAda)
+  - add support for specifying gems to update when running `bundle
+lock` via `--update gem1 gem2` (@JuanitoFatas)
+  - added support for MRI 2.3 (@amatsuda)
+  - show a helpful message when requiring a file in `bundler
+require` fails (#3960, @agis-)
+  - include git revision hash when printing a git source (#3433,
+@agis-)
+  - improve hint when a resolution conflict occurs (@seanlinsley)
+  - show a friendly error when a git ref is not found (#3879,
+@agis-)
+  - improve error message when sources are not absolute URIs
+(#3925, @agis-)
+  - add `pkg` to rake's clobber list (#3676, @jasonkarns)
+  - retry fetching specs when fetching version metadata fails
+(@jingweno)
+  - avoid showing bundler version warning messages twice (@fotanus)
+  - fix running `bundle check` with `--path` when the gems are only
+installed globally (@akihiro17)
+  - fix `bin/setup` from `bundle gem` assuming `bash` is in `/bin`
+  - fail more gracefully when an HTTP remote is unreachable (#3765,
+@steverob)
+  - fix a warning running `bundle exec` on jruby 9.0.0.0
+(@deivid-rodriguez, @mastfish)
+  - fix the `bundle gem` readme when no tests are generated
+(@roseweixel)
+  - the dependencies on test gems in `bundle gem` are now locked to
+major versions (#3811, @indirect)
+  - fix the paths for native extensions generated by `--standalone`
+(#3813, @AlexanderPavlenko)
+  - fix trying to cache a gem that has no source (@EduardoBautista)
+  - fix `--source` option to `bundle update` causing incorrect gem
+unlocking (#3759, #3761, @neoeno)
+  - fix handling an empty `BUNDLE_GEMFILE` environment variables
+(#3678, @agis-)
+  - avoid cleaning up gem extension directory in `bundle clean`
+(@Sirupsen)
+  - fix the `ssl_verify_mode` setting not being treated as a number
+(@goughy000)
+  - fix not retrying on zlib errors (#4047, @andremedeiros)
+  - fix a warning being shown for using `URI.encode`
+(@EduardoBautista)
+  - fix handling of fatal HTTP errors (#3830, @indirect)
+  - ensure all `sudo` access is done in a thread-safe manner
+(#3910, @agis-)
+  - fix caching gems with a path with the same prefix as the
+bundled application (@indirect)
+  - fix showing gemspec validation errors on `bundle exec` (#3895,
+@agis-)
+  - distinguish Gemfile syntax and evaluation errors (#3783,
+@agis-)
+  - fix nested Gemfile sources not 

commit kde-print-manager for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kde-print-manager for 
openSUSE:Factory checked in at 2016-01-28 17:20:56

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


Package is "kde-print-manager"

Changes:

--- /work/SRC/openSUSE:Factory/kde-print-manager/kde-print-manager.changes  
2016-01-10 13:04:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.kde-print-manager.new/kde-print-manager.changes 
2016-01-28 17:20:58.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:15:27 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  print-manager-15.12.0.tar.xz

New:

  print-manager-15.12.1.tar.xz



Other differences:
--
++ kde-print-manager.spec ++
--- /var/tmp/diff_new_pack.eMbVEm/_old  2016-01-28 17:20:58.0 +0100
+++ /var/tmp/diff_new_pack.eMbVEm/_new  2016-01-28 17:20:58.0 +0100
@@ -21,7 +21,7 @@
 Summary:A new print manager for KDE
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source: print-manager-%{version}.tar.xz
 BuildRequires:  cups

++ print-manager-15.12.0.tar.xz -> print-manager-15.12.1.tar.xz ++




commit ktp-text-ui for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ktp-text-ui for openSUSE:Factory 
checked in at 2016-01-28 17:22:02

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  2016-01-10 
13:06:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktp-text-ui.new/ktp-text-ui.changes 
2016-01-28 17:22:03.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:31:24 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  ktp-text-ui-15.12.0.tar.xz

New:

  ktp-text-ui-15.12.1.tar.xz



Other differences:
--
++ ktp-text-ui.spec ++
--- /var/tmp/diff_new_pack.Appjuc/_old  2016-01-28 17:22:04.0 +0100
+++ /var/tmp/diff_new_pack.Appjuc/_new  2016-01-28 17:22:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-text-ui
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Telepathy chat handler for KDE
 License:GPL-2.0+

++ ktp-text-ui-15.12.0.tar.xz -> ktp-text-ui-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-text-ui-15.12.0/CMakeLists.txt 
new/ktp-text-ui-15.12.1/CMakeLists.txt
--- old/ktp-text-ui-15.12.0/CMakeLists.txt  2015-12-08 17:08:39.0 
+0100
+++ new/ktp-text-ui-15.12.1/CMakeLists.txt  2016-01-07 00:24:18.0 
+0100
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "15")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "0")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
 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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-text-ui-15.12.0/app/chat-window.cpp 
new/ktp-text-ui-15.12.1/app/chat-window.cpp
--- old/ktp-text-ui-15.12.0/app/chat-window.cpp 2015-12-08 17:08:39.0 
+0100
+++ new/ktp-text-ui-15.12.1/app/chat-window.cpp 2016-01-07 00:24:18.0 
+0100
@@ -312,7 +312,7 @@
 }
 
 tab->setFocus();
-tab->updateSendMessageShortcuts(m_sendMessage->shortcut());
+tab->updateSendMessageShortcuts(m_sendMessage->shortcuts());
 // block text input if key is being generated for this account
 
if(m_proxyService->isOngoingGeneration(QDBusObjectPath(tab->account()->objectPath(
 {
 tab->blockTextInput(true);
@@ -1341,7 +1341,7 @@
 
 void ChatWindow::updateSendMessageShortcuts()
 {
-QKeySequence newSendMessageShortcuts = m_sendMessage->shortcut();
+QList newSendMessageShortcuts = m_sendMessage->shortcuts();
 for (int i = 0; i < m_tabWidget->count(); i++) {
 ChatTab* tab = qobject_cast(m_tabWidget->widget(i));
 tab->updateSendMessageShortcuts(newSendMessageShortcuts);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-text-ui-15.12.0/lib/chat-text-edit.cpp 
new/ktp-text-ui-15.12.1/lib/chat-text-edit.cpp
--- old/ktp-text-ui-15.12.0/lib/chat-text-edit.cpp  2015-12-08 
17:08:39.0 +0100
+++ new/ktp-text-ui-15.12.1/lib/chat-text-edit.cpp  2016-01-07 
00:24:18.0 +0100
@@ -148,7 +148,7 @@
 key = QKeySequence(keyEvent->modifiers() | keyEvent->key());
 }
 
-if (m_sendMessageShortcuts.matches(key) == QKeySequence::ExactMatch) {
+if (m_sendMessageShortcuts.contains(key)) {
 // keyPressEvent() handles Control modifier wrong, so we need that 
thing
 // to be in event().
 this->sendMessage();
@@ -203,7 +203,7 @@
 Q_EMIT returnKeyPressed();
 }
 
-void ChatTextEdit::setSendMessageShortcuts(const QKeySequence )
+void ChatTextEdit::setSendMessageShortcuts(const QList 
)
 {
 m_sendMessageShortcuts = shortcuts;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-text-ui-15.12.0/lib/chat-text-edit.h 
new/ktp-text-ui-15.12.1/lib/chat-text-edit.h
--- old/ktp-text-ui-15.12.0/lib/chat-text-edit.h2015-12-08 
17:08:39.0 +0100
+++ new/ktp-text-ui-15.12.1/lib/chat-text-edit.h2016-01-07 
00:24:18.0 +0100
@@ -71,7 +71,7 @@
  * Updates internal message sending shortcuts. Must be called on every 
window
  * creation and 

commit libkmahjongg for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2016-01-28 17:22:12

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
2016-01-10 13:07:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2016-01-28 17:22:14.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:34:02 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  libkmahjongg-15.12.0.tar.xz

New:

  libkmahjongg-15.12.1.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.EMyM18/_old  2016-01-28 17:22:15.0 +0100
+++ /var/tmp/diff_new_pack.EMyM18/_new  2016-01-28 17:22:15.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:libkmahjongg-%{version}.tar.xz
 BuildRequires:  fdupes

++ libkmahjongg-15.12.0.tar.xz -> libkmahjongg-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-15.12.0/CMakeLists.txt 
new/libkmahjongg-15.12.1/CMakeLists.txt
--- old/libkmahjongg-15.12.0/CMakeLists.txt 2015-11-04 18:12:15.0 
+0100
+++ new/libkmahjongg-15.12.1/CMakeLists.txt 2016-01-05 16:01:00.0 
+0100
@@ -65,8 +65,6 @@
 install(TARGETS KF5KMahjongglib EXPORT KF5KMahjonggLibraryDepends
 ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
 
-install(TARGETS KF5KMahjongglib ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
-
 ### install files ###
 
 install(FILES




commit ghc-profunctors for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ghc-profunctors for openSUSE:Factory 
checked in at 2016-01-28 17:24:06

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


Package is "ghc-profunctors"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-profunctors/ghc-profunctors.changes  
2015-12-09 22:17:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-profunctors.new/ghc-profunctors.changes 
2016-01-28 17:25:00.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 20 11:55:47 UTC 2016 - mimi...@gmail.com
+
+- update to 5.2
+* Renamed Cotambara to TambaraChoice and Pastro to PastroChoice.
+* Added a true Cotambara and Copastro construction for (co)freely generating 
+costrength, along with CotambaraSum and CopastroSum variants.
+* Engaged in a fair bit of bikeshedding about the module structure for lesser 
used 
+modules in this package.
+
+---

Old:

  profunctors-5.1.2.tar.gz

New:

  profunctors-5.2.tar.gz



Other differences:
--
++ ghc-profunctors.spec ++
--- /var/tmp/diff_new_pack.gkDvTD/_old  2016-01-28 17:25:00.0 +0100
+++ /var/tmp/diff_new_pack.gkDvTD/_new  2016-01-28 17:25:00.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name profunctors
 
 Name:   ghc-profunctors
-Version:5.1.2
+Version:5.2
 Release:0
 Summary:Profunctors
 License:BSD-3-Clause
@@ -32,6 +32,7 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  ghc-base-orphans-devel
 BuildRequires:  ghc-bifunctors-devel
 BuildRequires:  ghc-comonad-devel
 BuildRequires:  ghc-distributive-devel

++ profunctors-5.1.2.tar.gz -> profunctors-5.2.tar.gz ++
 2590 lines of diff (skipped)




commit libsrtp for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package libsrtp for openSUSE:Factory checked 
in at 2016-01-28 17:18:51

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


Package is "libsrtp"

Changes:

--- /work/SRC/openSUSE:Factory/libsrtp/libsrtp.changes  2015-08-10 
09:12:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsrtp.new/libsrtp.changes 2016-01-28 
17:18:52.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 22 18:36:01 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.5.3
+* Maintenance release, including fix for CVE-2015-6360.
+
+---

Old:

  libsrtp-1.5.2.tar.gz

New:

  libsrtp-1.5.3.tar.gz



Other differences:
--
++ libsrtp.spec ++
--- /var/tmp/diff_new_pack.mL1P6F/_old  2016-01-28 17:18:53.0 +0100
+++ /var/tmp/diff_new_pack.mL1P6F/_new  2016-01-28 17:18:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsrtp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define soname 1
 Name:   libsrtp
-Version:1.5.2
+Version:1.5.3
 Release:0
 Summary:Secure Real-Time Transport Protocol (SRTP) library
 License:BSD-3-Clause
@@ -31,7 +31,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(openssl)
 Provides:   srtp = %{version}-%{release}
-Obsoletes:  srtp < %{version}
+Obsoletes:  srtp < %{version}-%{release}
 
 %description
 The libSRTP library is an open source implementation of the Secure
@@ -71,7 +71,6 @@
 
 %prep
 %setup -q
-sed -i 's/\r/\n/g' doc/draft-irtf-cfrg-icm-00.txt
 
 %build
 %configure \

++ libsrtp-1.5.2.tar.gz -> libsrtp-1.5.3.tar.gz ++
 5043 lines of diff (skipped)




commit kdenlive for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2016-01-28 17:21:02

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


Package is "kdenlive"

Changes:

--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes2016-01-10 
13:04:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive.changes   2016-01-28 
17:21:04.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:17:04 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kdenlive-15.12.0.tar.xz

New:

  kdenlive-15.12.1.tar.xz



Other differences:
--
++ kdenlive.spec ++
--- /var/tmp/diff_new_pack.Fz3yio/_old  2016-01-28 17:21:05.0 +0100
+++ /var/tmp/diff_new_pack.Fz3yio/_new  2016-01-28 17:21:05.0 +0100
@@ -19,13 +19,13 @@
 %define mlt_version 0.9.6
 
 Name:   kdenlive
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Non-linear video editor
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://www.kdenlive.org/
-Source0:
http://download.kde.org/stable/applications/15.12.0/src/%{name}-%{version}.tar.xz
+Source0:
http://download.kde.org/stable/applications/15.12.1/src/%{name}-%{version}.tar.xz
 Patch1: use-mlt_datadir.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes

++ kdenlive-15.12.0.tar.xz -> kdenlive-15.12.1.tar.xz ++
 4711 lines of diff (skipped)




commit ksirk for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2016-01-28 17:21:39

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  2016-01-10 
13:06:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2016-01-28 
17:21:41.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:27:39 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  ksirk-15.12.0.tar.xz

New:

  ksirk-15.12.1.tar.xz



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.XBrO8g/_old  2016-01-28 17:21:42.0 +0100
+++ /var/tmp/diff_new_pack.XBrO8g/_new  2016-01-28 17:21:42.0 +0100
@@ -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.12.0
+Version:15.12.1
 Release:0
 Source0:ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ ksirk-15.12.0.tar.xz -> ksirk-15.12.1.tar.xz ++




commit yast2-core for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2016-01-28 17:19:32

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


Package is "yast2-core"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2015-10-28 
17:15:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2016-01-28 17:19:33.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 19 10:08:56 UTC 2016 - jreidin...@suse.com
+
+- ag_ini: when multifile list contain glob, evaluate it in correct
+  root. (bnc#962566)
+- 3.1.19
+
+---

Old:

  yast2-core-3.1.18.tar.bz2

New:

  yast2-core-3.1.19.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.fIjeAi/_old  2016-01-28 17:19:34.0 +0100
+++ /var/tmp/diff_new_pack.fIjeAi/_new  2016-01-28 17:19:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-core
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-core
-Version:3.1.18
+Version:3.1.19
 Release:0
 Url:https://github.com/yast/yast-core
 

++ yast2-core-3.1.18.tar.bz2 -> yast2-core-3.1.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.18/agent-ini/src/IniParser.cc 
new/yast2-core-3.1.19/agent-ini/src/IniParser.cc
--- old/yast2-core-3.1.18/agent-ini/src/IniParser.cc2015-10-22 
14:19:12.0 +0200
+++ new/yast2-core-3.1.19/agent-ini/src/IniParser.cc2016-01-21 
15:49:16.0 +0100
@@ -163,9 +163,9 @@
else
y2error ("Bad file specification: %s", f->value (i)->toString 
().c_str());
 }
-void IniParser::initFiles (const char*fn)
+void IniParser::initFiles (const char* logical_filename)
 {
-file = fn;
+file = logical_filename;
 multiple_files = false;
 }
 int IniParser::initMachine (const YCPMap)
@@ -411,10 +411,10 @@
 return 0;
 }
 
-int IniParser::scanner_start(const char*fn)
+int IniParser::scanner_start(const char* target_filename)
 {
-scanner.open(agent.targetPath(fn));
-scanner_file = fn;
+scanner.open(target_filename);
+scanner_file = target_filename;
 scanner_line = 0;
 if (!scanner.is_open())
 return -1;
@@ -472,14 +472,14 @@
 return false;
 }
 
-FileDescr::FileDescr (const char*fn_)
+FileDescr::FileDescr (const char* target_filename)
 {
-fn = fn_;
-sn = fn_;
+fn = target_filename;
+sn = target_filename;
 struct stat st;
-if (stat(fn_, ))
+if (stat(target_filename, ))
 {
-   y2error("Unable to stat '%s': %s", fn_, strerror(errno));
+   y2error("Unable to stat '%s': %s", target_filename, strerror(errno));
timestamp = 0;
 }
 timestamp = st.st_mtime;
@@ -494,14 +494,14 @@
int flags = 0;
for (int i = 0;i::iterator ff = multi_files.find (*f);
-   if (ff == multi_files.end())
+   map::iterator tgt_fi = multi_files.find (*tgt_f);
+   if (tgt_fi == multi_files.end())
{
// new file
-   if (scanner_start (*f))
-   y2error ("Cannot open %s.", *f);
+   if (scanner_start 

commit kinfocenter5 for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2016-01-28 17:19:06

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


Package is "kinfocenter5"

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2016-01-20 09:50:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2016-01-28 17:19:07.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 23 09:47:37 UTC 2016 - wba...@tmo.at
+
+- Require baloo5-imports, this is needed for the
+  fileindexermonitor to work
+
+---



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.ApnWB7/_old  2016-01-28 17:19:08.0 +0100
+++ /var/tmp/diff_new_pack.ApnWB7/_new  2016-01-28 17:19:08.0 +0100
@@ -68,6 +68,8 @@
 %if %{with lang}
 Recommends: %{name}-lang
 %endif
+# needed for the fileindexermonitor
+Requires:   baloo5-imports
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




  1   2   3   >