Merge tag 'upstream/4.14' into tizen accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0 tizen_6.0_hotfix tizen_6.5 accepted/tizen/5.5/unified/20191031.011500 accepted/tizen/5.5/unified/mobile/hotfix/20201027.074057 accepted/tizen/5.5/unified/wearable/hotfix/20201027.100357 accepted/tizen/6.0/unified/20201030.110146 accepted/tizen/6.0/unified/hotfix/20201102.234932 accepted/tizen/6.0/unified/hotfix/20201103.050702 accepted/tizen/6.5/unified/20211029.014057 accepted/tizen/unified/20190904.110630 submit/tizen/20190829.061506 submit/tizen/20190904.070216 submit/tizen_5.5/20191031.000007 submit/tizen_5.5_mobile_hotfix/20201026.185107 submit/tizen_5.5_wearable_hotfix/20201026.184307 submit/tizen_6.0/20201029.205502 submit/tizen_6.0_hotfix/20201102.192902 submit/tizen_6.0_hotfix/20201103.115102 submit/tizen_6.5/20211028.163501 tizen_5.5.m2_release tizen_6.0.m2_release tizen_6.5.m2_release
authorPawel Kowalski <p.kowalski2@partner.samsung.com>
Wed, 28 Aug 2019 12:31:23 +0000 (14:31 +0200)
committerPawel Kowalski <p.kowalski2@partner.samsung.com>
Wed, 28 Aug 2019 14:56:31 +0000 (16:56 +0200)
Change-Id: I6d4b47b2072db8e7c45daa6e269e2f0cc6f54a7f

1  2 
configure.ac
packaging/libtasn1.spec

diff --cc configure.ac
@@@ -16,12 -16,12 +16,12 @@@ dnl Process this file with autoconf to 
  # You should have received a copy of the GNU General Public License
  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
  
- AC_PREREQ([2.61])
- AC_INIT([GNU Libtasn1],[4.13],[help-libtasn1@gnu.org])
+ AC_PREREQ([2.63])
+ AC_INIT([GNU Libtasn1],[4.14],[help-libtasn1@gnu.org])
  AC_CONFIG_AUX_DIR([build-aux])
- AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_MACRO_DIRS([m4 m4-gl])
  AC_CONFIG_HEADERS(config.h)
 -AM_INIT_AUTOMAKE([1.10 foreign -Wall -Wno-override])
 +AM_INIT_AUTOMAKE([foreign 1.10 -Wall -Wno-override])
  AM_SILENT_RULES([yes])
  
  # Library code modified:                              REVISION++
index ac63c2d,0000000..87bf570
mode 100644,000000..100644
--- /dev/null
@@@ -1,76 -1,0 +1,76 @@@
- Version:        4.13
 +Name:           libtasn1
- %license COPYING
++Version:        4.14
 +Release:        0
 +License:        LGPL-2.1+ or GPL-3.0+
 +Summary:        ASN
 +Url:            http://ftp.gnu.org/gnu/libtasn1/
 +Group:          Security/Crypto Libraries
 +Source:         %{name}-%{version}.tar.gz
 +Source99:       baselibs.conf
 +Source1001:     libtasn1.manifest
 +BuildRequires:  info
 +BuildRequires:  pkg-config
 +BuildRequires:  makeinfo
 +BuildRequires:  help2man
 +
 +%description
 +This is the ASN.1 library used in GNUTLS. More up to date information
 +can be found at http://www.gnu.org/software/gnutls and
 +http://www.gnutls.org
 +
 +%package tools
 +Summary:        ASN
 +Group:          Security/Crypto Libraries
 +Requires:       %{name} = %{version}
 +
 +%description tools
 +This is the ASN.1 library used in GNUTLS. More up to date information
 +can be found at http://www.gnu.org/software/gnutls and
 +http://www.gnutls.org
 +
 +%package devel
 +Summary:        ASN
 +Group:          Development/Libraries
 +Requires:       %{name} = %{version}
 +
 +%description devel
 +This is the ASN.1 library used in GNUTLS. More up to date information
 +can be found at http://www.gnu.org/software/gnutls and
 +http://www.gnutls.org
 +
 +%prep
 +%setup -q
 +cp %{SOURCE1001} .
 +
 +%build
 +touch ChangeLog
 +%reconfigure --disable-static
 +%__make %{?_smp_mflags}
 +
 +%install
 +%make_install
 +
 +%post -p /sbin/ldconfig
 +
 +%postun  -p /sbin/ldconfig
 +
 +%docs_package
 +
 +%files tools
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
- %license COPYING.LIB
++%license doc/COPYING
 +%{_bindir}/*
 +
 +%files
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
++%license doc/COPYING.LESSER
 +%{_libdir}/*.so.*
 +
 +%files devel
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
 +%{_includedir}/*.h
 +%{_libdir}/*.so
 +%{_libdir}/pkgconfig/libtasn1.pc