public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. bf76244de09121886272eddde4bd81caa2480400
@ 2023-01-11  9:30 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-01-11  9:30 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 3766 bytes --]

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 <michael.tremer(a)ipfire.org>
Date:   Wed Jan 11 09:29:59 2023 +0000

    perl: Move filter to the correct place
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 18dca1aa40c5321c81bae621ec1b2f210bba3580
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Tue Jan 10 18:58:37 2023 +0000

    libpciaccess: Update to 0.17
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

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 @@
 ###############################################################################
 
 name       = libpciaccess
-version    = 0.13.4
+version    = 0.17
 release    = 1
 
 groups     = Applications/Virtualization
-url        = http://cgit.freedesktop.org/xorg/lib/libpciaccess/
+url        = https://cgit.freedesktop.org/xorg/lib/libpciaccess/
 license    = LGPLv2.1+
 summary    = Generic PCI access library.
 
@@ -17,20 +17,12 @@ description
 	versions of Linux.
 end
 
-source_dl  = http://cgit.freedesktop.org/xorg/lib/libpciaccess/snapshot/
+source_dl  = https://www.x.org/archive/individual/lib/
 
 build
 	requires
-		autoconf
-		automake
-		pkg-config
-		libtool
 		xorg-x11-util-macros
 	end
-
-	prepare_cmds
-		./autogen.sh
-	end
 end
 
 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    = %{ver_major}.%{ver_minor}.%{ver_plevel}
 # Never reset release in this package, just increase.
 release    = 1
 
-thisver = %{version}-%{_release}
+thisver    = %{version}-%{_release}
 
 maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
 groups     = Development/Languages
@@ -51,11 +51,6 @@ build
 	# So we need to pass it explicitely.
 	CFLAGS += -fstack-protector-all
 
-	export FILTER_PERL_REQUIRES = \
-		VMS:: \
-		Mac:: \
-		unicore::Name
-
 	prepare_cmds
 		sed -i 's/command /command[ -]/' makedepend.SH
 	end
@@ -147,18 +142,13 @@ build
 	end
 end
 
-quality-agent
-	whitelist_rpath
-		%{libdir}
-		%{libdir}/perl5/CORE
-	end
-end
-
 # This variable contains the constant version string
 # of this perl package.
 perl_version = %{ver_major}.%{ver_minor}.%{ver_plevel}
 
 packages
+	filter_requires = (VMS::|Mac::|unicore::Name)
+
 	package perl
 		requires
 			perl-libs = %{version}-%{_release}
@@ -173,7 +163,7 @@ packages
 		end
 
 		provides
-			perl(%{ver_major})
+			perl(:VERSION) = %{thisver}
 
 			# Compat provides
 			perl(:MODULE_COMPAT_5.36.0)


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-11  9:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-11  9:30 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. bf76244de09121886272eddde4bd81caa2480400 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox