From e9829d274368613ef09082c7ab5128c4d3891ac2 Mon Sep 17 00:00:00 2001 From: lvfei Date: Tue, 18 Jul 2023 09:37:27 +0800 Subject: [PATCH] Remove unnecessary patches --- 0001-fedora-36-library-path.patch | 24 ------------------------ azote.spec | 5 ++++- 2 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 0001-fedora-36-library-path.patch diff --git a/0001-fedora-36-library-path.patch b/0001-fedora-36-library-path.patch deleted file mode 100644 index 5f852e4..0000000 --- a/0001-fedora-36-library-path.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 21224ca19a7261c0cdff1b519f939aca2acb3459 Mon Sep 17 00:00:00 2001 -From: James Harmison -Date: Wed, 13 Jul 2022 10:58:30 -0400 -Subject: [PATCH] Patch to enable Fedora 36+ to derive the correct library - folder - ---- - dist/azote | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/dist/azote b/dist/azote -index 7684782..0859cdc 100755 ---- a/dist/azote -+++ b/dist/azote -@@ -1,5 +1,5 @@ - #!/bin/sh - --LIB=$(python3 -Ic "from sysconfig import get_path; print(get_path('purelib'))") -+LIB=$(python3 -Ic "from sysconfig import get_path; print(get_path('purelib', scheme='rpm_prefix'))") - cd $LIB/azote - exec /usr/bin/python3 main.py "$@" --- -2.36.1 - diff --git a/azote.spec b/azote.spec index 195c520..55ba635 100644 --- a/azote.spec +++ b/azote.spec @@ -1,6 +1,6 @@ Name: azote Version: 1.12.3 -Release: 1 +Release: 2 BuildArch: noarch Summary: Wallpaper and color manager for Sway, i3 and some other WMs @@ -68,6 +68,9 @@ done %license LICENSE LICENSE-COLORTHIEF %changelog +* Tue Jul 18 2023 lvfei - 1.12.3-2 +- Remove unnecessary patches + * Mon Jul 17 2023 lvfei - 1.12.3-1 - Upgrade to 1.12.3 -- Gitee