From ae11045031adc4798ffb525d920c3c7f07cfbe78 Mon Sep 17 00:00:00 2001 From: jchzhou Date: Wed, 3 Sep 2025 12:05:24 +0800 Subject: [PATCH] fix minor format issue `patch unexpectedly ends in middle of line` (cherry picked from commit 0fd671bbb565d69bb54796cea21ec5f4b62b0ff7) --- 0001-build-drop-erroneous-export-dynamic-linker-flag.patch | 3 ++- libgudev.spec | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/0001-build-drop-erroneous-export-dynamic-linker-flag.patch b/0001-build-drop-erroneous-export-dynamic-linker-flag.patch index 8174195..0549e37 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 3d77d6d..30f55c9 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 -- Gitee