El dimarts, 25 de novembre del 2025, a les 11:00:02 (Hora està ndard d’Europa central), Albert Astals Cid va escriure: > Hi, i see that https://src.fedoraproject.org/rpms/mingw-libtiff is stuck at > libtiff 4.4 while https://src.fedoraproject.org/rpms/libtiff has newer > versions. > > Could it be updated?
For what is worth this seems to work for me. Cheers, Albert > > Cheers, > Albert
commit c42183e8960535eb009bb4d63e5a99f347161fe5 Author: Albert Astals Cid <[email protected]> Date: Mon Dec 8 10:57:54 2025 +0100 Update to 4.7.1 diff --git a/mingw-libtiff.spec b/mingw-libtiff.spec index e8985c9..aa3a6bf 100644 --- a/mingw-libtiff.spec +++ b/mingw-libtiff.spec @@ -2,8 +2,8 @@ Summary: MinGW Windows port of the LibTIFF library Name: mingw-libtiff -Version: 4.4.0 -Release: 8%{?dist} +Version: 4.7.1 +Release: 1%{?dist} License: libtiff URL: http://www.simplesystems.org/libtiff/ Source: https://download.osgeo.org/libtiff/tiff-%{version}.tar.xz @@ -110,9 +110,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete # Win32 %files -n mingw32-libtiff -%doc COPYRIGHT README.md RELEASE-DATE VERSION TODO ChangeLog -%{mingw32_bindir}/libtiff-5.dll -%{mingw32_bindir}/libtiffxx-5.dll +%license LICENSE.md +%doc README.md RELEASE-DATE VERSION TODO ChangeLog +%{mingw32_bindir}/libtiff-6.dll +%{mingw32_bindir}/libtiffxx-6.dll %{mingw32_includedir}/* %{mingw32_libdir}/libtiff.dll.a %{mingw32_libdir}/libtiffxx.dll.a @@ -124,9 +125,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete # Win64 %files -n mingw64-libtiff -%doc COPYRIGHT README.md RELEASE-DATE VERSION TODO ChangeLog -%{mingw64_bindir}/libtiff-5.dll -%{mingw64_bindir}/libtiffxx-5.dll +%license LICENSE.md +%doc README.md RELEASE-DATE VERSION TODO ChangeLog +%{mingw64_bindir}/libtiff-6.dll +%{mingw64_bindir}/libtiffxx-6.dll %{mingw64_includedir}/* %{mingw64_libdir}/libtiff.dll.a %{mingw64_libdir}/libtiffxx.dll.a @@ -138,6 +140,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Thu Jan 05 2023 Albert Astals Cid <[email protected]> - 4.7.1-1 +- Update to 4.7.1 + * Thu Jul 24 2025 Fedora Release Engineering <[email protected]> - 4.4.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-- _______________________________________________ mingw mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
