OBS User unknown 2008-01-20 23:43:24 +00:00 committed by Git OBS Bridge
parent a3b2fd44dc
commit aaa9c13e51
3 changed files with 84 additions and 77 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package avahi-mono (Version 0.6.22) # spec file for package avahi-mono (Version 0.6.22)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -15,7 +15,7 @@ Name: avahi-mono
%define build_mono 1 %define build_mono 1
# WARNING: Do not edit this auto generated file. # WARNING: Do not edit this auto generated file.
Version: 0.6.22 Version: 0.6.22
Release: 1 Release: 13
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file: # WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
#%(sh %{_sourcedir}/%{name}_spec-prepare.sh %{_sourcedir} %{name}) #%(sh %{_sourcedir}/%{name}_spec-prepare.sh %{_sourcedir} %{name})
%define avahi_client_soname 3 %define avahi_client_soname 3
@ -61,7 +61,7 @@ Provides: mDNSResponder = 107.5
Obsoletes: mDNSResponder <= 107.5 Obsoletes: mDNSResponder <= 107.5
%else %else
# For mono bindings: # For mono bindings:
BuildRequires: gtk-sharp2 mono-devel monodoc-core BuildRequires: gtk-sharp2 libavahi-client3 mono-devel monodoc-core
Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version} Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version}
%endif %endif
@ -1059,11 +1059,11 @@ fi
%endif %endif
%changelog %changelog
* Thu Oct 11 2007 - sbrabec@suse.de * Thu Oct 11 2007 sbrabec@suse.de
- Updated dependencies. - Updated dependencies.
* Mon Aug 06 2007 - bk@suse.de * Mon Aug 06 2007 bk@suse.de
- replace -p /usr/sbin/ldconfig with %%{run_ldconfig} - replace -p /usr/sbin/ldconfig with %%{run_ldconfig}
* Mon Jul 30 2007 - aj@suse.de * Mon Jul 30 2007 aj@suse.de
- Add gcc-c++ to BuildRequires. - Add gcc-c++ to BuildRequires.
* Mon Jul 16 2007 - aj@suse.de * Mon Jul 16 2007 aj@suse.de
- Create new spec file to avoid build cycle avahi->gnome->mono->avahi. - Create new spec file to avoid build cycle avahi->gnome->mono->avahi.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 20 19:14:33 CET 2008 - ro@suse.de
- avahi-mono: buildreq libavahi-client3 (for mono-find-requires)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 19 16:33:02 CET 2007 - jpr@suse.de Wed Dec 19 16:33:02 CET 2007 - jpr@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package avahi (Version 0.6.22) # spec file for package avahi (Version 0.6.22)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -15,7 +15,7 @@ Name: avahi
%define build_mono 0 %define build_mono 0
# WARNING: After editing this file please call Re or rpmbuild to update spec files: # WARNING: After editing this file please call Re or rpmbuild to update spec files:
Version: 0.6.22 Version: 0.6.22
Release: 1 Release: 11
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file: # WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
#%(sh %{_sourcedir}/%{name}_spec-prepare.sh %{_sourcedir} %{name}) #%(sh %{_sourcedir}/%{name}_spec-prepare.sh %{_sourcedir} %{name})
%define avahi_client_soname 3 %define avahi_client_soname 3
@ -61,7 +61,7 @@ Provides: mDNSResponder = 107.5
Obsoletes: mDNSResponder <= 107.5 Obsoletes: mDNSResponder <= 107.5
%else %else
# For mono bindings: # For mono bindings:
BuildRequires: gtk-sharp2 mono-devel monodoc-core BuildRequires: gtk-sharp2 libavahi-client3 mono-devel monodoc-core
Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version} Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version}
%endif %endif
@ -1060,7 +1060,9 @@ fi
%endif %endif
%changelog %changelog
* Wed Dec 19 2007 - jpr@suse.de * Sun Jan 20 2008 ro@suse.de
- avahi-mono: buildreq libavahi-client3 (for mono-find-requires)
* Wed Dec 19 2007 jpr@suse.de
- Update to 0.6.22 - Update to 0.6.22
* i18n support * i18n support
* Documentation and example code updates * Documentation and example code updates
@ -1085,10 +1087,10 @@ fi
* Several fixes to make gcc produces less warnings * Several fixes to make gcc produces less warnings
* Minor other updates * Minor other updates
- Package avahi-discover-standalone in gtk-utils with its glade files - Package avahi-discover-standalone in gtk-utils with its glade files
* Sun Oct 21 2007 - coolo@suse.de * Sun Oct 21 2007 coolo@suse.de
- fix provides, obsoleting something another package provides creates - fix provides, obsoleting something another package provides creates
a conflict between them a conflict between them
* Tue Oct 09 2007 - sbrabec@suse.cz * Tue Oct 09 2007 sbrabec@suse.cz
- Rename packages according to shared library naming policy. - Rename packages according to shared library naming policy.
- Make devel packages binding specific to deliver correct - Make devel packages binding specific to deliver correct
dependencies (#193817). dependencies (#193817).
@ -1098,35 +1100,35 @@ fi
core on libglade2. core on libglade2.
- Split commands line utilities and GTK+ UI utilities to separate - Split commands line utilities and GTK+ UI utilities to separate
packages to not force them for daemon or Qt binding users. packages to not force them for daemon or Qt binding users.
* Wed Sep 05 2007 - maw@suse.de * Wed Sep 05 2007 maw@suse.de
- Move %%{_datadir}/pixmaps/gnome-nettool2.png from the python - Move %%{_datadir}/pixmaps/gnome-nettool2.png from the python
subpackage to the base package (#299566). subpackage to the base package (#299566).
* Wed Sep 05 2007 - sbrabec@suse.cz * Wed Sep 05 2007 sbrabec@suse.cz
- Start avahi by default (#298872). - Start avahi by default (#298872).
- Handle avahi-bookmarks daemon in scriptlets. - Handle avahi-bookmarks daemon in scriptlets.
* Tue Aug 07 2007 - maw@suse.de * Tue Aug 07 2007 maw@suse.de
- But that macro is deprecated (http://en.opensuse.org/Packaging/SUSE_Package_Conventions/RPM_Macros#3.28._.25run_ldconfig_.28deprecated.29) - But that macro is deprecated (http://en.opensuse.org/Packaging/SUSE_Package_Conventions/RPM_Macros#3.28._.25run_ldconfig_.28deprecated.29)
so replace it with /sbin/ldconfig. so replace it with /sbin/ldconfig.
* Mon Aug 06 2007 - bk@suse.de * Mon Aug 06 2007 bk@suse.de
- replace -p /usr/sbin/ldconfig with %%{run_ldconfig} - replace -p /usr/sbin/ldconfig with %%{run_ldconfig}
* Mon Jul 30 2007 - aj@suse.de * Mon Jul 30 2007 aj@suse.de
- Add gcc-c++ to BuildRequires. - Add gcc-c++ to BuildRequires.
* Tue Jul 24 2007 - aj@suse.de * Tue Jul 24 2007 aj@suse.de
- Resort spec file so that mDNSResponder is provided again. - Resort spec file so that mDNSResponder is provided again.
* Mon Jul 16 2007 - aj@suse.de * Mon Jul 16 2007 aj@suse.de
- Fix spec file. - Fix spec file.
* Mon Jul 16 2007 - aj@suse.de * Mon Jul 16 2007 aj@suse.de
- Use extra spec file for avahi-mono to avoid build cycle - Use extra spec file for avahi-mono to avoid build cycle
avahi->gnome->mono->avahi. avahi->gnome->mono->avahi.
* Thu Jul 05 2007 - maw@suse.de * Thu Jul 05 2007 maw@suse.de
- Build require gtk2-devel. - Build require gtk2-devel.
* Thu Jul 05 2007 - maw@suse.de * Thu Jul 05 2007 maw@suse.de
- Don't remove libavahi-common.la, because many things depend on it - Don't remove libavahi-common.la, because many things depend on it
- Make avahi-mono require gtk-sharp2. - Make avahi-mono require gtk-sharp2.
- Update avahi-gacdir.patch, fixing the build on biarch platforms. - Update avahi-gacdir.patch, fixing the build on biarch platforms.
* Thu Jul 05 2007 - maw@suse.de * Thu Jul 05 2007 maw@suse.de
- Remove some extraneous comments in the .spec file. - Remove some extraneous comments in the .spec file.
* Tue Jul 03 2007 - maw@suse.de * Tue Jul 03 2007 maw@suse.de
- Update to version 0.6.20: - Update to version 0.6.20:
+ Various bug fixes and portability fixes + Various bug fixes and portability fixes
+ New features, including a new libavahi-ui library and tools + New features, including a new libavahi-ui library and tools
@ -1138,33 +1140,33 @@ fi
avahi-discover-icon.patch to avahi-desktop.patch, and fix more avahi-discover-icon.patch to avahi-desktop.patch, and fix more
.desktop files therein .desktop files therein
- Buildrequire gtk-sharp2. - Buildrequire gtk-sharp2.
* Wed Jun 06 2007 - sbrabec@suse.cz * Wed Jun 06 2007 sbrabec@suse.cz
- Removed invalid desktop Category "Application" (#254654). - Removed invalid desktop Category "Application" (#254654).
* Thu May 24 2007 - ro@suse.de * Thu May 24 2007 ro@suse.de
- fix some rpmlint errors (call ldconfig in post scripts) - fix some rpmlint errors (call ldconfig in post scripts)
* Tue Mar 27 2007 - crivera@suse.de * Tue Mar 27 2007 crivera@suse.de
- Improve libdns_sd compat support. This helps fix 214887. - Improve libdns_sd compat support. This helps fix 214887.
* Mon Mar 26 2007 - rguenther@suse.de * Mon Mar 26 2007 rguenther@suse.de
- Add gdbm-devel and zlib-devel BuildRequires. - Add gdbm-devel and zlib-devel BuildRequires.
* Tue Mar 13 2007 - crivera@suse.de * Tue Mar 13 2007 crivera@suse.de
- Rework the sub package split. There is a new package, avahi-python, - Rework the sub package split. There is a new package, avahi-python,
that contains all of the Python utilities. This removes all Python that contains all of the Python utilities. This removes all Python
dependencies from the base avahi package. This fixes 245390. dependencies from the base avahi package. This fixes 245390.
* Fri Mar 09 2007 - crivera@suse.de * Fri Mar 09 2007 crivera@suse.de
- Install avahi.firewill in /etc/sysconfig/SuSEfirewall2.d/services - Install avahi.firewill in /etc/sysconfig/SuSEfirewall2.d/services
instead of /usr/share/SuSEfirewall2/services. This allows avahi instead of /usr/share/SuSEfirewall2/services. This allows avahi
to build again. This also depends on the latest dbus-1-python to build again. This also depends on the latest dbus-1-python
submission being approved. submission being approved.
* Tue Feb 27 2007 - crivera@suse.de * Tue Feb 27 2007 crivera@suse.de
- Remove netdev patch in favor of using the configure parameter - Remove netdev patch in favor of using the configure parameter
instead. This also fixes a similar issue with the autoipd group instead. This also fixes a similar issue with the autoipd group
and user. This fixes 237145. and user. This fixes 237145.
* Mon Feb 26 2007 - crivera@suse.de * Mon Feb 26 2007 crivera@suse.de
- Replace the non-existent "netdev" group with the "avahi" group in - Replace the non-existent "netdev" group with the "avahi" group in
avahi-dbus.conf. This fixes 237145. avahi-dbus.conf. This fixes 237145.
- Remove Application, Utility, Network, and Settings categories from - Remove Application, Utility, Network, and Settings categories from
the .desktop file. This fixes 244464. the .desktop file. This fixes 244464.
* Wed Feb 21 2007 - sbrabec@suse.cz * Wed Feb 21 2007 sbrabec@suse.cz
- Updated to a bugfix release 0.6.17: - Updated to a bugfix release 0.6.17:
* Don't accept "localhost" as a local mDNS host name * Don't accept "localhost" as a local mDNS host name
* Allow running avahi-bookmarks as CGI script * Allow running avahi-bookmarks as CGI script
@ -1178,14 +1180,14 @@ fi
- Fixed python byte-compilation (#244458). - Fixed python byte-compilation (#244458).
- Added avahi-bookmarks init script. - Added avahi-bookmarks init script.
- Added SuSEfirewall2 rule. - Added SuSEfirewall2 rule.
* Tue Feb 13 2007 - sbrabec@suse.cz * Tue Feb 13 2007 sbrabec@suse.cz
- Do not build unusable static libraries (#238552#c17). - Do not build unusable static libraries (#238552#c17).
* Wed Jan 31 2007 - ro@suse.de * Wed Jan 31 2007 ro@suse.de
- removed gnome-nettool from BuildRequires (and Recommends) - removed gnome-nettool from BuildRequires (and Recommends)
(causes a build-cycle) and use local copy of the icon (causes a build-cycle) and use local copy of the icon
* Fri Jan 26 2007 - ro@suse.de * Fri Jan 26 2007 ro@suse.de
- add mono-devel to build requires to make mono-reqprov work - add mono-devel to build requires to make mono-reqprov work
* Wed Jan 24 2007 - sbrabec@suse.cz * Wed Jan 24 2007 sbrabec@suse.cz
- Updated to version 0.6.16 (CVE-2006-5461, CVE-2006-6870): - Updated to version 0.6.16 (CVE-2006-5461, CVE-2006-6870):
* Revert previous patch to check nlmsg_pid as it is bogus and * Revert previous patch to check nlmsg_pid as it is bogus and
breaks in many cases, notably when using NetworkManager. breaks in many cases, notably when using NetworkManager.
@ -1207,31 +1209,31 @@ fi
and not another process. and not another process.
* Fix dbus_service_browser not setting * Fix dbus_service_browser not setting
AVAHI_LOOKUP_RESULT_OUR_OWN. AVAHI_LOOKUP_RESULT_OUR_OWN.
* Sun Jan 21 2007 - dmueller@suse.de * Sun Jan 21 2007 dmueller@suse.de
-compat-mDNSResponder-devel should require avahi-devel -compat-mDNSResponder-devel should require avahi-devel
* Sat Jan 20 2007 - aj@suse.de * Sat Jan 20 2007 aj@suse.de
- Fix avahi-sharp.pc file to use correct gcac location. - Fix avahi-sharp.pc file to use correct gcac location.
- Add obsoletes and provides for mDNSResponder. - Add obsoletes and provides for mDNSResponder.
* Thu Dec 14 2006 - sbrabec@suse.cz * Thu Dec 14 2006 sbrabec@suse.cz
- Created init script symlinks in /usr/sbin (#228203). - Created init script symlinks in /usr/sbin (#228203).
* Sun Nov 12 2006 - thoenig@suse.de * Sun Nov 12 2006 thoenig@suse.de
- Update patch avahi-dbus-request-name-flags-fix-thoenig-02.patch: - Update patch avahi-dbus-request-name-flags-fix-thoenig-02.patch:
Be precise with regard to the minor version of D-Bus Be precise with regard to the minor version of D-Bus
* Sun Nov 12 2006 - thoenig@suse.de * Sun Nov 12 2006 thoenig@suse.de
- Add patch avahi-dbus-request-name-flags-fix-thoenig-01.patch: - Add patch avahi-dbus-request-name-flags-fix-thoenig-01.patch:
Fix flawed logic for flags passed to dbus_bus_request_name() Fix flawed logic for flags passed to dbus_bus_request_name()
* Mon Oct 30 2006 - sbrabec@suse.cz * Mon Oct 30 2006 sbrabec@suse.cz
- Check the sender ID of netlink packets before using them - Check the sender ID of netlink packets before using them
(#216219). (#216219).
* Sun Oct 15 2006 - danw@suse.de * Sun Oct 15 2006 danw@suse.de
- Remove dead patches - Remove dead patches
* Mon Oct 09 2006 - sbrabec@suse.cz * Mon Oct 09 2006 sbrabec@suse.cz
- Build in older products. - Build in older products.
- Enabled parallel build. - Enabled parallel build.
* Fri Sep 22 2006 - aj@suse.de * Fri Sep 22 2006 aj@suse.de
- Fix filelist for python upgrade. - Fix filelist for python upgrade.
- Build everything with RPM_OPT_FLAGS. - Build everything with RPM_OPT_FLAGS.
* Mon Sep 18 2006 - jhargadon@suse.de * Mon Sep 18 2006 jhargadon@suse.de
- update to version 0.6.14 - update to version 0.6.14
- Add new daemon "avahi-autoipd" which is an implementation of - Add new daemon "avahi-autoipd" which is an implementation of
IPv4LL as defined in RFC3927, a technology for assigning link-local IP IPv4LL as defined in RFC3927, a technology for assigning link-local IP
@ -1250,25 +1252,25 @@ fi
- Install SFTP static service file by default - Install SFTP static service file by default
- Other minor code cleanups - Other minor code cleanups
- removed upstreamed patches - removed upstreamed patches
* Sun Sep 03 2006 - aj@suse.de * Sun Sep 03 2006 aj@suse.de
- Follow package rename qt->libqt4. - Follow package rename qt->libqt4.
* Thu Aug 24 2006 - cthiel@suse.de * Thu Aug 24 2006 cthiel@suse.de
- fix build - fix build
* Wed Aug 16 2006 - cthiel@suse.de * Wed Aug 16 2006 cthiel@suse.de
- buildrequire python-gtk-devel instead of python-gtk - buildrequire python-gtk-devel instead of python-gtk
* Mon Aug 14 2006 - thoenig@suse.de * Mon Aug 14 2006 thoenig@suse.de
- Add patch avahi-dbus-api-fix-thoenig-01.patch: Use - Add patch avahi-dbus-api-fix-thoenig-01.patch: Use
dbus_connection_close, not dbus_connection_disconnect dbus_connection_close, not dbus_connection_disconnect
* Fri Aug 11 2006 - cthiel@suse.de * Fri Aug 11 2006 cthiel@suse.de
- remove avahi-0.6.10-pygtk-hack.patch, since python-gtk has been fixed in - remove avahi-0.6.10-pygtk-hack.patch, since python-gtk has been fixed in
the meantime the meantime
* Sun Aug 06 2006 - cthiel@suse.de * Sun Aug 06 2006 cthiel@suse.de
- fixed build by adding avahi-0.6.10-pygtk-hack.patch to hack around an - fixed build by adding avahi-0.6.10-pygtk-hack.patch to hack around an
unfavorable configure check unfavorable configure check
* Mon Jul 03 2006 - schwab@suse.de * Mon Jul 03 2006 schwab@suse.de
- Fix quoting in configure script. - Fix quoting in configure script.
- Fix invalid redefinition of docdir. - Fix invalid redefinition of docdir.
* Mon May 15 2006 - sbrabec@suse.cz * Mon May 15 2006 sbrabec@suse.cz
- Updated to version 0.6.10 (#137781). - Updated to version 0.6.10 (#137781).
* Fix a buffer overflow in avahi-core * Fix a buffer overflow in avahi-core
* Refuse to process invalid UTF8 data * Refuse to process invalid UTF8 data
@ -1286,60 +1288,60 @@ fi
* Fix a locking bug in avahi-sharp's EntryGroup.AddService() * Fix a locking bug in avahi-sharp's EntryGroup.AddService()
* Ported to Solaris (incomplete) * Ported to Solaris (incomplete)
* Add _airport._tcp to our service type database * Add _airport._tcp to our service type database
* Tue May 09 2006 - sbrabec@suse.cz * Tue May 09 2006 sbrabec@suse.cz
- Fixed buffer overflow in avahi_record_to_string() (#137781#c7). - Fixed buffer overflow in avahi_record_to_string() (#137781#c7).
* Mon Apr 24 2006 - sbrabec@suse.cz * Mon Apr 24 2006 sbrabec@suse.cz
- Replaced Obsoletes by Conflicts for mDNSResponder* (#149676). - Replaced Obsoletes by Conflicts for mDNSResponder* (#149676).
* Wed Apr 19 2006 - jpr@suse.de * Wed Apr 19 2006 jpr@suse.de
- Fix compat layer ABI inconsistencies with mDNSResponder (part of - Fix compat layer ABI inconsistencies with mDNSResponder (part of
[#149676]) [#149676])
* Wed Apr 05 2006 - sbrabec@suse.cz * Wed Apr 05 2006 sbrabec@suse.cz
- Wait for daemon initialization in the init script (#150902). - Wait for daemon initialization in the init script (#150902).
* Tue Apr 04 2006 - sbrabec@suse.cz * Tue Apr 04 2006 sbrabec@suse.cz
- Use Provides and Obsoletes instead of Conflicts to allow seamless - Use Provides and Obsoletes instead of Conflicts to allow seamless
replacement. replacement.
* Mon Mar 20 2006 - sbrabec@suse.cz * Mon Mar 20 2006 sbrabec@suse.cz
- Call %%insserv_cleanup in %%postun. - Call %%insserv_cleanup in %%postun.
* Thu Feb 09 2006 - sbrabec@suse.cz * Thu Feb 09 2006 sbrabec@suse.cz
- Provide libdns_sd.so RPM symbol, as mDNSResponder does. - Provide libdns_sd.so RPM symbol, as mDNSResponder does.
- Reduced BuildRequires. - Reduced BuildRequires.
* Thu Feb 09 2006 - sbrabec@suse.cz * Thu Feb 09 2006 sbrabec@suse.cz
- Fixed circular dependency between avahi and avahi-glib - Fixed circular dependency between avahi and avahi-glib
(avahi-discover moved to avahi-glib). (avahi-discover moved to avahi-glib).
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Jan 23 2006 - sbrabec@suse.cz * Mon Jan 23 2006 sbrabec@suse.cz
- Updated to version 0.6.5. - Updated to version 0.6.5.
- Enable howl compatibility layer as separate packages. - Enable howl compatibility layer as separate packages.
* Mon Jan 16 2006 - sbrabec@suse.cz * Mon Jan 16 2006 sbrabec@suse.cz
- Updated to version 0.6.4. - Updated to version 0.6.4.
* Tue Dec 20 2005 - ro@suse.de * Tue Dec 20 2005 ro@suse.de
- fix build with dbus-1 0.60 - fix build with dbus-1 0.60
- added libxml2-python to nfb - added libxml2-python to nfb
* Fri Dec 16 2005 - rml@suse.de * Fri Dec 16 2005 rml@suse.de
- Move libdns_sd.so to avahi-compat-mDNSResponder from - Move libdns_sd.so to avahi-compat-mDNSResponder from
avahi-compat-mDNSResponder-devel (fix up requires/provides) avahi-compat-mDNSResponder-devel (fix up requires/provides)
* Fri Dec 02 2005 - sbrabec@suse.cz * Fri Dec 02 2005 sbrabec@suse.cz
- Provide dns_sd.h compatibility symlink. - Provide dns_sd.h compatibility symlink.
* Fri Dec 02 2005 - sbrabec@suse.cz * Fri Dec 02 2005 sbrabec@suse.cz
- Enable mDNSResponder compatibility layer as separate packages. - Enable mDNSResponder compatibility layer as separate packages.
* Fri Dec 02 2005 - sbrabec@suse.cz * Fri Dec 02 2005 sbrabec@suse.cz
- Call aclocal to compile in PLUS. - Call aclocal to compile in PLUS.
- Enabled qt4 bindings. - Enabled qt4 bindings.
- Fixed file ownership. - Fixed file ownership.
- Disabled parallel build - mono fails often. - Disabled parallel build - mono fails often.
* Thu Dec 01 2005 - sbrabec@suse.cz * Thu Dec 01 2005 sbrabec@suse.cz
- Bi-arch fix. - Bi-arch fix.
- Build as user. - Build as user.
- Enabled parallel build. - Enabled parallel build.
* Wed Nov 30 2005 - sbrabec@suse.cz * Wed Nov 30 2005 sbrabec@suse.cz
- Updated to version 0.6.1. - Updated to version 0.6.1.
- Moved all devel files and Requires to devel subpackage. - Moved all devel files and Requires to devel subpackage.
* Wed Oct 12 2005 - ro@suse.de * Wed Oct 12 2005 ro@suse.de
- use gnome2-devel-packages in nfb and cleanup nfb - use gnome2-devel-packages in nfb and cleanup nfb
- fix build of sharp part on x86_64 - fix build of sharp part on x86_64
* Mon Oct 10 2005 - ro@suse.de * Mon Oct 10 2005 ro@suse.de
- removed restart_on_update in postinstall - removed restart_on_update in postinstall
(only needed in postuninstall) (only needed in postuninstall)
* Thu Oct 06 2005 - jpr@suse.de * Thu Oct 06 2005 jpr@suse.de
- Initial check in - Initial check in