public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libpciaccess] rawhide: rebase 0.19
@ 2026-07-16 13:14
0 siblings, 0 replies; only message in thread
From: @ 2026-07-16 13:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libpciaccess
Branch : rawhide
Commit : f5023bb4eff8150c79fc55b8b3fa084c3a2121ae
Author : Miroslav Suchý <msuchy@redhat.com>
Date : 2026-07-16T11:01:07+02:00
Stats : +14/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/libpciaccess/c/f5023bb4eff8150c79fc55b8b3fa084c3a2121ae?branch=rawhide
Log:
rebase 0.19
---
diff --git a/.gitignore b/.gitignore
index 0ffb1e2..66f1ec1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ libpciaccess-0.12.0.tar.bz2
/libpciaccess-0.14.tar.bz2
/libpciaccess-0.15.tar.bz2
/libpciaccess-0.16.tar.bz2
+/libpciaccess-0.19.tar.xz
diff --git a/libpciaccess.spec b/libpciaccess.spec
index ee51689..c6a08b4 100644
--- a/libpciaccess.spec
+++ b/libpciaccess.spec
@@ -1,6 +1,6 @@
Name: libpciaccess
-Version: 0.16
-Release: 18%{?dist}
+Version: 0.19
+Release: 1%{?dist}
Summary: PCI access library
License: HPND AND MIT
@@ -9,13 +9,14 @@ URL: https://www.x.org/
# git snapshot. To recreate, run
# % ./make-libpciaccess-snapshot.sh %{gitrev}
#Source0: libpciaccess-%{gitdate}.tar.bz2
-Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.bz2
+Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.xz
Source1: make-libpciaccess-snapshot.sh
Patch2: libpciaccess-rom-size.patch
-BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros
-BuildRequires: make
+BuildRequires: meson gcc libtool pkgconfig
+BuildRequires: xorg-x11-util-macros
+BuildRequires: zlib-devel
Requires: hwdata
%description
@@ -34,13 +35,11 @@ Development package for libpciaccess.
%autosetup -p1
%build
-autoreconf -v --install
-%configure --disable-static
-%make_build
+%meson
+%meson_build
%install
-%make_install
-rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+%meson_install
%ldconfig_scriptlets
@@ -56,6 +55,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%{_libdir}/pkgconfig/pciaccess.pc
%changelog
+* Mon Jul 13 2026 Miroslav Suchy <msuchy@redhat.com> - 0.19-1
+- rebase to 0.19
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 74a50c6..a88de74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libpciaccess-0.16.tar.bz2) = 2f250048a270dfc0823d4bdd613aa272c58a80eaafd922850f56c4b6f7a45a263ed4cf521b52b49f04484ea44ebefb7407d079aa058318a5751ffb181e38fed1
+SHA512 (libpciaccess-0.19.tar.xz) = a20ea0ef3d650e2cdc18423ea4770780ce273c35115eece85dbbb59e5f2e24bdbaf88e53b1648f2c5d4fa34b015a3fe8318721bf5655a86a835db323e6ecd4f7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-16 13:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 13:14 [rpms/libpciaccess] rawhide: rebase 0.19
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox