Accepting request 599147 from KDE:Applications

KDE Applications 18.04.0

OBS-URL: https://build.opensuse.org/request/show/599147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minuet?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2018-04-27 14:06:41 +00:00 committed by Git OBS Bridge
commit 3db5925cf4
5 changed files with 26 additions and 40 deletions

View File

@ -1,33 +0,0 @@
From a84c183bb25201c46fa64316be619b10fdec674f Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <christophe@krop.fr>
Date: Fri, 9 Mar 2018 14:23:30 +0100
Subject: [PATCH] Also detect fluidsynth 1.1.xx
---
cmake/FindFluidSynth.cmake | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cmake/FindFluidSynth.cmake b/cmake/FindFluidSynth.cmake
index 27135a3..d0f3e86 100644
--- a/cmake/FindFluidSynth.cmake
+++ b/cmake/FindFluidSynth.cmake
@@ -73,13 +73,13 @@ find_path(FluidSynth_INCLUDE_DIRS
HINTS ${PC_FluidSynth_INCLUDEDIR}
)
-#set(FluidSynth_VERSION "${PC_FluidSynth_VERSION}")
+set(FluidSynth_VERSION "${PC_FluidSynth_VERSION}")
if(NOT FluidSynth_VERSION)
if(EXISTS "${FluidSynth_INCLUDE_DIRS}/fluidsynth/version.h")
file(STRINGS "${FluidSynth_INCLUDE_DIRS}/fluidsynth/version.h" _FLUIDSYNTH_VERSION_H
- REGEX "^#define[ ]+FLUIDSYNTH_VERSION[ ]+\"[0-9].[0-9].[0-9]\"")
- string(REGEX REPLACE "^#define[ ]+FLUIDSYNTH_VERSION[ ]+\"([0-9].[0-9].[0-9])\".*" "\\1" FluidSynth_VERSION "${_FLUIDSYNTH_VERSION_H}")
+ REGEX "^#define[ ]+FLUIDSYNTH_VERSION.*$")
+ string(REGEX REPLACE "^#define[ ]+FLUIDSYNTH_VERSION[ ]+\"([0-9]+.[0-9]+.[0-9]+)\".*" "\\1" FluidSynth_VERSION "${_FLUIDSYNTH_VERSION_H}")
unset(_FLUIDSYNTH_VERSION_H)
endif()
endif()
--
2.16.2

View File

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

3
minuet-18.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70ed42eca8ed89fd28b287fb8844a3ec38b78ec6abe6ed97ee9700b930d8be39
size 27859352

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Apr 18 07:50:04 CEST 2018 - lbeltrame@kde.org
- Update to 18.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.0.php
- Changes since 18.03.90:
* None
-------------------------------------------------------------------
Fri Apr 06 07:10:15 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
- Changes since 17.12.3:
* Also detect fluidsynth 1.1.xx
- Dropped patches, now upstream:
* 0001-Also-detect-fluidsynth-1.1.xx.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 9 13:32:04 UTC 2018 - christophe@krop.fr Fri Mar 9 13:32:04 UTC 2018 - christophe@krop.fr

View File

@ -21,15 +21,13 @@
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: minuet Name: minuet
Version: 17.12.3 Version: 18.04.0
Release: 0 Release: 0
Summary: A KDE Software for Music Education Summary: A KDE Software for Music Education
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Other Group: Productivity/Other
Url: http://www.kde.org Url: http://www.kde.org
Source: minuet-%{version}.tar.xz Source: minuet-%{version}.tar.xz
# PATCH-FIX-UPSTREAM 0001-Also-detect-fluidsynth-1.1.xx.patch
Patch0: 0001-Also-detect-fluidsynth-1.1.xx.patch
BuildRequires: extra-cmake-modules >= 5.15.0 BuildRequires: extra-cmake-modules >= 5.15.0
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -79,7 +77,6 @@ Development headers and libraries for Minuet.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build