commit baloo5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2014-10-15 08:50:50

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


Package is baloo5

Changes:

--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes2014-10-01 
11:22:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes   2014-10-15 
08:50:52.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  baloo-5.0.95.tar.xz

New:

  baloo-5.1.0.1.tar.xz



Other differences:
--
++ baloo5.spec ++
--- /var/tmp/diff_new_pack.uuDGCZ/_old  2014-10-15 08:50:53.0 +0200
+++ /var/tmp/diff_new_pack.uuDGCZ/_new  2014-10-15 08:50:53.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   baloo5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: baloo-%{version}.tar.xz
+Source: baloo-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  kauth-devel = 5.0.0

++ baloo-5.0.95.tar.xz - baloo-5.1.0.1.tar.xz ++
 8743 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kfilemetadata5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kfilemetadata5 for openSUSE:Factory 
checked in at 2014-10-15 08:50:54

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


Package is kfilemetadata5

Changes:

--- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes
2014-10-01 11:22:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new/kfilemetadata5.changes   
2014-10-15 08:50:59.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  kfilemetadata-5.0.95.tar.xz

New:

  kfilemetadata-5.1.0.1.tar.xz



Other differences:
--
++ kfilemetadata5.spec ++
--- /var/tmp/diff_new_pack.7cwSwa/_old  2014-10-15 08:51:00.0 +0200
+++ /var/tmp/diff_new_pack.7cwSwa/_new  2014-10-15 08:51:00.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   kfilemetadata5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Extract Metadata
 License:GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org/
-Source: kfilemetadata-%{version}.tar.xz
+Source: kfilemetadata-%{version}.1.tar.xz
 Source1:baselibs.conf
 BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  karchive-devel = 5.0.0

++ kfilemetadata-5.0.95.tar.xz - kfilemetadata-5.1.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.0.95/CMakeLists.txt 
new/kfilemetadata-5.1.0/CMakeLists.txt
--- old/kfilemetadata-5.0.95/CMakeLists.txt 2014-09-25 20:40:08.0 
+0200
+++ new/kfilemetadata-5.1.0/CMakeLists.txt  2014-10-14 12:54:10.0 
+0200
@@ -1,5 +1,5 @@
 project(kfilemetadata)
-set(PROJECT_VERSION 5.0.95)
+set(PROJECT_VERSION 5.1.0)
 
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.0.95/src/CMakeLists.txt 
new/kfilemetadata-5.1.0/src/CMakeLists.txt
--- old/kfilemetadata-5.0.95/src/CMakeLists.txt 2014-09-25 20:40:08.0 
+0200
+++ new/kfilemetadata-5.1.0/src/CMakeLists.txt  2014-10-09 13:53:16.0 
+0200
@@ -6,6 +6,7 @@
 extractorcollection.cpp
 propertyinfo.cpp
 typeinfo.cpp
+usermetadata.cpp
 )
 
 add_library(KF5::FileMetaData ALIAS KF5FileMetaData)
@@ -38,6 +39,7 @@
 PropertyInfo
 Types
 TypeInfo
+UserMetaData
 
 PREFIX kfilemetadata
 REQUIRED_HEADERS KF5FileMetaData_HEADERS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.0.95/src/usermetadata.cpp 
new/kfilemetadata-5.1.0/src/usermetadata.cpp
--- old/kfilemetadata-5.0.95/src/usermetadata.cpp   1970-01-01 
01:00:00.0 +0100
+++ new/kfilemetadata-5.1.0/src/usermetadata.cpp2014-10-09 
13:53:16.0 +0200
@@ -0,0 +1,157 @@
+/*
+ * Copyright (C) 2014  Vishesh Handa m...@vhanda.in
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
+ *
+ */
+
+#include usermetadata.h
+#include xattr_p.h
+
+#include QSet
+
+using namespace KFileMetaData;
+
+class UserMetaData::Private {
+public:
+QString filePath;
+};
+
+UserMetaData::UserMetaData(const QString filePath)
+: d(new Private)
+{
+d-filePath = filePath;
+}
+
+UserMetaData::UserMetaData(const UserMetaData rhs)
+: d(new Private(*rhs.d))
+{
+}
+
+UserMetaData::~UserMetaData()
+{
+delete d;
+}
+
+const UserMetaData UserMetaData::operator=(const UserMetaData rhs)
+{
+d-filePath = rhs.d-filePath;
+return *this;
+}
+
+QString UserMetaData::filePath() const
+{
+return d-filePath;
+}
+
+void UserMetaData::addTag(const QString tag)
+{
+QSetQString tagSet = tags().toSet();
+

commit khotkeys5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2014-10-15 08:50:58

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


Package is khotkeys5

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2014-10-01 
11:22:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2014-10-15 
08:51:00.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  khotkeys-5.0.95.tar.xz

New:

  khotkeys-5.1.0.1.tar.xz



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.rIMxQ5/_old  2014-10-15 08:51:01.0 +0200
+++ /var/tmp/diff_new_pack.rIMxQ5/_new  2014-10-15 08:51:01.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   khotkeys5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:KDE's hotkey daemon
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: khotkeys-%{version}.tar.xz
+Source: khotkeys-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  gcc-c++
 BuildRequires:  kcmutils-devel

++ khotkeys-5.0.95.tar.xz - khotkeys-5.1.0.1.tar.xz ++
 2023 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit breeze for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2014-10-15 08:50:51

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


Package is breeze

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2014-10-01 
11:22:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2014-10-15 
08:50:55.0 +0200
@@ -1,0 +2,9 @@
+Thu Oct  9 21:24:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+- Added dark colorscheme and icontheme
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2014-10-01 
11:22:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2014-10-15 08:50:55.0 +0200
@@ -1,0 +2,9 @@
+Thu Oct  9 21:24:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+- Drop dont-build-translations.patch, fixed upstream
+
+---

Old:

  breeze-5.0.95.tar.xz
  dont-build-translations.patch

New:

  breeze-5.1.0.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.2YSO1t/_old  2014-10-15 08:50:57.0 +0200
+++ /var/tmp/diff_new_pack.2YSO1t/_new  2014-10-15 08:50:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze
-Version:5.0.95
+Version:5.1.0.1
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 0.0.12
@@ -117,6 +117,7 @@
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_sharedir}/icons/breeze/
+%{_kf5_sharedir}/icons/breeze-dark/
 
 %files -n breeze5-cursors
 %defattr(-,root,root)

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.2YSO1t/_old  2014-10-15 08:50:57.0 +0200
+++ /var/tmp/diff_new_pack.2YSO1t/_new  2014-10-15 08:50:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.0.95
+Version:5.1.0.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake = 2.8.12
@@ -31,8 +31,6 @@
 Url:http://www.kde.org
 #Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 Source: breeze-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM dont-build-translations.patch -- we don't need 
translations for kde4 style
-Patch0: dont-build-translations.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,7 +39,6 @@
 
 %prep
 %setup -q -n breeze-%{version}
-%patch0 -p1
 
 %build
   %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON

++ breeze-5.0.95.tar.xz - breeze-5.1.0.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.0.95.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.1.0.1.tar.xz differ: char 26, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kde-cli-tools5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2014-10-15 08:50:53

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


Package is kde-cli-tools5

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2014-10-01 11:22:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new/kde-cli-tools5.changes   
2014-10-15 08:50:57.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:27 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  kde-cli-tools-5.0.95.tar.xz

New:

  kde-cli-tools-5.1.0.1.tar.xz



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.x1nqhz/_old  2014-10-15 08:50:58.0 +0200
+++ /var/tmp/diff_new_pack.x1nqhz/_new  2014-10-15 08:50:58.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   kde-cli-tools5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kde-cli-tools-%{version}.tar.xz
+Source: kde-cli-tools-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  kcmutils-devel
 BuildRequires:  kconfig-devel

++ kde-cli-tools-5.0.95.tar.xz - kde-cli-tools-5.1.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.0.95/CMakeLists.txt 
new/kde-cli-tools-5.1.0/CMakeLists.txt
--- old/kde-cli-tools-5.0.95/CMakeLists.txt 2014-09-25 18:03:32.0 
+0200
+++ new/kde-cli-tools-5.1.0/CMakeLists.txt  2014-10-14 12:54:10.0 
+0200
@@ -1,5 +1,5 @@
 project(KDE-CLI-Tools)
-set(PROJECT_VERSION 5.0.95)
+set(PROJECT_VERSION 5.1.0)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION 5.3.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.0.95/keditfiletype/filetypes.desktop 
new/kde-cli-tools-5.1.0/keditfiletype/filetypes.desktop
--- old/kde-cli-tools-5.0.95/keditfiletype/filetypes.desktop2014-09-25 
17:51:35.0 +0200
+++ new/kde-cli-tools-5.1.0/keditfiletype/filetypes.desktop 2014-10-09 
12:31:05.0 +0200
@@ -70,6 +70,7 @@
 Name[ne]=फाइल संयोजन
 Name[nl]=Bestandsassociaties
 Name[nn]=Filtilknytingar
+Name[oc]=Associacions de fichièrs
 Name[or]=ଫାଇଲ ସଂସ୍ଥା
 Name[pa]=ਫਾਈਲ ਸਬੰਧ
 Name[pl]=Skojarzenia plików
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.0.95/po/ca/filetypes.po 
new/kde-cli-tools-5.1.0/po/ca/filetypes.po
--- old/kde-cli-tools-5.0.95/po/ca/filetypes.po 2014-09-25 17:53:56.0 
+0200
+++ new/kde-cli-tools-5.1.0/po/ca/filetypes.po  2014-10-09 12:31:57.0 
+0200
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz s...@sastia.com, 1999, 2000, 2001, 2004, 2005, 2006.
-# Antoni Bella Pérez antonibel...@orange.es, 2002, 2003.
+# Antoni Bella Pérez antonibel...@orange.es, 2002, 2003, 2014.
 # Albert Astals Cid aa...@kde.org, 2005.
 # Josep Ma. Ferrer txe...@gmail.com, 2007, 2008, 2009, 2010, 2012, 2013, 
2014.
 msgid 
@@ -12,14 +12,14 @@
 Project-Id-Version: filetypes\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-05-29 07:46+\n
-PO-Revision-Date: 2014-05-31 20:28+0200\n
-Last-Translator: Josep Ma. Ferrer txe...@gmail.com\n
+PO-Revision-Date: 2014-09-29 19:40+0200\n
+Last-Translator: Antoni Bella Pérez antonibel...@yahoo.com\n
 Language-Team: Catalan kde-i18n...@kde.org\n
 Language: ca\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Generator: Lokalize 1.4\n
+X-Generator: Lokalize 1.5\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Accelerator-Marker: \n
 
@@ -335,7 +335,7 @@
 #: keditfiletype.cpp:204
 #, kde-format
 msgid Create New File Type %1
-msgstr Crea nou tipus de fitxer %1
+msgstr Crea un nou tipus de fitxer %1
 
 #: kservicelistwidget.cpp:50
 #, kde-format
@@ -462,7 +462,7 @@
 
 #: newtypedlg.cpp:42
 msgid Create New File Type
-msgstr Crea nou tipus de fitxer
+msgstr Crea un nou tipus de fitxer
 
 #: newtypedlg.cpp:47
 msgid Group:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.0.95/po/ca/kdesu.po 
new/kde-cli-tools-5.1.0/po/ca/kdesu.po
--- 

commit solarwolf for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package solarwolf for openSUSE:Factory 
checked in at 2014-10-15 08:51:27

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


Package is solarwolf

Changes:

--- /work/SRC/openSUSE:Factory/solarwolf/solarwolf.changes  2012-09-14 
12:38:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.solarwolf.new/solarwolf.changes 2014-10-15 
08:51:57.0 +0200
@@ -1,0 +2,38 @@
+Mon Oct 13 21:20:04 UTC 2014 - nemy...@gmx.ch
+
+- Add Source4 solarwolf-rpmlintrc
+
+---
+Sun Oct 12 18:48:09 UTC 2014 - nemy...@gmx.ch
+
+- Use Requires for libmikmod instead of BuildRequires libmikmod-devel
+- Add solarwolf-rpmlintrc, for false positive libmikmod
+
+---
+Sun Oct 12 10:48:12 UTC 2014 - nemy...@gmx.ch
+
+- Use check for openSUSE %if 0%{?suse_version}
+- Use BuildRequires libmikmod-devel instead of libmikmod
+
+---
+Fri Oct 10 20:04:22 UTC 2014 - nemy...@gmx.ch
+
+- Use based on instead of based of
+
+---
+Wed Oct  8 00:04:09 UTC 2014 - nemy...@gmx.ch
+
+- Add BuildRequires for  desktop-file-utils
+
+---
+Tue Oct  7 22:42:59 UTC 2014 - nemy...@gmx.ch
+
+- Change Desktop entry file
+- Change %{name}.sh
+- Change URL
+- Change Source0 to use Web URL
+- Add BuildRequires for fdupes
+- Use BuildRequires instead of Requires for libmikmod
+- Simplify installation handling, fix paths use datadir
+
+---

Old:

  solarwolf-1.5.tar.bz2

New:

  solarwolf-1.5.tar.gz
  solarwolf-rpmlintrc



Other differences:
--
++ solarwolf.spec ++
--- /var/tmp/diff_new_pack.2ddqfl/_old  2014-10-15 08:51:58.0 +0200
+++ /var/tmp/diff_new_pack.2ddqfl/_new  2014-10-15 08:51:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package solarwolf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,33 +17,32 @@
 
 
 Name:   solarwolf
-BuildRequires:  python
-BuildRequires:  update-desktop-files
-Summary:An Action/Arcade Game
-License:LGPL-2.1+
-Group:  Amusements/Games/Action/Arcade
 Version:1.5
 Release:0
-Requires:   pygame
-# libmikmod is only recommended in pygame
-Requires:   libmikmod
-Source: solarwolf-%{version}.tar.bz2
-Source1:solarwolf.sh
-Source2:%name.desktop
+Summary:Action/arcade game originally based on SolarFox
+License:LGPL-2.1+
+Group:  Amusements/Games/Action/Arcade
+Url:http://www.pygame.org/shredwheat/solarwolf/index.shtml
+Source0:
http://www.pygame.org/shredwheat/%{name}/%{name}-%{version}.tar.gz
+Source1:%{name}.sh
+Source2:%{name}.desktop
 Source3:solar-wolf-logo-64.png
-Url:http://pygame.org/shredwheat/solarwolf/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1130
-BuildArch:  noarch
+Source4:%{name}-rpmlintrc
+%if 0%{?suse_version}
+BuildRequires:  desktop-file-utils
+BuildRequires:  fdupes
+BuildRequires:  update-desktop-files
 %endif
+BuildRequires:  python
+Requires:   libmikmod
+Requires:   pygame
+BuildArch:  noarch
 
 %description
 The point of this game is to scramble through 48 levels of patterns,
 collecting all the boxes. The part that makes it tricky is avoiding the
 relentless hailstorm of fire coming at you from all directions.
 
-
-
 Authors:
 
 Pete Shinners p...@shinners.org
@@ -51,27 +50,45 @@
 %prep
 %setup
 find -type d | xargs chmod 755
+
+# Remove not needed files
 rm -rf data/.xvpics
 
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/share/games/solarwolf
-mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
-mkdir -p $RPM_BUILD_ROOT/usr/games
-cp -pr code data solarwolf.py $RPM_BUILD_ROOT/usr/share/games/solarwolf
-install -m 755 %{S:1} $RPM_BUILD_ROOT/usr/games/solarwolf
-python /usr/%_lib/python/compileall.py -d /usr/share/games/solarwolf \
-   $RPM_BUILD_ROOT/usr/share/games/solarwolf
-install -m 0644 %{S:3} $RPM_BUILD_ROOT/usr/share/pixmaps/solarwolf.png
-%suse_update_desktop_file -i %name Game ArcadeGame
+# install wrapper
+install -Dm 0755 %{S:1} %{buildroot}%{_bindir}/%{name}
+
+# 

commit plasma5-workspace for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2014-10-15 08:51:17

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


Package is plasma5-workspace

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2014-10-01 11:23:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2014-10-15 08:51:41.0 +0200
@@ -1,0 +2,15 @@
+Thu Oct  9 21:24:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+- Drop 0002-Fix-NotificationPopup-size.patch,
+  0001-take-the-proper-default-at-first-start.patch and
+  0004-Show-application-title-if-Status-Notifier-Item-does-.patch,
+  merged upstream
+- Hardcode versions of plasma-framework-componets and
+  plasma-framework-private packages, as upstream doesn't
+  keep backwards compability there
+
+---

Old:

  0001-take-the-proper-default-at-first-start.patch
  0002-Fix-NotificationPopup-size.patch
  0004-Show-application-title-if-Status-Notifier-Item-does-.patch
  plasma-workspace-5.0.95.tar.xz

New:

  plasma-workspace-5.1.0.1.tar.xz



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.15VL6J/_old  2014-10-15 08:51:42.0 +0200
+++ /var/tmp/diff_new_pack.15VL6J/_new  2014-10-15 08:51:42.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   plasma5-workspace
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: plasma-workspace-%{version}.tar.xz
+Source: plasma-workspace-%{version}.1.tar.xz
 Source1:baselibs.conf
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX_OPENSUSE 0001-Rename-qdbus-in-startkde.patch cgiboude...@gmx.com 
-- Rename the qdbus executable in startkde
@@ -32,13 +32,6 @@
 Patch1: create_kdehome.patch
 # PATCH-FIX_OPENSUSE 0003-Remove-export-of-QT_PLUGIN_PATH.patch -- we install 
plugins to directory known to Qt5, so export just pollutes both Qt4 and Qt5 
plugins
 Patch2: 0003-Remove-export-of-QT_PLUGIN_PATH.patch
-# PATCH-FIX_UPSTREAM 0001-take-the-proper-default-at-first-start.patch -- 
kde#339216, kde#339414
-Patch3: 0001-take-the-proper-default-at-first-start.patch
-# PATCHES 100-200 are taken from upstream
-# PATCH-FIX_UPSTREAM 0002-Fix-NotificationPopup-size.patch
-Patch100:   0002-Fix-NotificationPopup-size.patch
-# PATCH-FIX_UPSTREAM 
0004-Show-application-title-if-Status-Notifier-Item-does-.patch
-Patch101:   0004-Show-application-title-if-Status-Notifier-Item-does-.patch
 BuildRequires:  alsa-devel
 BuildRequires:  baloo5-devel = 5.0.0
 BuildRequires:  kactivities5-devel = 5.0.0
@@ -112,6 +105,9 @@
 # dialog/platformtheme/etc
 Requires:   frameworkintegration-plugin
 Requires:   libkscreen2-plugin
+# hardcode versions of plasma-framework-componets and plasma-framework-private 
packages, as upstream doesn't keep backwards compability there
+%requires_eq plasma-framework-componets
+%requires_eq plasma-framework-private
 # de-facto even required...
 Recommends: kactivities5
 # we want wallpaper previews
@@ -179,9 +175,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch100 -p1
-%patch101 -p1
 
 %build
   %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++ plasma-workspace-5.0.95.tar.xz - plasma-workspace-5.1.0.1.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.0.95.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma-workspace-5.1.0.1.tar.xz
 differ: char 17, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kio-extras5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kio-extras5 for openSUSE:Factory 
checked in at 2014-10-15 08:51:00

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


Package is kio-extras5

Changes:

--- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes  2014-10-07 
16:00:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kio-extras5.new/kio-extras5.changes 
2014-10-15 08:51:04.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:30 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  kio-extras-5.0.95.tar.xz

New:

  kio-extras-5.1.0.1.tar.xz



Other differences:
--
++ kio-extras5.spec ++
--- /var/tmp/diff_new_pack.YBSKAR/_old  2014-10-15 08:51:05.0 +0200
+++ /var/tmp/diff_new_pack.YBSKAR/_new  2014-10-15 08:51:05.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   kio-extras5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Additional KIO-slaves for KDE applications
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kio-extras-%{version}.tar.xz
+Source: kio-extras-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  OpenEXR-devel
 BuildRequires:  karchive-devel

++ kio-extras-5.0.95.tar.xz - kio-extras-5.1.0.1.tar.xz ++
 21206 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nautilus-terminal for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package nautilus-terminal for 
openSUSE:Factory checked in at 2014-10-15 08:51:25

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


Package is nautilus-terminal

Changes:

--- /work/SRC/openSUSE:Factory/nautilus-terminal/nautilus-terminal.changes  
2013-03-05 06:45:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.nautilus-terminal.new/nautilus-terminal.changes 
2014-10-15 08:51:52.0 +0200
@@ -1,0 +2,9 @@
+Sun Oct 12 22:07:29 UTC 2014 - dims...@opensuse.org
+
+- Add nautilus-terminal-vte2.91.patch: Fix usage with Vte 2.91.
+- Add vte-devel BuildRequires: needed in order to be able to detect
+  if we need to apply the patch during build. If vte-2.91.pc exist,
+  we apply the patch and make the resulting package depend on
+  Vte 2.91.
+
+---

New:

  nautilus-terminal-vte2.91.patch



Other differences:
--
++ nautilus-terminal.spec ++
--- /var/tmp/diff_new_pack.MXf3xE/_old  2014-10-15 08:51:54.0 +0200
+++ /var/tmp/diff_new_pack.MXf3xE/_new  2014-10-15 08:51:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nautilus-terminal
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -26,9 +26,12 @@
 Group:  System/GUI/GNOME
 Url:http://software.flogisoft.com/nautilus-terminal/
 Source: %{name}_%{version}_src.tar.gz
+# PATCH-FIX-UPSTREAM nautilus-terminal-vte2.91.patch dims...@opensuse.org -- 
Fix usage with Vte 2.91.
+Patch0: nautilus-terminal-vte2.91.patch
 # For directory ownership:
 BuildRequires:  gobject-introspection
 BuildRequires:  python-nautilus
+BuildRequires:  vte-devel
 Requires:   nautilus
 %if %{have_lang}
 Recommends: %{name}-lang
@@ -46,6 +49,10 @@
 
 %prep
 %setup -q -n %{name}_%{version}_src
+if pkg-config --exists vte-2.91; then
+# patch0 only applies when built against Vte 2.91
+%patch0 -p1
+fi
 sed -i '
 s:/usr/share/doc:%{_docdir}/%{name}:
 s:/usr/share:%{_datadir}:

++ nautilus-terminal-vte2.91.patch ++
Index: nautilus-terminal_1.0_src/src/nautilus_terminal.py
===
--- nautilus-terminal_1.0_src.orig/src/nautilus_terminal.py
+++ nautilus-terminal_1.0_src/src/nautilus_terminal.py
@@ -46,6 +46,8 @@ else:
 from urllib.request import url2pathname
 from configparser import RawConfigParser
 
+import gi
+gi.require_version('Vte', '2.91')
 from gi.repository import GObject, Nautilus, Gtk, Gdk, Vte, GLib
 
 
@@ -121,7 +123,7 @@ class NautilusTerminal(object):
 #Term
 self.shell_pid = -1
 self.term = Vte.Terminal()
-self.shell_pid = self.term.fork_command_full(Vte.PtyFlags.DEFAULT,
+self.shell_pid = self.term.spawn_sync(Vte.PtyFlags.DEFAULT,
 self._path, [CONF.get(terminal/shell)], None,
 GLib.SpawnFlags.SEARCH_PATH, None, None)[1]
 self.term.connect_after(child-exited, self._on_term_child_exited)
@@ -301,14 +303,14 @@ class NautilusTerminal(object):
 return
 self.menu.popup(None, None, None, None, 3, 0)
 
-def _on_term_child_exited(self, term):
+def _on_term_child_exited(self, term, status):
 Called when the shell is terminated.
 
 Args:
 term -- The VTE terminal (self.term).
 
 if not self._respawn_lock:
-self.shell_pid = self.term.fork_command_full(Vte.PtyFlags.DEFAULT,
+self.shell_pid = self.term.spawn_sync(Vte.PtyFlags.DEFAULT,
 self._path, [CONF.get(terminal/shell)], None,
 GLib.SpawnFlags.SEARCH_PATH, None, None)[1]
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit systemsettings5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2014-10-15 08:51:19

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


Package is systemsettings5

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2014-10-01 11:23:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 
2014-10-15 08:51:47.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  systemsettings-5.0.95.tar.xz

New:

  systemsettings-5.1.0.1.tar.xz



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.pRH4jR/_old  2014-10-15 08:51:49.0 +0200
+++ /var/tmp/diff_new_pack.pRH4jR/_new  2014-10-15 08:51:49.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   systemsettings5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:KDE's control center
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: systemsettings-%{version}.tar.xz
+Source: systemsettings-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  kcmutils-devel
 BuildRequires:  kconfig-devel

++ systemsettings-5.0.95.tar.xz - systemsettings-5.1.0.1.tar.xz ++
 3499 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasma-nm5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2014-10-15 08:51:16

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


Package is plasma-nm5

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2014-10-01 
11:23:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes   
2014-10-15 08:51:39.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  plasma-nm-5.0.95.tar.xz

New:

  plasma-nm-5.1.0.1.tar.xz



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.vr2rrc/_old  2014-10-15 08:51:40.0 +0200
+++ /var/tmp/diff_new_pack.vr2rrc/_new  2014-10-15 08:51:40.0 +0200
@@ -19,7 +19,7 @@
 %define mm_support 1
 
 Name:   plasma-nm5
-Version:5.0.95
+Version:5.1.0.1
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:(LGPL-2.1 or LGPL-3.0) and (GPL-2.0 or GPL-3.0)

++ plasma-nm-5.0.95.tar.xz - plasma-nm-5.1.0.1.tar.xz ++
 18683 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2014-10-15 08:51:12

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


Package is oxygen5

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2014-10-01 
11:23:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2014-10-15 
08:51:23.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:37 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  oxygen-5.0.95.tar.xz

New:

  oxygen-5.1.0.1.tar.xz



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.1Tujx5/_old  2014-10-15 08:51:25.0 +0200
+++ /var/tmp/diff_new_pack.1Tujx5/_new  2014-10-15 08:51:25.0 +0200
@@ -19,7 +19,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.0.95
+Version:5.1.0.1
 Release:0
 Summary:Oxygen style, KWin decoration, cursors and sounds
 License:GPL-2.0+

++ oxygen-5.0.95.tar.xz - oxygen-5.1.0.1.tar.xz ++
 10993 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kwayland for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2014-10-15 08:51:03

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


Package is kwayland

Changes:

--- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes2014-10-01 
11:22:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwayland.new/kwayland.changes   2014-10-15 
08:51:09.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  kwayland-5.0.95.tar.xz

New:

  kwayland-5.1.0.1.tar.xz



Other differences:
--
++ kwayland.spec ++
--- /var/tmp/diff_new_pack.lG9ErU/_old  2014-10-15 08:51:10.0 +0200
+++ /var/tmp/diff_new_pack.lG9ErU/_new  2014-10-15 08:51:10.0 +0200
@@ -18,13 +18,13 @@
 
 %define kwayland_server 0
 Name:   kwayland
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:KDE Wayland library
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Source: %{name}-%{version}.tar.xz
+Source: %{name}-%{version}.1.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 1.2.0

++ kwayland-5.0.95.tar.xz - kwayland-5.1.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.0.95/CMakeLists.txt 
new/kwayland-5.1.0/CMakeLists.txt
--- old/kwayland-5.0.95/CMakeLists.txt  2014-09-25 16:18:52.0 +0200
+++ new/kwayland-5.1.0/CMakeLists.txt   2014-10-14 12:54:10.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION 5.0.95)
+set(PROJECT_VERSION 5.1.0)
 set(PROJECT_VERSION_MAJOR 5)
 
 project(KWAYLAND)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmenuedit5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2014-10-15 08:51:01

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


Package is kmenuedit5

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2014-10-01 
11:22:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new/kmenuedit5.changes   
2014-10-15 08:51:06.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:31 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  kmenuedit-5.0.95.tar.xz

New:

  kmenuedit-5.1.0.1.tar.xz



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.Pb9qcI/_old  2014-10-15 08:51:07.0 +0200
+++ /var/tmp/diff_new_pack.Pb9qcI/_new  2014-10-15 08:51:07.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   kmenuedit5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Provides the interface and basic tools for the KDE workspace
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kmenuedit-%{version}.tar.xz
+Source: kmenuedit-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes

++ kmenuedit-5.0.95.tar.xz - kmenuedit-5.1.0.1.tar.xz ++
 4969 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ksysguard5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2014-10-15 08:51:02

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


Package is ksysguard5

Changes:

--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes2014-10-01 
11:22:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes   
2014-10-15 08:51:07.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:31 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  ksysguard-5.0.95.tar.xz

New:

  ksysguard-5.1.0.1.tar.xz



Other differences:
--
++ ksysguard5.spec ++
--- /var/tmp/diff_new_pack.ae3teq/_old  2014-10-15 08:51:08.0 +0200
+++ /var/tmp/diff_new_pack.ae3teq/_new  2014-10-15 08:51:08.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   ksysguard5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:KDE System Guard daemon
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: ksysguard-%{version}.tar.xz
+Source: ksysguard-%{version}.1.tar.xz
 Source1:ksysguardd.service
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE 0001-Use-run-for-ksysguardd-s-pid-file.patch

++ ksysguard-5.0.95.tar.xz - ksysguard-5.1.0.1.tar.xz ++
 2441 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasma5-workspace-wallpapers for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package plasma5-workspace-wallpapers for 
openSUSE:Factory checked in at 2014-10-15 08:51:19

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


Package is plasma5-workspace-wallpapers

Changes:

--- 
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma5-workspace-wallpapers.changes
2014-07-26 09:42:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma5-workspace-wallpapers.changes
   2014-10-15 08:51:45.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  plasma-workspace-wallpapers-4.98.0.tar.xz

New:

  plasma-workspace-wallpapers-5.1.0.1.tar.xz



Other differences:
--
++ plasma5-workspace-wallpapers.spec ++
--- /var/tmp/diff_new_pack.lpcyFw/_old  2014-10-15 08:51:47.0 +0200
+++ /var/tmp/diff_new_pack.lpcyFw/_new  2014-10-15 08:51:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-workspace-wallpapers
-Version:4.98.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 0.0.12
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-workspace-wallpapers-%{version}.tar.xz
+Source: plasma-workspace-wallpapers-%{version}.1.tar.xz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ plasma-workspace-wallpapers-4.98.0.tar.xz - 
plasma-workspace-wallpapers-5.1.0.1.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma-workspace-wallpapers-4.98.0.tar.xz
 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma-workspace-wallpapers-5.1.0.1.tar.xz
 differ: char 25, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kwin5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2014-10-15 08:51:04

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


Package is kwin5

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2014-10-01 
11:22:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2014-10-15 
08:51:11.0 +0200
@@ -1,0 +2,11 @@
+Thu Oct  9 21:24:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+- Drop the sed version workaround from %prep, and raise KF5
+  BuildRequires to 5.3.0
+- Raise KWayland BuildRequires to 5.1.0
+
+---

Old:

  kwin-5.0.95.tar.xz

New:

  kwin-5.1.0.1.tar.xz



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.gd30Gq/_old  2014-10-15 08:51:12.0 +0200
+++ /var/tmp/diff_new_pack.gd30Gq/_new  2014-10-15 08:51:12.0 +0200
@@ -17,42 +17,42 @@
 
 
 Name:   kwin5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:KDE Window Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kwin-%{version}.tar.xz
+Source: kwin-%{version}.1.tar.xz
 Source1:baselibs.conf
 Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules = 0.0.11
-BuildRequires:  kactivities5-devel = 5.2.0
-BuildRequires:  kcmutils-devel = 5.2.0
-BuildRequires:  kcompletion-devel = 5.2.0
-BuildRequires:  kconfig-devel = 5.2.0
-BuildRequires:  kconfigwidgets-devel = 5.2.0
-BuildRequires:  kcoreaddons-devel = 5.2.0
-BuildRequires:  kcrash-devel = 5.2.0
-BuildRequires:  kdeclarative-devel = 5.2.0
-BuildRequires:  kdoctools-devel = 5.2.0
+BuildRequires:  kactivities5-devel = 5.3.0
+BuildRequires:  kcmutils-devel = 5.3.0
+BuildRequires:  kcompletion-devel = 5.3.0
+BuildRequires:  kconfig-devel = 5.3.0
+BuildRequires:  kconfigwidgets-devel = 5.3.0
+BuildRequires:  kcoreaddons-devel = 5.3.0
+BuildRequires:  kcrash-devel = 5.3.0
+BuildRequires:  kdeclarative-devel = 5.3.0
+BuildRequires:  kdoctools-devel = 5.3.0
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel = 5.2.0
-BuildRequires:  ki18n-devel = 5.2.0
+BuildRequires:  kglobalaccel-devel = 5.3.0
+BuildRequires:  ki18n-devel = 5.3.0
 %if 0%{?suse_version}  1310
-BuildRequires:  kwayland-devel = 5.0.95
+BuildRequires:  kwayland-devel = 5.1.0
 %endif
-BuildRequires:  kinit-devel = 5.2.0
-BuildRequires:  kio-devel = 5.2.0
-BuildRequires:  knewstuff-devel = 5.2.0
-BuildRequires:  knotifications-devel = 5.2.0
-BuildRequires:  kservice-devel = 5.2.0
-BuildRequires:  kwidgetsaddons-devel = 5.2.0
-BuildRequires:  kwindowsystem-devel = 5.2.0
-BuildRequires:  kxmlgui-devel = 5.2.0
+BuildRequires:  kinit-devel = 5.3.0
+BuildRequires:  kio-devel = 5.3.0
+BuildRequires:  knewstuff-devel = 5.3.0
+BuildRequires:  knotifications-devel = 5.3.0
+BuildRequires:  kservice-devel = 5.3.0
+BuildRequires:  kwidgetsaddons-devel = 5.3.0
+BuildRequires:  kwindowsystem-devel = 5.3.0
+BuildRequires:  kxmlgui-devel = 5.3.0
 BuildRequires:  libepoxy-devel
 BuildRequires:  libxcb-devel
-BuildRequires:  plasma-framework-devel = 5.2.0
+BuildRequires:  plasma-framework-devel = 5.3.0
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Concurrent) = 5.3.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.3.0
@@ -128,9 +128,6 @@
 %lang_package
 %prep
 %setup -q -n kwin-%{version}
