Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package manpageeditor for openSUSE:Factory checked in at 2021-06-01 10:40:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/manpageeditor (Old) and /work/SRC/openSUSE:Factory/.manpageeditor.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "manpageeditor" Tue Jun 1 10:40:01 2021 rev:6 rq:896538 version:0.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/manpageeditor/manpageeditor.changes 2020-12-14 18:10:25.951703550 +0100 +++ /work/SRC/openSUSE:Factory/.manpageeditor.new.1898/manpageeditor.changes 2021-06-01 10:41:38.153239440 +0200 @@ -1,0 +2,18 @@ +Mon May 31 17:11:24 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 0.1.3 + * Added --import MANPAGE option to command line. + * Added --section SECTION option to command line. + * Added -v/-? options to command line. + * Updated manpage. + * Fixed wrongly labeled 'Save' menu. + * Added recent menu. + * Added key shortcuts to formating menu items ( finally ). + * Added 'Documentation' sub catagory to desktop file. + * Application icons now symlinked instead of installed. + * Tweaked .desktop files for compatability. +- Drop manpageeditor-desktop-warnings.diff +- Build with gtk3 +- Use upstream URL + +------------------------------------------------------------------- Old: ---- ManPageEditor-0.1.1.tar.gz manpageeditor-desktop-warnings.diff New: ---- ManPageEditor-0.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ manpageeditor.spec ++++++ --- /var/tmp/diff_new_pack.LOtE4l/_old 2021-06-01 10:41:38.653240291 +0200 +++ /var/tmp/diff_new_pack.LOtE4l/_new 2021-06-01 10:41:38.653240291 +0200 @@ -1,7 +1,7 @@ # # spec file for package manpageeditor # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,62 +19,41 @@ %define oname ManPageEditor Name: manpageeditor -Version: 0.1.1 +Version: 0.1.3 Release: 0 Summary: A simple manual pages editor License: GPL-3.0-only Group: Development/Tools/Other -URL: https://www.opendesktop.org/p/1129669 -Source0: http://khapplications.darktech.org/zips/manpageeditor/%{oname}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE vs. various errors & warnings about desktop files. -Patch1: manpageeditor-desktop-warnings.diff - +URL: https://keithdhedger.github.io/pages/manpageeditor/manpageeditor.html +Source0: https://github.com/KeithDHedger/%{oname}/archive/refs/tags/%{version}.tar.gz#/%{oname}-%{version}.tar.gz BuildRequires: aspell-devel -BuildRequires: ctags BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: groff -BuildRequires: pkgconfig >= 0.9.0 -BuildRequires: xdg-utils -BuildRequires: pkgconfig(gtk+-2.0) >= 2.24.0 -BuildRequires: pkgconfig(gtksourceview-2.0) -Requires(post): hicolor-icon-theme -Requires(post): update-desktop-files -Requires(postun): hicolor-icon-theme -Requires(postun): update-desktop-files +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0 +BuildRequires: pkgconfig(gtksourceview-3.0) %description Create, edit, import, preview man-pages. %prep %setup -q -n %{oname}-%{version} -%patch1 %build %configure \ - --enable-aspell + --enable-aspell \ + --enable-gtk3 +%make_build %install %make_install - # Let's use %%doc macro. -rm %{buildroot}%{_datadir}/%{oname}/docs/gpl-3.0.txt - -%fdupes -s %{buildroot} - -%post -%desktop_database_post -%icon_theme_cache_post -%mime_database_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%mime_database_postun +rm -rfv %{buildroot}%{_datadir}/%{oname}/docs %files -%defattr(-,root,root) -%doc BUGS-ETC ChangeLog README ManPageEditor/resources/docs/gpl-3.0.txt +%license COPYING +%doc BUGS-ETC ChangeLog README %{_bindir}/%{name} %{_datadir}/applications/%{oname}.desktop %{_datadir}/%{oname} ++++++ ManPageEditor-0.1.1.tar.gz -> ManPageEditor-0.1.3.tar.gz ++++++ ++++ 2060 lines of diff (skipped)