From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. bf76244de09121886272eddde4bd81caa2480400 Date: Wed, 11 Jan 2023 09:30:14 +0000 Message-ID: <4NsMpt2FXrz2xPf@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7838436527134593741==" List-Id: --===============7838436527134593741== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via bf76244de09121886272eddde4bd81caa2480400 (commit) via 18dca1aa40c5321c81bae621ec1b2f210bba3580 (commit) from 2bb739f6129949a483b87e3c9d233c070f38f13a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bf76244de09121886272eddde4bd81caa2480400 Author: Michael Tremer Date: Wed Jan 11 09:29:59 2023 +0000 perl: Move filter to the correct place =20 Signed-off-by: Michael Tremer commit 18dca1aa40c5321c81bae621ec1b2f210bba3580 Author: Michael Tremer Date: Tue Jan 10 18:58:37 2023 +0000 libpciaccess: Update to 0.17 =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: libpciaccess/libpciaccess.nm | 14 +++----------- perl/perl.nm | 18 ++++-------------- 2 files changed, 7 insertions(+), 25 deletions(-) Difference in files: diff --git a/libpciaccess/libpciaccess.nm b/libpciaccess/libpciaccess.nm index 789bb98fc..e02131b5c 100644 --- a/libpciaccess/libpciaccess.nm +++ b/libpciaccess/libpciaccess.nm @@ -4,11 +4,11 @@ ############################################################################= ### =20 name =3D libpciaccess -version =3D 0.13.4 +version =3D 0.17 release =3D 1 =20 groups =3D Applications/Virtualization -url =3D http://cgit.freedesktop.org/xorg/lib/libpciaccess/ +url =3D https://cgit.freedesktop.org/xorg/lib/libpciaccess/ license =3D LGPLv2.1+ summary =3D Generic PCI access library. =20 @@ -17,20 +17,12 @@ description versions of Linux. end =20 -source_dl =3D http://cgit.freedesktop.org/xorg/lib/libpciaccess/snapshot/ +source_dl =3D https://www.x.org/archive/individual/lib/ =20 build requires - autoconf - automake - pkg-config - libtool xorg-x11-util-macros end - - prepare_cmds - ./autogen.sh - end end =20 packages diff --git a/perl/perl.nm b/perl/perl.nm index 3216986fa..e61d80a78 100644 --- a/perl/perl.nm +++ b/perl/perl.nm @@ -12,7 +12,7 @@ version =3D %{ver_major}.%{ver_minor}.%{ver_plevel} # Never reset release in this package, just increase. release =3D 1 =20 -thisver =3D %{version}-%{_release} +thisver =3D %{version}-%{_release} =20 maintainer =3D Michael Tremer groups =3D Development/Languages @@ -51,11 +51,6 @@ build # So we need to pass it explicitely. CFLAGS +=3D -fstack-protector-all =20 - export FILTER_PERL_REQUIRES =3D \ - VMS:: \ - Mac:: \ - unicore::Name - prepare_cmds sed -i 's/command /command[ -]/' makedepend.SH end @@ -147,18 +142,13 @@ build end end =20 -quality-agent - whitelist_rpath - %{libdir} - %{libdir}/perl5/CORE - end -end - # This variable contains the constant version string # of this perl package. perl_version =3D %{ver_major}.%{ver_minor}.%{ver_plevel} =20 packages + filter_requires =3D (VMS::|Mac::|unicore::Name) + package perl requires perl-libs =3D %{version}-%{_release} @@ -173,7 +163,7 @@ packages end =20 provides - perl(%{ver_major}) + perl(:VERSION) =3D %{thisver} =20 # Compat provides perl(:MODULE_COMPAT_5.36.0) hooks/post-receive -- IPFire 3.x development tree --===============7838436527134593741==--