diff --git a/0001-build-drop-erroneous-export-dynamic-linker-flag.patch b/0001-build-drop-erroneous-export-dynamic-linker-flag.patch index 81741952b5734a2773772e65eba91224e60e0a8a..0549e3782a9e3b4fd39a0c928a181bca2593fb0d 100644 --- a/0001-build-drop-erroneous-export-dynamic-linker-flag.patch +++ b/0001-build-drop-erroneous-export-dynamic-linker-flag.patch @@ -27,4 +27,5 @@ index e904203..3dcc440 100644 ] -- -GitLab \ No newline at end of file +GitLab + diff --git a/libgudev.spec b/libgudev.spec index 3d77d6dcad56e4e21703363fb47007e8fddd673e..30f55c95ce19c7a1703221172ef19fc878d2fe89 100644 --- a/libgudev.spec +++ b/libgudev.spec @@ -1,6 +1,6 @@ Name: libgudev Version: 238 -Release: 2 +Release: 3 Summary: Library that provides GObject bindings for libudev License: LGPLv2+ URL: https://wiki.gnome.org/Projects/libgudev @@ -65,6 +65,9 @@ developing applications that use %{name}. %{_datadir}/gtk-doc/html/gudev/* %changelog +* Wed Sep 03 2025 jchzhou - 238-3 +- fix minor format issue `patch unexpectedly ends in middle of line` + * Wed Sep 03 2025 jchzhou - 238-2 - backport a patch for fixing building issues