Accepting request 512360 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/512360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libidn2?expand=0&rev=6
This commit is contained in:
2017-08-08 09:57:21 +00:00
committed by Git OBS Bridge
6 changed files with 19 additions and 19 deletions

View File

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

Binary file not shown.

3
libidn2-2.0.3.tar.gz Normal file
View File

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

BIN
libidn2-2.0.3.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 24 18:26:03 UTC 2017 - astieger@suse.com
- update to 2.0.3:
* %IDN2_USE_STD3_ASCII_RULES disabled by default.
Previously libidn2 was eliminating non-STD3 characters from
domain strings such as _443._tcp.example.com, or IPs such as
1.2.3.4/24 provided to libidn2 functions. That was an
unexpected regression for applications switching from libidn
and thus it is no longer applied by default.
Use %IDN2_USE_STD3_ASCII_RULES to enable that behavior again.
- disable documentation, does not build correctly
-------------------------------------------------------------------
Sat May 20 08:13:44 UTC 2017 - astieger@suse.com

View File

@@ -18,7 +18,7 @@
%define lname libidn2-0
Name: libidn2
Version: 2.0.2
Version: 2.0.3
Release: 0
Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008
License: GPL-3.0+
@@ -29,8 +29,6 @@ Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig
Source3: baselibs.conf
BuildRequires: libunistring-devel
BuildRequires: pkgconfig
Requires(post): %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
@@ -65,7 +63,8 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
--disable-rpath \
--disable-silent-rules \
--disable-static \
--disable-gtk-doc
--disable-gtk-doc \
--disable-doc
make %{?_smp_mflags}
@@ -78,31 +77,19 @@ rm -rf %{buildroot}/%{_datadir}/gtk-doc/
%check
make check %{?_smp_mflags}
%post tools
%install_info --info-dir=%{_infodir} %{_infodir}/libidn2.info.*
%preun tools
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn2.info.*
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%files tools
%defattr(-,root,root)
%doc AUTHORS COPYING* ChangeLog NEWS README.md
%{_infodir}/libidn*
%{_bindir}/idn2
%{_mandir}/man1/idn2.1%{ext_man}
%files -n %{lname}
%defattr(-,root,root)
%{_libdir}/libidn2.so.*
%files devel
%defattr(-,root,root)
%{_libdir}/libidn2.so
%{_libdir}/pkgconfig/libidn2.pc
%{_includedir}/*.h
%{_mandir}/man3/*
%changelog