commit qjackctl for openSUSE:Factory

2023-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2023-11-10 12:33:36

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.17445 (New)


Package is "qjackctl"

Fri Nov 10 12:33:36 2023 rev:49 rq:1124807 version:0.9.12

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2023-03-27 
18:16:01.391025212 +0200
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.17445/qjackctl.changes 
2023-11-10 12:37:29.421742681 +0100
@@ -1,0 +2,21 @@
+Sat Sep  9 09:10:31 UTC 2023 - ecsos 
+
+- Update to 0.9.12
+  - Setup: disable Settings parameters altogether, except
+frames/period (aka. buffer-size) if running in the so called
+'Active' pure-client mode (eg. under PipeWire's pw-jack
+substitution).
+  - Connections: Fixed an old JACK client/ports aliases
+malfunction, hopefully.
+  - Graph: Ctrl+left or middle-button click-dragging for panning,
+is now a lot smoother, hopefully.
+  - Graph: Click-dragging with the mouse middle-button is now used
+for panning only, not to start a selection anymore.
+  - Preppings to next development cycle (Qt >= 6.6)
+- Changes from 0.9.11
+  - Graph: Soft incremental bounds constraints now imposed to all
+new and old nodes positioning.
+  - Prepping into the next development cycle (with Qt >= 6.5).
+- Switch Tumbleweed to qt6.
+
+---

Old:

  qjackctl-0.9.10.tar.gz

New:

  qjackctl-0.9.12.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.eLxxCV/_old  2023-11-10 12:37:30.025765035 +0100
+++ /var/tmp/diff_new_pack.eLxxCV/_new  2023-11-10 12:37:30.025765035 +0100
@@ -17,8 +17,15 @@
 #
 
 
+# TODO: In wiki stands 1600, but this rise up an error in rpmlint:
+# E: invalid-suse-version-check 1600.
+%if 0%{?suse_version} > 1550
+%define with_qt6 1
+%else
+%define with_qt6 0
+%endif
 Name:   qjackctl
-Version:0.9.10
+Version:0.9.12
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later
@@ -30,6 +37,17 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+%if %{with_qt6}
+BuildRequires:  cmake(Qt6LinguistTools)
+# TODO: Upstream use 6.6
+BuildRequires:  pkgconfig(Qt6Core) >= 6.5
+BuildRequires:  pkgconfig(Qt6DBus)
+BuildRequires:  pkgconfig(Qt6Gui)
+BuildRequires:  pkgconfig(Qt6Network)
+BuildRequires:  pkgconfig(Qt6Svg)
+BuildRequires:  pkgconfig(Qt6Widgets)
+BuildRequires:  pkgconfig(Qt6Xml)
+%else
 BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -39,6 +57,7 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xml)
+%endif
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(portaudio-2.0)
@@ -61,12 +80,20 @@
 sed -i '/^X-SuSE-translate/d' src/appdata/org.rncbc.%{name}.desktop
 
 %build
+%if %{with_qt6}
+%cmake -DCONFIG_QT6=1
+%else
 %cmake -DCONFIG_QT6=0
+%endif
 %cmake_build
 
 %install
 %cmake_install
