public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/libpciaccess] rawhide: rebase 0.19
Date: Thu, 16 Jul 2026 13:14:06 GMT [thread overview]
Message-ID: <178420764650.1.15286636627887939132.rpms-libpciaccess-f5023bb4eff8@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-16 13:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178420764650.1.15286636627887939132.rpms-libpciaccess-f5023bb4eff8@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox