diff --git a/wsdlpull.spec b/wsdlpull.spec index 16e1cf7..b2c1a74 100644 --- a/wsdlpull.spec +++ b/wsdlpull.spec @@ -8,11 +8,11 @@ # Name: wsdlpull Version: 1.23 -Release: 29%{?dist} +Release: 35%{?dist} Summary: C++ Web Services client library -License: LGPLv2 and OReilly and MIT +License: LGPL-2.0-or-later AND MIT URL: http://%{name}.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -60,13 +60,13 @@ library. The documentation is the same as at the %{name} web page. %setup -q # Apply the g++ 4.3 compatibility patch -%patch0 -p1 +%patch -P0 -p1 # Create a directory for man pages %{__mkdir} man # Apply the man page patch -%patch1 -p1 +%patch -P1 -p1 # Remove any CVS sub-directory (they should not be delivered with the tar-ball) find . -name 'CVS' -print | xargs -r %{__rm} -rf @@ -94,7 +94,7 @@ sed -i -e 's/\r$//' AUTHORS %{__mv} README.txt README # Apply the GNU Autotools compatibility patch -%patch2 -p1 +%patch -P2 -p1 %build %configure --disable-static @@ -134,6 +134,24 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.23-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Sat Jan 17 2026 Fedora Release Engineering - 1.23-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Fri Jul 25 2025 Fedora Release Engineering - 1.23-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sun Jan 19 2025 Fedora Release Engineering - 1.23-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Sat Jul 20 2024 Fedora Release Engineering - 1.23-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 1.23-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.23-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild