Compare commits
22 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45ca5d7f9b | ||
|
|
ad0fc2bf7d | ||
|
|
a35a4087d4 | ||
|
|
55faf7ab14 |
||
|
|
dda1a51dd7 | ||
|
|
9ae508e7da | ||
|
|
ef91eb47ed | ||
|
|
4827ccd77d | ||
|
|
a00ea150cc | ||
|
|
814ab9cc63 | ||
|
|
39d2a38590 | ||
|
|
7bdd4dd00b | ||
|
|
c0fefc8934 | ||
|
|
fa4bf5836b | ||
|
|
7abc974249 | ||
|
|
d74b78af92 | ||
|
|
407b24137c | ||
|
|
d0b40a28fb | ||
|
|
ade4cae6e3 | ||
|
|
d21deb923b | ||
|
|
c8ebdb0ecc | ||
|
|
1bad928240 |
4 changed files with 40 additions and 28 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,3 +1,10 @@
|
|||
/AlizaMS-1.7.2.tar.gz
|
||||
/AlizaMS-1.7.4.tar.gz
|
||||
/AlizaMS-1.8.3.tar.gz
|
||||
/AlizaMS-1.9.0.tar.gz
|
||||
/AlizaMS-1.9.1.tar.gz
|
||||
/AlizaMS-1.9.3.tar.gz
|
||||
/AlizaMS-1.9.5.tar.gz
|
||||
/AlizaMS-1.9.7.tar.gz
|
||||
/AlizaMS-1.9.9.tar.gz
|
||||
/AlizaMS-1.9.10.tar.gz
|
||||
|
|
|
|||
33
alizams.spec
33
alizams.spec
|
|
@ -1,13 +1,14 @@
|
|||
%global forgeurl https://github.com/AlizaMedicalImaging/AlizaMS
|
||||
|
||||
Name: alizams
|
||||
Version: 1.8.3
|
||||
Version: 1.9.10
|
||||
|
||||
%forgemeta
|
||||
|
||||
Release: 1%{?dist}
|
||||
Release: %autorelease
|
||||
Summary: Aliza MS DICOM Viewer
|
||||
License: GPLv3
|
||||
# Automatically converted from old format: GPLv3 - review is highly recommended.
|
||||
License: GPL-3.0-only
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
|
|
@ -65,9 +66,9 @@ rm -fr CG/glew/
|
|||
%cmake \
|
||||
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
|
||||
-DALIZA_QT_VERSION:STRING=5 \
|
||||
-DALIZA_QT5_COREGL:BOOL=ON \
|
||||
-DALIZA_USE_SYSTEM_BULLET:BOOL=ON \
|
||||
-DALIZA_USE_SYSTEM_LCMS2:BOOL=ON \
|
||||
-DALIZA_CXX_STANDARD:STRING=14 \
|
||||
-DMDCM_USE_SYSTEM_ZLIB:BOOL=ON \
|
||||
-DMDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \
|
||||
-DMDCM_USE_SYSTEM_CHARLS:BOOL=ON \
|
||||
|
|
@ -96,26 +97,4 @@ appstream-util validate-relax --nonet \
|
|||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 27 2022 Alessio <alessio@fedoraproject.org> - 1.8.3-1
|
||||
- Update to 1.8.3
|
||||
- Fixed issue with unused bits and Pixel Representation 1 files
|
||||
- Fixed issues with some DICOM CP-246 datasets
|
||||
- Use embedded ICC color profile for RGB images
|
||||
- Improved support for Grayscale Presentation State
|
||||
- Improved metadata viewer
|
||||
- Encapsulated Uncompressed Explicit VR Little Endian transfer syntax support
|
||||
- Many other min. bug fixes and improvements
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sun Dec 26 2021 Alessio <alessio@fedoraproject.org> - 1.7.4-1
|
||||
- Update to 1.7.4
|
||||
- Fixed issue with wrong padding in De-identification Method Code Sequence
|
||||
- Other min. bug fixes and improvements
|
||||
|
||||
* Fri Nov 26 2021 Alessio <alessio@fedoraproject.org> - 1.7.2-1
|
||||
- Initial RPM version
|
||||
%autochangelog
|
||||
|
|
|
|||
26
changelog
Normal file
26
changelog
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Jul 27 2022 Alessio <alessio@fedoraproject.org> - 1.8.3-1
|
||||
- Update to 1.8.3
|
||||
- Fixed issue with unused bits and Pixel Representation 1 files
|
||||
- Fixed issues with some DICOM CP-246 datasets
|
||||
- Use embedded ICC color profile for RGB images
|
||||
- Improved support for Grayscale Presentation State
|
||||
- Improved metadata viewer
|
||||
- Encapsulated Uncompressed Explicit VR Little Endian transfer syntax support
|
||||
- Many other min. bug fixes and improvements
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sun Dec 26 2021 Alessio <alessio@fedoraproject.org> - 1.7.4-1
|
||||
- Update to 1.7.4
|
||||
- Fixed issue with wrong padding in De-identification Method Code Sequence
|
||||
- Other min. bug fixes and improvements
|
||||
|
||||
* Fri Nov 26 2021 Alessio <alessio@fedoraproject.org> - 1.7.2-1
|
||||
- Initial RPM version
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (AlizaMS-1.8.3.tar.gz) = 37941c46f4b32012c8e268866a406ccd9baa2d45a6990c1ce9fc5c9f78303b1f0b54194b4bd71606e7b878edddac4f60c858bd7693073d77fdf528a430517bba
|
||||
SHA512 (AlizaMS-1.9.10.tar.gz) = 75e654119f80fb4cc27c5df059f89cef1bff2251d92b683e738ce46236beff6219cc811aa36a27b44e3063a225090b76b602c1bee84c47980f3ed59e979be320
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue