Accepting request 908464 from home:dirkmueller:Factory
- update to 1.38: * Noteworthy changes in release 1.38 (2021-07-22) [stable] ** doc: Simplify building of gdoc-generated man/texi outputs. Now the targets are rebuilt on version number changes properly. ** doc: Improve GTK-DOC manual. ** build: Fix build errors related to doc/idn--help.texi. ** build: Fix --disable-tld builds. Now tld_strerror() is removed when --disable-tld is used. OBS-URL: https://build.opensuse.org/request/show/908464 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=71
This commit is contained in:
parent
ece7478439
commit
6c13f852b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c8e970d5cd80a8cb56f59c61611535336343942e3f1c81b0190c69993a692c2
|
||||
size 2603177
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEmUFc4ZBdDlWp+IAmhgt/uzL4EZ0FAmCgIWoACgkQhgt/uzL4
|
||||
EZ2f9Qf/Za37Kv3tHrHfQf4Xzj6zBYKDqTDXxu5hDygkBwlWhCS2y00vXVFhGVr+
|
||||
4LP6RHZAN1A9OsDt/L4Mto9AP//wmswVNSD0fpUB82UTfzIYk6Rd2ZQPQv2GDfZK
|
||||
UHpTveEM288XahnfJKzLNB4UWqnvrIZ5k3imfXEKBXybxn328ynHtVh/FTfACDYd
|
||||
sMUD+Rpy8zH7ix2viTPKe87CDa1LNRVCZU9gsQUmrpsUWEnCEwfDfZlt3vWJs2ng
|
||||
xaLMSBnJ62G6V8W2LRnDh5kkzgJ8Wtyx3hgHlMLgTRPjvimaQH1c3RrhSZig+1Dl
|
||||
nte8IAcxdfTzi5zAlVSaMO4Qf5R6sQ==
|
||||
=OhdK
|
||||
-----END PGP SIGNATURE-----
|
3
libidn-1.38.tar.gz
Normal file
3
libidn-1.38.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de00b840f757cd3bb14dd9a20d5936473235ddcba06d4bc2da804654b8bbf0f6
|
||||
size 2681263
|
11
libidn-1.38.tar.gz.sig
Normal file
11
libidn-1.38.tar.gz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEmUFc4ZBdDlWp+IAmhgt/uzL4EZ0FAmD5fIAACgkQhgt/uzL4
|
||||
EZ0Ltgf/ShTM1auyl8H7sCDqfVfwrsmWAYyNNd30qtDdks19/sbSx9rpIY10lvge
|
||||
lcG6gbnMZ65Q3rhWvuzX3WNbtWbbb6DPKZLhSwG2fflJ5nTWRGnxbCU2aIMB2Mzo
|
||||
01Fq9z6iXStJrqstZln7wC9ftC7Ws0lOly/JKyGaEvVVSRKJtEBHlMOL6j1jmmep
|
||||
RmNNkc0S+/r6WZSXp2j1MHuRNxmyzdOuwfV0Yhzb6YRIurZdDL6AeagsQ3as/hOM
|
||||
3OnYnFvKltRW9YNktVnVOCO2swhUZoTixnyx9NVWlcRAXDACSM6I2LuDPdO5NxTM
|
||||
ntgBthgZ7gm91nWYxunlIP2ecgEK8Q==
|
||||
=hX1A
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 26 21:47:27 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.38:
|
||||
* Noteworthy changes in release 1.38 (2021-07-22) [stable]
|
||||
** doc: Simplify building of gdoc-generated man/texi outputs.
|
||||
Now the targets are rebuilt on version number changes properly.
|
||||
** doc: Improve GTK-DOC manual.
|
||||
** build: Fix build errors related to doc/idn--help.texi.
|
||||
** build: Fix --disable-tld builds.
|
||||
Now tld_strerror() is removed when --disable-tld is used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 17 16:30:16 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
1553
libidn.keyring
1553
libidn.keyring
File diff suppressed because it is too large
Load Diff
@ -18,14 +18,14 @@
|
||||
|
||||
%define lname libidn12
|
||||
Name: libidn
|
||||
Version: 1.37
|
||||
Version: 1.38
|
||||
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: 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
|
||||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
|
||||
Source2: https://josefsson.org/54265e8c.txt#/%{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user