Hello community, here is the log from the commit of package seahorse for openSUSE:Factory checked in at 2013-06-05 13:13:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/seahorse (Old) and /work/SRC/openSUSE:Factory/.seahorse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "seahorse" Changes: -------- --- /work/SRC/openSUSE:Factory/seahorse/seahorse.changes 2013-04-26 15:53:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.seahorse.new/seahorse.changes 2013-06-05 13:13:03.000000000 +0200 @@ -1,0 +2,13 @@ +Wed May 1 08:18:42 UTC 2013 - [email protected] + +- Update to version 3.9.1: + + Add a shell search provider for passwords and keys + (bgo#694606). + + Start using vala for internal interfaces. + + Build fixes. + + Updated translations. +- Add vala BuildRequires: needed, as internals are now built in + vala. +- Create new subpackage gnome-shell-search-provider-seahorse. + +------------------------------------------------------------------- Old: ---- seahorse-3.8.1.tar.xz New: ---- seahorse-3.9.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seahorse.spec ++++++ --- /var/tmp/diff_new_pack.T7dR6G/_old 2013-06-05 13:13:04.000000000 +0200 +++ /var/tmp/diff_new_pack.T7dR6G/_new 2013-06-05 13:13:04.000000000 +0200 @@ -17,13 +17,13 @@ Name: seahorse -Version: 3.8.1 +Version: 3.9.1 Release: 0 Summary: GNOME interface for gnupg License: GPL-2.0+ Group: Productivity/Security Url: http://projects.gnome.org/seahorse/ -Source: http://download.gnome.org/sources/seahorse/3.8/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/seahorse/3.9/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE bnc#804181 bgo#659834 [email protected] -- Remove help buttons that point to nowhere, submitted but not yet reviewed upstream Patch0: seahorse-remove-bad-help-buttons.patch BuildRequires: fdupes @@ -34,6 +34,7 @@ BuildRequires: openssh BuildRequires: translation-update-upstream BuildRequires: update-desktop-files +BuildRequires: vala >= 0.18.0 BuildRequires: yelp-tools BuildRequires: pkgconfig(avahi-client) BuildRequires: pkgconfig(avahi-glib) @@ -53,6 +54,17 @@ %description Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend. +%package -n gnome-shell-search-provider-seahorse +Summary: GNOME interface for gnupg -- Search Provider for GNOME Shell +Group: Productivity/Security +Supplements: packageand(gnome-shell:%{name}) + +%description -n gnome-shell-search-provider-seahorse +Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend. + +This package contains a search provider to enable GNOME Shell to get +search results from documents. + %lang_package %prep %setup -q @@ -62,17 +74,14 @@ %build %configure \ --disable-scrollkeeper -make %{?jobs:-j%jobs} V=1 +make %{?_smp_mflags} V=1 %install -%makeinstall -%if 0%{?suse_version} <= 1120 -%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* -%endif -%{__rm} -f %{buildroot}%{_libdir}/*.*a +%make_install +find %{buildroot} -type f -name '*.la' -delete -print %suse_update_desktop_file %{name} %find_lang %{name} %{?no_lang_C} -%fdupes $RPM_BUILD_ROOT +%fdupes %{buildroot} %post %glib2_gsettings_schema_post @@ -85,7 +94,7 @@ %icon_theme_cache_postun %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root) @@ -102,7 +111,14 @@ %{_datadir}/icons/hicolor/*/*/seahorse.png %{_datadir}/icons/hicolor/*/*/seahorse-preferences.png %{_datadir}/seahorse/ -%{_mandir}/man1/seahorse.1.* +%{_mandir}/man1/seahorse.1%{?ext_man} + +%files -n gnome-shell-search-provider-seahorse +%defattr(-,root,root) +%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service +%dir %{_datadir}/gnome-shell +%dir %{_datadir}/gnome-shell/search-providers +%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini %files lang -f %{name}.lang ++++++ seahorse-3.8.1.tar.xz -> seahorse-3.9.1.tar.xz ++++++ ++++ 80610 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
