commit yast2-slide-show for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2016-04-28 20:31:15

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


Package is "yast2-slide-show"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes
2016-04-06 11:52:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2016-04-28 20:31:17.0 +0200
@@ -1,0 +2,34 @@
+Wed Apr 27 13:43:32 UTC 2016 - g...@opensuse.org
+
+- Update to version 84.87.20160427.88aaafc:
+  * Call msgmerge with --previous
+  * Import of translations from LCN SVN
+  * Translated using Weblate (Slovak)
+  * Point to www.o.o instead of wiki
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Ukrainian)
+  * Update pot file
+  * Merge pot file to po files
+
+---
+Mon Apr 18 16:41:36 UTC 2016 - g...@opensuse.org
+
+- Update to version 84.87.20160418.6f56730:
+  * ensure stylesheet is up-to-date (bsc#973609)
+  * SUSE Cloud => SUSE OpenStack Cloud
+  * 3.1.23
+  * Sync also the openSUSE stylesheet
+  * Get rid of YaST build system
+  * Install to /CD1 directly
+  * replace 01_welcome.png with 02_opensuse.png
+  * update README
+
+---
+Mon Apr 18 15:09:03 UTC 2016 - g...@opensuse.org
+
+- new package layout based on refactored git sources
+- Version 84.87.20160418.6f56730:
+
+---

Old:

  slideshow-po.tar.gz
  slideshow-sles-po.tar.gz
  yast2-slide-show-3.1.23.tar.bz2

New:

  _service
  _servicedata
  yast2-slide-show-84.87.20160427.88aaafc.tar.xz



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.9Bchpt/_old  2016-04-28 20:31:18.0 +0200
+++ /var/tmp/diff_new_pack.9Bchpt/_new  2016-04-28 20:31:18.0 +0200
@@ -16,122 +16,39 @@
 #
 
 
-Name:   yast2-slide-show
-Version:3.1.23
-Release:0
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%{name}-%{version}.tar.bz2
-
+%define version_unconverted 84.87.20160427.88aaafc
 # xml2po uses temporary files that do not like being called twice
 # xml2po probably is not thread-safe.
 %define jobs 1
+Name:   yast2-slide-show
+Version:84.87.20160427.88aaafc
+Release:0
+Summary:Slide show displayed during package installation with YaST
+License:GPL-2.0
+Group:  Metapackages
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  docbook_4
 BuildRequires:  gnome-doc-utils
 BuildRequires:  pkgconfig
 BuildRequires:  sgml-skel
-BuildRequires:  yast2-devtools >= 3.1.10
-%if 0%{?suse_version} > 1120
-# was in gnome-doc-utils before
 BuildRequires:  xml2po
-%endif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Summary:YaST2 - Slide Show
-License:GPL-2.0
-Group:  Metapackages
-Source10:   slideshow-po.tar.gz
-Source12:   slideshow-sles-po.tar.gz
 
 %description
 The slide show displayed during package installation with YaST.
 
-%package SuSELinux
-Summary:YaST - Slide Show (openSUSE)
-Group:  Metapackages
-
-%description SuSELinux
-The slide show displayed during package installation with YaST.
-
-%package SLES
-Summary:YaST - Slide Show (SUSE Linux Enterprise Server)
-Group:  Metapackages
-
-%description SLES
-The slide show displayed during package installation with YaST.
-
-%package SLED
-Summary:YaST - Slide Show (SUSE Linux Enterprise Desktop)
-Group:  Metapackages
-
-%description SLED
-The slide show displayed during package installation with YaST.
-
 %prep
-%setup -n %{name}-%{version}
-pushd SuSELinux
-tar xf %{S:10}
-langs=$(tar tf %{S:10}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)
-sed -i "s|^langs *=.*$|langs = en $langs|" Makefile.am
-popd
-
-pushd SLED
-tar xf %{S:12}
-langs=$(tar tf %{S:12}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)
-sed -i "s|^langs *=.*$|langs = en $langs|" Makefile.am
-popd
-
-pushd SLES
-tar xf %{S:12}
-langs=$(tar tf %{S:12}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)
-sed -i "s|^langs *=.*$|langs = en $langs|" Makefile.am
-popd
+%setup -q
 
 %build
-%yast_build
-./tools/check_utf-8
-# on OS use the openSUSE logo everywhere; see # 216562
-%if %suse_version >= 1020
-for f in SuSELinux/txt/*/01*.rtf; do
-  sed -i 's/01_welcome.png/02_opensuse.png/' $f
-done
-%endif
+make %{?

commit yast2-packager for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2016-04-28 20:30:36

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


Package is "yast2-packager"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2016-04-11 09:12:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2016-04-28 20:30:38.0 +0200
@@ -1,0 +2,24 @@
+Fri Apr 22 16:23:17 UTC 2016 - lsle...@suse.cz
+
+- Move the default pattern selection to a different place to not
+  conflict with the pattern selection in the system upgrade mode
+  (FATE#320199)
+- 3.1.97
+
+---
+Fri Apr 22 11:48:52 UTC 2016 - knut.anders...@suse.com
+
+- Added public methods to modify and know info about files read,
+  in this case to avoid display the welcome dialog again after
+  restart yast (bsc#974409)
+- 3.1.96
+
+---
+Mon Apr 11 17:35:17 UTC 2016 - lsle...@suse.cz
+
+- Select the default product patterns defined by the
+  'defaultpattern()' provides in the initial installation
+  (FATE#320199)
+- 3.1.95
+
+---

Old:

  yast2-packager-3.1.94.tar.bz2

New:

  yast2-packager-3.1.97.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.WGlD0R/_old  2016-04-28 20:30:40.0 +0200
+++ /var/tmp/diff_new_pack.WGlD0R/_new  2016-04-28 20:30:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.94
+Version:3.1.97
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -122,8 +122,10 @@
 %defattr(-,root,root)
 %dir %{yast_yncludedir}/checkmedia
 %dir %{yast_yncludedir}/packager
+%dir %{yast_libdir}/packager
 %{yast_yncludedir}/checkmedia/*
 %{yast_yncludedir}/packager/*
+%{yast_libdir}/packager/*
 %{yast_clientdir}/*.rb
 %{yast_moduledir}/*
 %{yast_desktopdir}/*.desktop

++ yast2-packager-3.1.94.tar.bz2 -> yast2-packager-3.1.97.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.94/package/yast2-packager.changes 
new/yast2-packager-3.1.97/package/yast2-packager.changes
--- old/yast2-packager-3.1.94/package/yast2-packager.changes2016-04-06 
14:52:57.0 +0200
+++ new/yast2-packager-3.1.97/package/yast2-packager.changes2016-04-25 
11:47:26.0 +0200
@@ -1,4 +1,28 @@
 ---
+Fri Apr 22 16:23:17 UTC 2016 - lsle...@suse.cz
+
+- Move the default pattern selection to a different place to not
+  conflict with the pattern selection in the system upgrade mode
+  (FATE#320199)
+- 3.1.97
+
+---
+Fri Apr 22 11:48:52 UTC 2016 - knut.anders...@suse.com
+
+- Added public methods to modify and know info about files read,
+  in this case to avoid display the welcome dialog again after
+  restart yast (bsc#974409)
+- 3.1.96
+
+---
+Mon Apr 11 17:35:17 UTC 2016 - lsle...@suse.cz
+
+- Select the default product patterns defined by the
+  'defaultpattern()' provides in the initial installation
+  (FATE#320199)
+- 3.1.95
+
+---
 Wed Apr  6 09:57:59 UTC 2016 - knut.anders...@suse.com
 
 - Explicitly resolve shortcut conflicts proposing 'alt-w' for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.94/package/yast2-packager.spec 
new/yast2-packager-3.1.97/package/yast2-packager.spec
--- old/yast2-packager-3.1.94/package/yast2-packager.spec   2016-04-06 
14:52:57.0 +0200
+++ new/yast2-packager-3.1.97/package/yast2-packager.spec   2016-04-25 
11:47:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.94
+Version:3.1.97
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -121,8 +121,10 @@
 %defattr(-,root,root)
 %dir %{yast_yncludedir}/checkmedia
 %dir %{yast_yncludedir}/packager
+%dir %{yast_libdir}/packager
 %{yast_yncludedir}/checkmedia/*
 %{yast_yncludedir}/packager/*
+%{yast_libdir}/packager/*
 %{yast_clientdir}/*.rb
 %{yast_moduledir}/*
 %{yast_desktopdir}/*.desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.94/src/Makefile.am 
new/yast2-packager-3.1.97/src/Makefile.am
--- 

commit yast2-installation for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2016-04-28 20:31:04

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2016-04-22 16:18:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2016-04-28 20:31:05.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 20 10:47:12 UTC 2016 - knut.anders...@suse.com
+
+- Disk Activation step will be skipped in case of installer update
+  success (bsc#974409)
+- License agreement will be remembered in case of going back after
+  a installer update.
+- 3.1.182
+
+---

Old:

  yast2-installation-3.1.181.tar.bz2

New:

  yast2-installation-3.1.182.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.A6VjZy/_old  2016-04-28 20:31:06.0 +0200
+++ /var/tmp/diff_new_pack.A6VjZy/_new  2016-04-28 20:31:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.181
+Version:3.1.182
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,7 +50,7 @@
 Requires:   autoyast2-installation >= 3.1.105
 
 # Moved proc_modules.scr
-Requires:   yast2 >= 3.1.180
+Requires:   yast2 >= 3.1.186
 
 # Language::GetLanguageItems and other API
 # Language::Set (handles downloading the translation extensions)
@@ -63,7 +63,7 @@
 Conflicts:  yast2-mouse < 2.18.0
 
 # New API for ProductLicense
-Requires:   yast2-packager >= 2.19.2
+Requires:   yast2-packager >= 3.1.96
 
 # Storage::GetDetectedDiskPaths
 Requires:   yast2-storage >= 2.24.1

++ yast2-installation-3.1.181.tar.bz2 -> yast2-installation-3.1.182.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.1.181/doc/SELF_UPDATE.md 
new/yast2-installation-3.1.182/doc/SELF_UPDATE.md
--- old/yast2-installation-3.1.181/doc/SELF_UPDATE.md   2016-04-19 
15:25:10.0 +0200
+++ new/yast2-installation-3.1.182/doc/SELF_UPDATE.md   2016-04-28 
15:04:36.0 +0200
@@ -37,12 +37,12 @@
 
 1. The `SelfUpdate` boot option
 2. The AutoYaST control file - in AutoYaST installation only, use the
-   `/generic/self_update_url` XML node:
+   `/general/self_update_url` XML node:
 
```xml
-   
+   
  http://example.com/updates/$arch
-   
+   
```
 3. Hard-coded in the `control.xml` file on the installation medium (thus it
depends on the base product):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.181/package/yast2-installation.changes 
new/yast2-installation-3.1.182/package/yast2-installation.changes
--- old/yast2-installation-3.1.181/package/yast2-installation.changes   
2016-04-19 15:25:10.0 +0200
+++ new/yast2-installation-3.1.182/package/yast2-installation.changes   
2016-04-28 15:04:36.0 +0200
@@ -1,4 +1,13 @@
 ---
+Wed Apr 20 10:47:12 UTC 2016 - knut.anders...@suse.com
+
+- Disk Activation step will be skipped in case of installer update
+  success (bsc#974409)
+- License agreement will be remembered in case of going back after
+  a installer update.
+- 3.1.182
+
+---
 Tue Apr 19 09:08:35 UTC 2016 - igonzalezs...@suse.com
 
 - Fix handling of license acceptance in welcome screen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.181/package/yast2-installation.spec 
new/yast2-installation-3.1.182/package/yast2-installation.spec
--- old/yast2-installation-3.1.181/package/yast2-installation.spec  
2016-04-19 15:25:10.0 +0200
+++ new/yast2-installation-3.1.182/package/yast2-installation.spec  
2016-04-28 15:04:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.181
+Version:3.1.182
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +47,7 @@
 Requires:   autoyast2-installation >= 3.1.105
 
 # Moved proc_modules.scr
-Requires:   yast2 >= 3.1.180
+Requires:   yast2 >= 3.1.186
 
 # Language::GetLanguageItems and other API
 # Language::Set (handles downloading the translation extensions)
@@ -60,7 +60,7 @@
 Conflicts: yast2-mouse < 2.18.0
 
 # New API for ProductLicense
-Requires:  yast2-packager >= 2

commit yast2-add-on for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2016-04-28 20:30:55

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


Package is "yast2-add-on"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2016-02-17 12:26:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2016-04-28 20:30:57.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 27 16:52:55 CEST 2016 - sch...@suse.de
+
+- AutoYaST: Do not reset add-on signature handling by the general
+  signature handling. (bnc#976859)
+- 3.1.14
+
+---
+Fri Apr 22 11:49:43 UTC 2016 - lsle...@suse.cz
+
+- Added missing "priority" tag in the AutoYaST schema (bsc#976457)
+- 3.1.13
+
+---

Old:

  yast2-add-on-3.1.12.tar.bz2

New:

  yast2-add-on-3.1.14.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.eNWzp2/_old  2016-04-28 20:30:58.0 +0200
+++ /var/tmp/diff_new_pack.eNWzp2/_new  2016-04-28 20:30:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.1.12
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-add-on-3.1.12.tar.bz2 -> yast2-add-on-3.1.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.12/package/yast2-add-on.changes 
new/yast2-add-on-3.1.14/package/yast2-add-on.changes
--- old/yast2-add-on-3.1.12/package/yast2-add-on.changes2016-02-12 
10:51:38.0 +0100
+++ new/yast2-add-on-3.1.14/package/yast2-add-on.changes2016-04-27 
17:18:27.0 +0200
@@ -1,4 +1,17 @@
 ---
+Wed Apr 27 16:52:55 CEST 2016 - sch...@suse.de
+
+- AutoYaST: Do not reset add-on signature handling by the general
+  signature handling. (bnc#976859)
+- 3.1.14
+
+---
+Fri Apr 22 11:49:43 UTC 2016 - lsle...@suse.cz
+
+- Added missing "priority" tag in the AutoYaST schema (bsc#976457)
+- 3.1.13
+
+---
 Thu Feb 11 15:15:24 CET 2016 - sch...@suse.de
 
 - Confirming add-on product licenses while AutoYaST installation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.12/package/yast2-add-on.spec 
new/yast2-add-on-3.1.14/package/yast2-add-on.spec
--- old/yast2-add-on-3.1.12/package/yast2-add-on.spec   2016-02-12 
10:51:38.0 +0100
+++ new/yast2-add-on-3.1.14/package/yast2-add-on.spec   2016-04-27 
17:18:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.1.12
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.12/src/autoyast-rnc/add-on.rnc 
new/yast2-add-on-3.1.14/src/autoyast-rnc/add-on.rnc
--- old/yast2-add-on-3.1.12/src/autoyast-rnc/add-on.rnc 2016-02-12 
10:51:38.0 +0100
+++ new/yast2-add-on-3.1.14/src/autoyast-rnc/add-on.rnc 2016-04-27 
17:18:27.0 +0200
@@ -12,6 +12,7 @@
  alias? &
  product_dir? &
  ask_on_error? &
+ priority? &
  element signature-handling {
 element accept_unsigned_file { BOOLEAN }? &
 element accept_file_without_checksum { BOOLEAN }? &
@@ -45,6 +46,7 @@
 alias = element alias { text }
 product_dir = element product_dir { text }
 ask_on_error = element ask_on_error { BOOLEAN }
+priority = element priority { INTEGER }
 add_on_products =
   element add_on_products {
  attribute config:type { text }?,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.12/src/clients/add-on_auto.rb 
new/yast2-add-on-3.1.14/src/clients/add-on_auto.rb
--- old/yast2-add-on-3.1.12/src/clients/add-on_auto.rb  2016-02-12 
10:51:38.0 +0100
+++ new/yast2-add-on-3.1.14/src/clients/add-on_auto.rb  2016-04-27 
17:18:27.0 +0200
@@ -207,8 +207,6 @@
 # bugzilla #260613
 AddOnProduct.Integrate(srcid) if srcid != -1
 
-# reset to global sig-handling
-AutoinstGeneral.SetSignatureHandling
   end while Ops.get(@sources, [media, pth], -1) == -1 &&
 Ops.get_boolean(prod, "ask_on_error", false) == true
   Ops.set(prod, "media", Ops.get(@sources, [media, pth], 

commit yast2-bootloader for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2016-04-28 20:30:46

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


Package is "yast2-bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2016-04-22 16:18:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2016-04-28 20:30:47.0 +0200
@@ -1,0 +2,14 @@
+Wed Apr 27 10:43:14 CEST 2016 - sch...@suse.de
+
+- Adapted new version of bootloader to the AutoYaST configuration
+  module.
+  (related to FATE#317701)
+- 3.1.78
+
+---
+Tue Apr 26 10:27:20 CEST 2016 - sch...@suse.de
+
+- Added requirement in proposal. (bnc#977004)
+- 3.1.177
+
+---

Old:

  yast2-bootloader-3.1.176.tar.bz2

New:

  yast2-bootloader-3.1.178.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.6QATPF/_old  2016-04-28 20:30:48.0 +0200
+++ /var/tmp/diff_new_pack.6QATPF/_new  2016-04-28 20:30:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.176
+Version:3.1.178
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-3.1.176.tar.bz2 -> yast2-bootloader-3.1.178.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.176/package/yast2-bootloader.changes 
new/yast2-bootloader-3.1.178/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.1.176/package/yast2-bootloader.changes   
2016-04-22 11:38:10.0 +0200
+++ new/yast2-bootloader-3.1.178/package/yast2-bootloader.changes   
2016-04-27 12:44:17.0 +0200
@@ -1,4 +1,18 @@
 ---
+Wed Apr 27 10:43:14 CEST 2016 - sch...@suse.de
+
+- Adapted new version of bootloader to the AutoYaST configuration
+  module.
+  (related to FATE#317701)
+- 3.1.78
+
+---
+Tue Apr 26 10:27:20 CEST 2016 - sch...@suse.de
+
+- Added requirement in proposal. (bnc#977004)
+- 3.1.177
+
+---
 Fri Apr 22 08:55:08 UTC 2016 - jreidin...@suse.com
 
 - smarter prep partition proposal (bnc#970152)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.176/package/yast2-bootloader.spec 
new/yast2-bootloader-3.1.178/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.1.176/package/yast2-bootloader.spec  2016-04-22 
11:38:10.0 +0200
+++ new/yast2-bootloader-3.1.178/package/yast2-bootloader.spec  2016-04-27 
12:44:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.176
+Version:3.1.178
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.176/src/lib/bootloader/auto_client.rb 
new/yast2-bootloader-3.1.178/src/lib/bootloader/auto_client.rb
--- old/yast2-bootloader-3.1.176/src/lib/bootloader/auto_client.rb  
2016-04-22 11:38:10.0 +0200
+++ new/yast2-bootloader-3.1.178/src/lib/bootloader/auto_client.rb  
2016-04-27 12:44:17.0 +0200
@@ -3,6 +3,7 @@
 require "installation/auto_client"
 require "bootloader/bootloader_factory"
 require "bootloader/autoyast_converter"
+require "bootloader/main_dialog"
 
 Yast.import "Bootloader"
 Yast.import "BootStorage"
@@ -53,7 +54,7 @@
 end
 
 def change
-  BootloaderAutoSequence()
+  ::Bootloader::MainDialog.new.run_auto
 end
 
 # Return configuration data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.176/src/lib/bootloader/stage1.rb 
new/yast2-bootloader-3.1.178/src/lib/bootloader/stage1.rb
--- old/yast2-bootloader-3.1.176/src/lib/bootloader/stage1.rb   2016-04-22 
11:38:10.0 +0200
+++ new/yast2-bootloader-3.1.178/src/lib/bootloader/stage1.rb   2016-04-27 
12:44:17.0 +0200
@@ -94,7 +94,7 @@
 Yast::BootStorage.mbr_disk,
 Yast::BootStorage.ExtendedPartitionDevice
   ]
-  known_devices.compact!
+  known_devices.compact!.reject!(&:empty?)
   known_devices.map! { |d| Bootloader::UdevMapping.to_kernel_device(d) }
 
   devices.select do |dev|
diff -urN '--exclude=CVS' '--exclude=.cvsignore'

commit yast2 for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2016-04-28 20:30:25

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2016-04-22 
16:18:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2016-04-28 
20:30:26.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 22 14:37:28 UTC 2016 - knut.anders...@suse.com
+
+- Added restarting state to Installation to for example recover
+  data  or skip dialogs until the one wich restarted yast.
+  (related to bsc#974409)
+- 3.1.186
+
+---

Old:

  yast2-3.1.185.tar.bz2

New:

  yast2-3.1.186.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.fFH4CH/_old  2016-04-28 20:30:27.0 +0200
+++ /var/tmp/diff_new_pack.fFH4CH/_new  2016-04-28 20:30:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.185
+Version:3.1.186
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0

++ yast2-3.1.185.tar.bz2 -> yast2-3.1.186.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-3.1.185/library/control/src/modules/Installation.rb 
new/yast2-3.1.186/library/control/src/modules/Installation.rb
--- old/yast2-3.1.185/library/control/src/modules/Installation.rb   
2016-04-21 18:07:51.0 +0200
+++ new/yast2-3.1.186/library/control/src/modules/Installation.rb   
2016-04-25 08:53:55.0 +0200
@@ -36,6 +36,7 @@
 #
 # $Id$
 require "yast"
+require "fileutils"
 
 module Yast
   class InstallationClass < Module
@@ -108,6 +109,10 @@
   # Running YaST in upgrade mode (initiated from running system)
   @run_update_file = Ops.add(Directory.vardir, "/run_system_update")
 
+  # A flag to know if current installation is restarting skipping dialogs 
or
+  # recovering values until the step just before the yast restart was done
+  @restarting_file = Ops.add(Directory.vardir, "/restarting_yast")
+
   # Network should be started before the installation starts (continues)
   # bugzilla #258742
   #
@@ -244,6 +249,20 @@
   Linuxrc.InstallInf("InstMode") || "cd"
 end
 
+def restart!
+  ::FileUtils.touch(@restart_file)
+  ::FileUtils.touch(@restarting_file)
+  :restart_yast
+end
+
+def restarting?
+  ::File.exist?(@restarting_file)
+end
+
+def finish_restarting!
+  ::FileUtils.remove_file(@restarting_file, true) if restarting?
+end
+
 # run X11 configuration after inital boot
 # this is false in case of:
 # installation via serial console
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-3.1.185/library/network/src/modules/SuSEFirewallServices.rb 
new/yast2-3.1.186/library/network/src/modules/SuSEFirewallServices.rb
--- old/yast2-3.1.185/library/network/src/modules/SuSEFirewallServices.rb   
2016-04-21 18:07:51.0 +0200
+++ new/yast2-3.1.186/library/network/src/modules/SuSEFirewallServices.rb   
2016-04-25 08:53:55.0 +0200
@@ -272,8 +272,8 @@
 # @return  [Boolean] whether service is defined by package
 #
 # @example
-#  ServiceDefinedByPackage ("http-server") -> false
-#  ServiceDefinedByPackage ("service:http-server") -> true
+#   ServiceDefinedByPackage ("http-server") -> false
+#   ServiceDefinedByPackage ("service:http-server") -> true
 def ServiceDefinedByPackage(service)
   service.start_with? DEFINED_BY_PKG_PREFIX
 end
@@ -285,8 +285,8 @@
 # @return [String] file name (e.g., 'abc')
 #
 # @example
-#  GetFilenameFromServiceDefinedByPackage ("service:abc") -> "abc"
-#  GetFilenameFromServiceDefinedByPackage ("abc") -> nil
+#   GetFilenameFromServiceDefinedByPackage ("service:abc") -> "abc"
+#   GetFilenameFromServiceDefinedByPackage ("abc") -> nil
 def GetFilenameFromServiceDefinedByPackage(service)
   if !ServiceDefinedByPackage(service)
 log.error "Service #{service} is not defined by package"
@@ -299,7 +299,8 @@
 # Returns SCR Agent definition.
 #
 # @return [Yast::Term] with agent definition
-# @param string full filename path (to read by this agent)
+# @param filefullpath [String] full filename path (to read by this agent)
+# @api private
 def GetMetadataAgent(filefullpath)
   term(
 :IniAgent,
@@ -337,12 +338,13 @@
 
 # Returns service definition.
 # See @services for the format.
-# If `silent` is not 

commit yast2-storage for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-04-28 20:30:12

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2016-04-06 11:51:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-04-28 20:30:14.0 +0200
@@ -1,0 +2,26 @@
+Fri Apr 22 12:22:46 UTC 2016 - dmuel...@suse.com
+
+- raise min /boot size for BTRFS/aarch64 (bsc#974280)
+- 3.1.90
+
+---
+Wed Apr 13 15:37:33 CEST 2016 - g...@suse.de
+
+- Don't allow to create or change partition table on LDL
+  formatted DASDs (bsc#958893)
+- 3.1.89
+
+---
+Wed Apr 13 09:09:42 CEST 2016 - aschn...@suse.com
+
+- updated requirement to libstorage (related to bnc#958893)
+- 3.1.88
+
+---
+Mon Apr 11 15:57:48 CEST 2016 - aschn...@suse.com
+
+- set parameters for space aware cleanup algorithm in snapper (for
+  fate#312751)
+- 3.1.87
+
+---

Old:

  yast2-storage-3.1.86.tar.bz2

New:

  yast2-storage-3.1.90.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.BEyMwM/_old  2016-04-28 20:30:15.0 +0200
+++ /var/tmp/diff_new_pack.BEyMwM/_new  2016-04-28 20:30:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.86
+Version:3.1.90
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,8 +40,8 @@
 BuildRequires:  yast2-testsuite >= 2.19.0
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(ruby-dbus)
-Requires:   libstorage-ruby >= 2.25.36
-Requires:   libstorage6 >= 2.25.36
+Requires:   libstorage-ruby >= 2.26.1
+Requires:   libstorage7 >= 2.26.1
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7

++ yast2-storage-3.1.86.tar.bz2 -> yast2-storage-3.1.90.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.86/package/yast2-storage.changes 
new/yast2-storage-3.1.90/package/yast2-storage.changes
--- old/yast2-storage-3.1.86/package/yast2-storage.changes  2016-04-05 
15:19:25.0 +0200
+++ new/yast2-storage-3.1.90/package/yast2-storage.changes  2016-04-22 
14:31:53.0 +0200
@@ -1,4 +1,30 @@
 ---
+Fri Apr 22 12:22:46 UTC 2016 - dmuel...@suse.com
+
+- raise min /boot size for BTRFS/aarch64 (bsc#974280)
+- 3.1.90
+
+---
+Wed Apr 13 15:37:33 CEST 2016 - g...@suse.de
+
+- Don't allow to create or change partition table on LDL
+  formatted DASDs (bsc#958893)
+- 3.1.89
+
+---
+Wed Apr 13 09:09:42 CEST 2016 - aschn...@suse.com
+
+- updated requirement to libstorage (related to bnc#958893)
+- 3.1.88
+
+---
+Mon Apr 11 15:57:48 CEST 2016 - aschn...@suse.com
+
+- set parameters for space aware cleanup algorithm in snapper (for
+  fate#312751)
+- 3.1.87
+
+---
 Mon Apr  4 10:22:20 CEST 2016 - sch...@suse.de
 
 - Removed Builtins.time. Cleanup for bnc#956730.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.86/package/yast2-storage.spec 
new/yast2-storage-3.1.90/package/yast2-storage.spec
--- old/yast2-storage-3.1.86/package/yast2-storage.spec 2016-04-05 
15:19:25.0 +0200
+++ new/yast2-storage-3.1.90/package/yast2-storage.spec 2016-04-22 
14:31:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# 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-storage
-Version:3.1.86
+Version:3.1.90
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,8 +42,8 @@
 BuildRequires: yast2-devtools >= 3.1.10
 BuildRequires: yast2-ruby-bindings >= 3.1.7
 BuildRequires: yast2-testsuite >= 2.19.0
-Requires:  l

commit autoyast2 for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

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

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


Package is "autoyast2"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2016-03-29 
09:54:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2016-04-28 
20:30:02.0 +0200
@@ -1,0 +2,42 @@
+Wed Apr 20 09:45:04 CEST 2016 - sch...@suse.de
+
+- Upgrade: Removed obsolete bootloader stuff.
+  (bnc#976312)
+- 3.1.125
+
+---
+Tue Apr 19 16:43:33 CEST 2016 - sch...@suse.de
+
+- Removed obsolete bootloader stuff.
+  (related to FATE#317701)
+- 3.1.124
+
+---
+Fri Apr 15 13:52:47 UTC 2016 - lsle...@suse.cz
+
+- Updated schema - added optional URL for the installer
+  self update repository ("general" -> "self_update_url" node)
+  (FATE#319716)
+- 3.1.123
+
+---
+Wed Apr 13 14:13:51 CEST 2016 - sch...@suse.de
+
+- Remove unused import of dropped BootCommon package.
+  (related to FATE#317701)
+- 3.1.122
+
+---
+Wed Apr  6 15:44:56 UTC 2016 - mfi...@suse.com
+
+- Removed calls of dropped LanUdevAuto module (yast2-network)
+  (bnc#955217, bnc#956605)
+- 3.1.121
+
+---
+Fri Apr  1 14:34:14 CEST 2016 - sch...@suse.de
+
+- Moved call "uptime" to yast2 package. Cleanup for bnc#956730.
+- 3.1.120
+
+---

Old:

  autoyast2-3.1.119.tar.bz2

New:

  autoyast2-3.1.125.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.kcc1RL/_old  2016-04-28 20:30:03.0 +0200
+++ /var/tmp/diff_new_pack.kcc1RL/_new  2016-04-28 20:30:03.0 +0200
@@ -17,8 +17,7 @@
 
 
 Name:   autoyast2
-
-Version:3.1.119
+Version:3.1.125
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -52,9 +51,10 @@
 Requires:   autoyast2-installation = %{version}
 Requires:   libxslt
 Requires:   yast2
-Requires:   yast2 >= 2.16.36
+Requires:   yast2 >= 3.1.183
 Requires:   yast2-core
 Requires:   yast2-country >= 3.1.13
+Requires:   yast2-network >= 3.1.145
 Requires:   yast2-schema
 Requires:   yast2-storage >= 3.1.59
 Requires:   yast2-transfer >= 2.21.0

++ autoyast2-3.1.119.tar.bz2 -> autoyast2-3.1.125.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.119/package/autoyast2.changes 
new/autoyast2-3.1.125/package/autoyast2.changes
--- old/autoyast2-3.1.119/package/autoyast2.changes 2016-03-16 
13:05:06.0 +0100
+++ new/autoyast2-3.1.125/package/autoyast2.changes 2016-04-20 
10:21:43.0 +0200
@@ -1,4 +1,46 @@
 ---
+Wed Apr 20 09:45:04 CEST 2016 - sch...@suse.de
+
+- Upgrade: Removed obsolete bootloader stuff.
+  (bnc#976312)
+- 3.1.125
+
+---
+Tue Apr 19 16:43:33 CEST 2016 - sch...@suse.de
+
+- Removed obsolete bootloader stuff.
+  (related to FATE#317701)
+- 3.1.124
+
+---
+Fri Apr 15 13:52:47 UTC 2016 - lsle...@suse.cz
+
+- Updated schema - added optional URL for the installer
+  self update repository ("general" -> "self_update_url" node)
+  (FATE#319716)
+- 3.1.123
+
+---
+Wed Apr 13 14:13:51 CEST 2016 - sch...@suse.de
+
+- Remove unused import of dropped BootCommon package.
+  (related to FATE#317701)
+- 3.1.122
+
+---
+Wed Apr  6 15:44:56 UTC 2016 - mfi...@suse.com
+
+- Removed calls of dropped LanUdevAuto module (yast2-network)
+  (bnc#955217, bnc#956605)
+- 3.1.121
+
+---
+Fri Apr  1 14:34:14 CEST 2016 - sch...@suse.de
+
+- Moved call "uptime" to yast2 package. Cleanup for bnc#956730.
+- 3.1.120
+
+---
 Thu Mar 10 08:33:33 UTC 2016 - igonzalezs...@suse.com
 
 - Evaluate the correct domain, network, product and product version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.119/package/autoyast2.spec 
new/au

commit kiwi for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2016-04-28 20:29:41

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-04-08 
09:38:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2016-04-28 
20:29:42.0 +0200
@@ -1,0 +2,65 @@
+Mon Apr 18 10:43:15 CEST 2016 - m...@suse.de
+
+- v7.03.67 released
+  
+---
+Mon Apr 18 10:41:04 CEST 2016 - m...@suse.de
+  
+- Add part_msdos module for self build EFI image
+  
+  On ARM we have a few hooks in kiwi that allow us to adapt the
+  resulting image to target boards. On some systems, we need to
+  install the firmware to hardware specified sector offsets on
+  the image target (sd card).
+  
+  Unfortunately some systems demand firmware at sector 1 which is
+  where the GPT would usually reside. So we need to use an MBR partition
+  layout.
+  
+  We can convert the GPT into an MBR using gdisk in our ARM scripts,
+  but at that point grub2 would have to be able to interpret the MBR
+  as well. So we need the "msdos_part" module included (bnc#975898)
+  
+---
+Mon Apr 18 10:36:40 CEST 2016 - m...@suse.de
+  
+- Follow up fix for not writing grub.cfg to EFI dir
+  
+  With the move to grub2-install and also shim-install
+  the static copy of the grub configuration into the
+  EFI boot directory became obsolete (bnc#968270)
+  
+---
+Mon Apr 11 10:47:06 CEST 2016 - m...@suse.de
+  
+- v7.03.66 released
+  
+---
+Mon Apr 11 10:44:30 CEST 2016 - m...@suse.de
+  
+- Fixed kiwi-pxeboot package setup
+  
+  The package was marked noarch but has architecture dependant
+  requirements. Therefore it can't be marked noarch (bnc#974651)
+  
+---
+Mon Apr 11 10:40:51 CEST 2016 - m...@suse.de
+  
+- Fixed oem and vmx buildservice boot requires
+  
+  The packages kiwi-desc-oemboot-requires and kiwi-desc-vmxboot-requires
+  did not explicitly require grub2 or the architecture specific efi module
+  packages for the arm architectures. The requirement was added by the
+  contents of the arm boot image descriptions. However those packages
+  will not be part of the boot image descriptions in the near future
+  and thus the buildservice needs them to be referenced explicitly
+  in the spec file
+  
+---
+Mon Apr 11 08:35:23 CEST 2016 - alexandros.v...@suse.de
+  
+- Translated using Weblate (Greek)
+  
+  Currently translated at 89.2% (25 of 28 strings)
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.RXDQiA/_old  2016-04-28 20:29:44.0 +0200
+++ /var/tmp/diff_new_pack.RXDQiA/_new  2016-04-28 20:29:44.0 +0200
@@ -27,7 +27,7 @@
 Name:   kiwi
 License:GPL-2.0
 Group:  System/Management
-Version:7.03.65
+Version:7.03.67
 Provides:   kiwi-schema = 6.2
 Provides:   kiwi-image:aci
 Provides:   kiwi-image:lxc
@@ -310,9 +310,6 @@
 %endif
 License:GPL-2.0+
 Group:  System/Management
-%if 0%{?suse_version} > 1120
-BuildArch:  noarch
-%endif
 
 %description -n kiwi-pxeboot
 This package contains the basic PXE directory structure which is
@@ -440,18 +437,24 @@
 %ifarch s390 s390x
 Requires:   s390-tools
 %endif
-%ifarch %ix86 x86_64
+%ifarch %ix86 x86_64 %arm aarch64
 %if 0%{?suse_version} < 1315 && 0%{?rhel_version} < 700 && 0%{?centos_version} 
< 700
 Requires:   grub
 %endif
 %if 0%{?suse_version} >= 1220 || 0%{?rhel_version} >= 700 || 
0%{?centos_version} >= 700
 Requires:   grub2
+%endif
 %ifarch x86_64
 Requires:   grub2-x86_64-efi
 %endif
 %ifarch %ix86
 Requires:   grub2-i386-efi
 %endif
+%ifarch aarch64
+Requires:   grub2-arm64-efi
+%endif
+%ifarch %arm
+Requires:   grub2-arm-efi
 %endif
 %endif
 License:GPL-2.0+
@@ -557,20 +560,27 @@
 %ifarch s390 s390x
 Requires:   s390-tools
 %endif
-%ifarch %ix86 x86_64
+%ifarch %ix86 x86_64 %arm aarch64
 %if 0%{?suse_version} < 1315 && 0%{?rhel_version} < 700 && 0%{?centos_version} 
< 700
 Requires:   grub
 %endif
 %if 0%{?suse_version} >= 1220 || 0%{?rhel_version} >= 700 || 
0%{?centos_version} >= 700
 Requires:   grub2
+%endif
 %ifarch x86_64
 Requires:   grub2-x86_64-efi
 %end

commit yast2-network for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2016-04-28 20:29:52

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


Package is "yast2-network"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2016-03-11 12:29:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2016-04-28 20:29:53.0 +0200
@@ -1,0 +2,32 @@
+Tue Apr 19 08:01:16 UTC 2016 - mfi...@suse.com
+
+- bnc#966694
+  - TigerVNC Viewer Error: No matching security types. Do not touch
+VNC arguments when enabling or disabling it. Thanks to 
+m...@suse.com for the patch.
+- 3.1.148
+
+---
+Tue Apr 12 08:04:07 UTC 2016 - mfi...@suse.com
+
+- bnc#974910
+  - fixed internal error when no "interfaces" group is found in an
+AY profile
+- 3.1.147 
+
+---
+Mon Apr 11 09:42:20 UTC 2016 - mfi...@suse.com
+
+- bnc#955217, bnc#956605
+  - fixed internal error caused by the previous patch
+- 3.1.146
+
+---
+Mon Apr  4 17:24:13 UTC 2016 - mfi...@suse.com
+
+- bnc#955217, bnc#956605
+  - unified udev rule handling by always doing it in the 1st stage
+of installation.
+- 3.1.145
+
+---

Old:

  yast2-network-3.1.144.tar.bz2

New:

  yast2-network-3.1.148.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.V9eTdZ/_old  2016-04-28 20:29:54.0 +0200
+++ /var/tmp/diff_new_pack.V9eTdZ/_new  2016-04-28 20:29:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.144
+Version:3.1.148
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-3.1.144.tar.bz2 -> yast2-network-3.1.148.tar.bz2 ++
 1955 lines of diff (skipped)




commit polkit-default-privs for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2016-04-28 20:29:21

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is "polkit-default-privs"

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2016-01-08 15:39:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2016-04-28 20:29:22.0 +0200
@@ -1,0 +2,15 @@
+Wed Apr 13 07:20:16 UTC 2016 - krah...@suse.com
+
+- added brltty (bsc#967436)
+
+---
+Mon Apr 11 14:22:46 UTC 2016 - meiss...@suse.com
+
+- add importd privs as default tracked (bsc#964935)
+
+---
+Tue Mar 22 11:49:10 UTC 2016 - krah...@suse.com
+
+- polkit-default-privs: relaxing firewalld polkit rule for desktop (bsc#971580)
+
+---



Other differences:
--
++ polkit-default-privs-13.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.restrictive 
new/polkit-default-privs-13.2/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2016-01-05 10:50:38.0 +0100
+++ new/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2016-04-11 16:21:39.0 +0200
@@ -680,5 +680,10 @@
 org.libvirt.api.storage-vol.read   auth_admin_keep
 org.libvirt.api.storage-vol.resize auth_admin_keep
 
+# importd (bsc#964935)
+org.freedesktop.import1.import 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.import1.export 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.import1.pull   
auth_admin:auth_admin:auth_admin_keep
+
 
 ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.standard 
new/polkit-default-privs-13.2/polkit-default-privs.standard
--- old/polkit-default-privs-13.2/polkit-default-privs.standard 2016-01-05 
10:50:38.0 +0100
+++ new/polkit-default-privs-13.2/polkit-default-privs.standard 2016-04-11 
16:21:39.0 +0200
@@ -553,9 +553,9 @@
 org.selinux.customized no:no:yes
 org.selinux.semodule_list  no:no:yes
 
-# firewalld (bnc#907625)
+# firewalld (bnc#907625, bsc#971580)
 org.fedoraproject.FirewallD1.all   auth_admin_keep
-org.fedoraproject.FirewallD1.info  auth_admin_keep
+org.fedoraproject.FirewallD1.info  no:yes:yes
 org.fedoraproject.FirewallD1.configauth_admin_keep
 org.fedoraproject.FirewallD1.config.info   auth_admin_keep
 org.fedoraproject.FirewallD1.directauth_admin_keep
@@ -698,5 +698,56 @@
 org.libvirt.api.storage-vol.read   auth_admin_keep
 org.libvirt.api.storage-vol.resize auth_admin_keep
 
+org.libvirt.api.interface.save auth_admin_keep
+org.libvirt.api.interface.startauth_admin_keep
+org.libvirt.api.interface.stop auth_admin_keep
+org.libvirt.api.interface.writeauth_admin_keep
+org.libvirt.api.network.delete auth_admin_keep
+org.libvirt.api.network.getattrauth_admin_keep
+org.libvirt.api.network.read   auth_admin_keep
+org.libvirt.api.network.save   auth_admin_keep
+org.libvirt.api.network.start  auth_admin_keep
+org.libvirt.api.network.stop   auth_admin_keep
+org.libvirt.api.network.write  auth_admin_keep
+org.libvirt.api.node-device.detach auth_admin_keep
+org.libvirt.api.node-device.getattrauth_admin_keep
+org.libvirt.api.node-device.read   auth_admin_keep
+org.libvirt.api.node-device.start  auth_admin_keep
+org.libvirt.api.node-device.stop   auth_admin_keep
+org.libvirt.api.node-device.write  auth_admin_keep
+org.libvirt.api.nwfilter.deleteauth_admin_keep
+org.libvirt.api.nwfilter.getattr   auth_admin_keep
+org.libvirt.api.nwfilter.read  auth_admin_keep
+org.libvirt.

commit libstorage for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2016-04-28 20:29:29

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


Package is "libstorage"

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2016-04-08 
09:39:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2016-04-28 20:29:31.0 +0200
@@ -1,0 +2,13 @@
+Fri Apr 15 12:24:25 CEST 2016 - aschn...@suse.com
+
+- call udevadm settle after call of parted (bsc#975162)
+- 2.26.2
+
+---
+Thu Apr  7 13:32:17 CEST 2016 - g...@suse.de
+
+- provide information about DASD format and type 
+  (related to bnc#958893)
+- 2.26.1
+
+---

Old:

  libstorage-2.25.37.tar.bz2

New:

  libstorage-2.26.2.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.M6BWV8/_old  2016-04-28 20:29:32.0 +0200
+++ /var/tmp/diff_new_pack.M6BWV8/_new  2016-04-28 20:29:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.25.37
+Version:2.26.2
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2
@@ -116,7 +116,7 @@
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-%package -n libstorage6
+%package -n libstorage7
 
 Requires:   coreutils
 Suggests:   cryptsetup
@@ -139,12 +139,12 @@
 %endif
 Obsoletes:  yast2-storage-lib
 # expands to Obsoletes: libstorage libstorage1 libstorage2 libstorage3...
-Obsoletes:  libstorage6 < %{version}
-Obsoletes:  libstorage %(echo `seq -s " " -f "libstorage%.f" $((6 - 1))`)
+Obsoletes:  libstorage7 < %{version}
+Obsoletes:  libstorage %(echo `seq -s " " -f "libstorage%.f" $((7 - 1))`)
 Summary:Library for storage management
 Group:  System/Libraries
 
-%description -n libstorage6
+%description -n libstorage7
 This package contains libstorage, a library for storage management.
 
 Authors:
@@ -152,7 +152,7 @@
 Thomas Fehr 
 Arvin Schnell 
 
-%files -n libstorage6 -f libstorage.lang
+%files -n libstorage7 -f libstorage.lang
 %defattr(-,root,root)
 %{_libdir}/libstorage.so.*
 %ghost /run/libstorage
@@ -161,20 +161,20 @@
 %doc %{prefix}/share/doc/packages/libstorage/AUTHORS
 %doc %{prefix}/share/doc/packages/libstorage/COPYING
 
-%post -n libstorage6
+%post -n libstorage7
 /sbin/ldconfig
 %if 0%{?suse_version}
 %{fillup_only -an storage}
 %endif
 
-%postun -n libstorage6
+%postun -n libstorage7
 /sbin/ldconfig
 
 %package -n libstorage-devel
 
 Requires:   gcc-c++
 Requires:   libstdc++-devel
-Requires:   libstorage6 = %version
+Requires:   libstorage7 = %version
 Requires:   libxml2-devel
 Summary:Header files and documentation for libstorage
 Group:  Development/Languages/C and C++
@@ -198,7 +198,7 @@
 
 %package -n libstorage-python
 
-Requires:   libstorage6 = %version
+Requires:   libstorage7 = %version
 %{py_requires}
 Summary:Python bindings for libstorage
 Group:  System/Libraries
@@ -217,7 +217,7 @@
 
 %package -n libstorage-ruby
 
-Requires:   libstorage6 = %version
+Requires:   libstorage7 = %version
 Summary:Ruby bindings for libstorage
 Group:  System/Libraries
 
@@ -247,7 +247,7 @@
 
 %package -n libstorage-testsuite
 
-Requires:   libstorage6 = %version
+Requires:   libstorage7 = %version
 Summary:Testsuite for libstorage
 Group:  Development/Tools/Other
 

++ libstorage-2.25.37.tar.bz2 -> libstorage-2.26.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.37/LIBVERSION 
new/libstorage-2.26.2/LIBVERSION
--- old/libstorage-2.25.37/LIBVERSION   2016-01-18 11:10:13.0 +0100
+++ new/libstorage-2.26.2/LIBVERSION2016-04-12 17:20:16.0 +0200
@@ -1 +1 @@
-6.1.1
+7.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.37/VERSION 
new/libstorage-2.26.2/VERSION
--- old/libstorage-2.25.37/VERSION  2016-04-06 11:45:10.0 +0200
+++ new/libstorage-2.26.2/VERSION   2016-04-15 12:35:08.0 +0200
@@ -1 +1 @@
-2.25.37
+2.26.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.37/bindings/python/storage.py 
new/libstorage-2.26.2/bindings/python/storage.py
--- old/libstorage-2.25.37/bindings/python/storage.py   2016-04-06 
11:46:35.0 +0200
+++ new/libstorage-2.26.2/bindings/py

commit gsoap for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package gsoap for openSUSE:Factory checked 
in at 2016-04-28 20:28:50

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


Package is "gsoap"

Changes:

--- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes  2016-04-03 
23:06:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gsoap.new/gsoap.changes 2016-04-28 
20:28:51.0 +0200
@@ -1,0 +2,50 @@
+Mon Apr  4 07:49:55 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2.8.30
+* Added backtick XML tag name syntax to interface files for
+  soapcpp2, which allows for the overriding of the translated tag
+  names of struct/class members and service operation parameters,
+  see the [Data Bindings
+  documentation](http://www.genivia.com/doc/databinding/html#toxsd9-5).
+  Older gSOAP versions do not support the backtick tag in the
+  generated WSDL and schemas (messages are OK).
+* Added macro `SOAP_MAXLEVEL` to trigger `SOAP_LEVEL` error when
+  XML nesting level of inbound XML exceeds the value of
+  `SOAP_MAXLEVEL`. Default value is 1. Redefine `SOAP_MAXLEVEL`
+  as needed, with lower values to restrict XML nesting depth for
+  receivers to accept.
+* Added macro `SOAP_MAXLENGTH` to trigger `SOAP_LENGTH` content
+  length error when string content in inbound XML exceeds the value
+  of `SOAP_MAXLENGTH`. Applies to strings that are potentially
+  unbounded, i.e. that are not already constrained by XML
+  validation maxLength constaints (which could be larger than
+  `SOAP_MAXLENGTH`). Default value is zero (0) which means that
+  string length is unconstrained if XML validation maxLength is not
+  given. Redefine `SOAP_MAXLENGTH` as needed, with lower values to
+  restrict string lengths for receivers to accept.
+* Added macro `SOAP_MAXOCCURS` to trigger `SOAP_OCCURS` content
+  error when array and container lengths exceed the value of
+  `SOAP_MAXOCCURS`. Must be greater than zero (0). Default value is
+  10. Redefine `SOAP_MAXOCCURS` as needed, with lower values to
+  restrict array and container lengths for receivers to accept.
+* Updated wsdl2h WS-Policy processing to include WS-RM protocol
+  versioning.
+* Improved soapcpp2 generation of WSDL and XSD for unqualified
+  C/C++ types or when mixing qualified and unqualified C/C++ types
+  and type names.
+* Changed soapcpp2 default behavior for generating WSDL and XSD
+  files with *`elementFormDefault="unqualified"`* from the old
+  default behavior with *`elementFormDefault="qualified"`*
+* Fixed soapcpp2 crash with enum constants > 255 due to libc
+  `isalpha` crashing on some Linux systems.
+* Fixed `import/wsp.h` soapcpp2 compilation error.
+* Fixed soapcpp2 option `-w` that may cause a message response
+  element tag name inconsistency with SOAP doc/lit style.
+* Fixed deserialization issue with dynamic arrays of STL
+  containers/smart-pointers (i.e. a pointer to an array of
+  containers/smart-pointers, which is an unlikely combination to
+  use, but should work).
+- Remove gsoap-00-builtsource.diff, gsoap-02-typepuns.diff
+  (merged upstream)
+
+---

Old:

  gsoap-00-builtsource.diff
  gsoap-02-typepuns.diff
  gsoap-2.8.29.tar.xz

New:

  gsoap-2.8.30.tar.xz



Other differences:
--
++ gsoap.spec ++
--- /var/tmp/diff_new_pack.ppkN73/_old  2016-04-28 20:28:52.0 +0200
+++ /var/tmp/diff_new_pack.ppkN73/_new  2016-04-28 20:28:52.0 +0200
@@ -17,21 +17,19 @@
 
 
 Name:   gsoap
-%define lname  libgsoap-2_8_29
-Version:2.8.29
+%define lname  libgsoap-2_8_30
+Version:2.8.30
 Release:0
 Summary:Toolkit for C/C++ server and client web service applications
 License:SUSE-GPL-2.0+-with-openssl-exception
 Group:  Development/Libraries/C and C++
 Url:http://www.genivia.com/dev.html
 
-#DL-URL:   http://downloads.sf.net/gsoap2/gsoap_2.8.29.zip
+#DL-URL:   http://downloads.sf.net/gsoap2/gsoap_2.8.30.zip
 Source: gsoap-%version.tar.xz
 Source2:sanitize_source.sh
-Patch6: gsoap-automake1_13.diff
-Patch7: gsoap-00-builtsource.diff
-Patch8: gsoap-01-sharedlibs.diff
-Patch9: gsoap-02-typepuns.diff
+Patch0: gsoap-automake1_13.diff
+Patch1: gsoap-01-sharedlibs.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -40,6 +38,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(libcrypto)
 BuildRequires:  pkgconfig(libssl)
@@ -85,7 +84,7 @@
 %prep
 %setup -q
 

commit hwinfo for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2016-04-28 20:29:09

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


Package is "hwinfo"

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2015-10-14 
16:35:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2016-04-28 
20:29:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 12 18:21:49 UTC 2016 - snw...@suse.com
+
+- adjust dmi parser to read memory size according to latest smbios spec 
(bsc#974737)
+- adjust dmi parser to read memory size according to latest smbios spec 
(bsc#974737)
+- 21.24
+
+---

Old:

  hwinfo-21.23.tar.xz

New:

  hwinfo-21.24.tar.xz



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.SZcha9/_old  2016-04-28 20:29:11.0 +0200
+++ /var/tmp/diff_new_pack.SZcha9/_new  2016-04-28 20:29:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hwinfo
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -36,7 +36,7 @@
 Group:  Hardware/Other
 # Until migration to github this should be correct url
 Url:http://gitorious.org/opensuse/hwinfo
-Version:21.23
+Version:21.24
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ hwinfo-21.23.tar.xz -> hwinfo-21.24.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.23/VERSION new/hwinfo-21.24/VERSION
--- old/hwinfo-21.23/VERSION2015-10-09 14:41:05.0 +0200
+++ new/hwinfo-21.24/VERSION2016-04-12 13:57:25.0 +0200
@@ -1 +1 @@
-21.23
+21.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.23/changelog new/hwinfo-21.24/changelog
--- old/hwinfo-21.23/changelog  2015-10-09 14:41:05.0 +0200
+++ new/hwinfo-21.24/changelog  2016-04-12 13:57:25.0 +0200
@@ -1,3 +1,7 @@
+2016-04-12:21.24
+   - adjust dmi parser to read memory size according to latest smbios spec 
(bsc #974737)
+   - adjust dmi parser to read memory size according to latest smbios spec 
(bsc #974737)
+
 2015-10-09:21.23
- scsi serial id: read vpd page 0x80 from sysfs, if possible (bsc 
#949287)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.23/src/hd/smbios.c 
new/hwinfo-21.24/src/hd/smbios.c
--- old/hwinfo-21.23/src/hd/smbios.c2015-10-09 14:41:05.0 +0200
+++ new/hwinfo-21.24/src/hd/smbios.c2016-04-12 13:57:25.0 +0200
@@ -472,7 +472,7 @@
   NULL, "Other", "Unknown", "SIMM",
   "SIP", "Chip", "DIP", "ZIP",
   "Proprietary Card", "DIMM", "TSOP", "Row of Chips",
-  "RIMM", "SODIMM", "SRIMM"
+  "RIMM", "SODIMM", "SRIMM", "FB-DIMM"
 };
 SMBIOS_DEF_MAP(smbios_memdevice_form);
 
@@ -993,6 +993,9 @@
   sm->memdevice.asset = get_string(sl_any, sm_data[0x19]);
   sm->memdevice.part = get_string(sl_any, sm_data[0x1a]);
 }
+if(data_len >= 0x20 && sm->memdevice.size == (0x7fff << 10)) {
+  sm->memdevice.size = (READ_MEM32(sm_data + 0x1c) & 0x7fff) << 10;
+}
 break;
 
   case sm_memerror:




commit patchinfo.4990 for openSUSE:13.2:Update

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.4990 for 
openSUSE:13.2:Update checked in at 2016-04-28 17:45:52

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


Package is "patchinfo.4990"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  fetchmail.service file is marked as 
executable
  Fetchmail cannot be customized as 
before
  recommended
  moderate
  pjanouch
  
This update for fetchmail fixes the following issues:

- Made /etc/sysconfig/fetchmail work again after a botched systemd conversion 
that ignored the file altogether (boo#905673)

- fetchmail.service should be installed with 0644 permissions not 755 
(boo#959682)

  Recommended update for fetchmail




commit rubygem-sass for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2016-04-28 16:53:38

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


Package is "rubygem-sass"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2015-10-14 16:45:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2016-04-28 16:56:42.0 +0200
@@ -1,0 +2,18 @@
+Wed Apr  6 06:32:11 UTC 2016 - co...@suse.com
+
+- updated to version 3.4.22
+ see installed CHANGELOG.md
+
+---
+Thu Jan 21 05:48:13 UTC 2016 - co...@suse.com
+
+- updated to version 3.4.21
+ see installed CHANGELOG.md
+
+---
+Thu Dec 10 05:35:37 UTC 2015 - co...@suse.com
+
+- updated to version 3.4.20
+ see installed CHANGELOG.md
+
+---

Old:

  sass-3.4.19.gem

New:

  sass-3.4.22.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.rbHkBJ/_old  2016-04-28 16:56:43.0 +0200
+++ /var/tmp/diff_new_pack.rbHkBJ/_new  2016-04-28 16:56:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sass
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sass
-Version:3.4.19
+Version:3.4.22
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}

++ sass-3.4.19.gem -> sass-3.4.22.gem ++
 5218 lines of diff (skipped)




commit python-backports.ssl_match_hostname for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package python-backports.ssl_match_hostname 
for openSUSE:Factory checked in at 2016-04-28 16:57:09

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


Package is "python-backports.ssl_match_hostname"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-backports.ssl_match_hostname/python-backports.ssl_match_hostname.changes
  2014-05-27 12:02:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-backports.ssl_match_hostname.new/python-backports.ssl_match_hostname.changes
 2016-04-28 17:02:18.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 25 09:57:25 UTC 2016 - frei...@owncloud.com
+
+- Update to upstream version 3.5.0.1
+
+---

Old:

  backports.ssl_match_hostname-3.4.0.2.tar.gz

New:

  backports.ssl_match_hostname-3.5.0.1.tar.gz



Other differences:
--
++ python-backports.ssl_match_hostname.spec ++
--- /var/tmp/diff_new_pack.FcOYJT/_old  2016-04-28 17:02:20.0 +0200
+++ /var/tmp/diff_new_pack.FcOYJT/_new  2016-04-28 17:02:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-backports.ssl_match_hostname
 #
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-backports.ssl_match_hostname
-Version:3.4.0.2
+Version:3.5.0.1
 Release:0
 Summary:The ssl.match_hostname() function from Python 3.4
 License:Python-2.0
@@ -75,8 +75,8 @@
 %dir %{python_sitelib}/backports/
 %{python_sitelib}/backports/__init__.py*
 %dir %{python_sitelib}/backports/ssl_match_hostname/
-%doc %{python_sitelib}/backports/ssl_match_hostname/LICENSE.txt
-%doc %{python_sitelib}/backports/ssl_match_hostname/README.txt
+%doc backports/ssl_match_hostname/README.txt
+%doc backports/ssl_match_hostname/LICENSE.txt
 %{python_sitelib}/backports/ssl_match_hostname/__init__.py*
 %{python_sitelib}/backports.ssl_match_hostname-%{version}-py*.egg-info
 

++ backports.ssl_match_hostname-3.4.0.2.tar.gz -> 
backports.ssl_match_hostname-3.5.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backports.ssl_match_hostname-3.4.0.2/MANIFEST.in 
new/backports.ssl_match_hostname-3.5.0.1/MANIFEST.in
--- old/backports.ssl_match_hostname-3.4.0.2/MANIFEST.in2013-10-27 
20:21:12.0 +0100
+++ new/backports.ssl_match_hostname-3.5.0.1/MANIFEST.in1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-recursive-include src *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backports.ssl_match_hostname-3.4.0.2/PKG-INFO 
new/backports.ssl_match_hostname-3.5.0.1/PKG-INFO
--- old/backports.ssl_match_hostname-3.4.0.2/PKG-INFO   2013-10-27 
20:24:03.0 +0100
+++ new/backports.ssl_match_hostname-3.5.0.1/PKG-INFO   2015-12-19 
23:33:16.0 +0100
@@ -1,13 +1,16 @@
 Metadata-Version: 1.1
 Name: backports.ssl_match_hostname
-Version: 3.4.0.2
-Summary: The ssl.match_hostname() function from Python 3.4
+Version: 3.5.0.1
+Summary: The ssl.match_hostname() function from Python 3.5
 Home-page: http://bitbucket.org/brandon/backports.ssl_match_hostname
-Author: Brandon Craig Rhodes
-Author-email: bran...@rhodesmill.org
-License: UNKNOWN
+Author: Toshio Kuratomi
+Author-email: tos...@fedoraproject.org
+License: Python Software Foundation License
 Description: 
-The Secure Sockets layer is only actually *secure*
+The ssl.match_hostname() function from Python 3.5
+=
+
+The Secure Sockets Layer is only actually *secure*
 if you check the hostname in the certificate returned
 by the server to which you are connecting,
 and verify that it matches to hostname
@@ -26,31 +29,48 @@
 and then use it like this::
 
 from backports.ssl_match_hostname import match_hostname, 
CertificateError
-...
-sslsock = ssl.wrap_socket(sock, ssl_version=ssl.PROTOCOL_SSLv3,
+[...]
+sslsock = ssl.wrap_socket(sock, ssl_version=ssl.PROTOCOL_SSLv23,
   cert_reqs=ssl.CERT_REQUIRED, 
ca_certs=...)
 try:
 match_hostname(sslsock.getpeercert(), hostname)
 except CertificateError, ce:
 ...
 
-

commit ghc-tagged for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ghc-tagged for openSUSE:Factory 
checked in at 2016-04-28 16:57:05

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


Package is "ghc-tagged"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tagged/ghc-tagged.changes2016-02-01 
19:57:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-tagged.new/ghc-tagged.changes   
2016-04-28 17:02:14.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 26 08:55:10 UTC 2016 - mimi...@gmail.com
+
+- update to 0.8.4
+* Backport the Alternative, MonadPlus, and MonadZip instances for Proxy from 
base-4.9
+* Add Bits, FiniteBits, IsString, and Storable instances for Tagged
+
+---

Old:

  tagged-0.8.3.tar.gz

New:

  tagged-0.8.4.tar.gz



Other differences:
--
++ ghc-tagged.spec ++
--- /var/tmp/diff_new_pack.Lk24DN/_old  2016-04-28 17:02:16.0 +0200
+++ /var/tmp/diff_new_pack.Lk24DN/_new  2016-04-28 17:02:16.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name tagged
 
 Name:   ghc-tagged
-Version:0.8.3
+Version:0.8.4
 Release:0
 Summary:Haskell 98 phantom types to avoid unsafely passing dummy 
arguments
 License:BSD-3-Clause

++ tagged-0.8.3.tar.gz -> tagged-0.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-0.8.3/CHANGELOG.markdown 
new/tagged-0.8.4/CHANGELOG.markdown
--- old/tagged-0.8.3/CHANGELOG.markdown 2016-01-26 22:10:01.0 +0100
+++ new/tagged-0.8.4/CHANGELOG.markdown 2016-04-23 21:48:24.0 +0200
@@ -1,3 +1,8 @@
+0.8.4
+-
+* Backport the `Alternative`, `MonadPlus`, and `MonadZip` instances for 
`Proxy` from `base-4.9`
+* Add `Bits`, `FiniteBits`, `IsString`, and `Storable` instances for `Tagged`
+
 0.8.3
 -
 * Manual `Generic1` support to work around a bug in GHC 7.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-0.8.3/old/Data/Proxy.hs 
new/tagged-0.8.4/old/Data/Proxy.hs
--- old/tagged-0.8.3/old/Data/Proxy.hs  2016-01-26 22:10:01.0 +0100
+++ new/tagged-0.8.4/old/Data/Proxy.hs  2016-04-23 21:48:24.0 +0200
@@ -35,7 +35,11 @@
 , KProxy(..)
 ) where
 
-import Control.Applicative (Applicative(..))
+import Control.Applicative (Applicative(..), Alternative(..))
+import Control.Monad (MonadPlus(..))
+#if MIN_VERSION_base(4,4,0)
+import Control.Monad.Zip (MonadZip(..))
+#endif
 #ifdef MIN_VERSION_deepseq
 import Control.DeepSeq (NFData(..))
 #endif
@@ -165,6 +169,12 @@
 _ <*> _ = Proxy
 {-# INLINE (<*>) #-}
 
+instance Alternative Proxy where
+empty = Proxy
+{-# INLINE empty #-}
+_ <|> _ = Proxy
+{-# INLINE (<|>) #-}
+
 instance Monoid (Proxy s) where
 mempty = Proxy
 {-# INLINE mempty #-}
@@ -179,6 +189,18 @@
 _ >>= _ = Proxy
 {-# INLINE (>>=) #-}
 
+instance MonadPlus Proxy where
+mzero = Proxy
+{-# INLINE mzero #-}
+mplus _ _ = Proxy
+{-# INLINE mplus #-}
+
+#if MIN_VERSION_base(4,4,0)
+instance MonadZip Proxy where
+mzipWith _ _ _ = Proxy
+{-# INLINE mzipWith #-}
+#endif
+
 instance Foldable Proxy where
 foldMap _ _ = mempty
 {-# INLINE foldMap #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-0.8.3/src/Data/Tagged.hs 
new/tagged-0.8.4/src/Data/Tagged.hs
--- old/tagged-0.8.3/src/Data/Tagged.hs 2016-01-26 22:10:01.0 +0100
+++ new/tagged-0.8.4/src/Data/Tagged.hs 2016-04-23 21:48:24.0 +0200
@@ -11,6 +11,8 @@
 {-# LANGUAGE Trustworthy #-}
 #endif
 #endif
+
+{-# OPTIONS_GHC -fno-warn-deprecations #-}
 
 -- |
 -- Module : Data.Tagged
@@ -48,6 +50,7 @@
 import Data.Traversable (Traversable(..))
 import Data.Monoid
 #endif
+import Data.Bits
 import Data.Foldable (Foldable(..))
 #ifdef MIN_VERSION_deepseq
 import Control.DeepSeq (NFData(..))
@@ -66,6 +69,9 @@
 #if __GLASGOW_HASKELL__ >= 800
 import Data.Semigroup (Semigroup(..))
 #endif
+import Data.String (IsString(..))
+import Foreign.Ptr (castPtr)
+import Foreign.Storable (Storable(..))
 #if __GLASGOW_HASKELL__ >= 702
 import GHC.Generics (Generic)
 #if __GLASGOW_HASKELL__ >= 706
@@ -293,6 +299,60 @@
 isIEEE (Tagged x) = isIEEE x
 atan2 = liftA2 atan2
 
+instance Bits a => Bits (Tagged s a) where
+Tagged a .&. Tagged b = Tagged (a .&. b)
+Tagged a .|. Tagged b = Tagged (a .|. b)
+xor (Tagged a) (Tagged b) = Tagged (xor a b)
+complement (Tagged a) = Tagged (complement a)
+shift (Tagged a) i = Tagged (shift a i)
+shiftL 

commit lollypop for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2016-04-28 16:57:38

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


Package is "lollypop"

Changes:

--- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes2016-04-08 
09:39:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.lollypop.new/lollypop.changes   2016-04-28 
17:02:58.0 +0200
@@ -1,0 +2,24 @@
+Wed Apr 27 04:33:40 UTC 2016 - badshah...@gmail.com
+
+- Update to version 0.9.98:
+  + Last.fm was not working for users without Gnome Online
+Account.
+  + Various bug fixes.
+- Changes from version 0.9.97:
+  + Fix an issue in MTP sync.
+  + Fix an issue when showing artists for track.
+- Changes from version 0.9.96:
+  + Various bug fixes.
+
+---
+Tue Apr 12 22:12:29 UTC 2016 - badshah...@gmail.com
+
+- Update to version 0.9.95:
+  + Various bug fixes.
+  + Enable Gnome Shell 3.20 MPRIS controls.
+  + Move to GIO DBus on GNOME 3.20 (Thanks to Gnome Music code).
+  + Should work again on Elementary OS.
+- Delete unnecessary python cache files to avoid a ton of rpmlint
+  warnings.
+
+---

Old:

  lollypop-0.9.94.tar.xz

New:

  lollypop-0.9.98.tar.xz



Other differences:
--
++ lollypop.spec ++
--- /var/tmp/diff_new_pack.NU9JJx/_old  2016-04-28 17:02:59.0 +0200
+++ /var/tmp/diff_new_pack.NU9JJx/_new  2016-04-28 17:02:59.0 +0200
@@ -22,7 +22,7 @@
 Name:   lollypop
 Summary:GNOME music playing application
 License:GPL-3.0+
-Version:0.9.94
+Version:0.9.98
 Release:0
 Url:https://github.com/gnumdk/lollypop
 Source0:
https://github.com/gnumdk/lollypop/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -90,6 +90,10 @@
 
 %find_lang %{name} %{?no_lang_C}
 
+# THESE CACHE FILES ARE USELESS REALLY AS THEY ARE NOT ACCOMPANIED BY 
CORRESPONDING SOURCE FILES
+# DELETING THESE SAVES US A TON OF RPMLINT WARNINGS
+rm -fr %{buildroot}%{python3_sitelib}/lollypop/__pycache__
+
 %suse_update_desktop_file %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 %fdupes %{buildroot}%{python3_sitelib}/%{name}/

++ lollypop-0.9.94.tar.xz -> lollypop-0.9.98.tar.xz ++
 37517 lines of diff (skipped)




commit python-rtslib-fb for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package python-rtslib-fb for 
openSUSE:Factory checked in at 2016-04-28 16:55:27

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


Package is "python-rtslib-fb"

Changes:

--- /work/SRC/openSUSE:Factory/python-rtslib-fb/python-rtslib-fb.changes
2015-05-16 19:02:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-rtslib-fb.new/python-rtslib-fb.changes   
2016-04-28 16:58:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 20 16:17:30 UTC 2016 - ldun...@suse.com
+
+- Update to version 2.1.fb60
+  * no changelog available, but git log shows 59 changes,
+some trivial
+
+---

Old:

  rtslib-fb-2.1.51.tar.gz

New:

  rtslib-fb-2.1.fb60.tar.gz



Other differences:
--
++ python-rtslib-fb.spec ++
--- /var/tmp/diff_new_pack.GSvKip/_old  2016-04-28 16:58:55.0 +0200
+++ /var/tmp/diff_new_pack.GSvKip/_new  2016-04-28 16:58:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rtslib-fb
 #
-# 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,42 +16,78 @@
 #
 
 
-Name:   python-rtslib-fb
-Version:2.1.51
-Release:0
+%define oname rtslib-fb
+%define realver 2.1.fb60
+
+Name:   python-%{oname}
+Version:2.1.60
+Release:1%{?dist}
+Url:http://github.com/agrover/rtslib-fb
 Summary:API for Linux kernel SCSI target (aka LIO)
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://github.com/agrover/rtslib-fb
-Source: 
https://pypi.python.org/packages/source/r/rtslib-fb/rtslib-fb-%{version}.tar.gz
+Source: %{oname}-%{realver}.tar.gz
+Provides:   python-rtslib = %{version}
+Obsoletes:  python-rtslib < %{version}
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
-# This is the "free branch" of rtslib, they share modules but have differnt 
code...
-Conflicts:  python-rtslib
 
 %description
 rtslib-fb is an object-based Python library for configuring the LIO generic 
 SCSI target, present in 3.x Linux kernel versions. rtslib-fb is licensed under
 the Apache 2.0 license. Contributions are welcome
 
+%package doc
+Summary:Documentatoin for Python rtslib-fb
+Group:  Documentation/HTML
+BuildArch:  noarch
+BuildRequires:  epydoc
+BuildRequires:  pyudev
+
+%description doc
+rtslib-fb is an object-based Python library for configuring the LIO generic 
+SCSI target, present in 3.x Linux kernel versions. rtslib-fb is licensed under
+the Apache 2.0 license. Contributions are welcome
+
 %prep
-%setup -q -n rtslib-fb-%{version}
+%setup -q -n %{oname}-%{realver}
 
 %build
-python setup.py build
+%__python setup.py build
+%__mkdir_p doc/
+epydoc --no-sourcecode --html -n %{oname} --exclude configobj rtslib_fb/*.py
+%__mv html doc/
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
+%__python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}%{python_sitelib}
+%__install -d -m755 %{buildroot}%{_defaultdocdir}/python-rtslib-doc-%{version}
+%__cp -r doc/* %{buildroot}%{_defaultdocdir}/python-rtslib-doc-%{version}/
+%fdupes %{buildroot}%{_defaultdocdir}
+%__install -d -m755 %{buildroot}%{_sysconfdir}/target
+%__install -d -m755 %{buildroot}%{_mandir}/man5
+%__install -m644 doc/saveconfig.json.5 %{buildroot}%{_mandir}/man5
+%__install -d -m755 %{buildroot}%{_mandir}/man8
+%__install -m644 doc/targetctl.8 %{buildroot}%{_mandir}/man8
+
+%clean
+[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-/usr/bin/targetctl
+%{_bindir}/targetctl
 %{python_sitelib}/*
+%doc COPYING README.md
+%dir %{_sysconfdir}/target
+%doc %{_mandir}/man5/saveconfig.json.5.gz
+%doc %{_mandir}/man8/targetctl.8.gz
+
+%files doc
+%defattr(-,root,root,-)
+%{_defaultdocdir}/python-rtslib-doc-%{version}
 
 %changelog

++ rtslib-fb-2.1.51.tar.gz -> rtslib-fb-2.1.fb60.tar.gz ++
 2406 lines of diff (skipped)




commit paraview for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2016-04-28 16:53:18

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


Package is "paraview"

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2016-01-12 
16:13:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2016-04-28 
16:56:30.0 +0200
@@ -1,0 +2,20 @@
+Wed Mar 30 08:40:36 UTC 2016 - f...@grueninger.de
+
+- update to version 5.0.1
+  + Trace recorder fails for CTH data
+  + improvements to cinema
+  + Move Show Axis functionality into Edit Axes Grid
+  + hover points on is deathly slow remote server
+  + CGNS reader not available in non-MPI windows binaries
+  + update pvospray
+  + Keyboard shortcut Alt+A is assigned twice
+  + Rubber band selection is broken
+  + List of changes at
+http://www.paraview.org/Bug/changelog_page.php?version_id=126
+
+---
+Tue Mar 15 20:35:24 UTC 2016 - dval...@suse.com
+
+- Add disk constraint 8GB 
+
+---

Old:

  ParaView-v5.0.0-source.tar.gz

New:

  ParaView-v5.0.1-source.tar.gz
  _constraints



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.Fahk2H/_old  2016-04-28 16:56:32.0 +0200
+++ /var/tmp/diff_new_pack.Fahk2H/_new  2016-04-28 16:56:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paraview
 #
-# Copyright (c) 2016 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 @@
 
 %define major_ver 5.0
 Name:   paraview
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause

++ ParaView-v5.0.0-source.tar.gz -> ParaView-v5.0.1-source.tar.gz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.0.0-source.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v5.0.1-source.tar.gz differ: 
char 5, line 1

++ _constraints ++


  
8
  






commit rubygem-eventmachine for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-eventmachine for 
openSUSE:Factory checked in at 2016-04-28 16:53:07

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


Package is "rubygem-eventmachine"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-eventmachine/rubygem-eventmachine.changes
2015-09-30 05:48:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-eventmachine.new/rubygem-eventmachine.changes
   2016-04-28 16:56:22.0 +0200
@@ -1,0 +2,70 @@
+Sat Mar 19 05:29:44 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.0.1
+ see installed CHANGELOG.md
+
+  ## 1.2.0.1 (March 15, 2016)
+  * Fix crash when accepting IPv6 connections due to struct sockaddr_in [#698, 
#699]
+
+---
+Tue Mar 15 05:30:07 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.0
+ see installed CHANGELOG.md
+
+  ## 1.2.0 (March 15, 2016)
+  * Integrate work from the EventMachine-LE 1.1.x versions [#570]
+  * Add start_tls options :ecdh_curve, :dhparam, :fail_if_no_peer_cert [#195, 
#275, #399, #665]
+  * Add start_tls option :ssl_version for choosing SSL/TLS versions and 
ciphers [#359, #348, #603, #654]
+  * Add start_tls option :sni_hostname to be passed to TLS params [#593]
+  * Add method EM::Channel#num_subscribers to get the number of subscribers to 
a channel [#640]
+  * Add support for proc-sources in EM::Iterator [#639]
+  * Factor out method cleanup_machine to cleanup code from EM.run [#650]
+  * Replace Exception class with StandardError [#637]
+  * Close socket on close_connection even after close_connection_after_writing 
[#694]
+  * Allow reusing of datagram socket/setting bind device [#662]
+  * Handle deferred exceptions in reactor thread [#486]
+  * Reimplement Queue to avoid shift/push performance problem [#311]
+  * Windows: Switch from gethostbyname to getaddrinfo, support IPv6 addresses 
[#303, #630]
+  * Windows: Use rake-compiler-dock to cross-compile gems [#627]
+  * Windows: Add AppVeyor configuration for Windows CI testing [#578]
+  * Windows: Bump rake-compiler to version 0.9.x [#542]
+  * Fix compilation on AIX (w/ XLC) [#693]
+  * Fix build on OpenBSD [#690]
+  * Fix OpenSSL compile issue on AIX 7.1 [#678]
+  * Fix EventMachine.fork_reactor keeps the threadpool of the original process 
[#425]
+  * Fix to prevent event machine from stopping when a raise is done in an 
unbind [#327]
+
+---
+Thu Jan 21 05:34:22 UTC 2016 - co...@suse.com
+
+- updated to version 1.0.9.1
+ see installed CHANGELOG.md
+
+  ## 1.0.9.1 (January 14, 2016)
+  * Fix EPROTO not defined on Windows [#676]
+  * Fix missing cast to struct sockaddr * [#671]
+  * Fix bug in OpenSSL path detection [#675]
+
+---
+Thu Jan 14 05:37:55 UTC 2016 - co...@suse.com
+
+- updated to version 1.0.9
+ see installed CHANGELOG.md
+
+  ## 1.0.9 (January 13, 2016)
+  * Try more ways to detect OpenSSL [#602, #643, #661, #663, #668, #669]
+  * Use WSAGetLastError in pipe.cpp same as ed.cpp [#659]
+  * Test compiler flags with the C++ compiler and add them to CXXFLAGS [#634, 
#651]
+  * Restore silent-fail on unsupported EM.epoll and EM.kqueue [#638, #649]
+  * getDescriptorByFileno deprecated in JRuby 1.7.x, removed in JRuby 9000 
[#642, #648]
+  * Add -Wno-address always-true because on Windows rb_fd_select [#578]
+  * Remove the WITHOUT_SSL constant [#578]
+  * Fix SSL error when the server replies a TLS Alert to our ClientHello 
[#544, #653]
+  * Use WSAStringToAddress in lieu of inet_pton for IPv6 address detection on 
Windows [#595, #632]
+  * Fix nasty TCP/IPv6 bug [#595, #632]
+  * Use select_large_fdset on Solaris [#611, #625]
+  * Detect the Solaris Studio compiler [#611, #625]
+  * Throw a message with strerror included [#136, #621]
+
+---

Old:

  eventmachine-1.0.8.gem

New:

  eventmachine-1.2.0.1.gem



Other differences:
--
++ rubygem-eventmachine.spec ++
--- /var/tmp/diff_new_pack.q479dX/_old  2016-04-28 16:56:23.0 +0200
+++ /var/tmp/diff_new_pack.q479dX/_new  2016-04-28 16:56:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-eventmachine
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-eventmachine
-Version:   

commit open-vm-tools for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2016-04-28 16:55:58

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


Package is "open-vm-tools"

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes  
2015-11-02 12:55:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2016-04-28 16:59:52.0 +0200
@@ -1,0 +2,34 @@
+Fri Apr 22 12:12:09 UTC 2016 - jsl...@suse.com
+
+- they renamed open-vm-tools-stable-10.0.5.tar.gz to
+  stable-10.0.5.tar.gz -- fix .spec accordingly
+
+---
+Wed Apr 20 08:57:17 UTC 2016 - dims...@opensuse.org
+
+- Add open-vm-tools-posixly.patch: defined(linux) is not posix
+  compliant and modern compilers no longer accept it. Change to
+  defined(__linux__)
+  https://github.com/vmware/open-vm-tools/pull/81
+- Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects
+  -std=c++11 into CFLAGS, the various objects in open-vm-tools need
+  to be split up a bit in order to not have a mixed C/C++ object
+  receiving the same CFLAGS.
+
+---
+Wed Dec 23 23:43:22 UTC 2015 - mlati...@suse.com
+
+- Compile without gtkmm support for SLES12 based environments
+  (which do not provide gtkmm2.4)
+
+---
+Tue Dec  1 01:10:01 UTC 2015 - mlati...@suse.com
+
+- Update to 10.0.5 stable branch
+  + [vgauth] fix timestamp check
+  + [libresolutionSet.so] Add an error handler to X11 resolutionSet
+  + [vmci.ko] Kill tasklet when unloading vmci module
+  + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts.
+  + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2 
+
+---

Old:

  open-vm-tools-10.0.0-3000743.tar.gz

New:

  open-vm-tools-buildsystem-fixup.patch
  open-vm-tools-posixly.patch
  stable-10.0.5.tar.gz



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.e7aikp/_old  2016-04-28 16:59:55.0 +0200
+++ /var/tmp/diff_new_pack.e7aikp/_new  2016-04-28 16:59:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package open-vm-tools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -68,15 +68,15 @@
 %define with_X 1
 
 Name:   open-vm-tools
-%define tarname open-vm-tools
-Version:10.0.0
+%define subname open-vm-tools
+%define tarname stable
+Version:10.0.5
 Release:0
-%define svn_rev 3000743
 Summary:Open Virtual Machine Tools
 License:BSD-3-Clause and GPL-2.0 and LGPL-2.1
 Group:  System/Emulators/PC
 Url:https://github.com/vmware/open-vm-tools
-Source: 
https://github.com/vmware/open-vm-tools/archive/%{tarname}-%{version}-%{svn_rev}.tar.gz
+Source: 
https://github.com/vmware/open-vm-tools/archive/%{tarname}-%{version}.tar.gz
 Source1:vmtoolsd
 Source2:vmtoolsd.service
 Source3:vmware-user-autostart.desktop
@@ -137,6 +137,8 @@
 Requires(pre):  %insserv_prereq
 ExclusiveArch:  %ix86 x86_64
 Patch0: enable-gcc46+.patch
+Patch1: open-vm-tools-posixly.patch
+Patch2: open-vm-tools-buildsystem-fixup.patch
 
 %if %{KMP}
 %suse_kernel_module_package -n vmware-guest -p %{SOURCE98} xen um
@@ -233,11 +235,12 @@
 if you intend to create own plugins for vmtoolsd.
 
 %prep
-# The tarball seems a little bit broken...
-%setup -q -n %{tarname}-%{tarname}-%{version}-%{svn_rev}/%{tarname}
+%setup -q -n %{name}-%{tarname}-%{version}/%{subname}
 # fix for an rpmlint warning regarding wrong line feeds
 sed -i -e "s/\r//" README
 %patch0 -p1
+%patch1 -p2
+%patch2 -p1
 
 %build
 %if ! %{KMP}
@@ -277,6 +280,9 @@
 --without-x \
 %endif
 --disable-dependency-tracking \
+%if ! 0%{?is_opensuse} && 0%{?suse_version} == 1315
+--without-gtkmm \
+%endif
 %if ! %{with vgauth}
 --without-xmlsecurity \
 --without-xerces \

++ open-vm-tools-buildsystem-fixup.patch ++
Index: open-vm-tools/services/plugins/dndcp/Makefile.am
===
--- open-vm-tools.orig/services/plugins/dndcp/Makefile.am
+++ open-vm-tools/services/plugins/dndcp/Makefile.am
@@ -16,7 +16,7 @@
 
###

commit tomcat for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2016-04-28 16:55:54

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


Package is "tomcat"

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2016-04-12 
19:34:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2016-04-28 
16:59:38.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 21 21:22:56 UTC 2016 - jcnen...@gmail.com
+
+- Version update to 8.0.33:
+  * Another bugfix release for 8.0 series, full details:
+
http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.33_(markt)
+- Rebase tomcat-8.0-tomcat-users-webapp.patch
+- Rebase tomcat-7.0.53-JDTCompiler-java.patch
+  to tomcat-8.0.33-JDTCompiler-java.patch
+
+---

Old:

  apache-tomcat-8.0.32-src.tar.gz
  apache-tomcat-8.0.32-src.tar.gz.asc
  tomcat-7.0.53-JDTCompiler-java.patch

New:

  apache-tomcat-8.0.33-src.tar.gz
  apache-tomcat-8.0.33-src.tar.gz.asc
  tomcat-8.0.33-JDTCompiler-java.patch



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.NUyd5z/_old  2016-04-28 16:59:43.0 +0200
+++ /var/tmp/diff_new_pack.NUyd5z/_new  2016-04-28 16:59:43.0 +0200
@@ -22,7 +22,7 @@
 %define elspec 3.0
 %define major_version 8
 %define minor_version 0
-%define micro_version 32
+%define micro_version 33
 %define packdname apache-tomcat-%{version}-src
 # FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/
 %global basedir /srv/%{name}
@@ -75,7 +75,7 @@
 #PATCH-FIX-OPENSUSE: skip few windows specific parts of build
 Patch2: tomcat-8.0.9-property-build.windows.patch
 # PATCH-FIX-UPSTREAM: https://issues.apache.org/bugzilla/show_bug.cgi?id=56373
-Patch3: tomcat-7.0.53-JDTCompiler-java.patch
+Patch3: tomcat-8.0.33-JDTCompiler-java.patch
 # PATCH-FIX-SLE: Change security manager default policies bnc#891264
 Patch4: tomcat-7.0-sle.catalina.policy.patch
 BuildRequires:  ant >= 1.8.1

++ apache-tomcat-8.0.32-src.tar.gz -> apache-tomcat-8.0.33-src.tar.gz ++
 9114 lines of diff (skipped)

++ tomcat-8.0-tomcat-users-webapp.patch ++
--- /var/tmp/diff_new_pack.NUyd5z/_old  2016-04-28 16:59:44.0 +0200
+++ /var/tmp/diff_new_pack.NUyd5z/_new  2016-04-28 16:59:44.0 +0200
@@ -1,8 +1,8 @@
 --- conf/tomcat-users.xml~ 2008-01-28 17:41:06.0 -0500
 +++ conf/tomcat-users.xml  2008-03-07 19:40:07.0 -0500
 @@ -23,4 +23,14 @@
-   
-   
+   
+   
  -->
 +
 +

++ tomcat-7.0.53-JDTCompiler-java.patch -> 
tomcat-8.0.33-JDTCompiler-java.patch ++
--- /work/SRC/openSUSE:Factory/tomcat/tomcat-7.0.53-JDTCompiler-java.patch  
2014-05-26 14:44:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat-8.0.33-JDTCompiler-java.patch 
2016-04-28 16:59:38.0 +0200
@@ -1,17 +1,19 @@
-Index: java/org/apache/jasper/compiler/JDTCompiler.java
-===
 java/org/apache/jasper/compiler/JDTCompiler.java   (revision 1585931)
-+++ java/org/apache/jasper/compiler/JDTCompiler.java   (working copy)
-@@ -335,7 +335,7 @@
+--- java/org/apache/jasper/compiler/JDTCompiler.java.orig  2016-04-22 
11:13:13.194743602 +0200
 java/org/apache/jasper/compiler/JDTCompiler.java   2016-04-22 
11:17:02.457841335 +0200
+@@ -311,10 +311,10 @@ public class JDTCompiler extends org.apa
   CompilerOptions.VERSION_1_7);
  } else if(opt.equals("1.8")) {
  settings.put(CompilerOptions.OPTION_Source,
 - CompilerOptions.VERSION_1_8);
 + "1.8"); // CompilerOptions.VERSION_1_8
+ } else if(opt.equals("1.9")) {
+ settings.put(CompilerOptions.OPTION_Source,
+- CompilerOptions.VERSION_1_9);
++ "1.9"); // CompilerOptions.VERSION_1_9
  } else {
  log.warn("Unknown source VM " + opt + " ignored.");
  settings.put(CompilerOptions.OPTION_Source,
-@@ -379,9 +379,9 @@
+@@ -358,14 +358,14 @@ public class JDTCompiler extends org.apa
  CompilerOptions.VERSION_1_7);
  } else if(opt.equals("1.8")) {
  settings.put(CompilerOptions.OPTION_TargetPlatform,
@@ -20,6 +22,13 @@
  settings.put(CompilerOptions.OPTION_Compliance,
 -CompilerOptions.VERSION_1_8);
 +"1.8"); // CompilerOptions.VERSION_1_8
+ } else if(opt.equals("1.9")) {
+

commit shunit2 for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package shunit2 for openSUSE:Factory checked 
in at 2016-04-28 16:55:18

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


Package is "shunit2"

Changes:

--- /work/SRC/openSUSE:Factory/shunit2/shunit2.changes  2013-05-27 
10:01:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.shunit2.new/shunit2.changes 2016-04-28 
16:58:38.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr 20 15:29:17 UTC 2016 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update project url
+
+---
+Wed Apr 20 13:34:37 UTC 2016 - carlospec...@gmail.com
+
+- spec update: installed shunit2 binary to bindir
+
+---
@@ -11 +21,0 @@
-



Other differences:
--
++ shunit2.spec ++
--- /var/tmp/diff_new_pack.aZOKuB/_old  2016-04-28 16:58:40.0 +0200
+++ /var/tmp/diff_new_pack.aZOKuB/_new  2016-04-28 16:58:40.0 +0200
@@ -1,31 +1,36 @@
 #
 # spec file for package shunit2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define SHUNIT_HOME  /usr/share/shunit2
 
+%define SHUNIT_HOME  %{_datadir}/shunit2
 Name: shunit2
-Summary:  Test Framework for Bourne Based Shell Scripts
 Version:  2.1.6
 Release:  0
+Summary:Test Framework for Bourne Based Shell Scripts
+License:LGPL-2.1
+Group:  Development/Languages/Other
+Url:https://github.com/kward/shunit2 
 Source0:  %{name}-%{version}.tgz
 Source1:  lgpl-2.1.txt
 Patch0:   %{name}-gen_test_results.sh.diff
 Patch1:   %{name}-examples.diff
-License:  LGPL-2.1
-Group:Development/Languages/Other
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildArch: noarch
-# Vendor:  
-URL:  http://code.google.com/p/shunit2
 BuildRequires: bash
-
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 shUnit2 is a xUnit unit test framework for Bourne based shell scripts, 
@@ -33,11 +38,10 @@
 If you have ever had the desire to write a unit test for a shell 
 script, shUnit2 can do the job. 
 
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 # Use the correct version and overwrite it:
-cp %{S:1} doc/LGPL-2.1
+cp %{SOURCE1} doc/LGPL-2.1
 
 %patch0
 %patch1
@@ -49,14 +53,11 @@
   sed -i 's#@SHUNIT_HOME@#%{SHUNIT_HOME}#g' $i
 done
 
-
 %install
-mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{SHUNIT_HOME}
-
-install -m 755 bin/gen_test_results.sh $RPM_BUILD_ROOT%{_bindir}
-cp -a lib src  $RPM_BUILD_ROOT%{SHUNIT_HOME}
-
+mkdir -p %{buildroot}%{_bindir} %{buildroot}%{SHUNIT_HOME}
 
+install -m 755 src/shunit2 %{buildroot}%{_bindir}
+cp -a lib src  %{buildroot}%{SHUNIT_HOME}
 
 %files 
 %defattr(-,root,root)
@@ -68,5 +69,4 @@
 %{SHUNIT_HOME}/src/*
 %{SHUNIT_HOME}/lib/*
 
-
 %changelog




commit perl-Sys-Virt for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-04-28 16:55:03

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


Package is "perl-Sys-Virt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2016-03-08 10:18:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-04-28 16:58:10.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 23:51:53 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.3
+  - Add all new APIs and constants in libvirt 1.3.3
+
+---

Old:

  Sys-Virt-1.3.2.tar.gz

New:

  Sys-Virt-1.3.3.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.riHU5D/_old  2016-04-28 16:58:12.0 +0200
+++ /var/tmp/diff_new_pack.riHU5D/_new  2016-04-28 16:58:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.3.2
+Version:1.3.3
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.3.2.tar.gz -> Sys-Virt-1.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/AUTHORS new/Sys-Virt-1.3.3/AUTHORS
--- old/Sys-Virt-1.3.2/AUTHORS  2016-03-01 16:11:02.0 +0100
+++ new/Sys-Virt-1.3.3/AUTHORS  2016-04-07 18:56:33.0 +0200
@@ -13,5 +13,6 @@
Ludwig Nussel 
Zhe Peng  
Osier Yang
+   Michal Privoznik  
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/Changes new/Sys-Virt-1.3.3/Changes
--- old/Sys-Virt-1.3.2/Changes  2016-03-01 16:11:02.0 +0100
+++ new/Sys-Virt-1.3.3/Changes  2016-04-07 18:56:33.0 +0200
@@ -1,5 +1,19 @@
 Revision history for perl module Sys::Virt
 
+1.3.3 2016-04-07
+
+ - Add VIR_ERR_AUTH_UNAVAILABLE constant
+ - Add VIR_DOMAIN_SCHEDULER_GLOBAL_PERIOD, VIR_DOMAIN_SCHEDULER_GLOBAL_QUOTA,
+   VIR_DOMAIN_TUNABLE_CPU_GLOBAL_PERIOD & VIR_DOMAIN_TUNABLE_CPU_GLOBAL_QUOTA
+   constants
+ - Add VIR_DOMAIN_EVENT_ID_JOB_COMPLETED constant and callback
+ - Add VIR_ERR_NO_SERVER constant
+ - Add VIR_DOMAIN_EVENT_DEFINED_FROM_SNAPSHOT constant
+ - Add VIR_MIGRATE_PARAM_DISKS_PORT constant
+ - Add virDomainMigrateStartPostCopy API support
+ - Add constants related to post-copy migration
+ - Add APIS & constants for new perf event support
+
 1.3.2 2016-03-01
 
  - Add VIR_STORAGE_VOL_WIPE_ALG_TRIM constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/META.yml new/Sys-Virt-1.3.3/META.yml
--- old/Sys-Virt-1.3.2/META.yml 2016-03-01 16:11:16.0 +0100
+++ new/Sys-Virt-1.3.3/META.yml 2016-04-07 18:56:50.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.3.2
+version:  1.3.3
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/MYMETA.json 
new/Sys-Virt-1.3.3/MYMETA.json
--- old/Sys-Virt-1.3.2/MYMETA.json  2016-03-01 16:11:07.0 +0100
+++ new/Sys-Virt-1.3.3/MYMETA.json  2016-04-07 18:56:41.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.3.2",
+   "version" : "v1.3.3",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/MYMETA.yml 
new/Sys-Virt-1.3.3/MYMETA.yml
--- old/Sys-Virt-1.3.2/MYMETA.yml   2016-03-01 16:11:07.0 +0100
+++ new/Sys-Virt-1.3.3/MYMETA.yml   2016-04-07 18:56:41.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.3.2
+version: v1.3.3
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/Makefile.PL 
new/Sys-Virt-1.3.3/Makefile.PL
--- old/Sys-Virt-1.3.2/Makefile.PL  2016-03-01 16:11:02.0 +0100
+++ new/Sys-Virt-1.3.3/Makefile.PL  2016-04-07 18:56:33.0 +0200
@@ -3,7 +3,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-my $libvirtver = "1.3.2";
+my $libvirtver = "1.3.3";
 my $stat = system "pkg-config --atleast-version=$libvirtver libvirt";
 die "cannot run pkg-config to check libvirt version" if $stat == -1;
 die "li

commit rubygem-spring for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-spring for openSUSE:Factory 
checked in at 2016-04-28 16:53:40

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


Package is "rubygem-spring"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-spring/rubygem-spring.changes
2015-12-14 10:14:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-spring.new/rubygem-spring.changes   
2016-04-28 16:56:44.0 +0200
@@ -1,0 +2,36 @@
+Tue Apr 12 04:32:48 UTC 2016 - co...@suse.com
+
+- updated to version 1.7.1
+  no changelog found
+
+---
+Mon Apr 11 04:36:47 UTC 2016 - co...@suse.com
+
+- updated to version 1.7.0
+  no changelog found
+
+---
+Sat Feb 27 05:54:01 UTC 2016 - co...@suse.com
+
+- updated to version 1.6.4
+  no changelog found
+
+---
+Fri Feb  5 05:44:28 UTC 2016 - co...@suse.com
+
+- updated to version 1.6.3
+  no changelog found
+
+---
+Thu Jan 21 05:49:49 UTC 2016 - co...@suse.com
+
+- updated to version 1.6.2
+  no changelog found
+
+---
+Tue Dec 15 05:33:53 UTC 2015 - co...@suse.com
+
+- updated to version 1.6.0
+  no changelog found
+
+---

Old:

  spring-1.5.0.gem

New:

  spring-1.7.1.gem



Other differences:
--
++ rubygem-spring.spec ++
--- /var/tmp/diff_new_pack.DwdTmk/_old  2016-04-28 16:56:45.0 +0200
+++ /var/tmp/diff_new_pack.DwdTmk/_new  2016-04-28 16:56:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-spring
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-spring
-Version:1.5.0
+Version:1.7.1
 Release:0
 %define mod_name spring
 %define mod_full_name %{mod_name}-%{version}

++ spring-1.5.0.gem -> spring-1.7.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt 2015-11-30 17:32:44.0 +0100
+++ new/LICENSE.txt 2016-04-11 15:53:04.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2012 Jon Leighton
+Copyright (c) 2012-2016 Jon Leighton
 
 MIT License
 
@@ -19,4 +19,4 @@
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-11-30 17:32:44.0 +0100
+++ new/README.md   2016-04-11 15:53:04.0 +0200
@@ -16,7 +16,7 @@
 
 ## Compatibility
 
-* Ruby versions: MRI 1.9.3, MRI 2.0, MRI 2.1
+* Ruby versions: MRI 1.9.3, MRI 2.0, MRI 2.1, MRI 2.2
 * Rails versions: 4.0+ (in Rails 4.1 and up Spring is included by default)
 
 Spring makes extensive use of `Process.fork`, so won't be able to
@@ -73,6 +73,7 @@
 
 ```
 $ time bin/rake test test/controllers/posts_controller_test.rb
+Running via Spring preloader in process 2734
 Run options:
 
 # Running tests:
@@ -103,6 +104,7 @@
 
 ```
 $ time bin/rake test test/controllers/posts_controller_test.rb
+Running via Spring preloader in process 8352
 Run options:
 
 # Running tests:
@@ -147,6 +149,7 @@
 
 ```
 $ bin/rake routes
+Running via Spring preloader in process 2363
 posts GET/posts(.:format)  posts#index
   POST   /posts(.:format)  posts#create
  new_post GET/posts/new(.:format)  posts#new
@@ -287,6 +290,13 @@
 So to avoid this problem, don't save off references to application
 constants in your initialization code.
 
+## Using Spring with a containerized development environment
+
+As of Spring 1.7, there is some support for doing this. See [this
+example
+repository](https://github.com/jonleighton/spring-docker-example) for
+information about how to do it with [Docker](https://www.docker.com/).
+
 ## Configuration
 
 Spring will read `~/.spring.rb` and `config/spring.rb` fo

commit ccache for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2016-04-28 16:57:34

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


Package is "ccache"

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2015-10-12 
10:02:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2016-04-28 
17:02:54.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr 28 07:17:22 UTC 2016 - idon...@suse.com
+
+- Update to 3.2.5
+  * Only pass clang-specific -stdlib= to the preprocessor.
+  * Improved handling of stale NFS handles.
+  * Made it harder to misinterpret documentation of boolean
+environment settings' semantics.
+  * Corrected "Performance" section in the manual regarding __DATE_,
+__TIME__ and __FILE__ macros.
+  * Don’t (try to) update manifest file in “read-only” and 
+“read-only direct” modes.
+  * Fixed a bug in caching of stat system calls in “file_stat_matches
+sloppiness mode”.
+  * Fixed bug in hashing of clang plugins, leading to unnecessary
+cache misses.
+  * Fixed --print-config to show “pch_defines sloppiness”.
+
+---

Old:

  ccache-3.2.4.tar.xz
  ccache-3.2.4.tar.xz.asc

New:

  ccache-3.2.5.tar.xz
  ccache-3.2.5.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.GM9W43/_old  2016-04-28 17:02:55.0 +0200
+++ /var/tmp/diff_new_pack.GM9W43/_new  2016-04-28 17:02:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ccache
 #
-# 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:   ccache
-Version:3.2.4
+Version:3.2.5
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0+

++ ccache-3.2.4.tar.xz -> ccache-3.2.5.tar.xz ++
 2200 lines of diff (skipped)





commit blueberry for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package blueberry for openSUSE:Factory 
checked in at 2016-04-28 16:57:40

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


Package is "blueberry"

Changes:

--- /work/SRC/openSUSE:Factory/blueberry/blueberry.changes  2016-02-22 
08:58:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.blueberry.new/blueberry.changes 2016-04-28 
17:03:00.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr 28 11:22:18 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.1.3:
+  * Fix GtkStatusIcon menu popup on newer Gtk.
+
+---
+Fri Apr 22 15:40:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.1.2:
+  * Add more padding and move the switch to the top-right corner of
+the screen (looks out of place with themes where Gtk.Switch
+isn't centered).
+  * Specify gi typelib versions before importing.
+  * Update translations.
+  * Set up generate_desktop_files, makepot.
+
+---

Old:

  blueberry-1.1.1.tar.gz

New:

  blueberry-1.1.3.tar.gz



Other differences:
--
++ blueberry.spec ++
--- /var/tmp/diff_new_pack.IXAcR8/_old  2016-04-28 17:03:01.0 +0200
+++ /var/tmp/diff_new_pack.IXAcR8/_new  2016-04-28 17:03:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   blueberry
-Version:1.1.1
+Version:1.1.3
 Release:0
 Summary:A configuration tool for Bluetooth
 License:GPL-3.0+
@@ -30,6 +30,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 Requires:   gnome-bluetooth >= 3.14
+Requires:   python-gobject
 Requires:   rfkill
 Requires:   wmctrl
 Recommends: %{name}-lang
@@ -47,6 +48,7 @@
 sed -i 's/^\(Icon=\).*$/\1%{name}/' .%{_datadir}/applications/%{name}.desktop
 
 %build
+./makepot
 make %{?_smp_mflags}
 
 %install

++ blueberry-1.1.1.tar.gz -> blueberry-1.1.3.tar.gz ++
 2445 lines of diff (skipped)




commit salt for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2016-04-28 16:57:37

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


Package is "salt"

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2016-03-26 
15:24:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2016-04-28 
17:02:56.0 +0200
@@ -1,0 +2,130 @@
+Wed Apr 20 09:27:31 UTC 2016 - bmaryn...@suse.com
+
+- Prevent crash if pygit2 package requests recompilation.
+  Add:
+  * 0013-Prevent-crash-if-pygit2-package-is-requesting-re-com.patch
+- Align OS grains from older SLES with the current one (bsc#975757)
+  Add:
+  * 0014-align-OS-grains-from-older-SLES-with-current-one-326.patch
+
+---
+Sat Apr 16 15:15:07 UTC 2016 - m...@suse.com
+
+- remove patches which produce duplicate functions:
+  Remove:
+  * 0004-implement-version_cmp-for-zypper.patch
+  * 0005-pylint-changes.patch
+  * 0006-Check-if-rpm-python-can-be-imported.patch
+- remove patches which add and revert the same file
+  Remove:
+  * 0007-Initial-Zypper-Unit-Tests-and-bugfixes.patch
+  * 0009-Bugfix-on-SLE11-series-base-product-reported-as-addi.patch
+- rename patches:
+  0008-do-not-generate-a-date-in-a-comment-to-prevent-rebui.patch to
+ 0004-do-not-generate-a-date-in-a-comment-to-prevent-rebui.patch
+  0010-Use-SHA256-hash-type-by-default.patch to
+ 0005-Use-SHA256-hash-type-by-default.patch
+  0011-Update-to-2015.8.8.2.patch to
+ 0006-Update-to-2015.8.8.2.patch
+  0012-Force-sort-the-RPM-output-to-ensure-latest-version-o.patch to
+ 0007-Force-sort-the-RPM-output-to-ensure-latest-version-o.patch
+  0013-Cleaner-deprecation-process-with-decorators.patch  to
+ 0008-Cleaner-deprecation-process-with-decorators.patch
+- fix sorting by latest package
+  Add:
+  * 0009-fix-sorting-by-latest-version-when-called-with-an-at.patch
+- Prevent metadata download when getting installed products
+  Add:
+  * 0010-Prevent-metadata-download-when-getting-installed-pro.patch
+- Check if EOL is available in a particular product (bsc#975093)
+  Add:
+  * 0011-Check-if-EOL-is-available-in-a-particular-product-bs.patch
+- Bugfix: salt-key crashes if tries to generate keys 
+  to the directory w/o write access (bsc#969320)
+  Add:
+  * 0012-Bugfix-salt-key-crashes-if-tries-to-generate-keys-to.patch
+
+---
+Thu Apr  7 10:25:36 UTC 2016 - bmaryn...@suse.com
+
+- Deprecation process using decorators and re-implementation
+  of status.update function.
+  Add:
+  * 0013-Cleaner-deprecation-process-with-decorators.patch
+
+---
+Fri Apr  1 19:19:10 UTC 2016 - abo...@gmail.com
+
+- Reverted the fake 2015.8.8.2 patch, with the right one,
+- this patch only contains:
+  - https://github.com/saltstack/salt/pull/32135 
+  - https://github.com/saltstack/salt/pull/32023 
+  - https://github.com/saltstack/salt/pull/32117
+
+---
+Fri Apr  1 12:16:10 UTC 2016 - bmaryn...@suse.com
+
+- Ensure that in case of multi-packages installed on the system,
+  the latest is reported by pkg.info_installed (bsc#972490)
+  Add:
+  * 0012-Force-sort-the-RPM-output-to-ensure-latest-version-o.patch
+
+---
+Wed Mar 30 22:33:19 UTC 2016 - tampak...@opensuse.org
+
+- Update to the fake 2015.8.8.2 release
+  upstream released a bunch of fixes on top of 2015.8.8, without creating a new
+  tag and proper release. This commit includes all the changes between tag
+  v2015.8.8 and commit ID 596444e2b447b7378dbcdfeb9fc9610b90057745 which
+  introduces the fake 2015.8.8.2 release.
+  see 
https://docs.saltstack.com/en/latest/topics/releases/2015.8.8.html#salt-2015-8-8-2
+
+---
+Thu Mar 24 17:34:03 UTC 2016 - tampak...@opensuse.org
+
+- Update to 2015.8.8
+  see https://docs.saltstack.com/en/latest/topics/releases/2015.8.8.html
+  Patches renamed:
+  * 0004-implement-version_cmp-for-zypper.patch
+  * 0005-pylint-changes.patch
+  * 0006-Check-if-rpm-python-can-be-imported.patch
+  * 0007-Initial-Zypper-Unit-Tests-and-bugfixes.patch
+  * 0008-do-not-generate-a-date-in-a-comment-to-prevent-rebui.patch
+  * 0009-Bugfix-on-SLE11-series-base-product-reported-as-addi.patch
+  * 0010-Use-SHA256-hash-type-by-default.patch
+  Patches removed:
+  * 0004-Fix-pkg.latest-prevent-crash-on-multiple-package-ins.patch
+  * 0005-Fix-package-status-filtering-on-latest-version-and-i.patch
+  * 0006-add_key-reject_key-do-not-crash-w-Permission-denied-.patch
+  * 0007-Force-kill-websocke

commit acpid for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package acpid for openSUSE:Factory checked 
in at 2016-04-28 16:57:10

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


Package is "acpid"

Changes:

--- /work/SRC/openSUSE:Factory/acpid/acpid.changes  2016-02-24 
14:25:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.acpid.new/acpid.changes 2016-04-28 
17:02:20.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 25 11:59:33 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 2.0.27
+  * Fix out of tree build (sock.c ud_socket.c)
+  - kacpimon: fix out of tree build (kacpimon/Makefile.am)
+  - input_layer: Allow repeated reporting of VOLUME keys (input_layer.c)
+- Remove some extra tags
+
+---

Old:

  acpid-2.0.26.tar.xz

New:

  acpid-2.0.27.tar.xz



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.NQ5sVo/_old  2016-04-28 17:02:22.0 +0200
+++ /var/tmp/diff_new_pack.NQ5sVo/_new  2016-04-28 17:02:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   acpid
-Version:2.0.26
+Version:2.0.27
 Release:0
 Summary:Executes Actions at ACPI Events
 License:GPL-2.0+
@@ -35,8 +35,6 @@
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: acpid-makefile.patch
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ia64
 %systemd_requires
 

++ acpid-2.0.26.tar.xz -> acpid-2.0.27.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.26/Changelog new/acpid-2.0.27/Changelog
--- old/acpid-2.0.26/Changelog  2016-01-15 20:37:07.0 +0100
+++ new/acpid-2.0.27/Changelog  2016-03-16 00:22:38.0 +0100
@@ -1,3 +1,13 @@
+* 2.0.27  2016-03-15  Ted Felix 
+  - 2.0.27 release
+(configure.ac)  (Ted Felix)
+  - Fix out of tree build
+(sock.c ud_socket.c) (Maxin B. John )
+  - kacpimon: fix out of tree build
+(kacpimon/Makefile.am) (Maxin B. John )
+  - input_layer: Allow repeated reporting of VOLUME keys
+(input_layer.c) (Torsten Hilbrich )
+
 * 2.0.26  2016-01-15  Ted Felix 
   - 2.0.26 release
 (configure.ac)  (Ted Felix)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.26/config.h new/acpid-2.0.27/config.h
--- old/acpid-2.0.26/config.h   2016-01-15 20:39:29.0 +0100
+++ new/acpid-2.0.27/config.h   2016-03-16 00:24:24.0 +0100
@@ -136,7 +136,7 @@
 #define PACKAGE_NAME "acpid"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "acpid 2.0.26"
+#define PACKAGE_STRING "acpid 2.0.27"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "acpid"
@@ -145,7 +145,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.0.26"
+#define PACKAGE_VERSION "2.0.27"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -173,7 +173,7 @@
 
 
 /* Version number of package */
-#define VERSION "2.0.26"
+#define VERSION "2.0.27"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.26/configure new/acpid-2.0.27/configure
--- old/acpid-2.0.26/configure  2016-01-15 20:39:19.0 +0100
+++ new/acpid-2.0.27/configure  2016-03-16 00:24:08.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for acpid 2.0.26.
+# Generated by GNU Autoconf 2.69 for acpid 2.0.27.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='acpid'
 PACKAGE_TARNAME='acpid'
-PACKAGE_VERSION='2.0.26'
-PACKAGE_STRING='acpid 2.0.26'
+PACKAGE_VERSION='2.0.27'
+PACKAGE_STRING='acpid 2.0.27'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1276,7 +1276,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 acpid 2.0.26 to adapt to many kinds of systems.
+\`configure' configures acpid 2.0.27 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1346,7 +1346,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of acpid 2.0.26:";;
+ short | recursive ) echo "Configuration of acpid 2.0.27

commit cinnamon-translations for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-translations for 
openSUSE:Factory checked in at 2016-04-28 16:57:15

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


Package is "cinnamon-translations"

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-translations/cinnamon-translations.changes  
2016-01-22 01:06:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-translations.new/cinnamon-translations.changes
 2016-04-28 17:02:30.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 27 08:23:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.0:
+  * Mocheck: Specify GTK+ version with GI.
+  * Mocheck: Delete trailing spaces.
+  * Mocheck: Fix more false positives.
+  * Filter Xapps PO files in cleanup script.
+  * Update translations.
+
+---

Old:

  cinnamon-translations-2.8.3.tar.gz

New:

  cinnamon-translations-3.0.0.tar.gz



Other differences:
--
++ cinnamon-translations.spec ++
--- /var/tmp/diff_new_pack.AEMoGu/_old  2016-04-28 17:02:31.0 +0200
+++ /var/tmp/diff_new_pack.AEMoGu/_new  2016-04-28 17:02:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-translations
 #
-# 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:   cinnamon-translations
-Version:2.8.3
+Version:3.0.0
 Release:0
 Summary:Translation files for the Cinnamon desktop
 License:GPL-2.0+
@@ -46,10 +46,10 @@
 cp -a .%{_datadir}/locale/$lang/ %{buildroot}%{_datadir}/locale/
 fi
 done
-%find_lang cinnamon-bluetooth %{name}.lang
+%find_lang cinnamon %{name}.lang
 %find_lang cinnamon-control-center %{name}.lang
 %find_lang cinnamon-screensaver %{name}.lang
-%find_lang cinnamon %{name}.lang
+%find_lang cinnamon-bluetooth %{name}.lang
 %find_lang nemo %{name}.lang
 
 %files -f %{name}.lang

++ cinnamon-translations-2.8.3.tar.gz -> cinnamon-translations-3.0.0.tar.gz 
++
/work/SRC/openSUSE:Factory/cinnamon-translations/cinnamon-translations-2.8.3.tar.gz
 
/work/SRC/openSUSE:Factory/.cinnamon-translations.new/cinnamon-translations-3.0.0.tar.gz
 differ: char 13, line 1




commit xreader for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package xreader for openSUSE:Factory checked 
in at 2016-04-28 16:57:28

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


Package is "xreader"

Changes:

--- /work/SRC/openSUSE:Factory/xreader/xreader.changes  2016-02-24 
14:25:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.xreader.new/xreader.changes 2016-04-28 
17:02:48.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 27 16:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.3 (changes since 1.0.1):
+  * Remove Nemo extension .la files.
+  * Don't use gi typelibdir for nemo extension path, use
+libnemo-extension libdir instead.
+  * Fix WebKit detection.
+  * Fix wrong return type in ev-page-action-widget.c.
+  * Update translations.
+- Remove xreader-fix-epub.patch, xreader-fix-func-decl.patch: merged
+  upstream.
+
+---

Old:

  xreader-1.0.1.tar.gz
  xreader-fix-epub.patch
  xreader-fix-func-decl.patch

New:

  xreader-1.0.3.tar.gz



Other differences:
--
++ xreader.spec ++
--- /var/tmp/diff_new_pack.MOJj2E/_old  2016-04-28 17:02:50.0 +0200
+++ /var/tmp/diff_new_pack.MOJj2E/_new  2016-04-28 17:02:50.0 +0200
@@ -20,21 +20,18 @@
 %define typelib1 typelib-1_0-XreaderDocument-1_5_0
 %define typelib2 typelib-1_0-XreaderView-1_5_0
 Name:   xreader
-Version:1.0.1
+Version:1.0.3
 Release:0
 Summary:Simple document viewer
 License:GPL-2.0 and LGPL-2.0
 Group:  Productivity/Office/Other
 Url:https://github.com/linuxmint/xreader
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM xreader-epub.patch sor.ale...@meowr.ru -- Fix EPUB 
support.
-Patch0: %{name}-fix-epub.patch
-# PATCH-FIX-UPSTREAM xreader-fix-func-decl.patch sor.ale...@meowr.ru -- Fix 
wrong return type in ev-page-action-widget.c.
-Patch1: %{name}-fix-func-decl.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
 BuildRequires:  libtiff-devel >= 3.6
+BuildRequires:  pkg-config
 BuildRequires:  texlive-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -151,8 +148,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 NOCONFIGURE=1 gnome-autogen.sh

++ xreader-1.0.1.tar.gz -> xreader-1.0.3.tar.gz ++
 169111 lines of diff (skipped)




commit python-django-registration for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package python-django-registration for 
openSUSE:Factory checked in at 2016-04-28 16:56:44

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


Package is "python-django-registration"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-registration/python-django-registration.changes
2013-10-01 08:29:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-registration.new/python-django-registration.changes
   2016-04-28 17:01:36.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 19 13:37:33 UTC 2016 - appleon...@opensuse.org
+
+- Update to version 2.0.4
+  + No Changelog
+- Use new specfile from py2pack 
+
+---

Old:

  django-registration-1.0.tar.gz

New:

  django-registration-2.0.4.tar.gz



Other differences:
--
++ python-django-registration.spec ++
--- /var/tmp/diff_new_pack.4MROhF/_old  2016-04-28 17:01:38.0 +0200
+++ /var/tmp/diff_new_pack.4MROhF/_new  2016-04-28 17:01:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-registration
 #
-# Copyright (c) 2013 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
@@ -16,32 +16,33 @@
 #
 
 
-Summary:A simple, generic user-registration application for Django
-License:BSD-3-Clause
-Group:  Development/Libraries/Python
 Name:   python-django-registration
-Version:1.0
+Version:2.0.4
 Release:0
-Url:http://code.google.com/p/django-registration/
+Summary:An extensible user-registration application for Django
+License:BSD-3-Clause
+Group:  Development/Languages/Python
+Url:https://github.com/ubernostrum/django-registration/
 Source: 
https://pypi.python.org/packages/source/d/django-registration/django-registration-%{version}.tar.gz
+Requires:   python-Django >= 1.7
+BuildRequires:  python-Django >= 1.7
+BuildRequires:  python-devel >= 2.7
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python
-BuildRequires:  python-devel
-Requires:   python-django
-%py_requires
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
-BuildArch:  noarch
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+BuildArch:  noarch
 %endif
 
 %description
-A simple, generic user-registration application for Django
+This is a fairly simple user-registration application for Django,
+designed to make allowing user signups as painless as possible. It
+requires a functional installation of Django 1.7 or newer, but has no
+other dependencies.
 
-This is just a simple, portable, generic user-registration application for 
Django projects. Workflow follows a simple pattern:
-* A user signs up for a new account, which will be inactive by default.
-* An email is sent to the address they used to register, containing an 
activation link.
-* Once they click the activation link, the account becomes active and they can 
log in as normal.
+Full documentation is `available online
+`_.
 
 %prep
 %setup -q -n django-registration-%{version}
@@ -50,11 +51,14 @@
 python setup.py build
 
 %install
-python setup.py install --root=%{buildroot} --prefix=%{_prefix}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+
+%check
+python setup.py test
 
 %files
-%defattr(-, root, root, 0755)
-%doc README LICENSE CHANGELOG docs/*
+%defattr(-,root,root,-)
+%doc AUTHORS LICENSE README.rst
 %{python_sitelib}/*
 
 %changelog

++ django-registration-1.0.tar.gz -> django-registration-2.0.4.tar.gz ++
 14841 lines of diff (skipped)




commit cinnamon-screensaver for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-screensaver for 
openSUSE:Factory checked in at 2016-04-28 16:56:42

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


Package is "cinnamon-screensaver"

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-screensaver/cinnamon-screensaver.changes
2016-01-22 01:06:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-screensaver.new/cinnamon-screensaver.changes
   2016-04-28 17:01:33.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 25 05:00:35 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.0:
+  * configure.ac: Drop obsolete macro.
+  * configure.ac: Use dots when printing dbus version.
+  * Support new libsystemd (which replaces libsystemd-login).
+  * Stop trying to make gnome-screensaver* a symlink to
+cinnamon-screensaver*.
+
+---

Old:

  cinnamon-screensaver-2.8.0.tar.gz

New:

  cinnamon-screensaver-3.0.0.tar.gz



Other differences:
--
++ cinnamon-screensaver.spec ++
--- /var/tmp/diff_new_pack.dwS1YJ/_old  2016-04-28 17:01:35.0 +0200
+++ /var/tmp/diff_new_pack.dwS1YJ/_new  2016-04-28 17:01:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-screensaver
 #
-# 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:   cinnamon-screensaver
-Version:2.8.0
+Version:3.0.0
 Release:0
 Summary:Cinnamon screensaver and locker
 License:GPL-2.0+
@@ -29,6 +29,7 @@
 Patch0: %{name}-xscreensaver-path.patch
 BuildRequires:  gnome-common
 BuildRequires:  pam-devel
+BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(cinnamon-desktop)
@@ -36,7 +37,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libgnomekbdui)
-BuildRequires:  pkgconfig(libsystemd-login)
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
 BuildRequires:  pkgconfig(xext)

++ cinnamon-screensaver-2.8.0.tar.gz -> cinnamon-screensaver-3.0.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-2.8.0/configure.ac 
new/cinnamon-screensaver-3.0.0/configure.ac
--- old/cinnamon-screensaver-2.8.0/configure.ac 2015-10-16 17:06:50.0 
+0200
+++ new/cinnamon-screensaver-3.0.0/configure.ac 2016-04-23 17:15:11.0 
+0200
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.60)
 AC_INIT([cinnamon-screensaver],
-[2.8.0],
+[3.0.0],
 [https://github.com/linuxmint/cinnamon-screensaver/issues])
 
 AC_CONFIG_SRCDIR(src/cinnamon-screensaver.c)
@@ -15,7 +15,6 @@
 AM_MAINTAINER_MODE([enable])
 
 IT_PROG_INTLTOOL([0.35.0])
-AC_ISC_POSIX
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_STDC_HEADERS
@@ -124,7 +123,7 @@
 exit 1
 else
 
-echo "Your dbus version is 
$DBUS_VERSION_MAJOR,$DBUS_VERSION_MINOR,$DBUS_VERSION_MICRO."
+echo "Your dbus version is 
$DBUS_VERSION_MAJOR.$DBUS_VERSION_MINOR.$DBUS_VERSION_MICRO."
 DBUS_CFLAGS="$DBUS_CFLAGS -DDBUS_VERSION_MAJOR=$DBUS_VERSION_MAJOR"
 DBUS_CFLAGS="$DBUS_CFLAGS -DDBUS_VERSION_MINOR=$DBUS_VERSION_MINOR"
 DBUS_CFLAGS="$DBUS_CFLAGS -DDBUS_VERSION_MICRO=$DBUS_VERSION_MICRO"
@@ -581,7 +580,9 @@
 dnl logind support
 dnl ---
 
-PKG_CHECK_MODULES(LOGIND, [libsystemd-login], [have_logind=yes], 
[have_logind=no])
+PKG_CHECK_MODULES(LOGIND, [libsystemd-login], [have_logind=yes], [
+   PKG_CHECK_MODULES(LOGIND, [libsystemd], [have_logind=yes], 
[have_logind=no])
+])
 
 if test x$have_logind = xyes ; then
 AC_DEFINE(HAVE_LOGIND, 1, [logind support])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-2.8.0/debian/changelog 
new/cinnamon-screensaver-3.0.0/debian/changelog
--- old/cinnamon-screensaver-2.8.0/debian/changelog 2015-10-16 
17:06:50.0 +0200
+++ new/cinnamon-screensaver-3.0.0/debian/changelog 2016-04-23 
17:15:11.0 +0200
@@ -1,3 +1,17 @@
+cinnamon-screensaver (3.0.0) sarah; urgency=medium
+
+  [ monsta ]
+  * configure.ac: drop obsolete macro
+  * configure.ac: use dots when printing dbus version
+
+  [ Clement Lefebvre ]
+  * Support new libsystemd (which replaces

commit pymol for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2016-04-28 16:57:12

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


Package is "pymol"

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2016-03-29 
14:50:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2016-04-28 
17:02:23.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 19 17:41:31 UTC 2016 - dh...@wustl.edu
+
+- update to svnrev 4155
+  * experimental setting "pse_binary_dump"
+  * get_sasa_relative (command ported from Incentive PyMOL)
+  * Color menu uses util.color_deep (ported from Incentive PyMOL)
+  * C > by rep (ported from Incentive PyMOL)
+  * fix crash when saving mesh PSE without map
+  * fix isosurface invalidation when setting surface_negative_visible
+  * new setting: collada_background_box (by Jared Sampson)
+  * improve unicode filename loading
+  * fix "unset" of non-numeric settings
+
+---

Old:

  pymol-1.8.1.2.svn4153.tar.xz

New:

  pymol-1.8.1.2.svn4155.tar.xz



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.piymRh/_old  2016-04-28 17:02:25.0 +0200
+++ /var/tmp/diff_new_pack.piymRh/_new  2016-04-28 17:02:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pymol
-Version:1.8.1.2.svn4153
+Version:1.8.1.2.svn4155
 Release:0
 Url:http://pymol.org
 Summary:A Molecular Viewer

++ pymol-1.8.1.2.svn4153.tar.xz -> pymol-1.8.1.2.svn4155.tar.xz ++
/work/SRC/openSUSE:Factory/pymol/pymol-1.8.1.2.svn4153.tar.xz 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.8.1.2.svn4155.tar.xz differ: char 
26, line 1




commit qt5ct for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

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

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


Package is "qt5ct"

Changes:

--- /work/SRC/openSUSE:Factory/qt5ct/qt5ct.changes  2016-04-07 
13:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.qt5ct.new/qt5ct.changes 2016-04-28 
17:02:31.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr 27 08:23:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.23:
+  * Add support for single line comments in the style sheets.
+  * Fix issue with overriding application palette.
+  * Update Bulgarian translation.
+
+---

Old:

  qt5ct-0.22.tar.bz2

New:

  qt5ct-0.23.tar.bz2



Other differences:
--
++ qt5ct.spec ++
--- /var/tmp/diff_new_pack.fEJeaD/_old  2016-04-28 17:02:33.0 +0200
+++ /var/tmp/diff_new_pack.fEJeaD/_new  2016-04-28 17:02:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   qt5ct
-Version:0.22
+Version:0.23
 Release:0
 Summary:Qt5 Configuration Tool
 License:BSD-2-Clause
@@ -31,8 +31,8 @@
 BuildRequires:  pkgconfig(Qt5Svg) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 # libqt5-qtct was last used in openSUSE Leap 42.1.
-Provides:   libqt5-qtct = %{version}-%{release}
-Obsoletes:  libqt5-qtct < %{version}-%{release}
+Provides:   libqt5-qtct = %{version}
+Obsoletes:  libqt5-qtct < %{version}
 
 %description
 This applications allows users to configure Qt5 settings (theme,

++ qt5ct-0.22.tar.bz2 -> qt5ct-0.23.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qt5ct-0.22/COPYING new/qt5ct-0.23/COPYING
--- old/qt5ct-0.22/COPYING  2016-03-06 10:42:03.0 +0100
+++ new/qt5ct-0.23/COPYING  2016-04-26 09:00:46.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2015, Ilya Kotov 
+Copyright (c) 2014-2016, Ilya Kotov 
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qt5ct-0.22/ChangeLog new/qt5ct-0.23/ChangeLog
--- old/qt5ct-0.22/ChangeLog2016-03-06 10:42:03.0 +0100
+++ new/qt5ct-0.23/ChangeLog2016-04-26 09:00:46.0 +0200
@@ -132,7 +132,12 @@
 
 Version 0.22
 * disabled html mode in the qss editor
-* fixed issue with overriding stylesheets
+* fixed issue with overriding style sheets
 * added Hebrew translation (Genghis Khan)
 * updated Italian translation (Luigi Baldoni)
 * updated documentation
+
+Version 0.23
+* added support for single line comments in the style sheets
+* fixed issue with overriding application palette
+* updated Bulgarian translation (Kiril Kirilov)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qt5ct-0.22/ChangeLog.svn new/qt5ct-0.23/ChangeLog.svn
--- old/qt5ct-0.22/ChangeLog.svn2016-03-06 10:42:03.0 +0100
+++ new/qt5ct-0.23/ChangeLog.svn2016-04-26 09:00:46.0 +0200
@@ -1,4 +1,35 @@
 
+r288 | trialuser02 | 2016-04-26 09:51:10 +0300 (Вт., 26 апр. 2016) | 1 line
+
+updated changelog
+
+r287 | trialuser02 | 2016-04-26 09:46:17 +0300 (Вт., 26 апр. 2016) | 1 line
+
+updated copyright
+
+r286 | trialuser02 | 2016-04-26 09:44:03 +0300 (Вт., 26 апр. 2016) | 1 line
+
+qss: added support for single line comments
+
+r285 | trialuser02 | 2016-04-24 14:47:23 +0300 (Вс., 24 апр. 2016) | 2 lines
+
+updated .ts files, fixed script
+
+
+r284 | trialuser02 | 2016-04-24 14:46:27 +0300 (Вс., 24 апр. 2016) | 2 lines
+
+updated Bulgarian translation (Kiril Kirilov)
+
+
+r282 | trialuser02 | 2016-04-24 14:37:14 +0300 (Вс., 24 апр. 2016) | 2 lines
+
+do not override application palette (#18)
+
+
+r281 | trialuser02 | 2016-03-06 13:58:51 +0300 (Вс., 06 марта 2016) | 1 line
+
+version bump
+
 r279 | trialuser02 | 2016-03-06 12:40:44 +0300 (Вс., 06 марта 2016) | 1 line
 
 updated changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svn

commit xed for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package xed for openSUSE:Factory checked in 
at 2016-04-28 16:57:24

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


Package is "xed"

Changes:

--- /work/SRC/openSUSE:Factory/xed/xed.changes  2016-02-23 16:54:55.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xed.new/xed.changes 2016-04-28 
17:02:41.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 27 16:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.4 (changes since 1.0.2):
+  * Fix wrong dconf paths.
+  * Switch to gnome-common.
+  * Fix few build warnings.
+  * GTK+ 3.10 compatibility.
+  * notebooks: Remove the extra frame from the main and documents
+panel scrolled windows.
+  * Use Ctrl+Y for Redo.
+  * Update translations.
+
+---

Old:

  xed-1.0.2.tar.gz

New:

  xed-1.0.4.tar.gz



Other differences:
--
++ xed.spec ++
--- /var/tmp/diff_new_pack.sGkGkX/_old  2016-04-28 17:02:42.0 +0200
+++ /var/tmp/diff_new_pack.sGkGkX/_new  2016-04-28 17:02:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xed
-Version:1.0.2
+Version:1.0.4
 Release:0
 Summary:A small and lightweight text editor
 License:GPL-2.0+
@@ -25,11 +25,12 @@
 Url:https://github.com/linuxmint/xed
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  mate-common
+BuildRequires:  gnome-common
+BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -38,34 +39,35 @@
 %glib2_gsettings_schema_requires
 
 %description
-X-Apps Text Editor is a small, but powerful text editor designed
-for the Cinnamon desktop and others. It has most standard text
-editor functions and fully supports international text in Unicode.
+xed is a small, but powerful text editor designed for the Cinnamon
+desktop and others. It has most standard text editor functions and
+fully supports international text in Unicode.
 Advanced features include syntax highlighting and automatic
 indentation of source code, printing and editing of multiple
 documents in one window.
 
-X-Apps Text Editor is extensible through a plugin system, which
-currently includes support for spell checking, comparing files,
-viewing VCS ChangeLogs, and adjusting indentation levels.
+xed is extensible through a plugin system, which currently
+includes support for spell checking, comparing files, viewing VCS
+ChangeLogs, and adjusting indentation levels.
 
 %package devel
 Summary:Small and lightweight text editor
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
+Requires:   pkg-config
 Requires:   pkgconfig(gtksourceview-3.0)
 
 %description devel
-X-Apps Text Editor is a small, but powerful text editor designed
-for the Cinnamon desktop and others. It has most standard text
-editor functions and fully supports international text in Unicode.
+xed is a small, but powerful text editor designed for the Cinnamon
+desktop and others. It has most standard text editor functions and
+fully supports international text in Unicode.
 Advanced features include syntax highlighting and automatic
 indentation of source code, printing and editing of multiple
 documents in one window.
 
-X-Apps Text Editor is extensible through a plugin system, which
-currently includes support for spell checking, comparing files,
-viewing VCS ChangeLogs, and adjusting indentation levels.
+xed is extensible through a plugin system, which currently
+includes support for spell checking, comparing files, viewing VCS
+ChangeLogs, and adjusting indentation levels.
 
 %lang_package
 
@@ -73,7 +75,7 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 mate-autogen
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
   --with-gtk=3.0
 make %{?_smp_mflags}

++ xed-1.0.2.tar.gz -> xed-1.0.4.tar.gz ++
 402406 lines of diff (skipped)




commit xf86-video-openchrome for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-openchrome for 
openSUSE:Factory checked in at 2016-04-28 16:57:19

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


Package is "xf86-video-openchrome"

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-openchrome/xf86-video-openchrome.changes  
2015-06-08 08:31:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-openchrome.new/xf86-video-openchrome.changes
 2016-04-28 17:02:33.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 27 13:11:13 UTC 2016 - sndir...@suse.com
+
+- updated to release 0.4.0
+- obsoletes patches 
+  * U_Add-pciid-for-ECS-VX900-I-motherboard.patch
+  * u_xf86.h-cannot-be-included-without-first-including-xo.patch
+  * xf86-video-openchrome-abuild.patch
+
+---

Old:

  U_Add-pciid-for-ECS-VX900-I-motherboard.patch
  u_xf86.h-cannot-be-included-without-first-including-xo.patch
  xf86-video-openchrome-0.3.2.tar.bz2
  xf86-video-openchrome-abuild.patch

New:

  xf86-video-openchrome-0.4.0.tar.bz2



Other differences:
--
++ xf86-video-openchrome.spec ++
--- /var/tmp/diff_new_pack.shGf9s/_old  2016-04-28 17:02:36.0 +0200
+++ /var/tmp/diff_new_pack.shGf9s/_new  2016-04-28 17:02:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-openchrome
 #
-# 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,16 +17,13 @@
 
 
 Name:   xf86-video-openchrome
-Version:0.3.2
+Version:0.4.0
 Release:0
 Summary:Openchrome driver (VIA GPUs) for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
-Patch0: xf86-video-openchrome-abuild.patch
-Patch1: u_xf86.h-cannot-be-included-without-first-including-xo.patch
-Patch2: U_Add-pciid-for-ECS-VX900-I-motherboard.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(x11)
@@ -43,9 +40,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure

++ xf86-video-openchrome-0.3.2.tar.bz2 -> 
xf86-video-openchrome-0.4.0.tar.bz2 ++
 32632 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-04-28 16:57:01

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


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-04-12 
19:39:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-04-28 17:02:06.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 18 23:23:08 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.04.13
+* Add extractors for cliprs, presstv, auroravid, zdnet videos, cbs
+
+---

Old:

  youtube-dl-2016.04.01.tar.gz
  youtube-dl-2016.04.01.tar.gz.sig

New:

  youtube-dl-2016.04.13.tar.gz
  youtube-dl-2016.04.13.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.srsFPu/_old  2016-04-28 17:02:08.0 +0200
+++ /var/tmp/diff_new_pack.srsFPu/_new  2016-04-28 17:02:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.04.01
+Version:2016.04.13
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.04.01.tar.gz -> youtube-dl-2016.04.13.tar.gz ++
 5671 lines of diff (skipped)




commit numix-gtk-theme for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package numix-gtk-theme for openSUSE:Factory 
checked in at 2016-04-28 16:57:32

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


Package is "numix-gtk-theme"

Changes:

--- /work/SRC/openSUSE:Factory/numix-gtk-theme/numix-gtk-theme.changes  
2016-04-22 16:25:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.numix-gtk-theme.new/numix-gtk-theme.changes 
2016-04-28 17:02:52.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 27 08:23:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 2.5.1+git20160426.
+
+---

Old:

  numix-gtk-theme-2.5.1+git20160414.tar.gz

New:

  numix-gtk-theme-2.5.1+git20160426.tar.gz



Other differences:
--
++ numix-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.HDxvlz/_old  2016-04-28 17:02:53.0 +0200
+++ /var/tmp/diff_new_pack.HDxvlz/_new  2016-04-28 17:02:53.0 +0200
@@ -19,7 +19,7 @@
 %define _theme  Numix
 %define _name   numix
 Name:   numix-gtk-theme
-Version:2.5.1+git20160414
+Version:2.5.1+git20160426
 Release:0
 Summary:Numix GTK+ theme for MATE, GNOME, and Xfce
 License:GPL-3.0+
@@ -28,6 +28,7 @@
 Source: %{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  glib2-tools
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  rubygem(sass)
 BuildArch:  noarch
@@ -73,7 +74,7 @@
 This package contains the GTK+3 theme.
 
 %prep
-%setup -q -n %{_theme}-%{version}
+%setup -q
 chmod a-x CREDITS LICENSE README.md
 
 %build

++ numix-gtk-theme-2.5.1+git20160414.tar.gz -> 
numix-gtk-theme-2.5.1+git20160426.tar.gz ++
 9804 lines of diff (skipped)




commit libfilezilla for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-04-28 16:57:21

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


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-03-26 15:22:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-04-28 17:02:36.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr 27 11:53:21 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Update to version 0.5.0
+  - Handle timestamps where midnight is represented as 24:00:00.000
+of the previous day.
+  - Fix inverted return value of fz::datetime::empty().
+  - Increase performance of event loop if not using timers.
+  - Better compatibility with runtimes that change the src pointer
+passed to mbsrtowcs or wcsrtombs.
+
+---

Old:

  libfilezilla-0.4.0.1.tar.bz2

New:

  libfilezilla-0.5.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.pBIVko/_old  2016-04-28 17:02:38.0 +0200
+++ /var/tmp/diff_new_pack.pBIVko/_new  2016-04-28 17:02:38.0 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.4.0.1
+Version:0.5.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.4.0.1.tar.bz2 -> libfilezilla-0.5.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.4.0.1/NEWS new/libfilezilla-0.5.0/NEWS
--- old/libfilezilla-0.4.0.1/NEWS   2016-02-22 14:42:19.0 +0100
+++ new/libfilezilla-0.5.0/NEWS 2016-04-15 09:52:25.0 +0200
@@ -1,3 +1,10 @@
+0.5.0 (2016-04-15)
+
+- Handle timestamps where midnight is represented as 24:00:00.000 of the 
previous day
+- Fix inverted return value of fz::datetime::empty()
+- Increase performance of event loop if not using timers
+- Better compatibility with runtimes that change the src pointer passed to 
mbsrtowcs or wcsrtombs
+
 0.4.0.1 (2016-02-22)
 
 - Fix compile error in testcase
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.4.0.1/configure 
new/libfilezilla-0.5.0/configure
--- old/libfilezilla-0.4.0.1/configure  2016-02-22 14:42:38.0 +0100
+++ new/libfilezilla-0.5.0/configure2016-04-15 09:52:38.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.4.0.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.4.0.1'
-PACKAGE_STRING='libfilezilla 0.4.0.1'
+PACKAGE_VERSION='0.5.0'
+PACKAGE_STRING='libfilezilla 0.5.0'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1395,7 +1395,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 libfilezilla 0.4.0.1 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.5.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1465,7 +1465,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.4.0.1:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.5.0:";;
esac
   cat <<\_ACEOF
 
@@ -1589,7 +1589,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.4.0.1
+libfilezilla configure 0.5.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2034,7 +2034,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.4.0.1, which was
+It was created by libfilezilla $as_me 0.5.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2900,7 +2900,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.4.0.1'
+ VERSION='0.5.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19461,7 +19461,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file 

commit xviewer for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package xviewer for openSUSE:Factory checked 
in at 2016-04-28 16:57:27

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


Package is "xviewer"

Changes:

--- /work/SRC/openSUSE:Factory/xviewer/xviewer.changes  2016-02-24 
14:25:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.xviewer.new/xviewer.changes 2016-04-28 
17:02:46.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr 27 16:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.2:
+  * Avoid integer overflow when allocating a large block of memory.
+  * Update description and pot file.
+  * Update translations.
+
+---

Old:

  xviewer-1.0.1.tar.gz

New:

  xviewer-1.0.2.tar.gz



Other differences:
--
++ xviewer.spec ++
--- /var/tmp/diff_new_pack.Q9KLft/_old  2016-04-28 17:02:48.0 +0200
+++ /var/tmp/diff_new_pack.Q9KLft/_new  2016-04-28 17:02:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xviewer
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Fast and functional graphics viewer
 License:GPL-2.0+ and LGPL-2.1+
@@ -29,6 +29,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg-devel
 BuildRequires:  libxml2-python
+BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)

++ xviewer-1.0.1.tar.gz -> xviewer-1.0.2.tar.gz ++
 200462 lines of diff (skipped)




commit pdfcompare for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package pdfcompare for openSUSE:Factory 
checked in at 2016-04-28 16:57:22

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


Package is "pdfcompare"

Changes:

--- /work/SRC/openSUSE:Factory/pdfcompare/pdfcompare.changes2014-01-14 
21:51:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdfcompare.new/pdfcompare.changes   
2016-04-28 17:02:38.0 +0200
@@ -1,0 +2,18 @@
+Tue Apr 19 15:24:08 UTC 2016 - j...@owncloud.com
+
+- V1.6.8 - cleaner popup annotations unless -S
+- no navigation buttons unless -f ..N..
+
+---
+Mon Apr 18 18:17:25 UTC 2016 - jnwei...@gmail.com
+
+- V1.6.7 - support Ubuntu 14.04
+
+---
+Mon Apr 18 13:57:26 UTC 2016 - j...@owncloud.com
+
+- V1.6.6 - hunspell usage hint: how to add words to private dictonary.
+-  pull_github.sh added.
+-  use pdf_highlight.py if pdfcompare.py is not in the tar. Historic 
name.
+
+---

Old:

  pdfcompare-1.6.5.tar.bz2

New:

  Makefile
  debian.changelog
  debian.compat
  debian.control
  debian.pdfcompare.install
  debian.rules
  debian.series
  pdfcompare-1.6.8.tar.bz2
  pdfcompare.dsc
  pull_github.sh



Other differences:
--
++ pdfcompare.spec ++
--- /var/tmp/diff_new_pack.71YLEz/_old  2016-04-28 17:02:40.0 +0200
+++ /var/tmp/diff_new_pack.71YLEz/_new  2016-04-28 17:02:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pdfcompare
 #
-# Copyright (c) 2014 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
@@ -17,13 +17,14 @@
 
 
 Name:   pdfcompare
-Version:1.6.5
+Version:1.6.8
 Release:0
 Summary:Compare two PDF files, write a resulting PDF with highlighted 
changes
 License:GPL-2.0
 Group:  Productivity/Publishing/PDF
 Url:https://github.com/jnweiger/pdfcompare
 Source: pdfcompare-%version.tar.bz2
+Source100:  pull_github.sh
 
 # These BuildRequires are only required for the testsuite
 BuildRequires:  poppler-tools
@@ -75,6 +76,7 @@
 %endif
 
 %install
+test -f pdfcompare.py || mv pdf_highlight.py pdfcompare.py
 install -Dm 0755 pdfcompare.py %{buildroot}%{_bindir}/pdfcompare
 
 %files

++ debian.changelog ++
pdfcompare (1.6.8-1) stable; urgency=low

  * V1.6.8 - cleaner popup annotations unless -S
  *  no navigation buttons unless -f ..N..

 -- Jürgen Weigert   Tue, 19 Apr 2016 15:45:49 +0200

pdfcompare (1.6.7-1ubuntu1) stable; urgency=medium

  * 1.6.7 support ubuntu 14.04

 -- Jürgen Weigert   Mon, 18 Apr 2016 20:17:01 +0200

pdfcompare (1.6.6-1) stable; urgency=low

  * V1.6.6 - hunspell usage hint: how to add words to private dictonary.
  *  pull_github.sh added.

 -- Jürgen Weigert   Mon, 18 Apr 2016 13:55:48 +0200

pdfcompare (1.6.5-2) stable; urgency=medium

  * Dependencies added, debian.rules file fixed.

 -- Jürgen Weigert   Mon, 18 Apr 2016 13:13:31 +0200

pdfcompare (1.6.5-1) stable; urgency=medium

  * first DEB packaging

 -- Jürgen Weigert   Mon, 04 Apr 2016 20:40:05 +0200
++ debian.compat ++
9
++ debian.control ++
Source: pdfcompare
Section: unknown
Priority: optional
Maintainer: Jürgen Weigert 
Build-Depends: debhelper (>= 4.2.21)

Package: pdfcompare
Architecture: all
# poppler-utils is needed for /usr/bin/pdftohtml
# python-pygame is needed for pygame.font only.
Depends: ${shlibs:Depends}, ${misc:Depends},
python-pypdf, python-pygame, poppler-utils, python-reportlab,
hunspell, hunspell-en-us, hunspell-de-de
Description: Compare two PDF files, write a resulting PDF with highlighted 
changes.
Potential text portions that were moved around are recognized and 
analyzed
for similarity with a second level diff.

++ debian.pdfcompare.install ++
pdfcompare  /usr/bin
++ debian.rules ++
#!/usr/bin/make -f

%:
echo 'all:' > Makefile # don't build anything
dh $@

override_dh_auto_install:
mv pdfcompare.py pdfcompare || mv pdf_highlight.py pdfcompare
chmod 0755 pdfcompare
dh_auto_install -- INSTALL_ROOT=$(CURDIR)/debian/tmp
++ pdfcompare-1.6.5.tar.bz2 -> pdfcompare-1.6.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pdfcompare-1.6.5/MANIFEST.in 
new/pdf

commit xviewer-plugins for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package xviewer-plugins for openSUSE:Factory 
checked in at 2016-04-28 16:57:31

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


Package is "xviewer-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/xviewer-plugins/xviewer-plugins.changes  
2016-03-26 18:17:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.xviewer-plugins.new/xviewer-plugins.changes 
2016-04-28 17:02:50.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 27 16:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.2.
+
+---

Old:

  xviewer-plugins-1.0.1.tar.gz

New:

  xviewer-plugins-1.0.2.tar.gz



Other differences:
--
++ xviewer-plugins.spec ++
--- /var/tmp/diff_new_pack.iYCEVf/_old  2016-04-28 17:02:52.0 +0200
+++ /var/tmp/diff_new_pack.iYCEVf/_new  2016-04-28 17:02:52.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   xviewer
 Name:   xviewer-plugins
-Version:1.0.1
+Version:1.0.2
 Release:0
 # FIXME: Add postr BuildRequires when we have a package.
 Summary:A collection of plugins for xviewer
@@ -29,6 +29,7 @@
 Source1:%{name}.SUSE
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
+BuildRequires:  pkg-config
 BuildRequires:  python3 >= 3.2
 BuildRequires:  pkgconfig(champlain-gtk-0.12) >= 0.9.0
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.1.2

++ xviewer-plugins-1.0.1.tar.gz -> xviewer-plugins-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.1/configure.ac 
new/xviewer-plugins-1.0.2/configure.ac
--- old/xviewer-plugins-1.0.1/configure.ac  2016-02-06 17:49:09.0 
+0100
+++ new/xviewer-plugins-1.0.2/configure.ac  2016-04-27 14:40:02.0 
+0200
@@ -3,7 +3,7 @@
 XVIEWER_MAJOR=3.0.0
 XVIEWER_PLUGINS_MAJOR=3.0.0
 
-AC_INIT([xviewer-plugins], [1.0.1], 
[http://github.com/linuxmint/xviewer-plugins/issues])
+AC_INIT([xviewer-plugins], [1.0.2], 
[http://github.com/linuxmint/xviewer-plugins/issues])
 
 AC_CONFIG_SRCDIR([plugins])
 AC_PREFIX_PROGRAM([xviewer])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.1/debian/changelog 
new/xviewer-plugins-1.0.2/debian/changelog
--- old/xviewer-plugins-1.0.1/debian/changelog  2016-02-06 17:49:09.0 
+0100
+++ new/xviewer-plugins-1.0.2/debian/changelog  2016-04-27 14:40:02.0 
+0200
@@ -1,3 +1,9 @@
+xviewer-plugins (1.0.2) sarah; urgency=medium
+
+  * buil-dep on dh-autoreconf
+
+ -- Clement Lefebvre   Wed, 27 Apr 2016 13:39:25 +0100
+
 xviewer-plugins (1.0.1) sarah; urgency=medium
 
   * Migration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.1/debian/control 
new/xviewer-plugins-1.0.2/debian/control
--- old/xviewer-plugins-1.0.1/debian/control2016-02-06 17:49:09.0 
+0100
+++ new/xviewer-plugins-1.0.2/debian/control2016-04-27 14:40:02.0 
+0200
@@ -5,6 +5,7 @@
 Build-Depends: cdbs,
gnome-pkg-tools (>= 0.11),
debhelper (>= 8),
+   dh-autoreconf,
autotools-dev,
intltool (>= 0.40.0),
libglib2.0-dev (>= 2.32.0),




commit armadillo for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2016-04-28 16:57:14

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2016-04-22 
16:25:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2016-04-28 
17:02:26.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 27 04:43:12 UTC 2016 - badshah...@gmail.com
+
+- Update to version 6.700.5:
+  + Undocumented bug fixes.
+
+---

Old:

  armadillo-6.700.4.tar.gz

New:

  armadillo-6.700.5.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.xiEE0u/_old  2016-04-28 17:02:28.0 +0200
+++ /var/tmp/diff_new_pack.xiEE0u/_new  2016-04-28 17:02:28.0 +0200
@@ -19,7 +19,7 @@
 %define soname libarmadillo6
 
 Name:   armadillo
-Version:6.700.4
+Version:6.700.5
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-6.700.4.tar.gz -> armadillo-6.700.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-6.700.4/CMakeLists.txt 
new/armadillo-6.700.5/CMakeLists.txt
--- old/armadillo-6.700.4/CMakeLists.txt2016-04-11 04:46:29.0 
+0200
+++ new/armadillo-6.700.5/CMakeLists.txt2016-04-24 04:32:22.0 
+0200
@@ -16,7 +16,7 @@
 
 set(ARMA_MAJOR 6)
 set(ARMA_MINOR 700)
-set(ARMA_PATCH 4)
+set(ARMA_PATCH 5)
 set(ARMADILLO_VERSION ${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
 message(STATUS "Configuring Armadillo ${ARMADILLO_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-6.700.4/README.txt 
new/armadillo-6.700.5/README.txt
--- old/armadillo-6.700.4/README.txt2016-04-12 05:35:39.0 +0200
+++ new/armadillo-6.700.5/README.txt2016-04-24 04:32:22.0 +0200
@@ -231,11 +231,12 @@
 If you want to use Armadillo without installation (not recommended),
 compile along these lines:
   
-  g++ example1.cpp -o example1 -O2 -I /home/blah/armadillo-6.700.4/include 
-DARMA_DONT_USE_WRAPPER -lblas -llapack
+  g++ example1.cpp -o example1 -O2 -I /home/blah/armadillo-6.700.5/include 
-DARMA_DONT_USE_WRAPPER -lblas -llapack
   
 The above command line assumes that you have unpacked the armadillo archive 
into /home/blah/
 You will need to adjust this for later versions of Armadillo,
 and/or if you have unpacked the armadillo archive into a different directory.
+
 Replace -lblas with -lopenblas if you have OpenBLAS.
 On Mac OS X, replace -lblas -llapack with -framework Accelerate
 
@@ -326,12 +327,22 @@
 
 Armadillo can use OpenBLAS, or Intel Math Kernel Library (MKL),
 or the AMD Core Math Library (ACML) as high-speed replacements
-for BLAS and LAPACK.  Generally this just involves linking with
-the replacement libraries instead of BLAS and LAPACK.
+for BLAS and LAPACK.  In essence this involves linking with the
+replacement libraries instead of BLAS and LAPACK.
+
+You may need to make minor modifications to include/armadillo_bits/config.hpp
+to make sure Armadillo uses the same integer sizes and style of function names
+as used by MKL or ACML. Specifically, you may need comment or uncomment the
+following defines:
+
+ARMA_USE_WRAPPER
+ARMA_BLAS_CAPITALS
+ARMA_BLAS_UNDERSCORE
+ARMA_BLAS_LONG
+ARMA_BLAS_LONG_LONG
 
-You may need to make minor modifications to "include/armadillo_bits/config.hpp"
-in order to make sure Armadillo uses the same style of function names
-as used by MKL or ACML. For example, the function names might be in capitals.
+See the associated descriptions in include/armadillo_bits/config.hpp
+for more information about the above defines.  
 
 On Linux systems, MKL and ACML might be installed in a non-standard
 location, such as /opt, which can cause problems during linking.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-6.700.4/include/armadillo_bits/arma_version.hpp 
new/armadillo-6.700.5/include/armadillo_bits/arma_version.hpp
--- old/armadillo-6.700.4/include/armadillo_bits/arma_version.hpp   
2016-04-11 04:46:29.0 +0200
+++ new/armadillo-6.700.5/include/armadillo_bits/arma_version.hpp   
2016-04-24 04:32:22.0 +0200
@@ -15,7 +15,7 @@
 
 #define ARMA_VERSION_MAJOR 6
 #define ARMA_VERSION_MINOR 700
-#define ARMA_VERSION_PATCH 4
+#define ARMA_VERSION_PATCH 5
 #define ARMA_VERSION_NAME  "Catabolic Amalgamator Deluxe"
 
 
diff -urN '--ex

commit xplayer-plparser for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package xplayer-plparser for 
openSUSE:Factory checked in at 2016-04-28 16:57:25

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


Package is "xplayer-plparser"

Changes:

--- /work/SRC/openSUSE:Factory/xplayer-plparser/xplayer-plparser.changes
2016-02-26 00:48:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.xplayer-plparser.new/xplayer-plparser.changes   
2016-04-28 17:02:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 27 16:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.2:
+  * Update hr.po.
+
+---

Old:

  xplayer-plparser-1.0.1.tar.gz

New:

  xplayer-plparser-1.0.2.tar.gz



Other differences:
--
++ xplayer-plparser.spec ++
--- /var/tmp/diff_new_pack.bPQ9xH/_old  2016-04-28 17:02:45.0 +0200
+++ /var/tmp/diff_new_pack.bPQ9xH/_new  2016-04-28 17:02:45.0 +0200
@@ -19,7 +19,7 @@
 %define _sover  18
 %define _name   xplayer-pl-parser
 Name:   xplayer-plparser
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Simple GObject-based library to parse playlist formats
 License:LGPL-2.0+
@@ -29,6 +29,7 @@
 Source1:baselibs.conf
 BuildRequires:  gnome-common
 BuildRequires:  libgcrypt-devel
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(glib-2.0) >= 2.31.0
 BuildRequires:  pkgconfig(gmime-2.6)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -81,8 +82,8 @@
 %package devel
 Summary:Simple GObject-based library to parse playlist formats
 Group:  Development/Libraries/C and C++
-Requires:   lib%{name}-mini%{_sover} = %{version}
 Requires:   lib%{name}%{_sover} = %{version}
+Requires:   lib%{name}-mini%{_sover} = %{version}
 Requires:   typelib-1_0-XplayerPlParser-1_0 = %{version}
 
 %description devel

++ xplayer-plparser-1.0.1.tar.gz -> xplayer-plparser-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-plparser-1.0.1/configure.ac 
new/xplayer-plparser-1.0.2/configure.ac
--- old/xplayer-plparser-1.0.1/configure.ac 2016-02-06 17:36:31.0 
+0100
+++ new/xplayer-plparser-1.0.2/configure.ac 2016-04-27 16:24:56.0 
+0200
@@ -2,7 +2,7 @@
 
 m4_define(xplayer_version_major, 1)
 m4_define(xplayer_version_minor, 0)
-m4_define(xplayer_version_micro, 1)
+m4_define(xplayer_version_micro, 2)
 
 AC_INIT([xplayer-pl-parser],
 [xplayer_version_major.xplayer_version_minor.xplayer_version_micro],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-plparser-1.0.1/debian/changelog 
new/xplayer-plparser-1.0.2/debian/changelog
--- old/xplayer-plparser-1.0.1/debian/changelog 2016-02-06 17:36:31.0 
+0100
+++ new/xplayer-plparser-1.0.2/debian/changelog 2016-04-27 16:24:56.0 
+0200
@@ -1,3 +1,11 @@
+xplayer-pl-parser (1.0.2) sarah; urgency=medium
+
+  [ gogogogi ]
+  * Update hr.po
+  * Update hr.po
+
+ -- Clement Lefebvre   Wed, 27 Apr 2016 15:24:25 +0100
+
 xplayer-pl-parser (1.0.1) sarah; urgency=medium
 
   * 1.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-plparser-1.0.1/po/hr.po 
new/xplayer-plparser-1.0.2/po/hr.po
--- old/xplayer-plparser-1.0.1/po/hr.po 2016-02-06 17:36:31.0 +0100
+++ new/xplayer-plparser-1.0.2/po/hr.po 2016-04-27 16:24:56.0 +0200
@@ -1,49 +1,55 @@
-# Translation of xplayer to Croatiann
-# Copyright (C) Croatiann team
-# Translators: Automatski Prijevod <>,Danijel Studen ,Denis 
Lackovic ,Diana Ćorluka ,Ivan 
Jankovic ,Nikola Planinac <>,Robert Sedak 
,
+# Croatian translation.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# gogo , 2016.
+#
 msgid ""
 msgstr ""
-"Project-Id-Version: xplayer 0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-09 18:46+0200\n"
-"PO-Revision-Date: 2008-05-17 14:51+\n"
-"Last-Translator: Launchpad Translations Administrators \n"
-"Language-Team: Croatian \n"
+"Project-Id-Version: xplayer-pl-parser 1.0.1\n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: gogo \n"
+"Language-Team: Croatian \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Launchpad-Export-Date: 2008-05-28 14:51+\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"Plural-Forms: nplurals=3; plural=(n%1

commit cinnamon-session for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-session for 
openSUSE:Factory checked in at 2016-04-28 16:56:50

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


Package is "cinnamon-session"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-session/cinnamon-session.changes
2016-03-16 10:35:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-session.new/cinnamon-session.changes   
2016-04-28 17:01:45.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 25 05:00:35 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.0:
+  * main.c: Remove CLUTTER_BACKEND=x11 (moved to cinnamon main.c).
+  * mdm: Fix logic error.
+  * Fix a typo in a warning message.
+  * Add a provides for x-session-manager.
+  * Support new libsystemd (which replaces libsystemd-login).
+  * Fix GTK+ regression in csm-inhibit-dialog.
+
+---

Old:

  cinnamon-session-2.8.3.tar.gz

New:

  cinnamon-session-3.0.0.tar.gz



Other differences:
--
++ cinnamon-session.spec ++
--- /var/tmp/diff_new_pack.PlUiek/_old  2016-04-28 17:01:47.0 +0200
+++ /var/tmp/diff_new_pack.PlUiek/_new  2016-04-28 17:01:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-session
-Version:2.8.3
+Version:3.0.0
 Release:0
 Summary:The session manager for the Cinnamon Desktop
 License:GPL-2.0+ and LGPL-2.1+
@@ -29,6 +29,7 @@
 BuildRequires:  gnome-common
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRequires:  tcpd-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
@@ -39,7 +40,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libcanberra)
-BuildRequires:  pkgconfig(libsystemd-login)
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(pangox)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(upower-glib)

++ cinnamon-session-2.8.3.tar.gz -> cinnamon-session-3.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-session-2.8.3/cinnamon-session/main.c 
new/cinnamon-session-3.0.0/cinnamon-session/main.c
--- old/cinnamon-session-2.8.3/cinnamon-session/main.c  2016-03-07 
18:09:17.0 +0100
+++ new/cinnamon-session-3.0.0/cinnamon-session/main.c  2016-04-23 
17:16:58.0 +0200
@@ -380,7 +380,6 @@
  * detect if GNOME is running. We keep this for compatibility reasons.
  */
 csm_util_setenv ("GNOME_DESKTOP_SESSION_ID", "this-is-deprecated");
-csm_util_setenv ("CLUTTER_BACKEND", "x11");
 
 /* Make QT5 apps follow the GTK style */
 csm_util_setenv ("QT_STYLE_OVERRIDE", "gtk");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-session-2.8.3/configure.ac 
new/cinnamon-session-3.0.0/configure.ac
--- old/cinnamon-session-2.8.3/configure.ac 2016-03-07 18:09:17.0 
+0100
+++ new/cinnamon-session-3.0.0/configure.ac 2016-04-23 17:16:58.0 
+0200
@@ -1,5 +1,5 @@
 AC_INIT([cinnamon-session],
-[2.8.3],
+[3.0.0],
 [https://github.com/linuxmint/cinnamon-session/issues])
 
 AC_CONFIG_SRCDIR([cinnamon-session])
@@ -96,7 +96,9 @@
 dnl Check for logind
 dnl 
 
-PKG_CHECK_MODULES(LOGIND, [gio-unix-2.0 libsystemd-login >= 183], 
[have_logind=yes], [have_logind=no])
+PKG_CHECK_MODULES(LOGIND, [gio-unix-2.0 libsystemd-login], [have_logind=yes], [
+ PKG_CHECK_MODULES(LOGIND, [gio-unix-2.0 libsystemd], [have_logind=yes], 
[have_logind=no])
+])
 
 if test x$have_logind = xyes; then
 AC_DEFINE(HAVE_LOGIND, 1, [Define if logind is supported])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-session-2.8.3/data/csm-inhibit-dialog.glade 
new/cinnamon-session-3.0.0/data/csm-inhibit-dialog.glade
--- old/cinnamon-session-2.8.3/data/csm-inhibit-dialog.glade2016-03-07 
18:09:17.0 +0100
+++ new/cinnamon-session-3.0.0/data/csm-inhibit-dialog.glade2016-04-23 
17:16:58.0 +0200
@@ -1,18 +1,19 @@
-
+
+
 
-  
-  
+  
   
 True
+False
 6
-vertical
 6
 
   
 True
-0
+False
 Some programs are still 
running:
 True
+0
 
   
 
@@ -27,16 +28,19 @@
   
 True
 True
-automatic
-automatic
 in
+200
 
   
 True
 True
+3
   

commit ghc-persistent-template for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ghc-persistent-template for 
openSUSE:Factory checked in at 2016-04-28 16:57:04

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


Package is "ghc-persistent-template"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-persistent-template/ghc-persistent-template.changes
  2016-03-18 21:41:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-persistent-template.new/ghc-persistent-template.changes
 2016-04-28 17:02:12.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 26 08:36:30 UTC 2016 - mimi...@gmail.com
+
+-update to 2.1.8
+* Support for GHC 8
+* aeson 0.11
+* transformers 0.5
+
+---

Old:

  persistent-template-2.1.6.tar.gz

New:

  persistent-template-2.1.8.tar.gz



Other differences:
--
++ ghc-persistent-template.spec ++
--- /var/tmp/diff_new_pack.mBLjqf/_old  2016-04-28 17:02:14.0 +0200
+++ /var/tmp/diff_new_pack.mBLjqf/_new  2016-04-28 17:02:14.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-persistent-template
-Version:2.1.6
+Version:2.1.8
 Release:0
 Summary:Type-safe, non-relational, multi-backend persistence
 Group:  System/Libraries

++ persistent-template-2.1.6.tar.gz -> persistent-template-2.1.8.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-template-2.1.6/ChangeLog.md 
new/persistent-template-2.1.8/ChangeLog.md
--- old/persistent-template-2.1.6/ChangeLog.md  2016-03-08 09:17:27.0 
+0100
+++ new/persistent-template-2.1.8/ChangeLog.md  2016-04-23 09:41:14.0 
+0200
@@ -1,3 +1,7 @@
+## 2.1.7
+
+* Support for GHC 8 [#556](https://github.com/yesodweb/persistent/issues/556)
+
 ## 2.1.6
 
 * aeson 0.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-template-2.1.6/Database/Persist/TH.hs 
new/persistent-template-2.1.8/Database/Persist/TH.hs
--- old/persistent-template-2.1.6/Database/Persist/TH.hs2016-03-08 
09:17:27.0 +0100
+++ new/persistent-template-2.1.8/Database/Persist/TH.hs2016-04-23 
09:42:28.0 +0200
@@ -47,7 +47,11 @@
 import Database.Persist
 import Database.Persist.Sql (Migration, migrate, SqlBackend, PersistFieldSql)
 import Database.Persist.Quasi
-import Language.Haskell.TH.Lib (varE)
+import Language.Haskell.TH.Lib (
+#if MIN_VERSION_template_haskell(2,11,0)
+conT,
+#endif
+varE)
 import Language.Haskell.TH.Quote
 import Language.Haskell.TH.Syntax
 import Data.Char (toLower, toUpper)
@@ -396,14 +400,21 @@
 Just (a, b) -> cons (toUpper a) b
 Nothing -> t
 
-dataTypeDec :: MkPersistSettings -> EntityDef -> Dec
-dataTypeDec mps t =
-DataD [] nameFinal paramsFinal constrs
-$ map (mkName . unpack) $ entityDerives t
+dataTypeDec :: MkPersistSettings -> EntityDef -> Q Dec
+dataTypeDec mps t = do
+let names = map (mkName . unpack) $ entityDerives t
+#if MIN_VERSION_template_haskell(2,11,0)
+DataD [] nameFinal paramsFinal
+Nothing
+constrs
+<$> mapM conT names
+#else
+return $ DataD [] nameFinal paramsFinal constrs names
+#endif
   where
 mkCol x fd@FieldDef {..} =
 (mkName $ unpack $ recName mps x fieldHaskell,
- if fieldStrict then IsStrict else NotStrict,
+ if fieldStrict then isStrict else notStrict,
  maybeIdType mps fd Nothing Nothing
 )
 (nameFinal, paramsFinal)
@@ -420,7 +431,7 @@
 
 sumCon fd = NormalC
 (sumConstrName mps t fd)
-[(NotStrict, maybeIdType mps fd Nothing Nothing)]
+[(notStrict, maybeIdType mps fd Nothing Nothing)]
 
 sumConstrName :: MkPersistSettings -> EntityDef -> FieldDef -> Name
 sumConstrName mps t FieldDef {..} = mkName $ unpack $ concat
@@ -435,6 +446,9 @@
 uniqueTypeDec mps t =
 DataInstD [] ''Unique
 [genericDataType mps (entityHaskell t) backendT]
+#if MIN_VERSION_template_haskell(2,11,0)
+Nothing
+#endif
 (map (mkUnique mps t) $ entityUniques t)
 []
 
@@ -449,7 +463,7 @@
 
 go :: (FieldDef, IsNullable) -> (Strict, Type)
 go (_, Nullable _) | not force = error nullErrMsg
-go (fd, y) = (NotStrict, maybeIdType mps fd Nothing (Just y))
+go (fd, y) = (notStrict, maybeIdType mps fd Nothing (Just y))
 
 lookup3 :: Text -> [FieldDef] -> (FieldDef, IsNullable)
 lookup3 s [] =
@@ -691,9 +705,16 @@
 bi <- backendKeyI
 return (bi, allInstances)
 
+#if MIN_VERSION_template_haskell(

commit ghc-xml-conduit for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ghc-xml-conduit for openSUSE:Factory 
checked in at 2016-04-28 16:57:07

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


Package is "ghc-xml-conduit"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-xml-conduit/ghc-xml-conduit.changes  
2016-04-12 19:38:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-xml-conduit.new/ghc-xml-conduit.changes 
2016-04-28 17:02:16.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 19 12:53:04 UTC 2016 - mimi...@gmail.com
+
+- update to 1.3.4.2
+* transformers dep bump
+
+---

Old:

  xml-conduit-1.3.4.1.tar.gz

New:

  xml-conduit-1.3.4.2.tar.gz



Other differences:
--
++ ghc-xml-conduit.spec ++
--- /var/tmp/diff_new_pack.dae3NT/_old  2016-04-28 17:02:18.0 +0200
+++ /var/tmp/diff_new_pack.dae3NT/_new  2016-04-28 17:02:18.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-xml-conduit
-Version:1.3.4.1
+Version:1.3.4.2
 Release:0
 Summary:Pure-Haskell utilities for dealing with XML with the conduit 
package
 License:BSD-2-Clause

++ xml-conduit-1.3.4.1.tar.gz -> xml-conduit-1.3.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-conduit-1.3.4.1/ChangeLog.md 
new/xml-conduit-1.3.4.2/ChangeLog.md
--- old/xml-conduit-1.3.4.1/ChangeLog.md2016-04-07 08:20:41.0 
+0200
+++ new/xml-conduit-1.3.4.2/ChangeLog.md2016-04-18 08:57:08.0 
+0200
@@ -1,3 +1,7 @@
+## 1.3.4.2
+
+* transformers dep bump
+
 ## 1.3.4.1
 
 * Remove unneeded ImpredicativeTypes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-conduit-1.3.4.1/xml-conduit.cabal 
new/xml-conduit-1.3.4.2/xml-conduit.cabal
--- old/xml-conduit-1.3.4.1/xml-conduit.cabal   2016-04-07 08:20:41.0 
+0200
+++ new/xml-conduit-1.3.4.2/xml-conduit.cabal   2016-04-18 08:57:08.0 
+0200
@@ -1,5 +1,5 @@
 name:xml-conduit
-version: 1.3.4.1
+version: 1.3.4.2
 license: MIT
 license-file:LICENSE
 author:  Michael Snoyman , Aristid Breitkreuz 

@@ -26,7 +26,7 @@
, xml-types >= 0.3.4&& < 0.4
, attoparsec>= 0.10
, blaze-builder >= 0.2  && < 0.5
-   , transformers  >= 0.2  && < 0.5
+   , transformers  >= 0.2  && < 0.6
, data-default
, monad-control >= 0.3  && < 1.1
, blaze-markup  >= 0.5




commit pam_yubico for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package pam_yubico for openSUSE:Factory 
checked in at 2016-04-28 16:56:59

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


Package is "pam_yubico"

Changes:

--- /work/SRC/openSUSE:Factory/pam_yubico/pam_yubico.changes2015-10-14 
16:44:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam_yubico.new/pam_yubico.changes   
2016-04-28 17:02:03.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 25 20:18:57 UTC 2016 - t.gru...@katodev.de
+
+- Version 2.21 (released 2016-02-19)
+  - Add proxy support for yubico-c-client.
+  - Check that conv is set before trying to use it fixes a crash bug with the 
osx loginwindow.
+  - Add building of a mac installer.
+
+---

Old:

  pam_yubico-2.20.tar.gz
  pam_yubico-2.20.tar.gz.sig

New:

  pam_yubico-2.21.tar.gz
  pam_yubico-2.21.tar.gz.sig



Other differences:
--
++ pam_yubico.spec ++
--- /var/tmp/diff_new_pack.YVmOPM/_old  2016-04-28 17:02:05.0 +0200
+++ /var/tmp/diff_new_pack.YVmOPM/_new  2016-04-28 17:02:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_yubico
 #
-# 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:   pam_yubico
-Version:2.20
+Version:2.21
 Release:0
 Summary:Yubico Pluggable Authentication Module (PAM)
 License:BSD-2-Clause

++ pam_yubico-2.20.tar.gz -> pam_yubico-2.21.tar.gz ++
 2185 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_yubico-2.20/ChangeLog new/pam_yubico-2.21/ChangeLog
--- old/pam_yubico-2.20/ChangeLog   2015-09-22 08:14:23.0 +0200
+++ new/pam_yubico-2.21/ChangeLog   2016-02-19 12:18:10.0 +0100
@@ -1,3 +1,75 @@
+2016-02-19  Klas Lindfors 
+
+   * NEWS: NEWS for 2.21
+
+2016-02-17  Klas Lindfors 
+
+   * mac.mk: add first stab at makefile for mac installer fixes #76
+
+2016-02-17  Klas Lindfors 
+
+   * pam_yubico.c, util.c: pass cfg->debug to check_firmware_version()
+   and let it use D macro
+
+2016-02-16  Klas Lindfors 
+
+   * : Merge pull request #88 from
+   shankerwangmiao/bug-fix-for-null-conv add check for NULL conv
+
+2015-11-16  Klas Lindfors 
+
+   * : commit e231b8217cdfc25bffc7181a1270dfd840a3aebf Author: mikemn
+Date:   Thu Nov 12 15:02:49 2015
+   -0600
+
+2015-11-11  mikemn 
+
+   * pam_yubico.8.txt, pam_yubico.c: Add proxy support via Curl
+
+2015-11-13  Klas Lindfors 
+
+   * tests/aux/build-and-test.sh: set -e later for travis and hope for
+   the best
+
+2015-11-13  Klas Lindfors 
+
+   * tests/aux/build-and-test.sh: add brew update for travis
+
+2015-10-08  Klas Lindfors 
+
+   * configure.ac, m4/valgrind-tests.m4: with more thought: remove
+   valgrind for tests since curl+gnutls seems to leave gnutls inited data 
around
+
+2015-10-08  Klas Lindfors 
+
+   * configure.ac, m4/valgrind-tests.m4: add valgrind-tests
+
+2015-10-08  Klas Lindfors 
+
+   * pam_yubico.c: use correct modifier for size_t print
+
+2015-10-08  Klas Lindfors 
+
+   * .travis.yml, tests/aux/build-and-test.sh, tests/pam_test.c: setup
+   travis to do multi-os builds
+
+2015-10-08  Klas Lindfors 
+
+   * tests/Makefile.am, tests/test.c: drop the non-portable test test it 
linked with the module and didn't really do anything, making the
+   test suite more fragile than necessary
+
+2015-10-05  Klas Lindfors 
+
+   * README, doc/YubiKey_and_FreeRADIUS_1FA_via_PAM.adoc,
+   doc/YubiKey_and_FreeRADIUS_via_PAM.adoc: remove forgotten references
+   to wiki There is no wiki for this project, that information is either 
in the
+   doc folder or in the project manpages. Both of which accessible from
+   https://developers.yubico.com/yubico-pam/ fixes #81
+
+2015-09-22  Klas Lindfors 
+
+   * NEWS, configure.ac: bump versions
+
 2015-09-22  Klas Lindfors 
 
* NEWS: NEWS for 2.20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --ex

commit ibacm for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ibacm for openSUSE:Factory checked 
in at 2016-04-28 16:56:45

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


Package is "ibacm"

Changes:

--- /work/SRC/openSUSE:Factory/ibacm/ibacm.changes  2015-11-08 
14:36:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibacm.new/ibacm.changes 2016-04-28 
17:01:38.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 13 07:30:09 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 1.2.0
+  * Empty changelog
+
+---

Old:

  ibacm-1.1.0.tar.gz

New:

  ibacm-1.2.0.tar.gz



Other differences:
--
++ ibacm.spec ++
--- /var/tmp/diff_new_pack.jo3Nnp/_old  2016-04-28 17:01:40.0 +0200
+++ /var/tmp/diff_new_pack.jo3Nnp/_new  2016-04-28 17:01:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibacm
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -19,7 +19,7 @@
 %define so_ver 1
 
 Name:   ibacm
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:InfiniBand Communication Manager Assistant
 License:GPL-2.0 or BSD-2-Clause
@@ -82,11 +82,12 @@
 %files -n lib%{name}p%{so_ver}
 %defattr(-,root,root,-)
 %dir %{_libdir}/%{name}
-%{_libdir}/%{name}/lib%{name}p.*
+%{_libdir}/%{name}/lib%{name}p.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/infiniband/acm.h
 %{_includedir}/infiniband/acm_prov.h
+%{_libdir}/%{name}/lib%{name}p.so
 
 %changelog

++ ibacm-1.1.0.tar.gz -> ibacm-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibacm-1.1.0/Makefile.am new/ibacm-1.2.0/Makefile.am
--- old/ibacm-1.1.0/Makefile.am 2015-07-30 22:54:10.0 +0200
+++ new/ibacm-1.2.0/Makefile.am 2016-03-18 21:25:29.0 +0100
@@ -40,7 +40,7 @@
 EXTRA_DIST = src/acm_util.h prov/acmp/src/libibacmp.map \
include/acm_mad.h src/libacm.h ibacm.init.in \
linux/osd.h linux/dlist.h ibacm.spec.in \
-   $(man_MANS) ibacm_hosts.data
+   $(man_MANS) ibacm_hosts.data src/acm_netlink.h
 
 install-exec-hook:
install -D -m 755 ibacm.init $(DESTDIR)$(sysconfdir)/init.d/ibacm;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibacm-1.1.0/Makefile.in new/ibacm-1.2.0/Makefile.in
--- old/ibacm-1.1.0/Makefile.in 2015-07-30 22:55:40.0 +0200
+++ new/ibacm-1.2.0/Makefile.in 2016-03-18 21:26:44.0 +0100
@@ -306,7 +306,7 @@
 EXTRA_DIST = src/acm_util.h prov/acmp/src/libibacmp.map \
include/acm_mad.h src/libacm.h ibacm.init.in \
linux/osd.h linux/dlist.h ibacm.spec.in \
-   $(man_MANS) ibacm_hosts.data
+   $(man_MANS) ibacm_hosts.data src/acm_netlink.h
 
 all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibacm-1.1.0/config.h.in new/ibacm-1.2.0/config.h.in
--- old/ibacm-1.1.0/config.h.in 2015-07-30 22:56:49.0 +0200
+++ new/ibacm-1.2.0/config.h.in 2016-03-18 21:38:57.0 +0100
@@ -18,6 +18,9 @@
 /* Define to 1 if you have the  header file. */
 #undef HAVE_MEMORY_H
 
+/* Have netlink header files */
+#undef HAVE_NETLINK
+
 /* Define to 1 if you have the  header file. */
 #undef HAVE_STDINT_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibacm-1.1.0/configure new/ibacm-1.2.0/configure
--- old/ibacm-1.1.0/configure   2015-07-30 22:55:37.0 +0200
+++ new/ibacm-1.2.0/configure   2016-03-18 21:26:41.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for ibacm 1.1.0.
+# Generated by GNU Autoconf 2.67 for ibacm 1.2.0.
 #
 # Report bugs to .
 #
@@ -701,8 +701,8 @@
 # Identity of this package.
 PACKAGE_NAME='ibacm'
 PACKAGE_TARNAME='ibacm'
-PACKAGE_VERSION='1.1.0'
-PACKAGE_STRING='ibacm 1.1.0'
+PACKAGE_VERSION='1.2.0'
+PACKAGE_STRING='ibacm 1.2.0'
 PACKAGE_BUGREPORT='linux-r...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1427,7 +1427,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 ibacm 1.1.0 to adapt to many kinds of systems.
+\`configure' configures ibacm 1.2.0 to a

commit ghc-cryptonite for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ghc-cryptonite for openSUSE:Factory 
checked in at 2016-04-28 16:57:02

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


Package is "ghc-cryptonite"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-cryptonite/ghc-cryptonite.changes
2016-01-07 00:25:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-cryptonite.new/ghc-cryptonite.changes   
2016-04-28 17:02:09.0 +0200
@@ -1,0 +2,36 @@
+Sun Apr 10 18:56:31 UTC 2016 - mimi...@gmail.com
+
+- update to 0.14
+* Fix serialization of DH and ECDH
+* Reduce size of SHA3 context instead of allocating all-size fit memory. save 
up to
+72 bytes of memory per context for SHA3-512.
+* Add a Seed capability to the main DRG, to be able to debug/reproduce 
randomized
+program where you would want to disable the randomness.
+* Add support for Cipher-based Message Authentication Code (CMAC) (Kei Hibino)
+* CHANGE Change the SharedKey for Crypto.PubKey.DH and Crypto.PubKey.ECC.DH, 
from
+an Integer newtype to a ScrubbedBytes newtype. Prevent mistake where the 
bytes 
+representation is generated without the right padding (when needed).
+* CHANGE Keep The field size in bits, in the Params in Crypto.PubKey.DH, moving
+from 2 elements to 3 elements in the structure.
+
+---
+Mon Feb 22 07:35:21 UTC 2016 - mimi...@gmail.com
+
+- update to 0.13
+* SECURITY Fix buffer overflow issue in SHA384, copying 16 extra bytes from 
+the SHA512 context to the destination memory pointer leading to memory 
+corruption, segfault
+* Fix compilation issue with Ed448 on 32 bits machine.
+
+---
+Sun Feb 14 07:17:14 UTC 2016 - mimi...@gmail.com
+
+- update to 0.11
+* Truncate hashing correctly for DSA
+* Add support for HKDF (RFC 5869)
+* Add support for Ed448
+* Extends support for Blake2s to 224 bits version.
+* Compilation fix with AESNI and ghci compiling C source in a weird order.
+* Fix example compilation, typo, and warning
+
+---

Old:

  cryptonite-0.10.tar.gz

New:

  cryptonite-0.15.tar.gz



Other differences:
--
++ ghc-cryptonite.spec ++
--- /var/tmp/diff_new_pack.cA33P0/_old  2016-04-28 17:02:12.0 +0200
+++ /var/tmp/diff_new_pack.cA33P0/_new  2016-04-28 17:02:12.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-cryptonite
-Version:0.10
+Version:0.15
 Release:0
 Summary:Cryptography Primitives sink
 Group:  System/Libraries

++ cryptonite-0.10.tar.gz -> cryptonite-0.15.tar.gz ++
 1796 lines of diff (skipped)




commit yubico-piv-tool for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yubico-piv-tool for openSUSE:Factory 
checked in at 2016-04-28 16:56:57

Comparing /work/SRC/openSUSE:Factory/yubico-piv-tool (Old)
 and  /work/SRC/openSUSE:Factory/.yubico-piv-tool.new (New)


Package is "yubico-piv-tool"

Changes:

--- /work/SRC/openSUSE:Factory/yubico-piv-tool/yubico-piv-tool.changes  
2015-11-26 17:04:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.yubico-piv-tool.new/yubico-piv-tool.changes 
2016-04-28 17:02:01.0 +0200
@@ -1,0 +2,35 @@
+Mon Apr 25 20:04:14 UTC 2016 - t.gru...@katodev.de
+
+- Version 1.3.1 (released 2016-04-19)
+  - Fix a bug where unblock pin would instead change puk, introduced in 1.3.0.
+  - Clarifications with help texts.
+
+- Version 1.3.0 (released 2016-02-19)
+  - Fixed extraction of RSA modulus and exponent for pkcs11.
+  - Implemented C_SetPIN for pkcs11.
+  - Add generic write and read object actions for the tool. Supports 
hex/binary/base64 formats
+  - Add ykpiv_change_pin(), ykpiv_change_puk() and ykpiv_unblock_pin()
+  - Print CCC with status action.
+  - Address bugs with pkcs11 on windows.
+  - Add --valid-days and --serial to tool for selfsign-certificate action.
+  - Ask for password for pkcs12 if none is given.
+
+---
+Fri Dec 11 08:12:48 UTC 2015 - t.gru...@katodev.de
+
+- Version 1.2.2 (released 2015-12-08)
+  - Fix old buffer overflow in change-pin functionality.
+
+- Version 1.2.1 (released 2015-12-08)
+   -Fix issue with big certificates and status.
+
+- Version 1.2.0 (released 2015-12-07)
+  - On OSX use @loader_path instead of @executable_path for ykcs11.
+  - Add ykpiv_import_private_key to libykpiv.
+  - Raise buffer sizes to support bigger objects.
+  - Change behavior of action status, only list populated slots.
+  - Add retired keys to ykcs11.
+  - In ykcs11 support login with non null terminated pin.
+  - Add a new action set-ccc to yubico-piv-tool to set the CCC.
+
+---

Old:

  yubico-piv-tool-1.1.2.tar.gz
  yubico-piv-tool-1.1.2.tar.gz.sig

New:

  yubico-piv-tool-1.3.1.tar.gz
  yubico-piv-tool-1.3.1.tar.gz.sig



Other differences:
--
++ yubico-piv-tool.spec ++
--- /var/tmp/diff_new_pack.CgRmgQ/_old  2016-04-28 17:02:03.0 +0200
+++ /var/tmp/diff_new_pack.CgRmgQ/_new  2016-04-28 17:02:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yubico-piv-tool
 #
-# 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:   yubico-piv-tool
-Version:1.1.2
+Version:1.3.1
 Release:0
 Summary:Yubico YubiKey NEO CCID Manager
 License:BSD-2-Clause
@@ -29,6 +29,7 @@
 BuildRequires:  libtool
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
+BuildRequires:  valgrind
 BuildRequires:  pkgconfig(openssl)
 Requires:   libykcs11-%{soname} = %{version}
 Requires:   libykpiv%{soname} = %{version}
@@ -101,12 +102,12 @@
 %files -n libykpiv%{soname}
 %defattr(-,root,root)
 %{_libdir}/libykpiv.so.%{soname}
-%{_libdir}/libykpiv.so.%{soname}.1.0
+%{_libdir}/libykpiv.so.%{soname}.3.1
 
 %files -n libykcs11-%{soname}
 %defattr(-,root,root)
 %{_libdir}/libykcs11.so.%{soname}
-%{_libdir}/libykcs11.so.%{soname}.1.0
+%{_libdir}/libykcs11.so.%{soname}.3.1
 
 %files -n libykpiv-devel
 %defattr(-,root,root)

++ yubico-piv-tool-1.1.2.tar.gz -> yubico-piv-tool-1.3.1.tar.gz ++
 6118 lines of diff (skipped)




commit cinnamon-settings-daemon for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-settings-daemon for 
openSUSE:Factory checked in at 2016-04-28 16:56:47

Comparing /work/SRC/openSUSE:Factory/cinnamon-settings-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-settings-daemon.new (New)


Package is "cinnamon-settings-daemon"

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-settings-daemon/cinnamon-settings-daemon.changes
2016-03-16 10:35:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-settings-daemon.new/cinnamon-settings-daemon.changes
   2016-04-28 17:01:42.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 25 05:00:35 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.0:
+  * Add dbus method to play sound event on specified channel.
+  * Correct the icon shown in the OSD when the mic-mute button is
+used.
+  * Power plugin: Fix CSD not notifying Cinnamon on device removal.
+
+---

Old:

  cinnamon-settings-daemon-2.8.4.tar.gz

New:

  cinnamon-settings-daemon-3.0.0.tar.gz



Other differences:
--
++ cinnamon-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.5YEd0c/_old  2016-04-28 17:01:44.0 +0200
+++ /var/tmp/diff_new_pack.5YEd0c/_new  2016-04-28 17:01:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-settings-daemon
-Version:2.8.4
+Version:3.0.0
 Release:0
 Summary:The settings Daemon for the Cinnamon Desktop
 License:GPL-2.0+ and LGPL-2.1
@@ -29,10 +29,12 @@
 BuildRequires:  gnome-common
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  xf86-input-wacom
 BuildRequires:  pkgconfig(cinnamon-desktop)
 BuildRequires:  pkgconfig(colord)
+BuildRequires:  pkgconfig(cvc)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -46,7 +48,7 @@
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
 BuildRequires:  pkgconfig(librsvg-2.0)
-BuildRequires:  pkgconfig(libsystemd-login)
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(libwacom)
 BuildRequires:  pkgconfig(libxklavier)
 BuildRequires:  pkgconfig(nss)
@@ -65,6 +67,7 @@
 Summary:The settings Daemon for the Cinnamon Desktop -- Development 
Files
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+Requires:   pkg-config
 Requires:   pkgconfig(dbus-glib-1)
 Requires:   pkgconfig(glib-2.0)
 

++ cinnamon-settings-daemon-2.8.4.tar.gz -> 
cinnamon-settings-daemon-3.0.0.tar.gz ++
 7329 lines of diff (skipped)




commit QMPlay2 for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2016-04-28 16:56:54

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


Package is "QMPlay2"

Changes:

--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2016-03-31 
13:02:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new/QMPlay2.changes 2016-04-28 
17:01:53.0 +0200
@@ -1,0 +2,14 @@
+Sun Apr 24 10:29:33 UTC 2016 - dap.darkn...@gmail.com
+
+- Update to 16.04.23:
+  * VDPAU decoder without VDPAU writer is now available,
+  * added spherical view for video playback (Ctrl+3; OpenGL only),
+  * added Simplified Chinese translation (king Lee),
+  * move video filtering to separate thread,
+  * added Yadif deinterlacing filter,
+  * better frame skipping,
+  * replay gain fixes,
+  * bugfix.
+- Updated QMPlay2-no-prostopleer.diff.
+
+---

Old:

  QMPlay2-src-16.03.24.tar.xz

New:

  QMPlay2-src-16.04.23.tar.xz



Other differences:
--
++ QMPlay2.spec ++
--- /var/tmp/diff_new_pack.iBeWsD/_old  2016-04-28 17:01:56.0 +0200
+++ /var/tmp/diff_new_pack.iBeWsD/_new  2016-04-28 17:01:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   QMPlay2
-Version:16.03.24
+Version:16.04.23
 Release:0
 Summary:A Qt based media player, streamer and downloader
 License:LGPL-3.0+

++ QMPlay2-no-prostopleer.diff ++
--- /var/tmp/diff_new_pack.iBeWsD/_old  2016-04-28 17:01:56.0 +0200
+++ /var/tmp/diff_new_pack.iBeWsD/_new  2016-04-28 17:01:56.0 +0200
@@ -31,14 +31,14 @@
modulesInfo += Info(MPRIS2Name, QMPLAY2EXTENSION);
  #endif
 @@ -61,8 +58,6 @@
-   return static_cast< QMPlay2Extensions * >(new LastFM(*this));
+   return static_cast(new LastFM(*this));
else if (name == RadioName)
-   return static_cast< QMPlay2Extensions * >(new Radio(*this));
+   return static_cast(new Radio(*this));
 -  else if (name == ProstoPleerName)
--  return static_cast< QMPlay2Extensions * >(new 
ProstoPleer(*this));
+-  return static_cast(new ProstoPleer(*this));
  #ifdef USE_MPRIS2
else if (name == MPRIS2Name)
-   return static_cast< QMPlay2Extensions * >(new MPRIS2(*this));
+   return static_cast(new MPRIS2(*this));
 --- src/modules/Extensions/Extensions.hpp.orig 2016-02-29 21:17:29.0 
+0300
 +++ src/modules/Extensions/Extensions.hpp  2016-03-12 13:04:23.706846080 
+0300
 @@ -10,7 +10,7 @@

++ QMPlay2-src-16.03.24.tar.xz -> QMPlay2-src-16.04.23.tar.xz ++
 10622 lines of diff (skipped)




commit utf8proc for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package utf8proc for openSUSE:Factory 
checked in at 2016-04-28 16:56:56

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


Package is "utf8proc"

Changes:

--- /work/SRC/openSUSE:Factory/utf8proc/utf8proc.changes2015-09-24 
06:14:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.utf8proc.new/utf8proc.changes   2016-04-28 
17:01:57.0 +0200
@@ -1,0 +2,9 @@
+Sun Apr 24 11:32:39 UTC 2016 - astie...@suse.com
+
+- utf8proc 1.3.1:
+  * Do not export symbol for internal function unsafe_encode_char()
+  * Install relative symbolic links for shared libraries
+  * Enable and fix compiler warnings
+- remove cmake dependency
+
+---

Old:

  utf8proc-1.3.tar.gz

New:

  utf8proc-1.3.1.tar.gz



Other differences:
--
++ utf8proc.spec ++
--- /var/tmp/diff_new_pack.YYbU8R/_old  2016-04-28 17:02:00.0 +0200
+++ /var/tmp/diff_new_pack.YYbU8R/_new  2016-04-28 17:02:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package utf8proc
 #
-# 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,16 +16,15 @@
 #
 
 
+%define lib_ver 1
 Name:   utf8proc
-Version:1.3
+Version:1.3.1
 Release:0
-%define lib_ver 1
 Summary:Library for processing UTF-8 encoded Unicode strings
 License:MIT
 Group:  System/Libraries
 Url:http://julialang.org/utf8proc/
 Source: 
https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  cmake
 
 %description
 utf8proc is a library for processing UTF-8 encoded Unicode strings.
@@ -70,13 +69,16 @@
 %setup -q
 
 %build
-%cmake
+export CFLAGS="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-install -d %{buildroot}%{_libdir} %{buildroot}%{_includedir}
-cp -d build/libutf8proc.so* %{buildroot}%{_libdir}
-install -Dm 644 utf8proc.h %{buildroot}%{_includedir}/utf8proc.h
+make %{?_smp_mflags} \
+   DESTDIR=%{buildroot} \
+   prefix=%{_prefix} \
+   libdir=%{_libdir} \
+   install
+find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
 
 %post -n lib%{name}%{lib_ver} -p /sbin/ldconfig
 %postun -n lib%{name}%{lib_ver} -p /sbin/ldconfig

++ utf8proc-1.3.tar.gz -> utf8proc-1.3.1.tar.gz ++
 6380 lines of diff (skipped)




commit cinnamon-control-center for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-control-center for 
openSUSE:Factory checked in at 2016-04-28 16:56:38

Comparing /work/SRC/openSUSE:Factory/cinnamon-control-center (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-control-center.new (New)


Package is "cinnamon-control-center"

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-control-center/cinnamon-control-center.changes
  2016-01-22 01:06:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-control-center.new/cinnamon-control-center.changes
 2016-04-28 17:01:26.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 25 05:00:35 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.0:
+  * Remove universal-access (moved to cinnamon).
+  * configure.ac: Remove PKG_CHECK_MODULES for defunct sound panel.
+  * Remove sound settings in preparation for port to Cinnamon.
+  * Updated pot and generated file.s
+- Restore System/GUI/Other group to follow openSUSE guidelines.
+
+---

Old:

  cinnamon-control-center-2.8.1.tar.gz

New:

  cinnamon-control-center-3.0.0.tar.gz



Other differences:
--
++ cinnamon-control-center.spec ++
--- /var/tmp/diff_new_pack.w1Vr0k/_old  2016-04-28 17:01:29.0 +0200
+++ /var/tmp/diff_new_pack.w1Vr0k/_new  2016-04-28 17:01:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-control-center
 #
-# 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,11 +19,11 @@
 %define soname  libcinnamon-control-center
 %define sover   1
 Name:   cinnamon-control-center
-Version:2.8.1
+Version:3.0.0
 Release:0
 Summary:Utilities to configure the Cinnamon desktop
 License:GPL-2.0 and GPL-3.0+ and MIT
-Group:  System/GUI/Cinnamon
+Group:  System/GUI/Other
 Url:https://github.com/linuxmint/cinnamon-control-center
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cups-devel
@@ -32,6 +32,7 @@
 BuildRequires:  gnome-common
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
+BuildRequires:  pkg-config
 BuildRequires:  systemd-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xsltproc
@@ -87,7 +88,7 @@
 
 %package common
 Summary:Common files for the Cinnamon configuration utilities
-Group:  System/GUI/Cinnamon
+Group:  System/GUI/Other
 Recommends: %{name}-lang
 BuildArch:  noarch
 
@@ -108,6 +109,7 @@
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   %{soname}%{sover} = %{version}
+Requires:   pkg-config
 Requires:   pkgconfig(gtk+-3.0) >= 3.8.0
 
 %description devel
@@ -159,7 +161,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING README debian/changelog
-%config %{_sysconfdir}/xdg/autostart/cinnamon-sound-applet.desktop
 %{_bindir}/cinnamon-*
 %{_datadir}/applications/cinnamon-*.desktop
 %{_datadir}/polkit-1/rules.d/%{name}.rules

++ cinnamon-control-center-2.8.1.tar.gz -> 
cinnamon-control-center-3.0.0.tar.gz ++
 43584 lines of diff (skipped)




commit libocrdma-rdmav2 for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package libocrdma-rdmav2 for 
openSUSE:Factory checked in at 2016-04-28 16:56:53

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


Package is "libocrdma-rdmav2"

Changes:

--- /work/SRC/openSUSE:Factory/libocrdma-rdmav2/libocrdma-rdmav2.changes
2015-02-14 13:57:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libocrdma-rdmav2.new/libocrdma-rdmav2.changes   
2016-04-28 17:01:50.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 25 08:49:22 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 1.0.8
+  * No changelog available
+
+---

Old:

  libocrdma-1.0.5.tar.gz

New:

  libocrdma-1.0.8.tar.gz



Other differences:
--
++ libocrdma-rdmav2.spec ++
--- /var/tmp/diff_new_pack.4qbOq4/_old  2016-04-28 17:01:53.0 +0200
+++ /var/tmp/diff_new_pack.4qbOq4/_new  2016-04-28 17:01:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libocrdma
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -18,7 +18,7 @@
 
 Name:   libocrdma-rdmav2
 Summary:Userspace Library for Emulex ROCEE Device
-Version:1.0.5
+Version:1.0.8
 Release:1
 License:GPL-2.0 or BSD-2-Clause
 Group:  System/Libraries

++ libocrdma-1.0.5.tar.gz -> libocrdma-1.0.8.tar.gz ++
 30151 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libocrdma-1.0.5/AUTHORS new/libocrdma-1.0.8/AUTHORS
--- old/libocrdma-1.0.5/AUTHORS 2015-01-17 10:24:06.0 +0100
+++ new/libocrdma-1.0.8/AUTHORS 2016-04-14 08:33:45.0 +0200
@@ -1 +1 @@
-Emulex Corporation.
+Broadcom Ltd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libocrdma-1.0.5/COPYING new/libocrdma-1.0.8/COPYING
--- old/libocrdma-1.0.5/COPYING 2015-01-17 10:24:06.0 +0100
+++ new/libocrdma-1.0.8/COPYING 2016-04-14 08:33:45.0 +0200
@@ -1,4 +1,39 @@
+This software is available to you under a choice of one of two
+licenses.  You may choose to be licensed under the terms of the the
+OpenIB.org BSD license or the GNU General Public License (GPL) Version
+2, both included below.
 
+Copyright (c) 2016 Broadcom Ltd.  All rights reserved.
+
+===
+   BSD license
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+   - Redistributions of source code must retain the above
+ copyright notice, this list of conditions and the
+ following disclaimer.
+   - Redistributions in binary form must reproduce the above
+  copyright notice, this list of conditions and the
+ following disclaimer in the documentation and/or other
+ materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn

commit libcxgb4-rdmav2 for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package libcxgb4-rdmav2 for openSUSE:Factory 
checked in at 2016-04-28 16:56:51

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


Package is "libcxgb4-rdmav2"

Changes:

--- /work/SRC/openSUSE:Factory/libcxgb4-rdmav2/libcxgb4-rdmav2.changes  
2015-02-16 21:14:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcxgb4-rdmav2.new/libcxgb4-rdmav2.changes 
2016-04-28 17:01:47.0 +0200
@@ -1,0 +2,23 @@
+Mon Apr 25 07:47:01 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 1.3.6
+  * libcxgb4: skip TERMINATE CQEs before testing for errors
+  * libcxgb4:Eliminate warnings seen with buildall.sh on a 32 bit system.
++ fixes warnings due to improper typecasting.
++ suppresses warnings due to unused variables.
++ typecasted u64 value to long long to avoid warnings on x64bit systems.
+  * libcxgb4: add NULL check for wr->sg_list
+0B reads with a NULL sg cause a seg fault.  So if there is no sg_list, then
+set the WQE read length to 0.
+  * libcxgb4: update config.sub and config.guess
+libcxgb4 had old versions of these files that caused
+configure to fail on ppc64le platforms.
+  * libcxgb4: remove config/missing
+This file gets installed via autoconf and shouldnt be in the repo.
+  * Gracefully handle unknown CQE status errors
+c4iw_poll_cq_on() shouldn't fail the poll operation just because the
+CQE status is unknown.  Rather, it should map this to the "fatal error"
+status and log the anomaly.
+- Update libcxgb4-rdmav2-ah_message.patch
+
+---

Old:

  libcxgb4-1.3.5.tar.gz

New:

  libcxgb4-1.3.6.tar.gz



Other differences:
--
++ libcxgb4-rdmav2.spec ++
--- /var/tmp/diff_new_pack.6mZkv8/_old  2016-04-28 17:01:50.0 +0200
+++ /var/tmp/diff_new_pack.6mZkv8/_new  2016-04-28 17:01:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcxgb4-rdmav2
 #
-# Copyright (c) 2015 SUSE LINUX Products 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:   libcxgb4-rdmav2
 Summary:Chelsio T4 iWARP RNIC OpenIB Userspace Library
-Version:1.3.5
+Version:1.3.6
 Release:0
 License:GPL-2.0 or BSD-2-Clause
 Group:  System/Libraries

++ libcxgb4-1.3.5.tar.gz -> libcxgb4-1.3.6.tar.gz ++
 3541 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcxgb4-1.3.5/ChangeLog new/libcxgb4-1.3.6/ChangeLog
--- old/libcxgb4-1.3.5/ChangeLog2014-07-31 18:28:31.0 +0200
+++ new/libcxgb4-1.3.6/ChangeLog2015-12-07 17:42:33.0 +0100
@@ -1,14 +1,93 @@
-commit 6a417d903b9add7c8ab2b71ac11c85c46671e020
+commit 204dcd6e76070f6b8b1d8e4f04d9e752eb3d9809
+Author: root 
+Date:   Mon Dec 7 08:38:24 2015 -0800
+
+Spin release 1.3.6.
+
+Signed-off-by: Steve Wise 
+
+commit 2a4fbf58f2ea1fc47adcc7b2b4efd78227c65b97
+Author: Steve Wise 
+Date:   Mon Dec 7 08:30:55 2015 -0800
+
+libcxgb4: skip TERMINATE CQEs before testing for errors
+
+In poll_cq() if the wq happens to have just transitioned into error state,
+and a TERMINATE CQE is the next CQE in the hwcq, then the TERMINATE
+is incorrectly returned as a successful RECV CQE.  This causes a false
+RECV completion.  The fix is to skip TERMINATE CQEs first.
+
+Signed-off-by: Steve Wise 
+
+commit 79ea0cc00c977a0134d91b820e51557f4b7c
+Author: Steve Wise 
+Date:   Mon Dec 7 08:30:55 2015 -0800
+
+libcxgb4:Eliminate warnings seen with buildall.sh on a 32 bit system.
+
+->fixes warnings due to improper typecasting.
+->suppresses warnings due to unused variables.
+->typecasted u64 value to long long to avoid warnings on x64bit systems.
+
+Signed-off-by: Bharat Potnuri 
+Signed-off-by: Steve Wise 
+
+commit 4b2df073b106e830f2fa2446d1990447bb8c4e10
+Author: Steve Wise 
+Date:   Mon Dec 7 08:30:55 2015 -0800
+
+libcxgb4: add NULL check for wr->sg_list
+
+0B reads with a NULL sg cause a seg fault.  So if there is no sg_list, then
+set the WQE read length to 0.
+
+Signed-off-by: 

commit cinnamon-desktop for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-desktop for 
openSUSE:Factory checked in at 2016-04-28 16:56:40

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


Package is "cinnamon-desktop"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-desktop/cinnamon-desktop.changes
2016-03-16 10:35:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-desktop.new/cinnamon-desktop.changes   
2016-04-28 17:01:30.0 +0200
@@ -1,0 +2,22 @@
+Mon Apr 25 05:00:35 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.0:
+  * a11y schema: Limit desktop zoom max magnification to 15x.
+  * Add installer functions to check and install packages via
+PackageKit.
+  * enums: Add zoom lens shape enum and magnifier key.
+  * gnome-installer: Use a GTask for the IsInstalled loop, so the
+main thread isn't blocked. Add some feedback to the test script
+to check this.
+  * Schemas: Add a few keys for a11y stuff.
+  * Add libcvc source and packages to build.
+  * gvc-channel-map.h: Add missing include.
+  * gvc-channel-map.c: Remove redundant include.
+  * thumbnail: Fix a code path where the mutex is never unlocked.
+  * Some fixes for introspection.
+  * gvc_mixer_ui_device.c: Fix comment block causing a build
+warning.
+- Add gnome-software (gnome-packagekit-session) dependency to
+  libcinnamon-desktop package as did upstream.
+
+---

Old:

  cinnamon-desktop-2.8.1.tar.gz

New:

  cinnamon-desktop-3.0.0.tar.gz



Other differences:
--
++ cinnamon-desktop.spec ++
--- /var/tmp/diff_new_pack.cZhl6y/_old  2016-04-28 17:01:32.0 +0200
+++ /var/tmp/diff_new_pack.cZhl6y/_new  2016-04-28 17:01:32.0 +0200
@@ -18,9 +18,12 @@
 
 %define soname  libcinnamon-desktop
 %define sover   4
+%define soname_cvc libcvc
+%define sover_cvc 0
 %define typelib typelib-1_0-CinnamonDesktop-3_0
+%define typelib_cvc typelib-1_0-Cvc-1_0
 Name:   cinnamon-desktop
-Version:2.8.1
+Version:3.0.0
 Release:0
 Summary:Libcinnamon-desktop API
 License:GPL-2.0+ and MIT
@@ -31,6 +34,7 @@
 # PATCH-FIX-OPENSUSE cinnamon-desktop-correct-background-path.patch 
sor.al...@meowr.ru -- Fix path to Adwaita background.
 Patch0: %{name}-correct-background-path.patch
 BuildRequires:  gnome-common
+BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.22.0
@@ -38,6 +42,8 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.37.3
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.7
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.16
+BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(libpulse-mainloop-glib)
 BuildRequires:  pkgconfig(xext) >= 1.1
 BuildRequires:  pkgconfig(xkbfile)
 BuildRequires:  pkgconfig(xkeyboard-config)
@@ -57,6 +63,7 @@
 Summary:Libcinnamon-desktop API
 Group:  System/Libraries
 Requires:   %{soname}-data >= %{version}
+Requires:   gnome-software
 Provides:   %{name} = %{version}
 Provides:   %{soname} = %{version}
 Obsoletes:  %{name} < %{version}
@@ -100,13 +107,14 @@
 cinnamon-about program as well as some desktop-wide documents.
 
 This package provides the GObject Introspection bindings for
-cinnamon-desktop.
+libcinnamon-desktop.
 
 %package -n %{soname}-devel
 Summary:Libcinnamon-desktop API -- Development Files
 Group:  Development/Libraries/C and C++
 Requires:   %{soname}%{sover} = %{version}
 Requires:   %{typelib} = %{version}
+Requires:   pkg-config
 Requires:   pkgconfig(gtk+-3.0) >= 3.3.16
 Requires:   pkgconfig(xkbfile)
 Provides:   %{name}-devel = %{version}
@@ -116,7 +124,40 @@
 cinnamon-desktop contains the libcinnamon-desktop library, the
 cinnamon-about program as well as some desktop-wide documents.
 
-This package contains development files for cinnamon-desktop.
+This package contains development files for libcinnamon-desktop.
+
+%package -n %{soname_cvc}%{sover_cvc}
+Summary:LibCVC API
+Group:  System/Libraries
+
+%description -n %{soname_cvc}%{sover_cvc}
+Utility library for volume control of pulseaudio from gobject-based
+Cinnamon modules/applications.
+
+%package -n %{typelib_cvc}
+Summary:LibCVC API -- Introspection bindings
+Group:  System/Libraries
+
+%description -n %{typelib_cvc}
+Utility library for volume control of pulseaudio from gobject-based
+Cinnamon modules/applications.
+
+This package provides the GObject Introspection bindings for libcvc.
+
+%package -n %{soname_cvc}-devel
+Summary:LibCVC API -- 

commit tmux for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2016-04-28 16:56:32

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


Package is "tmux"

Changes:

--- /work/SRC/openSUSE:Factory/tmux/tmux.changes2016-04-12 
19:40:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2016-04-28 
17:01:09.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 24 10:51:55 UTC 2016 - mplus...@suse.com
+
+- Add correct systemd requires (boo#976922)
+
+---



Other differences:
--
++ tmux.spec ++
--- /var/tmp/diff_new_pack.x2tEMq/_old  2016-04-28 17:01:13.0 +0200
+++ /var/tmp/diff_new_pack.x2tEMq/_new  2016-04-28 17:01:13.0 +0200
@@ -28,11 +28,13 @@
 # PATCH-FIX-OPENSUSE crrodrig...@opensuse.org -- Use /run/tmux instead of /tmp 
as the default socket path, this add some robustness against accidental 
deletion via systemd-tmpfiles-clean, tmpwatch, or similar
 Patch0: tmux-socket-path.patch
 BuildRequires:  automake
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig
 BuildRequires:  utempter-devel
+BuildRequires:  pkgconfig(libevent) >= 2.0
 BuildRequires:  pkgconfig(systemd)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig(libevent) >= 2.0
+%{?systemd_requires}
 %if 0%{?suse_version} >= 1320
 BuildRequires:  pkgconfig(ncurses)
 %else
@@ -62,7 +64,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 mkdir -p %{buildroot}%{_tmpfilesdir}
 printf 'd /run/tmux 1777 root root -' > %{buildroot}%{_tmpfilesdir}/tmux.conf




commit cinnamon-menus for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-menus for openSUSE:Factory 
checked in at 2016-04-28 16:56:37

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


Package is "cinnamon-menus"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-menus/cinnamon-menus.changes
2016-01-21 23:41:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-menus.new/cinnamon-menus.changes   
2016-04-28 17:01:20.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 25 05:00:35 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.0:
+  * configure.ac: Drop an obsolete macro.
+
+---

Old:

  cinnamon-menus-2.8.0.tar.gz

New:

  cinnamon-menus-3.0.0.tar.gz



Other differences:
--
++ cinnamon-menus.spec ++
--- /var/tmp/diff_new_pack.r5vLT6/_old  2016-04-28 17:01:23.0 +0200
+++ /var/tmp/diff_new_pack.r5vLT6/_new  2016-04-28 17:01:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-menus
 #
-# 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 soname  libcinnamon-menu-3
 %define sover   0
 Name:   cinnamon-menus
-Version:2.8.0
+Version:3.0.0
 Release:0
 Summary:A menu system for the Cinnamon Desktop
 License:LGPL-2.1+
@@ -28,7 +28,6 @@
 Url:https://github.com/linuxmint/cinnamon-menus
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-BuildRequires:  autogen
 BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  python3-devel

++ cinnamon-menus-2.8.0.tar.gz -> cinnamon-menus-3.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-menus-2.8.0/configure.ac 
new/cinnamon-menus-3.0.0/configure.ac
--- old/cinnamon-menus-2.8.0/configure.ac   2015-10-16 15:02:29.0 
+0200
+++ new/cinnamon-menus-3.0.0/configure.ac   2016-04-23 16:57:07.0 
+0200
@@ -1,6 +1,6 @@
 AC_PREREQ(2.62)
 
-AC_INIT([cinnamon-menus], [2.8.0])
+AC_INIT([cinnamon-menus], [3.0.0])
 AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h)
 
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
@@ -22,7 +22,6 @@
 LIB_MENU_LT_VERSION=0:1:0
 AC_SUBST(LIB_MENU_LT_VERSION)
 
-AC_ISC_POSIX
 AC_PROG_CC
 AC_STDC_HEADERS
 AC_ARG_PROGRAM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-menus-2.8.0/debian/changelog 
new/cinnamon-menus-3.0.0/debian/changelog
--- old/cinnamon-menus-2.8.0/debian/changelog   2015-10-16 15:02:29.0 
+0200
+++ new/cinnamon-menus-3.0.0/debian/changelog   2016-04-23 16:57:07.0 
+0200
@@ -1,3 +1,10 @@
+cinnamon-menus (3.0.0) sarah; urgency=medium
+
+  [ monsta ]
+  * configure.ac: drop obsolete macro
+
+ -- Clement Lefebvre   Sat, 23 Apr 2016 15:56:27 +0100
+
 cinnamon-menus (2.8.0) rosa; urgency=medium
 
   * 2.8.0




commit audacity for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2016-04-28 16:56:35

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


Package is "audacity"

Changes:

--- /work/SRC/openSUSE:Factory/audacity/audacity.changes2015-10-26 
12:49:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2016-04-28 
17:01:16.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 24 21:35:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Add audacity-2.1.1-fix-tempdir.patch from upstream: fix usage of
+  custom temp directories (boo#976964).
+
+---

New:

  audacity-2.1.1-fix-tempdir.patch



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.Hy1Gya/_old  2016-04-28 17:01:20.0 +0200
+++ /var/tmp/diff_new_pack.Hy1Gya/_new  2016-04-28 17:01:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package audacity
 #
-# 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,6 @@
 
 %define _use_internal_dependency_generator 0
 %define __find_requires %{wx_requires}
-%bcond_with restricted
 %bcond_with mad
 %bcond_with lame
 %bcond_with twolame
@@ -40,6 +39,8 @@
 Patch2: %{name}-fix-nonsense.patch
 # PATCH-FIX-UPSTREAM audacity-ffmpeg.patch reddw...@opensuse.org -- Patch to 
compile with latest ffmpeg.
 Patch3: %{name}-ffmpeg.patch
+# PATCH-FIX-UPSTREAM audacity-2.1.1-fix-tempdir.patch boo#976964 -- Fix usage 
of custom temp directories (commit 2a6d423).
+Patch4: %{name}-2.1.1-fix-tempdir.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cmake
@@ -54,6 +55,9 @@
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.4.0
 BuildRequires:  pkgconfig(id3tag)
 BuildRequires:  pkgconfig(jack)
+BuildRequires:  pkgconfig(libavcodec) >= 51.53
+BuildRequires:  pkgconfig(libavformat) >= 52.12
+BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(shared-mime-info)
 BuildRequires:  pkgconfig(sndfile)
@@ -70,11 +74,6 @@
 Recommends: libavformat
 Recommends: libavutil
 Recommends: libmp3lame0
-%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse}) || %{with restricted}
-BuildRequires:  pkgconfig(libavcodec) >= 51.53
-BuildRequires:  pkgconfig(libavformat) >= 52.12
-BuildRequires:  pkgconfig(libavutil)
-%endif
 %if %{with mad}
 BuildRequires:  pkgconfig(mad)
 %endif
@@ -100,9 +99,10 @@
 %patch1 -p1
 %patch2 -p1
 %patch3
+%patch4 -p1
 cp -f %{SOURCE1} LICENSE_NYQUIST.txt
 # Make sure we use the system versions.
-rm -rf lib-src/{expat,libvamp,libsoxr}/
+rm -rf lib-src/{expat,libvamp,libsoxr,ffmpeg}/
 %if %{with lame}
 rm -rf lib-src/lame/
 %endif

++ audacity-2.1.1-fix-tempdir.patch ++
--- a/src/AudacityApp.cpp
+++ b/src/AudacityApp.cpp
@@ -1640,7 +1640,7 @@ bool AudacityApp::CreateSingleInstanceCh
mChecker = new wxSingleInstanceChecker();
 
 #if defined(__UNIX__)
-   wxString sockFile(defaultTempDir + wxT("/.audacity.sock"));
+   wxString sockFile(dir + wxT("/.audacity.sock"));
 #endif
 
wxString runningTwoCopiesStr = _("Running two copies of Audacity 
simultaneously may cause\ndata loss or cause your system to crash.\n\n");



commit meld for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2016-04-28 16:56:34

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


Package is "meld"

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2016-04-01 
13:03:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2016-04-28 
17:01:13.0 +0200
@@ -1,0 +2,16 @@
+Sat Apr 23 22:45:55 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.15.3:
+  + Handle unicode dates in non-UTF8 locales in folder comparison.
+  + Try to auto-detect when to use our dark theme highlighting.
+  + After undo/redo actions in file comparisons, place the cursor
+at the natural edit position and scroll it back onscreen.
+
+---
+Sat Apr 23 22:45:54 UTC 2016 - mich...@stroeder.com
+
+- Require python-gobject-Gdk: pygobject was further split in order
+  to be able to install it without X-dependencies. As meld is a
+  GUI application, the dependency on the X-stack is no issue.
+
+---

Old:

  meld-3.15.2.tar.xz

New:

  meld-3.15.3.tar.xz



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.ON9Tn2/_old  2016-04-28 17:01:16.0 +0200
+++ /var/tmp/diff_new_pack.ON9Tn2/_new  2016-04-28 17:01:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   meld
-Version:3.15.2
+Version:3.15.3
 Release:0
 Summary:Visual diff and merge tool
 License:GPL-2.0+
@@ -44,6 +44,7 @@
 # needed for VCS diffs
 Requires:   patch
 Requires:   python-gconf
+Requires:   python-gobject-Gdk
 Requires:   python-gtk >= 2.8.0
 Recommends: %{name}-lang
 Recommends: python-gtksourceview

++ meld-3.15.2.tar.xz -> meld-3.15.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-3.15.2/NEWS new/meld-3.15.3/NEWS
--- old/meld-3.15.2/NEWS2016-03-27 23:38:57.0 +0200
+++ new/meld-3.15.3/NEWS2016-04-19 21:47:52.0 +0200
@@ -1,4 +1,16 @@
 
+2016-04-20 meld 3.15.3
+==
+
+  Fixes:
+
+   * Handle unicode dates in non-UTF8 locales in folder comparison (Kai
+ Willadsen)
+   * Try to auto-detect when to use our dark theme highlighting (Kai Willadsen)
+   * After undo/redo actions in file comparisons, place the cursor at the
+ natural edit position and scroll it back onscreen (Kai Willadsen)
+
+
 2016-03-28 meld 3.15.2
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-3.15.2/PKG-INFO new/meld-3.15.3/PKG-INFO
--- old/meld-3.15.2/PKG-INFO2016-03-27 23:39:15.0 +0200
+++ new/meld-3.15.3/PKG-INFO2016-04-19 21:48:18.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: meld
-Version: 3.15.2
+Version: 3.15.3
 Summary: Visual diff and merge tool
 Home-page: http://meldmerge.org
 Author: Kai Willadsen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-3.15.2/meld/conf.py new/meld-3.15.3/meld/conf.py
--- old/meld-3.15.2/meld/conf.py2016-03-05 23:51:32.0 +0100
+++ new/meld-3.15.3/meld/conf.py2016-04-15 22:43:53.0 +0200
@@ -3,7 +3,7 @@
 import sys
 
 __package__ = "meld"
-__version__ = "3.15.2"
+__version__ = "3.15.3"
 
 # START; these paths are clobbered on install by meld.build_helpers
 DATADIR = os.path.join(sys.prefix, "share", "meld")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-3.15.2/meld/dirdiff.py 
new/meld-3.15.3/meld/dirdiff.py
--- old/meld-3.15.2/meld/dirdiff.py 2016-03-14 22:02:55.0 +0100
+++ new/meld-3.15.3/meld/dirdiff.py 2016-04-16 00:48:51.0 +0200
@@ -21,6 +21,7 @@
 import datetime
 import errno
 import functools
+import locale
 import os
 import re
 import shutil
@@ -1319,6 +1320,7 @@
 all_present_same = self.file_compare(lof, regexes)
 different = 1
 one_isdir = [None for i in range(self.model.ntree)]
+locale_encoding = locale.getpreferredencoding()
 for j in range(self.model.ntree):
 if mod_times[j]:
 isdir = os.path.isdir( files[j] )
@@ -1346,6 +1348,7 @@
 TIME = self.model.column_index(COL_TIME, j)
 mod_datetime = datetime.datetime.fromtimestamp(mod_times[j])
 time_str = mod_datetime.strftime("%a %d %b %Y %H:%M:%S")
+time_str = time_str.decode(locale_encoding, errors='replace')
 self.model.set_va

commit kismet for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package kismet for openSUSE:Factory checked 
in at 2016-04-28 16:56:22

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


Package is "kismet"

Changes:

--- /work/SRC/openSUSE:Factory/kismet/kismet.changes2014-09-28 
19:54:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kismet.new/kismet.changes   2016-04-28 
17:00:48.0 +0200
@@ -1,0 +2,15 @@
+Wed Apr 13 12:53:01 UTC 2016 - astie...@suse.com
+
+- Kismet 2016-01-R1:
+  * force validation of fcs by default for all sources
+  * support for recent autotools
+  * fixes for crashes when alert backlog was set to zero
+  *  fixes for failures in some VIF situations
+  * fixes to resizing windows
+  * fixes to GPS averaging
+  * fixes to Radiotap changes in recent kernels
+  * add WPS state parsing
+  * handle BSSTimestamp parsing
+- upstream sources no longer signed, use source URLs
+
+---

Old:

  kismet-2013-03-R1b.tar.xz
  kismet-2013-03-R1b.tar.xz.asc
  kismet.keyring

New:

  kismet-2016-01-R1.tar.xz



Other differences:
--
++ kismet.spec ++
--- /var/tmp/diff_new_pack.FWvf64/_old  2016-04-28 17:00:51.0 +0200
+++ /var/tmp/diff_new_pack.FWvf64/_new  2016-04-28 17:00:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kismet
 #
-# Copyright (c) 2014 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
@@ -16,33 +16,21 @@
 #
 
 
-%define realver 2010-01-R1
-
+%define realver 2016-01-R1
 Name:   kismet
-Version:2013_03_R1b
+Version:2016_01_R1
 Release:0
-%define realver 2013-03-R1b
 Summary:An 802.11 Wireless Network Sniffer
 License:GPL-2.0+
 Group:  Productivity/Networking/Diagnostic
-Url:http://www.kismetwireless.net/
-Source: %{name}-%{realver}.tar.xz
-Source1:%{name}-%{realver}.tar.xz.asc
-Source2:%{name}.keyring
+Url:https://www.kismetwireless.net/
+Source: https://www.kismetwireless.net/code/%{name}-%{realver}.tar.xz
 Patch0: kismet-2011-03-R2-makefile.diff
 BuildRequires:  ImageMagick-devel
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  libexpat-devel
-%if 0%{?suse_version} >= 1210
-BuildRequires:  pkgconfig(libnl-3.0) >= 3.0
-%else
-BuildRequires:  libnl-devel
-%endif
 BuildRequires:  libpcap-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pcre-devel
@@ -52,6 +40,11 @@
 Requires:   wget
 Requires:   wireless-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1210
+BuildRequires:  pkgconfig(libnl-3.0) >= 3.0
+%else
+BuildRequires:  libnl-devel
+%endif
 
 %description
 Kismet is an 802.11 wireless network sniffer. This is different from a
@@ -65,23 +58,23 @@
 with cards that use the ar5k chipset.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q -n %{name}-%{realver}
 %patch0
+
 %build
 %if 0%{?suse_version} >= 1220
 #This is needed as apcupsd doesn't recognize ppc64 correctly
-cp /usr/share/automake-*/config.* . 
+cp %{_datadir}/automake-*/config.* .
 %endif
 export CFLAGS="%{optflags} -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
 export CXXFLAGS="%{optflags} -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
 export LDFLAGS="-Wl,--as-needed"
 %configure --enable-ipv6 --disable-setuid
-make dep
+make %{?_smp_mflags} dep
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-, root, root)

++ kismet-2013-03-R1b.tar.xz -> kismet-2016-01-R1.tar.xz ++
 4018 lines of diff (skipped)




commit eaglemode for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package eaglemode for openSUSE:Factory 
checked in at 2016-04-28 16:56:25

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


Package is "eaglemode"

Changes:

--- /work/SRC/openSUSE:Factory/eaglemode/eaglemode.changes  2015-08-27 
08:58:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.eaglemode.new/eaglemode.changes 2016-04-28 
17:00:55.0 +0200
@@ -1,0 +2,21 @@
+Sat Apr 23 22:48:35 UTC 2016 - nemy...@opensuse.org
+
+- Update to 0.90.0, announce message:
+
+- Changes from Version 0.90.0
+
+ * Added lots of icons to the control panel and gave it a new layout.
+ * Reworked the graphic design of the toolkit elements (buttons, etc.).
+ * Added new file manager themes: Glass, Card/*, and Night. Removed the Cloud 
theme.
+ * Minor improvements and fixes.
+
+- Changes from Version 0.89.2
+ * Added API class emAvlTreeSet.
+ * Moved emAvlTreeMap into an own header file.
+ * Fixed the StrictRaster option of emRasterLayout.
+ * Fixed configuration loading for minimum forward compatibility with the 
upcoming "design" version 0.90.0 (running <=0.89.1 after running 0.90.0 may 
crash).
+ * Minor fixes.
+
+- Remove not needed Requires for arc, lha and unarj
+
+---

Old:

  eaglemode-0.89.1.tar.bz2

New:

  eaglemode-0.90.0.tar.bz2



Other differences:
--
++ eaglemode.spec ++
--- /var/tmp/diff_new_pack.nl8YVA/_old  2016-04-28 17:00:58.0 +0200
+++ /var/tmp/diff_new_pack.nl8YVA/_new  2016-04-28 17:00:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eaglemode
 #
-# 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:   eaglemode
-Version:0.89.1
+Version:0.90.0
 Release:0
 Summary:Eagle Mode the deep application Cosmos
 License:GPL-3.0
@@ -62,14 +62,12 @@
 Requires:   abiword
 Requires:   xorg-x11
 %if 0%{?suse_version}
-#Requires:   arc
 Requires:   binutils
 Requires:   bzip2
 Requires:   gcc
 Requires:   gedit
 Requires:   ghostscript-x11
 Requires:   gzip
-#Requires:   lha
 Requires:   libjpeg-devel
 Requires:   libpng-devel
 Requires:   libtiff-devel
@@ -80,7 +78,6 @@
 Requires:   tar
 Requires:   texlive-bin-dvilj
 Requires:   transfig
-#Requires:   unarj
 Recommends: unrar
 Requires:   unzip
 Requires:   xorg-x11-libX11-devel

++ eaglemode-0.89.1.tar.bz2 -> eaglemode-0.90.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/eaglemode/eaglemode-0.89.1.tar.bz2 
/work/SRC/openSUSE:Factory/.eaglemode.new/eaglemode-0.90.0.tar.bz2 differ: char 
11, line 1





commit wt for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package wt for openSUSE:Factory checked in 
at 2016-04-28 16:56:26

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


Package is "wt"

Changes:

--- /work/SRC/openSUSE:Factory/wt/wt.changes2015-10-26 12:48:51.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wt.new/wt.changes   2016-04-28 
17:00:58.0 +0200
@@ -1,0 +2,21 @@
+Mon Apr 11 15:46:03 UTC 2016 - dap.darkn...@gmail.com
+
+- Update to 3.3.5:
+  * WCartesianChart has several new features. 
+  * WAxisSliderWidget lets you easily focus on a particular range. 
+  * WPainter, WJavascriptHandle, WCanvasPaintDevice functionality
+was implemented by making client-side interaction possible. 
+  * WAnchor target (such as this window, or new window) moved to WLink. 
+  * A new TargetDownload target was added for links.
+  * The included SQLite version was updated.
+  * Support for seconds editing in WTimePicker.
+  * Before it was only possible to set the partial state of the
+WCheckbox when creating the Widget.
+  * The WApplication::setConnectionMonitor() method will let the
+user register a Javascript object that will be notified.
+  * Support for custom HTML tags for a widgets.
+  * Wt::Dbo: allow to forward declare related classes.
+- Removed base64.patch as particularly merged into upstream.
+- Removed doc subpackage: no content any more.
+
+---

Old:

  base64.patch
  wt-3.3.4.tar.gz

New:

  3.3.5.tar.gz



Other differences:
--
++ wt.spec ++
--- /var/tmp/diff_new_pack.UERc5Z/_old  2016-04-28 17:01:02.0 +0200
+++ /var/tmp/diff_new_pack.UERc5Z/_new  2016-04-28 17:01:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wt
 #
-# 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,17 +18,17 @@
 
 %define WTSRVDIR /srv/wt
 %define WTRUNDIR %{WTSRVDIR}/run
-%define mysqllib libwtdbomysql38
-%define pglib libwtdbopostgres38 
+%define mysqllib libwtdbomysql39
+%define pglib libwtdbopostgres39
 Name:   wt
-Version:3.3.4
+Version:3.3.5
 Release:0
 Summary:Web Toolkit
 License:GPL-2.0
 Group:  Development/Libraries/C and C++
 Url:http://www.webtoolkit.eu/wt/
-Source0:
https://downloads.sourceforge.net/project/witty/wt/%{version}/wt-%{version}.tar.gz
-Patch0: base64.patch
+Source0:https://github.com/kdeforche/wt/archive/%{version}.tar.gz
+
 BuildRequires:  FastCGI-devel
 # wt will build with boost-devel < 1.36.0 but it won't work
 BuildRequires:  GraphicsMagick-devel
@@ -118,26 +118,8 @@
 the library generates the necessary HTML, Javascript, CGI, and AJAX
 code.
 
-%packagedoc
-Summary:Web Toolkit - Doxygen Documentation
-Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
-BuildArch:  noarch
-
-%description doc
-Doxygen documentation for the Wt library.
-
-Wt is a C++ library and application server for developping and
-deploying web applications. The widget-centric API is inspired by
-existing C++ GUI APIs.  It offers complete abstraction of any
-web-specific implementation details.  Most imporantly, the entire
-application is written in only one compiled language (C++), from which
-the library generates the necessary HTML, Javascript, CGI, and AJAX
-code.
-
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake \
@@ -174,17 +156,9 @@
 cp -rv doc/* %{buildroot}/%{_docdir}/%{name}-devel/
 mv -v %{buildroot}/%{_datadir}/Wt %{buildroot}/%{_datadir}/wt
 
-# Remove the installdox script used for the installation of documentation.
-rm %{buildroot}/%{_docdir}/%{name}-devel/examples/html/installdox
-
 # Remove shell scripts used for generating some images.
 rm %{buildroot}/%{_datadir}/wt/resources/themes/*/*/generate.sh
 
-# Move cmake module to the correct location.
-install -v -m 0755 -d %{buildroot}/%{_datadir}/cmake/Modules
-mv -v %{buildroot}/%{_prefix}/cmake/*.cmake \
-  %{buildroot}/%{_datadir}/cmake/Modules
-
 %fdupes %{buildroot}/%{_docdir}
 %fdupes %{buildroot}/%{_datadir}
 
@@ -235,12 +209,6 @@
 %defattr(-,root,root)
 %{_includedir}/Wt
 %{_libdir}/*.so
-%exclude %{_docdir}/%{name}-devel/reference
 %doc %{_docdir}/%{name}-devel
-%{_datadir}/cmake/Modules/*
-
-%files doc
-%defattr(-,root,root)
-%doc %{_docdir}/%{name}-devel/reference
 
 %changelog

++ wt-3.3.4.tar.gz -> 3.3.5.tar.gz ++
/work/SRC/openSUSE:Factory/wt/wt-3.3.4.tar.gz 
/wor

commit boinc-client for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package boinc-client for openSUSE:Factory 
checked in at 2016-04-28 16:56:28

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


Package is "boinc-client"

Changes:

--- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes
2015-06-30 10:16:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.boinc-client.new/boinc-client.changes   
2016-04-28 17:01:03.0 +0200
@@ -1,0 +2,39 @@
+Sun Apr 24 07:31:13 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 7.6.32
+- Remove boinc-client-AM_CONDITIONAL.patch, boinc-configure.patch
+  (no longer needed)
+
+---
+Fri Apr 22 21:48:48 UTC 2016 - aaronpuch...@alice-dsl.net
+
+- Replaced quick fix for compiler errors by a proper solution,
+  which is already upstreamed.
+- Removed dependency to mysql, because that is only needed for the
+  BOINC server, which we don't build anyway.
+- Removed dependency to libboinc, because it's meant to be
+  statically linked to science apps and not necessary for end user.
+
+---
+Sun Mar 27 22:13:10 UTC 2016 - aaronpuch...@alice-dsl.net
+
+- Update to version 7.6.22. The main advantage: GPUs running on
+  the open source stack (Mesa) are now recognized and can be used
+  for BOINC. Additional packages are needed though:
+  * libOpenCL1,
+  * libMesaOpenCL,
+  * libclc.
+  Further, the GPU device in /dev/dri needs to have r+w rights for
+  the BOINC user, since it doesn't have access to the X session.
+- Fetch from GitHub instead of SVN, removed the fetch script
+- Rebased all patches, removed obsolete boinc-LC_MESSAGES.patch
+- Fixed compiler errors because openSUSEs wxWidgets is configured
+  with wxUSE_STL=1, which is incompatible with BOINC. There is an
+  open issue on GitHub: https://github.com/BOINC/boinc/issues/1515.
+- Building the manager and locales separately is no longer
+  necessary.
+- The icons seem to have disappeared.
+- The BOINC manager should be called with the data directory
+  instead of the binary directory. Otherwise it can't connect.
+
+---

Old:

  boinc-7.2.42.tar.bz2
  boinc-LC_MESSAGES.patch
  boinc-client-AM_CONDITIONAL.patch
  boinc-configure.patch
  generate-tarball.sh

New:

  7.6.32.tar.gz



Other differences:
--
++ boinc-client.spec ++
--- /var/tmp/diff_new_pack.3MtLvZ/_old  2016-04-28 17:01:06.0 +0200
+++ /var/tmp/diff_new_pack.3MtLvZ/_new  2016-04-28 17:01:06.0 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package boinc-client
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 by Aaron Puchert 
 # Copyright (c) 2011 by Sascha Manns 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,40 +20,24 @@
 
 # Global definitions
 %define _use_internal_dependency_generator 0
-%define __find_requires %{wx_requires}
 %define soname 7
 %define boinc_dir %{_localstatedir}/lib/boinc
 Name:   boinc-client
-Version:7.2.42
+Version:7.6.32
 Release:0
 Summary:The BOINC client
 License:GPL-3.0+ or LGPL-3.0+
 Group:  Productivity/Clustering/Computing
 Url:http://boinc.berkeley.edu/
-# There is no real tarball, hence I did
-#
-# git clone git://boinc.berkeley.edu/boinc.git
-# git checkout master
-# git checkout -t client_release/7.2/7.2.42
-#
-# then I created an archive via git
-#
-# git archive -v --format=tar --prefix=boinc-7.2.42/ \
-#  client_release/7.2/7.2.42 | bzip2 >../boinc-7.2.42.tar.bz2
-Source0:boinc-%{version}.tar.bz2
+
+#Git-Clone:git://github.com/BOINC/boinc
+Source: 
https://github.com/BOINC/boinc/archive/client_release/7.6/%version.tar.gz
 Source1:boinc-icons.tar.bz2
 Source2:boinc-gui.desktop
 Source3:README.SUSE
 Source4:sysconfig.%{name}
 Source5:boinc-logrotate
 Source6:boinc-manager
-# The source for this package was pulled from upstream's vcs. Use the
-# following commands to generate the tarball:
-#
-# ./generate-tarball.sh boinc_core_release_VERSION
-#
-# Trim all binaries and other unnecessary things.
-Source8:generate-tarball.sh
 Source20:   %{name}.service
 Source100:  %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE boinc-guirpcauth.patch
@@ -61,16 +46,8 @@
 # This won't be probably upstreamed as it might be unsafe for common usage
 # without setting proper group ownership of the password file.
 Patch0: boinc-guirpcaut

commit wireshark for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2016-04-28 16:56:20

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


Package is "wireshark"

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2016-03-02 
14:21:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2016-04-28 
17:00:43.0 +0200
@@ -1,0 +2,20 @@
+Sat Apr 23 16:47:19 UTC 2016 - astie...@suse.com
+
+- Wireshark 2.0.3 (boo#976944)
+  This release fixes a number issues in protocol dissectors that
+  could have allowed a remote attacker to crash Wireshark or cause
+  excessive CPU usage through specially crafted packages inserted
+  into the network or a capture file.
+  * The NCP dissector could crash (wnpa-sec-2016-19)
+  * TShark could crash due to a packet reassembly bug (wnpa-sec-2016-20)
+  * The IEEE 802.11 dissector could crash (wnpa-sec-2016-21)
+  * The PKTC dissector could crash (wnpa-sec-2016-22)
+  * The PKTC dissector could crash (wnpa-sec-2016-23)
+  * The IAX2 dissector could go into an infinite loop (wnpa-sec-2016-24)
+  * Wireshark and TShark could exhaust the stack (wnpa-sec-2016-25)
+  * The GSM CBCH dissector could crash (wnpa-sec-2016-26)
+  * MS-WSP dissector crash (wnpa-sec-2016-27)
+  * Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-2.0.3.html
+  
+---

Old:

  SIGNATURES-2.0.2.txt
  wireshark-2.0.2.tar.bz2

New:

  SIGNATURES-2.0.3.txt
  wireshark-2.0.3.tar.bz2



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.ag8CWQ/_old  2016-04-28 17:00:48.0 +0200
+++ /var/tmp/diff_new_pack.ag8CWQ/_new  2016-04-28 17:00:48.0 +0200
@@ -29,7 +29,7 @@
 %define use_gnutls 0%{?suse_version} >= 1310 || 0%{?suse_version} == 1110
 
 Name:   wireshark
-Version:2.0.2
+Version:2.0.3
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0+ and GPL-3.0+

++ SIGNATURES-2.0.2.txt -> SIGNATURES-2.0.3.txt ++
--- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-2.0.2.txt   2016-03-02 
14:21:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/SIGNATURES-2.0.3.txt  
2016-04-28 17:00:42.0 +0200
@@ -1,45 +1,55 @@
 -BEGIN PGP SIGNED MESSAGE-
-Hash: SHA1
+Hash: SHA512
 
-wireshark-2.0.2.tar.bz2: 31073440 bytes
-SHA256(wireshark-2.0.2.tar.bz2)=e921fb072085a5654d899949bb561d0687f4819f7b63ba35777bb949a9b6b9c1
-RIPEMD160(wireshark-2.0.2.tar.bz2)=2a90c7336e9c3862e3782899c500b1451a316016
-SHA1(wireshark-2.0.2.tar.bz2)=6a5c18710d6da04ddc84975cdc840812e672c0f4
-MD5(wireshark-2.0.2.tar.bz2)=204d053e0796c7da09292e0b54bc8503
-
-Wireshark-win32-2.0.2.exe: 43955120 bytes
-SHA256(Wireshark-win32-2.0.2.exe)=8ef8c2cab09d174f5cee21ff1cf3a66e3a7ba933f11a9b9668ca37799e6f3e76
-RIPEMD160(Wireshark-win32-2.0.2.exe)=eeeaa10612322c9a46b095723403a5d2775247d1
-SHA1(Wireshark-win32-2.0.2.exe)=ebb443b3a8bbbd1a516d6b8b7de7b004cebed40a
-MD5(Wireshark-win32-2.0.2.exe)=e796a227030c0dd0b3d3dc0a974e25b8
-
-Wireshark-win64-2.0.2.exe: 47535128 bytes
-SHA256(Wireshark-win64-2.0.2.exe)=bb2cedf152aebecb38c05d0dc852146965146e1836d95be81ae0ad9032d7bee3
-RIPEMD160(Wireshark-win64-2.0.2.exe)=6c117aa69f8644dddec842ee4974a57672138097
-SHA1(Wireshark-win64-2.0.2.exe)=a12babecc40e3914c821ca2cd2d24f9229b70e97
-MD5(Wireshark-win64-2.0.2.exe)=c27fe96833dddae3217ea5766b8469e0
-
-WiresharkPortable_2.0.2.paf.exe: 43570496 bytes
-SHA256(WiresharkPortable_2.0.2.paf.exe)=ea8e60f15c21f06404129c51412b2a75d8f24fe0062a7e8a41752f76b923877c
-RIPEMD160(WiresharkPortable_2.0.2.paf.exe)=e715dc3e99d4db664fdae3d0152db4bcecab143e
-SHA1(WiresharkPortable_2.0.2.paf.exe)=d0ae921692a53b231fc60c60e27e48586abd4988
-MD5(WiresharkPortable_2.0.2.paf.exe)=30e6922dc649fb95fe08fbc46912c157
-
-Wireshark 2.0.2 Intel 32.dmg: 32368451 bytes
-SHA256(Wireshark 2.0.2 Intel 
32.dmg)=6d6cd9944063babdb302183192a5f6f3b30d3dd8b0ee844458c19abd3311f930
-RIPEMD160(Wireshark 2.0.2 Intel 
32.dmg)=d8f06a02eb1a1a9d38e23dfcbd63703f8da2ac9e
-SHA1(Wireshark 2.0.2 Intel 32.dmg)=3b972cab52c6b88ba8173a93a59a1b2d681142e8
-MD5(Wireshark 2.0.2 Intel 32.dmg)=fa180124f250e2cb058cb2d787b9460b
-
-Wireshark 2.0.2 Intel 64.dmg: 31608351 bytes
-SHA256(Wireshark 2.0.2 Intel 
64.dmg)=d0f175b8e49611940e9e069aafdec84f1337385ee0edb4b5346f307291deb593
-RIPEMD160(Wireshark 2.0.2 Intel 
64.dmg)=63525e9604bbd25499265177f838cb5873f59cac
-SHA1(Wireshark 2.0.2 Intel 64.dmg)=aae75267dd2bb656581e5ee8bddf2f6232fa1f4d
-MD5(Wireshark 2.0.2 Intel 64.dmg)=cd5af483b58eebe3d9aa3834fd177321
+wireshar

commit wgetpaste for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package wgetpaste for openSUSE:Factory 
checked in at 2016-04-28 16:56:19

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


Package is "wgetpaste"

Changes:

--- /work/SRC/openSUSE:Factory/wgetpaste/wgetpaste.changes  2016-01-08 
15:24:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.wgetpaste.new/wgetpaste.changes 2016-04-28 
17:00:39.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 16 14:38:43 UTC 2016 - mplus...@suse.com
+
+- Update to 2.27
+- Recommend xclip
+
+---

Old:

  wgetpaste-2.26.tar.bz2

New:

  wgetpaste-2.27.tar.bz2



Other differences:
--
++ wgetpaste.spec ++
--- /var/tmp/diff_new_pack.AcTjcy/_old  2016-04-28 17:00:42.0 +0200
+++ /var/tmp/diff_new_pack.AcTjcy/_new  2016-04-28 17:00:42.0 +0200
@@ -17,17 +17,18 @@
 
 
 Name:   wgetpaste
-Version:2.26
+Version:2.27
 Release:0
 Summary:Command-line interface to various pastebins
 License:SUSE-Public-Domain
 Group:  Productivity/Other
 Url:http://wgetpaste.zlin.dk/
-Source: http://wgetpaste.zlin.dk/%{name}-%{version}.tar.bz2
+Source0:http://wgetpaste.zlin.dk/%{name}-%{version}.tar.bz2
 Source1:services.conf
 Requires:   bash
 Requires:   coreutils
 Requires:   wget
+Recommends: xclip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ wgetpaste-2.26.tar.bz2 -> wgetpaste-2.27.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wgetpaste-2.26/wgetpaste new/wgetpaste-2.27/wgetpaste
--- old/wgetpaste-2.26/wgetpaste2015-02-06 13:03:13.0 +0100
+++ new/wgetpaste-2.27/wgetpaste2016-03-08 14:18:33.0 +0100
@@ -4,7 +4,7 @@
 # Copyright (c) 2007-2009 Bo Ørsted Andresen 
 # Distributed in the public domain. Do with it whatever you want.
 
-VERSION="2.26"
+VERSION="2.27"
 
 # don't inherit LANGUAGE from the env
 unset LANGUAGE
@@ -85,7 +85,7 @@
 json_gists() {
 local description="${1}" language="${2}" content="${3}"
 [[ "$language" = auto ]] && language="" || language=".$language"
-echo 
"{\"description\":\"${description}\",\"public\":\"true\",\"files\":{\"${description//\/}${language}\":{\"content\":\"${content}\"}}"
+echo 
"{\"description\":\"${description}\",\"public\":\"${PUBLIC_gists}\",\"files\":{\"${description//\/}${language}\":{\"content\":\"${content}\"}}"
 }
 # lodgeit
 LANGUAGES_lodgeit="ABAP ActionScript ActionScript%3 Ada ANTLR 
ANTLR%With%ActionScript%Target \
@@ -352,6 +352,9 @@
 An additional http header can be passed by setting HEADER_\${SERVICE} in any 
of the
 configuration files mentioned above. For example, authenticating with github 
gist:
 HEADER_gists="Authorization: token 1234abc56789..."
+
+In the case of github gist you can also set PUBLIC_gists='false' if you want to
+default to secret instead of public gists.
 EOF
 }
 
@@ -671,6 +674,9 @@
 [[ -z $SOURCE ]] && SOURCE="stdin"
 CVT_TABS=No
 
+PUBLIC_gists=${PUBLIC_gists:-true}
+[[ "${PUBLIC_gists}" = "true" || "${PUBLIC_gists}" = "false" ]] || die 
"Invalid setting for PUBLIC_gists. Can either be 'true' or 'false' not 
'${PUBLIC_gists}'"
+
 INFO_COMMAND=${INFO_COMMAND:-"emerge --info"}
 INFO_ARGS=${INFO_ARGS:-"--ignore-default-opts"}
 




commit vtk for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package vtk for openSUSE:Factory checked in 
at 2016-04-28 16:56:17

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


Package is "vtk"

Changes:

--- /work/SRC/openSUSE:Factory/vtk/vtk.changes  2016-02-26 00:47:02.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vtk.new/vtk.changes 2016-04-28 
17:00:34.0 +0200
@@ -1,0 +2,33 @@
+Wed Apr 13 11:32:12 UTC 2016 - badshah...@gmail.com
+
+- Add freetype2-devel as a Requires for vtk-devel.
+
+---
+Wed Mar 30 14:31:03 UTC 2016 - badshah...@gmail.com
+
+- Apply vtk-gcc6.patch also to python-vtk.
+
+---
+Wed Mar 30 13:08:09 UTC 2016 - ste...@gmail.com
+
+- Fixed RPATH error for Factory by passing the option
+  CMAKE_NO_BUILTIN_CHRPATH:BOOL=ON to cmake. 
+
+---
+Tue Mar 29 20:27:32 UTC 2016 - dmuel...@suse.com
+
+- add vtk-gcc6.patch: Fix build with gcc 6
+- skip RPATH setting
+
+---
+Fri Mar 18 19:27:34 UTC 2016 - ste...@gmail.com
+
+- openmpi-libs will be installed with openmpi-devel if necessary.
+  No such package on openSUSE 13.1.
+
+---
+Tue Mar 15 13:33:58 UTC 2016 - dval...@suse.com
+
+- Add disk constraints 
+
+---

New:

  _constraints
  vtk-gcc6.patch



Other differences:
--
++ vtk.spec ++
--- /var/tmp/diff_new_pack.vTIK3f/_old  2016-04-28 17:00:39.0 +0200
+++ /var/tmp/diff_new_pack.vTIK3f/_new  2016-04-28 17:00:39.0 +0200
@@ -34,6 +34,8 @@
 Patch1: vtk-fix-file-contains-date-time.patch
 # PATCH-FIX-UPSTREAM vtk-Rinterface-uintptr_t.patch badshah...@gmail.com -- 
Only use uintptr_t definition from R headers; no longer include stdint.h
 Patch2: vtk-Rinterface-uintptr_t.patch
+# PATCH-FIX-UPSTREAM vtk-gcc6.patch dmuel...@suse.com -- Fix compilation with 
GCC >= 6.0
+Patch3: vtk-gcc6.patch
 BuildRequires:  Mesa-libGL-devel
 BuildRequires:  R-base-devel
 BuildRequires:  boost-devel
@@ -115,6 +117,7 @@
 %if 0%{?suse_version} > 1320
 Requires:   jsoncpp-devel
 %endif
+Requires:   freetype2-devel
 Requires:   libexpat-devel
 Requires:   libjpeg-devel
 Requires:   libmysqlclient-devel
@@ -159,7 +162,6 @@
 Requires:   %{name} = %{version}
 # DESPITE NOT BEING A DEVEL PACKAGE, THIS REQUIRES OPENMPI-DEVEL TO RUN
 Requires:   openmpi-devel
-Requires:   openmpi-libs
 
 %description -n python3-%{name}
 VTK is an open-source software system for image processing, 3D
@@ -187,6 +189,8 @@
 Requires:   libqt4-devel
 Requires:   python3-qt4
 %endif
+# CONFLICTS IS FOR A PKG (python-vtk) IN SCIENCE THAT IS NOT INTENDED TO BE 
INCLUDED IN openSUSE:FACTORY
+Conflicts:  python-vtk
 
 %description -n python3-%{name}-qt
 VTK is an open-source software system for image processing, 3D
@@ -261,6 +265,7 @@
 %setup -q -n VTK-%{version}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # Replace relative path ../../../VTKData with 
%%{_datadir}/%%{name}data-%%{version}
 # otherwise it will break on symlinks.
@@ -279,6 +284,7 @@
 -DBUILD_EXAMPLES:BOOL=ON \
 -DBUILD_SHARED_LIBS:BOOL=ON \
 -DBUILD_TESTING:BOOL=OFF \
+-DCMAKE_SKIP_RPATH:BOOL=ON \
 -DVTK_CUSTOM_LIBRARY_SUFFIX="" \
 -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
 -DSIP_INCLUDE_DIR:Path=%{py3_incdir} \
@@ -316,7 +322,8 @@
 -DVTK_WRAP_TCL:BOOL=ON \
 -DVTK_USE_SYSTEM_HDF5:BOOL=ON \
 -DVTK_USE_SYSTEM_NETCDF:BOOL=ON \
--DVTK_PYTHON_VERSION=3
+-DVTK_PYTHON_VERSION=3 \
+-DCMAKE_NO_BUILTIN_CHRPATH:BOOL=ON
 
 make %{?_smp_mflags} VERBOSE=1
 

++ _constraints ++


  
8
  



++ vtk-gcc6.patch ++
diff --git a/CMake/GenerateExportHeader.cmake b/CMake/GenerateExportHeader.cmake
index ecfae31..80244df 100644
--- a/CMake/GenerateExportHeader.cmake
+++ b/CMake/GenerateExportHeader.cmake
@@ -163,10 +163,10 @@ endmacro()
 macro(_test_compiler_hidden_visibility)
 
   if(CMAKE_COMPILER_IS_GNUCXX)
-execute_process(COMMAND ${CMAKE_C_COMPILER} ARGS --version
+execute_process(COMMAND ${CMAKE_C_COMPILER} --version
   OUTPUT_VARIABLE _gcc_version_info
   ERROR_VARIABLE _gcc_version_info)
-string(REGEX MATCH "[345]\\.[0-9]\\.[0-9]*"
+string(REGEX MATCH "[3-9]\\.[0-9]\\.[0-9]*"
   _gcc_version "${_gcc_version_info}")
 # gcc on mac just reports: "gcc (GCC) 3.3 20030304 ..." without the
 # patch level, handle this here:
@@ -

commit python-compizconfig for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package python-compizconfig for 
openSUSE:Factory checked in at 2016-04-28 16:56:23

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


Package is "python-compizconfig"

Changes:

--- /work/SRC/openSUSE:Factory/python-compizconfig/python-compizconfig.changes  
2016-02-26 00:41:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-compizconfig.new/python-compizconfig.changes 
2016-04-28 17:00:52.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 16 19:16:23 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.8.12.1:
+  * Include autogen.sh in the tarball.
+  * Better detection of Python2.
+
+---

Old:

  compizconfig-python-0.8.12.tar.xz

New:

  compizconfig-python-0.8.12.1.tar.xz



Other differences:
--
++ python-compizconfig.spec ++
--- /var/tmp/diff_new_pack.N5UzWR/_old  2016-04-28 17:00:54.0 +0200
+++ /var/tmp/diff_new_pack.N5UzWR/_new  2016-04-28 17:00:54.0 +0200
@@ -18,13 +18,16 @@
 
 %define _name   compizconfig-python
 Name:   python-compizconfig
-Version:0.8.12
+Version:0.8.12.1
 Release:0
 Summary:Python bindings for libraries for compizconfig-settings
 License:GPL-2.0+
 Group:  Development/Languages/Python
-Url:https://github.com/raveit65/compizconfig-python
-Source: 
https://github.com/raveit65/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
+Url:https://github.com/compiz-reloaded/compizconfig-python
+Source: 
https://github.com/compiz-reloaded/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python-Cython
 BuildRequires:  python-devel
@@ -42,6 +45,7 @@
 %setup -q -n %{_name}-%{version}
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static
 make %{?_smp_mflags}

++ compizconfig-python-0.8.12.tar.xz -> compizconfig-python-0.8.12.1.tar.xz 
++
 26269 lines of diff (skipped)




commit cjs for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package cjs for openSUSE:Factory checked in 
at 2016-04-28 16:56:16

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


Package is "cjs"

Changes:

--- /work/SRC/openSUSE:Factory/cjs/cjs.changes  2015-12-09 19:49:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.cjs.new/cjs.changes 2016-04-28 
17:00:31.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 23 14:17:17 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.0.
+
+---

Old:

  cjs-2.8.0.tar.gz

New:

  cjs-3.0.0.tar.gz



Other differences:
--
++ cjs.spec ++
--- /var/tmp/diff_new_pack.tlXTEg/_old  2016-04-28 17:00:34.0 +0200
+++ /var/tmp/diff_new_pack.tlXTEg/_new  2016-04-28 17:00:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cjs
 #
-# 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 sover   0
 %define typelib typelib-1_0-CjsPrivate-1_0
 Name:   cjs
-Version:2.8.0
+Version:3.0.0
 Release:0
 Summary:JavaScript module used by Cinnamon
 License:MIT and (MPL-1.1 or GPL-2.0+ or LGPL-2.1+)

++ cjs-2.8.0.tar.gz -> cjs-3.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cjs-2.8.0/configure.ac new/cjs-3.0.0/configure.ac
--- old/cjs-2.8.0/configure.ac  2015-10-16 14:56:58.0 +0200
+++ new/cjs-3.0.0/configure.ac  2016-04-23 11:50:50.0 +0200
@@ -1,8 +1,8 @@
 #   -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-m4_define(pkg_major_version, 2)
-m4_define(pkg_minor_version, 8)
+m4_define(pkg_major_version, 3)
+m4_define(pkg_minor_version, 0)
 m4_define(pkg_micro_version, 0)
 m4_define(pkg_version, pkg_major_version.pkg_minor_version.pkg_micro_version)
 m4_define(pkg_int_version, (pkg_major_version * 100 + pkg_minor_version) * 100 
+ pkg_micro_version)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cjs-2.8.0/debian/changelog 
new/cjs-3.0.0/debian/changelog
--- old/cjs-2.8.0/debian/changelog  2015-10-16 14:56:58.0 +0200
+++ new/cjs-3.0.0/debian/changelog  2016-04-23 11:50:50.0 +0200
@@ -1,3 +1,9 @@
+cjs (3.0.0) sarah; urgency=medium
+
+  * 3.0
+
+ -- Clement Lefebvre   Sat, 23 Apr 2016 10:50:03 +0100
+
 cjs (2.8.0) rosa; urgency=medium
 
   [ pixunil ]




commit rsyslog for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2016-04-28 16:56:07

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


Package is "rsyslog"

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2016-03-17 
16:49:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2016-04-28 
17:00:08.0 +0200
@@ -1,0 +2,38 @@
+Tue Apr 19 19:23:20 UTC 2016 - astie...@suse.com
+
+- rsyslog 8.18.0:
+  * templates: add option to convert timestamps to UTC
+  * omjournal: fix segfault (regression in 8.17.0)
+  * imptcp: added AF_UNIX support
+  * new template options
+  * compressSpace
+  * date-utc
+  * redis: support for authentication
+  * omkafka: makes kafka-producer on-HUP restart optional 
+  * imfile: new "FreshStartTail" input parameter
+  * omjournal: fix libfastjson API issues
+  * ommongodb: fix json API issues
+  * dynamic stats subsystem: a couple of smaller changes
+  * foreach loop: now also iterates over objects (not just arrays)
+  * enhancement: queue subsystem is more robst in regard to some corruptions
+  * enhancement: Allow rsyslog to bind UDP ports even w/out specific
+interface being up at the moment.
+  * new External plugin for sending metrics to SPM Monitoring SaaS
+  * bugfix imfile: fix memory corruption bug when appending @cee
+  * bugfix: memory misallocation if position.from and position.to is used
+a negative amount of memory is tried to be allocated if position.from
+is smaller than the buffer size (at least with json variables). This
+usually leads to a segfault.
+  * bugfix: fix potential memleak in TCP allowed sender definition
+  * bugfix: $PrivDropToGroupID actually did a name lookup
+  * bugfix: small memory leak in imfile
+  * bugfix: double free in jsonmesg template
+  * bugfix: incorrect formatting of stats when CEE/Json format is used
+  * bugfix omfwd: new-style keepalive action parameters did not work 
+due to being inconsistently spelled inside the code. Note that legacy
+parameters $keepalive... always worked
+  * bugfix: memory leaks in logctl utility
+  * bugfix omrelp: fix segfault if no port action parameter was given
+  * bugfix imtcp: Messages not terminated by a NL were discarded 
+
+---

Old:

  rsyslog-8.17.0.tar.gz
  rsyslog-doc-8.17.0.tar.gz

New:

  rsyslog-8.18.0.tar.gz
  rsyslog-doc-8.18.0.tar.gz



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.EdNAgu/_old  2016-04-28 17:00:11.0 +0200
+++ /var/tmp/diff_new_pack.EdNAgu/_new  2016-04-28 17:00:11.0 +0200
@@ -20,7 +20,7 @@
 Summary:The enhanced syslogd for Linux and Unix
 License:(GPL-3.0+ and Apache-2.0)
 Group:  System/Daemons
-Version:8.17.0
+Version:8.18.0
 Release:0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd

++ rsyslog-8.17.0.tar.gz -> rsyslog-8.18.0.tar.gz ++
 30695 lines of diff (skipped)

++ rsyslog-doc-8.17.0.tar.gz -> rsyslog-doc-8.18.0.tar.gz ++
 26586 lines of diff (skipped)




commit psi+ for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2016-04-28 16:56:12

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


Package is "psi+"

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2016-03-09 
16:48:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2016-04-28 
17:00:21.0 +0200
@@ -1,0 +2,9 @@
+Sat Apr 23 08:02:22 UTC 2016 - jsl...@suse.com
+
+- update to 20160422
+  * updated translations
+  * some bugfixes
+  * many new icons
+- new subpackages: icons, lang, sounds, themes
+
+---

Old:

  psi+-20160304.tar.xz

New:

  psi+-20160422.tar.xz



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.HJ0Hcs/_old  2016-04-28 17:00:26.0 +0200
+++ /var/tmp/diff_new_pack.HJ0Hcs/_new  2016-04-28 17:00:26.0 +0200
@@ -20,9 +20,11 @@
 %define with_qt5 1
 %endif
 
+%define version_unconverted 20160422
+
 Name:   psi+
 Url:https://github.com/psi-plus
-Version:20160304
+Version:20160422
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+
@@ -62,6 +64,10 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  zlib-devel
+Recommends: %{name}-lang = %{version}
+Requires:   %{name}-icons = %{version}
+Requires:   %{name}-sounds = %{version}
+Requires:   %{name}-themes = %{version}
 
 %define iconspath %{_datadir}/psi-plus/iconsets
 %define pluginspath %{_libdir}/psi-plus/plugins
@@ -74,6 +80,42 @@
 the features necessary to chat, with no bloated extras that slow your
 computer down.
 
+%package icons
+Summary:Icons for Psi
+Group:  Productivity/Networking/Talk/Clients
+Requires:   %{name} = %{version}
+BuildArch:  noarch
+
+%description icons
+Icons for Psi.
+
+%package lang
+Summary:Translations for Psi
+Group:  Productivity/Networking/Talk/Clients
+Requires:   %{name} = %{version}
+BuildArch:  noarch
+
+%description lang
+Translations for Psi.
+
+%package sounds
+Summary:Icons for Psi
+Group:  Productivity/Networking/Talk/Clients
+Requires:   %{name} = %{version}
+BuildArch:  noarch
+
+%description sounds
+Sounds for Psi.
+
+%package themes
+Summary:Themes for Psi
+Group:  Productivity/Networking/Talk/Clients
+Requires:   %{name} = %{version}
+BuildArch:  noarch
+
+%description themes
+Themes for Psi.
+
 %package plugins-juickplugin
 Summary:Plugin for Psi
 Group:  Productivity/Networking/Talk/Clients
@@ -570,6 +612,8 @@
 %defattr(-,root,root)
 %doc ChangeLog COPYING README TODO
 %{_bindir}/psi-plus
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/psi-plus.appdata.xml
 %{_datadir}/applications/psi-plus.desktop
 %dir %{_datadir}/icons/hicolor/
 %dir %{_datadir}/icons/hicolor/16x16
@@ -585,9 +629,22 @@
 %{_datadir}/icons/hicolor/*/apps/psi-plus.png
 %dir %{_datadir}/psi-plus/
 %{_datadir}/psi-plus/certs
+%dir %{_libdir}/psi-plus
+%dir %{_libdir}/psi-plus/plugins
+
+%files lang
+%defattr(-,root,root)
+%{_datadir}/psi-plus/*.qm
+
+%files icons
+%defattr(-,root,root)
 %dir %{iconspath}/
+%dir %{iconspath}/activities
+%{iconspath}/activities/default
 %dir %{iconspath}/affiliations
 %{iconspath}/affiliations/default
+%dir %{iconspath}/moods
+%{iconspath}/moods/default
 %dir %{iconspath}/roster
 %{iconspath}/roster/default
 %{iconspath}/roster/crystal-aim.jisp
@@ -605,10 +662,14 @@
 %{iconspath}/system/README
 %dir %{iconspath}/emoticons
 %{iconspath}/emoticons/default
-%{_datadir}/psi-plus/themes
+%{_datadir}/psi-plus/client_icons.txt
+
+%files sounds
+%defattr(-,root,root)
 %{_datadir}/psi-plus/sound
-%{_datadir}/psi-plus/*.qm
-%dir %{_libdir}/psi-plus
-%dir %{_libdir}/psi-plus/plugins
+
+%files themes
+%defattr(-,root,root)
+%{_datadir}/psi-plus/themes
 
 %changelog

++ psi+-20160304.tar.xz -> psi+-20160422.tar.xz ++
/work/SRC/openSUSE:Factory/psi+/psi+-20160304.tar.xz 
/work/SRC/openSUSE:Factory/.psi+.new/psi+-20160422.tar.xz differ: char 27, line 
1

++ psi-plus-l10n-1.tar.xz ++
 43338 lines of diff (skipped)




commit syncthing-gtk for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2016-04-28 16:56:10

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


Package is "syncthing-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes  
2016-03-26 18:15:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2016-04-28 17:00:16.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 17 06:01:14 UTC 2016 - sor.ale...@meowr.ru
+
+- Remove {caja,nemo,nautilus}-extension-syncthing-gtk:
+  syncthing-gtk handles that by itself (boo#975873).
+
+---
@@ -4 +10 @@
-- Update to 0.8.3:
+- Update to 0.8.3 (boo#976937):



Other differences:
--
++ syncthing-gtk.spec ++
--- /var/tmp/diff_new_pack.tQL66x/_old  2016-04-28 17:00:21.0 +0200
+++ /var/tmp/diff_new_pack.tQL66x/_new  2016-04-28 17:00:21.0 +0200
@@ -42,6 +42,15 @@
 Recommends: libnotify
 Recommends: librsvg
 Recommends: python-pyinotify
+# caja-extension-syncthing-gtk was last used in openSUSE Leap 42.1.
+Provides:   caja-extension-%{name} = %{version}
+Obsoletes:  caja-extension-%{name} < %{version}
+# nautilus-extension-syncthing-gtk was last used in openSUSE Leap 42.1.
+Provides:   nautilus-extension-%{name} = %{version}
+Obsoletes:  nautilus-extension-%{name} < %{version}
+# nemo-extension-syncthing-gtk was last used in openSUSE Leap 42.1.
+Provides:   nemo-extension-%{name} = %{version}
+Obsoletes:  nemo-extension-%{name} < %{version}
 BuildArch:  noarch
 
 %description
@@ -65,68 +74,17 @@
 
 %lang_package
 
-%package -n caja-extension-syncthing-gtk
-Summary:Syncthing-GTK+ client integrated into Caja
-Group:  System/GUI/Other
-Requires:   caja
-Requires:   python-caja
-Requires:   syncthing-gtk
-Supplements:packageand(%{name}:caja)
-
-%description -n caja-extension-syncthing-gtk
-Graphical user interface with notification area icon for Syncthing
-based on GTK+ and Python.
-
-This package integrates Syncthing-GTK+ seamlessly into Caja.
-
-%if 0%{?suse_version} > 1320
-%package -n nemo-extension-syncthing-gtk
-Summary:Syncthing-GTK+ client integrated into Nemo
-Group:  System/GUI/Other
-Requires:   nemo
-Requires:   python-nemo
-Requires:   syncthing-gtk
-Supplements:packageand(%{name}:nemo)
-
-%description -n nemo-extension-syncthing-gtk
-Graphical user interface with notification area icon for Syncthing
-based on GTK+ and Python.
-
-This package integrates Syncthing-GTK+ seamlessly into Nemo.
-%endif
-
-%package -n nautilus-extension-syncthing-gtk
-Summary:Syncthing-GTK+ client integrated into Nautilus
-Group:  System/GUI/Other
-Requires:   nautilus
-Requires:   python-nautilus
-Requires:   syncthing-gtk
-Supplements:packageand(%{name}:nautilus)
-
-%description -n nautilus-extension-syncthing-gtk
-Graphical user interface with notification area icon for Syncthing
-based on GTK+ and Python.
-
-This package integrates Syncthing-GTK+ seamlessly into Nautilus.
-
 %prep
 %setup -q
 sed -i 's/^\(Exec=\).*$/\1%{name}/' %{name}.desktop
 
 %build
-python2 setup.py build_py --nostdownloader
+python2 setup.py build_py \
+  --nostdownloader
 
 %install
-python2 setup.py install --root=%{buildroot}
-
-install -Dm 0644 scripts/syncthing-plugin-caja.py \
-  %{buildroot}%{_datadir}/caja-python/extensions/syncthing-gtk.py
-%if 0%{?suse_version} > 1320
-install -Dm 0644 scripts/syncthing-plugin-nemo.py \
-  %{buildroot}%{_datadir}/nemo-python/extensions/syncthing-gtk.py
-%endif
-install -Dm 0644 scripts/syncthing-plugin-nautilus.py \
-  %{buildroot}%{_datadir}/nautilus-python/extensions/syncthing-gtk.py
+python2 setup.py install \
+  --root=%{buildroot} --prefix=%{_prefix}
 
 # Add execution bit to scripts with shebangs and remove from others.
 find %{buildroot} -type f -name "*.py" | while read py; do
@@ -165,27 +123,4 @@
 %files lang -f %{name}.lang
 %defattr(-,root,root)
 
-%files -n caja-extension-syncthing-gtk
-%defattr(-,root,root)
-%doc LICENSE README.md
-%dir %{_datadir}/caja-python/
-%dir %{_datadir}/caja-python/extensions/
-%{_datadir}/caja-python/extensions/syncthing-gtk.py
-
-%if 0%{?suse_version} > 1320
-%files -n nemo-extension-syncthing-gtk
-%defattr(-,root,root)
-%doc LICENSE README.md
-%dir %{_datadir}/nemo-python/
-%dir %{_datadir}/nemo-python/extensions/
-%{_datadir}/nemo-python/extensions/syncthing-gtk.py
-%endif
-
-%files -n nautilus-extension-syncthing-gtk
-%defattr(-,root,root)
-%doc LICENSE README.md
-%dir %{_datadir}/nautilus-python/
-%dir %{_datadir}

commit syncthing for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2016-04-28 16:56:09

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


Package is "syncthing"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2016-03-26 
18:15:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2016-04-28 
17:00:13.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 16 19:16:23 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.12.22 (boo#976937):
+  * cmd/syncthing: Skip a calculation if timediff is zero.
+
+---

Old:

  syncthing-source-v0.12.21.tar.gz

New:

  syncthing-source-v0.12.22.tar.gz



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.YdBweS/_old  2016-04-28 17:00:16.0 +0200
+++ /var/tmp/diff_new_pack.YdBweS/_new  2016-04-28 17:00:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   syncthing
-Version:0.12.21
+Version:0.12.22
 Release:0
 Summary:FOSS Continuous File Synchronisation
 License:MPL-2.0

++ syncthing-source-v0.12.21.tar.gz -> syncthing-source-v0.12.22.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing/RELEASE new/syncthing/RELEASE
--- old/syncthing/RELEASE   2016-03-25 10:10:53.0 +0100
+++ new/syncthing/RELEASE   2016-04-13 11:54:12.0 +0200
@@ -1 +1 @@
-v0.12.21
+v0.12.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing/cmd/syncthing/gui_windows.go 
new/syncthing/cmd/syncthing/gui_windows.go
--- old/syncthing/cmd/syncthing/gui_windows.go  2016-03-25 10:10:51.0 
+0100
+++ new/syncthing/cmd/syncthing/gui_windows.go  2016-04-13 11:54:11.0 
+0200
@@ -42,6 +42,10 @@
 
curTime := time.Now().UnixNano()
timeDiff := curTime - prevTime
+   // This is sometimes 0, no clue why.
+   if timeDiff == 0 {
+   continue
+   }
curUsage := ktime.Nanoseconds() + utime.Nanoseconds()
usageDiff := curUsage - prevUsage
cpuUsageLock.Lock()
Files old/syncthing/extra/FAQ.pdf and new/syncthing/extra/FAQ.pdf differ
Files old/syncthing/extra/Getting-Started.pdf and 
new/syncthing/extra/Getting-Started.pdf differ




commit ceph-deploy for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ceph-deploy for openSUSE:Factory 
checked in at 2016-04-28 16:56:05

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


Package is "ceph-deploy"

Changes:

--- /work/SRC/openSUSE:Factory/ceph-deploy/ceph-deploy.changes  2016-04-15 
19:08:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.ceph-deploy.new/ceph-deploy.changes 
2016-04-28 17:00:06.0 +0200
@@ -1,0 +2,31 @@
+Thu Apr 14 09:39:25 UTC 2016 - osy...@suse.com
+
+- Updated to 1.5.32
+  + Bluestore support
+  + Disable timeouts for pkg install/remove operations (they can take a long
+time)
+  + Remove deprecated ceph.conf configuration "filestore xattr use omap = true"
+
+---
+Mon Apr 12 18:32:23 UTC 2016 - osy...@suse.com
+
+- Gather keys directly from mon rather than file system
+  + Added test case for Gather keys directly from mon 
+- Added BuildRequires on python-argparse python-pip
+
+---
+Fri Apr  1 13:17:37 UTC 2016 - osy...@suse.com
+
+- Add rgw list function
+- Add rgw delete function
+
+---
+Fri Apr  1 11:10:11 UTC 2016 CET 2016 - osy...@suse.com
+
+- Dont rely on ceph systemd files to create keys on mon booting.
+  + This can casue an issue when installing older versions of ceph.
+- ceph_deploy.rgw: Add config file options
+  + bnc#970526
+- calamari without salt minion repo
+
+---

Old:

  ceph-deploy-1.5.31+git.1456743503.c813950.tar.xz

New:

  ceph-deploy-1.5.32+git.1460619432.b539689.tar.xz



Other differences:
--
++ ceph-deploy.spec ++
--- /var/tmp/diff_new_pack.DxjYRO/_old  2016-04-28 17:00:08.0 +0200
+++ /var/tmp/diff_new_pack.DxjYRO/_new  2016-04-28 17:00:08.0 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:   ceph-deploy
-Version:1.5.31+git.1456743503.c813950
+Version:1.5.32+git.1460619432.b539689
 Release:0
 Summary:Admin and deploy tool for Ceph
 License:MIT
@@ -40,6 +40,8 @@
 BuildRequires:  python-tox >= 1.2
 BuildRequires:  python-virtualenv
 BuildRequires:  python-pushy >= 0.5.3
+BuildRequires:  python-argparse
+BuildRequires:  python-pip
 %if 0%{?suse_version}
 BuildRequires:  python-pytest >= 2.1.3
 %else

++ _service ++
--- /var/tmp/diff_new_pack.DxjYRO/_old  2016-04-28 17:00:08.0 +0200
+++ /var/tmp/diff_new_pack.DxjYRO/_new  2016-04-28 17:00:08.0 +0200
@@ -1,8 +1,8 @@
 
   
-1.5.31+git.%ct.%h
+1.5.32+git.%ct.%h
 https://github.com/SUSE/ceph-deploy.git
-distro/suse/v1.5.31
+distro/suse/v1.5.32
 ceph-deploy
 git
   

++ ceph-deploy-1.5.31+git.1456743503.c813950.tar.xz -> 
ceph-deploy-1.5.32+git.1460619432.b539689.tar.xz ++
 1655 lines of diff (skipped)




commit libtorrent-rasterbar for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2016-04-28 16:56:04

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


Package is "libtorrent-rasterbar"

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2016-03-04 19:30:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
   2016-04-28 17:00:03.0 +0200
@@ -1,0 +2,20 @@
+Fri Apr 15 16:26:36 UTC 2016 - r...@fthiessen.de
+
+- Added fix-sse-only-on-x86.patch to fix build on
+  non x86 architectures.
+
+---
+Thu Apr 14 21:18:50 UTC 2016 - r...@fthiessen.de
+
+- Update to 1.1.0:
+  * fix duplicate ACK issue in uTP
+  * experimental support for BEP 38, "mutable torrents"
+  * replaced lazy_bdecode with a new bdecoder that's a lot more efficient
+  * General speed improvements.
+  * support SSL over uTP connections
+  * Removed built-in GeoIP support (this functionality is orthogonal to 
libtorrent)
+  * General better multithreading support.
+  * Added support for hashing pieces in multiple threads
+  * Fix division by zero in super-seeding logic
+
+---

Old:

  libtorrent-rasterbar-1.0.9.tar.gz

New:

  fix-sse-only-on-x86.patch
  libtorrent-rasterbar-1.1.0.tar.gz



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.hPeP3l/_old  2016-04-28 17:00:05.0 +0200
+++ /var/tmp/diff_new_pack.hPeP3l/_new  2016-04-28 17:00:05.0 +0200
@@ -17,23 +17,33 @@
 
 
 %define _name   libtorrent
-%define sover   8
-%define _version 1_0_9
+%define sover   9
+%define _version 1_1
 %bcond_with examples
 Name:   libtorrent-rasterbar
-Version:1.0.9
+Version:1.1.0
 Release:0
 Summary:Libtorrent is a C++ implementation of the BitTorrent protocol
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://rasterbar.com/products/libtorrent
 Source: 
https://github.com/arvidn/%{_name}/releases/download/%{_name}-%{_version}/%{name}-%{version}.tar.gz
+%ifnarch x86_64 amd64 %{ix86}
+Patch0: fix-sse-only-on-x86.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
+%endif
 BuildRequires:  boost-devel >= 1.36
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(geoip)
 BuildRequires:  pkgconfig(openssl)
+# For quadmath.h we need gcc-fortran on openSUSE < Factory (<= 42.1)
+%if 0%{?suse_version} <=1320
+BuildRequires:  gcc-fortran
+%endif
 
 %description
 libtorrent-rasterbar is a C++ library that aims to be a good
@@ -112,6 +122,11 @@
 %prep
 %setup -q
 
+%ifnarch x86_64 amd64 %{ix86}
+%patch0 -p1
+autoreconf -vi
+%endif
+
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="$CFLAGS"

++ fix-sse-only-on-x86.patch ++
diff --git a/configure.ac b/configure.ac
index efa1943..945d2bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,10 +159,20 @@ AC_CHECK_FUNCS([clock_gettime], [],
   [AC_MSG_WARN([clock_gettime function not found.])])])]
 )
 
+case "$host" in
+i?86-* | k?-* | athlon-* | pentium*-)
+ARCH_SPECIFIC_CFLAGS="-msse4.2"
+;;
+x86_64-*)
+ARCH_SPECIFIC_CFLAGS="-msse4.2"
+;;
+*)
+AC_MSG_NOTICE([No architecture specific optimization])
+;;
+esac
 
 dnl Pass some build options to .pc file
-COMPILETIME_OPTIONS=""
-
+COMPILETIME_OPTIONS="$ARCH_SPECIFIC_CFLAGS "
 
 ###
 # Setting configure options
@@ -536,8 +546,6 @@ AM_CONDITIONAL([WITH_OPENSSL], [test 
"x$ARG_ENABLE_ENCRYPTION" = "xyes" -o "x$AR
 AC_DEFINE([BOOST_ASIO_HASH_MAP_BUCKETS],[1021],[Define to fix a wrong behavior 
in boost 1.39.])
 COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "
 
-COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -msse4.2 "
-
 AC_DEFINE([BOOST_EXCEPTION_DISABLE],[1],[Define to disable the boost.exception 
features.])
 COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DBOOST_EXCEPTION_DISABLE "
 
++ libtorrent-rasterbar-1.0.9.tar.gz -> libtorrent-rasterbar-1.1.0.tar.gz 
++
 250353 lines of diff (skipped)




commit cinnamon-themes for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-themes for openSUSE:Factory 
checked in at 2016-04-28 16:56:02

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


Package is "cinnamon-themes"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-themes/cinnamon-themes.changes  
2016-01-21 23:41:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-themes.new/cinnamon-themes.changes 
2016-04-28 17:00:00.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 22 15:40:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 2016.04.22:
+  * Fix sound applet -> applications -> volume sliders.
+
+---

Old:

  cinnamon-themes_2015.11.06.tar.gz

New:

  cinnamon-themes_2016.04.22.tar.xz



Other differences:
--
++ cinnamon-themes.spec ++
--- /var/tmp/diff_new_pack.UiS4CQ/_old  2016-04-28 17:00:02.0 +0200
+++ /var/tmp/diff_new_pack.UiS4CQ/_new  2016-04-28 17:00:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-themes
 #
-# 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,13 +17,13 @@
 
 
 Name:   cinnamon-themes
-Version:2015.11.06
+Version:2016.04.22
 Release:0
 Summary:Default Cinnamon Themes
 License:GPL-3.0+
 Group:  System/GUI/Other
 Url:https://github.com/linuxmint/cinnamon-themes
-Source: 
http://packages.linuxmint.com/pool/main/c/%{name}/%{name}_%{version}.tar.gz
+Source: 
http://packages.linuxmint.com/pool/main/c/%{name}/%{name}_%{version}.tar.xz
 BuildRequires:  fdupes
 BuildArch:  noarch
 




commit machinery for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package machinery for openSUSE:Factory 
checked in at 2016-04-28 16:55:59

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


Package is "machinery"

Changes:

--- /work/SRC/openSUSE:Factory/machinery/machinery.changes  2016-04-08 
09:39:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.machinery.new/machinery.changes 2016-04-28 
16:59:55.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 22 16:39:04 CEST 2016 - thard...@suse.de
+
+- update to version 1.20.0
+  * Added explanation for 'N/A' fields for each scope (gh#SUSE/machinery#1904)
+  * Added support of the ARM architectures "armv6l", "armv7l" and "aarch64" to
+our machinery-helper (This requires at least Go version 1.5)
+  * Introduce format version 9 which fixes a migration issue 
(gh#SUSE/machinery#2041)
+
https://github.com/SUSE/machinery/blob/master/docs/System-Description-Format.md#version-9
+
+---

Old:

  machinery-tool-1.19.0.gem

New:

  machinery-tool-1.20.0.gem



Other differences:
--
++ machinery.spec ++
--- /var/tmp/diff_new_pack.CqqfXq/_old  2016-04-28 16:59:57.0 +0200
+++ /var/tmp/diff_new_pack.CqqfXq/_new  2016-04-28 16:59:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   machinery
-Version:1.19.0
+Version:1.20.0
 Release:0
 %define binary_name machinery
 %define mod_name machinery-tool

++ machinery-tool-1.19.0.gem -> machinery-tool-1.20.0.gem ++
 1853 lines of diff (skipped)




commit i18nspector for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package i18nspector for openSUSE:Factory 
checked in at 2016-04-28 16:56:01

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


Package is "i18nspector"

Changes:

--- /work/SRC/openSUSE:Factory/i18nspector/i18nspector.changes  2015-03-09 
10:10:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.i18nspector.new/i18nspector.changes 
2016-04-28 16:59:58.0 +0200
@@ -1,0 +2,49 @@
+Mon Mar 21 08:18:39 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.24.
+  * Summary of tag changes:
++ Added:
+  - python-brace-format-string-argument-type-mismatch
+  - python-brace-format-string-error
+  - python-brace-format-string-missing-argument
+  - python-brace-format-string-unknown-argument
+  * Check for errors in Python brace format strings.
+  * Raise certainty of syntax-error-in-plural-forms and
+syntax-error-in-unused-plural-forms to “certain”.
+  * Check for partially qualified domain names in e-mail addresses.
+  * Add option for parallel execution (--parallel).
+  * Improve the test suite.
+- Changes in 0.23.
+  * Summary of tag changes:
++ Added:
+  - leading-junk-in-plural-forms
+  - trailing-junk-in-plural-forms
+  * Make separate tags for leading and trailing junk in
+  * Plural-Forms.
+  * Fix typos in tag descriptions.
+  * Use HTTPS for more URLs.
+- Changes in 0.22.
+  * Summary of tag changes:
++ Renamed:
+  - unusual-plural-forms (from incorrect-plural-forms)
+  - unusual-unused-plural-forms (from
+incorrect-unused-plural-forms)
+  * Fix typo in a tag description.
+  * Fix typo in the help message.
+  * Update QT documentation URLs.
+  * Fix option formatting in the manual page.
+  * Remove redundant parentheses from some exemplary Plural-Forms.
+  * Improve plural forms codomain checks.
+- Changes in 0.21.
+  * Summary of tag changes:
++ Added:
+  - boilerplate-in-initial-comments
+  * Check for xgettext and msginit boilerplate in initial comments.
+  * Improve error handling.
+  * Improve the test suite.
+- Changes in 0.20.
+  * Use RPLY for parsing plural expressions.
+  * * Improve the test suite.
+- Add runtime and build dependency: python3-rply.
+
+---

Old:

  i18nspector-0.18.1.tar.gz
  i18nspector-0.18.1.tar.gz.asc

New:

  i18nspector-0.24.tar.gz
  i18nspector-0.24.tar.gz.asc



Other differences:
--
++ i18nspector.spec ++
--- /var/tmp/diff_new_pack.9Zrq6K/_old  2016-04-28 17:00:00.0 +0200
+++ /var/tmp/diff_new_pack.9Zrq6K/_new  2016-04-28 17:00:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package i18nspector
 #
-# 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:   i18nspector
-Version:0.18.1
+Version:0.24
 Release:0
 Summary:Tool for Checking gettext POT/PO/MO Files
 License:MIT
@@ -31,12 +31,14 @@
 BuildRequires:  python3-curses
 BuildRequires:  python3-nose
 BuildRequires:  python3-polib
-%if 0%{?suse_version} && 0%{?suse_version} < 1230
-Requires:   python3 >= 3.2
-%endif
+BuildRequires:  python3-rply
 Requires:   python3-polib
+Requires:   python3-rply
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+%if 0%{?suse_version} && 0%{?suse_version} < 1230
+Requires:   python3 >= 3.2
+%endif
 
 %description
 i18nspector is a tool for checking translation templates (POT), message
@@ -67,6 +69,6 @@
 %doc doc/{changelog,tags.txt,todo.txt}
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 
 %changelog

++ i18nspector-0.18.1.tar.gz -> i18nspector-0.24.tar.gz ++
 11739 lines of diff (skipped)

++ i18nspector.keyring ++
--- /var/tmp/diff_new_pack.9Zrq6K/_old  2016-04-28 17:00:00.0 +0200
+++ /var/tmp/diff_new_pack.9Zrq6K/_new  2016-04-28 17:00:00.0 +0200
@@ -1,7 +1,8 @@
-pub   rsa4096/015475F5 2009-10-23 [expires: 2016-01-01]
-uid   [ unknown] Jakub Wilk 
-uid   [ unknown] Jakub Wilk 
-uid   [ unknown] Jakub Wilk 
+pub   rsa4096/015475F5 2009-10-23 [expires: 2017-01-01]
+uid [ unknown] Jakub Wilk 
+uid [ unknown] Jakub Wilk 
+uid [ unknown] Jakub Wilk 
+uid [ unknown] [jpeg image of size 6044]
 sub   rsa4096/E5874F63 2009-10-23
 
 -BEGIN PGP PUBLIC KEY BLOCK-
@@ -17,66 +18,66 @@
 57uaqEaF7lSkL9mqlBTpokb6NO9KNbi7gC2Weh5Kp2nl

commit texworks for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package texworks for openSUSE:Factory 
checked in at 2016-04-28 16:55:57

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


Package is "texworks"

Changes:

--- /work/SRC/openSUSE:Factory/texworks/texworks.changes2015-05-06 
07:49:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.texworks.new/texworks.changes   2016-04-28 
16:59:50.0 +0200
@@ -1,0 +2,28 @@
+Mon Apr 11 04:34:38 UTC 2016 - badshah...@gmail.com
+
+- Update to version 0.6.0:
+  + Complete redesign of the PDF previewer using QtPDF by Charlie
+Sharpsteen
+  + Fast and responsive preview even at very high magnifications
+  + New page modes: continuous scrolling and two-column layout
+  + Text selection/copying from the PDF
+  + Go back to previous view after clicking on a link using
+Alt+left arrow
+  + Fix disappearing spellcheck underline with some fonts/font
+sizes in Qt 5
+  + Update the width of the line number display when changing the
+editor font
+  + Show a note in the "About Scripts" dialog for disabled script
+languages
+  + Explicitly add a "Quit TeXworks" menu item to the global
+menubar on Mac OS X
+  + Make Qt5 the default framework for building TeXworks
+  + Add support for Lua 5.3.
+- When building with QT5, add BuildRequires on
+  pkgconfig(Qt5Concurrent) as this a necessary dependency this
+  version onwards.
+- Set the cmake variable TeXworks_DIC_DIR to the proper
+  installation location of myspell dicts in openSUSE to make
+  texworks find them.
+
+---

Old:

  release-0.4.6.tar.gz

New:

  release-0.6.0.tar.gz



Other differences:
--
++ texworks.spec ++
--- /var/tmp/diff_new_pack.1h2dzz/_old  2016-04-28 16:59:52.0 +0200
+++ /var/tmp/diff_new_pack.1h2dzz/_new  2016-04-28 16:59:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texworks
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2007-09 by Jonathan Kew.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   texworks
-Version:0.4.6
+Version:0.6.0
 Release:0
 Summary:TeXshop-like TeX Editor
 License:GPL-2.0+
@@ -32,6 +32,7 @@
 BuildRequires:  libpoppler-devel >= 0.24
 %if 0%{?suse_version} >= 1320
 BuildRequires:  libpoppler-qt5-devel >= 0.24
+BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -108,6 +109,7 @@
   -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=%{_lib} \\\
   -DWITH_LUA=ON \\\
   -DWITH_PYTHON=ON \\\
+  -DTeXworks_DIC_DIR=%{_datadir}/myspell \\\
 %if 0%{?suse_version} >= 1320  
   -DDESIRED_QT_VERSION="5" \\\
 %else

++ release-0.4.6.tar.gz -> release-0.6.0.tar.gz ++
/work/SRC/openSUSE:Factory/texworks/release-0.4.6.tar.gz 
/work/SRC/openSUSE:Factory/.texworks.new/release-0.6.0.tar.gz differ: char 12, 
line 1




commit dvbtune for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package dvbtune for openSUSE:Factory checked 
in at 2016-04-28 16:55:52

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


Package is "dvbtune"

Changes:

--- /work/SRC/openSUSE:Factory/dvbtune/dvbtune.changes  2015-08-07 
00:24:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.dvbtune.new/dvbtune.changes 2016-04-28 
16:59:34.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 22 08:40:14 UTC 2016 - jsl...@suse.com
+
+- add define-int-types.patch: fix build
+
+---

New:

  define-int-types.patch



Other differences:
--
++ dvbtune.spec ++
--- /var/tmp/diff_new_pack.jsWZAG/_old  2016-04-28 16:59:38.0 +0200
+++ /var/tmp/diff_new_pack.jsWZAG/_new  2016-04-28 16:59:38.0 +0200
@@ -25,6 +25,7 @@
 Url:http://www.linuxstb.org/dvbtune/index.shtml
 Source0:
http://sourceforge.net/projects/dvbtools/files/dvbtune/dvbtune-%{version}/dvbtune-%{version}.tar.gz
 Patch0: dvbtune-use-rpmopts
+Patch1: define-int-types.patch
 BuildRequires:  dvb
 BuildRequires:  libxml2-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,6 +49,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ define-int-types.patch ++
From: Jiri Slaby 
Subject: define int types

We see errors like:
dvbtune.c:397:27: error: unknown type name 'uint16_t'
void set_ts_filter(int fd,uint16_t pid)

stdint.h is needed for those.
---
 dvbtune.c |1 +
 1 file changed, 1 insertion(+)

--- a/dvbtune.c
+++ b/dvbtune.c
@@ -38,6 +38,7 @@
 
 // Linux includes:
 #include 
+#include 
 #include 
 #include 
 #include 



commit hawk2 for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-04-28 16:55:55

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


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-04-06 
11:52:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-04-28 
16:59:44.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 22 11:04:30 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1461322965.7f27886:
+  + UI: Revised primitive attribute loading to avoid ugly bounce
+  + UI: Avoid using spinner placeholders
+  + Call correct rake when running gettext:pack / assets:precompile
+ 
+---
+Thu Apr 07 11:17:23 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1460021004.dc75922:
+  + UI: Correct font-awesome icon asset paths (bsc#974435)
+  + Improved hawk 1 package obsoletion statement
+
+---

Old:

  hawk2-2.0.0+git.1459616683.31efac7.tar.bz2

New:

  hawk2-2.0.0+git.1461322965.7f27886.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.qLftl7/_old  2016-04-28 16:59:47.0 +0200
+++ /var/tmp/diff_new_pack.qLftl7/_new  2016-04-28 16:59:47.0 +0200
@@ -31,20 +31,21 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1459616683.31efac7
+%define version_unconverted 2.0.0+git.1461322965.7f27886
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1459616683.31efac7
+Version:2.0.0+git.1461322965.7f27886
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
 Source100:  hawk-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ha-cluster-webui
-Provides:   hawk
+Obsoletes:  hawk <= 1.1.0
+Provides:   hawk = %{version}
 Requires:   crmsh
 Requires:   graphviz
 Requires:   graphviz-gd

++ _servicedata ++
--- /var/tmp/diff_new_pack.qLftl7/_old  2016-04-28 16:59:47.0 +0200
+++ /var/tmp/diff_new_pack.qLftl7/_new  2016-04-28 16:59:47.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  31efac70e90a9014985c8c6d59920d0e9a825a3c
\ No newline at end of file
+  7f278860d9cf9f27a4e3bddda9fd51b40cca6ed1
\ No newline at end of file

++ hawk2-2.0.0+git.1459616683.31efac7.tar.bz2 -> 
hawk2-2.0.0+git.1461322965.7f27886.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-2.0.0+git.1459616683.31efac7/Makefile 
new/hawk2-2.0.0+git.1461322965.7f27886/Makefile
--- old/hawk2-2.0.0+git.1459616683.31efac7/Makefile 2016-04-02 
22:43:16.0 +0200
+++ new/hawk2-2.0.0+git.1461322965.7f27886/Makefile 2016-04-22 
13:04:22.0 +0200
@@ -59,7 +59,7 @@
bundle package && bundle install --local --deployment ; \
 fi ; \
 TEXTDOMAIN=hawk bin/rake gettext:pack; \
-RAILS_ENV=production bundle exec rake assets:precompile)
+RAILS_ENV=production bin/rake assets:precompile)
 
 %:: %.in
sed \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/module/primitives.js
 
new/hawk2-2.0.0+git.1461322965.7f27886/hawk/app/assets/javascripts/module/primitives.js
--- 
old/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/module/primitives.js
 2016-04-02 22:43:16.0 +0200
+++ 
new/hawk2-2.0.0+git.1461322965.7f27886/hawk/app/assets/javascripts/module/primitives.js
 2016-04-22 13:04:22.0 +0200
@@ -167,14 +167,14 @@
   // enable create/apply
   var form = $(controller_type.form_selector);
   form.find('#agent-info').removeClass('hidden').find('a').attr('href', 
Routes.cib_agent_path($('body').data('cib'), encodeURIComponent(agent)));
-  form.find('#editform-loading').slideDown();
+  form.find('#editform-loading').show();
   form.find(".submit").prop("disabled", false);
 };
 
 var disable_detail = function() {
   var form = $(controller_type.form_selector);
   form.find('#agent-info').addClass('hidden').find('a').attr('href', '#');
-  form.find('#editform-loading').slideUp();
+  form.find('#editform-loading').hide();
   form.find(".submit").prop("disabled", true);
   form.find('#paramslist, #oplist, #metalist

commit crmsh for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2016-04-28 16:55:33

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


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2016-04-01 
13:03:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2016-04-28 
16:59:01.0 +0200
@@ -1,0 +2,35 @@
+Thu Apr 21 13:46:53 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.2.0+git.1461246131.bf3c265:
+  + medium: scripts: Add vmware to data manifest (fate#318320)
+  + medium: ui_node: Fix crash in node fence command (bsc#974902)
+  + low: scripts: Preserve formatting in description for vmware wizard
+  + low: scripts: Better description for sbd
+
+---
+Tue Apr 19 16:46:59 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.2.0+git.1461083981.dab79a4:
+  + high: scripts: VMware fencing using vCenter (fate#318320)
+
+---
+Tue Apr 19 07:53:28 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.2.0+git.1461051741.724349d:
+  + low: cibconfig: Don't mix up CLI name with XML tag
+  + low: constants: Add missing reload operation to parser
+  + low: corosync: Recycle node IDs when possible
+  + low: parse: Don't validate operation name in parser (bsc#975357)
+  + low: scripts: Only print debug output locally unless there were remote 
actions
+  + low: scripts: Fix watchdog test in sbd-device (fate#318320)
+  + low: scripts: Shouldn't set -e here (fate#318320)
+
+- Remove bug-974902_crm-node-fence.patch
+
+---
+Fri Apr 15 13:22:44 UTC 2016 - y...@suse.com
+
+- medium: ui_node: Fix "crm node fence" (bsc#974902)
+  - bug-974902_crm-node-fence.patch
+
+---

Old:

  crmsh-2.2.0+git.1459359704.8d9b910.tar.bz2

New:

  crmsh-2.2.0+git.1461246131.bf3c265.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.6Qf33r/_old  2016-04-28 16:59:03.0 +0200
+++ /var/tmp/diff_new_pack.6Qf33r/_new  2016-04-28 16:59:03.0 +0200
@@ -32,13 +32,13 @@
 
 %{!?python_sitelib: %define python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define version_unconverted 2.2.0+git.1459359704.8d9b910
+%define version_unconverted 2.2.0+git.1461246131.bf3c265
 
 Name:   crmsh
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.2.0+git.1459359704.8d9b910
+Version:2.2.0+git.1461246131.bf3c265
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.6Qf33r/_old  2016-04-28 16:59:03.0 +0200
+++ /var/tmp/diff_new_pack.6Qf33r/_new  2016-04-28 16:59:03.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  8d9b910e4a11cf8f8148b5f97e35602bc71bde03
\ No newline at end of file
+  bf3c265508ce63bf1eb9c873534c29cfa488420d
\ No newline at end of file

++ crmsh-2.2.0+git.1459359704.8d9b910.tar.bz2 -> 
crmsh-2.2.0+git.1461246131.bf3c265.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-2.2.0+git.1459359704.8d9b910/contrib/git-hook-pre-commit 
new/crmsh-2.2.0+git.1461246131.bf3c265/contrib/git-hook-pre-commit
--- old/crmsh-2.2.0+git.1459359704.8d9b910/contrib/git-hook-pre-commit  
1970-01-01 01:00:00.0 +0100
+++ new/crmsh-2.2.0+git.1461246131.bf3c265/contrib/git-hook-pre-commit  
2016-04-21 15:46:53.0 +0200
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# An example hook script to verify what is about to be committed.
+# Called by "git commit" with no arguments.  The hook should
+# exit with non-zero status after issuing an appropriate message if
+# it wants to stop the commit.
+#
+# To enable this hook, rename this file to "pre-commit".
+
+root="$(git rev-parse --show-toplevel)"
+[ -d "$root" ] || exit 1
+
+./update-data-manifest.sh
+git add ./data-manifest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-2.2.0+git.1459359704.8d9b910/crmsh/cibconfig.py 
new/crmsh-2.2.0+git.1461246131.bf3c265/crmsh/cibconfig.py
--- old/crmsh-2.2.0+git.1459359704.8d9b910/crmsh/cibconfig.py   2016-03-31 
08:00:48.0 +0200
+++ new/crmsh-2.2.0+git.1461246131.bf3c265/crmsh/cibconfig.py   2016-04-21 
15:46:53.0 +0200
@@ -437,7 +437,7 @@

commit obs-service-set_version for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package obs-service-set_version for 
openSUSE:Factory checked in at 2016-04-28 16:55:49

Comparing /work/SRC/openSUSE:Factory/obs-service-set_version (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-set_version.new (New)


Package is "obs-service-set_version"

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-set_version/obs-service-set_version.changes
  2016-04-12 19:37:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-set_version.new/obs-service-set_version.changes
 2016-04-28 16:59:26.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 21 11:54:41 UTC 2016 - opensuse-packag...@opensuse.org
+
+- Update to version 0.5.3:
+  * VersionDetector._autodetect: prioritize the directory name over the file 
name
+
+---



Other differences:
--
++ _servicedata ++
--- /var/tmp/diff_new_pack.Lh4BKe/_old  2016-04-28 16:59:30.0 +0200
+++ /var/tmp/diff_new_pack.Lh4BKe/_new  2016-04-28 16:59:30.0 +0200
@@ -1,5 +1,5 @@
 
   
 g...@github.com:openSUSE/obs-service-set_version.git
-  5dd3f3872b32332e4985845f0694a82132fe2df3
+  9cb2d460ffcce8cb86ee2bd194c38620c6eebb94
 
\ No newline at end of file

++ obs-service-set_version-0.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-set_version-0.5.3/set_version 
new/obs-service-set_version-0.5.3/set_version
--- old/obs-service-set_version-0.5.3/set_version   2016-04-08 
15:28:43.0 +0200
+++ new/obs-service-set_version-0.5.3/set_version   2016-04-21 
13:54:41.0 +0200
@@ -50,11 +50,10 @@
 class VersionDetector(object):
 @staticmethod
 def _autodetect(files, basename):
-version = None
-version = VersionDetector._get_version_via_filename(
+version = VersionDetector._get_version_via_archive_dirname(
 files, basename)
 if not version:
-version = VersionDetector._get_version_via_archive_dirname(
+version = VersionDetector._get_version_via_filename(
 files, basename)
 if not version:
 version = VersionDetector._get_version_via_debian_changelog(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-set_version-0.5.3/tests/data_test_from_tarball_with_single_file.json
 
new/obs-service-set_version-0.5.3/tests/data_test_from_tarball_with_single_file.json
--- 
old/obs-service-set_version-0.5.3/tests/data_test_from_tarball_with_single_file.json
2016-04-08 15:28:43.0 +0200
+++ 
new/obs-service-set_version-0.5.3/tests/data_test_from_tarball_with_single_file.json
2016-04-21 13:54:41.0 +0200
@@ -1,9 +1,9 @@
 [
   ["testprog-1.2.3.tar", [], "8.8.8", "1.2.3"],
+  ["testprog-1.2.3.tar", ["testprog-4.5.6"], "8.8.8", "4.5.6"],
   ["tetsprog-2015.10.tar", [], "8.8.8", "2015.10"],
   ["testprog-512.tar", [], "8.8.8", "512"],
   ["1.2.3.tar", ["testprog-4.5.6"], "8.8.8", "4.5.6"],
-  ["testprog-1.2.3.tar", ["testprog-4.5.6"], "8.8.8", "1.2.3"],
   ["testprog-master.tar", ["testprog-4.5.6"], "8.8.8", "4.5.6"],
   ["testprog-master.tar", ["testprog-4.5.6"], " ", "4.5.6"],
   ["testprog-master.tar", ["testprog-4.5.6"], "", "4.5.6"]




commit vips for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package vips for openSUSE:Factory checked in 
at 2016-04-28 16:55:41

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


Package is "vips"

Changes:

--- /work/SRC/openSUSE:Factory/vips/vips.changes2016-02-18 
12:36:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes   2016-04-28 
16:59:11.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 21 10:12:28 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- ignore make check errors for ppc64 architecture tracked upstream
+  https://github.com/jcupitt/libvips/issues/427
+
+---



Other differences:
--
++ vips.spec ++
--- /var/tmp/diff_new_pack.7lbwBg/_old  2016-04-28 16:59:14.0 +0200
+++ /var/tmp/diff_new_pack.7lbwBg/_new  2016-04-28 16:59:14.0 +0200
@@ -143,7 +143,11 @@
 rm -rf %{buildroot}%{_datadir}/doc/vips
 
 %check
+%ifarch ppc64 ppc
+make check || echo "Warning: ignore make check error for ppc64"
+%else
 make check
+%endif
 
 %post -n %{libname}%{somajor} -p /sbin/ldconfig
 




commit perl-IRI for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package perl-IRI for openSUSE:Factory 
checked in at 2016-04-28 16:55:36

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


Package is "perl-IRI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IRI/perl-IRI.changes2015-03-25 
21:33:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-IRI.new/perl-IRI.changes   2016-04-28 
16:59:07.0 +0200
@@ -1,0 +2,15 @@
+Tue Apr 19 16:04:56 UTC 2016 - opens...@dstoecker.de
+
+- update to version 0.0005
+ - (Addition) Add ability to lazily parse IRI components.
+ - (Addition) Add cpanfile, with Module::Install deps (#5 from Alberto
+   Simões).
+ - (Addition) Added Try::Tiny to list of build requirements (github issue
+   #3).
+ - (Update) Improve performance of IRI component parsing.
+ - (Update) Update POD coverage test to ignore private attributes (#6 from
+   Alberto Simões).
+ - (Update) Updated required version of Type::Tiny to 0.008 to support use
+   of InstanceOf (#7 from Alexandr Ciornii).
+
+---

Old:

  IRI-0.004.tar.gz

New:

  IRI-0.005.tar.gz



Other differences:
--
++ perl-IRI.spec ++
--- /var/tmp/diff_new_pack.IWq6HB/_old  2016-04-28 16:59:09.0 +0200
+++ /var/tmp/diff_new_pack.IWq6HB/_new  2016-04-28 16:59:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IRI
 #
-# 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-IRI
-Version:0.004
+Version:0.005
 Release:0
 %define cpan_name IRI
 Summary:Internationalized Resource Identifiers
@@ -34,11 +34,11 @@
 BuildRequires:  perl(MooX::HandlesVia)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(Type::Tiny)
+BuildRequires:  perl(Type::Tiny) >= 0.008
 BuildRequires:  perl(URI)
 Requires:   perl(Moo)
 Requires:   perl(MooX::HandlesVia)
-Requires:   perl(Type::Tiny)
+Requires:   perl(Type::Tiny) >= 0.008
 %{perl_requires}
 
 %description

++ IRI-0.004.tar.gz -> IRI-0.005.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.004/Changes new/IRI-0.005/Changes
--- old/IRI-0.004/Changes   2014-09-25 16:30:10.0 +0200
+++ new/IRI-0.005/Changes   2016-04-04 17:04:06.0 +0200
@@ -0,0 +1,38 @@
+IRI
+===
+
+Created:  2014-07-23
+Home page:
+Bug tracker:  
+Maintainer:   Gregory Todd Williams 
+
+0.005  2016-04-04
+
+ - (Addition) Add ability to lazily parse IRI components.
+ - (Addition) Add cpanfile, with Module::Install deps (#5 from Alberto
+   Simões).
+ - (Addition) Added Try::Tiny to list of build requirements (github issue
+   #3).
+ - (Update) Improve performance of IRI component parsing.
+ - (Update) Update POD coverage test to ignore private attributes (#6 from
+   Alberto Simões).
+ - (Update) Updated required version of Type::Tiny to 0.008 to support use
+   of InstanceOf (#7 from Alexandr Ciornii).
+
+0.004  2014-09-25
+
+ - (Update) Changed IRI to use old-style VERSION declaration.
+ - (Update) Moved modules from Moose to Moo.
+
+0.003  2014-08-11
+
+ - (Addition) Added coercion from Str to IRI.
+
+0.002  2014-08-09
+
+ - (Addition) Added as_string method.
+
+0.001  2014-08-02
+
+ - (Addition) First release.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.004/Changes.ttl new/IRI-0.005/Changes.ttl
--- old/IRI-0.004/Changes.ttl   2014-09-25 16:29:16.0 +0200
+++ new/IRI-0.005/Changes.ttl   2016-04-04 06:20:44.0 +0200
@@ -15,6 +15,25 @@
.
 
 
+
+   dcterms:isVersionOf my:project ;
+   dcterms:replaces ;
+   
+   doap:Version [
+   doap:revision   "0.005" ;
+   doap:created"2016-04-04" ;
+   ] ;
+   asc:changes [
+   asc:addition"Add ability to lazily parse IRI components." ;
+   asc:addition"Add cpanfile, with Module::Install deps (#5 
from Alberto Simões)." ;
+   asc:addition"Added Try::Tiny to list of build requirements 
(github issue #3)." ;
+   asc:update  "Improve performance of IRI component 
parsing."

commit docker-distribution for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package docker-distribution for 
openSUSE:Factory checked in at 2016-04-28 16:55:34

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


Package is "docker-distribution"

Changes:

--- /work/SRC/openSUSE:Factory/docker-distribution/docker-distribution.changes  
2016-03-18 21:42:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.docker-distribution.new/docker-distribution.changes 
2016-04-28 16:59:04.0 +0200
@@ -2 +2,58 @@
-Thu Mar 10 11:14:26 UTC 2016 - msab...@suse.com
+Thu Apr 14 07:45:10 UTC 2016 - msab...@suse.com
+
+- Upgraded to 2.4.0. Changelog:
+
+* New S3 storage driver
+
+The default s3 storage driver is now implemented on top of the official Amazon
+S3 SDK, boasting major performance and stability goodness. The previous storage
+is still available, but deprecated.
+
+* Garbage Collector
+
+A garbage collector tool has been added to the registry. For more details see
+the garbage collector documentation.
+
+* Tagged Manifest Events
+
+Manifest push and pull events will now include the tag which was used in the
+operation (if applicable).
+
+* Relative URLs
+
+The registry can now be configured to return relative URLs in Location headers.
+
+* V1 Signature disabled
+
+With the ongoing adoption of the schema 2 manifest format and deprecation of
+signatures, this option will improve pull performance by generating and
+returning a single libtrust signature.
+
+* Gotchas
+
+The RADOS storage driver has been removed. The registry can still be used with
+Ceph as the storage backend using the swift driver in conjunction with the
+Swift API gateway.
+
+The command line format has changed to support subcommands. To run a registry
+as before an additional subcommand - serve - is required.
+
+The legacy S3 storage driver, based on adroll/goamz is now deprecated and will
+be removed in a future release.
+
+---
+Thu Mar 10 15:22:12 UTC 2016 - msab...@suse.com
+
+- Updated changelog
+
+bsc#970507
+
+The fix_version.patch file has been removed because it has been fixed upstream
+
+---
+Thu Mar 10 12:13:56 UTC 2016 - msab...@suse.com
+
+- Removed old tarball
+
+---
+Thu Mar 10 12:05:58 UTC 2016 - msab...@suse.com
@@ -14,10 +71 @@
-Sat Feb 13 10:07:28 UTC 2016 - mplus...@suse.com
-
-- Drop useless _service and use url instead
-- Update systemd dependencies
-- Cleanup spec file with spec-cleaner
-- Fix rcservice symlink
-- Adjust previous changelog entry to match requirements
-

-Fri Feb  5 11:55:57 UTC 2016 - msab...@suse.com
+Fri Feb  5 11:02:49 UTC 2016 - msab...@suse.com
@@ -26,40 +74,3 @@
-  * This Docker Registry release is the first to support the Image
-Manifest Version 2, Schema 2 manifest format.
-  * Dropped fix_version.patch as it is no longer needed
-

-Mon Dec 28 16:44:33 UTC 2015 - fcaste...@suse.com
-
-- Fix default configuration file
-

-Mon Dec 28 09:51:35 UTC 2015 - fcaste...@suse.com
-
-- Update to 2.2.1:
-  * Storage Drivers correctly handle empty directories.
-  * Swift storage driver support for bulk deletes and improved handling of
-eventually consistent configurations.
-  * Reduction in roundtrips for layer download.
-  * Catalog performance improvements.
-- Update to 2.2.0:
-  * Google Cloud Storage Driver: the Registry now supports Google's reliable 
and
-fast network and storage infrastructure for layer and manifest storage.
-  * Read-only mode: Enables a Registry to serve only read requests, useful to
- maintain read availability during unsafe administrative tasks.
-  * Configurable hostname support:  Allows the specification of an
-externally-reachable URL for the Registry.
-  * Improved handling of environmental variables: Enables environment variables
-to be specified which are not part of the configuration file.
-  * Configurable file-existence and HTTP health checks: Allows administrators 
to
-easily disable a registry temporarily by placing a file on the filesystem.
-Additionally a registry can be configured to check the health of other
-services, such as notification endpoints.
-  * Enable configurable HTTP headers to be set in responses: This feature is
-usable for Registry administrators to set response headers for various
-uses cases including increased security.
-  * Redirect Support in the Swift Driver: The Swift storage driver now supports
-gene

commit calligra for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2016-04-28 16:55:45

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


Package is "calligra"

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra.changes2016-02-07 
09:23:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra.changes   2016-04-28 
16:59:17.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 18 08:55:47 UTC 2016 - wba...@tmo.at
+
+- Disable Vc-devel-static build requirement for now, it breaks the
+  build on Factory/Tumbleweed currently
+- Build against libwps-0.4 on 13.2 as well to fix the build, it has
+  been released as official update
+
+---



Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.VhSvRQ/_old  2016-04-28 16:59:23.0 +0200
+++ /var/tmp/diff_new_pack.VhSvRQ/_new  2016-04-28 16:59:23.0 +0200
@@ -91,7 +91,7 @@
 %{kde4_pimlibs_requires}
 %if 0%{?suse_version} > 1320
 %ifarch %ix86 x86_64
-BuildRequires:  Vc-devel-static
+#BuildRequires:  Vc-devel-static
 %endif
 %endif
 %if 0%{?suse_version} > 1310
@@ -101,7 +101,7 @@
 BuildRequires:  pkgconfig(libvisio-0.1)
 BuildRequires:  pkgconfig(libwpd-0.10)
 BuildRequires:  pkgconfig(libwpg-0.3)
-%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
+%if 0%{?suse_version} > 1310
 BuildRequires:  pkgconfig(libwps-0.4)
 %else
 BuildRequires:  pkgconfig(libwps-0.3)
@@ -414,7 +414,7 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
+%if 0%{?suse_version} > 1310
 %patch0 -p1
 %endif
 





commit ocfs2-tools for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2016-04-28 16:55:44

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


Package is "ocfs2-tools"

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2016-03-17 
16:49:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2016-04-28 16:59:14.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 21 09:57:15 UTC 2016 - z...@suse.com
+
+- Add 0009-o2cb-fix-systemd-o2cb.service-failure.patch to fix bsc#963959 
+
+---

New:

  0009-o2cb-fix-systemd-o2cb.service-failure.patch



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.dOj1gv/_old  2016-04-28 16:59:17.0 +0200
+++ /var/tmp/diff_new_pack.dOj1gv/_new  2016-04-28 16:59:17.0 +0200
@@ -44,6 +44,7 @@
 Patch404:   0006-o2cb-mount-debugfs-when-load-config.patch
 Patch405:   0007-vendor-Add-vendor-files-for-sles12.patch
 Patch406:   0008-ocfs2-tools-add-systemd-support-fix.patch
+Patch407:   0009-o2cb-fix-systemd-o2cb.service-failure.patch
 Patch501:   bnc#96864-ocfs2console-fix-starting-failure.patch
 
 BuildRequires:  autoconf
@@ -157,6 +158,7 @@
 %patch404 -p1
 %patch405 -p1
 %patch406 -p1
+%patch407 -p1
 %patch501 -p1
 
 %build

++ 0009-o2cb-fix-systemd-o2cb.service-failure.patch ++
>From 2abe087d41b86198886a076fe222dd6e6537f0d1 Mon Sep 17 00:00:00 2001
From: Junxiao Bi 
Date: Fri, 1 Apr 2016 11:10:13 +0800
Subject: [PATCH] o2cb: fix systemd o2cb.service failure

Configfs may have been mounted by "modprobe -s configfs" in
load_filesystem() on ol7 which has systemd supported, in this
case, mount_filesystem() will fail and o2cb.service can't be
started. To fix this, check fs mount status when mount fail,
if already mounted, don't return error.

Signed-off-by: Junxiao Bi 
Reviewed-by: Eric Ren 
---
 vendor/common/o2cb.init.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vendor/common/o2cb.init.sh b/vendor/common/o2cb.init.sh
index 9e0b31c..2d8c9e4 100755
--- a/vendor/common/o2cb.init.sh
+++ b/vendor/common/o2cb.init.sh
@@ -610,6 +610,7 @@ mount_filesystem()
 mount -t ${FSNAME} ${FSNAME} ${MOUNTPOINT}
 if [ $? != 0 ]
 then
+check_filesystem "$FSNAME" "$MOUNTPOINT" && return 2
 echo "Unable to mount ${FSNAME} filesystem" >&2
 return 1
 fi
-- 
2.6.6




commit firewalld for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package firewalld for openSUSE:Factory 
checked in at 2016-04-28 16:55:51

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


Package is "firewalld"

Changes:

--- /work/SRC/openSUSE:Factory/firewalld/firewalld.changes  2016-03-16 
10:34:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.firewalld.new/firewalld.changes 2016-04-28 
16:59:30.0 +0200
@@ -1,0 +2,37 @@
+Thu Apr 21 08:15:19 UTC 2016 - mchand...@suse.de
+
+- Update to version 0.4.1.2
+  * Install fw_nm module
+  * firewalld: Do not fail if log file could not be opened
+  * Make ipsets visible per default in firewall-config
+  * Fixed translations with python3
+  [changes in 0.4.1.1]
+  * Fix for broken frensh translation
+  [changes in 0.4.1]
+  * Enhancements of ipset handling
+  * No cleanup of ipsets using timeouts while reloading
+  * Only destroy conflicting ipsets
+  * Only use ipset types supported by the system
+  * Add and remove several ipset entries in one call using a file
+  * Reduce time frame where builtin chains are on policy DROP while reloading
+  * Include descriptions in --info-X calls
+  * Command line interface support to get and alter descriptions of zones,
+  * services, ipsets and icmptypes with permanent option
+  * Properly watch changes in combined zones
+  * Fix logging in rich rule forward rules
+  * Transformed direct.passthrough errors into warnings
+  * Rework of import structures
+  * Reduced calls to get ids for port and protocol names (RHBZ#1305434)
+  * Build and installation fixes by Markos Chandras
+  * Provide D-Bus properties in introspection data
+  * Fix for flaws found by landscape.io
+  * Fix for repeated SUGHUP
+  * New NetworkManager module to get and set zones of connections, used in
+firewall-applet and firewall-config
+  * configure: Autodetect backend tools ({ip,ip6,eb}tables{,-restore}, ipset)
+  * Code cleanups
+  * Bug fixes
+- Fix drop-standard-output-error-systemd.patch tagging
+- Add libxslt-tools build dependency
+
+---

Old:

  firewalld-0.4.0.tar.bz2

New:

  firewalld-0.4.1.2.tar.bz2



Other differences:
--
++ firewalld.spec ++
--- /var/tmp/diff_new_pack.psntSm/_old  2016-04-28 16:59:33.0 +0200
+++ /var/tmp/diff_new_pack.psntSm/_new  2016-04-28 16:59:33.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   firewalld
-Version:0.4.0
+Version:0.4.1.2
 Release:0
 Summary:A firewall daemon with D-Bus interface providing a dynamic 
firewall
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://www.firewalld.org
 Source: 
https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM: drop-standard-output-error-systemd.patch,
+# PATCH-FIX-OPENSUSE: drop-standard-output-error-systemd.patch,
 # https://github.com/t-woerner/firewalld/pull/67(pending) -- Do not supress
 # stdout/stderr for firewalld
 Patch0: drop-standard-output-error-systemd.patch
@@ -35,7 +35,13 @@
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
+BuildRequires:  libxslt-tools
 BuildRequires:  python-devel
+# Adding tools to BuildRequires as well so they can be autodetected
+# even though it is probably unlikely for paths to change in the future
+BuildRequires:  ebtables
+BuildRequires:  ipset
+BuildRequires:  iptables
 Requires:   dbus-1-python
 Requires:   ebtables
 Requires:   ipset

++ _service ++
--- /var/tmp/diff_new_pack.psntSm/_old  2016-04-28 16:59:33.0 +0200
+++ /var/tmp/diff_new_pack.psntSm/_new  2016-04-28 16:59:33.0 +0200
@@ -1,7 +1,7 @@
 
  
-  firewalld-0.4.0.tar.bz2
+  firewalld-0.4.1.2.tar.bz2
   sha1
-  f1818ed82a3e3f14b4315a2dd32c2a268ce223b3
+  c7f3d04bd115b9a56a95fc7aee1a6d10559d2690
  
 

++ firewalld-0.4.0.tar.bz2 -> firewalld-0.4.1.2.tar.bz2 ++
 101741 lines of diff (skipped)




commit clementine for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2016-04-28 16:55:14

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


Package is "clementine"

Changes:

--- /work/SRC/openSUSE:Factory/clementine/clementine.changes2016-03-07 
13:29:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes   
2016-04-28 16:58:31.0 +0200
@@ -1,0 +2,206 @@
+Wed Apr 20 10:37:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.3.1:
+  * Fix ratings being deleted when upgrading from older versions.
+
+---
+Sun Apr 17 21:43:20 UTC 2016 - o...@aepfle.de
+
+- Remove unused ffmpeg-devel
+
+---
+Sun Apr 17 13:34:42 UTC 2016 - sor.ale...@meowr.ru
+
+- Add clementine-fix-sqlite.patch (fix startup with default
+  SQLite 3.12+) from
+  
https://github.com/clementine-player/Clementine/issues/5297#issuecomment-196211148
+- Add -fno-strict-aliasing to CXXFLAGS (strict-aliasing-punning).
+
+---
+Sat Apr 16 12:08:32 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.3.0:
+  * VK.com support.
+  * Seafile support (server >= 4.4.1).
+  * Add Ampache compatibility (through Subsonic service).
+  * Add new analyser "Rainbow Dash".
+  * Answer to the ultimate question of life, the universe and
+everything.
+  * Add "Psychedelic Colour" mode to all analysers.
+  * Add left click to fullsize cover on playing widget.
+  * Add m4b support for non-drm files.
+  * Ignore English articles for library sorting.
+  * Improve the organise dialog.
+  * Add an option to warn before closing a playlist tab.
+  * Add an option to disable the pause notification.
+  * Add options to hide some internet services.
+  * Add an option to disable inline song metadata editing.
+  * Add "details below" and "no details" now playing widget
+options.
+  * Add "no song details" now playing widget option.
+  * Add icons to the extras menu.
+  * Add a source icon for CD tracks.
+  * Allow user to remove directories in the Files tab.
+  * Add ability to remove unavailable items from playlist.
+  * Add a button to the transcode dialog to add all files in a
+directory.
+  * Make it impossible to collapse either side of the MainWindow
+splitter.
+  * Add menu items for updating and doing a full rescan of
+Google Drive.
+  * Increase Soundcloud cover image size.
+  * Add the ability to pause Spotify tracks.
+  * Add the ability to add or remove a Spotify track to a Spotify
+playlist through context menu.
+  * Add Spotify tracks to Spotify playlists by drag and drop.
+  * Add ability to get a link to share Spotify playlists and songs.
+  * Improve handling of Spotify Top Tracks and compilations.
+  * Add playlist actions to Spotify songs.
+  * Add ability to automatically set podcast as listened after
+successfully sending it to a device.
+  * Add ability to order podcasts by age.
+  * Allow user to download multiple podcasts at the same time.
+  * Add ability to cancel podcast downloads in progress.
+  * Allow user to hide listened podcast episodes.
+  * Huge improvement of the speed at startup.
+  * Improve performance of mass rating changes.
+  * Improve ripping performance.
+  * Persistent cache for pixmaps. Huge improvement of the
+performance when scrolling the library for example.
+  * Add AppData file for Clementine (for GNOME and KDE Software
+Centres).
+  * Add iPod-like behaviour to previous button.
+  * Add HipHop and Kuduro equalisers.
+  * Remember current playlist between restarts.
+  * IDv3 tag lyrics support.
+  * Scroll to last played track when switching playlists.
+  * Add stop after each song repeat mode.
+  * Sort discs numerically when using Group by disc.
+  * Add ability for sort by group and performer in the library view.
+  * Parse the year of a disc from musicbrainz.
+  * Add track intro mode.
+  * Add ability to add a search term with tab and space in the
+smart playlist window.
+  * Add love/ban (Last.fm) global shortcuts.
+  * Add support for "original year" tags.
+  * Send album artist to Last.fm with liblastfm >= 1.0.0.
+  * Add sample rate selection.
+  * Add option to change the time step when seeking using the
+keyboard.
+  * Playlist sort by album considers disc and track numbers.
+  * Add options for double clicking song in the playlist.
+  * Volume slider handles glow effect using system theme.
+  * Library view sort line themable.
+  * Show track durations in the CD ripper dialog.
+  * Add ability to read REM DISC tag from Cue sheet.
+  * Add ability to lock/unlock rating edit status.
+  *

commit redis for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2016-04-28 16:55:21

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


Package is "redis"

Changes:

--- /work/SRC/openSUSE:Factory/redis/redis.changes  2016-02-18 
12:36:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2016-04-28 
16:58:43.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 20 16:53:03 UTC 2016 - mamora...@suse.com
+
+- Fix installation example in README.SUSE
+
+---



Other differences:
--
++ README.SUSE ++
--- /var/tmp/diff_new_pack.EzHI0T/_old  2016-04-28 16:58:47.0 +0200
+++ /var/tmp/diff_new_pack.EzHI0T/_new  2016-04-28 16:58:47.0 +0200
@@ -18,7 +18,7 @@
 should be set to "no".
 
 3. create the database dir:
-$ install -d -m redis -g redis -m 0750 /var/lib/redis/otherapp/
+$ install -d -o redis -g redis -m 0750 /var/lib/redis/otherapp/
 
 4. systemctl start redis@otherapp
 5. systemctl enable redis@otherapp




commit prboom-plus for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package prboom-plus for openSUSE:Factory 
checked in at 2016-04-28 16:54:59

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


Package is "prboom-plus"

Changes:

--- /work/SRC/openSUSE:Factory/prboom-plus/prboom-plus.changes  2015-03-30 
19:33:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.prboom-plus.new/prboom-plus.changes 
2016-04-28 16:58:01.0 +0200
@@ -1,0 +2,12 @@
+Tue Mar 29 23:57:18 UTC 2016 - jeng...@inai.de
+
+- Update to version 2.5.1.4
+* Added "Allow Jump" and "Allow Vertical Aiming" option on
+  Prboom-plus 'bad' compatibility settings" page.
+* Added a "Backpack Changes Thresholds" option
+* "Use GL surface for software mode" mode now works much faster
+  if gl_finish is 0 in config. 
+* Better support for Chex Quest,
+* Fixed the classic "Long Wall" rendering error.
+
+---

Old:

  prboom-plus-2.5.1.4~test4355.tar.xz

New:

  prboom-plus-2.5.1.4+.tar.xz



Other differences:
--
++ prboom-plus.spec ++
--- /var/tmp/diff_new_pack.WXxcNX/_old  2016-04-28 16:58:05.0 +0200
+++ /var/tmp/diff_new_pack.WXxcNX/_new  2016-04-28 16:58:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package prboom-plus
 #
-# 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,16 +17,17 @@
 
 
 Name:   prboom-plus
-Version:2.5.1.4~test4355
+Version:2.5.1.4
 Release:0
 Summary:Open source port of the DOOM game engine
 License:GPL-2.0+
 Group:  Amusements/Games/3D/Shoot
-Url:http://prboom-plus.sourceforge.net/
+Url:http://prboom-plus.sf.net/
 
 #SVN-Clone:https://svn.prboom.org/repos/branches/prboom-plus-24/prboom2
-#DL-URL:   http://downloads.sf.net/prboom-plus/prboom-plus-2.5.1.3.tar.gz
-Source: %name-%version.tar.xz
+#DL-URL:   http://downloads.sf.net/prboom-plus/prboom-plus-2.5.1.4.tar.gz
+Source: %name-%version+.tar.xz
+Source2:clean_source.sh
 Patch1: prboom-nodatetime.diff
 Patch2: prboom-types1.diff
 Patch3: prboom-types2.diff
@@ -34,17 +35,20 @@
 Patch6: prboom-hbar-color.diff
 Patch7: prboom-hbar-all.diff
 Patch8: prboom-hbar-gradient.diff
-Source2:clean_source.sh
 BuildRequires:  Mesa-devel
 BuildRequires:  automake
 BuildRequires:  fluidsynth-devel
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libSDL_image-devel
 BuildRequires:  libSDL_mixer-devel
 BuildRequires:  libSDL_net-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  pcre-devel
-BuildRequires:  xz
+%if 0%{?suse_version} >= 1320
+BuildRequires:  portmidi-devel
+%endif
+BuildRequires:  update-desktop-files
 Suggests:   freedoom
 Provides:   prboom = 2.5.0plus
 Obsoletes:  prboom <= 2.5.0
@@ -52,52 +56,51 @@
 
 %description
 PrBoom+ is a Doom source port developed from the original PrBoom
-project.
-
-prboom is an open-source port of Doom, the classic 3D first-person
-shooter game. It totally outclassed any 3D world games that preceded
-it, with amazing speed, flexibility, and outstanding gameplay. The
-specs to the game were released, and thousands of extra levels were
-written by fans of the game; even today new levels are written for
-Doom faster then any one person could play them.
-
-The target of the prboom-plus project is to extend the original port
-with features that are necessary or useful to the developers and all
-those interested in their work. It is worth noting that all changes
-introduced in no way break PrBoom's compatibility with the original
-Doom/Doom2 engines, and it is possible to be confident this will
-never happen in the future since compatibility is as important.
+project, an open-source port of Doom, the classic 3D first-person
+shooter game which outclassed any 3D world games that preceded
+it, with amazing speed, flexibility, and outstanding gameplay.
+
+prboom(-plus) focuses heavily on retaining compatibility with the
+original Doom engines, which plays a big role in demo recording and
+playback.
 
 %prep
-%setup -qn prboom2
+%setup -q
 %patch -P 1 -P 2 -P 3 -P 5 -P 6 -P 7 -P 8 -p1
 
 %build
-./bootstrap;
 # rpm has its own optimizations, so turn off shipped defaults
-%configure --enable-gl --disable-cpu-opt --program-prefix='' \
-   --with-waddir=%_datadir/doom --disable-dogs
+%configure --enable-gl --disable-cpu-opt -

commit python-stevedore for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2016-04-28 16:55:29

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


Package is "python-stevedore"

Changes:

--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2016-03-16 10:35:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2016-04-28 16:58:55.0 +0200
@@ -1,0 +2,25 @@
+Thu Apr 21 07:07:35 UTC 2016 - tbecht...@suse.com
+
+- update to 1.12.0:
+  * Add a reference to entry_point_inspector
+  * Updated from global requirements
+  * Trival:Remove unused logging import
+  * Remove work around for NullHandler
+  * remove unnecessary dependency on argparse
+  * Use Stevedore exceptions for finding extensions
+  * Clean up Python 2.6 related stuff
+  * Updated from global requirements
+  * Remove Python 2.6 classifier
+  * cleanup tox.ini
+  * Updated from global requirements
+  * docs - Set pbr 'warnerrors' option for doc build
+  * Add clarifying language to description of scanning for plugins
+  * clean up default tox environment list
+  * Show how to add a plugin in a separate package
+  * replace the hard-coded history list with an auto-generated one
+  * Fix spelling typo for maunal
+  * Updated from global requirements
+  * Examples typo fix
+- Enable tests during build
+
+---

Old:

  stevedore-1.8.0.tar.gz

New:

  stevedore-1.12.0.tar.gz



Other differences:
--
++ python-stevedore.spec ++
--- /var/tmp/diff_new_pack.ISkVdJ/_old  2016-04-28 16:58:58.0 +0200
+++ /var/tmp/diff_new_pack.ISkVdJ/_new  2016-04-28 16:58:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-stevedore
-Version:1.8.0
+Version:1.12.0
 Release:0
 Summary:Manage dynamic plugins for Python applications
 License:Apache-2.0
@@ -32,8 +32,10 @@
 BuildRequires:  python-Sphinx
 BuildRequires:  python-oslosphinx
 # Test requirements:
-#BuildRequires:  python-mock
-#BuildRequires:  python-nose
+BuildRequires:  python-Pillow
+BuildRequires:  python-mock
+BuildRequires:  python-oslotest
+BuildRequires:  python-testrepository
 Requires:   python-argparse
 Requires:   python-six >= 1.9.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,8 +62,8 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#%%check
-#nosetests
+%check
+python setup.py testr
 
 %files
 %defattr(-,root,root,-)

++ stevedore-1.8.0.tar.gz -> stevedore-1.12.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.8.0/.travis.yml 
new/stevedore-1.12.0/.travis.yml
--- old/stevedore-1.8.0/.travis.yml 2015-09-08 18:02:37.0 +0200
+++ new/stevedore-1.12.0/.travis.yml2016-02-25 07:07:57.0 +0100
@@ -1,6 +1,5 @@
 language: python
 python:
-  - "2.6"
   - "2.7"
   - "3.2"
   - "3.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.8.0/AUTHORS new/stevedore-1.12.0/AUTHORS
--- old/stevedore-1.8.0/AUTHORS 2015-09-08 18:03:12.0 +0200
+++ new/stevedore-1.12.0/AUTHORS2016-02-25 07:08:18.0 +0100
@@ -1,20 +1,27 @@
 Abhishek Chanda 
+ChangBo Guo(gcb) 
 Chris Yeoh 
+Cleber Rosa 
 Daniel Rocco 
 Davanum Srinivas 
 Dirk Mueller 
 Doug Hellmann 
 Doug Hellmann 
 Doug Hellmann 
+Jamie Lennox 
 Jeremy Stanley 
 Joshua Harlow 
 Joshua Harlow 
 Julien Danjou 
 Louis Taylor 
+Marc Koderer 
 Philip Tzou 
+Ricardo Kirkner 
 Ryan Petrello 
 Thomas Goirand 
 Wes Turner 
+Zhao Lei 
+caoyue 
 markmcclain 
 shuangtai 
 Łukasz Jernaś 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.8.0/ChangeLog 
new/stevedore-1.12.0/ChangeLog
--- old/stevedore-1.8.0/ChangeLog   2015-09-08 18:03:12.0 +0200
+++ new/stevedore-1.12.0/ChangeLog  2016-02-25 07:08:18.0 +0100
@@ -1,6 +1,41 @@
 CHANGES
 ===
 
+1.12.0
+--
+
+* Add a reference to entry_point_inspector
+
+1.11.0
+--
+
+* Updated from global requirements
+* Trival:Remove unused logging import
+* Remove work around for NullHandler
+* remove unnecessary dependency on argparse
+
+1.10.0
+--
+
+* Use Stevedore exceptions for finding extensions
+* Clean up Python 2.6 related stuff
+* Updated from global requirements
+* Remove Python 2.6 classifier
+* cleanup tox.ini
+
+1.9.0
+-
+
+* Updated from global requirements
+* docs - Set pbr 'warnerrors' option for doc build
+* Add clarifying language to description of sca

commit opencl-headers for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package opencl-headers for openSUSE:Factory 
checked in at 2016-04-28 16:55:05

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


Package is "opencl-headers"

Changes:

--- /work/SRC/openSUSE:Factory/opencl-headers/opencl-headers.changes
2015-11-26 17:02:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencl-headers.new/opencl-headers.changes   
2016-04-28 16:58:12.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 19 16:42:55 UTC 2016 - mplus...@suse.com
+
+- Update to 2.1+git.20160105
+- Use _service instead of get-tarball.sh
+
+---

Old:

  get-tarball.sh
  opencl-headers-2.1_20151117.tar.bz2

New:

  _service
  opencl-headers-2.1+git.20160105.tar.xz



Other differences:
--
++ opencl-headers.spec ++
--- /var/tmp/diff_new_pack.uvOrL3/_old  2016-04-28 16:58:16.0 +0200
+++ /var/tmp/diff_new_pack.uvOrL3/_new  2016-04-28 16:58:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opencl-headers
 #
-# 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,17 +16,15 @@
 #
 
 
-%define opencl_version 2.1
-%define date 20151117
 Name:   opencl-headers
-Version:%{opencl_version}_%{date}
+Version:2.1+git.20160105
 Release:0
 Summary:OpenCL (Open Computing Language) headers
 License:MIT
-Group:  Development/C
+Group:  Development/Libraries/C and C++
 Url:http://www.khronos.org/registry/cl/
-Source: %{name}-%{version}.tar.bz2
-Source1:get-tarball.sh
+Source: %{name}-%{version}.tar.xz
+BuildRequires:  xz
 Conflicts:  opencl-headers-1_2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ _service ++

  
https://github.com/KhronosGroup/OpenCL-Headers.git
git
.git
enable
opencl-headers
2.1+git.%cd
  
  
*.tar
xz
  
  




commit python-croniter for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package python-croniter for openSUSE:Factory 
checked in at 2016-04-28 16:55:08

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


Package is "python-croniter"

Changes:

--- /work/SRC/openSUSE:Factory/python-croniter/python-croniter.changes  
2014-09-17 17:25:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-croniter.new/python-croniter.changes 
2016-04-28 16:58:19.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 13 08:15:37 UTC 2016 - dmuel...@suse.com
+
+- switch to python-python-dateutil
+
+---



Other differences:
--
++ python-croniter.spec ++
--- /var/tmp/diff_new_pack.h2RbnY/_old  2016-04-28 16:58:22.0 +0200
+++ /var/tmp/diff_new_pack.h2RbnY/_new  2016-04-28 16:58:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-croniter
 #
-# Copyright (c) 2014 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
@@ -28,10 +28,10 @@
 BuildRequires:  python-setuptools
 BuildRequires:  unzip
 # Test requirements:
-BuildRequires:  python-dateutil
 BuildRequires:  python-nose
+BuildRequires:  python-python-dateutil
 BuildRequires:  python-pytz
-Requires:   python-dateutil
+Requires:   python-python-dateutil
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}





  1   2   3   >