-# requirement on 5.3.0 has been added due to several patches to KWindowSystem. 
we know
-# we have the patches, thus we cheat here
-sed -i 's|set(KF5_MIN_VERSION 5.3.0)|set(KF5_MIN_VERSION 5.2.0)|g' 
CMakeLists.txt
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++ kwin-5.0.95.tar.xz - kwin-5.1.0.1.tar.xz ++
 27471 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kwrited5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2014-10-15 08:51:05

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


Package is kwrited5

Changes:

--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes2014-08-16 
15:43:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes   2014-10-15 
08:51:14.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:33 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  kwrited-5.0.1.tar.xz

New:

  kwrited-5.1.0.1.tar.xz



Other differences:
--
++ kwrited5.spec ++
--- /var/tmp/diff_new_pack.y5EdRU/_old  2014-10-15 08:51:15.0 +0200
+++ /var/tmp/diff_new_pack.y5EdRU/_new  2014-10-15 08:51:15.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   kwrited5
-Version:5.0.1
+Version:5.1.0
 Release:0
 Summary:Daemon listening for wall and write messages
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz
+Source: kwrited-%{version}.1.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gcc-c++
 BuildRequires:  kdbusaddons-devel

++ kwrited-5.0.1.tar.xz - kwrited-5.1.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.0.1/CMakeLists.txt 
new/kwrited-5.1.0/CMakeLists.txt
--- old/kwrited-5.0.1/CMakeLists.txt2014-08-08 15:50:52.0 +0200
+++ new/kwrited-5.1.0/CMakeLists.txt2014-10-14 12:54:10.0 +0200
@@ -1,10 +1,8 @@
 project(kwrited)
+set(PROJECT_VERSION 5.1.0)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION 5.3.0)
 
-set(KWRITED_VERSION 5.0.1)
-set(KWRITED_STRING_VERSION ${KWRITED_VERSION})
-
 remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS 
-DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_KEYWORDS)
 
 find_package(ECM 0.0.11 REQUIRED NO_MODULE)
@@ -44,7 +42,7 @@
 
 if (BUILD_AS_EXECUTABLE)
 add_executable(kwrited kwrited.cpp)
-target_compile_definitions(kwrited PRIVATE 
-DKWRITED_STRING_VERSION=${KWRITED_STRING_VERSION})
+target_compile_definitions(kwrited PRIVATE 
-DPROJECT_VERSION=${PROJECT_VERSION})
 target_link_libraries(kwrited  KF5::KDE4Support KF5::Pty)
 install(TARGETS kwrited  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 if(IS_ABSOLUTE BIN_INSTALL_DIR)
@@ -72,7 +70,7 @@
 install(FILES kwrited-autostart.desktop DESTINATION 
${AUTOSTART_INSTALL_DIR})
 else ()
 add_library(kded_kwrited MODULE kwrited.cpp)
-target_compile_definitions(kded_kwrited PRIVATE 
-DKWRITED_STRING_VERSION=${KWRITED_STRING_VERSION})
+target_compile_definitions(kded_kwrited PRIVATE 
-DPROJECT_VERSION=${PROJECT_VERSION})
 target_link_libraries(kded_kwrited KF5::DBusAddons KF5::KDE4Support 
KF5::Pty)
 install(TARGETS kded_kwrited  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.0.1/kwrited.cpp 
new/kwrited-5.1.0/kwrited.cpp
--- old/kwrited-5.0.1/kwrited.cpp   2014-08-08 15:50:52.0 +0200
+++ new/kwrited-5.1.0/kwrited.cpp   2014-10-09 12:45:03.0 +0200
@@ -42,7 +42,7 @@
 
 static inline KAboutData aboutData()
 {
-return KAboutData(kwrited, i18n(kwrited), KWRITED_STRING_VERSION);
+return KAboutData(kwrited, i18n(kwrited), PROJECT_VERSION);
 }
 
 #if defined(BUILD_AS_EXECUTABLE)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libksysguard5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2014-10-15 08:51:07

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


Package is libksysguard5

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2014-10-01 11:23:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new/libksysguard5.changes 
2014-10-15 08:51:17.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  libksysguard-5.0.95.tar.xz

New:

  libksysguard-5.1.0.1.tar.xz



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.9qjA30/_old  2014-10-15 08:51:18.0 +0200
+++ /var/tmp/diff_new_pack.9qjA30/_new  2014-10-15 08:51:18.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   libksysguard5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.kde.org
-Source: libksysguard-%{version}.tar.xz
+Source: libksysguard-%{version}.1.tar.xz
 Source1:baselibs.conf
 Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules = 0.0.9

++ libksysguard-5.0.95.tar.xz - libksysguard-5.1.0.1.tar.xz ++
 3945 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit obby for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package obby for openSUSE:Factory checked in 
at 2014-10-15 08:51:26

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


Package is obby

Changes:

--- /work/SRC/openSUSE:Factory/obby/obby.changes2011-11-07 
15:52:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.obby.new/obby.changes   2014-10-15 
08:51:54.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 12 11:11:58 UTC 2014 - jeng...@inai.de
+
+- Do parallel build with %_smp_mflags.
+  Remove ancient specfile tags and sections.
+
+---



Other differences:
--
++ obby.spec ++
--- /var/tmp/diff_new_pack.jLRiAM/_old  2014-10-15 08:51:55.0 +0200
+++ /var/tmp/diff_new_pack.jLRiAM/_new  2014-10-15 08:51:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package obby
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,20 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   obby
-BuildRequires:  fdupes gcc-c++ gmp-devel libavahi-devel net6-devel pkg-config
-License:GPL-2.0+
-Group:  Productivity/Networking/Other
-AutoReqProv:on
 Version:0.4.8
-Release:1
+Release:0
 Summary:Synced document buffers
-Source: http://releases.0x539.de/obby/%{name}-%{version}.tar.gz
+License:GPL-2.0+
+Group:  Productivity/Networking/Other
 Url:http://gobby.0x539.de/
+Source: http://releases.0x539.de/obby/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  gmp-devel
+BuildRequires:  libavahi-devel
+BuildRequires:  net6-devel
+BuildRequires:  pkg-config
 Requires:   %{name}-lang = %{version}
 Requires:   libobby-0_4-1 = %{version}
 
@@ -45,7 +47,6 @@
 Philipp Kern p...@0x539.de
 
 %package -n libobby-0_4-1
-License:GPL-2.0+
 Summary:Synced document buffers
 Group:  Productivity/Networking/Other
 Requires:   %{name} = %{version}
@@ -63,7 +64,6 @@
 Philipp Kern p...@0x539.de
 
 %package devel
-License:GPL-2.0+
 Summary:Synced document buffers
 Group:  Productivity/Networking/Other
 Requires:   %{name} = %{version} net6-devel libavahi-devel libsigc++2-devel
@@ -90,17 +90,14 @@
--with-zeroconf \
--with-pic \
--disable-static
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 %find_lang %{name}
 #warning found pointless la file
 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/libobby.la
-%fdupes $RPM_BUILD_ROOT
-
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%fdupes %buildroot/%_prefix
 
 %post -n libobby-0_4-1 -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasma5-desktop for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2014-10-15 08:51:15

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


Package is plasma5-desktop

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2014-10-01 11:23:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2014-10-15 08:51:34.0 +0200
@@ -1,0 +2,17 @@
+Thu Oct  9 21:24:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+- Hardcode versions of plasma-framework-componets and
+  plasma-framework-private packages, as upstream doesn't
+  keep backwards compability there
+
+---
+Wed Oct  1 11:12:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0007-Fix-BUG-105797-inappropriate-fontconfig-settings-are.patch
+  from upstream, kde#105797, bnc#768896
+
+---

Old:

  plasma-desktop-5.0.95.tar.xz

New:

  0007-Fix-BUG-105797-inappropriate-fontconfig-settings-are.patch
  plasma-desktop-5.1.0.1.tar.xz



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.s1BHoY/_old  2014-10-15 08:51:35.0 +0200
+++ /var/tmp/diff_new_pack.s1BHoY/_new  2014-10-15 08:51:35.0 +0200
@@ -17,14 +17,16 @@
 
 
 Name:   plasma5-desktop
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: plasma-desktop-%{version}.tar.xz
+Source: plasma-desktop-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM 
0007-Fix-BUG-105797-inappropriate-fontconfig-settings-are.patch
+Patch0: 0007-Fix-BUG-105797-inappropriate-fontconfig-settings-are.patch
 BuildRequires:  attica-qt5-devel
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
@@ -74,6 +76,9 @@
 Requires:   libqt5-qtgraphicaleffects
 Requires:   oxygen-icon-theme
 Requires:   plasma5-workspace
+# hardcode versions of plasma-framework-componets and plasma-framework-private 
packages, as upstream doesn't keep backwards compability there
+%requires_eq plasma-framework-componets
+%requires_eq plasma-framework-private
 Recommends: plasma5-addons
 Recommends: kmenuedit5
 Recommends: kinfocenter5
@@ -98,6 +103,7 @@
 %lang_package
 %prep
 %setup -q -n plasma-desktop-%{version}
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++ 0007-Fix-BUG-105797-inappropriate-fontconfig-settings-are.patch ++
From f02df03cb87b4bb5724eec668d49126a5f52a1e7 Mon Sep 17 00:00:00 2001
From: Fuminobu TAKEYAMA ft...@geeko.jp
Date: Mon, 29 Sep 2014 11:22:05 +0200
Subject: [PATCH 07/15] Fix BUG#105797: inappropriate fontconfig settings are
 saved when kcontrol/fonts is shown and no way to revert them

Fix kcontrol/fonts saves fontconfig settings when it is opened. Add System 
default to each config. It removes a corresponding fontconfig entry made by 
this module. System default is now default values for sub-pixel rendering and 
hinting.

Selecting System default also reverts Xft configs.

BUG: 105797

REVIEW: 119764
BUG: 105797
---
 kcms/fonts/fonts.cpp  |  80 -
 kcms/fonts/fonts.h|   5 ++-
 kcms/fonts/kxftconfig.cpp | 110 --
 kcms/fonts/kxftconfig.h   |  25 +++
 4 files changed, 126 insertions(+), 94 deletions(-)

diff --git a/kcms/fonts/fonts.cpp b/kcms/fonts/fonts.cpp
index 1b5175e..a4c9655 100644
--- a/kcms/fonts/fonts.cpp
+++ b/kcms/fonts/fonts.cpp
@@ -150,7 +150,7 @@ static const char *const aa_vbgr_xpm[] = {
 
 };
 
-static const char *const *const aaPixmaps[] = { aa_rgb_xpm, aa_bgr_xpm, 
aa_vrgb_xpm, aa_vbgr_xpm };
+static const char *const *const aaPixmaps[] = { 0, 0, aa_rgb_xpm, aa_bgr_xpm, 
aa_vrgb_xpm, aa_vbgr_xpm };
 
 / DLL Interface /
 K_PLUGIN_FACTORY(FontFactory, registerPluginKFonts();)
@@ -280,24 +280,24 @@ FontAASettings::FontAASettings(QWidget *parent)
   have a linear ordering of RGB 
sub-pixel, some have BGR.br /
   This feature does not work with CRT 
monitors./p);
 
-useSubPixel = new QCheckBox(i18n(Use sub-pixel rendering:), mw);
-useSubPixel-setWhatsThis(subPixelWhatsThis);
+

commit libkscreen2 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2014-10-15 08:51:06

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


Package is libkscreen2

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2014-10-01 
11:23:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes 
2014-10-15 08:51:15.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  libkscreen-5.0.95.tar.xz

New:

  libkscreen-5.1.0.1.tar.xz



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.oMZHXM/_old  2014-10-15 08:51:17.0 +0200
+++ /var/tmp/diff_new_pack.oMZHXM/_new  2014-10-15 08:51:17.0 +0200
@@ -19,7 +19,7 @@
 %define lname   libKF5Screen5
 %define plasma_version 5.0.0   
 Name:   libkscreen2
-Version:5.0.95
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 0.0.12
@@ -39,7 +39,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: libkscreen-%{version}.tar.xz
+Source: libkscreen-%{version}.1.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libkscreen-5.0.95.tar.xz - libkscreen-5.1.0.1.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasma5-addons for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2014-10-15 08:51:14

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


Package is plasma5-addons

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2014-10-01 11:23:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new/plasma5-addons.changes   
2014-10-15 08:51:30.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:37 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  kdeplasma-addons-5.0.95.tar.xz

New:

  kdeplasma-addons-5.1.0.1.tar.xz



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.P8k3iW/_old  2014-10-15 08:51:31.0 +0200
+++ /var/tmp/diff_new_pack.P8k3iW/_new  2014-10-15 08:51:31.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   plasma5-addons
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Additional Plasma5 Widgets
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kdeplasma-addons-%{version}.tar.xz
+Source: kdeplasma-addons-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  kcmutils-devel
 BuildRequires:  kconfig-devel

++ kdeplasma-addons-5.0.95.tar.xz - kdeplasma-addons-5.1.0.1.tar.xz ++
 62060 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libKF5ModemManagerQt for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package libKF5ModemManagerQt for 
openSUSE:Factory checked in at 2014-10-15 08:51:09

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


Package is libKF5ModemManagerQt

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5ModemManagerQt/libKF5ModemManagerQt.changes
2014-10-01 11:23:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new/libKF5ModemManagerQt.changes
   2014-10-15 08:51:18.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:35 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  libmm-qt-5.0.95.tar.xz

New:

  libmm-qt-5.1.0.1.tar.xz



Other differences:
--
++ libKF5ModemManagerQt.spec ++
--- /var/tmp/diff_new_pack.rxe8S4/_old  2014-10-15 08:51:19.0 +0200
+++ /var/tmp/diff_new_pack.rxe8S4/_new  2014-10-15 08:51:19.0 +0200
@@ -20,12 +20,12 @@
 %define soversion 5
 
 Name:   libKF5ModemManagerQt
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Qt wrapper for ModemManager DBus API
 License:LGPL-2.1 or LGPL-3.0
 Group:  System/GUI/KDE
-Source: libmm-qt-%{version}.tar.xz
+Source: libmm-qt-%{version}.1.tar.xz
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  kf5-filesystem

++ libmm-qt-5.0.95.tar.xz - libmm-qt-5.1.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmm-qt-5.0.95/CMakeLists.txt 
new/libmm-qt-5.1.0/CMakeLists.txt
--- old/libmm-qt-5.0.95/CMakeLists.txt  2014-09-25 20:42:01.0 +0200
+++ new/libmm-qt-5.1.0/CMakeLists.txt   2014-10-14 12:54:10.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(ModemManagerQt)
-set(PROJECT_VERSION 5.0.95)
+set(PROJECT_VERSION 5.1.0)
 
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit milou5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2014-10-15 08:51:11

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


Package is milou5

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2014-10-01 
11:23:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes   2014-10-15 
08:51:21.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  milou-5.0.95.tar.xz

New:

  milou-5.1.0.1.tar.xz



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.JepYrQ/_old  2014-10-15 08:51:23.0 +0200
+++ /var/tmp/diff_new_pack.JepYrQ/_new  2014-10-15 08:51:23.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   milou5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/milou
-Source: milou-%{version}.tar.xz
+Source: milou-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes

++ milou-5.0.95.tar.xz - milou-5.1.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.0.95/CMakeLists.txt 
new/milou-5.1.0/CMakeLists.txt
--- old/milou-5.0.95/CMakeLists.txt 2014-09-25 20:23:22.0 +0200
+++ new/milou-5.1.0/CMakeLists.txt  2014-10-14 12:54:10.0 +0200
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION 5.0.95)
+set(PROJECT_VERSION 5.1.0)
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.0.95/plasmoid/package/metadata.desktop 
new/milou-5.1.0/plasmoid/package/metadata.desktop
--- old/milou-5.0.95/plasmoid/package/metadata.desktop  2014-09-25 
20:06:43.0 +0200
+++ new/milou-5.1.0/plasmoid/package/metadata.desktop   2014-10-09 
13:41:11.0 +0200
@@ -4,10 +4,10 @@
 Name[cs]=Hledat
 Name[da]=Søg
 Name[de]=Suche
+Name[el]=Αναζήτηση
 Name[en_GB]=Search
 Name[es]=Buscar
 Name[fi]=Haku
-Name[fr]=Recherche
 Name[hu]=Keresés
 Name[ia]=Cerca
 Name[ko]=찾기
@@ -28,16 +28,15 @@
 Name[sv]=Sök
 Name[uk]=Пошук
 Name[x-test]=xxSearchxx
-Name[zh_TW]=搜尋
 Comment=Search and Launch
 Comment[ca]=Cerca i llança
 Comment[cs]=Hledat a spustit
 Comment[da]=Søg og start
 Comment[de]=Suchen und ausführen
+Comment[el]=Αναζήτηση και εκτέλεση
 Comment[en_GB]=Search and Launch
 Comment[es]=Buscar y lanzar
 Comment[fi]=Haku ja käynnistys
-Comment[fr]=Rechercher et lancer
 Comment[hu]=Keresés és indítás
 Comment[ia]=Cerca  e lancea 
 Comment[ko]=찾아서 실행하기
@@ -58,7 +57,6 @@
 Comment[sv]=Sök och starta
 Comment[uk]=Пошук і запуск
 Comment[x-test]=xxSearch and Launchxx
-Comment[zh_TW]=搜尋並啟動
 Type=Service
 ServiceTypes=Plasma/Applet
 Icon=nepomuk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.0.95/po/ar/milou.po 
new/milou-5.1.0/po/ar/milou.po
--- old/milou-5.0.95/po/ar/milou.po 2014-09-25 20:06:53.0 +0200
+++ new/milou-5.1.0/po/ar/milou.po  2014-10-09 13:41:25.0 +0200
@@ -6,7 +6,7 @@
 msgstr 
 Project-Id-Version: \n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-POT-Creation-Date: 2014-07-23 08:10+\n
+POT-Creation-Date: 2014-08-16 09:06+\n
 PO-Revision-Date: 2014-07-04 09:02+0300\n
 Last-Translator: Safa Alfulaij safa1996alful...@gmail.com\n
 Language-Team: Arabic d...@arabeyes.org\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.0.95/po/bs/milou.po 
new/milou-5.1.0/po/bs/milou.po
--- old/milou-5.0.95/po/bs/milou.po 2014-09-25 20:07:37.0 +0200
+++ new/milou-5.1.0/po/bs/milou.po  2014-10-09 13:42:04.0 +0200
@@ -8,7 +8,7 @@
 msgstr 
 Project-Id-Version: $2\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-POT-Creation-Date: 2014-07-23 08:10+\n
+POT-Creation-Date: 2014-08-16 09:06+\n
 PO-Revision-Date: 2014-01-31 22:38+0100\n
 Last-Translator: Samir Ribić megar...@epn.ba\n
 Language-Team: none\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.0.95/po/ca/milou.po 
new/milou-5.1.0/po/ca/milou.po
--- old/milou-5.0.95/po/ca/milou.po 2014-09-25 20:07:41.0 +0200
+++ 

commit kinfocenter5 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2014-10-15 08:50:59

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


Package is kinfocenter5

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2014-10-01 11:22:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2014-10-15 08:51:02.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  kinfocenter-5.0.95.tar.xz

New:

  kinfocenter-5.1.0.1.tar.xz



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.UduKnB/_old  2014-10-15 08:51:03.0 +0200
+++ /var/tmp/diff_new_pack.UduKnB/_new  2014-10-15 08:51:03.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   kinfocenter5
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:Utility that provides information about a computer system
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kinfocenter-%{version}.tar.xz
+Source: kinfocenter-%{version}.1.tar.xz
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE opensuse-kinfocenter.diff (created by Alin M. Elena to 
have some openSUSE distro info in kinfocenter)
 Patch0: opensuse-kinfocenter.diff

++ kinfocenter-5.0.95.tar.xz - kinfocenter-5.1.0.1.tar.xz ++
 9240 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libKF5NetworkManagerQt for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2014-10-15 08:51:10

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


Package is libKF5NetworkManagerQt

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes
2014-10-01 11:23:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
   2014-10-15 08:51:20.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:35 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.1.0.php
+
+---

Old:

  libnm-qt-5.0.95.tar.xz

New:

  libnm-qt-5.1.0.1.tar.xz



Other differences:
--
++ libKF5NetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.R6fLHy/_old  2014-10-15 08:51:21.0 +0200
+++ /var/tmp/diff_new_pack.R6fLHy/_new  2014-10-15 08:51:21.0 +0200
@@ -20,12 +20,12 @@
 %define soversion 5
 
 Name:   libKF5NetworkManagerQt
-Version:5.0.95
+Version:5.1.0
 Release:0
 Summary:A qt wrapper around the NetworkManager libraries
 License:LGPL-2.1 or LGPL-3.0
 Group:  System/GUI/KDE
-Source0:libnm-qt-%{version}.tar.xz
+Source0:libnm-qt-%{version}.1.tar.xz
 BuildRequires:  NetworkManager-devel = 0.9.8.4
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules = 0.0.12

++ libnm-qt-5.0.95.tar.xz - libnm-qt-5.1.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnm-qt-5.0.95/CMakeLists.txt 
new/libnm-qt-5.1.0/CMakeLists.txt
--- old/libnm-qt-5.0.95/CMakeLists.txt  2014-09-25 20:41:53.0 +0200
+++ new/libnm-qt-5.1.0/CMakeLists.txt   2014-10-14 12:54:10.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(NetworkManagerQt)
-set(PROJECT_VERSION 5.0.95)
+set(PROJECT_VERSION 5.1.0)
 
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnm-qt-5.0.95/src/settings/connectionsettings.cpp 
new/libnm-qt-5.1.0/src/settings/connectionsettings.cpp
--- old/libnm-qt-5.0.95/src/settings/connectionsettings.cpp 2014-09-25 
20:41:53.0 +0200
+++ new/libnm-qt-5.1.0/src/settings/connectionsettings.cpp  2014-10-09 
13:55:19.0 +0200
@@ -154,7 +154,7 @@
 break;
 case ConnectionSettings::Vpn:
 addSetting(Setting::Ptr(new Ipv4Setting()));
-//addSetting(Setting::Ptr(new Ipv6Setting()));
+addSetting(Setting::Ptr(new Ipv6Setting()));
 addSetting(Setting::Ptr(new VpnSetting()));
 break;
 case ConnectionSettings::Wimax:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-archive-tar-minitar for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-archive-tar-minitar for 
openSUSE:Factory checked in at 2014-10-15 08:51:48

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


Package is rubygem-archive-tar-minitar

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-archive-tar-minitar/rubygem-archive-tar-minitar.changes
  2012-12-10 10:11:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-archive-tar-minitar.new/rubygem-archive-tar-minitar.changes
 2014-10-15 08:52:26.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 06:27:26 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-archive-tar-minitar.spec ++
--- /var/tmp/diff_new_pack.7MwjTZ/_old  2014-10-15 08:52:28.0 +0200
+++ /var/tmp/diff_new_pack.7MwjTZ/_new  2014-10-15 08:52:28.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-archive-tar-minitar (Version 0.5.2)
+# spec file for package rubygem-archive-tar-minitar
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,43 +15,41 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-archive-tar-minitar
 Version:0.5.2
 Release:0
 %define mod_name archive-tar-minitar
-#
-Group:  Development/Languages/Ruby
-License:GPL-2.0+ or Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-
-Requires:   ruby = 1.8.2
-BuildRequires:  ruby-devel = 1.8.2
-#
+BuildRequires:  %{ruby = 1.8.2}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  ruby-macros = 5
+BuildRequires:  update-alternatives
 Url:http://rubyforge.org/projects/ruwiki/
-Source: %{mod_name}-%{version}.gem
-#
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Provides POSIX tarchive management from Ruby programs
+License:GPL-2.0+ or Ruby
+Group:  Development/Languages/Ruby
+PreReq: update-alternatives
+
 %description
-Archive::Tar::Minitar is a pure-Ruby library and command-line utility that 
provides the ability to deal with POSIX tar(1) archive files. The 
implementation is based heavily on Mauricio Ferna'ndez's implementation in 
rpa-base, but has been reorganised to promote reuse in other projects.
+Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
+provides the ability to deal with POSIX tar(1) archive files. The
+implementation is based heavily on Mauricio Ferna'ndez's implementation in
+rpa-base, but has been reorganised to promote reuse in other projects.
 
 %prep
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install \
+  --symlink-binaries \
+  --doc-files=ChangeLog README \
+  -f
 
-%files
-%defattr(-,root,root,-)
-%{_bindir}/minitar
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poster for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package poster for openSUSE:Factory checked 
in at 2014-10-15 08:51:34

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


Package is poster

Changes:

--- /work/SRC/openSUSE:Factory/poster/poster.changes2011-09-23 
12:41:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.poster.new/poster.changes   2014-10-15 
08:52:08.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  7 12:42:16 UTC 2014 - jeng...@inai.de
+
+- Remove ancient specfile tags and sections
+
+---



Other differences:
--
++ poster.spec ++
--- /var/tmp/diff_new_pack.AJN3Gk/_old  2014-10-15 08:52:09.0 +0200
+++ /var/tmp/diff_new_pack.AJN3Gk/_new  2014-10-15 08:52:09.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package poster (Version 20060221)
+# spec file for package poster
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,19 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   poster
-Url:http://printing.kde.org/
-License:GPL-2.0+
-Group:  Productivity/Publishing/PS
-#Provides:
-#Requires:
-AutoReqProv:on
 Version:20060221
-Release:71
+Release:0
 Summary:Tool for printing posters over multiple pages
+License:GPL-2.0+
+Group:  Productivity/Publishing/PS
+Url:http://printing.kde.org/
 Source: poster.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -59,9 +54,6 @@
mkdir -p${RPM_BUILD_ROOT}%{_mandir}/man1
install -m 0644 poster.1${RPM_BUILD_ROOT}%{_mandir}/man1/
 
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
 %files
 %defattr(-,root,root)
 %doc README COPYING ChangeLog manual.ps

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache2-mod_evasive for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package apache2-mod_evasive for 
openSUSE:Factory checked in at 2014-10-15 08:51:42

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


