Accepting request 496050 from KDE:Applications
KDE Applications 17.04.1 OBS-URL: https://build.opensuse.org/request/show/496050 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minuet?expand=0&rev=8
This commit is contained in:
commit
fad2323feb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c2c25007e4512d2c59398c4ac3e7614dfe163d59ba601450a261f8911af8095
|
||||
size 27296368
|
3
minuet-17.04.1.tar.xz
Normal file
3
minuet-17.04.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76e90ceaa973caa55e99d71976e130a14fd18a1631fcb9644b36259751a30f63
|
||||
size 27848108
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 20:37:37 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.1.php
|
||||
- Changes since 17.04.0:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:45:28 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* Fix bug in sheetmusic rendering
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:26:08 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* Fix minor typo
|
||||
* Remove log message
|
||||
* Render notes as block for chord exercises
|
||||
* Add basic support for sheetmusic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:52 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
|
||||
- Changes since 16.12.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:44:06 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -20,7 +63,7 @@ Thu Feb 9 07:20:59 UTC 2017 - lbeltrame@kde.org
|
||||
Sat Jan 14 09:07:20 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
- - Update to KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -32,7 +75,7 @@ Mon Dec 26 14:22:10 UTC 2016 - fabian@ritter-vogt.de
|
||||
Tue Dec 13 20:04:15 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||
|
||||
|
||||
|
20
minuet.spec
20
minuet.spec
@ -16,11 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Name: minuet
|
||||
Version: 16.12.3
|
||||
Version: 17.04.1
|
||||
Release: 0
|
||||
Summary: A KDE Software for Music Education
|
||||
License: GPL-2.0+
|
||||
@ -42,13 +44,12 @@ BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.7.0
|
||||
BuildRequires: cmake(Qt5QuickControls2) >= 5.7.0
|
||||
# Workaround for bug in libqt5-qtquickcontrols2 package, to be fixed with 5.7.1 sr
|
||||
BuildRequires: libQt5QuickControls2-5
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.7.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.7.0
|
||||
BuildRequires: pkgconfig(fluidsynth)
|
||||
# Runtime requirement
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -70,7 +71,9 @@ Requires: minuet = %{version}
|
||||
%description devel
|
||||
Development headers and libraries for Minuet.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -81,6 +84,10 @@ Development headers and libraries for Minuet.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
%suse_update_desktop_file org.kde.minuet Music
|
||||
|
||||
%files
|
||||
@ -102,4 +109,9 @@ Development headers and libraries for Minuet.
|
||||
%{_includedir}/minuet/
|
||||
%{_kf5_libdir}/libminuetinterfaces.so
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user