Accepting request 27862 from GNOME:Factory
Copy from GNOME:Factory/libtasn1 based on submit request 27862 from user vuntz OBS-URL: https://build.opensuse.org/request/show/27862 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=8
This commit is contained in:
parent
26b4a722d3
commit
539bbdb579
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 22:48:05 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- Add baselibs.conf as a source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 16:03:24 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -21,12 +21,13 @@
|
||||
Name: libtasn1
|
||||
BuildRequires: info
|
||||
Version: 2.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Url: http://www.t2-project.org/packages/libtasn1.html
|
||||
Group: Productivity/Networking/Security
|
||||
License: GPL v3 or later; LGPL v2.1 or later
|
||||
License: GPLv3+ ; LGPLv2.1+
|
||||
Summary: ASN.1 parsing library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %install_info_prereq
|
||||
|
||||
@ -46,7 +47,7 @@ Authors:
|
||||
Simon Josefsson <jas@extundo.com>
|
||||
|
||||
%package -n libtasn1-3
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Summary: ASN.1 parsing library
|
||||
Requires: %{name} >= %{version}
|
||||
Group: Productivity/Networking/Security
|
||||
@ -67,7 +68,7 @@ Authors:
|
||||
Simon Josefsson <jas@extundo.com>
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Requires: %{name} = %{version}
|
||||
Summary: ASN.1 parsing library
|
||||
Group: Productivity/Networking/Security
|
||||
@ -130,82 +131,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libtasn1.pc
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2009 vuntz@novell.com
|
||||
- Update to version 2.2:
|
||||
+ Change how the ASN1_API decorator is used in libtasn1.h, for
|
||||
GTK-DOC.
|
||||
+ Changed license of libtasn1.pc from GPLv3+ to LGPLv2.1+.
|
||||
+ Building with many warning flags now requires
|
||||
--enable-gcc-warnings.
|
||||
+ Some warnings fixed.
|
||||
- Fix license of library packages: it's LGPL not GPL.
|
||||
* Wed May 06 2009 vuntz@novell.com
|
||||
- Update to version 2.1:
|
||||
+ Fix compilation failure on platforms that can't generate empty
|
||||
archives, e.g., Mac OS X.
|
||||
- Changes from version 2.0:
|
||||
+ Optimized tree generation.
|
||||
+ ASN1 parser code re-generated using Bison 2.4.1.
|
||||
+ Build with more warning flags. Many compiler warnings fixed.
|
||||
+ Compiled with -fvisibility=hidden by default if supported.
|
||||
See http://gcc.gnu.org/wiki/Visibility
|
||||
+ The libtasn1-config tool has been removed. For application
|
||||
developers, please stop using libtasn1-config for finding
|
||||
libtasn1, use proper autoconf checks or pkg-config instead.
|
||||
- Remove AutoReqProv: it's default now.
|
||||
- Pass --disable-static to configure.
|
||||
* Wed Feb 11 2009 ro@suse.de
|
||||
- added baselibs.conf (needed by gnome-keyring-32bit)
|
||||
* Mon Feb 02 2009 mboman@suse.de
|
||||
- Update to version 1.8:
|
||||
+ Fix crlf self-test under Mingw+Wine.
|
||||
+ Fix build problems on platforms that lack stdint.h.
|
||||
* Sat Dec 20 2008 mboman@suse.de
|
||||
- Update to version 1.7:
|
||||
+ Add libtasn1-config for compatibility.
|
||||
Please stop use it as it will disappear in v2.0!
|
||||
Use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
|
||||
+ Read PKCS#12 blob as binary file, fixes self-tests under Mingw.
|
||||
+ Fix use of __attribute__ ((deprecated)) to work on non-GCC
|
||||
+ Fixed namespace violation for MAX_NAME_SIZE and MAX_ERROR_DESCRIPTION_SIZE.
|
||||
The new names are ASN1_MAX_NAME_SIZE and ASN1_MAX_ERROR_DESCRIPTION_SIZE.
|
||||
+ Fixed namespace violation for libtasn1_perror and libtasn1_strerror.
|
||||
The new names are asn1_perror and asn1_strerror.
|
||||
+ Fix namespace violation for LIBASN1_VERSION.
|
||||
The new name is ASN1_VERSION.
|
||||
+ Decoder can now decode BER encoded octet strings.
|
||||
+ doc: Change license on the manual to GFDLv1.3+.
|
||||
+ doc: Sync gdoc script with GnuTLS, changes license on man-pages to GAP.
|
||||
+ doc: Improve gtk-doc manual.
|
||||
+ Assumes system has strdup and string.h.
|
||||
+ Remove libtasn1-config and libtasn1.m4,
|
||||
use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
|
||||
+ Change detection of when to use a linker version script,
|
||||
use --enable-ld-version-script or --disable-ld-version-script to
|
||||
override auto-detection logic.
|
||||
+ API and ABI changes since last version:
|
||||
asn1_get_length_ber: New function.
|
||||
ASN1_VERSION: New symbol, replaces LIBTASN1_VERSION.
|
||||
asn1_strerror: New function, replaces libtasn1_strerror.
|
||||
asn1_perror: New function, replaces libtasn1_perror.
|
||||
libtasn1_strerror: Marked as deprecated.
|
||||
libtasn1_perror: Marked as deprecated.
|
||||
LIBTASN1_VERSION: Deprecated.
|
||||
* Fri Sep 12 2008 maw@suse.de
|
||||
- Update to version 1.5:
|
||||
+ Update gnulib files
|
||||
+ Handle 'INTEGER { ... } (a..b)' regression
|
||||
Revert parts of earlier fix. asn1Parser can now again parse
|
||||
src/pkix.asn1.
|
||||
The ASN1.c file was generated using Bison 2.3.
|
||||
+ Move examples from src/ to new directory examples/.
|
||||
+ Duplicate copy of divergated pkix.asn removed.
|
||||
+ Merge unnecessary lib/defines.h into lib/int.h.
|
||||
+ Misc. fixes.
|
||||
* Wed Jan 02 2008 maw@suse.de
|
||||
- Add a %%clean section.
|
||||
* Thu Dec 20 2007 maw@suse.de
|
||||
- Properly package info files
|
||||
- Package several documentation files.
|
||||
* Thu Dec 20 2007 maw@suse.de
|
||||
- New package, version 1.2.
|
||||
|
Loading…
Reference in New Issue
Block a user