6d938b415c
ok OBS-URL: https://build.opensuse.org/request/show/48435 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=43
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
Index: avahi-0.6.27/avahi-gobject/AvahiCore-0.6.gir
|
|
===================================================================
|
|
--- avahi-0.6.27.orig/avahi-gobject/AvahiCore-0.6.gir
|
|
+++ avahi-0.6.27/avahi-gobject/AvahiCore-0.6.gir
|
|
@@ -1,10 +1,12 @@
|
|
<?xml version="1.0"?>
|
|
-<repository version="1.0"
|
|
+<repository version="1.2"
|
|
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">
|
|
<namespace name="AvahiCore" version="0.6" shared-library="avahi-core">
|
|
- <alias name="IfIndex" target="int" c:type="AvahiIfIndex"/>
|
|
+ <alias name="IfIndex" c:type="AvahiIfIndex">
|
|
+ <type name="gint" c:type="int"/>
|
|
+ </alias>
|
|
<enumeration name="Protocol" c:type="AvahiProtocol">
|
|
<member name="inet"
|
|
value="0"
|
|
Index: avahi-0.6.27/configure.ac
|
|
===================================================================
|
|
--- avahi-0.6.27.orig/configure.ac
|
|
+++ avahi-0.6.27/configure.ac
|
|
@@ -472,7 +472,7 @@ AM_CONDITIONAL(HAVE_GOBJECT, test "x$HAV
|
|
#
|
|
# Introspection support.
|
|
#
|
|
-GOBJECT_INTROSPECTION_CHECK([0.6.7])
|
|
+GOBJECT_INTROSPECTION_CHECK([0.9.5])
|
|
|
|
#
|
|
# Check for Qt 3
|