forked from pool/seahorse
Accepting request 69137 from GNOME:Factory
Pushing G:F (including GNOME3) OBS-URL: https://build.opensuse.org/request/show/69137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seahorse?expand=0&rev=60
This commit is contained in:
commit
336ac86436
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d
|
|
||||||
size 2491230
|
|
3
seahorse-3.0.1.tar.bz2
Normal file
3
seahorse-3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79efc22f9fe7db3d53a02be8bcf910be25aef0e321a49ec87a3a709f8aaaa912
|
||||||
|
size 2546600
|
@ -1,3 +1,63 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 27 10:50:21 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 3.0.1:
|
||||||
|
+ Now builds with GTK+ 3.x by default.
|
||||||
|
+ Fix build issues on GTK+ 3.x.
|
||||||
|
+ Fix problem importing SSH keys.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 7 08:51:55 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 3.0.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 28 15:51:32 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.91.93:
|
||||||
|
+ Set the primary-toolbar style class on the toolbar
|
||||||
|
- Changes from version 2.91.92:
|
||||||
|
+ About dialog is transient for main window.
|
||||||
|
+ When changing a PGP key's passpharse, ask for confirmation.
|
||||||
|
+ Fix crash in SSH key parsing.
|
||||||
|
+ Update icons
|
||||||
|
+ Build fixes
|
||||||
|
- Changes from version 2.91.91:
|
||||||
|
+ Fix infinite loop when a keyring item is open.
|
||||||
|
+ Don't display underlines as keys for a PGP uid.
|
||||||
|
+ Escape keyring attribute names properly.
|
||||||
|
+ Add context to translatable strings.
|
||||||
|
- Changes from version 2.91.4:
|
||||||
|
+ Update to work with GTK+3
|
||||||
|
+ Fix build issues with GCR updates
|
||||||
|
+ More info when --version is specified
|
||||||
|
+ Fix setting key trust to "never"
|
||||||
|
+ Define default key length for each algorithm
|
||||||
|
+ Show information when you sign an UID twice
|
||||||
|
- Changes from version 2.91.2
|
||||||
|
+ Escape markup when displaying keyring item attributes
|
||||||
|
+ Fixes for new GTK+3 GtkComboText class and libnotify
|
||||||
|
- Changes from version 2.91.1.1:
|
||||||
|
+ Fix build with libnotify 0.7
|
||||||
|
+ Migrate to new GtkComboBoxText widget in GTK3
|
||||||
|
+ Fix build issues on gtk+-3.0
|
||||||
|
+ Build with latest gcr
|
||||||
|
+ Add icons and clear action to the filter entry
|
||||||
|
+ Avoid hard-coding Gtk+ API version in gir generation
|
||||||
|
- Changes from version 2.91.1:
|
||||||
|
+ Migration to GTK+ 3.0
|
||||||
|
+ Fix compiler warnings.
|
||||||
|
+ Use new gck library instead of old gp11.
|
||||||
|
- Changes from version 2.91.0:
|
||||||
|
+ Move DNS-SD key sharing to separate project
|
||||||
|
- Pass --with-gtk=3.0 to configure to build against gtk3.
|
||||||
|
- Add gobject-introspection-devel BuildRequires to build
|
||||||
|
introspection support.
|
||||||
|
- Update descriptions / summaries to stop mentioning GNOME2.
|
||||||
|
- Fix parameters order in %suse_update_desktop_file call.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 13 17:05:12 CET 2011 - vuntz@opensuse.org
|
Sun Feb 13 17:05:12 CET 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
Name: seahorse
|
Name: seahorse
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Version: 2.32.0
|
Version: 3.0.1
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: GNOME2 interface for gnupg
|
Summary: GNOME interface for gnupg
|
||||||
Url: http://seahorse.sourceforge.net/
|
Url: http://seahorse.sourceforge.net/
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-OPENSUSE seahorse-xsltproc-nonet.patch
|
# PATCH-FIX-OPENSUSE seahorse-xsltproc-nonet.patch
|
||||||
@ -31,6 +31,7 @@ Patch1: seahorse-xsltproc-nonet.patch
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gconf2-devel
|
BuildRequires: gconf2-devel
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gpg2
|
BuildRequires: gpg2
|
||||||
BuildRequires: gpgme-devel
|
BuildRequires: gpgme-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -52,11 +53,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Seahorse is a gnome2 interface for gnupg. It uses gpgme as the backend.
|
Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: GNOME2 interface for gnupg
|
Summary: GNOME interface for gnupg
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: gconf2-devel
|
Requires: gconf2-devel
|
||||||
@ -71,10 +72,10 @@ translation-update-upstream
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure --with-gtk=3.0 \
|
||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--disable-schemas-install
|
--disable-schemas-install
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -82,7 +83,7 @@ make %{?jobs:-j%jobs}
|
|||||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
%endif
|
%endif
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/*.*a
|
%{__rm} -f %{buildroot}%{_libdir}/*.*a
|
||||||
%suse_update_desktop_file %{name} -G "Passwords and Encryption Keys" -N "Seahorse"
|
%suse_update_desktop_file -G "Passwords and Encryption Keys" -N "Seahorse" %{name}
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes $RPM_BUILD_ROOT
|
||||||
@ -119,6 +120,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/seahorse
|
%{_libdir}/seahorse
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%{_libdir}/girepository-1.0/CryptUI-0.0.typelib
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/dbus-1/services/org.gnome.seahorse.service
|
%{_datadir}/dbus-1/services/org.gnome.seahorse.service
|
||||||
%{_datadir}/icons/hicolor/*/*/*.png
|
%{_datadir}/icons/hicolor/*/*/*.png
|
||||||
@ -130,10 +132,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/libcryptui/
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%dir %{_includedir}/libcryptui
|
|
||||||
%{_includedir}/libcryptui/*.h
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_datadir}/gir-1.0/CryptUI-0.0.gir
|
||||||
%{_datadir}/gtk-doc/html/libcryptui
|
%{_datadir}/gtk-doc/html/libcryptui
|
||||||
%{_datadir}/gtk-doc/html/libseahorse
|
%{_datadir}/gtk-doc/html/libseahorse
|
||||||
# Own these repositories to not depend on gtk-doc while building:
|
# Own these repositories to not depend on gtk-doc while building:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user