commit parlatype for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package parlatype for openSUSE:Factory 
checked in at 2020-06-22 17:46:16

Comparing /work/SRC/openSUSE:Factory/parlatype (Old)
 and  /work/SRC/openSUSE:Factory/.parlatype.new.2956 (New)


Package is "parlatype"

Mon Jun 22 17:46:16 2020 rev:4 rq:816278 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/parlatype/parlatype.changes  2020-03-21 
00:02:46.109144307 +0100
+++ /work/SRC/openSUSE:Factory/.parlatype.new.2956/parlatype.changes
2020-06-22 17:46:22.545935446 +0200
@@ -1,0 +2,31 @@
+Mon Jun 22 08:23:44 UTC 2020 - Michael Vetter 
+
+- Update to 2.1:
+  * New: Mute/unmute volume by clicking on the volume icon with the pointer’s
+secondary button (usually right mouse button).
+  * New: With Pulseaudio Parlatype doesn’t change the system volume anymore,
+just its own application specific volume.
+  * New: With Pulseaudio Parlatype picks up the last used volume level.
+  * New: Volume icon/button is insensitive as long as there is no media loaded.
+  * New: Don’t reopen already opened files.
+  * New: Set a default window height and in Preferences default to “Remember
+window’s size”.
+  * Fix: ASR assistant dialog could not be used at all, a regression introduced
+in version 2.0. However, ASR is not recommended in its current state
+and plans are to rewrite it.
+  * Fix: D-Bus interface for decreasing speed was doing the opposite.
+  * Fix: Many fixes to Windows (win32) port, achieving feature parity with the
+Linux/UNIX version:
+- Fix: Parlatype icon not loaded
+- Fix: Help pages not displayed
+- Fix: Don’t show mediakeys help page (Linux only)
+- Fix: Volume changes delayed for a few seconds
+- New: Ensure there is only one instance running.
+- New: Added hotkeys support (hardcoded for dedicated keyboard buttons
+Play/Pause, Stop, Previous Track, Next Track)
+- New: Added win32 specific interprocess communication, thus enabling
+the LibreOffice extension
+  * Update translations
+- Remove parlatype-2.0-asr.patch: contained in release
+
+---

Old:

  parlatype-2.0-asr.patch
  parlatype-2.0.tar.gz

New:

  parlatype-2.1.tar.gz



Other differences:
--
++ parlatype.spec ++
--- /var/tmp/diff_new_pack.4sZPJa/_old  2020-06-22 17:46:23.093937165 +0200
+++ /var/tmp/diff_new_pack.4sZPJa/_new  2020-06-22 17:46:23.093937165 +0200
@@ -18,15 +18,13 @@
 
 %define c_lib   libparlatype3
 Name:   parlatype
-Version:2.0
+Version:2.1
 Release:0
 Summary:GNOME audio player for transcriptions
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://gkarsay.github.io/parlatype/
 Source: 
https://github.com/gkarsay/parlatype/releases/download/v%{version}/parlatype-%{version}.tar.gz
-# 
https://github.com/gkarsay/parlatype/commit/7d22ead13ef7578f99d24146663cc1bdb7d8c2a9
-Patch0: parlatype-2.0-asr.patch
 BuildRequires:  AppStream-devel
 BuildRequires:  automake
 BuildRequires:  gobject-introspection-devel
@@ -66,7 +64,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %meson -Dasr=false
@@ -76,7 +73,7 @@
 %meson_install
 
 %find_lang %{name}
-%find_lang libparlatype
+%find_lang libparlatype3
 
 %post -n %{c_lib} -p /sbin/ldconfig
 %postun -n %{c_lib} -p /sbin/ldconfig
@@ -103,6 +100,6 @@
 
 %files lang -f %{name}.lang
 
-%files lang -f libparlatype.lang
+%files lang -f libparlatype3.lang
 
 %changelog

++ parlatype-2.0.tar.gz -> parlatype-2.1.tar.gz ++
 32540 lines of diff (skipped)




commit parlatype for openSUSE:Factory

2020-03-20 Thread root
Hello community,

here is the log from the commit of package parlatype for openSUSE:Factory 
checked in at 2020-03-20 23:59:11

Comparing /work/SRC/openSUSE:Factory/parlatype (Old)
 and  /work/SRC/openSUSE:Factory/.parlatype.new.3160 (New)


Package is "parlatype"

