Mailinglist Archive: opensuse-commit (1157 mails)

< Previous Next >
commit devhelp
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 03 Oct 2007 00:51:00 +0200
  • Message-id: <20071002225100.6466D6781B8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package devhelp
checked in at Wed Oct 3 00:51:00 CEST 2007.

--------
--- GNOME/devhelp/devhelp.changes       2007-08-09 19:51:44.000000000 +0200
+++ /mounts/work_src_done/STABLE/devhelp/devhelp.changes        2007-09-17 17:23:15.000000000 +0200
@@ -1,0 +2,37 @@
+Mon Sep 17 17:19:01 CEST 2007 - sbrabec@xxxxxxx
+
+- Updated to version 0.16:
+  * Changed keybinding in GEdit plugin from F7 to F2 to avoid a
+    conflict with GTK+ 2.12
+  * Use theme colors for gecko 1.9 and later
+  * Call g_thread_init
+  * Add --focus-search command line option
+  * Add typeahead searching
+  * Update information about where books should be installed
+  * Add missing mnemonics
+  * Make deprecated keywords grey
+  * Only search for books in the XDG data/home directories
+  * Add advanced (book/page) search options
+  * Improve libdevhelp
+  * Add --version option
+  * Fix mnemomics
+  * Add a very simple gedit plugin
+  * Add quit menu item
+  * Build fixes and clean ups
+  * Lots of Gecko build fixes and improvements
+  * Open external links in browser
+  * UI tweaks
+  * Shiny new icon
+  * Read books installed in XDG data dirs
+  * Use correct category in desktop file
+  * Tab support
+  * Support for multiple windows
+  * Parse the new gtk-doc format
+  * Reuse devhelp windows from the current workspace only
+  * Sync the contents tree with the actual selection
+  * Smart case searching
+  * Use book title + html title as window title
+  * Improve build against various mozilla-derivates
+  * updated translations
+
+-------------------------------------------------------------------

Old:
----
  devhelp-0.10.tar.bz2
  devhelp-gthread-abort.patch
  devhelp-xulrunner.patch

New:
----
  devhelp-0.16.tar.bz2

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

Other differences:
------------------
++++++ devhelp.spec ++++++
--- /var/tmp/diff_new_pack.ZL1122/_old  2007-10-03 00:50:47.000000000 +0200
+++ /var/tmp/diff_new_pack.ZL1122/_new  2007-10-03 00:50:47.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package devhelp (Version 0.10)
+# spec file for package devhelp (Version 0.16)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -12,18 +12,18 @@
 
 Name:           devhelp
 %define xulrunner_version 181
-BuildRequires:  fdupes gcc-c++ gnome-vfs2-devel gtk2-devel intltool libglade2-devel mDNSResponder-devel perl-XML-Parser shared-mime-info update-desktop-files
+BuildRequires:  fdupes gcc-c++ gnome-vfs2-devel gtk2-devel intltool libglade2-devel libwnck-devel perl-XML-Parser shared-mime-info update-desktop-files
 # FIXME: Strange: present in libdevhelp-1.0.pc, but not required.
 BuildRequires:  libgnomeui-devel
+# Only for directory ownership:
+BuildRequires:  gedit
 Summary:        Developer's Help Program for GNOME
-Version:        0.10
-Release:        127
+Version:        0.16
+Release:        1
 License:        GPL v2 or later
 Group:          Development/Tools/Other
-URL:            http://developer.imendio.com/wiki/Devhelp
+Url:            http://developer.imendio.com/wiki/Devhelp
 Source:         %{name}-%{version}.tar.bz2
-Patch:          %{name}-xulrunner.patch
-Patch1:         %{name}-gthread-abort.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %suse_version > 1010 || 0%{?opensuse_bs}
 BuildRequires:  mozilla-xulrunner%{xulrunner_version}-devel
@@ -40,8 +40,6 @@
 %if %suse_version > 1020
 Requires:       %{name}-lang = %{version}
 %endif
-Autoreqprov:    On
-
 %gconf_schemas_prereq
 
 %description
@@ -66,8 +64,8 @@
 %package devel
 Summary:        Developer's Help Program For GNOME
 Group:          Development/Tools/Other
-Autoreqprov:    on
-Requires:       %{name} = %{version} libglade2-devel libgnomeui-devel gtk2-devel gnome-vfs2-devel
+AutoReqProv:    on
+Requires:       %{name} = %{version} libglade2-devel libgnomeui-devel libwnck-devel gtk2-devel gnome-vfs2-devel
 %if %suse_version > 1010 || 0%{?opensuse_bs}
 Requires:       mozilla-xulrunner%{xulrunner_version}-devel
 %else
