Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glycin for openSUSE:Factory checked in at 2025-11-13 17:26:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glycin (Old) and /work/SRC/openSUSE:Factory/.glycin.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glycin" Thu Nov 13 17:26:03 2025 rev:5 rq:1317281 version:2.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/glycin/glycin.changes 2025-10-27 14:38:20.779105293 +0100 +++ /work/SRC/openSUSE:Factory/.glycin.new.2061/glycin.changes 2025-11-13 17:26:31.604967400 +0100 @@ -1,0 +2,36 @@ +Tue Nov 11 18:29:49 UTC 2025 - Bjørn Lie <[email protected]> + +- Update to version 2.0.7: + + This release contains the following new component versions: + - glycin 3.0.7 + - libglycin 2.0.7 + - libglycin-gtk4 2.0.7 + + Fixed: + - Allow `riscv_hwprobe` syscall. + - Fix build error on musl libc since it doesn't has a + `close_range` function. + +------------------------------------------------------------------- +Wed Nov 5 07:45:42 UTC 2025 - Bjørn Lie <[email protected]> + +- Update to version 2.0.5: + + This release contains the following new component versions: + - glycin-heif 2.0.5 + - glycin-image-rs 2.0.5 + - glycin-jpeg2000 2.0.5 + - glycin-jxl 2.0.5 + - glycin-raw 2.0.5 + - glycin-svg 2.0.5 + - libglycin 2.0.5 + - libglycin-gtk4 2.0.5 + + Fixed: + - Allow `riscv_hwprobe` syscall. + - Fix build error on musl libc since it doesn't has a + `close_range` function. + - libglycin: Don't mark `gly_image_get_metadata_key_value` + return type as const. + - libglycin: Don't return a pointer to GStrv for + `gly_loader_get_mime_types_finish`. + + Changed: Support image/x-win-bitmap to load .cur-files. + +------------------------------------------------------------------- Old: ---- glycin-2.0.4.obscpio New: ---- glycin-2.0.7.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glycin.spec ++++++ --- /var/tmp/diff_new_pack.KTRjnM/_old 2025-11-13 17:26:34.677099051 +0100 +++ /var/tmp/diff_new_pack.KTRjnM/_new 2025-11-13 17:26:34.677099051 +0100 @@ -25,7 +25,7 @@ %endif %define _name glycin -Version: 2.0.4 +Version: 2.0.7 Release: 0 Summary: Sandboxed image rendering License: LGPL-2.1-or-later OR MPL-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.KTRjnM/_old 2025-11-13 17:26:34.733101451 +0100 +++ /var/tmp/diff_new_pack.KTRjnM/_new 2025-11-13 17:26:34.737101622 +0100 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="url">https://gitlab.gnome.org/GNOME/glycin.git</param> <param name="scm">git</param> - <param name="revision">2.0.4</param> + <param name="revision">2.0.7</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ glycin-2.0.4.obscpio -> glycin-2.0.7.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/CONTRIBUTING.md new/glycin-2.0.7/CONTRIBUTING.md --- old/glycin-2.0.4/CONTRIBUTING.md 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/CONTRIBUTING.md 2025-11-11 15:59:34.000000000 +0100 @@ -82,3 +82,11 @@ ## Resources - [xdg/shared-mime-info](https://gitlab.freedesktop.org/xdg/shared-mime-info/-/blob/master/data/freedesktop.org.xml.in) + +## Use of Generative AI + +This project does not allow contributions generated by large languages models (LLMs) and chatbots. This ban includes, but is not limited to, tools like ChatGPT, Claude, Copilot, DeepSeek, and Devin AI. We are taking these steps as precaution due to the potential negative influence of AI generated content on quality, as well as likely copyright violations. + +This ban of AI generated content applies to all parts of the projects, including, but not limited to, code, documentation, issues, and artworks. An exception applies for purely translating texts for issues and comments to English. + +AI tools can be used to answer questions and find information. However, we encourage contributors to avoid them in favor of using [existing documentation](https://developer.gnome.org) and our [chats and forums](https://welcome.gnome.org). Since AI generated information is frequently misleading or false, we cannot supply support on anything referencing AI output. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/Cargo.lock new/glycin-2.0.7/Cargo.lock --- old/glycin-2.0.4/Cargo.lock 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/Cargo.lock 2025-11-11 15:59:34.000000000 +0100 @@ -1014,7 +1014,7 @@ [[package]] name = "glycin" -version = "3.0.4" +version = "3.0.7" dependencies = [ "async-fs", "async-global-executor", @@ -1093,7 +1093,7 @@ [[package]] name = "glycin-image-rs" -version = "2.0.4" +version = "2.0.5" dependencies = [ "glycin-utils", "gufo", @@ -1564,7 +1564,7 @@ [[package]] name = "libglycin" -version = "2.0.4" +version = "2.0.7" dependencies = [ "async-global-executor", "futures-task", @@ -1577,7 +1577,7 @@ [[package]] name = "libglycin-gtk4" -version = "2.0.4" +version = "2.0.7" dependencies = [ "gdk4", "glycin", @@ -3290,9 +3290,9 @@ [[package]] name = "zune-jpeg" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc1f7e205ce79eb2da3cd71c5f55f3589785cb7c79f6a03d1c8d1491bda5d089" +checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" dependencies = [ "zune-core", ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/NEWS new/glycin-2.0.7/NEWS --- old/glycin-2.0.4/NEWS 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/NEWS 2025-11-11 15:59:34.000000000 +0100 @@ -1,3 +1,34 @@ +## 2.0.7 (2025-11-11) + +This release contains the following new component versions: + +- glycin 3.0.7 +- libglycin 2.0.7 +- libglycin-gtk4 2.0.7 + +### Fixed + +- Allow `riscv_hwprobe` syscall. +- Fix build error on musl libc since it doesn't has a `close_range` function. + +## 2.0.5 (2025-11-04) + +This release contains the following new component versions: + +- glycin-image-rs 2.0.5 +- libglycin 2.0.5 +- libglycin-gtk4 2.0.5 + +### Fixed + +- libglycin: Don't mark `gly_image_get_metadata_key_value` return type as const. +- libglycin: Don't return a pointer to GStrv for + `gly_loader_get_mime_types_finish`. + +### Changed + +- Support image/x-win-bitmap to load .cur-files + ## 2.0.4 (2025-10-20) This release contains the following new component versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/docs/website/format-details.yml new/glycin-2.0.7/docs/website/format-details.yml --- old/glycin-2.0.4/docs/website/format-details.yml 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/docs/website/format-details.yml 2025-11-11 15:59:34.000000000 +0100 @@ -158,3 +158,10 @@ exif: unsupported xmp: false animation: unsupported + +image/x-win-bitmap: + icc: unsupported + cicp: unsupported + exif: unsupported + xmp: unsupported + animation: unsupported diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/glycin/Cargo.toml new/glycin-2.0.7/glycin/Cargo.toml --- old/glycin-2.0.4/glycin/Cargo.toml 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/glycin/Cargo.toml 2025-11-11 15:59:34.000000000 +0100 @@ -1,7 +1,7 @@ [package] name = "glycin" readme = "../README.md" -version = "3.0.4" +version = "3.0.7" authors.workspace = true description.workspace = true license.workspace = true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/glycin/src/api_loader.rs new/glycin-2.0.7/glycin/src/api_loader.rs --- old/glycin-2.0.4/glycin/src/api_loader.rs 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/glycin/src/api_loader.rs 2025-11-11 15:59:34.000000000 +0100 @@ -199,6 +199,7 @@ "image/x-tga", "image/x-dds", "image/bmp", + "image/x-win-bitmap", "image/vnd.microsoft.icon", "image/vnd.radiance", "image/x-exr", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/glycin/src/sandbox.rs new/glycin-2.0.7/glycin/src/sandbox.rs --- old/glycin-2.0.4/glycin/src/sandbox.rs 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/glycin/src/sandbox.rs 2025-11-11 15:59:34.000000000 +0100 @@ -115,6 +115,7 @@ "recvfrom", "recvmsg", "restart_syscall", + "riscv_hwprobe", "rseq", "rt_sigaction", "rt_sigprocmask", @@ -247,8 +248,19 @@ unsafe { command.pre_exec(move || { - libc::close_range(3, libc::c_uint::MAX, libc::CLOSE_RANGE_CLOEXEC as i32); - + #[cfg(not(all(target_os = "linux", target_env = "musl")))] + { + libc::close_range(3, libc::c_uint::MAX, libc::CLOSE_RANGE_CLOEXEC as i32); + } + #[cfg(all(target_os = "linux", target_env = "musl"))] + { + libc::syscall( + libc::SYS_close_range, + 3, + libc::c_uint::MAX, + libc::CLOSE_RANGE_CLOEXEC as libc::c_uint, + ); + } // Allow FDs to be passed to child process for raw_fd in &shared_fds { let fd = BorrowedFd::borrow_raw(*raw_fd); @@ -641,8 +653,13 @@ } for syscall_name in syscalls.into_iter().flatten() { - let syscall = ScmpSyscall::from_name(syscall_name)?; - filter.add_rule(ScmpAction::Allow, syscall)?; + match ScmpSyscall::from_name(syscall_name) { + Ok(syscall) => { + filter.add_rule(ScmpAction::Allow, syscall)?; + () + } + Err(err) => tracing::warn!("Failed to allow syscall '{syscall_name}': {err}"), + } } Ok(filter) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/glycin-loaders/glycin-image-rs/Cargo.toml new/glycin-2.0.7/glycin-loaders/glycin-image-rs/Cargo.toml --- old/glycin-2.0.4/glycin-loaders/glycin-image-rs/Cargo.toml 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/glycin-loaders/glycin-image-rs/Cargo.toml 2025-11-11 15:59:34.000000000 +0100 @@ -1,7 +1,7 @@ [package] name = "glycin-image-rs" publish = false -version.workspace = true +version = "2.0.5" authors.workspace = true description.workspace = true license.workspace = true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/glycin-loaders/glycin-image-rs/glycin-image-rs.conf new/glycin-2.0.7/glycin-loaders/glycin-image-rs/glycin-image-rs.conf --- old/glycin-2.0.4/glycin-loaders/glycin-image-rs/glycin-image-rs.conf 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/glycin-loaders/glycin-image-rs/glycin-image-rs.conf 2025-11-11 15:59:34.000000000 +0100 @@ -62,6 +62,9 @@ Creator = true # .ico +[loader:image/x-win-bitmap] +Exec = @EXEC@ + [loader:image/vnd.microsoft.icon] Exec = @EXEC@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/glycin-loaders/glycin-image-rs/src/main.rs new/glycin-2.0.7/glycin-loaders/glycin-image-rs/src/main.rs --- old/glycin-2.0.4/glycin-loaders/glycin-image-rs/src/main.rs 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/glycin-loaders/glycin-image-rs/src/main.rs 2025-11-11 15:59:34.000000000 +0100 @@ -299,7 +299,7 @@ )) .format_name("GIF") .default_bit_depth(8), - "image/vnd.microsoft.icon" => Self::new(ImageRsDecoder::Ico( + "image/x-win-bitmap" | "image/vnd.microsoft.icon" => Self::new(ImageRsDecoder::Ico( codecs::ico::IcoDecoder::new(data).expected_error()?, )) .format_name("ICO"), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/libglycin/Cargo.toml new/glycin-2.0.7/libglycin/Cargo.toml --- old/glycin-2.0.4/libglycin/Cargo.toml 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/libglycin/Cargo.toml 2025-11-11 15:59:34.000000000 +0100 @@ -1,7 +1,7 @@ [package] name = "libglycin" publish = false -version = "2.0.4" +version = "2.0.7" authors.workspace = true description.workspace = true license.workspace = true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/libglycin/doc/libglycin-gtk4.toml new/glycin-2.0.7/libglycin/doc/libglycin-gtk4.toml --- old/glycin-2.0.4/libglycin/doc/libglycin-gtk4.toml 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/libglycin/doc/libglycin-gtk4.toml 2025-11-11 15:59:34.000000000 +0100 @@ -1,5 +1,5 @@ [library] -version = "2.0.4" +version = "2.0.7" description = "Convert glycin frames to GDK Textures" authors = "Sophie Herold" license = "MPL-2.0 OR LGPL-2.1-or-later" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/libglycin/doc/libglycin.toml new/glycin-2.0.7/libglycin/doc/libglycin.toml --- old/glycin-2.0.4/libglycin/doc/libglycin.toml 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/libglycin/doc/libglycin.toml 2025-11-11 15:59:34.000000000 +0100 @@ -1,5 +1,5 @@ [library] -version = "2.0.4" +version = "2.0.7" description = "Sandboxed and extendable image loading" authors = "Sophie Herold" license = "MPL-2.0 OR LGPL-2.1-or-later" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/libglycin/include/glycin.h new/glycin-2.0.7/libglycin/include/glycin.h --- old/glycin-2.0.4/libglycin/include/glycin.h 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/libglycin/include/glycin.h 2025-11-11 15:59:34.000000000 +0100 @@ -22,14 +22,15 @@ * loader = gly_loader_new (file); * image = gly_loader_load (loader, NULL); * if (image) - * { - * frame = gly_image_next_frame (image, NULL); - * if (frame) { - * texture = gly_gtk_frame_get_texture (frame); - * printf ("Image height: %d\n", gdk_texture_get_height (texture)); - * image_widget = gtk_image_new_from_paintable (GDK_PAINTABLE (texture)); + * { + * frame = gly_image_next_frame (image, NULL); + * if (frame) + * { + * texture = gly_gtk_frame_get_texture (frame); + * g_print ("Image height: %d\n", gdk_texture_get_height (texture)); + * image_widget = gtk_image_new_from_paintable (GDK_PAINTABLE (texture)); + * } * } - * } * ``` * * Since: 2.0 @@ -250,7 +251,7 @@ * * Since: 2.0 */ -GStrv *gly_loader_get_mime_types_finish( +GStrv gly_loader_get_mime_types_finish( GAsyncResult *result, GError **error); @@ -549,7 +550,7 @@ * * Since: 2.0 **/ -const gchar * +gchar * gly_image_get_metadata_key_value(GlyImage *image, const gchar *key); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/libglycin/libglycin-gtk4/Cargo.toml new/glycin-2.0.7/libglycin/libglycin-gtk4/Cargo.toml --- old/glycin-2.0.4/libglycin/libglycin-gtk4/Cargo.toml 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/libglycin/libglycin-gtk4/Cargo.toml 2025-11-11 15:59:34.000000000 +0100 @@ -1,7 +1,7 @@ [package] name = "libglycin-gtk4" publish = false -version = "2.0.4" +version = "2.0.7" authors.workspace = true description.workspace = true license.workspace = true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/libglycin/src/image.rs new/glycin-2.0.7/libglycin/src/image.rs --- old/glycin-2.0.4/libglycin/src/image.rs 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/libglycin/src/image.rs 2025-11-11 15:59:34.000000000 +0100 @@ -157,7 +157,7 @@ pub unsafe extern "C" fn gly_image_get_metadata_key_value( image: *mut GlyImage, key: *const c_char, -) -> *const c_char { +) -> *mut c_char { let image = gobject::GlyImage::from_glib_ptr_borrow(&image); let key = glib::GStr::from_ptr_checked(key).unwrap().as_str(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/meson.build new/glycin-2.0.7/meson.build --- old/glycin-2.0.4/meson.build 2025-10-21 13:33:07.000000000 +0200 +++ new/glycin-2.0.7/meson.build 2025-11-11 15:59:34.000000000 +0100 @@ -4,7 +4,7 @@ 'c', # This is a global version that's neither related to the glycin-loaders version # nor the libglycin version - version: '2.0.4', + version: '2.0.7', meson_version: '>=1.2', ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/news.d/2.0.5/changed-support-cur-files new/glycin-2.0.7/news.d/2.0.5/changed-support-cur-files --- old/glycin-2.0.4/news.d/2.0.5/changed-support-cur-files 1970-01-01 01:00:00.000000000 +0100 +++ new/glycin-2.0.7/news.d/2.0.5/changed-support-cur-files 2025-11-11 15:59:34.000000000 +0100 @@ -0,0 +1 @@ +Support image/x-win-bitmap to load .cur-files diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/news.d/2.0.5/components.json new/glycin-2.0.7/news.d/2.0.5/components.json --- old/glycin-2.0.4/news.d/2.0.5/components.json 1970-01-01 01:00:00.000000000 +0100 +++ new/glycin-2.0.7/news.d/2.0.5/components.json 2025-11-11 15:59:34.000000000 +0100 @@ -0,0 +1,50 @@ +{ + "glycin-common": { + "version": "1.0.3", + "state": "unchanged" + }, + "glycin-heif": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-image-rs": { + "version": "2.0.5", + "state": "changed" + }, + "glycin-jpeg2000": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-jxl": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-raw": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-svg": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-thumbnailer": { + "version": "2.0.3", + "state": "unchanged" + }, + "glycin-utils": { + "version": "4.0.4", + "state": "unchanged" + }, + "glycin": { + "version": "3.0.4", + "state": "unchanged" + }, + "libglycin": { + "version": "2.0.5", + "state": "changed" + }, + "libglycin-gtk4": { + "version": "2.0.5", + "state": "changed" + } +} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/news.d/2.0.5/fixed-libglycin-return-type new/glycin-2.0.7/news.d/2.0.5/fixed-libglycin-return-type --- old/glycin-2.0.4/news.d/2.0.5/fixed-libglycin-return-type 1970-01-01 01:00:00.000000000 +0100 +++ new/glycin-2.0.7/news.d/2.0.5/fixed-libglycin-return-type 2025-11-11 15:59:34.000000000 +0100 @@ -0,0 +1 @@ +libglycin: Don't return a pointer to GStrv for `gly_loader_get_mime_types_finish`. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/news.d/2.0.5/fixed-libglycin-signature new/glycin-2.0.7/news.d/2.0.5/fixed-libglycin-signature --- old/glycin-2.0.4/news.d/2.0.5/fixed-libglycin-signature 1970-01-01 01:00:00.000000000 +0100 +++ new/glycin-2.0.7/news.d/2.0.5/fixed-libglycin-signature 2025-11-11 15:59:34.000000000 +0100 @@ -0,0 +1 @@ +libglycin: Don't mark `gly_image_get_metadata_key_value` return type as const. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/news.d/2.0.5/released new/glycin-2.0.7/news.d/2.0.5/released --- old/glycin-2.0.4/news.d/2.0.5/released 1970-01-01 01:00:00.000000000 +0100 +++ new/glycin-2.0.7/news.d/2.0.5/released 2025-11-11 15:59:34.000000000 +0100 @@ -0,0 +1 @@ +2025-11-04 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/news.d/2.0.7/components.json new/glycin-2.0.7/news.d/2.0.7/components.json --- old/glycin-2.0.4/news.d/2.0.7/components.json 1970-01-01 01:00:00.000000000 +0100 +++ new/glycin-2.0.7/news.d/2.0.7/components.json 2025-11-11 15:59:34.000000000 +0100 @@ -0,0 +1,50 @@ +{ + "glycin-common": { + "version": "1.0.3", + "state": "unchanged" + }, + "glycin-heif": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-image-rs": { + "version": "2.0.5", + "state": "unchanged" + }, + "glycin-jpeg2000": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-jxl": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-raw": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-svg": { + "version": "2.0.4", + "state": "unchanged" + }, + "glycin-thumbnailer": { + "version": "2.0.3", + "state": "unchanged" + }, + "glycin-utils": { + "version": "4.0.4", + "state": "unchanged" + }, + "glycin": { + "version": "3.0.7", + "state": "changed" + }, + "libglycin": { + "version": "2.0.7", + "state": "changed" + }, + "libglycin-gtk4": { + "version": "2.0.7", + "state": "changed" + } +} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/news.d/2.0.7/fixed-musl-build-issue new/glycin-2.0.7/news.d/2.0.7/fixed-musl-build-issue --- old/glycin-2.0.4/news.d/2.0.7/fixed-musl-build-issue 1970-01-01 01:00:00.000000000 +0100 +++ new/glycin-2.0.7/news.d/2.0.7/fixed-musl-build-issue 2025-11-11 15:59:34.000000000 +0100 @@ -0,0 +1 @@ +Fix build error on musl libc since it doesn't has a `close_range` function. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/news.d/2.0.7/fixed-riscv-hwprobe new/glycin-2.0.7/news.d/2.0.7/fixed-riscv-hwprobe --- old/glycin-2.0.4/news.d/2.0.7/fixed-riscv-hwprobe 1970-01-01 01:00:00.000000000 +0100 +++ new/glycin-2.0.7/news.d/2.0.7/fixed-riscv-hwprobe 2025-11-11 15:59:34.000000000 +0100 @@ -0,0 +1 @@ +Allow `riscv_hwprobe` syscall. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glycin-2.0.4/news.d/2.0.7/released new/glycin-2.0.7/news.d/2.0.7/released --- old/glycin-2.0.4/news.d/2.0.7/released 1970-01-01 01:00:00.000000000 +0100 +++ new/glycin-2.0.7/news.d/2.0.7/released 2025-11-11 15:59:34.000000000 +0100 @@ -0,0 +1 @@ +2025-11-11 ++++++ glycin.obsinfo ++++++ --- /var/tmp/diff_new_pack.KTRjnM/_old 2025-11-13 17:26:35.981154934 +0100 +++ /var/tmp/diff_new_pack.KTRjnM/_new 2025-11-13 17:26:35.981154934 +0100 @@ -1,5 +1,5 @@ name: glycin -version: 2.0.4 -mtime: 1761046387 -commit: c0fc4f426f0a2f0d01ca27935cdbe2ea1aec8280 +version: 2.0.7 +mtime: 1762873174 +commit: a29cc5ec893aa8cf85ec6ebdd58c1db784c1e696 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/glycin/vendor.tar.zst /work/SRC/openSUSE:Factory/.glycin.new.2061/vendor.tar.zst differ: char 7, line 1
