Accepting request 99372 from Base:System
update to version 2.11 (forwarded request 99368 from tabraham1) OBS-URL: https://build.opensuse.org/request/show/99372 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=18
This commit is contained in:
parent
6a4300e06d
commit
cf5d447210
3
libtasn1-2.11.tar.gz
Normal file
3
libtasn1-2.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4d43c77c12ceabf1a72911472fc8c67e43728b328dfb1b83fd519ed5d079afb
|
||||
size 1944644
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe4f3bb1f4d3722e192352b510f9cf2f190c843725871e6376ebe88b91d51e9c
|
||||
size 1338792
|
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 8 16:37:35 UTC 2012 - tabraham@novell.com
|
||||
|
||||
- update to version 2.11
|
||||
+ qa: now builds without compiler warnings with Solaris CC
|
||||
+ qa: added clang analysis. fixed cyclomatic complexity output
|
||||
+ tests: added self-test of bit string functions
|
||||
+ build: added windows/libtasn14win.mk rules to produce Windows
|
||||
binaries
|
||||
+ build: don't hard code path to perl in doc/gdoc
|
||||
+ various minor fixes
|
||||
|
||||
- changes in version 2.10
|
||||
+ lib: small optimization, possibly working around gcc/valgrind issue
|
||||
+ build: update gnulib files
|
||||
+ asn1Coding: actually implement the -c parameter
|
||||
+ asn1Decoding: the -c parameter serves no purpose. remove it.
|
||||
+ doc: add examples to asn1Coding and ans1Decoding description
|
||||
|
||||
- changes in version 2.9
|
||||
+ tests: link to gnulib to avoid build error related to 'rpl_ftello'
|
||||
on Solaris. Reported by Dagobert Michelsen
|
||||
+ doc: fix bug reporting address to point at help-libtasn1@gnu.org
|
||||
+ doc: fix returns: documentation in Texinfo. Reported by Jeffery
|
||||
Walton
|
||||
+ build : update gnulib files
|
||||
|
||||
- changes in version 2.8
|
||||
+ update gnulib files
|
||||
+ use libtool 2.2.10 to ease MinGW64 builds
|
||||
|
||||
- changes in version 2.7
|
||||
+ Doc: build PDF manual using GTK-DOC
|
||||
+ Doc: fix of asn1_check_version, documentation was missing from
|
||||
last release
|
||||
+ Build: avoid warnings about ignored visibility attributes on
|
||||
Windows
|
||||
|
||||
- changes in version 2.6
|
||||
+ Fix build failure on platforms without support for GNU_LD
|
||||
version scripts
|
||||
+ libtasn1: simplified implementation of asn1_check_version
|
||||
+ tests: improved self-checks
|
||||
+ update gnulib files, fix many syntax-check nits, indent code,
|
||||
fix license templates
|
||||
|
||||
- changes in version 2.5
|
||||
+ doc: improve GTK-DOC comments
|
||||
+ misc: updated gnulib files
|
||||
|
||||
- changes in version 2.4
|
||||
+ Doc fixes
|
||||
+ updated gnulib files
|
||||
+ clean up copyright notices
|
||||
|
||||
- changes in version 2.3
|
||||
+ libtasn1 is now an official GNU project
|
||||
+ solve build problem on Tru64 related to TRUE/FALSE
|
||||
+ More careful decoding of OIDs
|
||||
+ Fixed warning in ANS1.y
|
||||
+ Use "Software libraries" info dircategory
|
||||
+ Drop GPL/LGPL copies from the manual (not needed there)
|
||||
+ New configure parameters to set packagin specific information
|
||||
The parameters are --with-packager, --with-packager-version,
|
||||
and --with-packager-bug-reports. See
|
||||
<http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for
|
||||
more details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libtasn1 (Version 2.2)
|
||||
# spec file for package libtasn1
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,13 +20,13 @@
|
||||
|
||||
Name: libtasn1
|
||||
BuildRequires: info pkg-config
|
||||
Version: 2.2
|
||||
Release: 10
|
||||
Url: http://www.t2-project.org/packages/libtasn1.html
|
||||
Version: 2.11
|
||||
Release: 1
|
||||
Url: http://ftp.gnu.org/gnu/libtasn1/
|
||||
Group: Productivity/Networking/Security
|
||||
License: LGPL-2.1+
|
||||
Summary: ASN.1 parsing library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %install_info_prereq
|
||||
|
Loading…
Reference in New Issue
Block a user