@@ -98,35 +96,22 @@
 %lang_package
 %prep
 %setup -q
-%patch
-%patch1
 
 %build
-rm po/no.*
-sed -i "s/\(ALL_LINGUAS.*\) no /\1 /" configure.in
 autoreconf -f -i
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %configure\
        --disable-static
 make %{?jobs:-j%jobs}
 
 %install
 %makeinstall
-%if %suse_version > 910
-DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime
-%endif
 %suse_update_desktop_file -G "Developer Help" %name Documentation
-#cd po
-#for gmo in *.gmo ; do
-#    install -d $RPM_BUILD_ROOT%{_datadir}/locale/${gmo%.gmo}/LC_MESSAGES
-#    install -m0644 $gmo $RPM_BUILD_ROOT%{_datadir}/locale/${gmo%.gmo}/LC_MESSAGES/devhelp.mo
-#done
-#cd ..
 %find_lang %{name}
 %find_gconf_schemas
 cat %{name}.schemas_list >%{name}.lst
-rm $RPM_BUILD_ROOT%{_datadir}/mime-info/*.*
 %if %suse_version > 1020
-
 %fdupes $RPM_BUILD_ROOT
 %endif
 
@@ -135,21 +120,12 @@
 
 %pre -f %{name}.schemas_pre
 
-%post
-/sbin/ldconfig
-if test -x usr/bin/update-mime-database ; then
-  usr/bin/update-mime-database usr/share/mime >/dev/null
-fi
-
+%post -p /sbin/ldconfig
 %posttrans -f %{name}.schemas_posttrans
 
 %preun -f %{name}.schemas_preun
 
-%postun
-/sbin/ldconfig
-if test -x usr/bin/update-mime-database ; then
-  usr/bin/update-mime-database usr/share/mime >/dev/null
-fi
+%postun -p /sbin/ldconfig
 
 %files -f %{name}.lst
 %defattr(-, root, root)
@@ -157,12 +133,10 @@
 %{_bindir}/devhelp
 %{_datadir}/applications/devhelp.desktop
 %{_datadir}/devhelp
-%{_datadir}/pixmaps/*.png
-%{_sysconfdir}/gconf/schemas/* 
-%if %suse_version > 910
-%{_datadir}/mime/packages/*.xml
-%endif
+%{_datadir}/icons/hicolor/*/apps/*.*
 %{_libdir}/*.so.*
+%{_libdir}/gedit-2/plugins/*
+%{_sysconfdir}/gconf/schemas/* 
 
 %files lang -f %{name}.lang
 
@@ -172,8 +146,41 @@
 %{_libdir}/*.so
 %{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
-
 %changelog
+* Mon Sep 17 2007 - sbrabec@xxxxxxx
+- Updated to version 0.16:
+  * Changed keybinding in GEdit plugin from F7 to F2 to avoid a
+  conflict with GTK+ 2.12
+  * Use theme colors for gecko 1.9 and later
+  * Call g_thread_init
+  * Add --focus-search command line option
+  * Add typeahead searching
+  * Update information about where books should be installed
+  * Add missing mnemonics
+  * Make deprecated keywords grey
+  * Only search for books in the XDG data/home directories
+  * Add advanced (book/page) search options
+  * Improve libdevhelp
+  * Add --version option
+  * Fix mnemomics
+  * Add a very simple gedit plugin
+  * Add quit menu item
+  * Build fixes and clean ups
+  * Lots of Gecko build fixes and improvements
+  * Open external links in browser
+  * UI tweaks
+  * Shiny new icon
+  * Read books installed in XDG data dirs
+  * Use correct category in desktop file
+  * Tab support
+  * Support for multiple windows
+  * Parse the new gtk-doc format
+  * Reuse devhelp windows from the current workspace only
+  * Sync the contents tree with the actual selection
+  * Smart case searching
+  * Use book title + html title as window title
+  * Improve build against various mozilla-derivates
+  * updated translations
 * Thu Aug 09 2007 - maw@xxxxxxx
 - Add a %%files section for the -lang subpackage
 - s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun.

++++++ devhelp-0.10.tar.bz2 -> devhelp-0.16.tar.bz2 ++++++
++++ 81806 lines of diff (skipped)


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages