Hello community,

here is the log from the commit of package libopensync-plugin-google-calendar 
for openSUSE:Factory checked in at 2012-07-18 11:47:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopensync-plugin-google-calendar (Old)
 and      /work/SRC/openSUSE:Factory/.libopensync-plugin-google-calendar.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopensync-plugin-google-calendar", Maintainer is 
"csten...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar.changes
    2011-11-23 19:35:41.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-google-calendar.new/libopensync-plugin-google-calendar.changes
       2012-07-18 11:47:48.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 08:30:18 UTC 2012 - sasc...@suse.de
+
+- Add BuildRequires on python-pyOpenSSL, which is indirectly used by
+  python-httplib2 (which only requires it at runtime).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libopensync-plugin-google-calendar.spec ++++++
--- /var/tmp/diff_new_pack.4ChKg9/_old  2012-07-18 11:47:50.000000000 +0200
+++ /var/tmp/diff_new_pack.4ChKg9/_new  2012-07-18 11:47:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopensync-plugin-google-calendar
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libopensync-plugin-google-calendar
-BuildRequires:  libopensync-devel libtool python-httplib2
-Url:            http://www.opensync.org
 Version:        0.22
-Release:        149
+Release:        0
 Summary:        Google Calendar Synchronization Plug-In for OpenSync
 License:        GPL-2.0+
 Group:          Productivity/Other
+Url:            http://www.opensync.org
 Source:         %{name}-%{version}.tar.bz2
+BuildRequires:  libopensync-devel
+BuildRequires:  libtool
+BuildRequires:  python-httplib2
+BuildRequires:  python-pyOpenSSL
+Requires:       python-httplib2
+Requires:       pyxml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       python-httplib2 pyxml
-%define prefix   /usr
 
 %description
 This plug-in allows applications using OpenSync to synchronize to and
@@ -37,19 +38,13 @@
 
 Additionally install the libopensync package.
 
-
-
-Authors:
---------
-    Eduardo Pereira Habkost <ehabk...@raisama.net>
-
 %prep
 %setup -q
 
 %build
 autoreconf -sfi
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --libdir=%{_libdir} \
-%if "%_lib" != "lib" 
+CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --libdir=%{_libdir} \
+%if "%{_lib}" != "lib"
        --enable-libsuffix=64 \
 %endif
        --localstatedir=%{_localstatedir} \
@@ -57,10 +52,7 @@
 make
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
 
 %post -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to