Hello community,

here is the log from the commit of package avahi for openSUSE:Factory
checked in at Tue May 31 12:46:12 CEST 2011.



--------
avahi-mono.changes: same change
avahi-qt4.changes: same change
--- avahi/avahi.changes 2011-03-03 14:08:26.000000000 +0100
+++ /mounts/work_src_done/STABLE/avahi/avahi.changes    2011-05-27 
10:35:32.000000000 +0200
@@ -1,0 +2,19 @@
+Wed May 18 20:37:41 CEST 2011 - [email protected]
+
+- Update to version 0.6.30:
+  + Make IPv6 work again
+  + Minor other updates
+  + Updated translations
+- Changes from version 0.6.29:
+  + Updates regarding systemd integration
+  + Compatibility with newer gtk3 and gobject introspection
+  + Fix CVE-2011-1002, fixing the fix for CVE-2010-2244
+  + Minor other updates
+  + Updated translations
+- Drop patches fixed upstream:
+  + avahi-init-lsb.patch
+  + avahi-init-dnsconfd-fix-status.patch
+  + avahi-fix-howl.pc.patch
+  + avahi-null-packet-infinite-loop.patch
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  avahi-0.6.28.tar.bz2
  avahi-fix-howl.pc.patch
  avahi-init-dnsconfd-fix-status.patch
  avahi-init-lsb.patch
  avahi-null-packet-infinite-loop.patch

New:
----
  avahi-0.6.30.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ avahi-glib2.spec ++++++
--- /var/tmp/diff_new_pack.W9dfkz/_old  2011-05-31 12:44:51.000000000 +0200
+++ /var/tmp/diff_new_pack.W9dfkz/_new  2011-05-31 12:44:51.000000000 +0200
@@ -30,8 +30,8 @@
 %define         build_mono 0
 %define         build_qt3 0
 %define         build_qt4 0
-Version:        0.6.28
-Release:        5
+Version:        0.6.30
+Release:        1
 %if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
 # Create split spec files only when building per partes:
 #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
@@ -65,18 +65,10 @@
 Patch0:         avahi-gacdir.patch
 #PATCH-FIX-UPSTREAM avahi-desktop.patch bnc254654 [email protected]
 Patch1:         avahi-desktop.patch
-#PATCH-FIX-UPSTREAM avahi-init-lsb.patch -- committed after 0.6.22 release 
upstream
-Patch2:         avahi-init-lsb.patch
 #PATCH-FIX-UPSTREAM avahi-empty-share-dir.patch [email protected] -- mailed 
maintainer
 Patch3:         avahi-empty-share-dir.patch
-# PATCH-FIX-UPSTREAM avahi-init-dnsconfd-fix-status.patch [email protected] 
-- Report unused instead of dead for dnsconfd init script, sent upstream by mail
-Patch4:         avahi-init-dnsconfd-fix-status.patch
-# PATCH-FIX-UPSTREAM avahi-fix-howl.pc.patch [email protected] -- Fix howl.pc 
to be correctly generated, mailed upstream
-Patch5:         avahi-fix-howl.pc.patch
 #PATCH-FIX-OPENSUSE avahi-unicastdomains.patch bnc433359 [email protected] -- 
disable pre-set unicast domains by default
 Patch10:        avahi-unicastdomains.patch
-# PATCH-FIX-UPSTREAM avahi-null-packet-infinite-loop.patch bnc#671797 
[email protected] -- Fix infinite loop for corrupted/null packets, 
http://www.avahi.org/ticket/325
-Patch11:        avahi-null-packet-infinite-loop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python fdupes gcc-c++ gdbm-devel intltool 
libdaemon-devel libexpat-devel pkg-config translation-update-upstream
 # Even if we are not building python bindings, we need python to build service 
types database:
@@ -388,6 +380,7 @@
 
 %package -n libavahi-ui-gtk3-%{avahi_gtk3_soname}
 
+
 License:        LGPLv2.1+
 Summary:        D-BUS Service for Zeroconf and Bonjour
 Group:          System/Libraries
@@ -672,12 +665,8 @@
 translation-update-upstream
 %patch0
 %patch1 -p1
-%patch2
 %patch3
-%patch4 -p1
-%patch5 -p1
 %patch10 -p1
-%patch11 -p1
 %if !%build_core
 # Replace all .la references from local .la files to installed versions
 # with exception of libavahi-glib.la.