Fri Mar 20 23:59:11 2020 rev:3 rq:786824 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/parlatype/parlatype.changes  2019-09-04 
09:16:16.534930362 +0200
+++ /work/SRC/openSUSE:Factory/.parlatype.new.3160/parlatype.changes
2020-03-21 00:02:46.109144307 +0100
@@ -1,0 +2,19 @@
+Fri Mar 20 09:22:55 UTC 2020 - Michael Vetter 
+
+- Update to 2.0:
+  * New: Waveform is loaded on-the-fly, there is no blocking progress
+dialog. This brings an API bump in libparlatype.
+  * New: Waveform can be changed continuously instead of in bumps.
+  * New: Application ID has been changed to org.parlatype.Parlatype and the
+homepage moved to https://www.parlatype.org.
+  * New: LibreOffice helpers (macros) have been split from the main
+repository and turned into a LibreOffice extension.
+The extension is released at
+
https://github.com/gkarsay/parlatype-libreoffice-extension/releases/tag/v2.0
+  * New: New D-Bus method GetURI to get currently playing file's URI.
+  * New: Internal modularization (PtController objects control Parlatype).
+  * New: Event handling is more compatible with GTK 4.
+  * New: Parlatype builds on Windows, there is no feature parity though.
+- Add parlatype-2.0-asr.patch: Fix regression in the ASR assistant dialog.
+
+---

Old:

  parlatype-1.6.2.tar.gz

New:

  parlatype-2.0-asr.patch
  parlatype-2.0.tar.gz



Other differences:
--
++ parlatype.spec ++
--- /var/tmp/diff_new_pack.wCJZWv/_old  2020-03-21 00:02:48.273145494 +0100
+++ /var/tmp/diff_new_pack.wCJZWv/_new  2020-03-21 00:02:48.289145502 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package parlatype
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,21 @@
 # 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 https://bugs.opensuse.org/
 #
 
 
-%define c_lib   libparlatype2
+%define c_lib   libparlatype3
 Name:   parlatype
-Version:1.6.2
+Version:2.0
 Release:0
 Summary:GNOME audio player for transcriptions
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://gkarsay.github.io/parlatype/
 Source: 
https://github.com/gkarsay/parlatype/releases/download/v%{version}/parlatype-%{version}.tar.gz
+# 
https://github.com/gkarsay/parlatype/commit/7d22ead13ef7578f99d24146663cc1bdb7d8c2a9
+Patch0: parlatype-2.0-asr.patch
 BuildRequires:  AppStream-devel
 BuildRequires:  automake
 BuildRequires:  gobject-introspection-devel
@@ -64,6 +66,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %meson -Dasr=false
@@ -83,17 +86,12 @@
 %doc NEWS README.md
 %{_bindir}/parlatype
 %{_mandir}/man1/parlatype.1%{?ext_man}
-%{_datadir}/applications/com.github.gkarsay.parlatype.desktop
-%{_datadir}/metainfo/com.github.gkarsay.parlatype.appdata.xml
-%{_datadir}/metainfo/com.github.gkarsay.parlatype.libreoffice_helpers.metainfo.xml
 %{_datadir}/help/
 %{_datadir}/icons/hicolor/
-%{_datadir}/dbus-1/services/com.github.gkarsay.parlatype.service
-%{_datadir}/glib-2.0/schemas/com.github.gkarsay.parlatype.gschema.xml
-%dir %{_prefix}/lib/libreoffice/
-%dir %{_prefix}/lib/libreoffice/share
-%dir %{_prefix}/lib/libreoffice/share/Scripts
-%{_prefix}/lib/libreoffice/share/Scripts/python/
+%{_datadir}/applications/org.parlatype.Parlatype.desktop
+%{_datadir}/dbus-1/services/org.parlatype.Parlatype.service
+%{_datadir}/glib-2.0/schemas/org.parlatype.Parlatype.gschema.xml
+%{_datadir}/metainfo/org.parlatype.Parlatype.appdata.xml
 
 %files -n libparlatype-devel
 %{_libdir}/libparlatype.so

++ parlatype-2.0-asr.patch ++
>From 7d22ead13ef7578f99d24146663cc1bdb7d8c2a9 Mon Sep 17 00:00:00 2001
From: Gabor Karsay 
Date: Fri, 20 Mar 2020 09:14:16 +0100
Subject: [PATCH] [window] fix regression in ASR assistant dialog

Since commit d2c42df7afcce781db6c21efa9efda726edaca2b parlatype is built
without gmodule and callbacks have to be declared.
---
 src/pt-asr-assistant.c | 38 ++
 1 file changed, 30 insertions(+), 8 deletions(-)

diff --git 

commit parlatype for openSUSE:Factory

2019-09-04 Thread root
Hello community,

here is the log from the commit of package parlatype for openSUSE:Factory 
checked in at 2019-09-04 09:15:15

Comparing /work/SRC/openSUSE:Factory/parlatype (Old)
 and  /work/SRC/openSUSE:Factory/.parlatype.new.7948 (New)


Package is "parlatype"

