Hello community, here is the log from the commit of package beagle checked in at Fri Dec 15 18:08:22 CET 2006. -------- --- GNOME/beagle/beagle.changes 2006-11-24 07:17:12.000000000 +0100 +++ /mounts/work_src_done/STABLE/beagle/beagle.changes 2006-12-14 23:24:17.000000000 +0100 @@ -1,0 +2,10 @@ +Thu Dec 14 23:18:55 CET 2006 - joeshaw@suse.de + +- Update to 0.2.14: + - Adds archive filter (bnc #130982) + - Adds progress notification during indexing. (fate #301218) + - Fixes many memory leaks, excess allocations, and + unnecessarily held references. (fate #301059, bnc #220793) + - Many bug fixes since 0.2.12. + +------------------------------------------------------------------- libbeagle.changes: same change Old: ---- autostart-beagle-search.desktop autostart-beagled.desktop beagle-0.2.12-fix-conditional-defines.patch beagle-0.2.12-short-circuit-fix.patch beagle-0.2.12.tar.gz beagle-konqhistory-fd-leak.patch build_libbeagle_only.diff hu.po system-search.png New: ---- beagle-0.2.14-configure-gtk-doc-fix.patch beagle-0.2.14.tar.gz libbeagle-only.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ beagle.spec ++++++ --- /var/tmp/diff_new_pack.nQVOAS/_old 2006-12-15 18:07:48.000000000 +0100 +++ /var/tmp/diff_new_pack.nQVOAS/_new 2006-12-15 18:07:48.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package beagle (Version 0.2.12) +# spec file for package beagle (Version 0.2.14) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,21 +17,15 @@ License: The Apache Software License, X11/MIT Group: Productivity/Other Autoreqprov: on -Version: 0.2.12 -Release: 28 +Version: 0.2.14 +Release: 1 Summary: Desktop Search Application URL: http://www.gnome.org/projects/beagle/ Source: %{name}-%{version}.tar.gz -Source1: autostart-beagled.desktop -Source2: autostart-beagle-search.desktop -Source3: system-search.png -Source4: hu.po Patch1: %{name}-firefox-makefile.patch Patch3: beagle-log-level-warn.patch Patch4: beagle-terminal-lockdown.patch -Patch5: beagle-konqhistory-fd-leak.patch -Patch6: beagle-0.2.12-fix-conditional-defines.patch -Patch7: beagle-0.2.12-short-circuit-fix.patch +Patch5: beagle-0.2.14-configure-gtk-doc-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Prereq: /usr/sbin/groupadd /usr/sbin/useradd Requires: mono-core >= 1.1.13.5 @@ -305,11 +299,8 @@ %patch3 %patch4 %patch5 -%patch6 -%patch7 %build -cp %SOURCE4 po/ intltoolize --copy --force --automake libtoolize -f aclocal -I . @@ -329,7 +320,6 @@ --localstatedir=/var \ --disable-schemas-install \ --libexecdir=/usr/lib/beagle \ - --enable-gtk-doc \ --enable-epiphany-extension \ --enable-epiphany-extension-install \ --disable-libbeagle \ @@ -339,17 +329,7 @@ %install make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} -#install -d -m755 $RPM_BUILD_ROOT/opt/kde3/share/autostart -#install -m644 %SOURCE1 $RPM_BUILD_ROOT/opt/kde3/share/autostart/beagled.desktop -install -d -m755 $RPM_BUILD_ROOT/opt/gnome/share/gnome/autostart -install -m644 %SOURCE1 $RPM_BUILD_ROOT/opt/gnome/share/gnome/autostart/beagled.desktop -%if %suse_version <= 1010 -%if %sles_version < 10 -install -m644 %SOURCE2 $RPM_BUILD_ROOT/opt/gnome/share/gnome/autostart/beagle-search.desktop -%endif -%endif install -d -m755 $RPM_BUILD_ROOT/usr/share/pixmaps -install -m644 %SOURCE3 $RPM_BUILD_ROOT/usr/share/pixmaps rm $RPM_BUILD_ROOT/opt/gnome/%{_lib}/epiphany/*/extensions/*.*a rm $RPM_BUILD_ROOT%{prefix}/%{_lib}/beagle/*.*a mkdir -p $RPM_BUILD_ROOT/var/cache/beagle/indexes @@ -402,8 +382,6 @@ %{prefix}/%_lib/beagle/libbeagleglue* %{prefix}/%_lib/beagle/Filters/* %{prefix}/%_lib/pkgconfig/*.pc -#%config /opt/kde3/share/autostart/beagled.desktop -%config /opt/gnome/share/gnome/autostart/beagled.desktop %{prefix}/share/beagle %{prefix}/share/man/man1/*.1.gz %{prefix}/share/man/man8/beagle-build-index.8.gz @@ -414,6 +392,8 @@ %config %{sysconfdir}/beagle/crawl-applications %config %{sysconfdir}/beagle/crawl-documentation %{sysconfdir}/cron.daily/beagle-crawl-system +%dir %{sysconfdir}/xdg/autostart +%config %{sysconfdir}/xdg/autostart/beagled-autostart.desktop %attr(-,beagleindex,beagleindex) /var/cache/beagle %attr(-,beagleindex,beagleindex) /var/cache/beagle/indexes %dir %{prefix}/%_lib/beagle @@ -437,11 +417,8 @@ %{prefix}/%_lib/beagle/Settings.exe* %{prefix}/%_lib/beagle/libbeagleuiglue* %{prefix}/share/applications/*.desktop -%if %suse_version <= 1010 -%if %sles_version < 10 -%config /opt/gnome/share/gnome/autostart/beagle-search.desktop -%endif -%endif +%dir %{sysconfdir}/xdg/autostart +%config %{sysconfdir}/xdg/autostart/beagle-search-autostart.desktop %files -n beagle-evolution %defattr(-, root, root) @@ -458,6 +435,13 @@ %{prefix}/%_lib/beagle/Backends/ThunderbirdBackends.dll* %changelog -n beagle +* Thu Dec 14 2006 - joeshaw@suse.de +- Update to 0.2.14: + - Adds archive filter (bnc #130982) + - Adds progress notification during indexing. (fate #301218) + - Fixes many memory leaks, excess allocations, and + unnecessarily held references. (fate #301059, bnc #220793) + - Many bug fixes since 0.2.12. * Fri Nov 24 2006 - aj@suse.de - Revert last change (#223511). * Wed Nov 22 2006 - stbinner@suse.de ++++++ libbeagle.spec ++++++ --- /var/tmp/diff_new_pack.nQVOAS/_old 2006-12-15 18:07:48.000000000 +0100 +++ /var/tmp/diff_new_pack.nQVOAS/_new 2006-12-15 18:07:48.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package libbeagle (Version 0.2.12) +# spec file for package libbeagle (Version 0.2.14) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -22,12 +22,12 @@ License: X11/MIT Group: Development/Libraries/GNOME Autoreqprov: on -Version: 0.2.12 -Release: 23 +Version: 0.2.14 +Release: 1 Summary: Beagle C interface Url: http://www.gnome.org/projects/beagle/ Source: beagle-%{version}.tar.gz -Patch: build_libbeagle_only.diff +Patch: libbeagle-only.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires @@ -71,6 +71,7 @@ --localstatedir=/var \ --disable-schemas-install \ --libexecdir=/usr/lib/beagle \ + --enable-gtk-doc \ --enable-python \ --disable-gui \ --disable-bludgeon \ @@ -103,6 +104,13 @@ %{prefix}/%_lib/pkgconfig/*.pc %changelog -n libbeagle +* Thu Dec 14 2006 - joeshaw@suse.de +- Update to 0.2.14: + - Adds archive filter (bnc #130982) + - Adds progress notification during indexing. (fate #301218) + - Fixes many memory leaks, excess allocations, and + unnecessarily held references. (fate #301059, bnc #220793) + - Many bug fixes since 0.2.12. * Fri Nov 24 2006 - aj@suse.de - Revert last change (#223511). * Wed Nov 22 2006 - stbinner@suse.de ++++++ beagle-0.2.14-configure-gtk-doc-fix.patch ++++++ Index: configure.in =================================================================== RCS file: /cvs/gnome/beagle/configure.in,v retrieving revision 1.279 diff -u -p -u -r1.279 configure.in --- configure.in 14 Dec 2006 18:36:19 -0000 1.279 +++ configure.in 14 Dec 2006 21:02:08 -0000 @@ -447,12 +447,13 @@ else fi fi -# If libbeagle is enabled, do the documentation check. -if test "x$enable_libbeagle" == "xyes"; then - GTK_DOC_CHECK(1.0) -fi - AM_CONDITIONAL(ENABLE_LIBBEAGLE, test "x$enable_libbeagle" = "xyes") + +# Check for gtk-doc. We need to do this whether or not libbeagle is enabled +# or else configure complains. +# KEEP THE LEADING SPACE HERE - it's used to trick gnome-autogen.sh into +# not running gtkdocize, which we don't need or want to run. + GTK_DOC_CHECK(1.0) dnl ---------------------------------------------- AC_ARG_ENABLE([bludgeon], ++++++ beagle-0.2.12.tar.gz -> beagle-0.2.14.tar.gz ++++++ ++++ 25934 lines of diff (skipped) ++++++ libbeagle-only.patch ++++++ ++++ 637 lines (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de