[packages/libirecovery] - updated to 1.2.0 (new soname)

qboosh qboosh at pld-linux.org
Sun Apr 7 17:05:08 CEST 2024


commit b5d89937372fddbd141d6eef32f819ed5f879cae
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Apr 7 16:30:30 2024 +0200

    - updated to 1.2.0 (new soname)

 libirecovery.spec | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/libirecovery.spec b/libirecovery.spec
index 49543dc..9cf0b51 100644
--- a/libirecovery.spec
+++ b/libirecovery.spec
@@ -1,27 +1,27 @@
 #
 # Conditional build:
-%bcond_without	static_libs	# don't build static libraries
+%bcond_without	static_libs	# static library
 
 Summary:	Library and utility to talk to iBoot/iBSS via USB
 Summary(pl.UTF-8):	Biblioteka i narzędzie do komunikacji z iBoot/iBSS po USB
 Name:		libirecovery
-Version:	1.1.0
+Version:	1.2.0
 Release:	1
 License:	LGPL v2.1
 Group:		Libraries
 #Source0Download: https://libimobiledevice.org/
 Source0:	https://github.com/libimobiledevice/libirecovery/releases/download/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5:	ec81289790478cc2b1da0e97b551cb8b
+# Source0-md5:	0233f8a4e7434b0685b5e5591f51a784
 Patch0:		%{name}-sh.patch
 URL:		https://github.com/libimobiledevice/libirecovery
-BuildRequires:	autoconf >= 2.64
+BuildRequires:	autoconf >= 2.68
 BuildRequires:	automake
-BuildRequires:	libimobiledevice-glue-devel >= 1.0.0
-BuildRequires:	libtool
+BuildRequires:	libimobiledevice-glue-devel >= 1.2.0
+BuildRequires:	libtool >= 2:2
 BuildRequires:	libusb-devel >= 1.0.3
 BuildRequires:	pkgconfig
 BuildRequires:	readline-devel
-Requires:	libimobiledevice-glue >= 1.0.0
+Requires:	libimobiledevice-glue >= 1.2.0
 Requires:	libusb >= 1.0.3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -40,7 +40,7 @@ Summary:	Header files for libirecovery library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libirecovery
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libimobiledevice-glue-devel >= 1.0.0
+Requires:	libimobiledevice-glue-devel >= 1.2.0
 Requires:	libusb-devel >= 1.0.3
 
 %description devel
@@ -72,7 +72,6 @@ Statyczna biblioteka libirecovery.
 %{__autoheader}
 %{__automake}
 %configure \
-	%{!?with_openssl:--disable-openssl} \
 	%{!?with_static_libs:--disable-static} \
 	--disable-silent-rules \
 	--with-udev \
@@ -101,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc NEWS README.md
 %attr(755,root,root) %{_bindir}/irecovery
 %attr(755,root,root) %{_libdir}/libirecovery-1.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libirecovery-1.0.so.3
+%attr(755,root,root) %ghost %{_libdir}/libirecovery-1.0.so.5
 /lib/udev/rules.d/39-libirecovery.rules
 
 %files devel
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libirecovery.git/commitdiff/b5d89937372fddbd141d6eef32f819ed5f879cae



More information about the pld-cvs-commit mailing list