Hello community,

here is the log from the commit of package libpst for openSUSE:Factory
checked in at Fri May 6 16:08:08 CEST 2011.



--------
--- libpst/libpst.changes       2010-09-14 13:58:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/libpst/libpst.changes  2011-04-29 
20:22:55.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Apr 29 19:50:49 UTC 2011 - [email protected]
+
+- Update to version 0.6.51:
+  + Fix for buffer overrun; attachment size from the secondary
+  + List of mapi elements overwrote proper size from the primary
+    list of mapi elements.
+- Changes from version 0.6.50:
+  + rfc2047 and rfc2231 encoding for non-ascii headers and
+    attachment filenames.
+- Use source services: download_url, recompress and set_version.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libpst-0.6.49.tar.bz2

New:
----
  _service
  _service:recompress:download_url:libpst-0.6.51.tar.bz2
  _service:set_version:libpst.spec

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

Other differences:
------------------
++++++ _service:set_version:libpst.spec ++++++
#
# spec file for package libpst (Version 0.6.49)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 Bharath Acharya
#
# 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/
#

# norootforbuild


Name:           libpst
Version: 0.6.51
Release: 0
Summary:        A library for reading PST files
Group:          Productivity/Networking/Email/Utilities
License:        GPLv2+
Source0:        %{name}-%{version}.tar.bz2
Url:            http://www.gnome.org/projects/evolution/
BuildRequires:  gcc-c++
BuildRequires:  gd-devel
BuildRequires:  pkg-config
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       libpst4 = %{version}

%description
The Libpst utilities include readpst which can convert email messages
to both mbox and MH mailbox formats, pst2ldif which can convert the
contacts to .ldif format for import into ldap databases, and pst2dii
which can convert email messages to the DII load file format used by
Summation.


%package -n libpst4
License:        GPLv2+
Summary:        Shared library for libpst
Group:          System/Libraries

%description -n libpst4
The Libpst utilities include readpst which can convert email messages
to both mbox and MH mailbox formats, pst2ldif which can convert the
contacts to .ldif format for import into ldap databases, and pst2dii
which can convert email messages to the DII load file format used by
Summation.


%package devel
License:        GPLv2+
Summary:        A library for reading PST files (devel package)
Group:          Development/Libraries/C and C++
Requires:       libpst4 = %{version}

%description devel
The Libpst utilities include readpst which can convert email messages
to both mbox and MH mailbox formats, pst2ldif which can convert the
contacts to .ldif format for import into ldap databases, and pst2dii
which can convert email messages to the DII load file format used by
Summation.


%prep
%setup -q

%build
# disable as-needed to fix build
export SUSE_ASNEEDED=0
%{configure} \
        --disable-static \
        --enable-libpst-shared \
        --disable-python
make

%install
%makeinstall
find %{buildroot} -type f -name '*.la' -delete

%post -n libpst4 -p /sbin/ldconfig

%postun -n libpst4 -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%doc %{_datadir}/doc/%{name}-%{version}
%doc %{_mandir}/man?/*
%{_bindir}/lspst
%{_bindir}/nick2ldif
%{_bindir}/pst2ldif
%{_bindir}/readpst

%files -n libpst4
%defattr(-,root,root)
%{_libdir}/libpst.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/libpst-4/
%{_libdir}/pkgconfig/libpst.pc
%{_libdir}/libpst.so

%changelog
++++++ libpst.spec ++++++
--- /var/tmp/diff_new_pack.9yXQkB/_old  2011-05-06 16:00:03.000000000 +0200
+++ /var/tmp/diff_new_pack.9yXQkB/_new  2011-05-06 16:00:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libpst (Version 0.6.49)
+# spec file for package libpst
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Bharath Acharya
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 
 Name:           libpst
 Version:        0.6.49
-Release:        1
+Release:        7
 Summary:        A library for reading PST files
 Group:          Productivity/Networking/Email/Utilities
 License:        GPLv2+
@@ -97,6 +97,7 @@
 %doc %{_datadir}/doc/%{name}-%{version} 
 %doc %{_mandir}/man?/* 
 %{_bindir}/lspst
+%{_bindir}/nick2ldif
 %{_bindir}/pst2ldif
 %{_bindir}/readpst
 

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">http</param>
    <param name="host">www.five-ten-sg.com</param>
    <param name="path">/libpst/packages/libpst-0.6.51.tar.gz</param>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" />
</services>

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



Remember to have fun...

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

Reply via email to