|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: gdcm
|
|
|
|
|
Version: 3.0.8
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 3.0.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://gdcm.sourceforge.net/wiki/index.php/Main_Page
|
|
|
|
@ -197,25 +197,25 @@ make test -C %{__cmake_builddir} || exit 0
|
|
|
|
|
%doc AUTHORS README.md
|
|
|
|
|
%license Copyright.txt README.Copyright.txt
|
|
|
|
|
%{_libdir}/libgdcmCommon.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmCommon.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmCommon.so.3.0.9
|
|
|
|
|
%{_libdir}/libgdcmDICT.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmDICT.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmDICT.so.3.0.9
|
|
|
|
|
%{_libdir}/libgdcmDSED.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmDSED.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmDSED.so.3.0.9
|
|
|
|
|
%{_libdir}/libgdcmIOD.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmIOD.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmIOD.so.3.0.9
|
|
|
|
|
%{_libdir}/libgdcmMEXD.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmMEXD.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmMEXD.so.3.0.9
|
|
|
|
|
%{_libdir}/libgdcmMSFF.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmMSFF.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmMSFF.so.3.0.9
|
|
|
|
|
%{_libdir}/libgdcmjpeg12.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmjpeg12.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmjpeg12.so.3.0.9
|
|
|
|
|
%{_libdir}/libgdcmjpeg16.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmjpeg16.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmjpeg16.so.3.0.9
|
|
|
|
|
%{_libdir}/libgdcmjpeg8.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmjpeg8.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmjpeg8.so.3.0.9
|
|
|
|
|
%{_libdir}/libgdcmmd5.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmmd5.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmmd5.so.3.0.9
|
|
|
|
|
%{_libdir}/libsocketxx.so.1.2
|
|
|
|
|
%{_libdir}/libsocketxx.so.1.2.0
|
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
@ -267,6 +267,9 @@ make test -C %{__cmake_builddir} || exit 0
|
|
|
|
|
%{python3_sitearch}/__pycache__/%{name}*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 07 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.0.9-1
|
|
|
|
|
- Update to latest patch release
|
|
|
|
|
|
|
|
|
|
* Mon Aug 02 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.0.8-8
|
|
|
|
|
- Rebuild for poppler update
|
|
|
|
|
|
|
|
|
|