Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zypp-gui for openSUSE:Factory checked in at 2025-03-21 20:22:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zypp-gui (Old) and /work/SRC/openSUSE:Factory/.zypp-gui.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zypp-gui" Fri Mar 21 20:22:40 2025 rev:6 rq:1254895 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/zypp-gui/zypp-gui.changes 2025-02-26 17:26:59.660461460 +0100 +++ /work/SRC/openSUSE:Factory/.zypp-gui.new.2696/zypp-gui.changes 2025-03-21 20:22:55.320007354 +0100 @@ -1,0 +2,12 @@ +Thu Mar 20 01:50:06 UTC 2025 - Xiaoguang Wang <xiaoguang.w...@suse.com> + +- Update version to 0.4.1 + * Adjust repo row bottom margin + * update gio glib + * fix build error + * Use workspace in Cargo.toml + * Update specific row when repo is changed. + * settings page use Adw.PreferencesGroup +- Drop 0001-Adapt-to-the-zypper-new-printout-format.patch + +------------------------------------------------------------------- Old: ---- 0001-Adapt-to-the-zypper-new-printout-format.patch zypp-gui-0.3.0.tar.xz New: ---- vendor.tar.zst zypp-gui-0.4.1.tar.xz BETA DEBUG BEGIN: Old: * settings page use Adw.PreferencesGroup - Drop 0001-Adapt-to-the-zypper-new-printout-format.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zypp-gui.spec ++++++ --- /var/tmp/diff_new_pack.iXVzEa/_old 2025-03-21 20:22:55.996035478 +0100 +++ /var/tmp/diff_new_pack.iXVzEa/_new 2025-03-21 20:22:55.996035478 +0100 @@ -17,22 +17,21 @@ Name: zypp-gui -Version: 0.3.0 +Version: 0.4.1 Release: 0%{?dist} Summary: Update the system, search, install and remove the package, configure the repos. License: GPL-2.0-or-later Group: System/GUI URL: https://github.com/sunwxg/zypp-gui Source0: https://github.com/sunwxg/zypp-gui/releases/download/v%{version}/%{name}-%{version}.tar.xz -Source1: additional.json - -Patch0: 0001-Adapt-to-the-zypper-new-printout-format.patch +Source1: vendor.tar.zst +Source2: additional.json BuildRequires: blueprint-compiler BuildRequires: cargo BuildRequires: meson -BuildRequires: pkgconfig -BuildRequires: rust >= 1.40 +BuildRequires: rust +BuildRequires: zstd BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5 @@ -40,6 +39,7 @@ BuildRequires: pkgconfig(gtk4) >= 4.8 BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha BuildRequires: pkgconfig(libsystemd) +BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0 BuildRequires: pkgconfig(polkit-gobject-1) Requires: PackageKit @@ -49,7 +49,7 @@ Application can update the system, search, install and remove the package, configure the repos. It achieves some functions of command zypper. %prep -%autosetup -p1 +%autosetup -a1 -p1 %build %meson @@ -57,7 +57,7 @@ %install %meson_install -install -D -m 644 %{SOURCE1} %{buildroot}%{_prefix}/share/%{name}/additional.json +install -D -m 644 %{SOURCE2} %{buildroot}%{_prefix}/share/%{name}/additional.json %check %meson_test ++++++ _service ++++++ --- /var/tmp/diff_new_pack.iXVzEa/_old 2025-03-21 20:22:56.024036643 +0100 +++ /var/tmp/diff_new_pack.iXVzEa/_new 2025-03-21 20:22:56.032036976 +0100 @@ -1,5 +1,18 @@ <services> - <service name="cargo_audit" mode="disabled"> + <service name="cargo_vendor" mode="manual"> + <param name="src">zypp-gui*.tar.xz</param> + <param name="update">true</param> + <param name="filter">true</param> + </service> + <service name="cargo_audit" mode="manual" /> + <service name="obs_scm" mode="manual"> + <param name="scm">git</param> + <param name="url">https://github.com/sunwxg/zypp-gui.git</param> + <param name="revision">v0.4.1</param> + <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> + <param name="versionrewrite-pattern">(.*)\+0</param> + <param name="versionrewrite-replacement">\1</param> + <param name="changesgenerate">enable</param> </service> </services> ++++++ zypp-gui-0.3.0.tar.xz -> zypp-gui-0.4.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/zypp-gui/zypp-gui-0.3.0.tar.xz /work/SRC/openSUSE:Factory/.zypp-gui.new.2696/zypp-gui-0.4.1.tar.xz differ: char 26, line 1