Accepting request 658452 from KDE:Applications

KDE Applications 18.12

OBS-URL: https://build.opensuse.org/request/show/658452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kross-interpreters?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2019-01-08 11:22:25 +00:00 committed by Git OBS Bridge
commit e895b92821
4 changed files with 53 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09509260773fb50e30cb1f4595c0c196f1a5e986ff07e1b00daea29dd5d019a1
size 144820

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e09e20bf200444f1e716a85969f15e591b107ef1f6e7420179502b2c76227f7
size 144800

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Fri Dec 14 06:09:15 UTC 2018 - lbeltrame@kde.org
- Update to 18.12.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.0.php
- Changes since 18.11.90:
* No code changes since 18.11.90
-------------------------------------------------------------------
Mon Dec 03 20:56:09 UTC 2018 - lbeltrame@kde.org
- Update to 18.11.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-rc.php
- Changes since 18.11.80:
* No code changes since 18.11.80
-------------------------------------------------------------------
Sat Nov 24 15:51:06 UTC 2018 - wbauer@tmo.at
- Add license file
-------------------------------------------------------------------
Tue Nov 20 06:22:44 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:57:14 UTC 2018 - lbeltrame@kde.org
- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-beta.php
- Changes since 18.08.3:
* No code changes
-------------------------------------------------------------------
Thu Nov 08 20:43:43 UTC 2018 - lbeltrame@kde.org
@ -44,7 +84,7 @@ Thu Jul 26 13:00:54 UTC 2018 - lbeltrame@kde.org
- Update to 18.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.07.80.php
* https://www.kde.org/announcements/announce-applications-18.08-beta.php
- Changes since 18.04.3:
* python: the module is optional, so make the dependency optional too
@ -94,7 +134,7 @@ Fri Apr 06 07:09:53 CEST 2018 - lbeltrame@kde.org
- Update to 18.03.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.03.90.php
* https://www.kde.org/announcements/announce-applications-18.04-rc.php
- Changes since 17.12.3:
* None
@ -204,7 +244,7 @@ Sat Aug 5 18:18:41 UTC 2017 - christophe@krop.fr
- Update to KDE Applications 17.07.90
* KDE Applications 17.07.90
* https://www.kde.org/announcements/announce-applications-17.07.90.php
* https://www.kde.org/announcements/announce-applications-17.08-rc.php
-------------------------------------------------------------------
@ -263,7 +303,7 @@ Sat Mar 25 23:10:41 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
* https://www.kde.org/announcements/announce-applications-17.04-beta.php
- Changes since 16.12.3:
* ruby: Do not let FindRuby find an old version of Ruby cached in CMakeCache.txt variables
@ -350,7 +390,7 @@ Mon Aug 8 15:21:29 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.07.90
* KDE Applications 16.07.90 (16.08-RC)
* https://www.kde.org/announcements/announce-applications-16.07.90.php
* https://www.kde.org/announcements/announce-applications-16.08-rc.php
-------------------------------------------------------------------
@ -466,7 +506,7 @@ Fri Aug 7 07:55:56 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 15.07.90
* KDE Applications 15.08.0 RC1
* https://www.kde.org/announcements/announce-applications-15.07.90.php
* https://www.kde.org/announcements/announce-applications-15.08-rc.php
-------------------------------------------------------------------

View File

@ -16,12 +16,12 @@
#
Name: kross-interpreters
Version: 18.08.3
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Name: kross-interpreters
Version: 18.12.0
Release: 0
Summary: Diverse bindings for KROSS
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
@ -36,7 +36,6 @@ BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The kross interpreters for Ruby, Python and Java
@ -74,7 +73,7 @@ The Java bindings which can be used with KROSS
#make DESTDIR=%{buildroot} install
%files -n kross-python
%defattr(-,root,root)
%license COPYING
%{_kf5_plugindir}/krosspython.so
%changelog