Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Prima for openSUSE:Factory checked in at 2023-05-12 20:37:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Prima (Old) and /work/SRC/openSUSE:Factory/.perl-Prima.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Prima" Fri May 12 20:37:35 2023 rev:48 rq:1086579 version:1.67001 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Prima/perl-Prima.changes 2023-02-14 16:47:57.651341941 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Prima.new.1533/perl-Prima.changes 2023-05-12 20:40:27.138911009 +0200 @@ -1,0 +2,10 @@ +Thu May 11 15:42:10 UTC 2023 - Dirk Stoecker <opens...@dstoecker.de> + +- update cpanspec.yml and recreate spec file + +------------------------------------------------------------------- +Sun May 7 10:46:28 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Replace xorg-x11-devel by pkgconfig(...) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Prima.spec ++++++ --- /var/tmp/diff_new_pack.iJeaqW/_old 2023-05-12 20:40:27.606913581 +0200 +++ /var/tmp/diff_new_pack.iJeaqW/_new 2023-05-12 20:40:27.614913625 +0200 @@ -36,7 +36,15 @@ BuildRequires: xkeyboard-config BuildRequires: xorg-x11 BuildRequires: xorg-x11-Xvfb -BuildRequires: xorg-x11-devel +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcomposite) +BuildRequires: pkgconfig(xcursor) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xft) +BuildRequires: pkgconfig(xpm) +BuildRequires: pkgconfig(xproto) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xrender) %define X_display ":98" Requires: xorg-x11 # MANUAL END ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.iJeaqW/_old 2023-05-12 20:40:27.658913866 +0200 +++ /var/tmp/diff_new_pack.iJeaqW/_new 2023-05-12 20:40:27.662913888 +0200 @@ -8,7 +8,15 @@ BuildRequires: xkeyboard-config BuildRequires: xorg-x11 BuildRequires: xorg-x11-Xvfb - BuildRequires: xorg-x11-devel + BuildRequires: pkgconfig(x11) + BuildRequires: pkgconfig(xcomposite) + BuildRequires: pkgconfig(xcursor) + BuildRequires: pkgconfig(xext) + BuildRequires: pkgconfig(xft) + BuildRequires: pkgconfig(xpm) + BuildRequires: pkgconfig(xproto) + BuildRequires: pkgconfig(xrandr) + BuildRequires: pkgconfig(xrender) %define X_display ":98" Requires: xorg-x11 #post_prep: |-