automatic rebuild by autodist [release 1.3.2-6mamba;Mon Feb 09 2026]
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
lib/cddb_net.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- a/lib/cddb_net.c
|
||||
+++ b/lib/cddb_net.c
|
||||
@@ -325,7 +325,7 @@ int timeout_connect(int sockfd, const st
|
||||
default:
|
||||
/* we got connected, check error condition */
|
||||
l = sizeof(rv);
|
||||
- getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &rv, &l);
|
||||
+ getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &rv, (socklen_t * restrict)&l);
|
||||
if (rv) {
|
||||
/* something went wrong, simulate normal connect behaviour */
|
||||
errno = rv;
|
||||
|
||||
+10
-19
@@ -1,21 +1,19 @@
|
||||
Name: libcddb
|
||||
Version: 1.3.2
|
||||
Release: 5mamba
|
||||
Release: 6mamba
|
||||
Summary: Libcddb is a C library to access data on a CDDB server
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://libcddb.sourceforge.net/
|
||||
Packager: Silvan Calarco <silvan@openmamba.org>
|
||||
URL: https://libcddb.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/libcddb/libcddb-%{version}.tar.bz2
|
||||
Patch0: libcddb-1.3.2-gcc-15.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libcdio-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Libcddb is a C library to access data on a CDDB server.
|
||||
@@ -27,21 +25,15 @@ It allows you to:
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Libcddb is a C library to access data on a CDDB server.
|
||||
It allows you to:
|
||||
* search the database for possible CD matches;
|
||||
* retrieve detailed information about a specific CD;
|
||||
* submit new CD entries to the database.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch 0 -p1 -b .gcc-15
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||
|
||||
%build
|
||||
@@ -55,9 +47,6 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cddb_query
|
||||
@@ -68,12 +57,14 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/cddb
|
||||
%{_includedir}/cddb/*.h
|
||||
%{_libdir}/libcddb.la
|
||||
%{_libdir}/libcddb.so
|
||||
%{_libdir}/pkgconfig/libcddb.pc
|
||||
%doc ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Mon Feb 09 2026 Automatic Build System <autodist@openmamba.org> 1.3.2-6mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Wed Jan 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-5mamba
|
||||
- rebuilt with debug package and build requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user