Package is apache2-mod_evasive

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_evasive/apache2-mod_evasive.changes  
2013-01-29 12:00:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_evasive.new/apache2-mod_evasive.changes 
2014-10-15 08:52:18.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 11:56:38 UTC 2014 - pgaj...@suse.com
+
+- fixed module loading [bnc#865567], [bnc#867984]
+
+---



Other differences:
--
++ apache2-mod_evasive.spec ++
--- /var/tmp/diff_new_pack.YRPlgX/_old  2014-10-15 08:52:19.0 +0200
+++ /var/tmp/diff_new_pack.YRPlgX/_new  2014-10-15 08:52:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_evasive
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -67,10 +67,13 @@
 %patch -P 1 -p1
 
 %build
+cp -a %{S:2} .
 %if %{ap_suffix} == 24
 # create apache httpd-2.4 version and compile it
 sed 's/connection-remote_ip/connection-client_ip/' \
mod_evasive20.c  mod_evasive%{ap_suffix}.c
+sed -i 's/evasive20_module/evasive24_module/' mod_evasive%{ap_suffix}.c
+sed -i 's/evasive20/evasive24/g' mod_evasive.conf
 %endif
 %apxs -Wc,%{optflags} -c mod_evasive%{ap_suffix}.c
 
@@ -80,7 +83,7 @@
 
 %apxs -i -S LIBEXECDIR=%buildroot/%apache_libexecdir \
-n mod_evasive%{ap_suffix}.so mod_evasive%{ap_suffix}.la;
-cp -a %{S:2} $b/%apache_sysconfdir/conf.d/;
+cp -a mod_evasive.conf $b/%apache_sysconfdir/conf.d/;
 perl -i -pe s{/usr/lib/}{%_libdir/}g \
$b/%apache_sysconfdir/conf.d/mod_evasive.conf;
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiwi-config-openSUSE for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2014-10-15 08:51:50

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


Package is kiwi-config-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2014-09-23 10:42:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2014-10-15 08:52:30.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 13:05:41 UTC 2014 - jreidin...@suse.com
+
+- convert yast script to ruby (bnc#897483) 
+
+---

Old:

  getcountrydata.ycp

New:

  getcountrydata.rb



Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.ZYDWKT/_old  2014-10-15 08:52:31.0 +0200
+++ /var/tmp/diff_new_pack.ZYDWKT/_new  2014-10-15 08:52:31.0 +0200
@@ -47,7 +47,7 @@
 Source16:   langset.service
 Source17:   99-ignore-live-usb.fdi
 Source20:   geturls.xsl
-Source22:   getcountrydata.ycp
+Source22:   getcountrydata.rb
 Source23:   langset.sh
 Source26:   xdm-liveinstall.patch
 Source27:   SoftLocks



++ getcountrydata.rb ++
# encoding: utf-8

module Yast
  class GetcountrydataClient  Client
def main
  Yast.import Language
  Yast.import Keyboard
  Yast.import Console

  langs = Language.GetLanguagesMap(true)

  consolefonts = SCR.Read(path(.target.yast2), consolefonts.ycp)
  timezonemap = Language.GetLang2TimezoneMap(true)

  dir = ENV[OUTPUTDIR]
  raise OUTPUTDIR is not set unless dir

  Builtins.foreach(langs) do |lang, ll|
suffix = ll[2] || 
fqlanguage = lang + suffix
kbd = Keyboard.GetKeyboardForLanguage(lang, us)
# does not really set keyboard, only fills some data
Keyboard.SetKeyboard(kbd)
# set language for encoding
WFM.SetLanguage(fqlanguage)
yast_kbd = #{kbd},#{Keyboard.kb_model}
consolefont = consolefonts[fqlanguage] || consolefonts[lang] || []
font = consolefont[0] || 
unicodeMap = consolefont[1] || 
screenMap = consolefont[2] || 
magic = consolefont[3] || 
timezone = timezonemap[lang] || 
contents =
  RC_LANG: #{fqlanguage}\n +
  CONSOLE_FONT: #{font}\n +
  CONSOLE_SCREENMAP: #{screenMap}\n +
  CONSOLE_UNICODEMAP: #{unicodeMap}\n +
  CONSOLE_MAGIC: #{magic}\n +
  KEYTABLE: #{Keyboard.keymap}\n +
  YAST_KEYBOARD: #{yast_kbd}\n +
  COMPOSETABLE: #{Keyboard.compose_table}\n +
  TIMEZONE: #{timezone}\n +
  CONSOLE_ENCODING: #{WFM.GetEncoding}

contents  \nRC_LC_MESSAGES: zh_TW.UTF-8 if lang == zh_HK
x11data = Keyboard.GetX11KeyData(Keyboard.keymap)
Builtins.foreach(x11data) do |key, val|
  contents  \n#{key}: #{val}
end
contents  \n
SCR.Write(path(.target.string), dir + fqlanguage, contents)
  end
end
  end
end

Yast::GetcountrydataClient.new.main
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit himeno for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package himeno for openSUSE:Factory checked 
in at 2014-10-15 08:51:30

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


Package is himeno

Changes:

--- /work/SRC/openSUSE:Factory/himeno/himeno.changes2011-09-23 
02:02:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.himeno.new/himeno.changes   2014-10-15 
08:52:04.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  6 23:36:49 CEST 2014 - dste...@suse.cz
+
+- clean spec
+
+---



Other differences:
--
++ himeno.spec ++
--- /var/tmp/diff_new_pack.oNXPdv/_old  2014-10-15 08:52:05.0 +0200
+++ /var/tmp/diff_new_pack.oNXPdv/_new  2014-10-15 08:52:05.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package himeno (Version 3)
+# spec file for package himeno
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,17 +16,17 @@
 #
 
 
-Url:http://accc.riken.jp/HPC/HimenoBMT/index_e.html
-
 Name:   himeno
+Version:3
+Release:0
+Summary:Benchmark to evaluate the performance of incompressible fluid 
analysis code
 License:LGPL-2.0+
-# Group:SuSE internal
 Group:  System/Benchmark
-Summary:Benchmark to evaluate the performance of incompressible fluid 
analysis code
-Requires:   coreutils, gawk, kernel-source
-Version:3
-Release:2
-Source0:%name-%version.tar.bz2
+Url:http://accc.riken.jp/HPC/HimenoBMT/index_e.html
+Source0:%{name}-%{version}.tar.bz2
+Requires:   coreutils
+Requires:   gawk
+Requires:   kernel-source
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,26 +34,18 @@
 code. This benchmark program measures the speed of major loops to solve
 Poisson's equation folution using Jacobi iteration method.
 
-
-
-Authors:
-
-Dr. Ryutaro Himeno him...@riken.jp
-
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-cp bmt $RPM_BUILD_ROOT/usr/bin
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_prefix}/bin
+cp bmt %{buildroot}%{_prefix}/bin
 
 %files
 %defattr(-, root, root)
-/usr/bin/bmt
+%{_bindir}/bmt
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit segv_handler for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package segv_handler for openSUSE:Factory 
checked in at 2014-10-15 08:51:37

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


Package is segv_handler

Changes:

--- /work/SRC/openSUSE:Factory/segv_handler/segv_handler.changes
2011-09-23 12:45:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.segv_handler.new/segv_handler.changes   
2014-10-15 08:52:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 08:42:49 UTC 2014 - jeng...@inai.de
+
+- Remove ancient specfile tags and sections
+
+---



Other differences:
--
++ segv_handler.spec ++
--- /var/tmp/diff_new_pack.sz1ppu/_old  2014-10-15 08:52:11.0 +0200
+++ /var/tmp/diff_new_pack.sz1ppu/_new  2014-10-15 08:52:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package segv_handler (Version 0.0.1)
+# spec file for package segv_handler
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   segv_handler
 Version:0.0.1
-Release:139
-License:GPL-2.0+
-Group:  Development/Tools/Other
+Release:0
 Url:http://samba.org/ftp/unpacked/junkcode/segv_handler/
-AutoReqProv:on
 Summary:System wide segv handler to produces a backtrace
+License:GPL-2.0+
+Group:  Development/Tools/Other
 Source: http://samba.org/ftp/unpacked/junkcode/segv_handler/backtrace
 Source1:http://samba.org/ftp/unpacked/junkcode/segv_handler/Makefile
 Source2:http://samba.org/ftp/unpacked/junkcode/segv_handler/README
@@ -57,7 +54,6 @@
 %endif
 
 %install
-[ ${RPM_BUILD_ROOT} != / ]  [ -d ${RPM_BUILD_ROOT} ]  rm -rf 
${RPM_BUILD_ROOT}
 mkdir -p \
${RPM_BUILD_ROOT}/%{_bindir} \
${RPM_BUILD_ROOT}/%{_libdir} \
@@ -65,9 +61,6 @@
 install -m 0755 %{S:0} ${RPM_BUILD_ROOT}/%{_bindir}
 install -m 0755 ${RPM_BUILD_DIR}/segv_handler.so ${RPM_BUILD_ROOT}/%{_libdir}
 
-%clean
-[ ${RPM_BUILD_ROOT} != / ]  [ -d ${RPM_BUILD_ROOT} ]  rm -rf 
${RPM_BUILD_ROOT}
-
 %files
 %defattr(-,root,root)
 %{_bindir}/backtrace

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasmoid-cwp for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:Factory 
checked in at 2014-10-15 08:51:51

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


Package is plasmoid-cwp

Changes:

--- /work/SRC/openSUSE:Factory/plasmoid-cwp/plasmoid-cwp.changes
2014-05-05 21:13:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasmoid-cwp.new/plasmoid-cwp.changes   
2014-10-15 08:52:32.0 +0200
@@ -1,0 +2,11 @@
+Tue Oct 14 17:51:35 UTC 2014 - asterios.dra...@gmail.com
+
+- Update to version 1.11.1:
+  * xml: br.weather.com: location fixed
+  * xml: de.weather.com: location fixed
+  * xml: fr.weather.com: location fixed
+  * xml: in.weather.com: links fixed
+  * xml: pogodynka.pl: fixes
+  * xml: weather.com.cn: fixed
+
+---

Old:

  98925-cwp-1.11.0.tar.bz2

New:

  98925-cwp-1.11.1.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.HssTM2/_old  2014-10-15 08:52:34.0 +0200
+++ /var/tmp/diff_new_pack.HssTM2/_new  2014-10-15 08:52:34.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   plasmoid-cwp
-Version:1.11.0
+Version:1.11.1
 Release:0
 Summary:Customizable Weather Plasmoid
 License:GPL-3.0+

++ 98925-cwp-1.11.0.tar.bz2 - 98925-cwp-1.11.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.11.0/ChangeLog new/cwp-1.11.1/ChangeLog
--- old/cwp-1.11.0/ChangeLog2014-04-24 22:49:23.0 +0200
+++ new/cwp-1.11.1/ChangeLog2014-09-06 00:32:37.0 +0200
@@ -1,3 +1,12 @@
+1.11.1
+==
+- xml: br.weather.com: location fixed
+- xml: de.weather.com: location fixed
+- xml: fr.weather.com: location fixed
+- xml: in.weather.com: links fixed
+- xml: pogodynka.pl: fixes
+- xml: weather.com.cn: fixed
+
 1.11.0
 ==
 - xml: gismeteo.com: fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.11.0/README new/cwp-1.11.1/README
--- old/cwp-1.11.0/README   2014-04-24 22:49:23.0 +0200
+++ new/cwp-1.11.1/README   2014-09-06 00:32:37.0 +0200
@@ -1,5 +1,5 @@
 ==
-Customizable Weather Plasmoid (CWP) 1.11.0
+Customizable Weather Plasmoid (CWP) 1.11.1
 ==
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.11.0/data/br_weather_com.xml 
new/cwp-1.11.1/data/br_weather_com.xml
--- old/cwp-1.11.0/data/br_weather_com.xml  2014-04-24 22:49:23.0 
+0200
+++ new/cwp-1.11.1/data/br_weather_com.xml  2014-09-06 00:32:37.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2014-04-24 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043:1:BR unit=C /
+   xml_file_version type=cwp version=2014-09-06 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043:1:BR unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
@@ -22,8 +22,8 @@
url7 url7_prefix= url7_suffix= url7_follow= /
 
data_location url=urlc
-   location=grep loc\ = | sed -e 
quot;s/[^\quot;]*\quot;\([^,]*\),\([^\quot;]*\).*/\1/quot;
-   country=grep loc\ = | sed -e 
quot;s/[^\quot;]*\quot;\([^,]*\),\([^\quot;]*\).*/\2/quot;
+   location=grep countryName | sed -e 
quot;s/.*\quot;city\quot;:\quot;\([^\quot;]*\).*/\1/quot;
+   country=grep countryName | sed -e 
quot;s/.*\quot;countryName\quot;:\quot;\([^\quot;]*\).*/\1/quot;
/
 
data_sun url=url1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.11.0/data/de_weather_com.xml 
new/cwp-1.11.1/data/de_weather_com.xml
--- old/cwp-1.11.0/data/de_weather_com.xml  2014-04-24 22:49:23.0 
+0200
+++ new/cwp-1.11.1/data/de_weather_com.xml  2014-09-06 00:32:37.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2014-04-24 name=de.weather.com 
search_page=http://de.weather.com; example_zip=GMXX0087:1:GM unit=C /
+   xml_file_version type=cwp version=2014-09-06 name=de.weather.com 
search_page=http://de.weather.com; example_zip=GMXX0087:1:GM unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
@@ -22,8 +22,8 @@
url7 url7_prefix= url7_suffix= url7_follow= /
 
data_location url=urlc
-   

commit rubygem-rack-ssl-1_3 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack-ssl-1_3 for 
openSUSE:Factory checked in at 2014-10-15 08:51:38

Comparing /work/SRC/openSUSE:Factory/rubygem-rack-ssl-1_3 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rack-ssl-1_3.new (New)


Package is rubygem-rack-ssl-1_3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rack-ssl-1_3/rubygem-rack-ssl-1_3.changes
2014-06-01 19:40:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rack-ssl-1_3.new/rubygem-rack-ssl-1_3.changes
   2014-10-15 08:52:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 18:35:34 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-rack-ssl-1_3.spec ++
--- /var/tmp/diff_new_pack.xAuUDG/_old  2014-10-15 08:52:14.0 +0200
+++ /var/tmp/diff_new_pack.xAuUDG/_new  2014-10-15 08:52:14.0 +0200
@@ -21,11 +21,14 @@
 Release:0
 %define mod_name rack-ssl
 %define mod_full_name %{mod_name}-%{version}
-
+%define mod_version_suffix -1_3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/josh/rack-ssl
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Force SSL/TLS in your app
 License:MIT
 Group:  Development/Languages/Ruby
@@ -33,37 +36,15 @@
 %description
 Rack middleware to force SSL/TLS.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
:version_suffix: '-1_3'
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit desktop-translations for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package desktop-translations for 
openSUSE:Factory checked in at 2014-10-15 08:51:45

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


Package is desktop-translations

Changes:

--- 
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.changes
2014-10-08 22:14:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.changes
   2014-10-15 08:52:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 12:38:19 UTC 2014 - k...@suse.de
+
+- Update translations.
+
+---



Other differences:
--
++ desktop-translations.tar.bz2 ++
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.tar.bz2 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.tar.bz2
 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnu-regexp for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package gnu-regexp for openSUSE:Factory 
checked in at 2014-10-15 08:51:37

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


Package is gnu-regexp

Changes:

--- /work/SRC/openSUSE:Factory/gnu-regexp/gnu-regexp.changes2013-07-18 
17:31:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-regexp.new/gnu-regexp.changes   
2014-10-15 08:52:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  7 09:29:44 UTC 2014 - tchva...@suse.com
+
+- Clean up with spec-cleaner
+
+---



Other differences:
--
++ gnu-regexp.spec ++
--- /var/tmp/diff_new_pack.I6DDHr/_old  2014-10-15 08:52:13.0 +0200
+++ /var/tmp/diff_new_pack.I6DDHr/_new  2014-10-15 08:52:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-regexp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -14,25 +14,23 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:   gnu-regexp
-BuildRequires:  ant
-BuildRequires:  gnu-getopt
-BuildRequires:  java2-devel-packages
-BuildRequires:  xml-commons-apis
-%define section free
 Version:1.1.4
 Release:0
 Summary:Java NFA regular expression engine
 License:LGPL-2.1+
 Group:  Development/Libraries/Java
+Url:http://www.cacas.org/java/gnu/regexp/
 Source0:ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-1.1.4.tar.gz
 Source1:%{name}.build.xml
-Url:http://www.cacas.org/java/gnu/regexp/
-BuildArch:  noarch
+BuildRequires:  ant
+BuildRequires:  gnu-getopt
+BuildRequires:  java2-devel-packages
+BuildRequires:  xml-commons-apis
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 The gnu-regexp package is a pure-Java implementation of a traditional
@@ -41,8 +39,6 @@
 For a relatively complete list of supported and non-supported syntax,
 refer to the syntax and usage notes.
 
-
-
 %package demo
 Summary:Java NFA regular expression engine (demo and samples)
 Group:  Development/Libraries/Java
@@ -50,56 +46,38 @@
 Requires:   gnu-getopt
 
 %description demo
-Demonstrations and samples for gnu-regexp.
-
-
+Demonstrations and samples for Java NFA regular expression engine gnu-regexp.
 
 %package javadoc
-PreReq: coreutils
 Summary:Java NFA regular expression engine (documentation)
 Group:  Development/Libraries/Java
 
 %description javadoc
-Javadoc for gnu-regexp.
-
-
+Javadoc for Java NFA regular expression engine gnu-regexp.
 
 %prep
 %setup -q -n gnu.regexp-1.1.4
-%__cp -a %{SOURCE1} build.xml
+cp -a %{SOURCE1} build.xml
 # remove all binary libs
-find . -name *.jar -exec %__rm -f {} \;
+find . -name *.jar -exec rm -f {} \;
 
 %build
 export CLASSPATH=$(build-classpath gnu.getopt)
-%ant jar javadoc
+ant jar javadoc
 
 %install
 # jars
-%__mkdir_p %{buildroot}%{_javadir}
-%__cp -a build/lib/gnu.regexp.jar 
%{buildroot}%{_javadir}/gnu.regexp-%{version}.jar
+mkdir -p %{buildroot}%{_javadir}
+cp -a build/lib/gnu.regexp.jar 
%{buildroot}%{_javadir}/gnu.regexp-%{version}.jar
 (cd %{buildroot}%{_javadir}  ln -sf gnu.regexp-%{version}.jar 
%{name}-%{version}.jar  \
-for jar in *-%{version}*; do %__ln_s ${jar} `echo $jar| sed 
s|-%{version}||g`; done)
+for jar in *-%{version}*; do ln -s ${jar} `echo $jar| sed 
s|-%{version}||g`; done)
 # demo
-%__mkdir_p %{buildroot}%{_datadir}/gnu.regexp/gnu/regexp/util
-%__cp -a build/classes/gnu/regexp/util/*.class \
+mkdir -p %{buildroot}%{_datadir}/gnu.regexp/gnu/regexp/util
+cp -a build/classes/gnu/regexp/util/*.class \
   %{buildroot}%{_datadir}/gnu.regexp/gnu/regexp/util
 # javadoc
-%__mkdir_p %{buildroot}%{_javadocdir}/gnu.regexp-%{version}
-%__cp -a build/api/* %{buildroot}%{_javadocdir}/gnu.regexp-%{version}
-(cd %{buildroot}%{_javadocdir}  %__ln_s gnu.regexp-%{version} gnu.regexp)
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post javadoc
-%__rm -f %{_javadocdir}/gnu.regexp
-%__ln_s gnu.regexp-%{version} %{_javadocdir}/gnu.regexp
-
-%postun javadoc
-if [ $1 -eq 0 ]; then
-  %__rm -f %{_javadocdir}/gnu.regexp
-fi
+mkdir -p %{buildroot}%{_javadocdir}/gnu.regexp
+cp -a build/api/* %{buildroot}%{_javadocdir}/gnu.regexp
 
 %files
 %defattr(0644,root,root,0755)
@@ -112,8 +90,7 @@
 
 %files javadoc
 %defattr(0644,root,root,0755)
-%dir %{_javadocdir}/gnu.regexp-%{version}

commit rubygem-daemons for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-daemons for openSUSE:Factory 
checked in at 2014-10-15 08:51:49

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


Package is rubygem-daemons

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-daemons/rubygem-daemons.changes  
2012-09-01 10:33:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-daemons.new/rubygem-daemons.changes 
2014-10-15 08:52:28.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:20:20 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-daemons.spec ++
--- /var/tmp/diff_new_pack.EjxfxZ/_old  2014-10-15 08:52:30.0 +0200
+++ /var/tmp/diff_new_pack.EjxfxZ/_new  2014-10-15 08:52:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-daemons
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -21,11 +21,12 @@
 Release:0
 %define mod_name daemons
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://daemons.rubyforge.org
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A toolkit to create and control daemons in different ways
 License:Ruby
 Group:  Development/Languages/Ruby
@@ -39,33 +40,15 @@
 backtracing and logging (in case your ruby script crashes) and monitoring and
 automatic restarting of your processes if they crash.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --doc-files=LICENSE README \
+  -f
 
-%files
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit thunar for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package thunar for openSUSE:Factory checked 
in at 2014-10-15 08:51:39

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


Package is thunar

Changes:

--- /work/SRC/openSUSE:Factory/thunar/thunar.changes2014-10-02 
14:14:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.thunar.new/thunar.changes   2014-10-15 
08:52:14.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct 14 08:16:17 UTC 2014 - g...@opensuse.org
+
+- add thunar-support-gtk3-bookmarks.patch in order to add support
+  for the GTK 3 bookmarks file (bxo#10627)
+- add thunar-fix-default-application-lookup.patch in order to fix
+  the default application lookup with gio = 2.41 (bxo#11212)
+
+---

New:

  thunar-fix-default-application-lookup.patch
  thunar-support-gtk3-bookmarks.patch



Other differences:
--
++ thunar.spec ++
--- /var/tmp/diff_new_pack.XGK6Sh/_old  2014-10-15 08:52:15.0 +0200
+++ /var/tmp/diff_new_pack.XGK6Sh/_new  2014-10-15 08:52:15.0 +0200
@@ -29,6 +29,10 @@
 Source100:  %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM thunar-use-xdg-icon-spec-icons.patch g...@opensuse.org -- 
Use generic icons that conform to the XDG Icon Naming Spec
 Patch0: thunar-use-xdg-icon-spec-icons.patch
+# PATCH-FIX-UPSTREAM thunar-support-gtk3-bookmarks.patch bxo#10627 
g...@opensuse.org -- Add support for the GTK 3 bookmarks file (backported from 
upstream git)
+Patch1: thunar-support-gtk3-bookmarks.patch
+# PATCH-FIX-UPSTREAM thunar-fix-default-application-lookup.patch bxo#11212 
g...@opensuse.org -- Fix the default application lookup with gio = 2.41
+Patch2: thunar-fix-default-application-lookup.patch
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -96,6 +100,8 @@
 %prep
 %setup -q -n Thunar-%{version}
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ thunar-fix-default-application-lookup.patch ++
Index: Thunar-1.6.3/thunar/thunar-file.c
===
--- Thunar-1.6.3.orig/thunar/thunar-file.c
+++ Thunar-1.6.3/thunar/thunar-file.c
@@ -3963,6 +3963,7 @@ thunar_file_list_get_applications (GList
   GList   *next;
   GList   *ap;
   GList   *lp;
+  GAppInfo*default_application;
   const gchar *previous_type = NULL;
   const gchar *current_type;
 
@@ -3981,7 +3982,25 @@ thunar_file_list_get_applications (GList
 
   /* determine the list of applications that can open this file */
   if (G_UNLIKELY (current_type != NULL))
-list = g_app_info_get_all_for_type (current_type);
+{
+  list = g_app_info_get_all_for_type (current_type);
+
+  /* move any default application in front of the list */
+  default_application = g_app_info_get_default_for_type (current_type, 
FALSE);
+  if (G_LIKELY (default_application != NULL))
+{
+  for (ap = list; ap != NULL; ap = ap-next)
+{
+  if (g_app_info_equal (ap-data, default_application))
+{
+  g_object_unref (ap-data);
+  list = g_list_delete_link (list, ap);
+  break;
+}
+}
+  list = g_list_prepend (list, default_application);
+}
+}
   else
 list = NULL;
 
