diff --git a/0001-fedora-36-library-path.patch b/0001-fedora-36-library-path.patch deleted file mode 100644 index 5f852e4b8ea8ea13266637bda7a78c5c2709f054..0000000000000000000000000000000000000000 --- 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 195c5208c9cfc06f0695ad3ae9ad90d50bf0b251..55ba63554440e6d923e9d55e43d2a097f62c9554 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