Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pngcheck for openSUSE:Factory 
checked in at 2025-12-30 12:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pngcheck (Old)
 and      /work/SRC/openSUSE:Factory/.pngcheck.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pngcheck"

Tue Dec 30 12:01:13 2025 rev:9 rq:1324707 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pngcheck/pngcheck.changes        2024-02-22 
20:59:39.113655238 +0100
+++ /work/SRC/openSUSE:Factory/.pngcheck.new.1928/pngcheck.changes      
2025-12-30 12:01:31.607424840 +0100
@@ -1,0 +2,43 @@
+Mon Dec 22 13:55:31 UTC 2025 - Petr Gajdos <[email protected]>
+
+- version update to 4.0.1
+  * Removed gpl/pngsplit and gpl/png-fix-IDAT-windowsize from this
+    project; we're moving them to a new home
+  * test for tIME valid day in month 
+  * Add cICP autodetect for BT.601 PAL, SECAM and NTSC
+  * Add test for missing cICP, if mDCV is present
+  * Removed the need to define the WIN32 macro for Windows builds
+  * Required the zlib library as a non-optional dependency, and
+    removed the need to define the USE_ZLIB macro externally
+  * Added third_party/wildargs to auto-expand wildcard arguments
+  * Prevent hard fails on chunks of unknown type in compliance with
+    PNG spec. By Maxim Samsonov (Ribose), metanorma/pngcheck-metanorma#1.
+  * Added CI workflows and Windows Makefiles (MSVC and MinGW) for GitHub
+    Actions on Linux, macOS, and Windows.
+  * Added iDOT support 
+  * Added (minimal) caBX support for PNG 4th Edition
+- deleted patches
+  * fixbuild.diff (upstreamed)
+  * pngcheck-fix-signedness-comparsion-issue.patch (upstreamed)
+  * pngcheck-remove-auxiliary-tools.patch (upstreamed)
+  * pngcheck-remove-incorrect-checks.patch (upstreamed)
+
+-------------------------------------------------------------------
+Mon Sep  8 13:08:34 UTC 2025 - [email protected]
+
+- version update to 4.0.0
+  * Coding Independent Code Points cICP
+  * Mastering Display Color Volume mDCV
+  * Content Light Level Information cLLI
+  * Animated PNG acTL, fcTL and fdAT
+- modified patches
+  % fixbuild.diff (refreshed)
+- added patches
+  
https://github.com/pnggroup/pngcheck/commit/7885b4420fac788679d13ba1f8a28f64ab099a45
+  + pngcheck-fix-signedness-comparsion-issue.patch
+  
https://github.com/pnggroup/pngcheck/commit/4c888f5d78b51904b160c6b75e3ff7b6a9612aab
+  + pngcheck-remove-auxiliary-tools.patch
+- added sources
+  + pngcheck-4.0.0.tar.bz
+
+-------------------------------------------------------------------

Old:
----
  fixbuild.diff
  pngcheck-3.0.3.tar.gz

New:
----
  pngcheck-4.0.1.tar.bz

----------(Old B)----------
  Old:- deleted patches
  * fixbuild.diff (upstreamed)
  * pngcheck-fix-signedness-comparsion-issue.patch (upstreamed)
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pngcheck.spec ++++++
--- /var/tmp/diff_new_pack.qlDu5s/_old  2025-12-30 12:01:32.291452928 +0100
+++ /var/tmp/diff_new_pack.qlDu5s/_new  2025-12-30 12:01:32.295453093 +0100
@@ -1,7 +1,8 @@
 #
 # spec file for package pngcheck
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +18,13 @@
 
 
 Name:           pngcheck
-Version:        3.0.3
+Version:        4.0.1
 Release:        0
 Summary:        PNG file format checker
-License:        GPL-2.0-or-later AND HPND
+License:        HPND
 Group:          Productivity/Graphics/Other
-URL:            http://www.libpng.org/pub/png/apps/pngcheck.html
-Source:         http://www.libpng.org/pub/png/src/pngcheck-%{version}.tar.gz
-Patch0:         fixbuild.diff
+URL:            https://github.com/pnggroup/pngcheck
+Source:         
https://github.com/pnggroup/pngcheck/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.bz
 BuildRequires:  zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -43,19 +43,17 @@
 %autosetup -p1
 
 %build
-make %{?_smp_mflags} -f Makefile.unx
+make %{?_smp_mflags}
 
 %install
 install -m 755 -d %{buildroot}%{_bindir}
 install -m 755 %{name} %{buildroot}%{_bindir}/
-install -m 755 pngsplit %{buildroot}%{_bindir}/
-install -m 755 png-fix-IDAT-windowsize %{buildroot}%{_bindir}/
 install -m 755 -d %{buildroot}%{_mandir}/man1/
 install -m 0644 pngcheck.1 %{buildroot}%{_mandir}/man1/
 
 %files
 %defattr(-,root,root)
-%doc CHANGELOG README gpl/COPYING
+%doc CHANGELOG README.md LICENSE
 %{_bindir}/*
 %{_mandir}/man1/%{name}.1.gz
 

Reply via email to