Hello community,
here is the log from the commit of package signon-kwallet-extension for
openSUSE:Factory checked in at 2015-06-04 11:24:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/signon-kwallet-extension (Old)
and /work/SRC/openSUSE:Factory/.signon-kwallet-extension.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "signon-kwallet-extension"
Changes:
--------
---
/work/SRC/openSUSE:Factory/signon-kwallet-extension/signon-kwallet-extension.changes
2015-05-15 10:05:15.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.signon-kwallet-extension.new/signon-kwallet-extension.changes
2015-06-04 11:24:20.000000000 +0200
@@ -1,0 +2,8 @@
+Sat May 30 15:12:52 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.04.2
+ * KDE Applications 15.04.2
+ * https://www.kde.org/announcements/announce-applications-15.04.2.php
+
+
+-------------------------------------------------------------------
Old:
----
signon-kwallet-extension-15.04.1.tar.xz
New:
----
signon-kwallet-extension-15.04.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ signon-kwallet-extension.spec ++++++
--- /var/tmp/diff_new_pack.T5M3mh/_old 2015-06-04 11:24:21.000000000 +0200
+++ /var/tmp/diff_new_pack.T5M3mh/_new 2015-06-04 11:24:21.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package signon-kwallet-extension
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
Name: signon-kwallet-extension
-Version: 15.04.1
+Version: 15.04.2
Release: 0
Summary: KWallet integration for signon framework
License: GPL-2.0+
Group: System/GUI/KDE
Source: %{name}-%{version}.tar.xz
-BuildRequires: pkgconfig(Qt5DBus)
-BuildRequires: pkgconfig(Qt5Core)
-BuildRequires: pkgconfig(Qt5Test)
-BuildRequires: kwallet-devel
BuildRequires: kf5-filesystem
+BuildRequires: kwallet-devel
BuildRequires: signon-plugins-devel
BuildRequires: signond-libs-devel
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5DBus)
+BuildRequires: pkgconfig(Qt5Test)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
++++++ signon-kwallet-extension-15.04.1.tar.xz ->
signon-kwallet-extension-15.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/signon-kwallet-extension-15.04.1/CMakeLists.txt
new/signon-kwallet-extension-15.04.2/CMakeLists.txt
--- old/signon-kwallet-extension-15.04.1/CMakeLists.txt 2015-05-07
15:11:07.000000000 +0200
+++ new/signon-kwallet-extension-15.04.2/CMakeLists.txt 2015-05-29
00:06:21.000000000 +0200
@@ -1,8 +1,8 @@
project(kwalletsignon5)
set(kwalletsignon_VERSION_MAJOR 15)
set(kwalletsignon_VERSION_MINOR 04)
-set(kwalletsignon_VERSION_RELEASE 1)
-set(kwalletsignon_VERSION "15.04.1")
+set(kwalletsignon_VERSION_RELEASE 2)
+set(kwalletsignon_VERSION "15.04.2")
cmake_minimum_required(VERSION 2.8.12)