Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dnglab for openSUSE:Factory checked 
in at 2026-09-07 11:32:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnglab (Old)
 and      /work/SRC/openSUSE:Factory/.dnglab.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnglab"

Mon Sep  7 11:32:49 2026 rev:4 rq:1375899 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnglab/dnglab.changes    2026-03-08 
17:27:28.824273604 +0100
+++ /work/SRC/openSUSE:Factory/.dnglab.new.1265/dnglab.changes  2026-09-07 
11:34:00.407831714 +0200
@@ -1,0 +2,125 @@
+Sat Sep  5 05:29:23 UTC 2026 - Atri Bhattacharya <[email protected]>
+
+- Update to version 0.8.0:
+  * Fujifilm X-T30 III support (gh#dnglab/dnglab#695).
+  * Add RF 5.2mm F2.8L DUAL FISHEYE to lens database
+    (gh#dnglab/dnglab#696).
+  * Use aperture and focal length for CR3 lens resolver
+    (gh#dnglab/dnglab#697).
+  * Support for Sony A7V (without arw6 support)
+    (gh#dnglab/dnglab#698).
+  * Add simple bi-linear demosaic for X-Trans sensors
+    (gh#dnglab/dnglab#701).
+  * Add SharedColor2D<T,N> helper (gh#dnglab/dnglab#702).
+  * Add process-raw command (gh#dnglab/dnglab#703).
+  * Workaround for IAD1 active-area overflow
+    (gh#dnglab/dnglab#704).
+  * Add digest tests for thumbnails, previews and full-images
+    (gh#dnglab/dnglab#705).
+  * Remove bogus Canon EOS aliases (gh#dnglab/dnglab#692).
+  * Tweak Kodak DCS Pro 14n clean model (gh#dnglab/dnglab#700).
+  * Add demosaic bench (gh#dnglab/dnglab#706).
+  * Improve and reorganize packed decompressor
+    (gh#dnglab/dnglab#714).
+  * fix(demosaic): Correct PPG gradient calculations and artifacts
+    (gh#dnglab/dnglab#722).
+  * Use threading for X-Trans bi-linear demosaic
+    (gh#dnglab/dnglab#707).
+  * Panasonic DC-FZ10002 model clean-up (gh#dnglab/dnglab#708).
+  * Remove bogus Panasonic DC-FZ45 (gh#dnglab/dnglab#709).
+  * OM-5 Mark II support (gh#dnglab/dnglab#718).
+  * Sony DSC-RX1RM3 support (gh#dnglab/dnglab#719).
+  * Panasonic DC-S1M2 support (gh#dnglab/dnglab#717).
+  * Restore Canon EOS 350D alias (gh#dnglab/dnglab#731).
+  * Update criterion requirement from 0.7 to 0.8 in /rawler by
+    @dependabot[bot] in #726
+  * Olympus E-P7 support (gh#dnglab/dnglab#730).
+  * Support for Canon R50 V (gh#dnglab/dnglab#733).
+  * Make project less panic prone (gh#dnglab/dnglab#732).
+  * Integrate rawdb.dnglab.org and rewrite test data generation
+    (gh#dnglab/dnglab#741).
+  * Replace afl fuzzer with cargo-fuzz (gh#dnglab/dnglab#734).
+  * Add support for Panasonic Lumix DC-GF9 (gh#dnglab/dnglab#738).
+  * Canon PowerShot V1 support (gh#dnglab/dnglab#747).
+  * Fix swapped DngVersion V1_2/V1_3 byte arrays in makedng.rs:685
+    (gh#dnglab/dnglab#749).
+  * Fix ResolutionUnit::extract() reading Predictor instead of
+    ResolutionUnit in tiff/mod.rs:195 (gh#dnglab/dnglab#750).
+  * Fix JPEG quality clamped to minimum 100 instead of maximum,
+    use clamp in writer.rs:344 (gh#dnglab/dnglab#753).
+  * Fix typos and wrong comments across codebase
+    (gh#dnglab/dnglab#759).
+  * Fix assert! on metadata stream length, return Err instead in
+    nef.rs:600 (gh#dnglab/dnglab#772).
+  * Fix panic on blacklevel/whitelevel length mismatch, warn
+    instead in raw.rs:150 (gh#dnglab/dnglab#765).
+  * Change todo!() in ValueConvertError From impls in
+    value.rs:368,374 (gh#dnglab/dnglab#748).
+  * Fix panic on missing KDC offset, return Err instead in
+    kdc.rs:121 (gh#dnglab/dnglab#767).
+  * Fix panic! calls in decode_unwrapped(), return Err instead in
+    unwrapped.rs:17,77 (gh#dnglab/dnglab#756).
+  * Re-enable TIFF magic marker validation, remove silent ignore
+    in reader.rs:152 (gh#dnglab/dnglab#774).
+  * Fix G2 WB offset +14->+16 in image_a100() arw.rs:360
+    (gh#dnglab/dnglab#752).
+  * Fix compatible_brand() always returning true, check actual
+    brands in mod.rs:324 (gh#dnglab/dnglab#771).
+  * Fix assert_eq! on endianness mismatch, return Err instead in
+    nef.rs:232 (gh#dnglab/dnglab#768).
+  * Fix todo!() panic in preview_image() when no preview available
+    in pef.rs:167,187 (gh#dnglab/dnglab#754).
+  * Fix OOB index [0] on CFAPattern IFD list in kdc.rs:68,93
+    (gh#dnglab/dnglab#766).
+  * Fix assert_eq! on image width, return Err instead in
+    nef.rs:290 (gh#dnglab/dnglab#769).
+  * Update lens database (gh#dnglab/dnglab#778).
+  * Nikon ZR support (gh#dnglab/dnglab#777).
+  * Fix panic! on unsupported cpp value, return Err instead in
+    arw.rs:190 (gh#dnglab/dnglab#764).
+  * Fix wrong debug_assert condition 'row * col' -> 'row < h &&
+    col < w' in pixarray.rs:586 (gh#dnglab/dnglab#770).
+  * Use tokio async fs functions in embedftp
+    (gh#dnglab/dnglab#779).
+  * Add Canon EOS R6 Mark II CRM support (gh#dnglab/dnglab#781).
+  * Relax alloc_image macros for huge images
+    (gh#dnglab/dnglab#782).
+  * Disambiguate convert output names across sources and frames
+    (gh#dnglab/dnglab#784).
+  * Fix missing lens info in Nikon ZR sample data
+    (gh#dnglab/dnglab#786).
+  * Fix LJPEG92 compression ratio regression
+    (gh#dnglab/dnglab#785).
+  * Performance optimizations (gh#dnglab/dnglab#787).
+  * Add Panasonic DC-G95D as alias of DC-G90
+    (gh#dnglab/dnglab#745).
+  * Add X-Trans Markesteijn Demosaic (gh#dnglab/dnglab#780).
+  * Refactor CI jobs for secret management and update actions
+    versions (gh#dnglab/dnglab#812).
+  * Add +15 offset in get_blacklevel() for certain Panasonic RW2
+    (gh#dnglab/dnglab#792).
+  * Fix NEF WB version 0x206 (Nikon D2Hs) (gh#dnglab/dnglab#794).
+  * Add Panasonic DC-G97 alias (gh#dnglab/dnglab#815).
+  * Sony DSC-RX10M5 support (gh#dnglab/dnglab#817).
+  * Bump jxl-oxide from 0.12.2 to 0.12.6 by @dependabot[bot] in
+    #800
+  * Bump rand from 0.8.5 to 0.8.6 by @dependabot[bot] in #723
+  * Update clap_mangen requirement from 0.2.15 to 0.3.0 in
+    /bin/dnglab by @dependabot[bot] in #724
+  * Fix OriginalRawFileDigest handling (gh#dnglab/dnglab#822).
+  * Keep EXIF lens data if LensResolver is unable to find matching
+    lens (gh#dnglab/dnglab#823).
+  * makedng: lift default image decoding limits for non-raw inputs
+    (gh#dnglab/dnglab#824).
+  * Fix Olympus E-M1X CFA pattern (gh#dnglab/dnglab#827).
+  * Add Leica SL3-P (gh#dnglab/dnglab#819).
+  * Panasonic DC-L10 support (gh#dnglab/dnglab#818).
+  * rawler: fix Canon RF 200-800mm extender metadata
+    (gh#dnglab/dnglab#832).
+  * rawler: select the matching CR3 preview sample for each image
+    index (gh#dnglab/dnglab#831).
+  * Add support for Sony A7R VI (ILCE-7RM6)
+    (gh#dnglab/dnglab#796).
+  * Canon EOS C50 support (gh#dnglab/dnglab#834  ).
+
+-------------------------------------------------------------------

Old:
----
  dnglab-0.7.2.obscpio

New:
----
  dnglab-0.8.0.obscpio

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

Other differences:
------------------
++++++ dnglab.spec ++++++
--- /var/tmp/diff_new_pack.3QcTyX/_old  2026-09-07 11:34:03.100925746 +0200
+++ /var/tmp/diff_new_pack.3QcTyX/_new  2026-09-07 11:34:03.105925920 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           dnglab
-Version:        0.7.2
+Version:        0.8.0
 Release:        0
 Summary:        Camera RAW to DNG file format converter
 License:        LGPL-2.1-only

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3QcTyX/_old  2026-09-07 11:34:03.208929517 +0200
+++ /var/tmp/diff_new_pack.3QcTyX/_new  2026-09-07 11:34:03.218929866 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/dnglab/dnglab</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v0.7.2</param>
+    <param name="revision">v0.8.0</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ dnglab-0.7.2.obscpio -> dnglab-0.8.0.obscpio ++++++
++++ 450522 lines of diff (skipped)

++++++ dnglab.obsinfo ++++++
--- /var/tmp/diff_new_pack.3QcTyX/_old  2026-09-07 11:34:08.301107314 +0200
+++ /var/tmp/diff_new_pack.3QcTyX/_new  2026-09-07 11:34:08.307107524 +0200
@@ -1,5 +1,5 @@
 name: dnglab
-version: 0.7.2
-mtime: 1772127285
-commit: ff7a4524cc7187554544269482e5fd5e68a6b4ab
+version: 0.8.0
+mtime: 1788101811
+commit: ae01bcb2d0f8a74f9dfbb9f7b5c7e315c8e668b7
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/dnglab/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.dnglab.new.1265/vendor.tar.zst differ: char 7, line 
1

Reply via email to