Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zile for openSUSE:Factory checked in at 2025-01-01 23:08:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zile (Old) and /work/SRC/openSUSE:Factory/.zile.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zile" Wed Jan 1 23:08:25 2025 rev:8 rq:1234148 version:2.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/zile/zile.changes 2021-05-07 16:46:14.740193874 +0200 +++ /work/SRC/openSUSE:Factory/.zile.new.1881/zile.changes 2025-01-01 23:08:42.334425650 +0100 @@ -1,0 +2,6 @@ +Tue Dec 31 13:31:19 UTC 2024 - Richard Rahl <[email protected]> + +- fix build by addin -Wno-incompatible-pointer-types +- remove update-desktop-files as a BR + +------------------------------------------------------------------- @@ -4 +10 @@ -- update to 2.6.1: +- update to 2.6.2: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zile.spec ++++++ --- /var/tmp/diff_new_pack.hPbOei/_old 2025-01-01 23:08:43.170459983 +0100 +++ /var/tmp/diff_new_pack.hPbOei/_new 2025-01-01 23:08:43.174460146 +0100 @@ -1,7 +1,7 @@ # # spec file for package zile # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -30,15 +30,15 @@ Source3: zile.desktop Source4: zile.png BuildRequires: help2man >= 1.29 -BuildRequires: ncurses-devel BuildRequires: perl >= 5.5 BuildRequires: pkgconfig -BuildRequires: update-desktop-files +BuildRequires: vala BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(libacl) +BuildRequires: pkgconfig(ncurses) Provides: %{name}-doc = %{version} Obsoletes: %{name}-doc < %{version} Provides: %{name}-base = %{version} @@ -55,6 +55,7 @@ %autosetup %build +export CFLAGS="%{optflags} -Wno-incompatible-pointer-types" %configure \ --disable-debug \ --disable-silent-rules \ @@ -68,7 +69,6 @@ %{buildroot}%{_datadir}/applications/%{name}.desktop install -Dpm 0644 %{SOURCE4} \ %{buildroot}%{_datadir}/pixmaps/%{name}.png -%suse_update_desktop_file "%{name}" Utility TextEditor %files %doc ChangeLog README THANKS AUTHORS FAQ NEWS dotzile.sample @@ -76,5 +76,5 @@ %{_bindir}/zile %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png -%{_mandir}/man1/zile.1%{?ext_man} +%{_mandir}/man?/zile.?%{?ext_man}
