This commit is contained in:
parent
64fb8064f7
commit
26b4a722d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f5da560c57e08f12ebb1300a3972ad1dde6fb3a3b4b76f72c297c0bc7db607d
|
||||
size 1281141
|
3
libtasn1-2.2.tar.bz2
Normal file
3
libtasn1-2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe4f3bb1f4d3722e192352b510f9cf2f190c843725871e6376ebe88b91d51e9c
|
||||
size 1338792
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 16:03:24 CEST 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 6 02:11:26 CEST 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 20:46:06 CET 2009 - ro@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libtasn1 (Version 1.8)
|
||||
# spec file for package libtasn1 (Version 2.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,14 +20,13 @@
|
||||
|
||||
Name: libtasn1
|
||||
BuildRequires: info
|
||||
Version: 1.8
|
||||
Release: 2
|
||||
Version: 2.2
|
||||
Release: 1
|
||||
Url: http://www.t2-project.org/packages/libtasn1.html
|
||||
Group: Productivity/Networking/Security
|
||||
License: GPL v3 or later; LGPL v2.1 or later
|
||||
Summary: ASN.1 parsing library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
AutoReqProv: on
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %install_info_prereq
|
||||
|
||||
@ -47,7 +46,7 @@ Authors:
|
||||
Simon Josefsson <jas@extundo.com>
|
||||
|
||||
%package -n libtasn1-3
|
||||
License: GPL v3 or later
|
||||
License: LGPL v2.1 or later
|
||||
Summary: ASN.1 parsing library
|
||||
Requires: %{name} >= %{version}
|
||||
Group: Productivity/Networking/Security
|
||||
@ -68,7 +67,7 @@ Authors:
|
||||
Simon Josefsson <jas@extundo.com>
|
||||
|
||||
%package devel
|
||||
License: GPL v3 or later
|
||||
License: LGPL v2.1 or later
|
||||
Requires: %{name} = %{version}
|
||||
Summary: ASN.1 parsing library
|
||||
Group: Productivity/Networking/Security
|
||||
@ -92,12 +91,11 @@ Authors:
|
||||
%setup
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --disable-static
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.a
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
|
||||
%post
|
||||
@ -132,6 +130,30 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user