Upgrade to 2.2.0 (#1713402)
This commit is contained in:
parent
3a8800f0aa
commit
b87aaf756a
15
libidn2.spec
15
libidn2.spec
@ -1,6 +1,6 @@
|
||||
Summary: Library to support IDNA2008 internationalized domain names
|
||||
Name: libidn2
|
||||
Version: 2.1.1a
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
License: (GPLv2+ or LGPLv3+) and GPLv3+
|
||||
URL: https://www.gnu.org/software/libidn/#libidn2
|
||||
@ -41,20 +41,20 @@ The idn2 package contains the idn2 command line tool for testing
|
||||
IDNA2008 conversions.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-2.1.1
|
||||
%setup -q
|
||||
%patch0 -p1 -b .rpath
|
||||
touch -c -r configure.rpath configure
|
||||
touch -c -r m4/libtool.m4.rpath m4/libtool.m4
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
||||
%make_install
|
||||
|
||||
# Clean-up examples for documentation
|
||||
make %{?_smp_mflags} -C examples distclean
|
||||
%make_build -C examples distclean
|
||||
rm -f examples/Makefile*
|
||||
|
||||
# Don't install any libtool .la files
|
||||
@ -66,7 +66,7 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} -C tests check
|
||||
%make_build -C tests check
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
@ -99,6 +99,9 @@ fi
|
||||
%{_infodir}/%{name}.info*
|
||||
|
||||
%changelog
|
||||
* Thu May 23 2019 Robert Scheck <robert@fedoraproject.org> 2.2.0-1
|
||||
- Upgrade to 2.2.0 (#1713402)
|
||||
|
||||
* Sat Feb 09 2019 Robert Scheck <robert@fedoraproject.org> 2.1.1a-1
|
||||
- Upgrade to 2.1.1a (#1674002 #c1)
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libidn2-2.1.1a.tar.gz) = 404a739e33d324f700ac8e8119de3feef0de778bbb11be09049cb64eab447cd101883f6d489cca1e88c230f58bcaf9758fe102e571b6501450aa750ec2a4a9c6
|
||||
SHA512 (libidn2-2.1.1a.tar.gz.sig) = 9abaa642acf1b2ae15e8e0eb95097b8ce5594c028e49416e38b617924c1951fea86cd28c94dcde4a1b55582b3337fc7ec1199ef1e2e8104b774e33da8d9a3dc5
|
||||
SHA512 (libidn2-2.2.0.tar.gz) = ccf56056a378d49a28ff67a2a23cd3d32ce51f86a78f84839b98dad709a1d0d03ac8d7c1496f0e4d3536bca00e3d09d34d76a37317b2ce87e3aa66bdf4e877b8
|
||||
SHA512 (libidn2-2.2.0.tar.gz.sig) = eeaa88542340ddd7a5a029a0072344378410f6b437f521cdecefbdb1ceb7539236959a9fb8a24464d55658ecca949c28664bc0c00e9786282ac0209b53a72612
|
||||
|
Loading…
Reference in New Issue
Block a user