Wed Sep  4 09:15:15 2019 rev:2 rq:727961 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/parlatype/parlatype.changes  2018-08-31 
10:47:58.815460591 +0200
+++ /work/SRC/openSUSE:Factory/.parlatype.new.7948/parlatype.changes
2019-09-04 09:16:16.534930362 +0200
@@ -1,0 +2,26 @@
+Mon Sep  2 07:37:21 UTC 2019 - mvet...@suse.com
+
+- Update to 1.6.2:
+  * Update time label only if time has changed.
+  * Various fixes or improvements for the build system
+  * Fixed pkg-config cflags
+  * Fixed failing unit test
+  * Fixed extern C declarations for C++
+  * Added Meson configuration message
+  * New or updated languages: es, hu, lt
+
+---
+Thu Jul 18 13:21:26 UTC 2019 - mvet...@suse.com
+
+- Update to 1.6.1:
+* New: Automatic speech recognition (ASR) is now disabled by default
+  and it’s only shown, if parlatype is launched with the new parameter 
--with-asr
+* New: Parlatype can be built without ASR (build option asr=false)
+* New: libreoffice helpers’ AppStream ID renamed (hyphen instead of underscore)
+* Fix: Initialize i18n for library, fixes not shown translations in
+  Flatpak or non-standard prefixes
+* Fix: All memory leaks discovered with Valgrind in test suite
+* Fix: All issues discovered with Clang Static Analyzer
+* Add and update translations
+
+---

Old:

  parlatype-1.5.6.tar.gz

New:

  parlatype-1.6.2.tar.gz



Other differences:
--
++ parlatype.spec ++
--- /var/tmp/diff_new_pack.4pSQB7/_old  2019-09-04 09:16:17.582930217 +0200
+++ /var/tmp/diff_new_pack.4pSQB7/_new  2019-09-04 09:16:17.590930215 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package parlatype
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,22 @@
 #
 
 
-%define c_lib   libparlatype1
+%define c_lib   libparlatype2
 Name:   parlatype
-Version:1.5.6
+Version:1.6.2
 Release:0
 Summary:GNOME audio player for transcriptions
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://gkarsay.github.io/parlatype/
 Source: 
https://github.com/gkarsay/parlatype/releases/download/v%{version}/parlatype-%{version}.tar.gz
+BuildRequires:  AppStream-devel
 BuildRequires:  automake
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
+BuildRequires:  meson >= 0.47.2
 BuildRequires:  pkgconfig
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gstreamer-audio-1.0)
@@ -64,13 +66,11 @@
 %setup -q
 
 %build
-autoreconf -fi
-%configure
-make %{?_smp_mflags}
+%meson -Dasr=false
+%meson_build
 
 %install
-%make_install
-rm %{buildroot}%{_libdir}/libparlatype.la
+%meson_install
 
 %find_lang %{name}
 %find_lang libparlatype
@@ -85,24 +85,20 @@
 %{_mandir}/man1/parlatype.1%{?ext_man}
 %{_datadir}/applications/com.github.gkarsay.parlatype.desktop
 %{_datadir}/metainfo/com.github.gkarsay.parlatype.appdata.xml
-%{_datadir}/metainfo/com.github.gkarsay.parlatype.libreoffice-helpers.metainfo.xml
+%{_datadir}/metainfo/com.github.gkarsay.parlatype.libreoffice_helpers.metainfo.xml
 %{_datadir}/help/
 %{_datadir}/icons/hicolor/
-%{_libdir}/libreoffice/share/Scripts/python/Parlatype.py
 %{_datadir}/dbus-1/services/com.github.gkarsay.parlatype.service
 %{_datadir}/glib-2.0/schemas/com.github.gkarsay.parlatype.gschema.xml
-%{_libdir}/girepository-1.0/Parlatype-1.0.typelib
-%dir %{_libdir}/libreoffice
-%dir %{_libdir}/libreoffice/share
-%dir %{_libdir}/libreoffice/share/Scripts
-%dir %{_libdir}/libreoffice/share/Scripts/python
+%dir %{_prefix}/lib/libreoffice/
+%dir %{_prefix}/lib/libreoffice/share
+%dir %{_prefix}/lib/libreoffice/share/Scripts
+%{_prefix}/lib/libreoffice/share/Scripts/python/
 
 %files -n libparlatype-devel
 %{_libdir}/libparlatype.so
 %{_includedir}/parlatype/
-%{_datadir}/gtk-doc/
 %{_libdir}/pkgconfig/parlatype.pc
-%{_datadir}/gir-1.0/Parlatype-1.0.gir
 
 %files -n %{c_lib}
 %{_libdir}/libparlatype.so.*
@@ -110,6 +106,5 @@
 %files lang -f %{name}.lang
 
 %files lang -f libparlatype.lang
-%{_datadir}/locale/*/LC_MESSAGES/libparlatype.*
 
 %changelog

++ parlatype-1.5.6.tar.gz