Hello community, here is the log from the commit of package seahorse-sharing for openSUSE:Factory checked in at Wed Sep 28 14:40:32 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/seahorse-sharing/seahorse-sharing.changes 2011-09-26 10:22:16.000000000 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Mon Sep 26 07:50:44 UTC 2011 - [email protected] + +- New package (version 3.2). + calling whatdependson for head-i586 New: ---- seahorse-sharing-3.2.tar.bz2 seahorse-sharing-lfs-fix.patch seahorse-sharing.changes seahorse-sharing.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seahorse-sharing.spec ++++++ # # spec file for package seahorse-sharing # # 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/ # %define have_lang 0 Name: seahorse-sharing License: GPLv2+ Group: Productivity/Security Version: 3.2 Release: 1 Summary: Sharing of PGP public keys via DNS-SD and HKP Url: http://projects.gnome.org/seahorse/ Source: http://download.gnome.org/sources/seahorse-sharing/3.2/%{name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM seahorse-sharing-lfs-fix.patch [email protected] -- Fix build, sent upstream by mail (no bugzilla product yet) Patch0: seahorse-sharing-lfs-fix.patch BuildRequires: gpg2 BuildRequires: gpgme-devel BuildRequires: intltool BuildRequires: update-desktop-files BuildRequires: pkgconfig(avahi-client) BuildRequires: pkgconfig(avahi-glib) >= 0.6 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 BuildRequires: pkgconfig(libsoup-2.4) %if %{have_lang} Recommends: %{name}-lang %endif Enhances: seahorse BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package adds sharing of PGP public keys via DNS-SD and HKP. %if %{have_lang} %lang_package %endif %prep %setup -q %patch0 -p1 %build # needed for patch0 autoreconf -fi %configure make %{?_smp_mflags} V=1 %install %make_install # Drop translations that don't use the right domain (reported upstream by mail) rm %{buildroot}%{_datadir}/locale/*/LC_MESSAGES/seahorse.mo %suse_update_desktop_file %{name} %if %{have_lang} %find_lang %{name} %{?no_lang_C} %endif %files %defattr(-,root,root) %doc AUTHORS COPYING MAINTAINERS NEWS README %{_sysconfdir}/xdg/autostart/seahorse-sharing.desktop %{_bindir}/seahorse-sharing %{_mandir}/man1/seahorse-sharing.1%{?ext_man} %dir %{_datadir}/pixmaps/seahorse/ %dir %{_datadir}/pixmaps/seahorse/*/ %{_datadir}/pixmaps/seahorse/*/seahorse-share-keys.* %if %{have_lang} %files lang -f %{name}.lang %endif %changelog ++++++ seahorse-sharing-lfs-fix.patch ++++++ commit df588605d5a0aa2fa6b8681fff81c86f6cd565c6 Author: Vincent Untz <[email protected]> Date: Mon Sep 26 10:07:42 2011 +0200 build: Call AC_SYS_LARGEFILE in configure to fix LFS build The build fails without this, when gpgme is built with largefile support. diff --git a/configure.ac b/configure.ac index 229a385..5cb6d0e 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,9 @@ AC_PROG_CXX AC_PROG_INTLTOOL([0.35.0]) AM_PROG_LIBTOOL +dnl Get the off_t size right +AC_SYS_LARGEFILE + AC_PATH_PROG(PKG_CONFIG, pkg-config, no) PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.0) AC_SUBST([GTK_LIBS]) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
