Hello community,

here is the log from the commit of package libetpan for openSUSE:Factory 
checked in at 2012-04-02 19:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libetpan (Old)
 and      /work/SRC/openSUSE:Factory/.libetpan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libetpan", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libetpan/libetpan.changes        2011-12-21 
10:00:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libetpan.new/libetpan.changes   2012-04-02 
19:54:16.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Mar 18 17:37:58 UTC 2012 - [email protected]
+
+- update to 1.1
+  * Not summarized changes, look at ChangeLog file.
+
+-------------------------------------------------------------------

Old:
----
  libetpan-0.56-includes.patch
  libetpan-0.58-libdb-4_8.patch
  libetpan-0.58.tar.bz2

New:
----
  libetpan-1.1.tar.gz

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

Other differences:
------------------
++++++ libetpan.spec ++++++
--- /var/tmp/diff_new_pack.KNSCra/_old  2012-04-02 19:54:18.000000000 +0200
+++ /var/tmp/diff_new_pack.KNSCra/_new  2012-04-02 19:54:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libetpan
 #
-# 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,22 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define soname 16
+
 Name:           libetpan
-Version:        0.58
+Version:        1.1
 Release:        0
 Summary:        Mail Handling Library
 License:        BSD-3-Clause
 Group:          System/Libraries
 Url:            http://libetpan.sourceforge.net/
-Source0:        
http://prdownloads.sourceforge.net/libetpan/libetpan-%{version}.tar.bz2
-Patch:          %{name}-0.56-uninitialized.patch
-Patch2:         %{name}-0.56-includes.patch
-Patch3:         %{name}-0.58-libdb-4_8.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  automake
+Source0:        
http://downloads.sourceforge.net/project/libetpan/libetpan/%{version}/libetpan-%{version}.tar.gz
+Patch0:         %{name}-0.56-uninitialized.patch
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
+# Stupid dependency. Compiles with gcc but tries to link with g++.
+BuildRequires:  gcc-c++
+BuildRequires:  libcurl-devel
+BuildRequires:  libexpat-devel
 BuildRequires:  openssl-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libEtPan is a mail purpose library. It will be used for low-level mail
@@ -38,12 +42,13 @@
 SSL/TCP/IP, already implemented), local storage (mbox/MH/maildir),
 message / MIME parse
 
-%package -n libetpan13
+%package -n libetpan%{soname}
 Summary:        Mail handling library
+Group:          System/Libraries
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
-%description -n libetpan13
+%description -n libetpan%{soname}
 libEtPan is a mail purpose library. It will be used for low-level mail
 handling : network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP and
 SSL/TCP/IP, already implemented), local storage (mbox/MH/maildir),
@@ -51,8 +56,11 @@
 
 %package -n libetpan-devel
 Summary:        Mail handling library
-Requires:       %{name} = %{version}-%{release}
-Requires:       openssl-devel, cyrus-sasl-devel, db-devel
+Group:          Development/Libraries/C and C++
+Requires:       cyrus-sasl-devel
+Requires:       db-devel
+Requires:       libetpan%{soname} = %{version}
+Requires:       openssl-devel
 
 %description -n libetpan-devel
 libEtPan is a mail purpose library. It will be used for low-level mail
@@ -61,36 +69,32 @@
 message / MIME parse
 
 %prep
-%setup -n libetpan-%{version}
-%patch
-%patch2
-%patch3 -p1
+%setup -q
+%patch0
 
 %build
-%configure \
-       --with-gnutls=yes
-%{__make}
+%configure --disable-static --with-gnutls=yes
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-# remove unneeded *.a and *.la files
-%__rm %{buildroot}%{_libdir}/libetpan.{a,la}
+make install DESTDIR=%{?buildroot}
+# remove unneeded *.la files
+rm %{buildroot}%{_libdir}/libetpan.la
 
-%post -n libetpan13 -p /sbin/ldconfig
+%post -n libetpan%{soname} -p /sbin/ldconfig
 
-%postun -n libetpan13 -p /sbin/ldconfig
+%postun -n libetpan%{soname} -p /sbin/ldconfig
 
-%files -n libetpan13
+%files -n libetpan%{soname}
 %defattr(-, root, root)
 %doc ChangeLog NEWS doc/README*
-%{_libdir}/libetpan.so.*
+%{_libdir}/libetpan.so.%{soname}*
 
 %files -n libetpan-devel
 %defattr(-, root, root)
 %doc doc/API* doc/DOCUMENTATION
 %{_bindir}/libetpan-config
-%dir %{_includedir}/libetpan
-%{_includedir}/libetpan/*.h
+%{_includedir}/libetpan/
 %{_includedir}/libetpan.h
 %{_libdir}/libetpan.so
 

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

Reply via email to