From 046fbf70734ec7750268d6a267a4df04cedb570a67acbe994bf489cf40ac8f4a Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 16 Nov 2009 10:18:58 +0000 Subject: [PATCH] Accepting request 24451 from devel:libraries:c_c++ Copy from devel:libraries:c_c++/libidn based on submit request 24451 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libidn?expand=0&rev=18 --- libidn-1.10.tar.bz2 | 3 - libidn-1.15.tar.bz2 | 3 + libidn.changes | 6 ++ libidn.spec | 135 +++----------------------------------------- 4 files changed, 16 insertions(+), 131 deletions(-) delete mode 100644 libidn-1.10.tar.bz2 create mode 100644 libidn-1.15.tar.bz2 diff --git a/libidn-1.10.tar.bz2 b/libidn-1.10.tar.bz2 deleted file mode 100644 index 06403e0..0000000 --- a/libidn-1.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3d316f841a38095d300ec6868601fd87e73f27ed705fa8dc5fb0123141f43df -size 2186061 diff --git a/libidn-1.15.tar.bz2 b/libidn-1.15.tar.bz2 new file mode 100644 index 0000000..c42626e --- /dev/null +++ b/libidn-1.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e309bf42ea1ff1e72c251ae0df8be8fcbcd0a1ff53b2223858134fd9bc7bed +size 2275443 diff --git a/libidn.changes b/libidn.changes index bc904e3..c6a5349 100644 --- a/libidn.changes +++ b/libidn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 6 16:28:16 UTC 2009 - crrodriguez@opensuse.org + +- update to version 1.15 + * support GCC visibility features + ------------------------------------------------------------------- Wed Jan 7 12:34:56 CET 2009 - olh@suse.de diff --git a/libidn.spec b/libidn.spec index cfb0c0a..5f858bf 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,5 +1,5 @@ # -# spec file for package libidn (Version 1.10) +# spec file for package libidn (Version 1.15) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,10 +19,10 @@ Name: libidn -License: GPL v3 only; LGPL v2.1 or later +License: GPL v3 only ; LGPL v2.1 or later Group: System/Libraries -Version: 1.10 -Release: 3 +Version: 1.15 +Release: 1 # bug437293 %ifarch ppc64 Obsoletes: libidn-64bit @@ -33,13 +33,14 @@ Url: http://www.gnu.org/software/libidn/ Source0: http://josefsson.org/libidn/releases/libidn-%version.tar.bz2 PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: gtk-doc pkgconfig %description GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group. It is used to prepare internationalized strings (such as domain name labels, usernames, and passwords) in order to increase the -likelihood that string input and string comparison work in ways that +likelihood that st5ing input and string comparison work in ways that make sense for typical users around the world. The library contains a generic Stringprep implementation that does Unicode 3.2 NFKC normalization, mapping and prohibition of characters, and bidirectional @@ -125,128 +126,6 @@ rm -rf $RPM_BUILD_ROOT /usr/include/*.h %_libdir/pkgconfig/libidn.pc %_mandir/man3/* +/usr/share/gtk-doc/html/libidn %changelog -* Wed Jan 07 2009 olh@suse.de -- obsolete old -XXbit packages (bnc#437293) -* Tue Oct 14 2008 crrodriguez@suse.de -- disable static libraries -* Tue Oct 07 2008 stbinner@suse.de -- update to 1.10: - * idn: accept -n as short form for --nfkc. - * Fix compiler warnings, updated gnulib files and translations -* Mon Jul 21 2008 stbinner@suse.de -- update to 1.9: - * idn: fix error message when NFKC fails, and other translations - * Remove more non-free text from doc/specifications/rfc3454.txt. -* Thu Apr 24 2008 stbinner@suse.de -- update to 1.8: no functional changes -* Mon Apr 14 2008 stbinner@suse.de -- update to 1.7: - * new parameter --nfkc to process string with Unicode v3.2 NFKC -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Tue Mar 25 2008 stbinner@suse.de -- update to 1.6: - * Remove non-free portions of doc/specifications/rfc3454.txt. - * Doc fixes in IDNA to clarify that some functions operate on - just one domain labels and some operate on domain name (which - can contain several domain labels). -* Wed Mar 19 2008 crrodriguez@suse.de -- remove "la" file with empty dependency_libs -* Wed Feb 27 2008 stbinner@suse.de -- update to 1.5: - * Don't include wchar.h in idn-int.h. - * Added appendix 'On Label Separators' to the manual. - * Improved rendering of non-ASCII in the info manual. - * Fix non-portable use of brace expansion in makefiles. - * Update translations. -* Sun Jan 27 2008 stbinner@suse.de -- update to 1.4: updated translations and fix of --version/--help -* Fri Aug 03 2007 stbinner@suse.de -- update to 1.0: - * Command-line tools, examples, etc are now licensed under GPLv3 - * The library is still licensed under LGPL v2.1 for compatibility - reasons (it is included in glibc). - * Updated gnulib files and translations -* Tue Jul 17 2007 stbinner@suse.de -- update to 0.6.14: - * Documentation fixes - * Install images for the manual in $infodir - * Updated gnulib files - * Use AM_JAVACFLAGS instead of JAVACFLAGS in java/misc/Makefile.am -* Thu Mar 29 2007 rguenther@suse.de -- add emacs site-lisp directories. -* Wed Mar 14 2007 stbinner@suse.de -- update to 0.6.11: - * The C# Libidn port was updated. - * The Java code has been fixed to properly translate any - non-ASCII dot into ".". -* Thu Oct 19 2006 stbinner@suse.de -- update to 0.6.8: - * The gnulib directory is separated into two directories. - * Update gnulib files. - * Some minor cleanups, like assuming locale.h and setlocale(). - * API and ABI is backwards compatible with the previous version. -* Thu Sep 14 2006 stbinner@suse.de -- update to 0.6.7: - * Fix build failure of idn-int.h on C99 platforms. - * The manual includes GPL license, for the command-line tools. - * The function, variable and concept index is moved to the end - of the manual. - * Update of gnulib files and translations -* Wed Aug 23 2006 stbinner@suse.de -- update to 0.6.6 - * Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, - for idn-int.h. - * Update gnulib files. - * Updated translations. -* Thu Aug 17 2006 aj@suse.de -- Remove unneccasary BuildRequires. -* Mon Jul 10 2006 stbinner@suse.de -- update to 0.6.5 - * links the library with an external libintl for gettext - * updates the doxygen configuration file to version 1.4.7 - * translation of error messages was fixed - * warnings on 64-bit platforms were fixed -* Mon May 22 2006 stbinner@suse.de -- update to 0.6.3 - * Fix objdir != srcdir builds for the Java documentation. - * Update of gnulib files. - * Make it possible to cross-compile to mingw32. - * Minor changes in how the C# code is built. -* Thu Jan 26 2006 sbrabec@suse.cz -- Added %%install_info_prereq. -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Sat Dec 03 2005 coolo@suse.de -- update to 0.6.0 -* Wed Aug 03 2005 coolo@suse.de -- move .la file to -devel package -* Fri Jan 21 2005 coolo@suse.de -- update to 0.5.9 -* Thu Oct 14 2004 coolo@suse.de -- update to 0.5.8 -* Fri Aug 06 2004 coolo@suse.de -- update to 0.5.3 (integrating schwab's patch) -* Thu Aug 05 2004 coolo@suse.de -- update to 0.5.2 -* Sat Jul 03 2004 schwab@suse.de -- Fix invalid free. -* Tue Jun 01 2004 coolo@suse.de -- update to 0.4.8 -* Thu Mar 04 2004 coolo@suse.de -- fixing file list and requires -* Wed Feb 04 2004 coolo@suse.de -- update to 0.3.7 -* Thu Oct 16 2003 coolo@suse.de -- build as user -* Fri Sep 26 2003 coolo@suse.de -- update to 0.3 -* Wed Aug 20 2003 coolo@suse.de -- update to 0.2.2 -* Wed Jul 23 2003 coolo@suse.de -- update to 0.2.1 -* Tue Jun 03 2003 coolo@suse.de -- Initial package