Git commit 85463c19f2b011ece59e920ac06c03f2fc749d39 by Thomas Eschenbacher. Committed on 06/01/2017 at 13:11. Pushed by eschenbacher into branch 'master'.
prepared for next release, v0.9.3, at 2017-01-29 M +1 -1 CHANGES M +6 -6 README M +1 -1 VERSION M +5 -5 doc/en/index.docbook M +2 -2 kwave.lsm https://commits.kde.org/kwave/85463c19f2b011ece59e920ac06c03f2fc749d39 diff --git a/CHANGES b/CHANGES index 336ce96a..f5a34df8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -0.9.3 [2016-xx-xx] +0.9.3 [2017-01-29] * project moved from kdereview to kdemultimedia * added genre types 126..191 diff --git a/README b/README index 295023a1..93be3154 100644 --- a/README +++ b/README @@ -36,10 +36,10 @@ of your choice and then generate it in a separate build directory. For example: cd ${HOME}/src -tar -xvzf kwave-0.9.2-1.tar.bz2 +tar -xvzf kwave-0.9.3-1.tar.bz2 mkdir kwave-build cd kwave-build -cmake ../kwave-0.9.2 +cmake ../kwave-0.9.3 make make install @@ -63,15 +63,15 @@ Installing the rpm package normally requires root permissions. 2.1 Building a binary rpm from archive file: ------------------------------------------- -Simply get the source archive (for example kwave-0.9.2-1.tar.bz2) and +Simply get the source archive (for example kwave-0.9.3-1.tar.bz2) and then type: -rpmbuild -ta kwave-0.9.2-1.tar.bz2 +rpmbuild -ta kwave-0.9.3-1.tar.bz2 If you want to build for a different architecture than your current, you might want to add the parameter "--target ...", for example: -rpmbuild -ta --target i586 kwave-0.9.2-1.tar.bz2 +rpmbuild -ta --target i586 kwave-0.9.3-1.tar.bz2 compiles for i586 architecture. @@ -105,7 +105,7 @@ build the package on a system with the KDE base directory set to some location (like for example /usr) and install it on some other system and/or into a different directory. -rpm -Uvh --prefix=/usr/local kwave-0.9.2-1.i586.rpm +rpm -Uvh --prefix=/usr/local kwave-0.9.3-1.i586.rpm This modifies the path where the program is installed and it is strongly recommended that this is a directory that is contained in the KDEDIRS diff --git a/VERSION b/VERSION index 2003b639..965065db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 +0.9.3 diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 916c3c86..fb008278 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -3,9 +3,9 @@ <!ENTITY kwave "<application>Kwave</application>"> <!ENTITY % English "INCLUDE"> <!-- change language only here --> <!ENTITY % addindex "IGNORE"> - <!ENTITY version "0.9.2"> - <!ENTITY version_tag "0_9_2"> - <!ENTITY version_year "2016"> + <!ENTITY version "0.9.3"> + <!ENTITY version_tag "0_9_3"> + <!ENTITY version_year "2017"> <!ENTITY % ents PUBLIC "-//KDE//ENTITIES Application-Variable Entities V2.0//EN" "entities/kde-prologue.entities"> <!ENTITY url_git_web_kde "http://commits.kde.org/kwave"> <!ENTITY url_prefix_gitweb "&url_git_web_kde;?path="> @@ -320,8 +320,8 @@ <legalnotice>&FDLNotice;</legalnotice> - <date>2016-06-26</date> - <releaseinfo>0.9.2 (Applications 16.12)</releaseinfo> + <date>2017-01-29</date> + <releaseinfo>0.9.3</releaseinfo> <abstract><para>&kwave; is a simple sound editor built on &kf5-full;.</para></abstract> diff --git a/kwave.lsm b/kwave.lsm index 83c4853b..04b98305 100644 --- a/kwave.lsm +++ b/kwave.lsm @@ -1,7 +1,7 @@ Begin3 Title: kwave -Version: 0.9.2 -Entered-date: 26JUN2016 +Version: 0.9.3 +Entered-date: 29JAN2017 Description: A sound editor built on KDE Frameworks 5 that can edit many types of audio files. Keywords: KDE, Qt, WAV, Sound, Editor, Effects, playback, recording Author: Martin Wilz <[email protected]>
