diff --git a/gtranslator-3.34.0.tar.xz b/gtranslator-3.34.0.tar.xz deleted file mode 100644 index a45e3f2..0000000 --- a/gtranslator-3.34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2f25c02bdfd246896803756078c3006ef433c83eb802bc23a33413046bffb17 -size 2776844 diff --git a/gtranslator-3.36.0.tar.xz b/gtranslator-3.36.0.tar.xz new file mode 100644 index 0000000..ee78f32 --- /dev/null +++ b/gtranslator-3.36.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2daa1d3b59b4a35ef54df087345b03e1703e725081f9dac543539228a715add3 +size 2121776 diff --git a/gtranslator-rpmlintrc b/gtranslator-rpmlintrc new file mode 100644 index 0000000..0d98860 --- /dev/null +++ b/gtranslator-rpmlintrc @@ -0,0 +1,2 @@ +# Filter obsolete-not-provided gtranslator-devel warning, the Obsolete without Provides is intentional +addFilter("gtranslator.* obsolete-not-provided gtranslator-devel") diff --git a/gtranslator.changes b/gtranslator.changes index 7db2aa8..6bea5cf 100644 --- a/gtranslator.changes +++ b/gtranslator.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Mar 14 11:18:27 UTC 2020 - Bjørn Lie + +- Update to version 3.36.0: + + New search/replace popover. + + Open from DL button. + + Help doc improvements. + + Fix profile edit and remove. + + Updated translations. +- Add pkgconfig(libdazzle-1.0) BuildRequires: New dependency. +- Split out doc subpackage. +- Add gtranslator-rpmlintrc as source. Filter obsolete not provided + gtranslator-devel warning, the Obsolete without Provides is + intentional. + ------------------------------------------------------------------- Sat Mar 14 10:43:25 UTC 2020 - Bjørn Lie diff --git a/gtranslator.spec b/gtranslator.spec index 97d5817..ea96ebd 100644 --- a/gtranslator.spec +++ b/gtranslator.spec @@ -17,13 +17,14 @@ Name: gtranslator -Version: 3.34.0 +Version: 3.36.0 Release: 0 Summary: A gettext po file editor for the GNOME desktop License: GPL-3.0-or-later Group: Development/Tools/Other URL: https://wiki.gnome.org/Apps/Gtranslator -Source: https://download.gnome.org/sources/gtranslator/3.34/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gtranslator/3.36/%{name}-%{version}.tar.xz +Source99: gtranslator-rpmlintrc BuildRequires: fdupes BuildRequires: gettext-tools @@ -42,6 +43,7 @@ BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.2 BuildRequires: pkgconfig(iso-codes) BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0 +BuildRequires: pkgconfig(libdazzle-1.0) >= 3.33.90 BuildRequires: pkgconfig(libgda-5.0) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12 @@ -55,10 +57,17 @@ Gtranslator is a ".po" file editor with many bells and whistles. It features many functions which aid in the work of translators of po files imminently. +%package doc +Summary: Documentation for %{name} +Group: Development/Tools/Other + +%description doc +This package contains documentation for %{name}. + %lang_package %prep -%setup -q +%autosetup -p1 %build %meson \ @@ -70,11 +79,11 @@ files imminently. find %{buildroot} -type f -name "gtr-marshal.h" -delete -print %suse_update_desktop_file -r org.gnome.Gtranslator GNOME GTK Development Translation %find_lang %{name} +%fdupes %{buildroot}/%{_prefix} %files %license COPYING -%doc AUTHORS MAINTAINERS NEWS README.md THANKS -%doc %{_datadir}/gtk-doc/html/%{name}/ +%doc README.md %{_mandir}/man?/* %{_bindir}/%{name} %{_datadir}/%{name}/ @@ -84,6 +93,10 @@ find %{buildroot} -type f -name "gtr-marshal.h" -delete -print %{_datadir}/metainfo/org.gnome.Gtranslator.appdata.xml %{_datadir}/pixmaps/gtranslator-*.png +%files doc +%doc AUTHORS MAINTAINERS NEWS THANKS +%doc %{_datadir}/gtk-doc/html/%{name}/ + %files lang -f %{name}.lang %changelog