From c65a8a2d0a9654d8689f55ad185343417eac908f9cddef674ec4e384cdfae077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 25 Apr 2017 08:50:59 +0000 Subject: [PATCH 1/2] Accepting request 490786 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to version 2.0.1 - Version 2.0.1 (released 2017-04-22) * idn2 utility now using IDNA2008 + TR46 by default - Version 2.0.0 (released 2017-03-29) [alpha] * Version numbering scheme changed * Added to ASCII conversion functions corresponding to libidn1 functions: - idn2_to_ascii_4i - idn2_to_ascii_4z - idn2_to_ascii_8z - idn2_to_ascii_lz * Added to unicode conversion functions corresponding to libidn1 functions: - idn2_to_unicode_8z4z - idn2_to_unicode_4z4z - idn2_to_unicode_44i - idn2_to_unicode_8z8z - idn2_to_unicode_8zlz - idn2_to_unicode_lzlz * Including idn2.h will provide libidn1 compatibility functions unless IDN2_SKIP_LIBIDN_COMPAT is defined. That allows converting applications from libidn1 (which offers IDNA2003) to libidn2 (which offers IDNA2008) by replacing idna.h to idn2.h in the applications' source. - Dropped patch not needed after revision * libidn2-no-examples-build.patch OBS-URL: https://build.opensuse.org/request/show/490786 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn2?expand=0&rev=10 --- libidn2-0.16.tar.gz | 3 --- libidn2-2.0.1.tar.gz | 3 +++ libidn2-2.0.1.tar.gz.sig | Bin 0 -> 566 bytes libidn2-no-examples-build.patch | 26 -------------------------- libidn2.changes | 25 +++++++++++++++++++++++++ libidn2.spec | 10 +++++----- 6 files changed, 33 insertions(+), 34 deletions(-) delete mode 100644 libidn2-0.16.tar.gz create mode 100644 libidn2-2.0.1.tar.gz create mode 100644 libidn2-2.0.1.tar.gz.sig delete mode 100644 libidn2-no-examples-build.patch diff --git a/libidn2-0.16.tar.gz b/libidn2-0.16.tar.gz deleted file mode 100644 index caa4a8a..0000000 --- a/libidn2-0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fad9efff4082ae2143f69df76339ca99379e0e0f4231455f5d3d9d2089c688f -size 1494295 diff --git a/libidn2-2.0.1.tar.gz b/libidn2-2.0.1.tar.gz new file mode 100644 index 0000000..c92d69b --- /dev/null +++ b/libidn2-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d23651415556508168f15fa0299b54bb8015a3953a23c1ffdfe09f12c27f1d3 +size 1770164 diff --git a/libidn2-2.0.1.tar.gz.sig b/libidn2-2.0.1.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..161f5af174397502ac883d40ccfdac0ef8268304033d4e496e05e07c07897eff GIT binary patch literal 566 zcmV-60?GY}0y6{v0SW*e79j*2vVFXmVM{GoL1b+RFfF#CX9Oq(0$BUKNB{~65C||W zwxVYQC>oIv0Gvv8%fBc*V7cOB2K+W>w2jkYDd5peU@FyMemFZEF7Hp@SFj1I_|+6R zR~q5u*|*G{1t=^>i49^wHhR*^a7q6wuM_z8>oRZ1zct_U^C;04wcwGGeO1)tP>#D9 z34eZf)xLU<2OIk>aVA-D8euvbMp34J%ygi4*y8W-P&nz~qpTu-oyBJfbzR<8X-~>s z#4tbdi@YK5)_aipWYf#DWhaB7(Hk$rDBN9 zeVO%sV;^vBHBMomY5s45agib@Lkw$+`pPf4+;nc67-Vupmk&H-!X4?zkzdSqagwtl zcVSXp(`H^Bbnpb!u5SCl1R=aNG-CIkC7pC8hMh>k?6WMx`TLgU$ar#)ALC_G8lDD0 z*41EwqJxe#uk|U#Hd}%xq&>RUAZ6M@oO}S^+FoY<3E;_4qFq6ZlU6GbC0xP|mT5=A z!jVGcPCuzr*^ed;wN_gv3wD&`SFnlpWKC_b?GYZf&+P0oz>)g~KV`u- zAHJi!R@fEdTR20hw06nYIO2r`kqpLRrnl|B(*W`PW$V@to#Vnjp%Dx8X>8^LjZPMH EfJ==HqyPW_ literal 0 HcmV?d00001 diff --git a/libidn2-no-examples-build.patch b/libidn2-no-examples-build.patch deleted file mode 100644 index 413d85f..0000000 --- a/libidn2-no-examples-build.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: libidn2-0.16/Makefile.am -=================================================================== ---- libidn2-0.16.orig/Makefile.am -+++ libidn2-0.16/Makefile.am -@@ -15,7 +15,7 @@ - - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - --SUBDIRS = lib . src doc examples tests po -+SUBDIRS = lib . src doc tests po - ACLOCAL_AMFLAGS = -I m4 - EXTRA_DIST = m4/gnulib-cache.m4 - -Index: libidn2-0.16/Makefile.in -=================================================================== ---- libidn2-0.16.orig/Makefile.in -+++ libidn2-0.16/Makefile.in -@@ -612,7 +612,7 @@ top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --SUBDIRS = lib . src doc examples tests po -+SUBDIRS = lib . src doc tests po - ACLOCAL_AMFLAGS = -I m4 - EXTRA_DIST = m4/gnulib-cache.m4 CONTRIBUTING gen-tables-from-iana.pl \ - $(IDNA_TABLE) $(TR46MAP) $(NFCQC) tr46map_data.c data.c diff --git a/libidn2.changes b/libidn2.changes index 88350b5..9f0900a 100644 --- a/libidn2.changes +++ b/libidn2.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Apr 24 15:18:16 UTC 2017 - pmonrealgonzalez@suse.com + +- Update to version 2.0.1 +- Version 2.0.1 (released 2017-04-22) + * idn2 utility now using IDNA2008 + TR46 by default +- Version 2.0.0 (released 2017-03-29) [alpha] + * Version numbering scheme changed + * Added to ASCII conversion functions corresponding to libidn1 + functions: + - idn2_to_ascii_4i - idn2_to_ascii_4z + - idn2_to_ascii_8z - idn2_to_ascii_lz + * Added to unicode conversion functions corresponding to libidn1 + functions: + - idn2_to_unicode_8z4z - idn2_to_unicode_4z4z + - idn2_to_unicode_44i - idn2_to_unicode_8z8z + - idn2_to_unicode_8zlz - idn2_to_unicode_lzlz + * Including idn2.h will provide libidn1 compatibility functions + unless IDN2_SKIP_LIBIDN_COMPAT is defined. That allows converting + applications from libidn1 (which offers IDNA2003) to libidn2 (which + offers IDNA2008) by replacing idna.h to idn2.h in the applications' + source. +- Dropped patch not needed after revision + * libidn2-no-examples-build.patch + ------------------------------------------------------------------- Thu Jan 19 14:25:32 UTC 2017 - shshyukriev@suse.com diff --git a/libidn2.spec b/libidn2.spec index fe4e005..548a2b0 100644 --- a/libidn2.spec +++ b/libidn2.spec @@ -18,16 +18,15 @@ %define lname libidn2-0 Name: libidn2 -Version: 0.16 +Version: 2.0.1 Release: 0 Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008 License: GPL-3.0+ Group: Development/Libraries/C and C++ Url: https://www.gnu.org/software/libidn/#libidn2 Source0: http://alpha.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz +Source1: http://alpha.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig Source3: baselibs.conf -# PATCH-FIX-UPSTREAM: do not build non-installed examples needlessly -Patch0: libidn2-no-examples-build.patch BuildRequires: libunistring-devel BuildRequires: pkgconfig Requires(post): %{install_info_prereq} @@ -60,7 +59,6 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893) %prep %setup -q -%patch0 -p1 %build %configure \ @@ -68,6 +66,7 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893) --disable-silent-rules \ --disable-static \ --disable-gtk-doc + make %{?_smp_mflags} %install @@ -90,7 +89,7 @@ make check %{?_smp_mflags} %files tools %defattr(-,root,root) -%doc AUTHORS COPYING* ChangeLog NEWS README +%doc AUTHORS COPYING* ChangeLog NEWS README.md %{_infodir}/libidn* %{_bindir}/idn2 %{_mandir}/man1/idn2.1%{ext_man} @@ -102,6 +101,7 @@ make check %{?_smp_mflags} %files devel %defattr(-,root,root) %{_libdir}/libidn2.so +%{_libdir}/pkgconfig/libidn2.pc %{_includedir}/*.h %{_mandir}/man3/* From 2428fff6a9b727b19790d7225791cc8f58b809aa2a2e4f16417eb505aae92623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 25 Apr 2017 09:51:30 +0000 Subject: [PATCH 2/2] Accepting request 490955 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Sources updated from http://alpha.gnu.org to https://ftp.gnu.org OBS-URL: https://build.opensuse.org/request/show/490955 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn2?expand=0&rev=11 --- libidn2.changes | 5 +++++ libidn2.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libidn2.changes b/libidn2.changes index 9f0900a..a0e332e 100644 --- a/libidn2.changes +++ b/libidn2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 25 09:18:59 UTC 2017 - pmonrealgonzalez@suse.com + +- Sources updated from http://alpha.gnu.org to https://ftp.gnu.org + ------------------------------------------------------------------- Mon Apr 24 15:18:16 UTC 2017 - pmonrealgonzalez@suse.com diff --git a/libidn2.spec b/libidn2.spec index 548a2b0..e101945 100644 --- a/libidn2.spec +++ b/libidn2.spec @@ -24,8 +24,8 @@ Summary: Support for Internationalized Domain Names (IDN) based on IDNA20 License: GPL-3.0+ Group: Development/Libraries/C and C++ Url: https://www.gnu.org/software/libidn/#libidn2 -Source0: http://alpha.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz -Source1: http://alpha.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig +Source0: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz +Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig Source3: baselibs.conf BuildRequires: libunistring-devel BuildRequires: pkgconfig