[libnotify] Drop the config.sub/guess patch

Kalev Lember kalev at fedoraproject.org
Tue Sep 3 22:52:22 UTC 2013


commit b4e3ee743cc1f916a7eb7fa086f656f43cd07c05
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Sep 3 23:50:23 2013 +0200

    Drop the config.sub/guess patch
    
    This is no longer needed since the %configure macro automatically
    updates the files.

 libnotify-aarch64.patch |  265 -----------------------------------------------
 libnotify.spec          |    4 -
 2 files changed, 0 insertions(+), 269 deletions(-)
---
diff --git a/libnotify.spec b/libnotify.spec
index bb3a128..17d79c0 100644
--- a/libnotify.spec
+++ b/libnotify.spec
@@ -20,9 +20,6 @@ BuildRequires: gobject-introspection-devel
 BuildRequires: perl-Carp
 Requires: glib2 >= %{glib2_version}
 Requires: desktop-notification-daemon
-#Fix support for ARM 
-#https://bugzilla.redhat.com/show_bug.cgi?id=925824
-Patch0: libnotify-aarch64.patch
 
 %description
 libnotify is a library for sending desktop notifications to a notification
@@ -45,7 +42,6 @@ development of programs using %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure


More information about the scm-commits mailing list