diff --git a/seahorse-2.25.91.tar.bz2 b/seahorse-2.25.91.tar.bz2 deleted file mode 100644 index 7eb3b1d..0000000 --- a/seahorse-2.25.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e14c7afd17de12d8e6613be0da802725107f74627a8a389ef3959a726672a2d1 -size 2092622 diff --git a/seahorse-2.25.92.tar.bz2 b/seahorse-2.25.92.tar.bz2 new file mode 100644 index 0000000..f0247c4 --- /dev/null +++ b/seahorse-2.25.92.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94781383bd095cb856d6c143ceb74b89b9c982010e337707fdf7988228883053 +size 2145542 diff --git a/seahorse.changes b/seahorse.changes index 31706c6..4333cf3 100644 --- a/seahorse.changes +++ b/seahorse.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Mar 2 22:53:41 CET 2009 - mboman@suse.de + +- Update to version 2.25.92: + + Fix crash when typing in a custom key server URL + + Searching by key identifiers now shows results + + Don't crash when loading a PGP key that loads the secret + part before the public part + + Disable interactive tree search in key manager + + Fix issues with object IDs, crashes and other inconsistencies + when accessed via DBus + + Add libcryptui documentation + + Reference counting fixes + + Remove use of GTK+ deprecated symbols + + Use proper GTK+ stock item names + + Collapse 'Advanced Options' in PGP key generate dialog + by default + + Translation updates +- Remove BuildRequires gcc-c++ +- Remove %{release} from Requires +- Remove gconf2-devel from Requires +- Remove 'CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing + -DLDAP_DEPRECATED -DWITH_SSH"' +- Don't use %{?suse_update_config:%{suse_update_config -f}} + +------------------------------------------------------------------- +Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + ------------------------------------------------------------------- Sat Feb 14 21:51:16 CET 2009 - mboman@suse.de diff --git a/seahorse.spec b/seahorse.spec index 86abe2e..b55e454 100644 --- a/seahorse.spec +++ b/seahorse.spec @@ -1,5 +1,5 @@ # -# spec file for package seahorse (Version 2.25.91) +# spec file for package seahorse (Version 2.25.92) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,6 @@ Name: seahorse BuildRequires: fdupes -BuildRequires: gcc-c++ BuildRequires: gconf2-devel BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-keyring-devel @@ -35,12 +34,11 @@ BuildRequires: libsoup-devel BuildRequires: libxml2-devel BuildRequires: openldap2-devel BuildRequires: openssh +BuildRequires: translation-update-upstream BuildRequires: update-desktop-files License: GPL v2 or later Group: Productivity/Security -AutoReqProv: on -PreReq: gconf2 -Version: 2.25.91 +Version: 2.25.92 Release: 1 Requires: %{name}-lang = %{version} Summary: GNOME2 interface for gnupg @@ -68,7 +66,7 @@ Authors: License: GPL v2 or later Summary: GNOME2 interface for gnupg Group: System/GUI/GNOME -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version} Requires: gconf2-devel %description devel @@ -87,11 +85,11 @@ Authors: %lang_package %prep %setup +translation-update-upstream %patch1 -p1 %build -%{?suse_update_config:%{suse_update_config -f}} -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED -DWITH_SSH" +#%{?suse_update_config:%{suse_update_config -f}} %configure --disable-scrollkeeper make %{?jobs:-j%jobs} @@ -160,6 +158,30 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/gtk-doc/html %changelog +* Mon Mar 02 2009 mboman@suse.de +- Update to version 2.25.92: + + Fix crash when typing in a custom key server URL + + Searching by key identifiers now shows results + + Don't crash when loading a PGP key that loads the secret + part before the public part + + Disable interactive tree search in key manager + + Fix issues with object IDs, crashes and other inconsistencies + when accessed via DBus + + Add libcryptui documentation + + Reference counting fixes + + Remove use of GTK+ deprecated symbols + + Use proper GTK+ stock item names + + Collapse 'Advanced Options' in PGP key generate dialog + by default + + Translation updates +- Remove BuildRequires gcc-c++ +- Remove %%{release} from Requires +- Remove gconf2-devel from Requires +- Remove 'CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing + -DLDAP_DEPRECATED -DWITH_SSH"' +- Don't use %%{?suse_update_config:%%{suse_update_config -f}} +* Mon Feb 16 2009 sbrabec@suse.cz +- Added support for translation-update-upstream (FATE#301344). * Sat Feb 14 2009 mboman@suse.de - Update to version 2.25.91: + Display keyring creation dialog properly