Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package awf-gtk4 for openSUSE:Factory checked in at 2023-06-07 23:08:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/awf-gtk4 (Old) and /work/SRC/openSUSE:Factory/.awf-gtk4.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "awf-gtk4" Wed Jun 7 23:08:04 2023 rev:4 rq:1091309 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/awf-gtk4/awf-gtk4.changes 2021-09-10 23:40:42.638521040 +0200 +++ /work/SRC/openSUSE:Factory/.awf-gtk4.new.15902/awf-gtk4.changes 2023-06-07 23:08:44.835805078 +0200 @@ -1,0 +2,7 @@ +Thu Jun 6 20:00:00 UTC 2023 - Fabrice Creuzot <[email protected]> + +- New upstream version (2.7.0) + * add text direction menu + * add close button for tabs + +------------------------------------------------------------------- Old: ---- awf-gtk4-2.6.0.tar.gz New: ---- awf-gtk4-2.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ awf-gtk4.spec ++++++ --- /var/tmp/diff_new_pack.OTct2u/_old 2023-06-07 23:08:45.459808702 +0200 +++ /var/tmp/diff_new_pack.OTct2u/_new 2023-06-07 23:08:45.463808725 +0200 @@ -1,7 +1,7 @@ # # spec file for package awf-gtk4 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2021-2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: awf-gtk4 -Version: 2.6.0 +Version: 2.7.0 Release: 0 Summary: Theme preview application for GTK 4 Summary(fr): Application d'aperçu de thème pour GTK 4 @@ -56,7 +56,7 @@ mv LICENSE COPYING %build -autoreconf -f -i +autoreconf -fi %configure %make_build @@ -64,6 +64,7 @@ %make_install mkdir -p %{buildroot}%{_datadir}/applications/ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/ +mkdir -p %{buildroot}%{_mandir}/man1/ %{buildroot}%{_mandir}/fr/man1/ for file in icons/*/*/*; do mv $file ${file/\/awf./\/%{name}.}; done cp -a icons/* %{buildroot}%{_datadir}/icons/hicolor/ for file in src/po/*.po; do @@ -71,10 +72,13 @@ mkdir -p %{buildroot}%{_datadir}/locale/${code}/LC_MESSAGES/ msgfmt src/po/${code}.po -o %{buildroot}%{_datadir}/locale/${code}/LC_MESSAGES/%{name}.mo done +install -p -m 644 debian-gtk/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +install -p -m 644 debian-gtk/%{name}.fr.1 %{buildroot}%{_mandir}/fr/man1/%{name}.1 desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ applications/%{name}.desktop -%find_lang %{name} +%find_lang %{name} --with-man %files -f %{name}.lang +%{_mandir}/man1/%{name}.1* %license COPYING %doc README.md %{_bindir}/%{name} ++++++ awf-gtk4-2.6.0.tar.gz -> awf-gtk4-2.7.0.tar.gz ++++++ ++++ 5017 lines of diff (skipped)
