Accepting request 893809 from home:AndreasStieger:branches:devel:libraries:c_c++

libidn 1.37

OBS-URL: https://build.opensuse.org/request/show/893809
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=69
This commit is contained in:
Kristyna Streitova 2021-05-18 19:52:59 +00:00 committed by Git OBS Bridge
parent aff4a5716f
commit ece7478439
7 changed files with 1300 additions and 244 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86b14038
size 4557804

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEmUFc4ZBdDlWp+IAmhgt/uzL4EZ0FAl8YYuYACgkQhgt/uzL4
EZ3Tuwf/ae/ocJVXuyEOGfDZzvSuZMmIZxNyhNuWy1DYrFY4ysn0VddiqEgPPbQH
q55VRJaW4zDNM935mJjLQ4nRx7khOxi6AeNbBcIycIZ4XA4iH+w26DMDwjRqoNAB
Pop6Zn4QjR3nUl3pjZYdB6ZS9T1yKYb5SXzVD7e6ShsBaKjz2Cu/CKIC50WqMUfP
7YCXCHcCLYKa45BNnQeWYKT//g06tAguh0w+5dujC9Ee5RNF3hLhJZyCXRvZHkAj
CzdYLPC5F997e2vIo+B9ZVw+ZwZNZoaag0YsA0g1iNHhJB9U8pzr/mv/so3GBiVw
ZQkwhi9AEce1nAUuylw66EAVDXVDMA==
=FRO9
-----END PGP SIGNATURE-----

3
libidn-1.37.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c8e970d5cd80a8cb56f59c61611535336343942e3f1c81b0190c69993a692c2
size 2603177

11
libidn-1.37.tar.gz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEmUFc4ZBdDlWp+IAmhgt/uzL4EZ0FAmCgIWoACgkQhgt/uzL4
EZ2f9Qf/Za37Kv3tHrHfQf4Xzj6zBYKDqTDXxu5hDygkBwlWhCS2y00vXVFhGVr+
4LP6RHZAN1A9OsDt/L4Mto9AP//wmswVNSD0fpUB82UTfzIYk6Rd2ZQPQv2GDfZK
UHpTveEM288XahnfJKzLNB4UWqnvrIZ5k3imfXEKBXybxn328ynHtVh/FTfACDYd
sMUD+Rpy8zH7ix2viTPKe87CDa1LNRVCZU9gsQUmrpsUWEnCEwfDfZlt3vWJs2ng
xaLMSBnJ62G6V8W2LRnDh5kkzgJ8Wtyx3hgHlMLgTRPjvimaQH1c3RrhSZig+1Dl
nte8IAcxdfTzi5zAlVSaMO4Qf5R6sQ==
=OhdK
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 17 16:30:16 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.37:
* documentation and translations updates
* Update gnulib files and build fixes
- package license text in every subpackage
-------------------------------------------------------------------
Sat Aug 15 21:33:18 UTC 2020 - Dirk Mueller <dmueller@suse.com>

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package libidn
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,18 +18,17 @@
%define lname libidn12
Name: libidn
Version: 1.36
Version: 1.37
Release: 0
Summary: Support for Internationalized Domain Names (IDN)
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later AND Apache-2.0
Group: Development/Libraries/C and C++
URL: http://www.gnu.org/software/libidn/
URL: https://www.gnu.org/software/libidn/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=libidn&download=1#/%{name}.keyring
Source2: https://josefsson.org/54265e8c.txt#/%{name}.keyring
Source3: baselibs.conf
BuildRequires: pkgconfig
Requires(post): %{install_info_prereq}
%description
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
@ -110,7 +109,7 @@ IDNA is supported.
--disable-silent-rules \
--disable-static \
--disable-gtk-doc
make %{?_smp_mflags}
%make_build
%install
%make_install
@ -120,22 +119,17 @@ find %{buildroot} -type f -name "*.la" -delete -print
%check
%if ! 0%{?qemu_user_space_build}
make check %{?_smp_mflags}
%make_build check
%endif
%post tools
%install_info --info-dir=%{_infodir} %{_infodir}/libidn.info.*
%preun tools
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.*
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%files tools -f %{name}.lang
%license COPYING*
%dir %{_datadir}/emacs
%dir %{_datadir}/emacs/site-lisp
%doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO
%doc AUTHORS ChangeLog FAQ NEWS README THANKS
%{_infodir}/libidn*
%{_bindir}/idn
%{_mandir}/man1/idn.1%{?ext_man}
@ -147,6 +141,7 @@ make check %{?_smp_mflags}
%{_libdir}/libidn.so.12*
%files devel
%license COPYING*
%{_libdir}/libidn.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/libidn.pc