++++++ avahi-mono.spec ++++++
--- /var/tmp/diff_new_pack.W9dfkz/_old  2011-05-31 12:44:51.000000000 +0200
+++ /var/tmp/diff_new_pack.W9dfkz/_new  2011-05-31 12:44:51.000000000 +0200
@@ -30,8 +30,8 @@
 %define         build_mono 1
 %define         build_qt3 0
 %define         build_qt4 0
-Version:        0.6.28
-Release:        5
+Version:        0.6.30
+Release:        1
 %if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
 # Create split spec files only when building per partes:
 #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
@@ -65,18 +65,10 @@
 Patch0:         avahi-gacdir.patch
 #PATCH-FIX-UPSTREAM avahi-desktop.patch bnc254654 [email protected]
 Patch1:         avahi-desktop.patch
-#PATCH-FIX-UPSTREAM avahi-init-lsb.patch -- committed after 0.6.22 release 
upstream
-Patch2:         avahi-init-lsb.patch
 #PATCH-FIX-UPSTREAM avahi-empty-share-dir.patch [email protected] -- mailed 
maintainer
 Patch3:         avahi-empty-share-dir.patch
-# PATCH-FIX-UPSTREAM avahi-init-dnsconfd-fix-status.patch [email protected] 
-- Report unused instead of dead for dnsconfd init script, sent upstream by mail
-Patch4:         avahi-init-dnsconfd-fix-status.patch
-# PATCH-FIX-UPSTREAM avahi-fix-howl.pc.patch [email protected] -- Fix howl.pc 
to be correctly generated, mailed upstream
-Patch5:         avahi-fix-howl.pc.patch
 #PATCH-FIX-OPENSUSE avahi-unicastdomains.patch bnc433359 [email protected] -- 
disable pre-set unicast domains by default
 Patch10:        avahi-unicastdomains.patch
-# PATCH-FIX-UPSTREAM avahi-null-packet-infinite-loop.patch bnc#671797 
[email protected] -- Fix infinite loop for corrupted/null packets, 
http://www.avahi.org/ticket/325
-Patch11:        avahi-null-packet-infinite-loop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python fdupes gcc-c++ gdbm-devel intltool 
libdaemon-devel libexpat-devel pkg-config translation-update-upstream
 # Even if we are not building python bindings, we need python to build service 
types database:
@@ -387,6 +379,7 @@
 
 %package -n libavahi-ui-gtk3-%{avahi_gtk3_soname}
 
+
 License:        LGPLv2.1+
 Summary:        D-BUS Service for Zeroconf and Bonjour
 Group:          System/Libraries
@@ -671,12 +664,8 @@
 translation-update-upstream
 %patch0
 %patch1 -p1
-%patch2
 %patch3
-%patch4 -p1
-%patch5 -p1
 %patch10 -p1
-%patch11 -p1
 %if !%build_core
 # Replace all .la references from local .la files to installed versions
 # with exception of libavahi-glib.la.

++++++ avahi-qt4.spec ++++++
--- /var/tmp/diff_new_pack.W9dfkz/_old  2011-05-31 12:44:51.000000000 +0200
+++ /var/tmp/diff_new_pack.W9dfkz/_new  2011-05-31 12:44:51.000000000 +0200
@@ -30,8 +30,8 @@
 %define         build_mono 0
 %define         build_qt3 0
 %define         build_qt4 1
-Version:        0.6.28
-Release:        5
+Version:        0.6.30
+Release:        1
 %if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
 # Create split spec files only when building per partes:
 #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
@@ -65,18 +65,10 @@
 Patch0:         avahi-gacdir.patch
 #PATCH-FIX-UPSTREAM avahi-desktop.patch bnc254654 [email protected]
 Patch1:         avahi-desktop.patch
-#PATCH-FIX-UPSTREAM avahi-init-lsb.patch -- committed after 0.6.22 release 
upstream
-Patch2:         avahi-init-lsb.patch
 #PATCH-FIX-UPSTREAM avahi-empty-share-dir.patch [email protected] -- mailed 
maintainer
 Patch3:         avahi-empty-share-dir.patch
-# PATCH-FIX-UPSTREAM avahi-init-dnsconfd-fix-status.patch [email protected] 
-- Report unused instead of dead for dnsconfd init script, sent upstream by mail
-Patch4:         avahi-init-dnsconfd-fix-status.patch
-# PATCH-FIX-UPSTREAM avahi-fix-howl.pc.patch [email protected] -- Fix howl.pc 
to be correctly generated, mailed upstream
-Patch5:         avahi-fix-howl.pc.patch
 #PATCH-FIX-OPENSUSE avahi-unicastdomains.patch bnc433359 [email protected] -- 
