updated to 2.1.0
This commit is contained in:
parent
6900aae884
commit
8a0bb842ec
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,3 +12,5 @@ libcdio-0.82.tar.gz.sig
|
|||||||
/libcdio-0.94.tar.gz.sig
|
/libcdio-0.94.tar.gz.sig
|
||||||
/libcdio-2.0.0.tar.gz
|
/libcdio-2.0.0.tar.gz
|
||||||
/libcdio-2.0.0.tar.gz.sig
|
/libcdio-2.0.0.tar.gz.sig
|
||||||
|
/libcdio-2.1.0.tar.bz2
|
||||||
|
/libcdio-2.1.0.tar.bz2.sig
|
||||||
|
19
libcdio.spec
19
libcdio.spec
@ -1,11 +1,11 @@
|
|||||||
Name: libcdio
|
Name: libcdio
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CD-ROM input and control library
|
Summary: CD-ROM input and control library
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/libcdio/
|
URL: http://www.gnu.org/software/libcdio/
|
||||||
Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.gz
|
Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2
|
||||||
Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.gz.sig
|
Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2.sig
|
||||||
Source2: libcdio-no_date_footer.hml
|
Source2: libcdio-no_date_footer.hml
|
||||||
Source3: cdio_config.h
|
Source3: cdio_config.h
|
||||||
BuildRequires: gcc gcc-c++
|
BuildRequires: gcc gcc-c++
|
||||||
@ -15,12 +15,6 @@ BuildRequires: help2man
|
|||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
|
|
||||||
%if 0%{?fedora} >= 23
|
|
||||||
# ABI compatibility package dropped in F23
|
|
||||||
Obsoletes: compat-libcdio15 < 0.93
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library provides an interface for CD-ROM access. It can be used
|
This library provides an interface for CD-ROM access. It can be used
|
||||||
by applications that need OS- and device-independent access to CD-ROM
|
by applications that need OS- and device-independent access to CD-ROM
|
||||||
@ -103,7 +97,7 @@ make check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README README.libcdio THANKS TODO
|
%doc AUTHORS NEWS.md README README.libcdio THANKS TODO
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
@ -119,6 +113,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 Adrian Reber <adrian@lisas.de> - 2.1.0-1
|
||||||
|
- updated to 2.1.0
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-6
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (libcdio-2.0.0.tar.gz) = 8f48cc71d28b427b16f48e50bcaf0aea171055c72a9aeee383ac4374eee1d3d288323814c3a3f308a9ba097aa815319429c1931072897985a3b02b814766fd4f
|
SHA512 (libcdio-2.1.0.tar.bz2) = c290821da55fd9ae366670a58857aa6efcebc9f25b7caea063cf12f9cbda84fe770c5f59f972227fda50517ca58c5f39c0137daa0f93179e3daa45303d8b610f
|
||||||
SHA512 (libcdio-2.0.0.tar.gz.sig) = 55e14f3fc9b4d1c911d0065464a64aec699aec805a9f2542410a7976154aa5e0d8ea8425440bff2dff10097b2b49c649902456f4fbf24b782368b69be9a8de05
|
SHA512 (libcdio-2.1.0.tar.bz2.sig) = fa02c7ed6e9f6ea5a2fa30829a901cff15092125030d720f79258c72fca0bfdaad2bb5e0470fa3ec36ab177391e856a38c796cb8ebe4a302de0ca782be58df06
|
||||||
|
Loading…
Reference in New Issue
Block a user