Hello community,
here is the log from the commit of package kImageAnnotator for openSUSE:Factory
checked in at 2020-06-20 20:12:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kImageAnnotator (Old)
and /work/SRC/openSUSE:Factory/.kImageAnnotator.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kImageAnnotator"
Sat Jun 20 20:12:45 2020 rev:5 rq:815964 version:0.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kImageAnnotator/kImageAnnotator.changes
2020-04-16 23:04:16.899729696 +0200
+++
/work/SRC/openSUSE:Factory/.kImageAnnotator.new.3606/kImageAnnotator.changes
2020-06-21 18:55:47.410835695 +0200
@@ -1,0 +2,32 @@
+Fri Jun 19 13:48:47 UTC 2020 - Martin Hauke <[email protected]>
+
+- Move files LICENSE, CHANGELOG.md and README.md into
+ package kImageAnnotator.
+
+-------------------------------------------------------------------
+Fri Jun 19 07:46:28 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 0.3.0
+ New:
+ * Add option to translate UI.
+ * Saved image expand to include annotations out of border.
+ * Add support for stickers.
+ * Add tab context menu for close all tabs and close other tabs.
+ * Add Number with Arrow/pointer tool.
+ Changed:
+ * Make dropdown buttons show popup on click.
+ * Hide unavailable setting widgets.
+ * Make arrow size decrease with stroke size.
+ Fixed:
+ * Using select tool marks image as changed.
+ * Emoticon selector shows a half of current emoticon.
+ * FillPicker text or icon sometimes not visible.
+ * Wrong image scaling on hdpi screen.
+ * Copy area size differs from last capture.
+ * Number Tool not reset when switching between tabs.
+- Remove patches (fixed upstream):
+ * 0001-Improve-kcolorpicker-linking.patch
+ * 0001-Don-t-use-lowercase-Qt-keywords-in-public-headers.patch
+- Package language files
+
+-------------------------------------------------------------------
Old:
----
0001-Don-t-use-lowercase-Qt-keywords-in-public-headers.patch
0001-Improve-kcolorpicker-linking.patch
kImageAnnotator-0.2.1.tar.gz
New:
----
kImageAnnotator-0.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kImageAnnotator.spec ++++++
--- /var/tmp/diff_new_pack.RzboX7/_old 2020-06-21 18:55:47.862837347 +0200
+++ /var/tmp/diff_new_pack.RzboX7/_new 2020-06-21 18:55:47.866837362 +0200
@@ -16,27 +16,28 @@
#
-%define sover 0_2_1
+%define sover 0_3_0
%define libname libkImageAnnotator%{sover}
Name: kImageAnnotator
-Version: 0.2.1
+Version: 0.3.0
Release: 0
Summary: Tool for annotating images
License: GPL-2.0-or-later
Group: Development/Tools/Other
URL: https://github.com/ksnip/kImageAnnotator
Source:
https://github.com/ksnip/kImageAnnotator/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-Improve-kcolorpicker-linking.patch
-Patch2: 0001-Don-t-use-lowercase-Qt-keywords-in-public-headers.patch
BuildRequires: cmake
BuildRequires: gcc-c++
-BuildRequires: kColorPicker-devel >= 0.1.1
+BuildRequires: kColorPicker-devel >= 0.1.4
+BuildRequires: libqt5-linguist-devel
BuildRequires: pkgconfig
+BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(x11)
+%lang_package
+
%description
kImageAnnotator is a tool for annotating images.
@@ -56,27 +57,35 @@
Development files for %{name} including headers and libraries
%prep
-%autosetup -p1
+%setup -q
%build
%cmake \
- -DBUILD_EXAMPLE=ON
+ -DBUILD_EXAMPLE=ON \
+ -DCMAKE_INSTALL_DATAROOTDIR="share"
make %{?_smp_mflags}
%install
%cmake_install
+%find_lang %{name} --with-qt
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
-%files -n %{libname}
+%files
%license LICENSE
+%doc CHANGELOG.md README.md
+
+%files -n %{libname}
%{_libdir}/lib%{name}.so.%{version}
%files devel
-%doc CHANGELOG.md README.md
%{_libdir}/lib%{name}.so
%{_libdir}/cmake/%{name}
%{_includedir}/%{name}
+%files lang -f %{name}.lang
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/translations
+
%changelog
++++++ kImageAnnotator-0.2.1.tar.gz -> kImageAnnotator-0.3.0.tar.gz ++++++
++++ 23881 lines of diff (skipped)