Hello community,

here is the log from the commit of package crow-translate for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:44:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/crow-translate (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.crow-translate.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crow-translate"

Wed Feb 19 18:44:56 2020 rev:1 rq:775560 version:2.3.1

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.crow-translate.new.26092/crow-translate.changes   
    2020-02-19 18:44:57.362626462 +0100
@@ -0,0 +1,35 @@
+-------------------------------------------------------------------
+Sun Jan 19 10:01:38 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 2.3.1
+  Added
+  * Malay localization.
+  Changed
+  * Fix disabling transliteration.
+  * Minor performance improvements.
+  * Fix Malay language flag icon.
+  * Force disable embedded global shortcuts on Wayland.
+
+-------------------------------------------------------------------
+Sat Dec 21 12:42:15 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 2.3.0
+  Added
+  * The ability to disable embedded global shortcuts.
+  * D-Bus API.
+  * KDE shortcuts support.
+  * The ability to simplify source text in query.
+  Changed
+  * Fix crash on Wayland (still no support for hotkeys and
+    selection).
+  * Use a simpler and more compatible way to show notifications.
+  * Stop speaking source text on change.
+  * Google: Fix parsing several sentences in some cases.
+  * Google: Fix disabling examples.
+  Removed
+  * The ability to specify buttons style as useless.
+
+-------------------------------------------------------------------
+Sun Nov 24 09:09:49 UTC 2019 - Martin Hauke <[email protected]>
+
+- Initial package, version 2.2.3

New:
----
  _service
  crow-translate-2.3.1.tar.xz
  crow-translate.changes
  crow-translate.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ crow-translate.spec ++++++
#
# spec file for package crow-translate
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           crow-translate
Version:        2.3.1
Release:        0
Summary:        A Qt GUI for Google, Yandex and Bing translators
# QOnlineTranslator is licensed under GPL-3.0
# QHotkey is licensed under BSD-3-Clause
# QTaskbarControl is licensed under BSD-3-Clause
# SingleApplication is icensed under MIT
License:        GPL-3.0-only
Group:          Productivity/Networking/Web/Frontends
URL:            https://crow-translate.github.io/
#Git-Clone:     https://github.com/crow-translate/crow-translate.git
Source:         %{name}-%{version}.tar.xz
BuildRequires:  gcc-c++
BuildRequires:  hicolor-icon-theme
BuildRequires:  libqt5-linguist-devel
BuildRequires:  libqt5-qtbase-devel
BuildRequires:  libqt5-qtmultimedia-devel
BuildRequires:  libqt5-qtx11extras-devel
BuildRequires:  update-desktop-files
Recommends:     gstreamer-plugins-good

%description
A simple and lightweight translator that allows to translate and speak
text using Google, Yandex and Bing written with Qt5.

%prep
%setup -q

%build
%qmake5
%make_jobs

%install
%qmake5_install
mv 
%{buildroot}/%{_datadir}/applications/io.crow_translate.CrowTranslate.desktop 
%{buildroot}/%{_datadir}/applications/%{name}.desktop
%suse_update_desktop_file -i %{name} Office Dictionary Network

%files
%license COPYING
%doc CHANGELOG.md README.md
%{_bindir}/crow
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/*

%changelog
++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/crow-translate/crow-translate.git</param>
                <param name="parent-tag">2.3.1</param>
                <param name="versionformat">2.3.1</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>


Reply via email to