++ thunar-support-gtk3-bookmarks.patch ++
From 6a63d7bd8ff0d937cb30f112c3fd080a5a107053 Mon Sep 17 00:00:00 2001
From: Alistair Buxton a.j.bux...@gmail.com
Date: Wed, 12 Mar 2014 20:20:05 +
Subject: Add support for the GTK 3 bookmarks file (bug #10627)

The changes ensure that the config directory exists before attempting to
write bookmarks. It falls back to the old location to support both GTK 2
and 3.

Index: Thunar-1.6.3/thunar/thunar-gio-extensions.c
===
--- Thunar-1.6.3.orig/thunar/thunar-gio-extensions.c
+++ Thunar-1.6.3/thunar/thunar-gio-extensions.c
@@ -77,7 +77,7 @@ thunar_g_file_new_for_bookmarks (void)
   gchar *filename;
   GFile *bookmarks;
 
-  filename = g_build_filename (xfce_get_homedir (), .gtk-bookmarks, NULL);
+  filename = g_build_filename (g_get_user_config_dir (), gtk-3.0, 
bookmarks, NULL);
   bookmarks = g_file_new_for_path (filename);
   g_free (filename);
 
Index: Thunar-1.6.3/thunar/thunar-shortcuts-model.c
===
--- Thunar-1.6.3.orig/thunar/thunar-shortcuts-model.c
+++ Thunar-1.6.3/thunar/thunar-shortcuts-model.c
@@ -1364,6 +1364,7 @@ thunar_shortcuts_model_save 

commit yast2-slide-show for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2014-10-15 08:51:42

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
2014-10-02 14:14:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2014-10-15 08:52:15.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 14 11:22:05 UTC 2014 - k...@suse.de
+
+- 3.1.14
+- Update openSUSE slide show translations.
+
+---

Old:

  yast2-slide-show-3.1.13.tar.bz2

New:

  yast2-slide-show-3.1.14.tar.bz2



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.ggAhit/_old  2014-10-15 08:52:17.0 +0200
+++ /var/tmp/diff_new_pack.ggAhit/_new  2014-10-15 08:52:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slide-show
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ slideshow-po.tar.gz ++
 20530 lines of diff (skipped)

++ yast2-slide-show-3.1.13.tar.bz2 - yast2-slide-show-3.1.14.tar.bz2 ++
Files old/yast2-slide-show-3.1.13/package/slideshow-po.tar.gz and 
new/yast2-slide-show-3.1.14/package/slideshow-po.tar.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slide-show-3.1.13/package/yast2-slide-show.changes 
new/yast2-slide-show-3.1.14/package/yast2-slide-show.changes
--- old/yast2-slide-show-3.1.13/package/yast2-slide-show.changes
2014-10-01 15:51:10.0 +0200
+++ new/yast2-slide-show-3.1.14/package/yast2-slide-show.changes
2014-10-14 13:26:10.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Oct 14 11:22:05 UTC 2014 - k...@suse.de
+
+- 3.1.14
+- Update openSUSE slide show translations.
+
+---
 Wed Oct  1 13:41:47 UTC 2014 - k...@suse.de
 
 - 3.1.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slide-show-3.1.13/package/yast2-slide-show.spec 
new/yast2-slide-show-3.1.14/package/yast2-slide-show.spec
--- old/yast2-slide-show-3.1.13/package/yast2-slide-show.spec   2014-10-01 
15:51:10.0 +0200
+++ new/yast2-slide-show-3.1.14/package/yast2-slide-show.spec   2014-10-14 
13:26:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slide-show
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Class-WhiteHole for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-WhiteHole for 
openSUSE:Factory checked in at 2014-10-15 08:51:43

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


Package is perl-Class-WhiteHole

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-WhiteHole/perl-Class-WhiteHole.changes
2011-11-21 12:37:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-WhiteHole.new/perl-Class-WhiteHole.changes
   2014-10-15 08:52:20.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 08:14:33 UTC 2014 - jeng...@inai.de
+
+- Use source URLs and remove ancient specfile tags and sections
+
+---



Other differences:
--
++ perl-Class-WhiteHole.spec ++
--- /var/tmp/diff_new_pack.gYktRA/_old  2014-10-15 08:52:21.0 +0200
+++ /var/tmp/diff_new_pack.gYktRA/_new  2014-10-15 08:52:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-WhiteHole
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,18 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Class-WhiteHole
 Version:0.04
-Release:210
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0
+Release:0
 Url:http://cpan.org/modules/by-module/Class/
 Summary:Base class to treat unhandled method calls as errors
-Source: Class-WhiteHole-%{version}.tar.gz
+License:Artistic-1.0
+Group:  Development/Libraries/Perl
+Source: 
http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Class-WhiteHole-%version.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -57,13 +54,9 @@
 make test
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %perl_make_install
 %perl_process_packlist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc Changes

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-coverage for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kernel-coverage for openSUSE:Factory 
checked in at 2014-10-15 08:51:35

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


Package is kernel-coverage

Changes:

--- /work/SRC/openSUSE:Factory/kernel-coverage/kernel-coverage.changes  
2011-09-23 02:06:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-coverage.new/kernel-coverage.changes 
2014-10-15 08:52:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 07:38:06 UTC 2014 - jeng...@inai.de
+
+- Remove ancient specfile tags and sections
+
+---



Other differences:
--
++ kernel-coverage.spec ++
--- /var/tmp/diff_new_pack.RSRHD5/_old  2014-10-15 08:52:10.0 +0200
+++ /var/tmp/diff_new_pack.RSRHD5/_new  2014-10-15 08:52:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kernel-coverage (Version 0.1)
+# spec file for package kernel-coverage
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,23 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   kernel-coverage
+Version:0.1
+Release:0
+Summary:Kernel Coverage Imageing, Galaxy Poster
 License:GPL-2.0
 Group:  Development/Tools/Other
-Requires:   kernel-source gcc make perl-GD
-Requires:   lcov
-AutoReqProv:on
-Summary:Kernel Coverage Imageing, Galaxy Poster
 Url:http://test.kernel.org/autotest
-Version:0.1
-Release:50
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-%{version}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Requires:   gcc
+Requires:   kernel-source
+Requires:   lcov
+Requires:   make
+Requires:   perl-GD
 
 %description
 Creating the linux kernel coverage galaxy poster.
@@ -128,7 +128,4 @@
 /usr/lib/kernel-coverage/tux.ps
 /usr/lib/kernel-coverage/zoom/split-image.c
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-cssmin for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-cssmin for openSUSE:Factory 
checked in at 2014-10-15 08:51:47

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


Package is rubygem-cssmin

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-cssmin/rubygem-cssmin.changes
2013-03-21 22:14:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-cssmin.new/rubygem-cssmin.changes   
2014-10-15 08:52:24.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:16:51 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-cssmin.spec ++
--- /var/tmp/diff_new_pack.zbgY9o/_old  2014-10-15 08:52:26.0 +0200
+++ /var/tmp/diff_new_pack.zbgY9o/_new  2014-10-15 08:52:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-cssmin
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -21,13 +21,12 @@
 Release:0
 %define mod_name cssmin
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-Requires:   ruby = 1.8.6
-BuildRequires:  ruby-devel = 1.8.6
+BuildRequires:  %{ruby = 1.8.6}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/rgrove/cssmin/
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby library for minifying CSS
 License:BSD-3-Clause
 Group:  Development/Languages/Ruby
@@ -35,33 +34,15 @@
 %description
 Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --doc-files=HISTORY.md LICENSE \
+  -f
 
-%files
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-yajl-ruby for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-yajl-ruby for 
openSUSE:Factory checked in at 2014-10-15 08:51:46

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


Package is rubygem-yajl-ruby

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yajl-ruby/rubygem-yajl-ruby.changes  
2014-07-28 16:21:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yajl-ruby.new/rubygem-yajl-ruby.changes 
2014-10-15 08:52:23.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 12:16:47 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-yajl-ruby.spec ++
--- /var/tmp/diff_new_pack.e2h40A/_old  2014-10-15 08:52:24.0 +0200
+++ /var/tmp/diff_new_pack.e2h40A/_new  2014-10-15 08:52:24.0 +0200
@@ -23,10 +23,8 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-Requires:   ruby = 1.8.6
-BuildRequires:  ruby = 1.8.6
-BuildRequires:  ruby-devel
+BuildRequires:  %{rubydevel}
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/brianmario/yajl-ruby
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby C bindings to the excellent Yajl JSON stream-based parser
@@ -36,55 +34,18 @@
 %description
 Ruby C bindings to the excellent Yajl JSON stream-based parser library.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-%gem_cleanup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md MIT-LICENSE README.md \
+  -f
 # MANUAL
-rm -rf %{buildroot}%{gem_base}/gems/%{mod_full_name}/ext/yajl/*.h
+rm -rf %{buildroot}%{gem_base}/gems/%{mod_full_name}/ext/yajl/{,api/}*.{h,c,o}
 
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.3059 for openSUSE:13.1:Update

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.3059 for 
openSUSE:13.1:Update checked in at 2014-10-15 13:48:45

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.3059 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.3059.new (New)


Package is patchinfo.3059

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=3059
  categoryrecommended/category
  ratingmoderate/rating
  packagerwolfi323/packager
  summarysitar: Fix syntax errors when run with perl/summary
  descriptionThis update fixes the following issue with sitar:
- bnc#82: Fix syntax errors when run with the perl in openSUSE 13.1 and 
higher/description
  issue tracker=bnc id=82sitar doesn't work/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mkinitrd for openSUSE:13.1:Update

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:13.1:Update 
checked in at 2014-10-15 13:49:29

Comparing /work/SRC/openSUSE:13.1:Update/mkinitrd (Old)
 and  /work/SRC/openSUSE:13.1:Update/.mkinitrd.new (New)


Package is mkinitrd

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.k7jYl5/_old  2014-10-15 13:49:30.0 +0200
+++ /var/tmp/diff_new_pack.k7jYl5/_new  2014-10-15 13:49:30.0 +0200
@@ -1 +1 @@
-link package='mkinitrd.2904' cicount='copy' /
+link package='mkinitrd.3056' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mkinitrd for openSUSE:12.3:Update

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:12.3:Update 
checked in at 2014-10-15 13:49:27

Comparing /work/SRC/openSUSE:12.3:Update/mkinitrd (Old)
 and  /work/SRC/openSUSE:12.3:Update/.mkinitrd.new (New)


Package is mkinitrd

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0iQuZE/_old  2014-10-15 13:49:28.0 +0200
+++ /var/tmp/diff_new_pack.0iQuZE/_new  2014-10-15 13:49:28.0 +0200
@@ -1 +1 @@
-link package='mkinitrd.1982' cicount='copy' /
+link package='mkinitrd.3056' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rsyslog for openSUSE:13.1:Update

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:13.1:Update 
checked in at 2014-10-15 16:00:03

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


Package is rsyslog

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.axcsFb/_old  2014-10-15 16:00:04.0 +0200
+++ /var/tmp/diff_new_pack.axcsFb/_new  2014-10-15 16:00:04.0 +0200
@@ -1 +1 @@
-link package='rsyslog.3026' cicount='copy' /
+link package='rsyslog.3054' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rsyslog.3054 for openSUSE:13.1:Update

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rsyslog.3054 for 
openSUSE:13.1:Update checked in at 2014-10-15 16:00:01

Comparing /work/SRC/openSUSE:13.1:Update/rsyslog.3054 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.rsyslog.3054.new (New)


Package is rsyslog.3054

Changes:

New Changes file:

--- /dev/null   2014-09-26 12:09:11.568032006 +0200
+++ /work/SRC/openSUSE:13.1:Update/.rsyslog.3054.new/rsyslog.changes
2014-10-15 16:00:02.0 +0200
@@ -0,0 +1,1380 @@
+---
+Mon Oct  6 12:33:14 UTC 2014 - m...@suse.de
+
+- Fixed PRI DoS vulnerability patch (CVE-2014-3683,bnc#899756)
+  [* rsyslog-7.4.7-remote-PRI-DoS-fix-backport_CVE-2014-3634.patch]
+- Removed broken, unsupported and dropped by upstream zpipe utility
+  from rsyslog-diag-tools package (bnc#890228)
+
+---
+Mon Sep 29 09:22:15 UTC 2014 - m...@suse.de
+
+- Remote syslog PRI DoS vulnerability fix (CVE-2014-3634,bnc#897262)
+  [+ rsyslog-7.4.7-remote-PRI-DoS-fix-backport_CVE-2014-3634.patch]
+
+---
+Wed Sep 17 11:28:48 UTC 2014 - wagner-tho...@gmx.at
+
+- added template file for fast firewall config
+
+---
+Fri Aug 22 14:37:57 UTC 2014 - m...@suse.de
+
+- Stop syslog.socket in %preun to avoid the daemon we uninstall
+  gets started by a log message due to dependencies (bnc#840815).
+
+---
+Wed Dec 11 22:53:14 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 7.4.7 [v7.4-stable] [bnc#855058]
+- bugfix: limiting queue disk space did not work properly
+- bugfix: linux kernel-like ratelimiter did not work properly with all
+  inputs (for example, it did not work with imdup).
+- bugfix: disk queues created files in wrong working directory
+- bugfix: legacy directive $ActionQueueWorkerThreads was not honored
+- bugfix: segfault on startup when certain script constructs are used
+  e.g. if not $msg ...
+- bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctly
+- bugfix: $SystemLogUseSysTimeStamp/$SystemLogUsePIDFromSystem did not work
+- improved checking of queue config parameters on startup
+- bugfix: call to ruleset with async queue did not use the queue
+- bugfix: if imtcp is loaded and no listeners are configured (which is
+  uncommon), rsyslog crashes during shutdown.
+
+---
+Mon Nov  4 20:18:45 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 7.4.6 [v7.4-stable] [bnc#848574]
+  Fixes various segfault, memory leak and buffer overrun fixes and
+  a selection of application bugs
+  - bugfix: potential abort during HUP
+  - bugfix: imtcp flowControl parameter incorrectly defaulted to off
+  - now requires libestr 0.1.9 for number handling in RainerScript
+  - bugfix: memory leak in strlen() RainerScript function
+  - bugfix: buffer overrun if re_extract function was called for submatch 50
+  - bugfix: memleak in re_extract() function
+  - bugfix: potential abort in RainerScript optimizer
+  - bugfix: memory leak in omhiredis
+  - bugfix: segfault if variable was assigned to non-container subtree
+- also contains changes from 7.4.5
+  - mmanon: removed the check for specific terminator characters 
+  - omelasticsearch: add failed.httprequests stats counter
+  - bugfix: invalid property filter was not properly disabled in ruleset
+  - bugfix: segfault if re_extract() function was used and no match found
+  - bugfix: potential misadressing on startup if property-filter was used
+  - bugfix: omelasticsearch: correct failed.http stats counter
+  - bugfix: omelasticsearch: did not correctly initialize stats counters
+  - bugfix: omelasticsearch: failed.es counter was only maintained in bulk mode
+  - bugfix: mmanon did not detect all IP addresses in rewrite mode
+  - bugfix: mmanon sometimes used invalid replacement char in simple mode
+  - bugfix: memory leak in mmnormalize
+  - bugfix: array-based ==/!= comparisions lead to invalid results
+  - bugfix: omprog blocked signals to executed programs
+  - bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was
+misspelled
+  - bugfix: imfile facility input parameter improperly handled
+  - bugfix: small memory leak in imfile when $ResetConfigVariables was used
+  - bugfix: segfault on startup if TLS was used but no CA cert set
+  - bugfix: segfault on startup if TCP TLS was used but no cert or key set
+  - bugfix: some more build problems with newer json-c versions
+  - bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled
+- fix ppc build, add patch from upstream to fix build on platforms
+  without atomic 

commit rsyslog for openSUSE:12.3:Update

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:12.3:Update 
checked in at 2014-10-15 15:59:55

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


Package is rsyslog

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kVDcLc/_old  2014-10-15 15:59:56.0 +0200
+++ /var/tmp/diff_new_pack.kVDcLc/_new  2014-10-15 15:59:56.0 +0200
@@ -1 +1 @@
-link package='rsyslog.2976' cicount='copy' /
+link package='rsyslog.3055' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rsyslog.3055 for openSUSE:12.3:Update

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rsyslog.3055 for 
openSUSE:12.3:Update checked in at 2014-10-15 15:59:53

Comparing /work/SRC/openSUSE:12.3:Update/rsyslog.3055 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.rsyslog.3055.new (New)


Package is rsyslog.3055

Changes:

New Changes file:

--- /dev/null   2014-09-26 12:09:11.568032006 +0200
+++ /work/SRC/openSUSE:12.3:Update/.rsyslog.3055.new/rsyslog.changes
2014-10-15 15:59:54.0 +0200
@@ -0,0 +1,1091 @@
+---
+Mon Oct  6 12:38:35 UTC 2014 - m...@suse.de
+
+- Fixed remote PRI DoS vulnerability patch (CVE-2014-3683,bnc#899756)
+  [* rsyslog-7.2.7-remote-PRI-DoS-fix-backport_CVE-2014-3634.patch]
+- Removed broken, unsupported and dropped by upstream zpipe utility
+  from rsyslog-diag-tools package (bnc#890228)
+
+---
+Mon Sep 29 09:22:15 UTC 2014 - m...@suse.de
+
+- Remote syslog PRI DoS vulnerability fix (CVE-2014-3634,bnc#897262)
+  [+ rsyslog-7.2.7-remote-PRI-DoS-fix-backport_CVE-2014-3634.patch]
+
+---
+Fri Aug 22 14:37:57 UTC 2014 - m...@suse.de
+
+- Stop syslog.socket in %preun to avoid the daemon we uninstall
+  gets started by a log message due to dependencies (bnc#840815).
+
+---
+Fri Apr 19 09:11:23 UTC 2013 - m...@suse.de
+
+- update to 7.2.7 [v7-stable] 2013-04-17 (bnc#809852):
+  - rsyslogd startup information is now properly conveyed back to init
+when privileges are beging dropped. Actually, we have moved
+termination of the parent in front of the priv drop. So it shall
+work now in all cases. See code comments in commit for more details.
+  - If forking, the parent now waits for a maximum of 60 seconds for
+termination by the child
+  - improved debugging support in forked (auto-backgrounding) mode.
+The rsyslog debug log file is now continued to be written across the
+fork.
+  - updated systemd files to match current systemd source
+  - bugfix: failover/action suspend did not work correctly
+This was experienced if the retry action took more than one second
+to complete. For suspending, a cached timestamp was used, and if the
+retry took longer, that timestamp was already in the past. As a
+result, the action never was kept in suspended state, and as such no
+failover happened. The suspend functionalit now does no longer use
+the cached timestamp (should not have any performance implication,
+as action suspend occurs very infrequently).
+  - bugfix: nested if/prifilt conditions did not work properly
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=415
+  - bugfix: script == comparison did not work properly on JSON objects
+[backport from 7.3 branch]
+  - bugfix: imudp scheduling parameters did affect main thread, not imudp
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409
+  - bugfix: imuxsock rate-limiting could not be configured via legacy conf
+Rate-limiting for the system socket could not be configured via legacy
+configuration directives. However, the new-style RainerScript config
+options worked.
+Thanks to Milan Bartos for the patch.
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=390
+  - bugfix: using group resolution could lead to endless loop
+Thanks to Tomas Heinrich for the patch.
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=310
+  - bugfix: $mmnormalizeuseramsg paramter was specified with wrong type
+Thank to Renzhong Zhang for alerting us of the problem.
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=420
+  - bugfix: RainerScript getenv() function caused segfault when var was
+not found.
+Thanks to Philippe Muller for the patch.
+  - bugfix: several issues in imkmsg
+see bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=421#c8
+  - bugfix: imuxsock was missing SysSock.ParseTrusted module parameter
+To use that functionality, legacy rsyslog.conf syntax had to be used.
+Also, the doc was missing information on the ParseTrusted set of
+config directives.
+  - bugfix: parameter action.execOnlyWhenPreviousIsSuspended was
+accidently of integer-type. For obvious reasons, it needs to be
+boolean. Note that this change can break existing configurations
+if they circumvented the problem by using 0/1 values.
+  - doc bugfix: rsyslog.conf man page had invalid file format info
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=418
+- update to 7.2.6 [v7-stable] 2013-03-05:
+  - slightly improved config parser error messages when invalid escapes
+happen
+  - bugfix: include files got included in the wrong order
+closes: 

commit timezone for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2014-10-15 16:19:20

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


Package is timezone

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2014-09-07 
11:11:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes  
2014-10-15 16:19:24.0 +0200
@@ -1,0 +2,23 @@
+Fri Sep 26 20:12:48 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 2014h [bnc#898747]:
+  * Changes to past time stamps corrections
+  * Some more zones have been turned into links
+  * zdump -V and -v now output gmtoff= values on all platforms
+  * The tz library's localtime and mktime functions now set tzname
+to a value appropriate for the requested time stamp, and zdump
+now uses this on platforms not defining TM_ZONE, fixing a 2014g
+regression.
+  * The tz library no longer sets tzname if localtime or mktime
+fails.
+  * zdump -c no longer mishandles transitions near year boundaries.
+  * An access to uninitalized data has been fixed.
+  * When THREAD_SAFE is defined, the code ports to the C11 memory
+model.
+  * A memory leak has been fixed if ALL_STATE and THREAD_SAFE are
+defined and two threads race to initialize data used by
+gmtime-like functions
+  * Documentation improvements zdump's gmtoff=N, isdst=D, -c's
+- verify source signatures
+
+---
timezone.changes: same change

Old:

  tzcode2014g.tar.gz
  tzdata2014g.tar.gz

New:

  timezone.keyring
  tzcode2014h.tar.gz
  tzcode2014h.tar.gz.asc
  tzdata2014h.tar.gz
  tzdata2014h.tar.gz.asc



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.SxN0DQ/_old  2014-10-15 16:19:25.0 +0200
+++ /var/tmp/diff_new_pack.SxN0DQ/_new  2014-10-15 16:19:25.0 +0200
@@ -20,15 +20,19 @@
 BuildRequires:  fastjar
 BuildRequires:  gcc-gij
 BuildRequires:  javazic
-Summary:Timezone Descriptions
+Summary:Time Zone Descriptions
 License:BSD-3-Clause and SUSE-Public-Domain
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2014g
+Version:2014h
 Release:0
 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
+Source2:ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz.asc
+Source3:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz.asc
+# http://sks.mrball.net/pks/lookup?op=getsearch=0xED97E90E62AA7E34
+Source4:timezone.keyring
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
 # PATCH-FIX-OPENSUSE bnc#845530

++ timezone.spec ++
--- /var/tmp/diff_new_pack.SxN0DQ/_old  2014-10-15 16:19:25.0 +0200
+++ /var/tmp/diff_new_pack.SxN0DQ/_new  2014-10-15 16:19:25.0 +0200
@@ -17,16 +17,20 @@
 
 
 Name:   timezone
-Summary:Timezone Descriptions
+Summary:Time Zone Descriptions
 License:BSD-3-Clause and SUSE-Public-Domain
 Group:  System/Base
 Url:http://www.iana.org/time-zones
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2014g
+Version:2014h
 Release:0
 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
+Source2:ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz.asc
+Source3:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz.asc
+# http://sks.mrball.net/pks/lookup?op=getsearch=0xED97E90E62AA7E34
+Source4:timezone.keyring
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
 # PATCH-FIX-OPENSUSE bnc#845530

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit attr for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package attr for openSUSE:Factory checked in 
at 2014-10-15 16:19:17

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


Package is attr

Changes:

--- /work/SRC/openSUSE:Factory/attr/attr.changes2013-06-20 
11:49:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.attr.new/attr.changes   2014-10-15 
16:19:22.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 23 15:52:35 UTC 2014 - jeng...@inai.de
+
+- Reduce size of filelist by using wildcards;
+  remove %doc (some locations are always %doc),
+  remove %attr (files already have proper permissions)
+
+---



Other differences:
--
++ attr.spec ++
--- /var/tmp/diff_new_pack.yB7ThI/_old  2014-10-15 16:19:23.0 +0200
+++ /var/tmp/diff_new_pack.yB7ThI/_new  2014-10-15 16:19:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package attr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -116,37 +116,22 @@
 
 %files -f %{name}.lang
 %defattr (-,root,root)
-%dir %attr(755,root,root) /usr/share/doc/packages/attr
-%doc %attr(644,root,root) /usr/share/doc/packages/attr/README
-%doc %attr(644,root,root) /usr/share/doc/packages/attr/CHANGES.gz
-%doc %attr(644,root,root) /usr/share/doc/packages/attr/COPYING
-%doc %attr(644,root,root) /usr/share/doc/packages/attr/PORTING
-%doc %attr(644,root,root) %{_mandir}/man1/attr.1.gz
-%doc %attr(644,root,root) %{_mandir}/man1/getfattr.1.gz
-%doc %attr(644,root,root) %{_mandir}/man1/setfattr.1.gz
-%doc %attr(644,root,root) %{_mandir}/man5/attr.5.gz
-%attr(755,root,root) %{_bindir}/attr
-%attr(755,root,root) %{_bindir}/getfattr
-%attr(755,root,root) %{_bindir}/setfattr
+%dir %_defaultdocdir/attr
+%_defaultdocdir/attr/README
+%_defaultdocdir/attr/CHANGES.gz
+%_defaultdocdir/attr/COPYING
+%_defaultdocdir/attr/PORTING
+%_mandir/man1/*.1*
+%_mandir/man5/*.5*
+%_bindir/attr
+%_bindir/getfattr
+%_bindir/setfattr
 
 %files -n libattr-devel
 %defattr(-,root,root)
-%dir %attr(755,root,root) %{_includedir}/attr
-%attr(644,root,root) %{_includedir}/attr/attributes.h
-%attr(644,root,root) %{_includedir}/attr/error_context.h
-%attr(644,root,root) %{_includedir}/attr/libattr.h
-%attr(644,root,root) %{_includedir}/attr/xattr.h
-%attr(755,root,root) %{_libdir}/libattr.so
-%doc %attr(644,root,root) %{_mandir}/man3/attr_get.3.gz*
-%doc %attr(644,root,root) %{_mandir}/man3/attr_list.3.gz*
-%doc %attr(644,root,root) %{_mandir}/man3/attr_multi.3.gz*
-%doc %attr(644,root,root) %{_mandir}/man3/attr_remove.3.gz*
-%doc %attr(644,root,root) %{_mandir}/man3/attr_set.3.gz*
-%doc %attr(644,root,root) %{_mandir}/man3/attr_getf.3.gz*
-%doc %attr(644,root,root) %{_mandir}/man3/attr_listf.3.gz*
-%doc %attr(644,root,root) %{_mandir}/man3/attr_multif.3.gz*
-%doc %attr(644,root,root) %{_mandir}/man3/attr_removef.3.gz*
-%doc %attr(644,root,root) %{_mandir}/man3/attr_setf.3.gz*
+%_includedir/attr/
+%_libdir/libattr.so
+%_mandir/man3/*.3*
 
 %files -n libattr-devel-static
 %defattr(-,root,root)
@@ -156,7 +141,7 @@
 %defattr (-,root,root)
 /%{_lib}/libattr.so.1*
 %config %{_sysconfdir}/xattr.conf
-%dir %attr(755,root,root) /usr/share/doc/packages/attr
-%doc %attr(644,root,root) /usr/share/doc/packages/attr/COPYING.LGPL
+%dir %_defaultdocdir/attr
+%_defaultdocdir/attr/COPYING.LGPL
 
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-ati for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-ati for openSUSE:Factory 
checked in at 2014-10-15 16:19:28

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


Package is xf86-video-ati

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-ati/xf86-video-ati.changes
2014-09-17 17:41:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-ati.new/xf86-video-ati.changes   
2014-10-15 16:19:36.0 +0200
@@ -1,0 +2,22 @@
+Fri Oct  3 16:33:15 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 7.5.0:
+  + radeon: enable hawaii accel conditionally (v3)
+  + radeon: fix warnings when building against older xservers
+  + radeon/kms: add new CIK pci ids
+  + radeon/kms: add new SI pci ids
+  + radeon/kms: fix mullins pci id
+  + radeon: require libdrm_radeon 2.4.58 for latest SI/CI pci ids
+  + radeon: drop redundant radeon_drm.h includes
+  + radeon: move RADEON_TILING_{MASK, LINEAR} from radeon_drm.h to radeon.h
+  + radeon: drop radeon_drm.h
+  + radeon: remove definitions already present in radeon_drm.h
+  + glamor.hfigure: Include xorg-server.h before
+  + Handle CRTC DPMS from output DPMS hooks
+  + Add Emacs .dir-local.el file
+  + radeon: fix a leak in radeon_vbo_get_bo()
+  + radeon: fix build warnings regarding const qualifier
+- Remove upstream patch:
+  U_Handle-CRTC-DPMS-from-output-DPMS-hooks.patch
+
+---

Old:

  U_Handle-CRTC-DPMS-from-output-DPMS-hooks.patch
  xf86-video-ati-7.4.0.tar.bz2

New:

  xf86-video-ati-7.5.0.tar.bz2



Other differences:
--
++ xf86-video-ati.spec ++
--- /var/tmp/diff_new_pack.0k5Jkm/_old  2014-10-15 16:19:37.0 +0200
+++ /var/tmp/diff_new_pack.0k5Jkm/_new  2014-10-15 16:19:37.0 +0200
@@ -19,7 +19,7 @@
 %define xserver_glamor 1
 
 Name:   xf86-video-ati
-Version:7.4.0
+Version:7.5.0
 Release:0
 Summary:ATI video driver for the Xorg X server
 License:MIT
@@ -27,7 +27,6 @@
 Url:http://xorg.freedesktop.org/
 #http://xorg.freedesktop.org/releases/individual/driver/
 Source0:%{name}-%{version}.tar.bz2
-Patch0: U_Handle-CRTC-DPMS-from-output-DPMS-hooks.patch
 
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf = 2.60
@@ -36,12 +35,12 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 # Libdrm 2.4.36 needed for kms
-BuildRequires:  pkgconfig(libdrm) = 2.4.36
+BuildRequires:  pkgconfig(libdrm) = 2.4.58
 # Glamor is new and we want that now
 %if !%xserver_glamor
 BuildRequires:  pkgconfig(glamor) = 0.3.1
 %endif
-BuildRequires:  pkgconfig(libdrm_radeon) = 2.4.36
+BuildRequires:  pkgconfig(libdrm_radeon) = 2.4.58
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pciaccess) = 0.8.0
 BuildRequires:  pkgconfig(randrproto)
@@ -69,7 +68,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 autoreconf -fi

++ xf86-video-ati-7.4.0.tar.bz2 - xf86-video-ati-7.5.0.tar.bz2 ++
 8812 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bash for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2014-10-15 16:19:27

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


Package is bash

Changes:

--- /work/SRC/openSUSE:Factory/bash/bash.changes2014-09-29 
12:40:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2014-10-15 
16:19:32.0 +0200
@@ -1,0 +2,41 @@
+Mon Oct  6 08:07:48 UTC 2014 - wer...@suse.de
+
+- Replace patches bash-4.2-heredoc-eof-delim.patch and
+  bash-4.2-parse-exportfunc.patch with the official upstream
+  patch levels bash42-052 and bash42-053
+
+---
+Thu Oct  2 13:11:50 UTC 2014 - wer...@suse.de
+
+- Replace patch bash-4.2-CVE-2014-7187.patch with upstream patch
+  level bash42-051
+
+---
+Wed Oct  1 12:12:55 UTC 2014 - wer...@suse.de
+
+- Add patches
+  bash-4.2-heredoc-eof-delim.patch for bsc#898812, CVE-2014-6277:
+  more troubles with functions
+  bash-4.2-parse-exportfunc.patch for bsc#898884, CVE-2014-6278:
+  code execution after original 6271 fix
+
+---
+Tue Sep 30 13:49:12 UTC 2014 - wer...@suse.de
+
+- Make bash-4.2-extra-import-func.patch an optional patch due
+  instruction
+
+---
+Tue Sep 30 11:45:52 UTC 2014 - wer...@suse.de
+
+- Remove and replace patches
+  bash-4.2-CVE-2014-6271.patch
+  bash-4.2-BSC898604.patch
+  bash-4.2-CVE-2014-7169.patch
+  with bash upstream patch 48, patch 49, and patch 50
+- Add patch bash-4.2-extra-import-func.patch which is based on the
+  BSD patch of Christos.  As further enhancements the option
+  import-functions is mentioned in the manual page and a shopt
+  switch is added to enable and disable import-functions on the fly
+
+---

Old:

  bash-4.2-BSC898604.patch
  bash-4.2-CVE-2014-6271.patch
  bash-4.2-CVE-2014-7169.patch
  bash-4.2-CVE-2014-7187.patch

New:

  bash-4.2-extra-import-func.patch



Other differences:
--
++ bash.spec ++
--- /var/tmp/diff_new_pack.MoxLyF/_old  2014-10-15 16:19:35.0 +0200
+++ /var/tmp/diff_new_pack.MoxLyF/_new  2014-10-15 16:19:35.0 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_with import_function
+
 Name:   bash
 BuildRequires:  audit-devel
 BuildRequires:  autoconf
@@ -99,11 +101,8 @@
 Patch43:audit-rl-patch
 Patch46:man2html-no-timestamp.patch
 Patch47:config-guess-sub-update.patch
-# PATCH-FIX-UPSTREAM bnc#895475 -- bnc#896776, CVE-2014-6271: unexpected code 
execution with environment variables
-Patch48:bash-4.2-CVE-2014-6271.patch
-Patch49:bash-4.2-BSC898604.patch
-Patch50:bash-4.2-CVE-2014-7169.patch
-Patch51:bash-4.2-CVE-2014-7187.patch
+# PATCH-FIX-SUSE CVE-2014-6271
+Patch48:bash-4.2-extra-import-func.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
 %global _incdir %{_includedir}
@@ -324,11 +323,10 @@
 %patch42 -p1 -b .audit
 %endif
 %patch46 -p0 -b .notimestamp
-%patch47
-%patch48 -p2
-%patch49 -p0
-%patch50 -p0
-%patch51 -p0
+%patch47 -p0
+%if %{with import_function}
+%patch48 -p0
+%endif
 %patch0  -p0 -b .0
 pushd ../readline-%{rl_vers}%{extend}
 for patch in ../readline-%{rl_vers}-patches/*; do
@@ -435,6 +433,7 @@
   cflags -ftree-loop-linear  CFLAGS
   cflags -pipe   CFLAGS
   cflags -DBNC382214=0   CFLAGS
+  cflags -DIMPORT_FUNCTIONS_DEF=0 CFLAGS
   cflags -Wl,--as-needed LDFLAGS
   cflags -Wl,-O2 LDFLAGS
   cflags -Wl,--hash-size=8599LDFLAGS
@@ -560,10 +559,10 @@
all printenv recho zecho xcase
   TMPDIR=$(mktemp -d /tmp/bash.XX) || exit 1
$SCREENLOG
+  tail -q -s 0.5 -f $SCREENLOG  pid=$!
   env -i HOME=$PWD TERM=$TERM LD_LIBRARY_PATH=$LD_LIBRARY_PATH TMPDIR=$TMPDIR \
SCREENRC=$SCREENRC SCREENDIR=$SCREENDIR \
screen -L -D -m make TESTSCRIPT=%{SOURCE4} check
-  cat $SCREENLOG
   make %{?do_profiling:CFLAGS=$CFLAGS %cflags_profile_feedback clean} all
   make -C examples/loadables/
   make documentation

++ bash-4.2-extra-import-func.patch ++
---
 builtins/shopt.def |2 ++
 doc/bash.1 |7 +++
 shell.c|2 ++
 variables.c|   13 -
 4 files changed, 23 insertions(+), 1 deletion(-)

--- shell.c
+++ shell.c 2014-09-25 20:11:51.0 +
@@ -225,6 +225,7 @@ int posixly_correct = 1;/* Non-zero mea
 #else
 int posixly_correct = 0;   

commit poppler for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package poppler for openSUSE:Factory checked 
in at 2014-10-15 16:19:21

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


Package is poppler

Changes:

--- /work/SRC/openSUSE:Factory/poppler/poppler-qt.changes   2014-09-12 
15:24:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.poppler.new/poppler-qt.changes  2014-10-15 
16:19:26.0 +0200
@@ -1,0 +2,9 @@
+Sat Sep 27 19:01:01 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.26.5:
+  + core: Fix rendering of broken file with a wrong embedded font
+(fdo#84270).
+  + glib: Fix use of uninitialized members in PopplerInputStream
+(fdo#82630).
+
+---
poppler-qt5.changes: same change
poppler.changes: same change

Old:

  poppler-0.26.4.tar.xz

New:

  poppler-0.26.5.tar.xz



Other differences:
--
++ poppler-qt.spec ++
--- /var/tmp/diff_new_pack.Ctjjgk/_old  2014-10-15 16:19:28.0 +0200
+++ /var/tmp/diff_new_pack.Ctjjgk/_new  2014-10-15 16:19:28.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   poppler-qt
 %define _name   poppler
-Version:0.26.4
+Version:0.26.5
 Release:0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.6

poppler-qt5.spec: same change
++ poppler.spec ++
--- /var/tmp/diff_new_pack.Ctjjgk/_old  2014-10-15 16:19:28.0 +0200
+++ /var/tmp/diff_new_pack.Ctjjgk/_new  2014-10-15 16:19:28.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   poppler
 %define _name   poppler
-Version:0.26.4
+Version:0.26.5
 Release:0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.6

++ poppler-0.26.4.tar.xz - poppler-0.26.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poppler-0.26.4/CMakeLists.txt 
new/poppler-0.26.5/CMakeLists.txt
--- old/poppler-0.26.4/CMakeLists.txt   2014-08-21 20:06:58.0 +0200
+++ new/poppler-0.26.5/CMakeLists.txt   2014-09-27 15:21:19.0 +0200
@@ -18,7 +18,7 @@
 
 set(POPPLER_MAJOR_VERSION 0)
 set(POPPLER_MINOR_VERSION 26)
-set(POPPLER_MICRO_VERSION 4)
+set(POPPLER_MICRO_VERSION 5)
 set(POPPLER_VERSION 
${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION})
 
 # command line switches
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poppler-0.26.4/ChangeLog new/poppler-0.26.5/ChangeLog
--- old/poppler-0.26.4/ChangeLog2014-08-21 20:18:25.0 +0200
+++ new/poppler-0.26.5/ChangeLog2014-09-27 15:33:22.0 +0200
@@ -1,3 +1,25 @@
+commit 303287ebdad0de9fb2655c4d7eab627c0045ea04
+Author: Thomas Freitag thomas.frei...@alfa.de
+Date:   Fri Sep 26 00:25:38 2014 +0200
+
+Fix rendering of file with a wrong embedded font
+
+Bug #84270
+
+ fofi/FoFiTrueType.cc | 22 ++
+ 1 file changed, 14 insertions(+), 8 deletions(-)
+
+commit f94ba85a736b4c90c05e7782939f32506472658e
+Author: Carlos Garcia Campos carlo...@gnome.org
+Date:   Fri Sep 12 19:22:20 2014 +0200
+
+glib: Fix use of uninitialized members in PopplerInputStream
+
+https://bugs.freedesktop.org/show_bug.cgi?id=82630
+
+ glib/poppler-input-stream.cc | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
 commit f74a5964078224c01bd5642aabc928d185bb0b69
 Author: Albert Astals Cid aa...@kde.org
 Date:   Thu Aug 21 20:07:54 2014 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poppler-0.26.4/NEWS new/poppler-0.26.5/NEWS
--- old/poppler-0.26.4/NEWS 2014-08-21 20:05:47.0 +0200
+++ new/poppler-0.26.5/NEWS 2014-09-27 15:20:52.0 +0200
@@ -1,3 +1,10 @@
+Release 0.26.5
+core:
+ * Fix rendering of broken file with a wrong embedded font. Bug #84270
+
+glib:
+ * Fix use of uninitialized members in PopplerInputStream. Bug #82630
+
 Release 0.26.4
 core:
  * CairoOutputDev: Make sure we always push a transparency group in 
setSoftMaskFromImageMask(). Bug #81624
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poppler-0.26.4/aclocal.m4 
new/poppler-0.26.5/aclocal.m4
--- old/poppler-0.26.4/aclocal.m4   2014-08-21 20:08:58.0 +0200
+++ new/poppler-0.26.5/aclocal.m4   2014-09-27 15:23:48.0 +0200
@@ -21,7 +21,7 @@
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
 # lib-link.m4 serial 26 (gettext-0.18.2)
-dnl Copyright (C) 2001-2013 Free Software Foundation, Inc.
+dnl Copyright (C) 2001-2014 Free Software Foundation, Inc.
 dnl 

commit mdadm for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package mdadm for openSUSE:Factory checked 
in at 2014-10-15 16:19:23

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


Package is mdadm

Changes:

--- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes  2014-09-17 
21:23:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdadm.new/mdadm.changes 2014-10-15 
16:19:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 29 01:23:13 UTC 2014 - nfbr...@suse.com
+
+- cron.d.mdadm: add correct PATH setting
+  (bnc#898239)
+
+---



Other differences:
--
++ cron.d.mdadm ++
--- /var/tmp/diff_new_pack.s2XHbD/_old  2014-10-15 16:19:30.0 +0200
+++ /var/tmp/diff_new_pack.s2XHbD/_new  2014-10-15 16:19:30.0 +0200
@@ -5,5 +5,6 @@
 # Start checking each month early in the morning.
 # Continue each day until all done
 
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
 0 1 * * 0 root source /etc/sysconfig/mdadm; [ -n $MDADM_CHECK_DURATION -a -x 
/usr/share/mdadm/mdcheck -a $(date +\%d) -le 7 ]  /usr/share/mdadm/mdcheck 
--duration $MDADM_CHECK_DURATION
 0 1 * * 1-6 root source /etc/sysconfig/mdadm; [ -n $MDADM_CHECK_DURATION -a 
-x /usr/share/mdadm/mdcheck ]  /usr/share/mdadm/mdcheck --continue --duration 
$MDADM_CHECK_DURATION

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zlib for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package zlib for openSUSE:Factory checked in 
at 2014-10-15 16:19:13

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


Package is zlib

Changes:

--- /work/SRC/openSUSE:Factory/zlib/zlib.changes2013-07-29 
21:14:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.zlib.new/zlib.changes   2014-10-15 
16:19:19.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 25 08:04:55 UTC 2014 - tchva...@suse.com
+
+- Install examples to cover another angle from bnc#890228
+- Cleanup with spec-cleaner
+
+---



Other differences:
--
++ zlib.spec ++
--- /var/tmp/diff_new_pack.UtSCp8/_old  2014-10-15 16:19:20.0 +0200
+++ /var/tmp/diff_new_pack.UtSCp8/_new  2014-10-15 16:19:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zlib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,6 @@
 
 
 %bcond_with profiling
-
 Name:   zlib
 Version:1.2.8
 Release:0
@@ -71,7 +70,7 @@
 Group:  Development/Languages/C and C++
 Requires:   glibc-devel
 Requires:   libz1 = %{version}
-Provides:   libz:/usr/include/zlib.h
+Provides:   libz:%{_includedir}/zlib.h
 # bug437293
 %ifarch ppc64
 Obsoletes:  zlib-devel-64bit
@@ -108,7 +107,7 @@
 trap rm -rf $profiledir EXIT
 CC=gcc ./configure --shared --prefix=%{_prefix} --libdir=/%{_lib}
 make CFLAGS=%{optflags} %{cflags_profile_generate}=$profiledir 
%{?_smp_mflags}
-time make check
+time make check %{?_smp_mflags} 
 make clean
 make CFLAGS=%{optflags} %{cflags_profile_feedback}=$profiledir 
%{?_smp_mflags}
 %else
@@ -118,11 +117,11 @@
 %endif
 
 %check
-time make check
+time make check %{?_smp_mflags}
 
 %install
 mkdir -p %{buildroot}%{_libdir}
-make install DESTDIR=%buildroot
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 ln -s -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libz.so) 
%{buildroot}%{_libdir}/libz.so
 rm -v %{buildroot}/%{_lib}/libz.so
 # static lib
@@ -132,6 +131,9 @@
 # manpage
 install -m 644 zlib.3 %{buildroot}%{_mandir}/man3
 install -m 644 zutil.h %{buildroot}%{_includedir}
+# examples
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -r examples/ %{buildroot}%{_docdir}/%{name}/
 
 %post -n libz1 -p /sbin/ldconfig
 
@@ -145,6 +147,9 @@
 %files devel
 %defattr(-,root,root)
 %doc README ChangeLog
+%dir %{_docdir}/%{name}/
+%dir %{_docdir}/%{name}/examples
+%{_docdir}/%{name}/examples/*
 %{_mandir}/man3/zlib.3.gz
 %{_includedir}/zlib.h
 %{_includedir}/zconf.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit acl for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package acl for openSUSE:Factory checked in 
at 2014-10-15 16:19:16

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


Package is acl

Changes:

--- /work/SRC/openSUSE:Factory/acl/acl.changes  2014-04-08 11:31:12.0 
+0200
+++ /work/SRC/openSUSE:Factory/.acl.new/acl.changes 2014-10-15 
16:19:21.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 23 15:32:17 UTC 2014 - jeng...@inai.de
+
+- Reduce size of filelist by using wildcards;
+  remove %doc (some locations are always %doc),
+  remove %attr (files already have proper permissions)
+
+---



Other differences:
--
++ acl.spec ++
--- /var/tmp/diff_new_pack.vjdXI5/_old  2014-10-15 16:19:22.0 +0200
+++ /var/tmp/diff_new_pack.vjdXI5/_new  2014-10-15 16:19:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package acl
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -129,65 +129,19 @@
 
 %files -f %name.lang
 %defattr(-,root,root)
-%attr(755,root,root) %{_bindir}/chacl
-%attr(755,root,root) %{_bindir}/getfacl
-%attr(755,root,root) %{_bindir}/setfacl
-%dir %attr(755,root,root) /usr/share/doc/packages/acl
-%doc %attr(644,root,root) /usr/share/doc/packages/acl/CHANGES.gz
-%doc %attr(644,root,root) /usr/share/doc/packages/acl/COPYING
-%doc %attr(644,root,root) /usr/share/doc/packages/acl/COPYING.LGPL
-%doc %attr(644,root,root) /usr/share/doc/packages/acl/PORTING
-%doc %attr(644,root,root) /usr/share/doc/packages/acl/README
-%doc %attr(644,root,root) %{_mandir}/man1/chacl.1.gz
-%doc %attr(644,root,root) %{_mandir}/man1/getfacl.1.gz
-%doc %attr(644,root,root) %{_mandir}/man1/setfacl.1.gz
-%doc %attr(644,root,root) %{_mandir}/man5/acl.5.gz
+%_bindir/chacl
+%_bindir/getfacl
+%_bindir/setfacl
+%_defaultdocdir/acl/
+%_mandir/man1/*.1*
+%_mandir/man5/*.5*
 
 %files -n libacl-devel
 %defattr(-,root,root)
-%dir %attr(755,root,root) %{_includedir}/acl
-%attr(644,root,root) %{_includedir}/acl/libacl.h
-%attr(644,root,root) %{_includedir}/sys/acl.h
-%attr(755,root,root) %{_libdir}/libacl.so
-%doc %attr(644,root,root) %{_mandir}/man3/acl_add_perm.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_calc_mask.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_check.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_clear_perms.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_cmp.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_copy_entry.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_copy_ext.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_copy_int.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_create_entry.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_delete_def_file.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_delete_entry.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_delete_perm.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_dup.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_entries.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_equiv_mode.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_error.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_extended_fd.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_extended_file.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_free.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_from_mode.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_from_text.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_get_entry.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_get_fd.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_get_file.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_get_perm.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_get_permset.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_get_qualifier.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_get_tag_type.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_init.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_set_fd.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_set_file.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_set_permset.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_set_qualifier.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_set_tag_type.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_size.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_to_any_text.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_to_text.3.gz
-%doc %attr(644,root,root) %{_mandir}/man3/acl_valid.3.gz
-%doc 

commit coreutils for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2014-10-15 16:19:32

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


Package is coreutils

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2014-09-28 19:53:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2014-10-15 16:19:41.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 27 17:46:01 UTC 2014 - sch...@linux-m68k.org
+
+- sort-keycompare-mb.patch: make sure to NUL-terminate the sort keys.
+  Fixes http://bugs.gnu.org/18540
+
+---
coreutils.changes: same change

New:

  sort-keycompare-mb.patch



Other differences:
--
++ coreutils-testsuite.spec ++
--- /var/tmp/diff_new_pack.5Rjagz/_old  2014-10-15 16:19:43.0 +0200
+++ /var/tmp/diff_new_pack.5Rjagz/_new  2014-10-15 16:19:43.0 +0200
@@ -91,6 +91,7 @@
 Patch1: coreutils-remove_hostname_documentation.patch
 Patch3: coreutils-remove_kill_documentation.patch
 Patch4: coreutils-i18n.patch
+Patch5: sort-keycompare-mb.patch
 Patch8: coreutils-sysinfo.patch
 Patch16:coreutils-invalid-ids.patch
 
@@ -150,6 +151,7 @@
 %prep
 %setup -q -n coreutils-%{version}
 %patch4
+%patch5
 %patch1
 %patch3
 %patch8
@@ -169,7 +171,7 @@
 %patch303
 %patch400
 %patch401
-%patch416 -p1
+%patch416
 %patch500
 %patch501
 

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.5Rjagz/_old  2014-10-15 16:19:43.0 +0200
+++ /var/tmp/diff_new_pack.5Rjagz/_new  2014-10-15 16:19:43.0 +0200
@@ -91,6 +91,7 @@
 Patch1: coreutils-remove_hostname_documentation.patch
 Patch3: coreutils-remove_kill_documentation.patch
 Patch4: coreutils-i18n.patch
+Patch5: sort-keycompare-mb.patch
 Patch8: coreutils-sysinfo.patch
 Patch16:coreutils-invalid-ids.patch
 
@@ -150,6 +151,7 @@
 %prep
 %setup -q -n coreutils-%{version}
 %patch4
+%patch5
 %patch1
 %patch3
 %patch8
@@ -169,7 +171,7 @@
 %patch303
 %patch400
 %patch401
-%patch416 -p1
+%patch416
 %patch500
 %patch501
 

++ coreutils-disable_tests.patch ++
--- /var/tmp/diff_new_pack.5Rjagz/_old  2014-10-15 16:19:43.0 +0200
+++ /var/tmp/diff_new_pack.5Rjagz/_new  2014-10-15 16:19:43.0 +0200
@@ -4,9 +4,9 @@
 
 Index: gnulib-tests/gnulib.mk
 ===
 gnulib-tests/gnulib.mk.orig2014-09-18 18:39:37.692580154 +0200
-+++ gnulib-tests/gnulib.mk 2014-09-18 18:40:13.905127435 +0200
-@@ -877,11 +877,11 @@ EXTRA_DIST += test-getloadavg.c signatur
+--- gnulib-tests/gnulib.mk.orig
 gnulib-tests/gnulib.mk
+@@ -883,11 +883,11 @@ EXTRA_DIST += test-getloadavg.c signatur
  ## end   gnulib module getloadavg-tests
  
  ## begin gnulib module getlogin-tests

++ coreutils-fix_false_du_failure_on_newer_xfs.patch ++
--- /var/tmp/diff_new_pack.5Rjagz/_old  2014-10-15 16:19:43.0 +0200
+++ /var/tmp/diff_new_pack.5Rjagz/_new  2014-10-15 16:19:43.0 +0200
@@ -94,11 +94,11 @@
  tests/du/2g.sh |   17 -
  1 file changed, 8 insertions(+), 9 deletions(-)
 
-Index: coreutils-8.22/tests/du/2g.sh
+Index: tests/du/2g.sh
 ===
 coreutils-8.22.orig/tests/du/2g.sh 2013-12-04 15:48:30.0 +0100
-+++ coreutils-8.22/tests/du/2g.sh  2014-09-16 14:00:30.718944253 +0200
-@@ -46,15 +46,14 @@ test $min_kb -lt $free_kb ||
+--- tests/du/2g.sh.orig
 tests/du/2g.sh
+@@ -43,15 +43,14 @@ test $min_kb -lt $free_kb ||
  
  big=big
  rm -f $big

++ coreutils-test_without_valgrind.patch ++
--- /var/tmp/diff_new_pack.5Rjagz/_old  2014-10-15 16:19:43.0 +0200
+++ /var/tmp/diff_new_pack.5Rjagz/_new  2014-10-15 16:19:43.0 +0200
@@ -4,8 +4,8 @@
 
 Index: tests/misc/shuf-reservoir.sh
 ===
 tests/misc/shuf-reservoir.sh.orig  2013-12-09 14:40:46.0 +0100
-+++ tests/misc/shuf-reservoir.sh   2014-09-18 18:30:07.752705383 +0200
+--- tests/misc/shuf-reservoir.sh.orig
 tests/misc/shuf-reservoir.sh
 @@ -37,8 +37,7 @@ run_shuf_n()
  
# Critical memory-related bugs will cause a segfault here

++ sort-keycompare-mb.patch ++
Subject: sort i18n: make sure to NUL-terminate the sort keys

Fixes http://bugs.gnu.org/18540

* src/sort.c (keycompare_mb): use the keys alone, i.e. null-terminated.
Patch analogously to non-multibyte upstream patch:
  http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=b877ea4b3e

* 

commit help2man for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package help2man for openSUSE:Factory 
checked in at 2014-10-15 16:19:25

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


Package is help2man

Changes:

--- /work/SRC/openSUSE:Factory/help2man/help2man.changes2014-08-21 
17:24:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.help2man.new/help2man.changes   2014-10-15 
16:19:31.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct  5 22:10:44 UTC 2014 - andreas.stie...@gmx.de
+
+- help2man 1.46.3:
+  * Update Serbian translation
+  * Add Spanish translation
+- includes changes from 1.46.2:
+  * Update French translation, and add translation of info page
+- verify source signature
+
+---

Old:

  help2man-1.46.1.tar.xz

New:

  help2man-1.46.3.tar.xz
  help2man-1.46.3.tar.xz.sig
  help2man.keyring



Other differences:
--
++ help2man.spec ++
--- /var/tmp/diff_new_pack.3Ymne3/_old  2014-10-15 16:19:32.0 +0200
+++ /var/tmp/diff_new_pack.3Ymne3/_new  2014-10-15 16:19:32.0 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   help2man
-Version:1.46.1
+Version:1.46.3
 Release:0
 Summary:Create Simple Man Pages from --help Output
 License:GPL-3.0+
 Group:  Development/Tools/Doc Generators
 Url:http://www.gnu.org/software/help2man/
 Source0:http://ftp.gnu.org/gnu/help2man/%{name}-%{version}.tar.xz
+Source1:http://ftp.gnu.org/gnu/help2man/%{name}-%{version}.tar.xz.sig
+Source2:
https://db.debian.org/fetchkey.cgi?fingerprint=B28C5995#/%{name}.keyring
 BuildRequires:  perl-gettext
 Requires:   perl-gettext
 Requires(post): info

++ help2man-1.46.1.tar.xz - help2man-1.46.3.tar.xz ++
 3445 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-input-vmmouse for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-vmmouse for 
openSUSE:Factory checked in at 2014-10-15 16:19:30

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


Package is xf86-input-vmmouse

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-vmmouse/xf86-input-vmmouse.changes
2014-06-10 14:37:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new/xf86-input-vmmouse.changes   
2014-10-15 16:19:38.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct  6 10:44:17 UTC 2014 - sndir...@suse.com
+
+- u_vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch
+  * include xorg-server.h before xf86_OSproc.h in order to fix 
+build with latest glibc
+
+---

New:

  u_vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch



Other differences:
--
++ xf86-input-vmmouse.spec ++
--- /var/tmp/diff_new_pack.5ehgBA/_old  2014-10-15 16:19:40.0 +0200
+++ /var/tmp/diff_new_pack.5ehgBA/_new  2014-10-15 16:19:40.0 +0200
@@ -33,6 +33,7 @@
 Patch1: u_Revert-Remove-call-to-iopl-.-It-s-not-portable-and-i.patch
 Patch2: u_Don-t-access-hardware-register-while-switched-away.patch
 Patch3: U_Free-the-vmmouse-data-on-UnInit.patch
+Patch4: u_vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch
 BuildRequires:  pkg-config
 # For directory ownership
 BuildRequires:  udev
@@ -59,6 +60,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure --with-xorg-conf-dir=/etc/X11/xorg.conf.d 
--with-udev-rules-dir=%{_udevrulesdir}

++ u_vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch ++
From bf9d1dabd3d401d48f2d5cedee49feb31717987e Mon Sep 17 00:00:00 2001
From: Stefan Dirsch sndir...@suse.de
Date: Mon, 6 Oct 2014 12:37:16 +0200
Subject: [PATCH] vmmouse_client.h: Include xorg-server.h before xf86_OSproc.h

xf86_OSproc.h cannot be included without first including xorg-server.h.

Without this the build fails on systems with the latest glibc,
throwing this error:

In file included from /usr/include/string.h:634:0,
 from /usr/include/xorg/os.h:53,
 from /usr/include/xorg/misc.h:115,
 from /usr/include/xorg/window.h:50,
 from /usr/include/xorg/globals.h:7,
 from /usr/include/xorg/opaque.h:34,
 from /usr/include/xorg/xf86_OSproc.h:127,
 from vmmouse_client.h:42,
 from vmmouse_client.c:38:
/usr/include/xorg/os.h:579:1: error: expected identifier or '(' before 
'__extension__'
strndup(const char *str, size_t n);

This is caused by HAVE_STRNDUP not being set (it is set from xorg-server.h),
causing os.h to redefine it.

Signed-off-by: Stefan Dirsch sndir...@suse.de
---
 shared/vmmouse_client.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shared/vmmouse_client.h b/shared/vmmouse_client.h
index b01bf08..1de51e5 100644
--- a/shared/vmmouse_client.h
+++ b/shared/vmmouse_client.h
@@ -39,6 +39,7 @@
 #ifndef _VMMOUSE_CLIENT_H_
 #define _VMMOUSE_CLIENT_H_
 
+#include xorg-server.h
 #include xf86_OSproc.h
 
 /*
-- 
1.8.4.5

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit syslogd for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory checked 
in at 2014-10-15 16:19:37

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


Package is syslogd

Changes:

--- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes  2014-09-02 
08:22:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2014-10-15 
16:19:49.0 +0200
@@ -1,0 +2,24 @@
+Thu Oct  9 13:01:26 UTC 2014 - wer...@suse.de
+
+- Update patch sysklogd-1.4.1-CVE-2014-3634.patch (boo#899756)
+
+---
+Mon Sep 29 14:14:14 UTC 2014 - sch...@suse.de
+
+- sysklogd-1.4.1-reload.dif: remove bogus use of feature test macro
+- sysklogd-1.4.1.dif: refresh
+- sysklogd-1.4.1-glibc.patch: remove obsolete patch
+
+---
+Wed Sep 24 08:07:49 UTC 2014 - wer...@suse.de
+
+- Add patch sysklogd-1.4.1-CVE-2014-3634.patch bsc#897262,
+  CVE-2014-3634 rsyslog/syslogd: remote syslog PRI vulnerability
+
+---
+Mon Sep 15 13:07:38 UTC 2014 - wer...@suse.de
+
+- Add patch sysklogd-1.4.1-glibc.patch
+  newer glibc versions do not set nor use _BSD_SOURCE anymore
+
+---

New:

  sysklogd-1.4.1-CVE-2014-3634.patch



Other differences:
--
++ syslogd.spec ++
--- /var/tmp/diff_new_pack.2E7CFT/_old  2014-10-15 16:19:50.0 +0200
+++ /var/tmp/diff_new_pack.2E7CFT/_new  2014-10-15 16:19:50.0 +0200
@@ -82,6 +82,8 @@
 Patch24:sysklogd-1.4.1-systemd.dif
 Patch25:sysklogd-1.4.1-systemd-multi.dif
 Patch26:sysklogd-1.4.1-systemd-sock-name.patch
+# PATCH-FIX-SUSE bsc#897262, CVE-2014-3634 rsyslog/syslogd: remote syslog PRI 
vulnerability
+Patch28:sysklogd-1.4.1-CVE-2014-3634.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -171,6 +173,7 @@
 %patch24 -p0 -b .sd
 %patch25 -p0 -b .sd2
 %patch26 -p0 -b .sd3
+%patch28 -p0 -b .cve20143634
 %patch0  -p0
 
 %build

++ sysklogd-1.4.1-CVE-2014-3634.patch ++
---
 syslog.c  |6 ++
 syslogd.c |7 +++
 2 files changed, 13 insertions(+)

--- syslog.c
+++ syslog.c2014-09-24 16:09:26.062235727 +
@@ -72,6 +72,13 @@ static char sccsid[] = @(#)syslog.c 5.2
 
 #define_PATH_LOGNAME   /dev/log
 
+#undef LOG_FAC
+static inline int LOG_FAC(const int pri)
+{
+   unsigned int fac = pri  3;
+   return (fac  23) ? 23 : fac;
+}
+
 #include fortify.h
 
 static int LogFile = -1;   /* fd for log */
--- syslogd.c
+++ syslogd.c   2014-09-22 08:18:13.122235747 +
@@ -565,6 +565,13 @@ static char sccsid[]  __attribute__ ((un
 #define SYSTEMD_PATH_LOG /run/systemd/journal/syslog
 #endif
 
+#undef LOG_FAC
+static inline int LOG_FAC(const int pri)
+{
+   unsigned int fac = pri  3;
+   return (fac  23) ? 23 : fac;
+}
+
 char   *ConfFile = _PATH_LOGCONF;
 char   *PidFile = _PATH_LOGPID;
 char   ctty[] = _PATH_CONSOLE;
++ sysklogd-1.4.1-reload.dif ++
--- /var/tmp/diff_new_pack.2E7CFT/_old  2014-10-15 16:19:50.0 +0200
+++ /var/tmp/diff_new_pack.2E7CFT/_new  2014-10-15 16:19:50.0 +0200
@@ -1,5 +1,7 @@
 syslogd.c
-+++ syslogd.c  2010-03-29 15:12:11.0 +
+Index: syslogd.c
+===
+--- syslogd.c.orig
 syslogd.c
 @@ -565,7 +565,7 @@ char   **parts;
  int inetm = 0;
  static int debugging_on = 0;
@@ -17,127 +19,105 @@
  #ifndef TESTING
if ( Debug )
{
-@@ -1167,9 +1168,22 @@ int main(argc, argv)
+@@ -1167,9 +1168,14 @@ int main(argc, argv)
  (fd_set *) NULL, (struct timeval *) NULL);
if ( restart )
{
-+#ifndef _BSD_SOURCE
-+  int omask = sigblock(sigmask(SIGHUP));
-+#else
 +  sigset_t blockhup;
 +  sigemptyset(blockhup);
 +  sigaddset  (blockhup, SIGHUP);
 +  (void) sigprocmask(SIG_BLOCK, blockhup, NULL);
-+#endif
 +  restart = 0;
dprintf(\nReceived SIGHUP, reloading syslogd.\n);
init();
 -  restart = 0;
-+#ifndef _BSD_SOURCE
-+  (void) sigsetmask(omask);
-+#else
 +  (void) sigprocmask (SIG_UNBLOCK, blockhup, NULL);
-+#endif
continue;
}
if (nfds == 0) {
-@@ -1676,17 +1690,23 @@ void logmsg(pri, msg, from, flags)
+@@ -1676,18 +1682,16 @@ void logmsg(pri, 

commit post-build-checks for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2014-10-15 16:19:35

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


Package is post-build-checks

Changes:

--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes  
2014-03-19 08:03:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2014-10-15 16:19:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  7 17:01:49 UTC 2014 - dmuel...@suse.com
+
+- Update to version 13.2+git20141007.c6e35c3:
+  + Fix check for skipping libgcc/libstdc++
+
+---

Old:

  post-build-checks-13.2+git20140318.f24deaf.tar.xz

New:

  _servicedata
  post-build-checks-13.2+git20141007.c6e35c3.tar.xz



Other differences:
--
++ post-build-checks.spec ++
--- /var/tmp/diff_new_pack.RUs1yL/_old  2014-10-15 16:19:48.0 +0200
+++ /var/tmp/diff_new_pack.RUs1yL/_new  2014-10-15 16:19:48.0 +0200
@@ -20,7 +20,7 @@
 Summary:post checks for build after rpms have been created
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:13.2+git20140318.f24deaf
+Version:13.2+git20141007.c6e35c3
 Release:0
 PreReq: aaa_base permissions sed
 Requires:   aaa_base-malloccheck

++ _service ++
--- /var/tmp/diff_new_pack.RUs1yL/_old  2014-10-15 16:19:48.0 +0200
+++ /var/tmp/diff_new_pack.RUs1yL/_new  2014-10-15 16:19:48.0 +0200
@@ -4,6 +4,9 @@
 param name=versionformat13.2+git%cd.%h/param
 param name=urlgit://github.com/openSUSE/post-build-checks.git/param
 param name=scmgit/param
+param name=exclude.git/param
+param name=exclude.gitreview/param
+param name=changesgenerateenable/param
   /service
   service name=recompress mode=disabled
 param name=compressionxz/param

++ _servicedata ++
servicedata
  service name=tar_scm
param name=urlgit://github.com/openSUSE/post-build-checks.git/param
  param name=changesrevisionc6e35c3b68/param/service
/servicedata++ post-build-checks-13.2+git20140318.f24deaf.tar.xz - 
post-build-checks-13.2+git20141007.c6e35c3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-13.2+git20140318.f24deaf/checks/99-check-remove-rpms 
new/post-build-checks-13.2+git20141007.c6e35c3/checks/99-check-remove-rpms
--- old/post-build-checks-13.2+git20140318.f24deaf/checks/99-check-remove-rpms  
2014-03-18 11:36:56.0 +0100
+++ new/post-build-checks-13.2+git20141007.c6e35c3/checks/99-check-remove-rpms  
2014-10-07 19:00:19.0 +0200
@@ -62,7 +62,7 @@
continue
 }
 # Do not remove libgcc or libstdc++ variants
-case ${RPM} in
+case ${PKG} in
 libgcc*|libstdc++*)
;;
 *)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glibc for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2014-10-15 16:19:11

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


Package is glibc

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2014-09-03 
18:20:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2014-10-15 16:19:14.0 +0200
@@ -1,0 +2,50 @@
+Mon Sep  8 09:48:26 UTC 2014 - sch...@suse.de
+
+- Update to glibc 2.20 release.
+  * Reverted change of ABI data structures for s390 and s390x
+  * Support for file description locks is added to systems running the
+Linux kernel
+  * Optimized strchr implementation for AArch64
+  * The minimum Linux kernel version that this version of the GNU C Library
+can be used with is 2.6.32
+  * Running the testsuite no longer terminates as soon as a test fails
+  * The am33 port, which had not worked for several years, has been removed
+from ports.
+  * The _BSD_SOURCE and _SVID_SOURCE feature test macros are no longer
+supported; they now act the same as _DEFAULT_SOURCE (but generate a
+warning)
+  * Optimized strcmp implementation for ARMv7
+  * Added support for TX lock elision of pthread mutexes on s390 and s390x
+  * All supported architectures now use the main glibc sysdeps directory
+instead of some being in a separate ports directory
+  * The NPTL implementation of POSIX pthreads is no longer an add-on
+  * Locale names, including those obtained from environment variables (LANG
+and the LC_* variables), are more tightly checked for proper syntax
+  * On x86-64, the dynamic linker's lazy-binding support is now compatible
+with application code using Intel MPX instructions
+- Patches from upstream removed
+  * nss-dns-memleak.patch
+  * sin-sign.patch
+  * pldd-wait-ptrace-stop.patch
+  * nscd-track-startup-failures.patch
+  * powerpc-opt-power8.patch
+  * check-pf-alloca.patch
+  * getaddrinfo-uninit-result.patch
+  * ppc64-copysign.patch
+  * nextafterl-ibm-ldouble.patch
+  * ibm-long-double-math.patch
+  * ibm-long-double-frexpl.patch
+  * aarch64-setcontext.patch
+  * nss-nis-stack-use.patch
+  * psfaa.patch
+  * nss-files-long-lines.patch
+  * setlocale-directory-traversal.patch
+  * dt-ppc64-num.patch
+  * ppc64le-profiling.patch
+  * s390-revert-abi-change.patch
+  * disable-gconv-translit-modules.patch
+  * resolv-dont-ignore-second-answer.patch
+  * iconv-ibm-sentinel-check.patch
+- Remove sprof.1, and mtrace.1, now included in the man-pages package
+
+---
glibc-utils.changes: same change
glibc.changes: same change

Old:

  aarch64-setcontext.patch
  check-pf-alloca.patch
  disable-gconv-translit-modules.patch
  dt-ppc64-num.patch
  getaddrinfo-uninit-result.patch
  glibc-2.19.tar.xz
  ibm-long-double-frexpl.patch
  ibm-long-double-math.patch
  iconv-ibm-sentinel-check.patch
  nextafterl-ibm-ldouble.patch
  nscd-track-startup-failures.patch
  nss-dns-memleak.patch
  nss-files-long-lines.patch
  nss-nis-stack-use.patch
  pldd-wait-ptrace-stop.patch
  powerpc-opt-power8.patch
  ppc64-copysign.patch
  ppc64le-profiling.patch
  psfaa.patch
  resolv-dont-ignore-second-answer.patch
  s390-revert-abi-change.patch
  setlocale-directory-traversal.patch
  sin-sign.patch

New:

  glibc-2.20.tar.xz



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.sxTbAT/_old  2014-10-15 16:19:18.0 +0200
+++ /var/tmp/diff_new_pack.sxTbAT/_new  2014-10-15 16:19:18.0 +0200
@@ -100,10 +100,10 @@
 # 3.1 is the openSUSE 12.1 kernel
 %define enablekernel 3.0
 
-Version:2.19
+Version:2.20
 Release:0
-%define glibc_major_version 2.19
-%define git_id 9a869d822025
+%define glibc_major_version 2.20
+%define git_id b8079dd0d360
 Url:http://www.gnu.org/software/libc/libc.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #Source: glibc-%{version}-%{git_id}.tar.xz
@@ -232,54 +232,12 @@
 ###
 # Patches from upstream
 ###
-# PATCH-FIX-UPSTREAM fix memory leak in nss_dns
-Patch1000:  nss-dns-memleak.patch
-# PATCH-FIX-UPSTREAM Fix sign of input to bsloww1 (BZ #16623)
-Patch1001:  sin-sign.patch
-# PATCH-FIX-UPSTREAM Fix pldd not to leave process stopped after detaching
-Patch1002:  pldd-wait-ptrace-stop.patch
-# PATCH-FIX-UPSTREAM Improved support for tracking startup failure in nscd 
service (BZ #16639)
-Patch1003:  nscd-track-startup-failures.patch
-# PATCH-FIX-UPSTREAM GLIBC Optimizations For POWER8 Hardware
-Patch1004:  powerpc-opt-power8.patch
-# PATCH-FIX-UPSTREAM Account for alloca use when collecting 

commit mariadb for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2014-10-15 16:19:39

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


Package is mariadb

Changes:

--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2014-10-05 
20:29:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2014-10-15 
16:19:52.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct  9 16:58:53 UTC 2014 - michal.hruse...@opensuse.org
+
+- update to 10.0.14
+  * Release notes:
+http://kb.askmonty.org/v/mariadb-10014-release-notes
+  * Changelog:
+http://kb.askmonty.org/v/mariadb-10014-changelog
+- fix build thanks to pull request from Andreas Schwab
+
+---

Old:

  mariadb-10.0.13.tar.bz2

New:

  mariadb-10.0.14.tar.bz2



Other differences:
--
++ mariadb.spec ++
--- /var/tmp/diff_new_pack.XT5PB6/_old  2014-10-15 16:19:54.0 +0200
+++ /var/tmp/diff_new_pack.XT5PB6/_new  2014-10-15 16:19:54.0 +0200
@@ -40,9 +40,9 @@
 Summary:Server part of MariaDB
 License:SUSE-GPL-2.0-with-FLOSS-exception
 Group:  Productivity/Databases/Servers
-Version:10.0.13
+Version:10.0.14
 Release:0
-%define srv_vers 5.6.19
+%define srv_vers 5.6.20
 Url:https://www.mariadb.org
 Source: mariadb-%{version}.tar.bz2
 Source2:baselibs.conf

++ configuration-tweaks.tar.bz2 ++

++ mariadb-10.0.13.tar.bz2 - mariadb-10.0.14.tar.bz2 ++
/work/SRC/openSUSE:Factory/mariadb/mariadb-10.0.13.tar.bz2 
/work/SRC/openSUSE:Factory/.mariadb.new/mariadb-10.0.14.tar.bz2 differ: char 
11, line 1

++ mysql-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mariadb-10.0.13-default-source.patch 
new/mysql-patches/mysql-patches/mariadb-10.0.13-default-source.patch
--- old/mysql-patches/mysql-patches/mariadb-10.0.13-default-source.patch
1970-01-01 01:00:00.0 +0100
+++ new/mysql-patches/mysql-patches/mariadb-10.0.13-default-source.patch
2014-10-08 14:47:51.0 +0200
@@ -0,0 +1,14 @@
+PATCH-P1-FIX-UPSTREAM: define _DEFAULT_SOURCE to avoid warning about 
_SVID_SOURCE
+
+Index: 
mariadb-10.0.13/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
+===
+--- 
mariadb-10.0.13.orig/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
 
mariadb-10.0.13/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
+@@ -17,6 +17,7 @@ add_c_defines(
+ if (NOT CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
+   ## on FreeBSD these types of macros actually remove functionality
+   add_c_defines(
++_DEFAULT_SOURCE
+ _SVID_SOURCE
+ _XOPEN_SOURCE=600
+ )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mariadb-10.0.13-upgrade-datadir.patch 
new/mysql-patches/mysql-patches/mariadb-10.0.13-upgrade-datadir.patch
--- old/mysql-patches/mysql-patches/mariadb-10.0.13-upgrade-datadir.patch   
2014-08-19 08:08:50.0 +0200
+++ new/mysql-patches/mysql-patches/mariadb-10.0.13-upgrade-datadir.patch   
1970-01-01 01:00:00.0 +0100
@@ -1,100 +0,0 @@
-PATCH-P0-FEATURE-UPSTREAM: Keep datadir across multiple calls
-
-mysql_upgrade script asks for datadir multiple times during update but at some
-point privileges gets updated and if --skip-grant-tables was used (like in SUSE
-init scripts), datadir is no longer queryable. So we cache the value.
-
-Maintainer: Michal Hrusecky michal.hruse...@opensuse.org
-
-Index: client/mysql_upgrade.c
-===
 client/mysql_upgrade.c.orig
-+++ client/mysql_upgrade.c
-@@ -608,21 +608,37 @@ static int extract_variable_from_show(DY
- 
- static int get_upgrade_info_file_name(char* name)
- {
--  DYNAMIC_STRING ds_datadir;
--  DBUG_ENTER(get_upgrade_info_file_name);
-+  static char *data_dir = NULL;
-+  static size_t len;
- 
--  if (init_dynamic_string(ds_datadir, NULL, 32, 32))
--die(Out of memory);
-+  DBUG_ENTER(get_upgrade_info_file_name);
- 
--  if (run_query(show variables like 'datadir',
--ds_datadir, FALSE) ||
--  extract_variable_from_show(ds_datadir, name))
-+  if(data_dir==NULL)
-   {
-+DYNAMIC_STRING ds_datadir;
-+
-+if (init_dynamic_string(ds_datadir, NULL, 32, 32))
-+  die(Out of memory);
-+
-+if (run_query(show variables like 'datadir',
-+  ds_datadir, FALSE) ||
-+

commit man-pages for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2014-10-15 16:19:41

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


Package is man-pages

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2014-06-25 
11:47:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2014-10-15 
16:19:55.0 +0200
@@ -1,0 +2,57 @@
+Mon Oct 13 07:40:36 UTC 2014 - pgaj...@suse.com
+
+- remove ioctl_list (2) reference from ioctl.2 man page [bnc#900141]
+  * man-pages-remove-ioctl_list-reference.patch
+
+---
+Tue Oct  7 07:46:17 UTC 2014 - pgaj...@suse.com
+
+- update to 3.74:
+  - new and rewritten pages
+* pldd.1, cp1252.7
+  - newly documented interfaces in existing pages
+* mq_overview.7: /proc/sys/fs/mqueue/msgsize_default
+ /proc/sys/fs/mqueue/msg_default
+
+---
+Mon Sep 22 06:02:23 UTC 2014 - pgaj...@suse.com
+
+- update to 3.73:
+  - new and rewritten pages
+* namespaces.7, pid_namespaces.7, user_namespaces.7
+  - newly documented interfaces in existing pages
+* clone.2: Document CLONE_NEWUSER for creating a new user namespace
+* setns.2: Document the PID, user, and mount namespace support
+* unshare.2: Document CLONE_NEWPID, CLONE_NEWUSER, CLONE_THREAD, 
+ CLONE_SIGHAND, and CLONE_VM
+  - see Changes for details
+
+---
+Tue Sep  9 08:03:34 UTC 2014 - pgaj...@suse.com
+
+- update to 3.72:
+  - new and rewritten pages:
+* memusage.1, memusagestat.1, mtrace.1
+   see Changes for details
+
+---
+Tue Aug 19 22:40:54 UTC 2014 - andreas.stie...@gmx.de
+
+- man-pages 3.71:
+  - new and rewritten pages:
+* group_member.3
+* isfdtype.3
+  - see Changes for details
+
+---
+Thu Jul 17 09:20:25 UTC 2014 - pgaj...@suse.com
+
+- update to 3.70:
+  - new and rewritten pages:
+* sprof.1
+  - newly documented interfaces in existing pages
+* epoll_ctl.2: EPOLLWAKEUP
+* epoll.7: EPOLLWAKEUP
+  - see Changes for details
+
+---

Old:

  man-pages-3.69.tar.xz

New:

  man-pages-3.74.tar.xz
  man-pages-remove-ioctl_list-reference.patch



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.zMdZRx/_old  2014-10-15 16:19:56.0 +0200
+++ /var/tmp/diff_new_pack.zMdZRx/_new  2014-10-15 16:19:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   man-pages
-Version:3.69
+Version:3.74
 Release:0
 Summary:Linux  Manual Pages
 License:BSD-3-Clause and GPL-2.0+ and MIT
@@ -26,7 +26,8 @@
 #Git-Clone:git://git.kernel.org/pub/scm/docs/man-pages/man-pages
 #Git-Web:  http://git.kernel.org/cgit/docs/man-pages/man-pages.git/
 Source: 
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
-Patch0: man-pages.eal3.diff
+Patch0: %{name}.eal3.diff
+Patch1: %{name}-remove-ioctl_list-reference.patch
 Patch3: %{name}_gai.conf-reference.patch
 Patch5: %{name}-tty_ioctl.patch
 BuildRequires:  fdupes
@@ -46,12 +47,14 @@
 %prep
 %setup -q
 %patch0 -p2
+%patch1
 %patch3
 %patch5 -p1
 find -name *.orig | xargs rm -fv
 
 %build
-# not current anymore
+# not current anymore (list of ioctl calls in Linux/i386 kernel 1.3.27)
+# remove-ioctl_list-reference.patch removes references from ioctl.2
 rm man2/ioctl_list.2
 # glibc
 rm man3/{getifaddrs.3,freeifaddrs.3,crypt.3,crypt_r.3}

++ man-pages-3.69.tar.xz - man-pages-3.74.tar.xz ++
 29264 lines of diff (skipped)

++ man-pages-remove-ioctl_list-reference.patch ++
Index: man2/ioctl.2
===
--- man2/ioctl.2.orig   2014-10-03 00:01:10.0 +0200
+++ man2/ioctl.22014-10-13 09:35:59.997480416 +0200
@@ -123,11 +123,6 @@
 vary according to the device driver in question (the call is used as a
 catch-all for operations that don't cleanly fit the UNIX stream I/O
 model).
-See
-.BR ioctl_list (2)
-for a list of many of the known
-.BR ioctl ()
-calls.
 The
 .BR ioctl ()
 function call appeared in Version 7 ATT UNIX.
@@ -142,7 +137,6 @@
 .SH SEE ALSO
 .BR execve (2),
 .BR fcntl (2),
-.BR ioctl_list (2),
 .BR open (2),
 .\ .BR mt (4),
 .BR sd (4),
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For 

commit rubygem-slop for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-slop for openSUSE:Factory 
checked in at 2014-10-15 16:19:52

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


Package is rubygem-slop

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-slop/rubygem-slop.changes
2014-03-21 13:50:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-slop.new/rubygem-slop.changes   
2014-10-15 16:20:01.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 12 17:11:28 UTC 2014 - co...@suse.com
+
+- updated to version 3.6.0
+  * Add example of rest arguments usage in the readme file #139
+  * Default values on options are printed in the help message #134
+- new rubygem packaging
+
+---

Old:

  slop-3.5.0.gem

New:

  slop-3.6.0.gem



Other differences:
--
++ rubygem-slop.spec ++
--- /var/tmp/diff_new_pack.e8NjvP/_old  2014-10-15 16:20:02.0 +0200
+++ /var/tmp/diff_new_pack.e8NjvP/_new  2014-10-15 16:20:02.0 +0200
@@ -17,15 +17,14 @@
 
 
 Name:   rubygem-slop
-Version:3.5.0
+Version:3.6.0
 Release:0
 %define mod_name slop
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-Requires:   ruby = 1.8.7
-BuildRequires:  ruby = 1.8.7
+BuildRequires:  %{ruby = 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/leejarvis/slop
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Simple Lightweight Option Parsing
@@ -33,53 +32,17 @@
 Group:  Development/Languages/Ruby
 
 %description
-A simple DSL for gathering options and parsing the command line
-
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+A simple DSL for gathering options and parsing the command line.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGES.md 
%buildroot/%{_docdir}/%{name}/CHANGES.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --doc-files=CHANGES.md LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ slop-3.5.0.gem - slop-3.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2014-03-12 22:16:52.0 +0100
+++ new/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,11 +1,8 @@
 rvm:
-  - 1.8.7
-  - 1.9.2
   - 1.9.3
+  - 2.1
   - ruby-head
-  - jruby-18mode
   - jruby-19mode
-  - rbx-18mode
 notifications:
   email:
 on_success: change
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.md new/CHANGES.md
--- old/CHANGES.md  2014-03-12 22:16:52.0 +0100
+++ new/CHANGES.md  1970-01-01 01:00:00.0 +0100
@@ -1,3 +1,9 @@
+3.6.0 (2014-06-18)
+--
+
+* Add example of rest arguments usage in the readme file #139
+* Default values on options are printed in the help message #134
+
 3.5.0 (2014-03-12)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2014-03-12 22:16:52.0 +0100
+++ new/README.md   1970-01-01 01:00:00.0 +0100
@@ -41,20 +41,16 @@
 
 All of these options can be sent to `Slop.new` or `Slop.parse` in Hash form.
 
-* `strict` - Enable strict mode. When processing unknown options, Slop will
-  raise an `InvalidOptionError`. **default:** 

commit xf86-video-vmware for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-vmware for 
openSUSE:Factory checked in at 2014-10-15 16:19:45

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


Package is xf86-video-vmware

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-vmware/xf86-video-vmware.changes  
2014-05-10 08:32:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-vmware.new/xf86-video-vmware.changes 
2014-10-15 16:20:00.0 +0200
@@ -1,0 +2,13 @@
+Tue Oct 14 09:23:37 UTC 2014 - sndir...@suse.com
+
+- U_vmware-vmwgfx-Don-t-add-pixmaps-to-the-pixmap-list-i.patch
+  * prevent endless looping during Xserver reset (bnc#900884)
+
+---
+Mon Oct  6 10:55:58 UTC 2014 - sndir...@suse.com
+
+- u_xf86xv.h-cannot-be-included-without-first-including-.patch
+  * include xorg-server.h before xf86xv.h in order to fix 
+build with latest glibc
+
+---

New:

  U_vmware-vmwgfx-Don-t-add-pixmaps-to-the-pixmap-list-i.patch
  u_xf86xv.h-cannot-be-included-without-first-including-.patch



Other differences:
--
++ xf86-video-vmware.spec ++
--- /var/tmp/diff_new_pack.JZpKkD/_old  2014-10-15 16:20:01.0 +0200
+++ /var/tmp/diff_new_pack.JZpKkD/_new  2014-10-15 16:20:01.0 +0200
@@ -25,6 +25,8 @@
 Url:http://xorg.freedesktop.org/
 #http://xorg.freedesktop.org/releases/individual/driver/
 Source0:%{name}-%{version}.tar.bz2
+Patch0: u_xf86xv.h-cannot-be-included-without-first-including-.patch
+Patch1: U_vmware-vmwgfx-Don-t-add-pixmaps-to-the-pixmap-list-i.patch
 ExclusiveArch:  %ix86 x86_64
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -49,6 +51,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++ U_vmware-vmwgfx-Don-t-add-pixmaps-to-the-pixmap-list-i.patch ++
From 32562129750077a23f26f2e69adc8403eb24bf3f Mon Sep 17 00:00:00 2001
From: Thomas Hellstrom thellst...@vmware.com
Date: Wed, 3 Sep 2014 07:08:41 -0700
Subject: [PATCH] vmware/vmwgfx: Don't add pixmaps to the pixmap list if
 they're already on it

This could cause loops through the list to spin indefinitely.
This would most likely occur at VT switches.

Signed-off-by: Thomas Hellstrom thellst...@vmware.com
Reviewed-by: Jakob Bornecrantz ja...@vmware.com
---
 vmwgfx/vmwgfx_saa.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vmwgfx/vmwgfx_saa.c b/vmwgfx/vmwgfx_saa.c
index b9204c6..bca3d93 100644
--- a/vmwgfx/vmwgfx_saa.c
+++ b/vmwgfx/vmwgfx_saa.c
@@ -694,7 +694,8 @@ vmwgfx_modify_pixmap_header (PixmapPtr pixmap, int w, int 
h, int depth,
 
 vmwgfx_pix_resize(pixmap, old_pitch, old_height, old_width);
 vmwgfx_pixmap_free_storage(vpix);
-WSBMLISTADDTAIL(vpix-pixmap_list, vsaa-pixmaps);
+if (WSBMLISTEMPTY(vpix-pixmap_list))
+   WSBMLISTADDTAIL(vpix-pixmap_list, vsaa-pixmaps);
 
 return TRUE;
 
-- 
1.8.4.5

++ u_xf86xv.h-cannot-be-included-without-first-including-.patch ++
From 5efdd9808dcd42b95241142a309b3298c54ab4f5 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch sndir...@suse.de
Date: Mon, 6 Oct 2014 12:52:16 +0200
Subject: [PATCH] xf86xv.h cannot be included without first including
 xorg-server.h.

Without this the build fails on systems with the latest glibc,
throwing this error:

In file included from /usr/include/string.h:634:0,
 from /usr/include/xorg/os.h:53,
 from /usr/include/xorg/misc.h:115,
 from /usr/include/xorg/screenint.h:50,
 from /usr/include/xorg/scrnintstr.h:50,
 from /usr/include/xorg/xvdix.h:55,
 from /usr/include/xorg/xf86xv.h:32,
 from vmwgfx_overlay.c:38:
/usr/include/xorg/os.h:579:1: error: expected identifier or '(' before 
'__extension__'
strndup(const char *str, size_t n);

This is caused by HAVE_STRNDUP not being set (it is set from xorg-server.h),
causing os.h to redefine it.

Signed-off-by: Stefan Dirsch sndir...@suse.de
---
 vmwgfx/vmwgfx_overlay.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vmwgfx/vmwgfx_overlay.c b/vmwgfx/vmwgfx_overlay.c
index ef1d541..2b05b0e 100644
--- a/vmwgfx/vmwgfx_overlay.c
+++ b/vmwgfx/vmwgfx_overlay.c
@@ -35,6 +35,7 @@
  */
 
 
+#include xorg-server.h
 #include xf86xv.h
 #include fourcc.h
 #define debug_printf(...)
-- 
1.8.4.5

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-fastercsv for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fastercsv for 
openSUSE:Factory checked in at 2014-10-15 16:20:04

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


Package is rubygem-fastercsv

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fastercsv/rubygem-fastercsv.changes  
2012-07-23 10:17:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-fastercsv.new/rubygem-fastercsv.changes 
2014-10-15 16:20:17.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:01:42 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-fastercsv.spec ++
--- /var/tmp/diff_new_pack.9hT1Fl/_old  2014-10-15 16:20:18.0 +0200
+++ /var/tmp/diff_new_pack.9hT1Fl/_new  2014-10-15 16:20:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-fastercsv
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,63 +15,42 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-fastercsv
 Version:1.5.5
 Release:0
 %define mod_name fastercsv
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:  Development/Languages/Ruby
-License:GPL-2.0 or Ruby
-#
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-Provides:   rubygem-%{mod_name}-1_5 = %{version}
-%rubygems_requires
-#
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://fastercsv.rubyforge.org
-Source: %{mod_full_name}.gem
-#
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:FasterCSV is CSV, but faster, smaller, and cleaner
+License:GPL-2.0 or Ruby
+Group:  Development/Languages/Ruby
+
 %description
-FasterCSV is intended as a complete replacement to the CSV standard library. It
+FasterCSV is intended as a complete replacement to the CSV standard library.
+It
 is significantly faster and smaller while still being pure Ruby code. It also
 strives for a better interface.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install \
+  --doc-files=CHANGELOG COPYING LICENSE README \
+  -f
+# MANUAL
 find %{buildroot}%{_libdir}/ruby/gems/ -name *.rb | xargs sed -i -e 
's,/usr/local/bin/ruby,/usr/bin/ruby,'
+# /MANUAL
 
-%files
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
# :sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
:post_install: |-
  find %{buildroot}%{_libdir}/ruby/gems/ -name *.rb | xargs sed -i -e 
's,/usr/local/bin/ruby,/usr/bin/ruby,'
#   # delete custom 

commit rubygem-net-ssh-gateway for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh-gateway for 
openSUSE:Factory checked in at 2014-10-15 16:20:01

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


Package is rubygem-net-ssh-gateway

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-net-ssh-gateway/rubygem-net-ssh-gateway.changes
  2013-06-05 13:12:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-net-ssh-gateway.new/rubygem-net-ssh-gateway.changes
 2014-10-15 16:20:13.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:51:40 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging styles
+
+---



Other differences:
--
++ rubygem-net-ssh-gateway.spec ++
--- /var/tmp/diff_new_pack.YrVHvp/_old  2014-10-15 16:20:14.0 +0200
+++ /var/tmp/diff_new_pack.YrVHvp/_new  2014-10-15 16:20:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh-gateway
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -21,58 +21,28 @@
 Release:0
 %define mod_name net-ssh-gateway
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/net-ssh/net-scp
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A simple library to assist in establishing tunneled Net::SSH
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-A simple library to assist in establishing tunneled Net::SSH connections
-
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+A simple library to assist in establishing tunneled Net::SSH connections.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --doc-files=CHANGES.txt LICENSE.txt README.rdoc \
+  -f
 
-%files
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xquarto for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package xquarto for openSUSE:Factory checked 
in at 2014-10-15 16:19:52

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


Package is xquarto

Changes:

--- /work/SRC/openSUSE:Factory/xquarto/xquarto.changes  2011-09-23 
12:52:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.xquarto.new/xquarto.changes 2014-10-15 
16:20:03.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 08:10:29 UTC 2014 - jeng...@inai.de
+
+- Use source URL and remove ancient specfile tags and sections
+
+---



Other differences:
--
++ xquarto.spec ++
--- /var/tmp/diff_new_pack.MOEJ9K/_old  2014-10-15 16:20:05.0 +0200
+++ /var/tmp/diff_new_pack.MOEJ9K/_new  2014-10-15 16:20:05.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xquarto (Version 2.5)
+# spec file for package xquarto
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xquarto
-BuildRequires:  xorg-x11 xorg-x11-devel
+Version:2.5
+Release:0
+Summary:Xquarto is a board game designed for the X windows environment
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
-AutoReqProv:on
-Version:2.5
-Release:796
-Source: xquarto-2.5.tar.bz2
+Url:ftp://ftp.ac-grenoble.fr/ge/educational_games/
+Source: 
ftp://ftp.ac-grenoble.fr/ge/educational_games/%name-%version.tar.bz2
 Patch:  xquarto-2.5-imake_font.patch
-Url:ftp://ftp.ac-grenoble.fr/ge/educational_games/xquarto-2.5.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Xquarto is a board game designed for the X windows environment
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 %define _xorg7libs %_lib
 %define _xorg7libs32 lib
 %define _xorg7bin bin
@@ -69,9 +67,6 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 make DESTDIR=$RPM_BUILD_ROOT install.man
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %{_prefix}/games/xquarto

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Net-Jabber for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Jabber for openSUSE:Factory 
checked in at 2014-10-15 16:19:57

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


Package is perl-Net-Jabber

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Jabber/perl-Net-Jabber.changes  
2011-11-21 12:44:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-Jabber.new/perl-Net-Jabber.changes 
2014-10-15 16:20:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 12:44:00 UTC 2014 - jeng...@inai.de
+
+- Use source URLs and remove ancient specfile tags and sections
+
+---



Other differences:
--
++ perl-Net-Jabber.spec ++
--- /var/tmp/diff_new_pack.2FZlZF/_old  2014-10-15 16:20:11.0 +0200
+++ /var/tmp/diff_new_pack.2FZlZF/_new  2014-10-15 16:20:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Jabber
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,27 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Net-Jabber
+Version:2.0
+Release:0
+Summary:Jabber Perl Library
+License:Artistic-1.0
+Group:  Development/Libraries/Perl
+Url:http://cpan.org/modules/by-module/Net/
+Source: 
http://search.cpan.org/CPAN/authors/id/R/RE/REATMON/Net-Jabber-%version.tar.gz
+Patch:  Net-Jabber-%{version}-tests.diff
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl-Net-XMPP
 BuildRequires:  perl-macros
-Version:2.0
-Release:172
 Requires:   perl-Authen-SASL
 Requires:   perl-Digest-SHA1
 Requires:   perl-Net-XMPP
 Requires:   perl-Unicode-String
 Requires:   perl-XML-Stream
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0
-Url:http://cpan.org/modules/by-module/Net/
-Summary:Jabber Perl Library
-Source: Net-Jabber-%{version}.tar.gz
-Patch:  Net-Jabber-%{version}-tests.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
 %description
@@ -66,9 +63,6 @@
 %perl_process_packlist
 chmod a-x examples/component_accept.pl examples/component_test.pl
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README CHANGES LICENSE.LGPL examples

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-stackdeck for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-stackdeck for 
openSUSE:Factory checked in at 2014-10-15 16:20:01

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


Package is rubygem-stackdeck

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-stackdeck/rubygem-stackdeck.changes  
2012-06-29 11:38:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-stackdeck.new/rubygem-stackdeck.changes 
2014-10-15 16:20:15.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 07:14:42 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-stackdeck.spec ++
--- /var/tmp/diff_new_pack.ZKkUET/_old  2014-10-15 16:20:17.0 +0200
+++ /var/tmp/diff_new_pack.ZKkUET/_new  2014-10-15 16:20:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-stackdeck (Version 0.2.0)
+# spec file for package rubygem-stackdeck
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,39 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-stackdeck
 Version:0.2.0
 Release:0
 %define mod_name stackdeck
-#
-Group:  Development/Languages/Ruby
-License:MIT
-#
+%define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/matthewd/stackdeck
-Source: %{mod_name}-%{version}.gem
-#
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Manages stack traces across language boundaries
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
 Manages stack traces across language boundaries.
 
 %prep
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install \
+  --doc-files=LICENSE README.rdoc \
+  -f
 
-%files
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit file for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2014-10-15 16:19:43

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


Package is file

Changes:

--- /work/SRC/openSUSE:Factory/file/file.changes2014-08-20 
10:50:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2014-10-15 
16:19:58.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 13 10:57:42 UTC 2014 - wer...@suse.de
+
+- Update to file version 5.20
+  * recognize encrypted CDF documents
+  * add magic_load_buffers from Brooks Davis
+  * add thumbs.db support
+- Remove file-5.07-iso9660.dif as now upstream 
+- Remove file-5.19-gdbm.patch as now upstream 
+- Adapt and rename file-5.18-endian.patch to file-5.20-endian.patch
+- Adapt and rename file-5.19.dif file-5.20.dif
+
+---
--- /work/SRC/openSUSE:Factory/file/python-magic.changes2014-06-26 
15:07:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/python-magic.changes   2014-10-15 
16:19:58.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 13:19:32 UTC 2014 - wer...@suse.de
+
+- adapt version in specfile to 5.20 
+
+---

Old:

  file-5.07-iso9660.dif
  file-5.18-endian.patch
  file-5.19-gdbm.patch
  file-5.19.dif
  file-5.19.tar.gz

New:

  file-5.20-endian.patch
  file-5.20.dif
  file-5.20.tar.gz



Other differences:
--
++ file.spec ++
--- /var/tmp/diff_new_pack.b3DPlO/_old  2014-10-15 16:19:59.0 +0200
+++ /var/tmp/diff_new_pack.b3DPlO/_new  2014-10-15 16:19:59.0 +0200
@@ -30,7 +30,7 @@
 %endif
 #
 # Set Version also in python-magic.spec
-Version:5.19
+Version:5.20
 Release:0
 Summary:A Tool to Determine File Types
 License:BSD-2-Clause
@@ -38,7 +38,7 @@
 Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
 Source2:baselibs.conf
 Source3:file-rpmlintrc
-Patch:  file-5.19.dif
+Patch:  file-5.20.dif
 Patch1: file-5.19-misc.dif
 Patch4: file-4.24-autoconf.dif
 Patch5: file-5.14-tex.dif
@@ -55,15 +55,13 @@
 Patch25:file-5.18-javacheck.dif
 Patch26:file-5.19-solv.dif
 Patch27:file-5.19-zip2.0.dif
-Patch28:file-5.07-iso9660.dif
 Patch31:file-5.19-biorad.dif
 Patch32:file-5.19-clicfs.dif
 Patch33:file-5.16-ocloexec.patch
-Patch34:file-5.18-endian.patch
+Patch34:file-5.20-endian.patch
 Patch35:file-5.12-nitpick.dif
 Patch36:file-5.15-clear-invalid.patch
 Patch37:file-secure_getenv.patch
-Patch38:file-5.19-gdbm.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
 %global _miscdir%{_datadir}/misc
@@ -122,7 +120,6 @@
 %patch25 -p0 -b .javacheck
 %patch26 -p0 -b .solv
 %patch27 -p0 -b .zip2.0
-%patch28 -p0 -b .iso9600
 %patch31 -p0 -b .biorad
 %patch32 -p0 -b .clicfs
 %patch33 -p0 -b .clexe
@@ -130,7 +127,6 @@
 %patch35 -p0 -b .nitpick
 %patch36 -p1 -b .clear
 %patch37 -p1 -b .getenv
-%patch38 -p0 -b .gdbm
 %patch -b .0
 test -s src/magic.h.in || cp -p src/magic.h src/magic.h.in
 

++ python-magic.spec ++
--- /var/tmp/diff_new_pack.b3DPlO/_old  2014-10-15 16:19:59.0 +0200
+++ /var/tmp/diff_new_pack.b3DPlO/_new  2014-10-15 16:19:59.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  python-devel
 BuildRequires:  zlib-devel
 Url:http://www.darwinsys.com/file/
-Version:5.19
+Version:5.20
 Release:0
 Summary:Python module to use libmagic
 License:BSD-3-Clause and BSD-4-Clause

++ file-5.18-endian.patch - file-5.20-endian.patch ++
--- /work/SRC/openSUSE:Factory/file/file-5.18-endian.patch  2014-04-06 
09:56:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file-5.20-endian.patch 2014-10-15 
16:19:57.0 +0200
@@ -1,5 +1,10 @@
+---
+ src/apprentice.c |   70 
---
+ src/cdf.c|   54 +++---
+ 2 files changed, 10 insertions(+), 114 deletions(-)
+
 --- src/apprentice.c
-+++ src/apprentice.c   2014-03-28 10:17:46.310235050 +
 src/apprentice.c   2014-10-13 11:02:16.023878187 +
 @@ -54,6 +54,7 @@ FILE_RCSID(@(#)$File: apprentice.c,v 1.
  #if defined(HAVE_LIMITS_H)
  #include limits.h
@@ -8,7 +13,7 @@
  
  #ifndef SSIZE_MAX
  #define MAXMAGIC_SIZE((ssize_t)0x7fff)
-@@ -127,9 +128,11 @@ private struct mlist *mlist_alloc(void);
+@@ -132,9 +133,11 @@ private struct mlist *mlist_alloc(void);
  private void mlist_free(struct 

commit ncurses for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2014-10-15 16:19:34

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


Package is ncurses

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2014-09-03 
18:20:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2014-10-15 
16:19:43.0 +0200
@@ -1,0 +2,41 @@
+Tue Sep 30 14:15:11 UTC 2014 - wer...@suse.de
+
+- Add upstream patch 20140927
+  + implement curs_set in win_driver.c
+  + implement flash in win_driver.c
+  + fix an infinite loop in win_driver.c if the command-window loses
+focus.
+  + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
+win_driver.c by temporarily changing the buffer-size to match the
+window-size to eliminate the scrollback.  Also enforce a minimum
+screen-size of 24x80 in the non-buffered mode.
+  + modify generated misc/Makefile to suppress install.data from the
+dependencies if the --disable-db-install option is used, compensating
+for the top-level makefile changes used to add ncurses*-config in the
+20140920 changes (report by Steven Honeyman).
+
+---
+Tue Sep 23 08:22:42 UTC 2014 - wer...@suse.de
+
+- Add ncurses patch 20140920
+  + add ncurses*-config to bin-directory of sample package-scripts.
+  + add check to ensure that getopt is available; this is a problem in
+some older cross-compiler environments.
+  + expanded on the description of --disable-overwrite in INSTALL
+(prompted by reports by Joakim Tjernlund, Thomas Klausner).
+See Gentoo #522586 and NetBSD #49200 for examples.
+which relates to the clarified guidelines.
+  + remove special logic from CF_INCLUDE_DIRS which adds the directory
+for the --includedir from the build (report by Joakim Tjernlund).
+  + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
+  + update config.sub from http://git.savannah.gnu.org/cgit/config.git
+
+---
+Mon Sep 15 09:31:43 UTC 2014 - wer...@suse.de
+
+- Add ncurses patch 20140913
+  + add a configure check to ignore some of the plethora of non-working
+C++ cross-compilers.
+  + build-fixes for Ada95 with gnat 4.9
+
+---



Other differences:
--
++ ncurses-5.9-overwrite.dif ++
--- /var/tmp/diff_new_pack.P3T4AY/_old  2014-10-15 16:19:45.0 +0200
+++ /var/tmp/diff_new_pack.P3T4AY/_new  2014-10-15 16:19:45.0 +0200
@@ -1,6 +1,11 @@
+---
+ configure|1 +
+ configure.in |1 +
+ 2 files changed, 2 insertions(+)
+
 --- configure.in
 +++ configure.in   2012-01-30 16:31:47.0 +
-@@ -436,6 +436,7 @@ AC_ARG_ENABLE(overwrite,
+@@ -475,6 +475,7 @@ AC_ARG_ENABLE(overwrite,
[with_overwrite=$enableval],
[if test $prefix = /usr ; then with_overwrite=yes; else 
with_overwrite=no; fi])
  AC_MSG_RESULT($with_overwrite)
@@ -9,12 +14,12 @@
  AC_MSG_CHECKING(if external terminfo-database is used)
  AC_ARG_ENABLE(database,
 --- configure
-+++ configure  2013-09-30 09:17:51.710735838 +
-@@ -6390,6 +6390,7 @@ else
 configure  2013-09-30 09:17:52.0 +
+@@ -6526,6 +6526,7 @@ else
  fi;
- echo $as_me:6455: result: $with_overwrite 5
+ echo $as_me:6527: result: $with_overwrite 5
  echo ${ECHO_T}$with_overwrite 6
 +WITH_OVERWRITE=$with_overwrite
  
- echo $as_me:6458: checking if external terminfo-database is used 5
+ echo $as_me:6530: checking if external terminfo-database is used 5
  echo $ECHO_N checking if external terminfo-database is used... $ECHO_C 6

++ ncurses-5.9-patches.tar.bz2 ++
 35944 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-CDDB_get for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package perl-CDDB_get for openSUSE:Factory 
checked in at 2014-10-15 16:19:54

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


Package is perl-CDDB_get

Changes:

--- /work/SRC/openSUSE:Factory/perl-CDDB_get/perl-CDDB_get.changes  
2011-11-21 12:36:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CDDB_get.new/perl-CDDB_get.changes 
2014-10-15 16:20:06.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 09:40:51 UTC 2014 - jeng...@inai.de
+
+- Use source URLs and remove ancient specfile tags and sections
+
+---



Other differences:
--
++ perl-CDDB_get.spec ++
--- /var/tmp/diff_new_pack.xQW9yk/_old  2014-10-15 16:20:07.0 +0200
+++ /var/tmp/diff_new_pack.xQW9yk/_new  2014-10-15 16:20:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CDDB_get
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-CDDB_get
 Version:2.27
-Release:147
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0
+Release:0
 Url:http://armin.emx.at/cddb/
 Summary:Read the CDDB entry for an audio CD in your drive
-Source: CDDB_get-%version.tar.gz
+License:Artistic-1.0
+Group:  Development/Libraries/Perl
+Source: http://armin.emx.at/cddb/CDDB_get-%version.tar.gz
 Source1:cddb.pl.1.gz
 Patch:  %name-2.23-tmpfile.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  perl perl-macros
+BuildRequires:  perl
+BuildRequires:  perl-macros
 %{perl_requires}
 
 %description
@@ -61,9 +59,6 @@
 install -d -m755  $RPM_BUILD_ROOT/%{_mandir}/man1
 install -m644 %{SOURCE1} $RPM_BUILD_ROOT/%{_mandir}/man1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README MANIFEST Artistic Changes Copying


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit testgart for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package testgart for openSUSE:Factory 
checked in at 2014-10-15 16:20:17

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


Package is testgart

Changes:

--- /work/SRC/openSUSE:Factory/testgart/testgart.changes2011-09-23 
12:47:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.testgart.new/testgart.changes   2014-10-15 
16:21:49.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 15 07:36:02 UTC 2014 - jeng...@inai.de
+
+- Remove ancient specfile tags and sections
+
+---



Other differences:
--
++ testgart.spec ++
--- /var/tmp/diff_new_pack.wyrzPO/_old  2014-10-15 16:21:50.0 +0200
+++ /var/tmp/diff_new_pack.wyrzPO/_new  2014-10-15 16:21:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package testgart (Version 0.1)
+# spec file for package testgart
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   testgart
+Summary:Program for Testing AGPGART Support
 License:GPL-2.0+
 Group:  System/Kernel
-Provides:   agpgart
-Obsoletes:  agpgart
-AutoReqProv:on
-Summary:Program for Testing AGPGART Support
 Version:0.1
-Release:326
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: testgart.tar.bz2
 Patch:  testgart.diff
 Patch1: testgart-offset.diff
 Patch2: testgart-buildfix.diff
+Provides:   agpgart
+Obsoletes:  agpgart
 
 %description
 With 'testgart', you can check if your machine has agpgart support.
@@ -52,7 +49,6 @@
 gcc -o testgart $RPM_OPT_FLAGS testgart.c
 
 %install
-rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/usr/sbin 
 install -m 755 testgart $RPM_BUILD_ROOT/usr/sbin
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-flog for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-flog for openSUSE:Factory 
checked in at 2014-10-15 16:20:14

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


Package is rubygem-flog

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-flog/rubygem-flog.changes
2014-10-14 07:12:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-flog.new/rubygem-flog.changes   
2014-10-15 16:21:45.0 +0200
@@ -1,0 +2,12 @@
+Wed Oct 15 09:16:20 UTC 2014 - co...@suse.com
+
+- updated to version 4.3.0
+  * 1 minor enhancement:
+* Added methods_only param to FlogTask. (jocranford)
+  
+  * 2 bug fixes:
+  
+* Fixed grouping by class name. (guilhermesimoes)
+* Removed dead rubyforge setting in Rakefile
+
+---

Old:

  flog-4.2.0.gem

New:

  flog-4.3.0.gem



Other differences:
--
++ rubygem-flog.spec ++
--- /var/tmp/diff_new_pack.nHZkP7/_old  2014-10-15 16:21:47.0 +0200
+++ /var/tmp/diff_new_pack.nHZkP7/_new  2014-10-15 16:21:47.0 +0200
@@ -16,18 +16,24 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-flog
-Version:4.2.0
+Version:4.3.0
 Release:0
 %define mod_name flog
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 40200
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
-BuildRequires:  rubygem(rdoc)  3.10
 Url:http://ruby.sadi.st/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
@@ -40,7 +46,6 @@
 Flog reports the most tortured code in an easy to read pain
 report. The higher the score, the more pain the code is in.
 
-
 %prep
 
 %build

++ flog-4.2.0.gem - flog-4.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 1970-01-01 01:00:00.0 +0100
+++ new/History.txt 2014-07-19 01:17:07.0 +0200
@@ -1,3 +1,16 @@
+=== 4.3.0 / 2014-07-18
+
+* 1 minor enhancement:
+
+  * Added methods_only param to FlogTask. (jocranford)
+
+=== 4.2.1 / 2014-05-29
+
+* 2 bug fixes:
+
+  * Fixed grouping by class name. (guilhermesimoes)
+  * Removed dead rubyforge setting in Rakefile
+
 === 4.2.0 / 2013-10-18
 
 * 3 minor enhancements:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.txt new/README.txt
--- old/README.txt  1970-01-01 01:00:00.0 +0100
+++ new/README.txt  2014-07-19 01:17:07.0 +0200
@@ -3,6 +3,7 @@
 home :: http://ruby.sadi.st/
 code :: https://github.com/seattlerb/flog
 rdoc :: http://seattlerb.rubyforge.org/flog
+vim  :: http://github.com/sentientmonkey/vim-flog
 
 == DESCRIPTION:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile1970-01-01 01:00:00.0 +0100
+++ new/Rakefile2014-07-19 01:17:07.0 +0200
@@ -15,8 +15,6 @@
 Hoe.spec 'flog' do
   developer 'Ryan Davis', 'ryand-r...@zenspider.com'
 
-  self.rubyforge_name = 'seattlerb'
-
   self.flog_method = :max_method
   self.flog_threshold = timebomb 150, 50, '2013-11-01', '2012-11-01'
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/flog.rb new/lib/flog.rb
--- old/lib/flog.rb 1970-01-01 01:00:00.0 +0100
+++ new/lib/flog.rb 2014-07-19 01:17:07.0 +0200
@@ -11,7 +11,7 @@
 end
 
 class Flog  MethodBasedSexpProcessor
-  VERSION = 4.2.0 # :nodoc:
+  VERSION = 4.3.0 # :nodoc:
 
   ##
   # Cut off point where the report should stop unless --all given.
@@ -124,7 +124,7 @@
 
   def calculate
 each_by_score threshold do |class_method, score, call_list|
-  klass = class_method.split(/#|::/).first
+  klass = class_method.scan(/.+(?=#|::)/).first
 
   method_scores[klass]  [class_method, score]
   scores[klass] += score
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libfm-extra for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package libfm-extra for openSUSE:Factory 
checked in at 2014-10-15 16:20:20

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


Package is libfm-extra

Changes:

--- /work/SRC/openSUSE:Factory/libfm-extra/libfm-extra.changes  2014-09-17 
17:25:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm-extra.new/libfm-extra.changes 
2014-10-15 16:21:52.0 +0200
@@ -1,0 +2,51 @@
+Wed Oct 15 09:59:14 UTC 2014 - and...@opensuse.org
+
+- new upstream release 1.2.3
+  * Changed licence for libfm-extra and libfm components from 
+GPL-2 to LGPL-2.1.
+  * Fixed crash on dropping URL queries into some folder.
+  * Fixed filename on dropping URI queries into folder: URI query 
+like http://some.site/path/query.php?new=yesmine=0 should be 
+never saved with file name path/query.php?new=yesmine=0 but 
+as query.php instead like all the web browsers do.
+  * Disabled debug messages in XML parser, it spammed a lot.
+  * Fixed content type detection which was broken in last release.
+  * Fixed incorrect call to g_environ_setenv() in the terminal 
+call.
+  * Replaced deprecated atk_component_get_position() calls.
+  * Fixed invalid callback get_image_position() on ATK icon of 
+ExoIconView, it could loop and therefore hang the application.
+  * Disabled deprecated atk_focus_tracker_notify() with new libatk.
+  * Fixed installation of headers with parallel install, it could 
+create invalid symlink /usr/share/libfm/libfm in some 
+conditions.
+  * Corrected handling of application launch failure - launch 
+content have to be informed about failure if startup notify id 
+was retrieved from it before.
+  * Fixed usage of POSIX.1-2001 declaration `environ' with GLib  
+2.28.
+  * Fixed out-of-tree build (e.g. make distcheck).
+  * Corrected menu cache to sync in 
+fm_app_chooser_dlg_dup_selected_app(), otherwise it would not 
+work without menu preloaded.
+  * Fixed launch of applications with %f or %u argument - it 
+should launch not just first file but all of them with the 
+same command.
+  * Fixed unneeded fm-folder-config save even if no changes were 
+made.
+  * Fixed not updated file in FmFolder if file was not changed 
+within last 2 seconds. In case of fast download it was not 
+updated in time. This may cause a little performance issue 
+though due to thumbnails update.
+  * Fixed crash if g_file_get_basename() returns NULL.
+  * Fixed issue with desktop entry file selected in the 
+Application chooser dialog, it tried to execute the desktop 
+entry directly. Now it setups dialog fields from that desktop 
+entry instead.
+  * Fixed problem with unwanted application substitution in the 
+Application chooser dialog: if user selected no name then no 
+replacements should be attempted.
+  * Fixed default app detection in Application chooser combo box.
+
+
+---

Old:

  libfm-1.2.2.1.tar.xz

New:

  libfm-1.2.3.tar.xz



Other differences:
--
++ libfm-extra.spec ++
--- /var/tmp/diff_new_pack.guk4r3/_old  2014-10-15 16:21:52.0 +0200
+++ /var/tmp/diff_new_pack.guk4r3/_new  2014-10-15 16:21:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libfm-extra
-Version:1.2.2.1
+Version:1.2.3
 Release:0
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0+
@@ -87,7 +87,7 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS  README  TODO
 %{_libdir}/libfm-extra.so.4
-%{_libdir}/libfm-extra.so.4.0.2
+%{_libdir}/libfm-extra.so.4.0.3
 
 %files devel
 %defattr(-,root,root)

++ libfm-1.2.2.1.tar.xz - libfm-1.2.3.tar.xz ++
 25115 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-thread_safe for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-thread_safe for 
openSUSE:Factory checked in at 2014-10-15 16:20:15

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


Package is rubygem-thread_safe

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-thread_safe/rubygem-thread_safe.changes  
2014-10-14 07:13:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-thread_safe.new/rubygem-thread_safe.changes 
2014-10-15 16:21:47.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 15 09:26:16 UTC 2014 - co...@suse.com
+
+- updated to version 0.3.4, no changelog
+
+---

Old:

  thread_safe-0.3.3.gem

New:

  gem2rpm.yml
  thread_safe-0.3.4.gem



Other differences:
--
++ rubygem-thread_safe.spec ++
--- /var/tmp/diff_new_pack.IxLn6B/_old  2014-10-15 16:21:49.0 +0200
+++ /var/tmp/diff_new_pack.IxLn6B/_new  2014-10-15 16:21:49.0 +0200
@@ -16,22 +16,31 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-thread_safe
-Version:0.3.3
+Version:0.3.4
 Release:0
 %define mod_name thread_safe
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:https://github.com/headius/thread_safe
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:A collection of data structures and utilities to make 
thread-safe
 License:Apache-2.0
 Group:  Development/Languages/Ruby
 
 %description
-Thread-safe collections and utilities for Ruby
+Thread-safe collections and utilities for Ruby.
 
 %prep
 
@@ -39,7 +48,6 @@
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files=LICENSE README.md \
   -f
 

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ thread_safe-0.3.3.gem - thread_safe-0.3.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,22 +0,0 @@
-*.gem
-*.rbc
-.rbx/*
-.bundle
-.config
-.yardoc
-Gemfile.lock
-InstalledFiles
-_yardoc
-coverage
-doc/
-lib/bundler/man
-lib/thread_safe/jruby_cache_backend.jar
-pkg
-rdoc
-spec/reports
-test/tmp
-test/version_tmp
-tmp
-.DS_Store
-*.swp
-test/package.jar
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/thread_safe/cache.rb new/lib/thread_safe/cache.rb
--- old/lib/thread_safe/cache.rb1970-01-01 01:00:00.0 +0100
+++ new/lib/thread_safe/cache.rb1970-01-01 

commit polari for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package polari for openSUSE:Factory checked 
in at 2014-10-15 16:20:10

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


Package is polari

Changes:

--- /work/SRC/openSUSE:Factory/polari/polari.changes2014-09-30 
19:38:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.polari.new/polari.changes   2014-10-15 
16:21:42.0 +0200
@@ -1,0 +2,9 @@
+Wed Oct 15 06:25:06 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + Improve performance (bgo#732290).
+  + Reset join time to prevent status message flood (bgo#736349).
+  + Keep previously fetched user details around (bgo#737136).
+  + Updated translations.
+
+---

Old:

  polari-3.14.0.tar.xz

New:

  polari-3.14.1.tar.xz



Other differences:
--
++ polari.spec ++
--- /var/tmp/diff_new_pack.mU71no/_old  2014-10-15 16:21:43.0 +0200
+++ /var/tmp/diff_new_pack.mU71no/_new  2014-10-15 16:21:43.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   polari
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:An IRC Client for GNOME
 License:GPL-2.0+ and LGPL-2.1+

++ polari-3.14.0.tar.xz - polari-3.14.1.tar.xz ++
 4209 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kde4-l10n for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package kde4-l10n for openSUSE:Factory 
checked in at 2014-10-15 16:20:04

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


Package is kde4-l10n

Changes:

--- /work/SRC/openSUSE:Factory/kde4-l10n/kde4-l10n.changes  2014-10-11 
19:27:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde4-l10n.new/kde4-l10n.changes 2014-10-15 
16:20:31.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 12 12:12:51 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.2
+   * KDE 4.14.2 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.2.php
+
+---

Old:

  kde-l10n-ar-4.14.1.tar.xz
  kde-l10n-bg-4.14.1.tar.xz
  kde-l10n-bs-4.14.1.tar.xz
  kde-l10n-ca-4.14.1.tar.xz
  kde-l10n...@valencia-4.14.1.tar.xz
  kde-l10n-cs-4.14.1.tar.xz
  kde-l10n-da-4.14.1.tar.xz
  kde-l10n-de-4.14.1.tar.xz
  kde-l10n-el-4.14.1.tar.xz
  kde-l10n-en_GB-4.14.1.tar.xz
  kde-l10n-es-4.14.1.tar.xz
  kde-l10n-et-4.14.1.tar.xz
  kde-l10n-eu-4.14.1.tar.xz
  kde-l10n-fa-4.14.1.tar.xz
  kde-l10n-fi-4.14.1.tar.xz
  kde-l10n-fr-4.14.1.tar.xz
  kde-l10n-ga-4.14.1.tar.xz
  kde-l10n-gl-4.14.1.tar.xz
  kde-l10n-he-4.14.1.tar.xz
  kde-l10n-hi-4.14.1.tar.xz
  kde-l10n-hr-4.14.1.tar.xz
  kde-l10n-hu-4.14.1.tar.xz
  kde-l10n-ia-4.14.1.tar.xz
  kde-l10n-id-4.14.1.tar.xz
  kde-l10n-is-4.14.1.tar.xz
  kde-l10n-it-4.14.1.tar.xz
  kde-l10n-ja-4.14.1.tar.xz
  kde-l10n-kk-4.14.1.tar.xz
  kde-l10n-km-4.14.1.tar.xz
  kde-l10n-ko-4.14.1.tar.xz
  kde-l10n-lt-4.14.1.tar.xz
  kde-l10n-lv-4.14.1.tar.xz
  kde-l10n-mr-4.14.1.tar.xz
  kde-l10n-nb-4.14.1.tar.xz
  kde-l10n-nds-4.14.1.tar.xz
  kde-l10n-nl-4.14.1.tar.xz
  kde-l10n-nn-4.14.1.tar.xz
  kde-l10n-pa-4.14.1.tar.xz
  kde-l10n-pl-4.14.1.tar.xz
  kde-l10n-pt-4.14.1.tar.xz
  kde-l10n-pt_BR-4.14.1.tar.xz
  kde-l10n-ro-4.14.1.tar.xz
  kde-l10n-ru-4.14.1.tar.xz
  kde-l10n-sk-4.14.1.tar.xz
  kde-l10n-sl-4.14.1.tar.xz
  kde-l10n-sr-4.14.1.tar.xz
  kde-l10n-sv-4.14.1.tar.xz
  kde-l10n-tr-4.14.1.tar.xz
  kde-l10n-ug-4.14.1.tar.xz
  kde-l10n-uk-4.14.1.tar.xz
  kde-l10n-wa-4.14.1.tar.xz
  kde-l10n-zh_CN-4.14.1.tar.xz
  kde-l10n-zh_TW-4.14.1.tar.xz

New:

  kde-l10n-ar-4.14.2.tar.xz
  kde-l10n-bg-4.14.2.tar.xz
  kde-l10n-bs-4.14.2.tar.xz
  kde-l10n-ca-4.14.2.tar.xz
  kde-l10n...@valencia-4.14.2.tar.xz
  kde-l10n-cs-4.14.2.tar.xz
  kde-l10n-da-4.14.2.tar.xz
  kde-l10n-de-4.14.2.tar.xz
  kde-l10n-el-4.14.2.tar.xz
  kde-l10n-en_GB-4.14.2.tar.xz
  kde-l10n-es-4.14.2.tar.xz
  kde-l10n-et-4.14.2.tar.xz
  kde-l10n-eu-4.14.2.tar.xz
  kde-l10n-fa-4.14.2.tar.xz
  kde-l10n-fi-4.14.2.tar.xz
  kde-l10n-fr-4.14.2.tar.xz
  kde-l10n-ga-4.14.2.tar.xz
  kde-l10n-gl-4.14.2.tar.xz
  kde-l10n-he-4.14.2.tar.xz
  kde-l10n-hi-4.14.2.tar.xz
  kde-l10n-hr-4.14.2.tar.xz
  kde-l10n-hu-4.14.2.tar.xz
  kde-l10n-ia-4.14.2.tar.xz
  kde-l10n-id-4.14.2.tar.xz
  kde-l10n-is-4.14.2.tar.xz
  kde-l10n-it-4.14.2.tar.xz
  kde-l10n-ja-4.14.2.tar.xz
  kde-l10n-kk-4.14.2.tar.xz
  kde-l10n-km-4.14.2.tar.xz
  kde-l10n-ko-4.14.2.tar.xz
  kde-l10n-lt-4.14.2.tar.xz
  kde-l10n-lv-4.14.2.tar.xz
  kde-l10n-mr-4.14.2.tar.xz
  kde-l10n-nb-4.14.2.tar.xz
  kde-l10n-nds-4.14.2.tar.xz
  kde-l10n-nl-4.14.2.tar.xz
  kde-l10n-nn-4.14.2.tar.xz
  kde-l10n-pa-4.14.2.tar.xz
  kde-l10n-pl-4.14.2.tar.xz
  kde-l10n-pt-4.14.2.tar.xz
  kde-l10n-pt_BR-4.14.2.tar.xz
  kde-l10n-ro-4.14.2.tar.xz
  kde-l10n-ru-4.14.2.tar.xz
  kde-l10n-sk-4.14.2.tar.xz
  kde-l10n-sl-4.14.2.tar.xz
  kde-l10n-sr-4.14.2.tar.xz
  kde-l10n-sv-4.14.2.tar.xz
  kde-l10n-tr-4.14.2.tar.xz
  kde-l10n-ug-4.14.2.tar.xz
  kde-l10n-uk-4.14.2.tar.xz
  kde-l10n-wa-4.14.2.tar.xz
  kde-l10n-zh_CN-4.14.2.tar.xz
  kde-l10n-zh_TW-4.14.2.tar.xz



Other differences:
--
++ kde4-l10n.spec ++
--- /var/tmp/diff_new_pack.jQKSXy/_old  2014-10-15 16:20:48.0 +0200
+++ /var/tmp/diff_new_pack.jQKSXy/_new  2014-10-15 16:20:48.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kde4-l10n
-Version:4.14.1
+Version:4.14.2
 Release:0
 Summary:KDE translations base package
 License:GPL-2.0+


++ kde-l10n-ar-4.14.1.tar.xz - kde-l10n-ar-4.14.2.tar.xz ++
 8669 lines of diff (skipped)

++ kde-l10n-bg-4.14.1.tar.xz - kde-l10n-bg-4.14.2.tar.xz ++
 8837 lines of diff (skipped)

++ kde-l10n-bs-4.14.1.tar.xz - kde-l10n-bs-4.14.2.tar.xz ++
 9115 lines of diff (skipped)

++ kde-l10n-ca-4.14.1.tar.xz - kde-l10n-ca-4.14.2.tar.xz ++
/work/SRC/openSUSE:Factory/kde4-l10n/kde-l10n-ca-4.14.1.tar.xz 
/work/SRC/openSUSE:Factory/.kde4-l10n.new/kde-l10n-ca-4.14.2.tar.xz differ: 
char 27, line 1

++ kde-l10n...@valencia-4.14.1.tar.xz - 

commit epiphany for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2014-10-15 16:20:07

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


Package is epiphany

Changes:

--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes2014-09-30 
19:41:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2014-10-15 
16:21:38.0 +0200
@@ -1,0 +2,15 @@
+Tue Oct 14 16:47:13 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + Fix download failure when overwriting file (bgo#737329).
+  + Style fixes with GTK+ 3.14 (bgo#737688).
+  + Add mhtml to supported mimetypes (bgo#737738).
+  + Do not keep visited pages in incognito history.
+  + Remove unused contextual-menu options from application mode
+(bgo#699584).
+  + Use single-process model in application mode.
+  + Make sure that external links in application mode open in the
+default browser (bgo#658395, bgo#712402).
+  + Updated translations.
+
+---

Old:

  epiphany-3.14.0.tar.xz

New:

  epiphany-3.14.1.tar.xz



Other differences:
--
++ epiphany.spec ++
--- /var/tmp/diff_new_pack.AY2nyb/_old  2014-10-15 16:21:39.0 +0200
+++ /var/tmp/diff_new_pack.AY2nyb/_new  2014-10-15 16:21:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   epiphany
-Version:3.14.0
+Version:3.14.1
 Release:0
 %define _base_version 3.14
 Summary:GNOME Web Browser

++ epiphany-3.14.0.tar.xz - epiphany-3.14.1.tar.xz ++
 6271 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xsettingsd for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package xsettingsd for openSUSE:Factory 
checked in at 2014-10-15 16:20:11

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


Package is xsettingsd

Changes:

--- /work/SRC/openSUSE:Factory/xsettingsd/xsettingsd.changes2014-05-08 
12:39:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.xsettingsd.new/xsettingsd.changes   
2014-10-15 16:21:43.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  8 06:56:36 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 0.0~git20140814:
+  * allow negative int values
+
+---
@@ -4 +10 @@
-- fix warning standard-dir-owned-by-package /usr/share/man/man1
+- Fix warning standard-dir-owned-by-package /usr/share/man/man1.

Old:

  xsettingsd-0.0~git20121210.tar.gz

New:

  xsettingsd-0.0~git20140814.tar.gz



Other differences:
--
++ xsettingsd.spec ++
--- /var/tmp/diff_new_pack.HnD9Ln/_old  2014-10-15 16:21:44.0 +0200
+++ /var/tmp/diff_new_pack.HnD9Ln/_new  2014-10-15 16:21:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xsettingsd
-Version:0.0~git20121210
+Version:0.0~git20140814
 Release:0
 Summary:Provides settings to X11 applications
 License:BSD-3-Clause
@@ -45,8 +45,8 @@
 
 %install
 for file in %{name} dump_xsettings; do
-install -Dm 0755 ${file} %{buildroot}%{_bindir}/${file}
-install -Dm 0644 ${file}.1 %{buildroot}%{_mandir}/man1/${file}.1
+install -Dm 0755 $file %{buildroot}%{_bindir}/$file
+install -Dm 0644 $file.1 %{buildroot}%{_mandir}/man1/$file.1
 done
 
 %files

++ xsettingsd-0.0~git20121210.tar.gz - xsettingsd-0.0~git20140814.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xsettingsd-0.0~git20121210/config_parser.cc 
new/xsettingsd-0.0~git20140814/config_parser.cc
--- old/xsettingsd-0.0~git20121210/config_parser.cc 2012-12-11 
06:38:42.0 +0100
+++ new/xsettingsd-0.0~git20140814/config_parser.cc 2014-08-15 
03:50:55.0 +0200
@@ -290,7 +290,7 @@
   char ch = stream_-GetChar();
   stream_-UngetChar(ch);
 
-  if (ch = '0'  ch = '9') {
+  if ((ch = '0'  ch = '9') || ch == '-') {
 int32_t value = 0;
 if (!ReadInteger(value))
   return false;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-experimental for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package perl-experimental for 
openSUSE:Factory checked in at 2014-10-15 16:20:18

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


Package is perl-experimental

Changes:

--- /work/SRC/openSUSE:Factory/perl-experimental/perl-experimental.changes  
2014-09-30 19:42:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-experimental.new/perl-experimental.changes 
2014-10-15 16:21:50.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 08:47:28 UTC 2014 - ncut...@suse.com
+
+Upstream changes
+- 0.012 Added lvalue references feature
+
+---

Old:

  experimental-0.011.tar.gz

New:

  experimental-0.012.tar.gz



Other differences:
--
++ perl-experimental.spec ++
--- /var/tmp/diff_new_pack.W7CXFQ/_old  2014-10-15 16:21:51.0 +0200
+++ /var/tmp/diff_new_pack.W7CXFQ/_new  2014-10-15 16:21:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-experimental
-Version:0.011
+Version:0.012
 Release:0
 %define cpan_name experimental
 Summary:Experimental features made easy

++ experimental-0.011.tar.gz - experimental-0.012.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.011/Changes 
new/experimental-0.012/Changes
--- old/experimental-0.011/Changes  2014-09-27 14:08:54.0 +0200
+++ new/experimental-0.012/Changes  2014-10-12 12:10:21.0 +0200
@@ -1,5 +1,8 @@
 Revision history for experimental
 
+0.012 2014-10-12 12:10:06+02:00 Europe/Amsterdam
+  Added lvalue references feature
+
 0.011 2014-09-27 14:08:47+02:00 Europe/Amsterdam
   Clarified which order to apply pragmas [Grant McLean]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.011/META.json 
new/experimental-0.012/META.json
--- old/experimental-0.011/META.json2014-09-27 14:08:54.0 +0200
+++ new/experimental-0.012/META.json2014-10-12 12:10:21.0 +0200
@@ -49,7 +49,7 @@
provides : {
   experimental : {
  file : lib/experimental.pm,
- version : 0.011
+ version : 0.012
   }
},
release_status : stable,
@@ -64,6 +64,6 @@
  web : https://github.com/Leont/experimental;
   }
},
-   version : 0.011
+   version : 0.012
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.011/META.yml 
new/experimental-0.012/META.yml
--- old/experimental-0.011/META.yml 2014-09-27 14:08:54.0 +0200
+++ new/experimental-0.012/META.yml 2014-10-12 12:10:21.0 +0200
@@ -20,7 +20,7 @@
 provides:
   experimental:
 file: lib/experimental.pm
-version: '0.011'
+version: '0.012'
 requires:
   Carp: '0'
   feature: '0'
@@ -31,4 +31,4 @@
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=experimental
   repository: git://github.com/Leont/experimental.git
-version: '0.011'
+version: '0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.011/README 
new/experimental-0.012/README
--- old/experimental-0.011/README   2014-09-27 14:08:54.0 +0200
+++ new/experimental-0.012/README   2014-10-12 12:10:21.0 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution experimental,
-version 0.011:
+version 0.012:
 
   Experimental features made easy
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.011/lib/experimental.pm 
new/experimental-0.012/lib/experimental.pm
--- old/experimental-0.011/lib/experimental.pm  2014-09-27 14:08:54.0 
+0200
+++ new/experimental-0.012/lib/experimental.pm  2014-10-12 12:10:21.0 
+0200
@@ -1,5 +1,5 @@
 package experimental;
-$experimental::VERSION = '0.011';
+$experimental::VERSION = '0.012';
 use strict;
 use warnings;
 use version ();
@@ -25,6 +25,7 @@
fc  = '5.16.0',
lexical_topic   = '5.10.0',
lexical_subs= '5.18.0',
+   lvalue_refs = '5.21.5',
postderef   = '5.20.0',
postderef_qq= '5.20.0',
regex_sets  = '5.18.0',
@@ -58,7 +59,13 @@
croak Can't enable unknown feature $pragma;
}
elsif ($min_version{$pragma}  $]) {
-   croak Need perl $min_version{$pragma} or later for feature 
$pragma;
+   my $stable = $min_version{$pragma};
+   if ($stable-{version}[1] % 2) {
+   $stable = 

commit ibus-skk for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package ibus-skk for openSUSE:Factory 
checked in at 2014-10-15 16:20:12

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


Package is ibus-skk

Changes:

--- /work/SRC/openSUSE:Factory/ibus-skk/ibus-skk.changes2013-10-10 
12:33:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-skk.new/ibus-skk.changes   2014-10-15 
16:21:44.0 +0200
@@ -1,0 +2,10 @@
+Wed Oct 15 06:34:23 UTC 2014 - hillw...@linuxfans.org
+
+- Update to 1.4.2
+  * Migrate to libgee 0.8 from 0.6.
+  * Optimize property registration upon focus change.
+  * PageUp/PageDown/Up/Down keys on candidate window now work.
+  * Install ibus-setup-skk.desktop.
+ 
+
+---

Old:

  ibus-skk-1.4.1git20120923.tar.gz

New:

  ibus-skk-1.4.2.tar.gz



Other differences:
--
++ ibus-skk.spec ++
--- /var/tmp/diff_new_pack.51FK3b/_old  2014-10-15 16:21:45.0 +0200
+++ /var/tmp/diff_new_pack.51FK3b/_new  2014-10-15 16:21:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-skk
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:  ibus-skk
-Version:   1.4.1git20120923
-Release:   1
+Version:1.4.2
+Release:0
 Summary:   Japanese SKK input method for ibus
-Group: System/I18n/Japanese
 License:   GPL-2.0+
-URL:   http://github.com/ueno/ibus-skk
+Group:  System/I18n/Japanese
+Url:http://github.com/ueno/ibus-skk
 Source0:   %{name}-%{version}.tar.gz
-BuildRequires:pkg-config
+BuildRequires:  gnome-common
+BuildRequires:  gtk3-devel
+BuildRequires:  ibus-devel = 1.3.99
 BuildRequires: intltool
 BuildRequires: libskk-devel
-BuildRequires: ibus-devel = 1.3.99
-BuildRequires: gtk3-devel
-BuildRequires:gnome-common
+BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version} = 1220
 BuildRequires:  pkgconfig(vapigen) = 0.16
@@ -37,7 +38,6 @@
 %endif
 Requires:  ibus
 
-
 %description
 A Japanese Simple Kana Kanji Input Method Engine for ibus.
 
@@ -45,20 +45,17 @@
 %prep
 %setup -q
 
-
 %build
 ./autogen.sh
 %configure
 make %{?_smp_mflags}
 
-
 %install
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL=install -p
 
 %suse_update_desktop_file ibus-setup-skk Utility DesktopUtility System
 %find_lang %{name}
 
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
@@ -67,5 +64,4 @@
 %{_libexecdir}/ibus-*-skk
 %{_datadir}/ibus/component/skk.xml
 
-
 %changelog

++ ibus-skk-1.4.1git20120923.tar.gz - ibus-skk-1.4.2.tar.gz ++
 62228 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit git-merge-changelog for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package git-merge-changelog for 
openSUSE:Factory checked in at 2014-10-15 16:20:06

Comparing /work/SRC/openSUSE:Factory/git-merge-changelog (Old)
 and  /work/SRC/openSUSE:Factory/.git-merge-changelog.new (New)


Package is git-merge-changelog

Changes:

--- /work/SRC/openSUSE:Factory/git-merge-changelog/git-merge-changelog.changes  
2013-04-08 14:44:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.git-merge-changelog.new/git-merge-changelog.changes 
2014-10-15 16:21:38.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 14 10:53:39 UTC 2014 - jeng...@inai.de
+
+- Use %_smp_mflags for parallel build, and remove ancient
+  specfile tags and sections
+
+---



Other differences:
--
++ git-merge-changelog.spec ++
--- /var/tmp/diff_new_pack.Z1vdMX/_old  2014-10-15 16:21:38.0 +0200
+++ /var/tmp/diff_new_pack.Z1vdMX/_new  2014-10-15 16:21:38.0 +0200
@@ -1,23 +1,33 @@
+#
 # spec file for package git-merge-changelog
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Ivan N. Zlatev cont...@i-nz.net
 #
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An Open Source License is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   git-merge-changelog
 Version:20120413
-Release:1
-License:GPL-3.0+
-URL:http://www.gnu.org/software/gnulib
-Group:  Development/Tools/Version Control
+Release:0
+Url:http://www.gnu.org/software/gnulib
 Source: %{name}-2008.tar.xz
 Summary:Git merge driver for ChangeLog files
+License:GPL-3.0+
+Group:  Development/Tools/Version Control
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-AutoReqProv:yes
-BuildRequires:  gcc xz
+BuildRequires:  gcc
+BuildRequires:  xz
 
 %description
 Git merge driver for ChangeLog files.
@@ -44,17 +54,16 @@
 %setup -q -n %{name}-2008
 
 %build
-%configure --prefix=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
+%configure
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 gzip -9 %{buildroot}%{_mandir}/man1/%{name}.1
 
-%clean
-%__rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
+
+%changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-10-15 16:20:21

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


Package is libfm

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-10-01 
09:17:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-10-15 
16:21:53.0 +0200
@@ -1,0 +2,50 @@
+Tue Oct 14 20:22:18 UTC 2014 - t...@gmx.com
+
+- new upstream release 1.2.3
+  * Changed licence for libfm-extra and libfm components from 
+GPL-2 to LGPL-2.1.
+  * Fixed crash on dropping URL queries into some folder.
+  * Fixed filename on dropping URI queries into folder: URI query 
+like http://some.site/path/query.php?new=yesmine=0 should be 
+never saved with file name path/query.php?new=yesmine=0 but 
+as query.php instead like all the web browsers do.
+  * Disabled debug messages in XML parser, it spammed a lot.
+  * Fixed content type detection which was broken in last release.
+  * Fixed incorrect call to g_environ_setenv() in the terminal 
+call.
+  * Replaced deprecated atk_component_get_position() calls.
+  * Fixed invalid callback get_image_position() on ATK icon of 
+ExoIconView, it could loop and therefore hang the application.
+  * Disabled deprecated atk_focus_tracker_notify() with new libatk.
+  * Fixed installation of headers with parallel install, it could 
+create invalid symlink /usr/share/libfm/libfm in some 
+conditions.
+  * Corrected handling of application launch failure - launch 
+content have to be informed about failure if startup notify id 
+was retrieved from it before.
+  * Fixed usage of POSIX.1-2001 declaration `environ' with GLib  
+2.28.
+  * Fixed out-of-tree build (e.g. make distcheck).
+  * Corrected menu cache to sync in 
+fm_app_chooser_dlg_dup_selected_app(), otherwise it would not 
+work without menu preloaded.
+  * Fixed launch of applications with %f or %u argument - it 
+should launch not just first file but all of them with the 
+same command.
+  * Fixed unneeded fm-folder-config save even if no changes were 
+made.
+  * Fixed not updated file in FmFolder if file was not changed 
+within last 2 seconds. In case of fast download it was not 
+updated in time. This may cause a little performance issue 
+though due to thumbnails update.
+  * Fixed crash if g_file_get_basename() returns NULL.
+  * Fixed issue with desktop entry file selected in the 
+Application chooser dialog, it tried to execute the desktop 
+entry directly. Now it setups dialog fields from that desktop 
+entry instead.
+  * Fixed problem with unwanted application substitution in the 
+Application chooser dialog: if user selected no name then no 
+replacements should be attempted.
+  * Fixed default app detection in Application chooser combo box.
+
+---

Old:

  libfm-1.2.2.1.tar.xz

New:

  libfm-1.2.3.tar.xz



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.pAfD8Z/_old  2014-10-15 16:21:54.0 +0200
+++ /var/tmp/diff_new_pack.pAfD8Z/_new  2014-10-15 16:21:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libfm
-Version:1.2.2.1
+Version:1.2.3
 Release:0
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0+
@@ -144,7 +144,7 @@
 rm -rf %{buildroot}%{_libdir}/pkgconfig/%{name}-extra.pc
 rm -rf %{buildroot}%{_libdir}/%{name}-extra.so
 rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4
-rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4.0.2
+rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4.0.3
 
 %find_lang %{name}
 %fdupes -s %{buildroot}/%{_datadir}/locale

++ libfm-1.2.2.1.tar.xz - libfm-1.2.3.tar.xz ++
 25115 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-shell-extensions for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2014-10-15 16:20:09

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


Package is gnome-shell-extensions

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2014-09-30 19:39:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
   2014-10-15 16:21:41.0 +0200
@@ -1,0 +2,9 @@
+Wed Oct 15 06:21:29 UTC 2014 - dims...@opensuse.org
+
+- Update to versoin 3.14.1:
+  + alternateTab: Fix dismissing popup with Escape.
+  + Some improvements to the window-list (spacing in app buttons,
+no flash when closing windows with auto-grouping).
+  + Updated translations.
+
+---

Old:

  gnome-shell-extensions-3.14.0.tar.xz

New:

  gnome-shell-extensions-3.14.1.tar.xz



Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.3CJ319/_old  2014-10-15 16:21:42.0 +0200
+++ /var/tmp/diff_new_pack.3CJ319/_new  2014-10-15 16:21:42.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-shell-extensions
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:A collection of extensions for GNOME Shell
 License:GPL-2.0+

++ gnome-shell-extensions-3.14.0.tar.xz - 
gnome-shell-extensions-3.14.1.tar.xz ++
 2008 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit autoyast2 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2014-10-15 16:26:33

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  2014-10-11 
19:25:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-10-15 
16:26:36.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 13 16:32:53 UTC 2014 - lsle...@suse.cz
+
+- Fixed No base product found error when evaluating
+  rules/rules.xml file (bnc#900750)
+- 3.1.66
+
+---

Old:

  autoyast2-3.1.65.tar.bz2

New:

  autoyast2-3.1.66.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.t5nKLo/_old  2014-10-15 16:26:37.0 +0200
+++ /var/tmp/diff_new_pack.t5nKLo/_new  2014-10-15 16:26:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.65
+Version:3.1.66
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,6 +30,12 @@
 BuildRequires:  yast2-installation-control
 # xmllint
 BuildRequires:  libxml2-tools
+BuildRequires:  yast2
+BuildRequires:  yast2-services-manager
+BuildRequires:  yast2-storage
+BuildRequires:  yast2-transfer
+BuildRequires:  yast2-xml
+BuildRequires:  rubygem(rspec)
 
 # %%{_unitdir} macro definition is in a separate package since 13.1
 %if 0%{?suse_version} = 1310

++ autoyast2-3.1.65.tar.bz2 - autoyast2-3.1.66.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.65/package/autoyast2.changes 
new/autoyast2-3.1.66/package/autoyast2.changes
--- old/autoyast2-3.1.65/package/autoyast2.changes  2014-10-09 
12:14:10.0 +0200
+++ new/autoyast2-3.1.66/package/autoyast2.changes  2014-10-13 
21:39:09.0 +0200
@@ -1,4 +1,11 @@
 ---
+Mon Oct 13 16:32:53 UTC 2014 - lsle...@suse.cz
+
+- Fixed No base product found error when evaluating
+  rules/rules.xml file (bnc#900750)
+- 3.1.66
+
+---
 Thu Oct  9 11:02:41 CEST 2014 - sch...@suse.de
 
 - Preventing double definition of ALWAYS_CLONABLE_MODULES.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.65/package/autoyast2.spec 
new/autoyast2-3.1.66/package/autoyast2.spec
--- old/autoyast2-3.1.65/package/autoyast2.spec 2014-10-09 12:14:10.0 
+0200
+++ new/autoyast2-3.1.66/package/autoyast2.spec 2014-10-13 21:39:09.0 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.65
+Version:3.1.66
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,6 +30,12 @@
 BuildRequires:  yast2-installation-control
 # xmllint
 BuildRequires:  libxml2-tools
+BuildRequires:  rubygem(rspec)
+BuildRequires:  yast2
+BuildRequires:  yast2-storage
+BuildRequires:  yast2-xml
+BuildRequires:  yast2-transfer
+BuildRequires:  yast2-services-manager
 
 # %%{_unitdir} macro definition is in a separate package since 13.1
 %if 0%{?suse_version} = 1310
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.65/src/modules/AutoInstallRules.rb 
new/autoyast2-3.1.66/src/modules/AutoInstallRules.rb
--- old/autoyast2-3.1.65/src/modules/AutoInstallRules.rb2014-10-09 
12:14:10.0 +0200
+++ new/autoyast2-3.1.66/src/modules/AutoInstallRules.rb2014-10-13 
21:39:09.0 +0200
@@ -10,6 +10,8 @@
 
 module Yast
   class AutoInstallRulesClass  Module
+include Yast::Logger
+
 def main
   Yast.import UI
   textdomain autoinst
@@ -317,17 +319,20 @@
 
   Builtins.y2milestone(Other linux parts: %1, @LinuxPartitions)
 
-  @installed_product = Product.name
-  @installed_product_version = Product.version
+  distro_str = SCR.Read(path(.content.DISTRO))
+  log.info DISTRO: #{distro_str}
+
+  distro = distro_map(distro_str)
+  cpe = distro ? cpeid_map(distro[cpeid]) : {}
+
+  @installed_product = distro[name] || 
+  @installed_product_version = cpe[version] || 
   Ops.set(@ATTR, installed_product, @installed_product)
   Ops.set(@ATTR, installed_product_version, @installed_product_version)
 
-  Builtins.y2milestone(
-Installing %1 %2,
-@installed_product,
-@installed_product_version
-  )
-  Builtins.y2milestone(ATTR=%1, @ATTR)
+  log.info Installing #{@installed_product.inspect},  \
+version: 

commit libgweather for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2014-10-15 16:26:36

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


Package is libgweather

Changes:

--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2014-09-30 
19:38:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes 
2014-10-15 16:26:39.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 13 17:33:12 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + The yahoo weather backend now uses HTTPS for privacy
+(bgo#737566).
+  + The yr.no weather backend was fixed (it regressed in 3.13.92)
+(bgo#738307).
+  + Updated translations.
+
+---

Old:

  libgweather-3.14.0.tar.xz

New:

  libgweather-3.14.1.tar.xz



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.263Yyx/_old  2014-10-15 16:26:40.0 +0200
+++ /var/tmp/diff_new_pack.263Yyx/_new  2014-10-15 16:26:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgweather
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Library to get online weather information
 License:GPL-2.0+

++ libgweather-3.14.0.tar.xz - libgweather-3.14.1.tar.xz ++
 53285 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtk3 for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2014-10-15 16:26:39

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


Package is gtk3

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2014-10-11 
19:24:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2014-10-15 
16:26:45.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 13 17:44:37 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.3:
+  + Bugs fixed: bgo#724096, bgo#737981, bgo#737983, bgo#737985,
+bgo#738158.
+  + Updated translations.
+
+---

Old:

  gtk+-3.14.2.tar.xz

New:

  gtk+-3.14.3.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.fkSUl8/_old  2014-10-15 16:26:47.0 +0200
+++ /var/tmp/diff_new_pack.fkSUl8/_new  2014-10-15 16:26:47.0 +0200
@@ -25,7 +25,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.14.2
+Version:3.14.3
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+

++ gtk+-3.14.2.tar.xz - gtk+-3.14.3.tar.xz ++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.14.2.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.14.3.tar.xz differ: char 27, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit metamail for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package metamail for openSUSE:Factory 
checked in at 2014-10-15 16:26:32

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


Package is metamail

Changes:

--- /work/SRC/openSUSE:Factory/metamail/metamail.changes2011-09-23 
02:12:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.metamail.new/metamail.changes   2014-10-15 
16:26:33.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  7 00:59:52 UTC 2014 - crrodrig...@opensuse.org
+
+- xorg libraries are not needed for build, just bdftopcf and 
+  mkfontdir
+
+---



Other differences:
--
++ metamail.spec ++
--- /var/tmp/diff_new_pack.ddpho2/_old  2014-10-15 16:26:34.0 +0200
+++ /var/tmp/diff_new_pack.ddpho2/_new  2014-10-15 16:26:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package metamail (Version 2.7.19)
+# spec file for package metamail
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   metamail
-BuildRequires:  ncurses-devel xorg-x11 xorg-x11-devel
-License:MIT
-Group:  Productivity/Networking/Email/Utilities
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
+BuildRequires:  ncurses-devel
 Requires:   sharutils
-AutoReqProv:on
 Version:2.7.19
-Release:1247
+Release:0
 Summary:MIME Mail Handler
+License:MIT
+Group:  Productivity/Networking/Email/Utilities
 Source: metamail-2.7-19.tar.gz
 Source1:mimecheck
 Source2:mimecheck.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-system-monitor for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package gnome-system-monitor for 
openSUSE:Factory checked in at 2014-10-15 16:26:44

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


Package is gnome-system-monitor

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-system-monitor/gnome-system-monitor.changes
2014-09-30 19:39:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-system-monitor.new/gnome-system-monitor.changes
   2014-10-15 16:26:53.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 13 19:33:54 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Bugs fixed:
+- bgo#737098: polkit console auth agent freezing xsession.
+- bgo#738467: Some icons are enormously large.
+  + Updated translations.
+
+---

Old:

  gnome-system-monitor-3.14.0.tar.xz

New:

  gnome-system-monitor-3.14.1.tar.xz



Other differences:
--
++ gnome-system-monitor.spec ++
--- /var/tmp/diff_new_pack.zB8beG/_old  2014-10-15 16:26:54.0 +0200
+++ /var/tmp/diff_new_pack.zB8beG/_new  2014-10-15 16:26:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-system-monitor
-Version:3.14.0
+Version:3.14.1
 Release:0
 Url:http://www.gnome.org
 Summary:A Simple Process Monitor

++ gnome-system-monitor-3.14.0.tar.xz - gnome-system-monitor-3.14.1.tar.xz 
++
 15069 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit file-roller for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2014-10-15 16:26:38

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


Package is file-roller

Changes:

--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2014-09-30 
19:40:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 
2014-10-15 16:26:43.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 17:57:45 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Updated translations.
+
+---

Old:

  file-roller-3.14.0.tar.xz

New:

  file-roller-3.14.1.tar.xz



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.gvH8Ud/_old  2014-10-15 16:26:44.0 +0200
+++ /var/tmp/diff_new_pack.gvH8Ud/_new  2014-10-15 16:26:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   file-roller
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:An Archive Manager for GNOME
 License:GPL-2.0+

++ file-roller-3.14.0.tar.xz - file-roller-3.14.1.tar.xz ++
 13182 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-contacts for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package gnome-contacts for openSUSE:Factory 
checked in at 2014-10-15 16:26:43

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


Package is gnome-contacts

Changes:

--- /work/SRC/openSUSE:Factory/gnome-contacts/gnome-contacts.changes
2014-09-30 19:40:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-contacts.new/gnome-contacts.changes   
2014-10-15 16:26:51.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 19:29:02 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Remove unneeded logs in SearchProvider.
+
+---

Old:

  gnome-contacts-3.14.0.tar.xz

New:

  gnome-contacts-3.14.1.tar.xz



Other differences:
--
++ gnome-contacts.spec ++
--- /var/tmp/diff_new_pack.Xmmq9m/_old  2014-10-15 16:26:52.0 +0200
+++ /var/tmp/diff_new_pack.Xmmq9m/_new  2014-10-15 16:26:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-contacts
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Contacts Manager for GNOME
 License:GPL-2.0+

++ gnome-contacts-3.14.0.tar.xz - gnome-contacts-3.14.1.tar.xz ++
 10126 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-music for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package gnome-music for openSUSE:Factory 
checked in at 2014-10-15 16:26:40

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


Package is gnome-music

Changes:

--- /work/SRC/openSUSE:Factory/gnome-music/gnome-music.changes  2014-10-06 
12:06:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-music.new/gnome-music.changes 
2014-10-15 16:26:47.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 13 18:25:02 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Bugs fixed:
+- bgo#736925: Remove deprecation warnings from AlbumWidget.ui.
+- bgo#737571: No covers loaded on libmediaart 0.6.0.
+- bgo#736241: Prefer embedded album art over downloaded.
+- bgo#733686: Gnome music will not launch.
+  + Updated translations.
+- Drop gnome-music-fix-missing-albumcovers.patch: Fixed upstream.
+
+---

Old:

  gnome-music-3.14.0.tar.xz
  gnome-music-fix-missing-albumcovers.patch

New:

  gnome-music-3.14.1.tar.xz



Other differences:
--
++ gnome-music.spec ++
--- /var/tmp/diff_new_pack.YVxbtK/_old  2014-10-15 16:26:48.0 +0200
+++ /var/tmp/diff_new_pack.YVxbtK/_new  2014-10-15 16:26:48.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   gnome-music
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Music Player for GNOME
 License:SUSE-GPL-2.0-with-plugin-exception and LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-music/3.14/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-music-fix-missing-albumcovers.patch bgo#737571 
zai...@opensuse.org -- Fix missing albumcovers with libmediaart 0.6 and newer.
-Patch0: gnome-music-fix-missing-albumcovers.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool = 0.26
 BuildRequires:  itstool
@@ -54,7 +52,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++ gnome-music-3.14.0.tar.xz - gnome-music-3.14.1.tar.xz ++
 2170 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit p11-kit for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package p11-kit for openSUSE:Factory checked 
in at 2014-10-15 16:26:32

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


Package is p11-kit

Changes:

--- /work/SRC/openSUSE:Factory/p11-kit/p11-kit.changes  2014-09-03 
20:29:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.p11-kit.new/p11-kit.changes 2014-10-15 
16:26:34.0 +0200
@@ -1,0 +2,27 @@
+Mon Oct 13 16:09:09 UTC 2014 - lnus...@suse.de
+
+- remove patches:
+ * trust-Print-label-of-certificate-when-complaining-.patch
+ * trust-Dont-use-invalid-public-keys-for-looking-up-.patch
+
+- new version 0.20.7 (stable)
+ * New public pkcs11x.h header containing extensions [fdo#83495]
+ * Export necessary defines to lookup attached extensions [fdo#83495]
+ * Build fixes
+
+- new version 0.20.6 (stable)
+ * Make the p11-kit-proxy.so module respect critical = no [fdo#83651]
+ * Build fix for FreeBSD [fdo#75674]
+
+- new version 0.20.5 (stable)
+ * Don't use invalid keys for looking up stapled extensions [fdo#82328]
+ * Better error messages when invalid certificate extensions
+ * Fix parsing of some odd OpenSSL TRUSTED CERTIFICATE files
+ * Fix some leaks, and memory issues
+ * Silence some clang scanner warnings
+
+- new version 0.20.4 (stable)
+ * Don't complain about C_Finalize after a fork
+ * Fix typo
+
+---

Old:

  p11-kit-0.20.3.tar.gz
  p11-kit-0.20.3.tar.gz.sig
  trust-Dont-use-invalid-public-keys-for-looking-up-.patch
  trust-Print-label-of-certificate-when-complaining-.patch

New:

  p11-kit-0.20.7.tar.gz
  p11-kit-0.20.7.tar.gz.sig



Other differences:
--
++ p11-kit.spec ++
--- /var/tmp/diff_new_pack.KfLHfB/_old  2014-10-15 16:26:35.0 +0200
+++ /var/tmp/diff_new_pack.KfLHfB/_new  2014-10-15 16:26:35.0 +0200
@@ -22,7 +22,7 @@
 %define trustdir_static  %{pkidir_static}/trust
 
 Name:   p11-kit
-Version:0.20.3
+Version:0.20.7
 Release:0
 Summary:Library to work with PKCS#11 modules
 License:BSD-3-Clause
@@ -35,12 +35,6 @@
 # patch proposed upstream. If it gets rejected, need to implement
 # this in ca-certificates.
 Patch0: 0001-trust-allow-to-also-add-openssl-style-hashes-to-pem-d.diff
-# PATCH-FIX-OPENSUSE
-# trust-Print-label-of-certificate-when-complaining-.patch bnc#890908 
lnus...@suse.de
-Patch1: trust-Print-label-of-certificate-when-complaining-.patch
-# PATCH-FIX-OPENSUSE
-# trust-Dont-use-invalid-public-keys-for-looking-up-.patch bnc#890908 
lnus...@suse.de
-Patch2: trust-Dont-use-invalid-public-keys-for-looking-up-.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -98,10 +92,7 @@
 to be installed intead of mozilla-nss-certs.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1
 
 %build
 # just because of patch0

++ p11-kit-0.20.3.tar.gz - p11-kit-0.20.7.tar.gz ++
 37276 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtksourceview for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory 
checked in at 2014-10-15 16:26:41

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


Package is gtksourceview

Changes:

--- /work/SRC/openSUSE:Factory/gtksourceview/gtksourceview.changes  
2014-09-30 19:38:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceview.new/gtksourceview.changes 
2014-10-15 16:26:49.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 13 19:24:09 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Fix UndoManager with a new implementation.
+  + Various other improvements.
+  + Updated translations.
+
+---

Old:

  gtksourceview-3.14.0.tar.xz

New:

  gtksourceview-3.14.1.tar.xz



Other differences:
--
++ gtksourceview.spec ++
--- /var/tmp/diff_new_pack.JeryMg/_old  2014-10-15 16:26:50.0 +0200
+++ /var/tmp/diff_new_pack.JeryMg/_new  2014-10-15 16:26:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gtksourceview
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:GTK+ Source Editing Widget
 License:LGPL-2.1+

++ gtksourceview-3.14.0.tar.xz - gtksourceview-3.14.1.tar.xz ++
 10943 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



  1   2   >