From f1a414e4e4b59077de03d5bceb6f98d58399d925b8193578ceeac220befa6214 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 26 Mar 2017 07:20:47 +0000 Subject: [PATCH 1/7] KDE Applications 17.08.80 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=52 --- kmix-16.12.3.tar.xz | 3 --- kmix-17.03.80.tar.xz | 3 +++ kmix-4.14.3-fix-bashisms.patch | 39 ++++++++++++++++++++++++++++++++++ kmix.changes | 30 +++++++++++++++++--------- kmix.spec | 4 ++-- 5 files changed, 64 insertions(+), 15 deletions(-) delete mode 100644 kmix-16.12.3.tar.xz create mode 100644 kmix-17.03.80.tar.xz create mode 100644 kmix-4.14.3-fix-bashisms.patch diff --git a/kmix-16.12.3.tar.xz b/kmix-16.12.3.tar.xz deleted file mode 100644 index 8347364..0000000 --- a/kmix-16.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44fa5657a831146bcaf565563073dcd92f82ed14c4e3416a3242983f949d04d7 -size 388792 diff --git a/kmix-17.03.80.tar.xz b/kmix-17.03.80.tar.xz new file mode 100644 index 0000000..bafb3fc --- /dev/null +++ b/kmix-17.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1aad4e8d82a6b82c7173888190123a83c88a8684e3972065413d0414dda2e3 +size 388816 diff --git a/kmix-4.14.3-fix-bashisms.patch b/kmix-4.14.3-fix-bashisms.patch new file mode 100644 index 0000000..1deb4c0 --- /dev/null +++ b/kmix-4.14.3-fix-bashisms.patch @@ -0,0 +1,39 @@ +diff -Ndur kmix-4.14.3/apps/kmixremote kmix-4.14.3-fix-bashisms/apps/kmixremote +--- kmix-4.14.3/apps/kmixremote 2014-07-16 11:24:17.000000000 +0300 ++++ kmix-4.14.3-fix-bashisms/apps/kmixremote 2014-11-23 06:46:36.616308340 +0200 +@@ -7,7 +7,7 @@ + # Mute + ################################################################################# + +-function usage ++usage() + { + echo "Usage:" + echo "List mixers # $0 list" +@@ -18,7 +18,7 @@ + echo + } + +-function exit_with_error ++exit_with_error() + { + echo "Error: $1" + echo +@@ -27,7 +27,7 @@ + } + + # Prints the mixer DBUS ID's on the console. leaving out the "/Mixers/" prefix +-function listMixers ++listMixers() + { + qdbus org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get org.kde.KMix.MixSet mixers | cut -f3 -d/ + errorCode=$? +@@ -37,7 +37,7 @@ + } + + # Prints the mixer control DBUS ID's of the given mixer on the console. leaving out the "/Mixers/" prefix +-function listControls ++listControls() + { + qdbus org.kde.kmix $1 org.freedesktop.DBus.Properties.Get org.kde.KMix.Mixer controls | cut -f4 -d/ + errorCode=$? diff --git a/kmix.changes b/kmix.changes index 58e12ce..ddc2d8a 100644 --- a/kmix.changes +++ b/kmix.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Mar 25 23:10:35 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: + * None + ------------------------------------------------------------------- Thu Mar 9 12:39:35 CET 2017 - lbeltrame@kde.org @@ -20,14 +30,14 @@ Thu Feb 9 07:01:53 UTC 2017 - lbeltrame@kde.org Sat Jan 14 08:59:04 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 ------------------------------------------------------------------- Tue Dec 13 19:48:23 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 @@ -128,7 +138,7 @@ Mon Apr 11 06:44:42 UTC 2016 - tittiatcoke@gmail.com Sun Mar 13 15:47:15 UTC 2016 - tittiatcoke@gmail.com - Update to KDE Applications 15.12.3 - * KDE Applications 15.12.3 + * KDE Applications 15.12.3 * https://www.kde.org/announcements/announce-applications-15.12.3.php * boo#970855 @@ -137,7 +147,7 @@ Sun Mar 13 15:47:15 UTC 2016 - tittiatcoke@gmail.com Sat Feb 13 08:14:47 UTC 2016 - tittiatcoke@gmail.com - Update to KDE Applications 15.12.2 - * KDE Applications 15.12.2 + * KDE Applications 15.12.2 * https://www.kde.org/announcements/announce-applications-15.12.2.php * boo#966605 @@ -146,7 +156,7 @@ Sat Feb 13 08:14:47 UTC 2016 - tittiatcoke@gmail.com Sat Jan 9 18:23:28 UTC 2016 - tittiatcoke@gmail.com - Update to KDE Applications 15.12.1 - * KDE Applications 15.12.1 + * KDE Applications 15.12.1 * https://www.kde.org/announcements/announce-applications-15.12.1.php * boo#961265 @@ -155,7 +165,7 @@ Sat Jan 9 18:23:28 UTC 2016 - tittiatcoke@gmail.com Sun Dec 13 13:22:38 UTC 2015 - tittiatcoke@gmail.com - Update to KDE Applications 15.12.0 - * KDE Applications 15.12.0 + * KDE Applications 15.12.0 * https://www.kde.org/announcements/announce-applications-15.12.0.php * boo#958887 @@ -164,7 +174,7 @@ Sun Dec 13 13:22:38 UTC 2015 - tittiatcoke@gmail.com Tue Nov 10 20:12:04 UTC 2015 - tittiatcoke@gmail.com - Update to KDE Applications 15.08.3 - * KDE Applications 15.08.3 + * KDE Applications 15.08.3 * https://www.kde.org/announcements/announce-applications-15.08.3.php * boo#954531 @@ -173,7 +183,7 @@ Tue Nov 10 20:12:04 UTC 2015 - tittiatcoke@gmail.com Sun Oct 11 13:34:41 UTC 2015 - tittiatcoke@gmail.com - Update to KDE Applications 15.08.2 - * KDE Applications 15.08.2 + * KDE Applications 15.08.2 * https://www.kde.org/announcements/announce-applications-15.08.2.php @@ -181,7 +191,7 @@ Sun Oct 11 13:34:41 UTC 2015 - tittiatcoke@gmail.com Sun Sep 13 19:19:45 UTC 2015 - tittiatcoke@gmail.com - Update to KDE Applications 15.08.1 - * KDE Applications 15.08.1 + * KDE Applications 15.08.1 * https://www.kde.org/announcements/announce-applications-15.08.1.php @@ -245,7 +255,7 @@ Sun Mar 8 12:46:35 UTC 2015 - tittiatcoke@gmail.com - Update to KDE Applications 15.03.80 * KDE Applications 15.04 Beta - + - Drop upstreamed patch kmix-4.14.3-fix-bashisms.patch ------------------------------------------------------------------- diff --git a/kmix.spec b/kmix.spec index d9ed538..1d96823 100644 --- a/kmix.spec +++ b/kmix.spec @@ -17,10 +17,10 @@ Name: kmix -Version: 16.12.3 +Version: 17.03.80 Release: 0 %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}')} Summary: Sound Mixer License: GPL-2.0+ From 123353adcddd4a3602edd3d9c303d67a2d9ba9b0609b6e3271be11faa66c52ec Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 30 Mar 2017 06:58:36 +0000 Subject: [PATCH 2/7] Delete unused patch OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=53 --- kmix-4.14.3-fix-bashisms.patch | 39 ---------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 kmix-4.14.3-fix-bashisms.patch diff --git a/kmix-4.14.3-fix-bashisms.patch b/kmix-4.14.3-fix-bashisms.patch deleted file mode 100644 index 1deb4c0..0000000 --- a/kmix-4.14.3-fix-bashisms.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -Ndur kmix-4.14.3/apps/kmixremote kmix-4.14.3-fix-bashisms/apps/kmixremote ---- kmix-4.14.3/apps/kmixremote 2014-07-16 11:24:17.000000000 +0300 -+++ kmix-4.14.3-fix-bashisms/apps/kmixremote 2014-11-23 06:46:36.616308340 +0200 -@@ -7,7 +7,7 @@ - # Mute - ################################################################################# - --function usage -+usage() - { - echo "Usage:" - echo "List mixers # $0 list" -@@ -18,7 +18,7 @@ - echo - } - --function exit_with_error -+exit_with_error() - { - echo "Error: $1" - echo -@@ -27,7 +27,7 @@ - } - - # Prints the mixer DBUS ID's on the console. leaving out the "/Mixers/" prefix --function listMixers -+listMixers() - { - qdbus org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get org.kde.KMix.MixSet mixers | cut -f3 -d/ - errorCode=$? -@@ -37,7 +37,7 @@ - } - - # Prints the mixer control DBUS ID's of the given mixer on the console. leaving out the "/Mixers/" prefix --function listControls -+listControls() - { - qdbus org.kde.kmix $1 org.freedesktop.DBus.Properties.Get org.kde.KMix.Mixer controls | cut -f4 -d/ - errorCode=$? From e92f6f0dceb444e34c8839632369a75aedabdd5db38208fabda1c78d89400a37 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 12 Apr 2017 14:53:07 +0000 Subject: [PATCH 3/7] RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=54 --- kmix-17.03.80.tar.xz | 3 --- kmix-17.03.90.tar.xz | 3 +++ kmix.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 kmix-17.03.80.tar.xz create mode 100644 kmix-17.03.90.tar.xz diff --git a/kmix-17.03.80.tar.xz b/kmix-17.03.80.tar.xz deleted file mode 100644 index bafb3fc..0000000 --- a/kmix-17.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec1aad4e8d82a6b82c7173888190123a83c88a8684e3972065413d0414dda2e3 -size 388816 diff --git a/kmix-17.03.90.tar.xz b/kmix-17.03.90.tar.xz new file mode 100644 index 0000000..8de57d6 --- /dev/null +++ b/kmix-17.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef1edd692137a29e8ca01dd2bc65c16a8b95b0911fa48d306e143b086563958 +size 388744 diff --git a/kmix.spec b/kmix.spec index 1d96823..f02e02c 100644 --- a/kmix.spec +++ b/kmix.spec @@ -17,7 +17,7 @@ Name: kmix -Version: 17.03.80 +Version: 17.03.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From 0b9f571641fd9b3c48b6faca62ed3a862eeb845c5b747559e4bcc9c39ee465be Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 12 Apr 2017 18:44:22 +0000 Subject: [PATCH 4/7] Update changes file - Automated commit, please verify contents OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=55 --- kmix.changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kmix.changes b/kmix.changes index ddc2d8a..b7c8bef 100644 --- a/kmix.changes +++ b/kmix.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 12 20:25:44 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: + * None + ------------------------------------------------------------------- Sat Mar 25 23:10:35 CET 2017 - lbeltrame@kde.org From f225217db563339c22fcab4d2d3cf2ec7ccd2640b88877b032a18b083544b3a6 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 16 Apr 2017 14:01:12 +0000 Subject: [PATCH 5/7] KDE Applications 17.04 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=56 --- kmix-17.03.90.tar.xz | 3 --- kmix-17.04.0.tar.xz | 3 +++ kmix.changes | 10 ++++++++++ kmix.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kmix-17.03.90.tar.xz create mode 100644 kmix-17.04.0.tar.xz diff --git a/kmix-17.03.90.tar.xz b/kmix-17.03.90.tar.xz deleted file mode 100644 index 8de57d6..0000000 --- a/kmix-17.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ef1edd692137a29e8ca01dd2bc65c16a8b95b0911fa48d306e143b086563958 -size 388744 diff --git a/kmix-17.04.0.tar.xz b/kmix-17.04.0.tar.xz new file mode 100644 index 0000000..a78885f --- /dev/null +++ b/kmix-17.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49c2f4911f366e03dbfe41bbc3a38be49681835c99fc82926b7b89a03a0d563 +size 388764 diff --git a/kmix.changes b/kmix.changes index b7c8bef..095fb9d 100644 --- a/kmix.changes +++ b/kmix.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Apr 16 10:45:05 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: + * None + ------------------------------------------------------------------- Wed Apr 12 20:25:44 CEST 2017 - lbeltrame@kde.org diff --git a/kmix.spec b/kmix.spec index f02e02c..db9fae2 100644 --- a/kmix.spec +++ b/kmix.spec @@ -17,7 +17,7 @@ Name: kmix -Version: 17.03.90 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From 0fa5e722800428fa66bfa0cb75828c21864e2d5cc64d6111d37d66cdbd360f7e Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 16 Apr 2017 19:26:12 +0000 Subject: [PATCH 6/7] Temporarily remove URLs to bypass validation OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=57 --- kmix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmix.spec b/kmix.spec index db9fae2..9c27ac5 100644 --- a/kmix.spec +++ b/kmix.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via # From 34da0d90fb2e20c79a97f90dd56403b6f55902b9a9d18d51387d24ac7eab351e Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 20 Apr 2017 08:33:37 +0000 Subject: [PATCH 7/7] Add bug urls back OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=58 --- kmix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmix.spec b/kmix.spec index 9c27ac5..db9fae2 100644 --- a/kmix.spec +++ b/kmix.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via +# Please submit bugfixes or comments via http://bugs.opensuse.org/ #