+%if %{with_qt6}
+lrelease6 src/translations/*
+%else
 lrelease-qt5 src/translations/*
+%endif
 install -dm 0755 %{buildroot}%{_datadir}/%{name}/translations
 install -Dm 0644 src/translations/*.qm 
%{buildroot}%{_datadir}/%{name}/translations/
 install -Dm 0644 src/man1/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

++ qjackctl-0.9.10.tar.gz -> qjackctl-0.9.12.tar.gz ++
 15505 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2023-03-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2023-03-27 18:16:01

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.31432 (New)


Package is "qjackctl"

Mon Mar 27 18:16:01 2023 rev:48 rq:1074473 version:0.9.10

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2023-01-02 
15:02:26.349442258 +0100
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.31432/qjackctl.changes 
2023-03-27 18:16:01.391025212 +0200
@@ -1,0 +2,8 @@
+Fri Mar 24 14:07:10 UTC 2023 - ecsos 
+
+- Update to 0.9.10
+  - Setup: revert to previous settings when dismissing the dialog.
+  - Graph: Attempt to make port labels as short as possible.
+  - Graph: introducing touch pinch-gesture for zooming.
+
+---

Old:

  qjackctl-0.9.9.tar.gz

New:

  qjackctl-0.9.10.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.vWLwWJ/_old  2023-03-27 18:16:01.931028062 +0200
+++ /var/tmp/diff_new_pack.vWLwWJ/_new  2023-03-27 18:16:01.935028083 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qjackctl
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.9.9
+Version:0.9.10
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later

++ qjackctl-0.9.9.tar.gz -> qjackctl-0.9.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/CMakeLists.txt 
new/qjackctl-0.9.10/CMakeLists.txt
--- old/qjackctl-0.9.9/CMakeLists.txt   2022-12-27 10:16:34.475928733 +0100
+++ new/qjackctl-0.9.10/CMakeLists.txt  2023-03-21 19:31:15.173030525 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required (VERSION 3.15)
 
 project (qjackctl
-  VERSION 0.9.9
+  VERSION 0.9.10
   DESCRIPTION "JACK Audio Connection Kit Qt GUI Interface"
   LANGUAGES C CXX)
 
@@ -42,16 +42,13 @@
 
 set (CONFIG_BUILD_VERSION "${PACKAGE_VERSION}")
 
-if (CONFIG_DEBUG)
-  set (CMAKE_BUILD_TYPE "Debug")
-endif ()
 if (CMAKE_BUILD_TYPE MATCHES "Debug")
   set (CONFIG_DEBUG 1)
-endif ()
-if (CONFIG_DEBUG)
   set (CONFIG_BUILD_TYPE "debug")
 else ()
+  set (CONFIG_DEBUG 0)
   set (CONFIG_BUILD_TYPE "release")
+  set (CMAKE_BUILD_TYPE "Release")
 endif ()
 
 set (CONFIG_PREFIX "${CMAKE_INSTALL_PREFIX}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/ChangeLog 
new/qjackctl-0.9.10/ChangeLog
--- old/qjackctl-0.9.9/ChangeLog2022-12-27 10:16:34.475928733 +0100
+++ new/qjackctl-0.9.10/ChangeLog   2023-03-21 19:31:15.174030525 +0100
@@ -4,6 +4,15 @@
 ChangeLog
 
 
+0.9.10  2023-03-23  An Early-Spring'23 Release.
+
+- Setup: revert to previous settings when dismissing the dialog.
+
+- Graph: Attempt to make port labels as short as possible.
+
+- Graph: introducing touch pinch-gesture for zooming.
+
+
 0.9.9  2022-12-28  An End-of-Year'22 Release.
 
 - Graph: whether to draw connectors through or around nodes is a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qjackctl-0.9.9/src/appdata/org.rncbc.qjackctl.metainfo.xml 
new/qjackctl-0.9.10/src/appdata/org.rncbc.qjackctl.metainfo.xml
--- old/qjackctl-0.9.9/src/appdata/org.rncbc.qjackctl.metainfo.xml  
2022-12-27 10:16:34.476928733 +0100
+++ new/qjackctl-0.9.10/src/appdata/org.rncbc.qjackctl.metainfo.xml 
2023-03-21 19:31:15.175030525 +0100
@@ -49,7 +49,7 @@
  rncbc aka. Rui Nuno Capela
  rn...@rncbc.org
  
-  
+  
  
  
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlAbout.h 
new/qjackctl-0.9.10/src/qjackctlAbout.h
--- old/qjackctl-0.9.9/src/qjackctlAbout.h  2022-12-27 10:16:34.488928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlAbout.h 2023-03-21 19:31:15.181030524 
+0100
@@ -1,7 +1,7 @@
 // qjackctlAbout.h
 //
 /
-   Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -32,7 +32,7 @@
 
 #define QJACKCTL_SUBTITLE   QJACKCTL_SUBTITLE1 " - " QJACKCTL_SUBTITLE2
 #define QJACKCTL_WEBSITE"https://qjackctl.sourceforge.io;
-#define 

commit qjackctl for openSUSE:Factory

2023-01-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2023-01-02 15:02:20

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.1563 (New)


Package is "qjackctl"

Mon Jan  2 15:02:20 2023 rev:47 rq:1046088 version:0.9.9

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2022-12-04 
14:59:43.144742012 +0100
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.1563/qjackctl.changes  
2023-01-02 15:02:26.349442258 +0100
@@ -1,0 +2,10 @@
+Sat Dec 31 09:44:12 UTC 2022 - ecsos 
+
+- Update to 0.9.9
+  - Graph: whether to draw connectors through or around nodes is a
+new user preference option (cf. View > Connect Through Nodes).
+  - Graph: Allow middle mouse button for grabbing and dragging the
+main canvas.
+  - Make up visual immediate feedback connectlons.
+
+---

Old:

  qjackctl-0.9.8.tar.gz

New:

  qjackctl-0.9.9.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.H8EeF5/_old  2023-01-02 15:02:26.913445428 +0100
+++ /var/tmp/diff_new_pack.H8EeF5/_new  2023-01-02 15:02:26.917445450 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.9.8
+Version:0.9.9
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later

++ qjackctl-0.9.8.tar.gz -> qjackctl-0.9.9.tar.gz ++
 9508 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2022-12-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2022-12-04 14:59:04

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.1835 (New)


Package is "qjackctl"

Sun Dec  4 14:59:04 2022 rev:46 rq:1039961 version:0.9.8

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2022-04-03 
21:31:33.455446614 +0200
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.1835/qjackctl.changes  
2022-12-04 14:59:43.144742012 +0100
@@ -1,0 +2,13 @@
+Sat Dec  3 22:39:52 UTC 2022 - Dirk Müller 
+
+- update to 0.9.8:
+  *  Graph: View / Repel Overlapping Nodes option added.
+  *  Avoid nagging on D-BUS error messsage windows (or bubbles) when
+ trying to start in pure JACK client mode (Active).
+  *  Add current system user-name to the singleton/unique application
+ instance identifier.
+  *  Graph/Connect and Disconnect keyboard shortcuts added to existing
+ [Ins] and [Del], as [Ctrl+C] and [Ctrl+D] respectively; also added
+ [F2] as brand new keyboard shortcut for Edit/Rename...
+
+---

Old:

  qjackctl-0.9.7.tar.gz

New:

  qjackctl-0.9.8.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.kcE20H/_old  2022-12-04 14:59:43.540744293 +0100
+++ /var/tmp/diff_new_pack.kcE20H/_new  2022-12-04 14:59:43.548744340 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.9.7
+Version:0.9.8
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later
@@ -35,6 +35,7 @@
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xml)

++ qjackctl-0.9.7.tar.gz -> qjackctl-0.9.8.tar.gz ++
 26519 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2022-04-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2022-04-03 21:31:09

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.1900 (New)


Package is "qjackctl"

Sun Apr  3 21:31:09 2022 rev:45 rq:966635 version:0.9.7

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2022-01-10 
23:53:18.980789245 +0100
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.1900/qjackctl.changes  
2022-04-03 21:31:33.455446614 +0200
@@ -1,0 +2,10 @@
+Sun Apr  3 08:41:59 UTC 2022 - ecsos 
+
+- Update to 0.9.7
+  - Main application icon is now presented in scalable format
+(SVG).
+  - Migrated command line parsing to QCommandLineParser/Option
+(Qt >= 5.2)
+  - Fixed translations path to be relative to application runtime.
+
+---

Old:

  qjackctl-0.9.6.tar.gz

New:

  qjackctl-0.9.7.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.frdYcw/_old  2022-04-03 21:31:34.127439300 +0200
+++ /var/tmp/diff_new_pack.frdYcw/_new  2022-04-03 21:31:34.131439257 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.9.6
+Version:0.9.7
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later
@@ -31,7 +31,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5LinguistTools)
-BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Core) >= 5.2
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
@@ -57,7 +57,7 @@
 
 %prep
 %setup -q
-sed -i '/^X-SuSE-translate/d' src/org.rncbc.%{name}.desktop
+sed -i '/^X-SuSE-translate/d' src/appdata/org.rncbc.%{name}.desktop
 
 %build
 %cmake -DCONFIG_QT6=0
@@ -68,7 +68,7 @@
 lrelease-qt5 src/translations/*
 install -dm 0755 %{buildroot}%{_datadir}/%{name}/translations
 install -Dm 0644 src/translations/*.qm 
%{buildroot}%{_datadir}/%{name}/translations/
-install -Dm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+install -Dm 0644 src/man1/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
 %files
 %doc ChangeLog README TRANSLATORS
@@ -80,9 +80,9 @@
 %dir %{_datadir}/metainfo
 %{_bindir}/%{name}
 %{_datadir}/applications/org.rncbc.%{name}.desktop
-%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%{_datadir}/metainfo/org.rncbc.%{name}.xml
+%{_datadir}/icons/hicolor/32x32/apps/org.rncbc.%{name}.png
+%{_datadir}/icons/hicolor/scalable/apps/org.rncbc.%{name}.svg
+%{_datadir}/metainfo/org.rncbc.%{name}.metainfo.xml
 %{_mandir}/man?/%{name}.*
 
 %files lang

++ qjackctl-0.9.6.tar.gz -> qjackctl-0.9.7.tar.gz ++
 16112 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2022-01-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2022-01-10 23:53:08

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.1892 (New)


Package is "qjackctl"

Mon Jan 10 23:53:08 2022 rev:44 rq:945241 version:0.9.6

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2021-10-08 
22:05:27.800601095 +0200
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.1892/qjackctl.changes  
2022-01-10 23:53:18.980789245 +0100
@@ -1,0 +2,11 @@
+Mon Jan 10 06:25:15 UTC 2022 - ecsos 
+
+- Update to 0.9.6
+  - Dropped autotools (autoconf, automake, etc.) build system.
+  - Limit or mitigate fast auto-scrolling when moving Graph client
+nodes off the viewport.
+  - Whenever possible, adopt the previous named default preset,
+when starting the JACK-server on premises.
+  - Conditional fix to MacOSX and FreeBSD builds.
+
+---

Old:

  qjackctl-0.9.5.tar.gz

New:

  qjackctl-0.9.6.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.s8RzMm/_old  2022-01-10 23:53:19.584789774 +0100
+++ /var/tmp/diff_new_pack.s8RzMm/_new  2022-01-10 23:53:19.588789777 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qjackctl
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.9.5
+Version:0.9.6
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later
@@ -57,7 +57,7 @@
 
 %prep
 %setup -q
-sed -i '/^X-SuSE-translate/d' src/%{name}.desktop
+sed -i '/^X-SuSE-translate/d' src/org.rncbc.%{name}.desktop
 
 %build
 %cmake -DCONFIG_QT6=0
@@ -71,18 +71,18 @@
 install -Dm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
 %files
-%doc AUTHORS ChangeLog README TODO TRANSLATORS
-%license COPYING
+%doc ChangeLog README TRANSLATORS
+%license LICENSE
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/32x32
 %dir %{_datadir}/icons/hicolor/32x32/apps
 %dir %{_datadir}/icons/hicolor/scalable/apps
 %dir %{_datadir}/metainfo
 %{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/org.rncbc.%{name}.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%{_datadir}/metainfo/%{name}.appdata.xml
+%{_datadir}/metainfo/org.rncbc.%{name}.xml
 %{_mandir}/man?/%{name}.*
 
 %files lang

++ qjackctl-0.9.5.tar.gz -> qjackctl-0.9.6.tar.gz ++
 23819 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2021-10-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2021-10-08 22:05:02

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.2443 (New)


Package is "qjackctl"

Fri Oct  8 22:05:02 2021 rev:43 rq:924132 version:0.9.5

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2021-08-01 
21:51:53.675217905 +0200
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.2443/qjackctl.changes  
2021-10-08 22:05:27.800601095 +0200
@@ -1,0 +2,7 @@
+Thu Oct  7 19:40:13 UTC 2021 - ecsos 
+
+- Update to 0.9.5
+  - Streamlined Windows and MacOSX deliverables.
+  - Korean (ko) translation added.
+
+---

Old:

  qjackctl-0.9.4.tar.gz

New:

  qjackctl-0.9.5.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.DUn7RZ/_old  2021-10-08 22:05:28.252601838 +0200
+++ /var/tmp/diff_new_pack.DUn7RZ/_new  2021-10-08 22:05:28.256601845 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.9.4
+Version:0.9.5
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later

++ qjackctl-0.9.4.tar.gz -> qjackctl-0.9.5.tar.gz ++
 6397 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2021-08-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2021-08-01 21:51:41

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.1899 (New)


Package is "qjackctl"

Sun Aug  1 21:51:41 2021 rev:42 rq:909549 version:0.9.4

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2021-05-12 
19:33:15.958789835 +0200
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.1899/qjackctl.changes  
2021-08-01 21:51:53.675217905 +0200
@@ -1,0 +2,12 @@
+Sat Jul 31 16:08:21 UTC 2021 - Dirk M??ller 
+
+- update to 0.9.4:
+  * All builds default to Qt6 (Qt >= 6.1) where available.
+  * CMake is now the official build system. 
+
+---
+Thu May 28 06:56:42 UTC 2021 - Mark Trompell 
+
+- Add pipewire-libjack-0_3 as an alternative requirement
+
+---

Old:

  qjackctl-0.9.3.tar.gz

New:

  qjackctl-0.9.4.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.Jcfnna/_old  2021-08-01 21:51:55.247216055 +0200
+++ /var/tmp/diff_new_pack.Jcfnna/_new  2021-08-01 21:51:55.247216055 +0200
@@ -18,14 +18,13 @@
 
 
 Name:   qjackctl
-Version:0.9.3
+Version:0.9.4
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
-URL:http://qjackctl.sf.net
-Source: 
http://prdownloads.sourceforge.net/qjackctl/qjackctl-%{version}.tar.gz
-BuildRequires:  automake
+URL:https://qjackctl.sourceforge.io/
+Source: 
https://download.sourceforge.net/qjackctl/qjackctl-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -42,7 +41,7 @@
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(portaudio-2.0)
-Requires:   jack
+Requires:   (jack or pipewire-libjack-0_3)
 Recommends: %{name}-lang
 
 %description
@@ -61,13 +60,11 @@
 sed -i '/^X-SuSE-translate/d' src/%{name}.desktop
 
 %build
-./autogen.sh
-%configure
-%qmake5
-%make_jobs
+%cmake -DCONFIG_QT6=0
+%cmake_build
 
 %install
-%qmake5_install
+%cmake_install
 lrelease-qt5 src/translations/*
 install -dm 0755 %{buildroot}%{_datadir}/%{name}/translations
 install -Dm 0644 src/translations/*.qm 
%{buildroot}%{_datadir}/%{name}/translations/
@@ -86,11 +83,12 @@
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/metainfo/%{name}.appdata.xml
-%doc %{_mandir}/man?/%{name}.*
+%{_mandir}/man?/%{name}.*
 
 %files lang
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/translations
 %{_datadir}/%{name}/translations/%{name}_*.qm
+%{_mandir}/fr/man?/%{name}.*
 
 %changelog

++ qjackctl-0.9.3.tar.gz -> qjackctl-0.9.4.tar.gz ++
 5495 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2021-05-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2021-05-12 19:32:40

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.2988 (New)


Package is "qjackctl"

Wed May 12 19:32:40 2021 rev:41 rq:892492 version:0.9.3

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2021-03-16 
15:46:26.925232839 +0100
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.2988/qjackctl.changes  
2021-05-12 19:33:15.958789835 +0200
@@ -1,0 +2,11 @@
+Wed May 12 06:00:45 UTC 2021 - ecsos 
+
+- Update to 0.9.3
+  - Graph connection lines drop-shadow eye-candy has been
+optimized, improving a lot on moving highly-connected nodes,
+especially the ones with plenty of backward-curved connections.
+  - All packaging builds switching to CMake.
+  - Fixed default preset/aliases switching and reloading when
+entering pure-client mode (ie. "Active" status).
+
+---

Old:

  qjackctl-0.9.2.tar.gz

New:

  qjackctl-0.9.3.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.JXAo5P/_old  2021-05-12 19:33:16.490787711 +0200
+++ /var/tmp/diff_new_pack.JXAo5P/_new  2021-05-12 19:33:16.494787694 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later

++ qjackctl-0.9.2.tar.gz -> qjackctl-0.9.3.tar.gz ++
 6608 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2021-03-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2021-03-16 15:45:06

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.2401 (New)


Package is "qjackctl"

Tue Mar 16 15:45:06 2021 rev:40 rq:879139 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2021-02-08 
11:47:54.697757119 +0100
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.2401/qjackctl.changes  
2021-03-16 15:46:26.925232839 +0100
@@ -1,0 +2,10 @@
+Mon Mar 15 08:15:15 UTC 2021 - ecsos 
+
+- Update to 0.9.2 
+  - Clock source, Self-connect mode and Server synchronous mode
+options are now always enabled on the Setup / Settings dialog,
+although only available or effective to jackd2.
+  - Graph Disconnect now applies to selected connections or nodes
+only.
+
+---

Old:

  qjackctl-0.9.1.tar.gz

New:

  qjackctl-0.9.2.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.SMImSM/_old  2021-03-16 15:46:27.533233782 +0100
+++ /var/tmp/diff_new_pack.SMImSM/_new  2021-03-16 15:46:27.537233788 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later
@@ -35,6 +35,7 @@
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xml)

++ qjackctl-0.9.1.tar.gz -> qjackctl-0.9.2.tar.gz ++
 13204 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2021-02-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2021-02-08 11:47:53

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.28504 (New)


Package is "qjackctl"

Mon Feb  8 11:47:53 2021 rev:39 rq:870202 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2021-01-18 
11:31:36.116640115 +0100
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.28504/qjackctl.changes 
2021-02-08 11:47:54.697757119 +0100
@@ -1,0 +2,23 @@
+Mon Feb  8 06:36:55 UTC 2021 - ecsos 
+
+- Update to 0.9.1
+  - Graph Disconnect now applies to all selected ports and 
+connections.
+  - Main window is now freely resizable, while keeping all the
+buttons stretched to the same aspect ratio.
+  - Warning to confirm application close is now back in business
+when functioning as client only (Active).
+  - Graph items are automatically raised when created or
+high-lighted (incremental z-value).
+  - Add a little but straight horizontal line-gap to the Graph
+connections.
+  - Customize the Graph zoom slider widget to reset upon mouse
+middle-button click.
+  - Add Clear preset button to Setup dialog.
+  - Use default values for most preset parameters: sample rate,
+frames/period (aka. buffer-size), periods/buffer, 
+realtime priority, port maximum, client timeout, word length,
+wait time, channel maximum.
+  - Early preparations for the New Year develop(ment) cycle.
+
+---

Old:

  qjackctl-0.9.0.tar.gz

New:

  qjackctl-0.9.1.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.l4nFMs/_old  2021-02-08 11:47:55.285758073 +0100
+++ /var/tmp/diff_new_pack.l4nFMs/_new  2021-02-08 11:47:55.289758079 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later

++ qjackctl-0.9.0.tar.gz -> qjackctl-0.9.1.tar.gz ++
 44607 lines of diff (skipped)


commit qjackctl for openSUSE:Factory

2021-01-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2021-01-18 11:28:05

Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and  /work/SRC/openSUSE:Factory/.qjackctl.new.28504 (New)


Package is "qjackctl"

Mon Jan 18 11:28:05 2021 rev:38 rq:863362 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2020-08-17 
12:05:28.622697496 +0200
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.28504/qjackctl.changes 
2021-01-18 11:31:36.116640115 +0100
@@ -1,0 +2,12 @@
+Thu Jan 14 16:01:47 UTC 2021 - ecsos 
+
+- Update to 0.9.0
+  - List only available backend drivers when JACK D-BUS is enabled.
+  - Graph client-name / node-title aliases persistence have been
+hopefully fixed.
+  - Get rid of those "JACK has crashed" red-herrings from latest
+Windows(tm) builds.
+  - Early fixing to build for Qt >= 6.0.0 and comply with C++17
+standard.
+
+---

Old:

  qjackctl-0.6.3.tar.gz

New:

  qjackctl-0.9.0.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.8d8xRw/_old  2021-01-18 11:31:36.720640710 +0100
+++ /var/tmp/diff_new_pack.8d8xRw/_new  2021-01-18 11:31:36.720640710 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qjackctl
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.6.3
+Version:0.9.0
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0-or-later

++ qjackctl-0.6.3.tar.gz -> qjackctl-0.9.0.tar.gz ++
 27439 lines of diff (skipped)