From 43acb5b4fcf095e20bcdf570f0647f17e96745b3 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Sat, 3 Sep 2016 18:07:45 +1000 Subject: [PATCH] New version 0.6.32 Add patch from Mageia to fix gir file (but we don't build gir for now anyway) --- .abf.yml | 2 +- avahi-0.6.31-avahi-gir-fixup.patch | 13 +++++++++++++ avahi.spec | 5 +++-- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 avahi-0.6.31-avahi-gir-fixup.patch diff --git a/.abf.yml b/.abf.yml index a8937f2..93d2e9a 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - "avahi-0.6.31.tar.gz": 7e05bd78572c9088b03b1207a0ad5aba38490684 + avahi-0.6.32.tar.gz: 1c6d234058fd7883b3a4515e99216fdc8f71b223 diff --git a/avahi-0.6.31-avahi-gir-fixup.patch b/avahi-0.6.31-avahi-gir-fixup.patch new file mode 100644 index 0000000..00efa5f --- /dev/null +++ b/avahi-0.6.31-avahi-gir-fixup.patch @@ -0,0 +1,13 @@ +Index: avahi-0.6.30/avahi-gobject/AvahiCore-0.6.gir +=================================================================== +--- avahi-0.6.30.orig/avahi-gobject/AvahiCore-0.6.gir ++++ avahi-0.6.30/avahi-gobject/AvahiCore-0.6.gir +@@ -3,7 +3,7 @@ + xmlns="http://www.gtk.org/introspection/core/1.0" + xmlns:c="http://www.gtk.org/introspection/c/1.0" + xmlns:glib="http://www.gtk.org/introspection/glib/1.0"> +- ++ + + + diff --git a/avahi.spec b/avahi.spec index 482d4bc..50a1657 100644 --- a/avahi.spec +++ b/avahi.spec @@ -66,8 +66,8 @@ Summary: Avahi service discovery (mDNS/DNS-SD) suite Name: avahi -Version: 0.6.31 -Release: 18 +Version: 0.6.32 +Release: 1 License: LGPLv2+ Group: System/Servers Url: http://avahi.org/ @@ -76,6 +76,7 @@ Source1: avahi-hostname.sh Source100: %{name}.rpmlintrc Patch0: avahi-0.6.31-gtk-is-broken-beyond-repair-gtk-die-die-die.patch Patch1: avahi-0.6.31.workaround.patch +Patch2: avahi-0.6.31-avahi-gir-fixup.patch BuildRequires: intltool BuildRequires: pygtk2.0 BuildRequires: cap-devel