Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xaos for openSUSE:Factory checked in at 2023-10-02 20:06:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xaos (Old) and /work/SRC/openSUSE:Factory/.xaos.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xaos" Mon Oct 2 20:06:20 2023 rev:25 rq:1114559 version:4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xaos/xaos.changes 2021-03-30 21:18:47.421845546 +0200 +++ /work/SRC/openSUSE:Factory/.xaos.new.28202/xaos.changes 2023-10-02 20:08:52.720009537 +0200 @@ -1,0 +2,14 @@ +Sat Sep 30 17:33:12 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 4.3: + * Migration to Qt 6. + * Progress bar for time consuming operations (only on native + platforms). + * Bug Fixes: + - Example files are loaded properly even if XaoS is not + installed (that is, the examples are not flattened). + - User formulas are not duplicated in the history. +- Switch to Qt6 for building; use qmake6 macros. +- Install examples and run fdupes to reduce duplicate files. + +------------------------------------------------------------------- Old: ---- xaos-4.2.1.tar.gz New: ---- xaos-4.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xaos.spec ++++++ --- /var/tmp/diff_new_pack.oKdCap/_old 2023-10-02 20:08:54.204062909 +0200 +++ /var/tmp/diff_new_pack.oKdCap/_new 2023-10-02 20:08:54.216063340 +0200 @@ -1,7 +1,7 @@ # # spec file for package xaos # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,19 @@ %define alt_name XaoS Name: xaos -Version: 4.2.1 +Version: 4.3 Release: 0 Summary: Powerful fractal generator License: GPL-2.0-or-later Group: Amusements/Toys/Graphics URL: https://xaos-project.github.io Source0: https://github.com/xaos-project/XaoS/archive/release-%{version}/%{name}-%{version}.tar.gz -BuildRequires: libQt5Widgets-devel >= 5.7 -BuildRequires: libqt5-linguist -BuildRequires: libqt5-qtbase-common-devel +BuildRequires: fdupes +BuildRequires: pkg-config +BuildRequires: qt6-tools-linguist +BuildRequires: pkgconfig(Qt6Core) +BuildRequires: pkgconfig(Qt6Gui) +BuildRequires: pkgconfig(Qt6Widgets) Provides: %{alt_name} %description @@ -42,13 +45,16 @@ %setup -q -n XaoS-release-%{version} %build -%qmake5 -%make_build STRIP=: +%qmake6 PREFIX=%{_prefix} +%qmake6_build %install -# Empty install target generated by qmake => install files manually # Binary -install -D --mode 0755 --target-directory %{buildroot}%{_bindir} bin/%{name} +%qmake6_install + +# Examples +mkdir -p %{buildroot}%{_datadir}/%{alt_name} +find examples -name \'*.xpf\' -exec cp {} %{buildroot}%{_datadir}/%{alt_name}/examples \; # Data; Datapath forced to %%{alt_name} (not configurable) install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/%{alt_name}/catalogs catalogs/*.cat @@ -56,18 +62,20 @@ # Icon, .desktop, AppData install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/metainfo xdg/%{name}.appdata.xml -install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/applications xdg/%{name}.desktop +install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/applications xdg/*.desktop install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/pixmaps xdg/%{name}.png # Man install -D --mode 0644 --target-directory %{buildroot}%{_mandir}/man6 doc/%{name}.6 +%fdupes %{buildroot}%{_datadir}/%{alt_name}/examples/ + %files %doc CREDITS.md NEWS doc/README %license COPYING %{_bindir}/%{name} -%{_datadir}/%{alt_name} -%{_datadir}/applications/%{name}.desktop +%{_datadir}/%{alt_name}/ +%{_datadir}/applications/*.desktop %{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/pixmaps/%{name}.png %{_mandir}/man6/%{name}.6%{?ext_man} ++++++ xaos-4.2.1.tar.gz -> xaos-4.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/xaos/xaos-4.2.1.tar.gz /work/SRC/openSUSE:Factory/.xaos.new.28202/xaos-4.3.tar.gz differ: char 13, line 1