Hello community,

here is the log from the commit of package libcryptui for openSUSE:Factory
checked in at Tue Oct 4 16:59:17 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libcryptui/libcryptui.changes  2011-09-30 
08:59:33.000000000 +0200
@@ -0,0 +1,31 @@
+-------------------------------------------------------------------
+Fri Sep 30 06:45:52 UTC 2011 - [email protected]
+
+- Update to version 3.2.0:
+  + Updated translations.
+- Changes from version 3.1.91:
+  + Port to GSettings instead of GConf
+  + Build fixes
+- Remove gnome-doc-utils-devel BuildRequires: the unneeded
+  dependency was removed upstream.
+- Remove pkgconfig(gconf-2.0) BuildRequires: port to GSettings.
+- Split the GSettings schema in a libcryptui-data subpackage, and
+  add a Requires for it to libcryptui0 and seahorse-daemon.
+- Replace all the gconf packaging machinery with the gsettings one.
+- Drop libcryptui-no-seahorse-conflict.patch: fixed upstream.
+- Remove call to autoreconf, as it was only needed for the patch
+  above.
+
+-------------------------------------------------------------------
+Thu Jul 28 11:05:00 CEST 2011 - [email protected]
+
+- Add libcryptui-no-seahorse-conflict.patch: this renames some
+  files to avoid conflicts with seahorse on the filesystem.
+  Add call to autoreconf, needed by the patch.
+
+-------------------------------------------------------------------
+Tue Jul 26 00:53:52 CEST 2011 - [email protected]
+
+- Initial package (version 3.1.4); libcryptui was split from
+  seahorse upstream.
+

calling whatdependson for head-i586


New:
----
  libcryptui-3.2.0.tar.bz2
  libcryptui.changes
  libcryptui.spec

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

Other differences:
------------------
++++++ libcryptui.spec ++++++
#
# spec file for package libcryptui
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           libcryptui
License:        LGPLv2.1+ ; GPLv2+
Group:          Productivity/Security
Version:        3.2.0
Release:        1
Summary:        Library for prompting for PGP keys
Url:            http://projects.gnome.org/seahorse/
Source:         
http://download.gnome.org/sources/libcryptui/3.2/%{name}-%{version}.tar.bz2
BuildRequires:  gobject-introspection-devel
BuildRequires:  gpg2
BuildRequires:  gpgme-devel
BuildRequires:  intltool
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(gnome-keyring-1)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libnotify)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Libcryptui is a library used for prompting for PGP keys.

%package -n libcryptui0
License:        LGPLv2.1+
Summary:        Library for prompting for PGP keys
Group:          System/Libraries
# Need some schema from gnome-keyring
Requires:       gnome-keyring
Requires:       %{name}-data
Recommends:     %{name}-lang
# The library talks to seahorse-daemon
Recommends:     seahorse-daemon
# To make lang package installable
Provides:       %{name} = %{version}

%description -n libcryptui0
Libcryptui is a library used for prompting for PGP keys.

%package -n libcryptui-data
License:        GPLv2+
Summary:        Library for prompting for PGP keys -- Data
Group:          System/GUI/GNOME
%glib2_gsettings_schema_requires

%description -n libcryptui-data
Libcryptui is a library used for prompting for PGP keys.

%package -n seahorse-daemon
License:        GPLv2+
Summary:        Library for prompting for PGP keys -- Daemon
Group:          System/GUI/GNOME
Requires:       %{name}-data

%description -n seahorse-daemon
Libcryptui is a library used for prompting for PGP keys.

%package devel
License:        LGPLv2.1+
Summary:        Library for prompting for PGP keys -- Development Files
Group:          Development/Libraries/GNOME
Requires:       libcryptui0 = %{version}

%description devel
Libcryptui is a library used for prompting for PGP keys.

%lang_package
%prep
%setup -q

%build
%configure \
        --disable-static
make %{?_smp_mflags} V=1

%install
%make_install
rm %{buildroot}%{_libdir}/*.la
%find_lang cryptui %{?no_lang_C}

%post -n libcryptui0 -p /sbin/ldconfig

%postun -n libcryptui0 -p /sbin/ldconfig

%post -n libcryptui-data
%glib2_gsettings_schema_post

%postun -n libcryptui-data
%glib2_gsettings_schema_postun

%files -n libcryptui0
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING-LIBCRYPTUI NEWS README
%{_libdir}/libcryptui.so.*
%{_libdir}/girepository-1.0/CryptUI-0.0.typelib

%files -n libcryptui-data
%defattr(-,root,root)
# Own the directory since we can't depend on gconf providing them
%dir %{_datadir}/GConf
%dir %{_datadir}/GConf/gsettings
%{_datadir}/GConf/gsettings/org.gnome.seahorse.recipients.convert
%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.recipients.gschema.xml

%files -n seahorse-daemon
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/seahorse-daemon
%{_datadir}/dbus-1/services/org.gnome.seahorse.service
%{_datadir}/cryptui/
%{_datadir}/pixmaps/cryptui/
%{_mandir}/man1/seahorse-daemon.1.*

%files lang -f cryptui.lang

%files devel
%defattr(-,root,root)
%{_includedir}/libcryptui/
%{_libdir}/pkgconfig/cryptui-0.0.pc
%{_libdir}/libcryptui.so
%{_datadir}/gir-1.0/CryptUI-0.0.gir
%doc %{_datadir}/gtk-doc/html/libcryptui/

%changelog
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to