updated to 2.0.0
This commit is contained in:
parent
ec9358f87d
commit
6557bb9e6f
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@ libcdio-0.82.tar.gz.sig
|
|||||||
/libcdio-0.93.tar.gz.sig
|
/libcdio-0.93.tar.gz.sig
|
||||||
/libcdio-0.94.tar.gz
|
/libcdio-0.94.tar.gz
|
||||||
/libcdio-0.94.tar.gz.sig
|
/libcdio-0.94.tar.gz.sig
|
||||||
|
/libcdio-2.0.0.tar.gz
|
||||||
|
/libcdio-2.0.0.tar.gz.sig
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libcdio
|
Name: libcdio
|
||||||
Version: 0.94
|
Version: 2.0.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CD-ROM input and control library
|
Summary: CD-ROM input and control library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -53,7 +53,7 @@ iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
# another multilib fix; remove the architecture information from version.h
|
# another multilib fix; remove the architecture information from version.h
|
||||||
sed -i -e "s,%{version}.*$,%{version}\\\",g" include/cdio/version.h
|
sed -i -e "s,%{version} .*$,%{version}\\\",g" include/cdio/version.h
|
||||||
|
|
||||||
cd doc/doxygen
|
cd doc/doxygen
|
||||||
sed -i -e "s,HTML_FOOTER.*$,HTML_FOOTER = libcdio-no_date_footer.hml,g; \
|
sed -i -e "s,HTML_FOOTER.*$,HTML_FOOTER = libcdio-no_date_footer.hml,g; \
|
||||||
@ -138,6 +138,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2018 Adrian Reber <adrian@lisas.de> - 2.0.0-1
|
||||||
|
- updated to 2.0.0
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.94-4
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.94-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
d8734266a20fbc2605a97b701b838ab6 libcdio-0.94.tar.gz
|
SHA512 (libcdio-2.0.0.tar.gz) = 8f48cc71d28b427b16f48e50bcaf0aea171055c72a9aeee383ac4374eee1d3d288323814c3a3f308a9ba097aa815319429c1931072897985a3b02b814766fd4f
|
||||||
d3da9f29ce092323b9b5be90ec3d23fa libcdio-0.94.tar.gz.sig
|
SHA512 (libcdio-2.0.0.tar.gz.sig) = 55e14f3fc9b4d1c911d0065464a64aec699aec805a9f2542410a7976154aa5e0d8ea8425440bff2dff10097b2b49c649902456f4fbf24b782368b69be9a8de05
|
||||||
|
Loading…
Reference in New Issue
Block a user