Accepting request 659077 from home:plater
- Update to release 18.12 OBS-URL: https://build.opensuse.org/request/show/659077 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=80
This commit is contained in:
parent
875d304419
commit
7f8527a8c7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a777c852c8905df7efbadcebea7fa7300d8bf1865ed581af20518a8535400c13
|
||||
size 6691391
|
3
rosegarden-18.12.tar.bz2
Normal file
3
rosegarden-18.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b2331ae988f20904807b4f2c687048c03fd8b0c117705d5d37cd8b941752996
|
||||
size 6649011
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 10:14:21 UTC 2018 - davejplater@gmail.com
|
||||
|
||||
- Update to release 18.12
|
||||
- Include newly added librosegardenprivate.so
|
||||
- Upstream changes:
|
||||
*Fixed stuck notes on matrix editor (r15283)
|
||||
*Fixed some double-gzipped .rgd file (r15344, r15345)
|
||||
*Removed support for Qt4 (r15347)
|
||||
*Improved support for HiDPI displays (r15349, r15352)
|
||||
*Fixed crash when loading composition (r15355)
|
||||
*cmake 3.1 or above is now required (r15357)
|
||||
*Migrate to C++11 (r15361)
|
||||
*Use QLockFile for the document lock file, reducing leftover
|
||||
lock file warnings (r15373)
|
||||
*Show pointer position on new staff when clicking on a different
|
||||
staff (r15382)
|
||||
*Fixed wrong warning about “lyric” text type during export.
|
||||
(r15392)
|
||||
*Fixed some range checks in SequencerDataBlock (r15402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 11:22:42 UTC 2018 - davejplater@gmail.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: rosegarden
|
||||
Version: 18.06
|
||||
Version: 18.12
|
||||
Release: 0
|
||||
License: GPL-2.0-or-later
|
||||
Summary: Midi, Audio And Notation Editor
|
||||
@ -92,7 +92,6 @@ export CXXFLAGS="$CFLAGS"
|
||||
# Now uses cmake
|
||||
#%%configure --enable-debug --localedir=%%{_datadir}/%%{name}/locale/
|
||||
%cmake \
|
||||
-DUSE_QT5:BOOL=ON \
|
||||
-DCMAKE_INSTALL_LOCALEDIR:PATH=%{_datadir}/locale/
|
||||
|
||||
#make svnheader
|
||||
@ -159,6 +158,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/applications/com.rosegardenmusic.%{name}.desktop
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%{_bindir}/%{name}
|
||||
%{_libdir}/lib%{name}private.so
|
||||
%{_mandir}/man1/*
|
||||
%{_datadir}/%{name}/*
|
||||
%{_datadir}/%{name}/presets/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user