disable pre-set unicast domains by default
 Patch10:        avahi-unicastdomains.patch
-# PATCH-FIX-UPSTREAM avahi-null-packet-infinite-loop.patch bnc#671797 
[email protected] -- Fix infinite loop for corrupted/null packets, 
http://www.avahi.org/ticket/325
-Patch11:        avahi-null-packet-infinite-loop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python fdupes gcc-c++ gdbm-devel intltool 
libdaemon-devel libexpat-devel pkg-config translation-update-upstream
 # Even if we are not building python bindings, we need python to build service 
types database:
@@ -390,6 +382,7 @@
 
 %package -n libavahi-ui-gtk3-%{avahi_gtk3_soname}
 
+
 License:        LGPLv2.1+
 Summary:        D-BUS Service for Zeroconf and Bonjour
 Group:          System/Libraries
@@ -674,12 +667,8 @@
 translation-update-upstream
 %patch0
 %patch1 -p1
-%patch2
 %patch3
-%patch4 -p1
-%patch5 -p1
 %patch10 -p1
-%patch11 -p1
 %if !%build_core
 # Replace all .la references from local .la files to installed versions
 # with exception of libavahi-glib.la.

++++++ avahi.spec ++++++
--- /var/tmp/diff_new_pack.W9dfkz/_old  2011-05-31 12:44:51.000000000 +0200
+++ /var/tmp/diff_new_pack.W9dfkz/_new  2011-05-31 12:44:51.000000000 +0200
@@ -32,8 +32,8 @@
 %define         build_mono 0
 %define         build_qt3 0
 %define         build_qt4 0
-Version:        0.6.28
-Release:        10
+Version:        0.6.30
+Release:        1
 %if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
 # Create split spec files only when building per partes:
 #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
@@ -67,18 +67,10 @@
 Patch0:         avahi-gacdir.patch
 #PATCH-FIX-UPSTREAM avahi-desktop.patch bnc254654 [email protected]
 Patch1:         avahi-desktop.patch
-#PATCH-FIX-UPSTREAM avahi-init-lsb.patch -- committed after 0.6.22 release 
upstream
-Patch2:         avahi-init-lsb.patch
 #PATCH-FIX-UPSTREAM avahi-empty-share-dir.patch [email protected] -- mailed 
maintainer
 Patch3:         avahi-empty-share-dir.patch
-# PATCH-FIX-UPSTREAM avahi-init-dnsconfd-fix-status.patch [email protected] 
-- Report unused instead of dead for dnsconfd init script, sent upstream by mail
-Patch4:         avahi-init-dnsconfd-fix-status.patch
-# PATCH-FIX-UPSTREAM avahi-fix-howl.pc.patch [email protected] -- Fix howl.pc 
to be correctly generated, mailed upstream
-Patch5:         avahi-fix-howl.pc.patch
 #PATCH-FIX-OPENSUSE avahi-unicastdomains.patch bnc433359 [email protected] -- 
disable pre-set unicast domains by default
 Patch10:        avahi-unicastdomains.patch
-# PATCH-FIX-UPSTREAM avahi-null-packet-infinite-loop.patch bnc#671797 
[email protected] -- Fix infinite loop for corrupted/null packets, 
http://www.avahi.org/ticket/325
-Patch11:        avahi-null-packet-infinite-loop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python fdupes gcc-c++ gdbm-devel intltool 
libdaemon-devel libexpat-devel pkg-config translation-update-upstream
 # Even if we are not building python bindings, we need python to build service 
types database:
@@ -390,6 +382,7 @@
 
 %package -n libavahi-ui-gtk3-%{avahi_gtk3_soname}
 
+
 License:        LGPLv2.1+
 Summary:        D-BUS Service for Zeroconf and Bonjour
 Group:          System/Libraries
@@ -674,12 +667,8 @@
 translation-update-upstream
 %patch0
 %patch1 -p1
-%patch2
 %patch3
-%patch4 -p1
-%patch5 -p1
 %patch10 -p1
-%patch11 -p1
 %if !%build_core
 # Replace all .la references from local .la files to installed versions
 # with exception of libavahi-glib.la.

++++++ avahi-0.6.28.tar.bz2 -> avahi-0.6.30.tar.bz2 ++++++
++++ 20757 lines of diff (skipped)



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to