commit libpst for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2018-03-08 10:48:00

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Thu Mar  8 10:48:00 2018 rev:45 rq:582827 version:0.6.71

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2017-09-13 
21:46:54.074346095 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2018-03-08 
10:48:02.441768073 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:36:01 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.6D8qnL/_old  2018-03-08 10:48:03.301737112 +0100
+++ /var/tmp/diff_new_pack.6D8qnL/_new  2018-03-08 10:48:03.305736968 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpst
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Bharath Acharya
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,16 +21,15 @@
 Version:0.6.71
 Release:0
 Summary:Library and utilities for reading Personal Storage Table files
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Email/Utilities
-Url:http://www.gnome.org/projects/evolution/
+URL:http://www.gnome.org/projects/evolution/
 Source0:
http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  gd-devel
 BuildRequires:  libgsf-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The libpst utilities include readpst, which can convert email messages
@@ -63,35 +62,31 @@
 %setup -q
 
 %build
-%{configure} \
+%configure \
 --disable-static \
 --enable-libpst-shared \
 --disable-python
-make
+make %{?_smp_mflags}
 
 %install
 %make_install
-find %{buildroot} -type f -name '*.la' -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libpst4 -p /sbin/ldconfig
-
 %postun -n libpst4 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc %{_datadir}/doc/%{name}-%{version}
-%doc %{_mandir}/man?/*
+%{_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




commit libpst for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2017-09-13 21:46:53

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Wed Sep 13 21:46:53 2017 rev:44 rq:523019 version:0.6.71

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2017-02-21 
13:31:31.603610655 +0100
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2017-09-13 
21:46:54.074346095 +0200
@@ -1,0 +2,13 @@
+Sat Sep  9 23:32:54 UTC 2017 - jeng...@inai.de
+
+- Update package descriptions.
+
+---
+Thu Sep  7 15:18:42 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.6.71:
+  + Add support for the OST 2013 format.
+  + Content-Disposition filename key fix for outlook compatibility.
+- Add pkgconfig(zlib) BuildRequires: New dependency.
+
+---

Old:

  libpst-0.6.70.tar.gz

New:

  libpst-0.6.71.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.VV7Q6T/_old  2017-09-13 21:46:55.182190229 +0200
+++ /var/tmp/diff_new_pack.VV7Q6T/_new  2017-09-13 21:46:55.182190229 +0200
@@ -18,9 +18,9 @@
 
 
 Name:   libpst
-Version:0.6.70
+Version:0.6.71
 Release:0
-Summary:A library for reading PST files
+Summary:Library and utilities for reading Personal Storage Table files
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Utilities
 Url:http://www.gnome.org/projects/evolution/
@@ -29,37 +29,35 @@
 BuildRequires:  gd-devel
 BuildRequires:  libgsf-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %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
+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
-Summary:Shared library for libpst
+Summary:A library for reading Personal Storage Table files
 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.
+libpst is a library that can decode the email messages stored in a
+.pst (Personal Storage Table) file as created by Outlook.
 
 %package devel
-Summary:A library for reading PST files (devel package)
+Summary:Development files for libpst, a .pst file reader
 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.
+libpst is a library that can decode the email messages stored in a
+"PST" file as created by Outlook.
+
+This subpackage contains the header files for developing
+applications that want to make use of libpst.
 
 %prep
 %setup -q

++ libpst-0.6.70.tar.gz -> libpst-0.6.71.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.70.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.71.tar.gz differ: char 5, 
line 1




commit libpst for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2017-02-21 13:31:30

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2016-11-10 
13:13:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2017-02-21 
13:31:31.603610655 +0100
@@ -1,0 +2,6 @@
+Sun Feb 19 21:38:44 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.6.70:
+  + pst_getID2 must not recurse into children.
+
+---

Old:

  libpst-0.6.69.tar.gz

New:

  libpst-0.6.70.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.NDXm9p/_old  2017-02-21 13:31:32.455490484 +0100
+++ /var/tmp/diff_new_pack.NDXm9p/_new  2017-02-21 13:31:32.459489919 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpst
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Bharath Acharya
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.69
+Version:0.6.70
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.69.tar.gz -> libpst-0.6.70.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.69.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.70.tar.gz differ: char 5, 
line 1




commit libpst for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2016-11-10 13:13:26

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2016-09-21 
18:31:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2016-11-10 
13:13:28.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  7 22:11:15 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.6.69:
+  + Fix bugs in code allowing folders containing multiple item
+types.
+
+---

Old:

  libpst-0.6.68.tar.gz

New:

  libpst-0.6.69.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.S11z81/_old  2016-11-10 13:13:30.0 +0100
+++ /var/tmp/diff_new_pack.S11z81/_new  2016-11-10 13:13:30.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.68
+Version:0.6.69
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.68.tar.gz -> libpst-0.6.69.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.68.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.69.tar.gz differ: char 5, 
line 1




commit libpst for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2016-09-21 18:31:27

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2016-07-27 
16:07:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2016-09-21 
18:31:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 15 17:16:01 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.6.68:
+  + Allow folders containing multiple item types.
+  + Better detection of valid internet headers.
+
+---

Old:

  libpst-0.6.67.tar.gz

New:

  libpst-0.6.68.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.dNPzf7/_old  2016-09-21 18:31:30.0 +0200
+++ /var/tmp/diff_new_pack.dNPzf7/_new  2016-09-21 18:31:30.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.67
+Version:0.6.68
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.67.tar.gz -> libpst-0.6.68.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.67.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.68.tar.gz differ: char 5, 
line 1




commit libpst for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2016-07-27 16:07:45

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2016-07-01 
09:57:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2016-07-27 
16:07:54.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 14 08:56:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.6.67:
+  + Multiple bug fixes and an optimization.
+
+---

Old:

  libpst-0.6.66.tar.gz

New:

  libpst-0.6.67.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.zx8sHP/_old  2016-07-27 16:07:55.0 +0200
+++ /var/tmp/diff_new_pack.zx8sHP/_new  2016-07-27 16:07:55.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.66
+Version:0.6.67
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.66.tar.gz -> libpst-0.6.67.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.66.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.67.tar.gz differ: char 5, 
line 1




commit libpst for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2016-07-01 09:57:36

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2016-06-12 
18:53:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2016-07-01 
09:57:37.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  7 13:40:29 UTC 2016 - jeng...@inai.de
+
+- Remove duplicate copy of documentation files (make install copies
+  them already).
+- Remove undocumented libpst4 requires.
+
+---



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.dVVmHw/_old  2016-07-01 09:57:38.0 +0200
+++ /var/tmp/diff_new_pack.dVVmHw/_new  2016-07-01 09:57:38.0 +0200
@@ -29,7 +29,6 @@
 BuildRequires:  gd-devel
 BuildRequires:  libgsf-devel
 BuildRequires:  pkg-config
-Requires:   libpst4 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -80,12 +79,8 @@
 
 %postun -n libpst4 -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README
 %doc %{_datadir}/doc/%{name}-%{version}
 %doc %{_mandir}/man?/*
 %{_bindir}/lspst




commit libpst for openSUSE:Factory

2016-06-12 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2016-06-12 18:53:37

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2016-01-05 
09:40:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2016-06-12 
18:53:38.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 21:54:17 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.xHSPqr/_old  2016-06-12 18:53:39.0 +0200
+++ /var/tmp/diff_new_pack.xHSPqr/_new  2016-06-12 18:53:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpst
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Bharath Acharya
 #
 # All modifications and additions to the file contributed by third parties




commit libpst for openSUSE:Factory

2016-01-05 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2016-01-05 09:40:09

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2015-09-24 
06:13:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2016-01-05 
09:40:53.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 27 20:03:58 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.6.66:
+  + Added Content-ID header support.
+
+---

Old:

  libpst-0.6.65.tar.gz

New:

  libpst-0.6.66.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.6R835J/_old  2016-01-05 09:40:54.0 +0100
+++ /var/tmp/diff_new_pack.6R835J/_new  2016-01-05 09:40:54.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.65
+Version:0.6.66
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.65.tar.gz -> libpst-0.6.66.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.65.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.66.tar.gz differ: char 5, 
line 1




commit libpst for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2015-09-24 06:13:22

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is "libpst"

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2015-03-25 
21:03:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2015-09-24 
06:13:23.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 14 07:38:54 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.6.65:
+  + Fix multiple Content-Type headers.
+  + Debug level output.
+
+---

Old:

  libpst-0.6.64.tar.gz

New:

  libpst-0.6.65.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.ca88av/_old  2015-09-24 06:13:24.0 +0200
+++ /var/tmp/diff_new_pack.ca88av/_new  2015-09-24 06:13:24.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.64
+Version:0.6.65
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.64.tar.gz -> libpst-0.6.65.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.64.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.65.tar.gz differ: char 5, 
line 1




commit libpst for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2015-03-25 21:03:55

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2014-01-07 
20:58:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2015-03-25 
21:03:56.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 20 21:15:16 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.6.64:
+  + Fixes for attachment processing and body encodings that contain
+embedded null chars.
+
+---

Old:

  libpst-0.6.63.tar.gz

New:

  libpst-0.6.64.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.avfrr6/_old  2015-03-25 21:03:57.0 +0100
+++ /var/tmp/diff_new_pack.avfrr6/_new  2015-03-25 21:03:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpst
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Bharath Acharya
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.63
+Version:0.6.64
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.63.tar.gz - libpst-0.6.64.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.63.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.64.tar.gz differ: char 5, 
line 1

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



commit libpst for openSUSE:Factory

2014-01-07 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2014-01-07 20:58:24

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2013-08-10 
11:42:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2014-01-07 
20:58:26.0 +0100
@@ -1,0 +2,8 @@
+Sat Jan  4 21:54:31 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.6.63:
+  + Fixed buffer overrun in LIST_COPY_TIME.
+- Changes from version 0.6.62:
+  + Old dependency filter breaks file coloring.
+
+---

Old:

  libpst-0.6.61.tar.gz

New:

  libpst-0.6.63.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.62GW0b/_old  2014-01-07 20:58:27.0 +0100
+++ /var/tmp/diff_new_pack.62GW0b/_new  2014-01-07 20:58:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpst
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Bharath Acharya
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.61
+Version:0.6.63
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.61.tar.gz - libpst-0.6.63.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.61.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.63.tar.gz differ: char 5, 
line 1

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



commit libpst for openSUSE:Factory

2013-08-10 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2013-08-10 11:41:59

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2013-06-25 
14:42:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2013-08-10 
11:42:03.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  7 06:51:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.6.61:
+  + Move documentation to unversioned directory.
+
+---

Old:

  libpst-0.6.60.tar.gz

New:

  libpst-0.6.61.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.gdNjTP/_old  2013-08-10 11:42:05.0 +0200
+++ /var/tmp/diff_new_pack.gdNjTP/_new  2013-08-10 11:42:05.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.60
+Version:0.6.61
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.60.tar.gz - libpst-0.6.61.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.60.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.61.tar.gz differ: char 5, 
line 1

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



commit libpst for openSUSE:Factory

2013-06-25 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2013-06-25 09:27:45

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2013-06-05 
11:54:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2013-06-25 
14:42:20.0 +0200
@@ -1,0 +2,10 @@
+Sun Jun 16 11:22:11 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.6.60:
+  + Add AC_USE_SYSTEM_EXTENSIONS.
+  + Add readpst -a option for attachment stripping.
+- Drop libpst-system-extensions.patch, fixed upstream.
+- Drop libtool BuildRequires and call to autoreconf, as we do not
+  carry any patches.
+
+---

Old:

  libpst-0.6.59.tar.gz
  libpst-system-extensions.patch

New:

  libpst-0.6.60.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.DgGguN/_old  2013-06-25 14:42:21.0 +0200
+++ /var/tmp/diff_new_pack.DgGguN/_new  2013-06-25 14:42:21.0 +0200
@@ -18,20 +18,16 @@
 
 
 Name:   libpst
-Version:0.6.59
+Version:0.6.60
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Utilities
 Url:http://www.gnome.org/projects/evolution/
 Source0:
http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM libpst-system-extensions.patch dims...@opensuse.org -- 
Detect system extensions. Ensures to have GNU_SOURCE specified for 
get_current_dir_name. Sent by email to carl (2013-05-24)
-Patch0: libpst-system-extensions.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gd-devel
 BuildRequires:  libgsf-devel
-# Needed for patch0
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 Requires:   libpst4 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -68,11 +64,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# Needed for patch0
-autoreconf -fiv
 %{configure} \
 --disable-static \
 --enable-libpst-shared \

++ libpst-0.6.59.tar.gz - libpst-0.6.60.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.59.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.60.tar.gz differ: char 5, 
line 1

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



commit libpst for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2013-06-05 11:54:22

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2013-04-02 
20:41:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2013-06-05 
11:54:24.0 +0200
@@ -1,0 +2,10 @@
+Wed May 22 12:19:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.6.59:
+  + Add autoconf checking for libgsf.
+- Add libpst-system-extensions.patch: ensure we have _GNU_SOURCE
+  defined in order to have get_current_dir_name prototypes.
+- Add libtool BuildRequires and call to autoreconf, as above patch
+  touches the build system.
+
+---

Old:

  libpst-0.6.58.tar.gz

New:

  libpst-0.6.59.tar.gz
  libpst-system-extensions.patch



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.n8ydgH/_old  2013-06-05 11:54:26.0 +0200
+++ /var/tmp/diff_new_pack.n8ydgH/_new  2013-06-05 11:54:26.0 +0200
@@ -18,19 +18,23 @@
 
 
 Name:   libpst
-Version:0.6.58
+Version:0.6.59
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Utilities
-Source0:
http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
 Url:http://www.gnome.org/projects/evolution/
+Source0:
http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM libpst-system-extensions.patch dims...@opensuse.org -- 
Detect system extensions. Ensures to have GNU_SOURCE specified for 
get_current_dir_name. Sent by email to carl (2013-05-24)
+Patch0: libpst-system-extensions.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gd-devel
 BuildRequires:  libgsf-devel
+# Needed for patch0
+BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   libpst4 = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Libpst utilities include readpst which can convert email messages
@@ -39,7 +43,6 @@
 which can convert email messages to the DII load file format used by
 Summation.
 
-
 %package -n libpst4
 Summary:Shared library for libpst
 Group:  System/Libraries
@@ -51,7 +54,6 @@
 which can convert email messages to the DII load file format used by
 Summation.
 
-
 %package devel
 Summary:A library for reading PST files (devel package)
 Group:  Development/Libraries/C and C++
@@ -64,11 +66,13 @@
 which can convert email messages to the DII load file format used by
 Summation.
 
-
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed for patch0
+autoreconf -fiv
 %{configure} \
 --disable-static \
 --enable-libpst-shared \
@@ -76,7 +80,7 @@
 make
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name '*.la' -delete
 
 %post -n libpst4 -p /sbin/ldconfig
@@ -84,7 +88,7 @@
 %postun -n libpst4 -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)

++ libpst-0.6.58.tar.gz - libpst-0.6.59.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.58.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.59.tar.gz differ: char 5, 
line 1

++ libpst-system-extensions.patch ++
Index: libpst-0.6.59/configure.in
===
--- libpst-0.6.59.orig/configure.in
+++ libpst-0.6.59/configure.in
@@ -148,7 +148,7 @@ AC_PROG_LN_S
 AC_PROG_LIBTOOL
 AC_PROG_MAKE_SET
 AC_PROG_RANLIB
-
+AC_USE_SYSTEM_EXTENSIONS
 
 # make sure we get large file support
 AC_SYS_LARGEFILE
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libpst for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2013-04-02 20:41:03

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst, Maintainer is abhar...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2013-01-07 
17:23:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2013-04-02 
20:41:05.0 +0200
@@ -1,0 +2,6 @@
+Tue Mar 19 17:02:48 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.6.58:
+  + Fix From quoting on embedded rfc/822 messages.
+
+---

Old:

  libpst-0.6.57.tar.gz

New:

  libpst-0.6.58.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.klnJSa/_old  2013-04-02 20:41:06.0 +0200
+++ /var/tmp/diff_new_pack.klnJSa/_new  2013-04-02 20:41:06.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.57
+Version:0.6.58
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.57.tar.gz - libpst-0.6.58.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.57.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.58.tar.gz differ: char 5, 
line 1

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



commit libpst for openSUSE:Factory

2013-01-07 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2013-01-07 17:23:16

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst, Maintainer is abhar...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2012-08-23 
16:04:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2013-01-07 
17:23:18.0 +0100
@@ -1,0 +2,11 @@
+Sat Jan  5 22:12:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.6.57:
+  + Remove useless dependencies (only in tarball shipped .spec
+file).
+- Changes from version 0.6.56:
+  + Merge -m .msg files code into main branch.
+- Add libgsf-devel BuildRequires: new dependency for the .msg files
+  code.
+
+---

Old:

  libpst-0.6.55.tar.gz

New:

  libpst-0.6.57.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.cinFdn/_old  2013-01-07 17:23:20.0 +0100
+++ /var/tmp/diff_new_pack.cinFdn/_new  2013-01-07 17:23:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpst
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Bharath Acharya
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.55
+Version:0.6.57
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+
@@ -27,6 +27,7 @@
 Url:http://www.gnome.org/projects/evolution/
 BuildRequires:  gcc-c++
 BuildRequires:  gd-devel
+BuildRequires:  libgsf-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   libpst4 = %{version}

++ libpst-0.6.55.tar.gz - libpst-0.6.57.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.55.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.57.tar.gz differ: char 5, 
line 1

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



commit libpst for openSUSE:Factory

2012-08-23 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2012-08-23 16:04:56

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst, Maintainer is abhar...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2012-01-05 
19:13:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2012-08-23 
16:04:58.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 14 09:07:14 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.6.55:
+  + preserve bcc headers, space after colon is not required in
+header fields.
+
+---

Old:

  libpst-0.6.54.tar.gz

New:

  libpst-0.6.55.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.16C0IS/_old  2012-08-23 16:05:00.0 +0200
+++ /var/tmp/diff_new_pack.16C0IS/_new  2012-08-23 16:05:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpst
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Bharath Acharya
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,8 +16,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libpst
-Version:0.6.54
+Version:0.6.55
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.54.tar.gz - libpst-0.6.55.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.54.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.55.tar.gz differ: char 5, 
line 1

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



commit libpst for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2012-01-05 19:13:42

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst, Maintainer is abhar...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2011-09-23 
02:09:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2012-01-05 
19:13:45.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 30 10:05:49 CET 2011 - zai...@opensuse.org
+
+- Update to version 0.6.54:
+  + Embedded rfc822 messages might contain rtf encoded bodies. 
+
+---

Old:

  libpst-0.6.53.tar.gz

New:

  libpst-0.6.54.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.7JD7s0/_old  2012-01-05 19:13:47.0 +0100
+++ /var/tmp/diff_new_pack.7JD7s0/_new  2012-01-05 19:13:47.0 +0100
@@ -16,15 +16,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libpst
-Version:0.6.53
-Release:1
+Version:0.6.54
+Release:0
 Summary:A library for reading PST files
-Group:  Productivity/Networking/Email/Utilities
 License:GPL-2.0+
+Group:  Productivity/Networking/Email/Utilities
 Source0:
http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
 Url:http://www.gnome.org/projects/evolution/
 BuildRequires:  gcc-c++
@@ -42,7 +39,6 @@
 
 
 %package -n libpst4
-License:GPL-2.0+
 Summary:Shared library for libpst
 Group:  System/Libraries
 
@@ -55,7 +51,6 @@
 
 
 %package devel
-License:GPL-2.0+
 Summary:A library for reading PST files (devel package)
 Group:  Development/Libraries/C and C++
 Requires:   libpst4 = %{version}

++ libpst-0.6.53.tar.gz - libpst-0.6.54.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.53.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.54.tar.gz differ: char 5, 
line 1

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



commit libpst for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2011-12-06 18:25:17

Comparing /work/SRC/openSUSE:Factory/libpst (Old)
 and  /work/SRC/openSUSE:Factory/.libpst.new (New)


Package is libpst, Maintainer is abhar...@novell.com

Changes:




Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.AsZwNd/_old  2011-12-06 18:44:01.0 +0100
+++ /var/tmp/diff_new_pack.AsZwNd/_new  2011-12-06 18:44:01.0 +0100
@@ -24,7 +24,7 @@
 Release:1
 Summary:A library for reading PST files
 Group:  Productivity/Networking/Email/Utilities
-License:GPLv2+
+License:GPL-2.0+
 Source0:
http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
 Url:http://www.gnome.org/projects/evolution/
 BuildRequires:  gcc-c++
@@ -42,7 +42,7 @@
 
 
 %package -n libpst4
-License:GPLv2+
+License:GPL-2.0+
 Summary:Shared library for libpst
 Group:  System/Libraries
 
@@ -55,7 +55,7 @@
 
 
 %package devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:A library for reading PST files (devel package)
 Group:  Development/Libraries/C and C++
 Requires:   libpst4 = %{version}

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



commit libpst for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package libpst for openSUSE:Factory
checked in at Fri Jun 17 11:36:53 CEST 2011.




--- libpst/libpst.changes   2011-05-27 11:31:19.0 +0200
+++ /mounts/work_src_done/STABLE/libpst/libpst.changes  2011-06-17 
09:01:11.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 09:00:08 CEST 2011 - vu...@opensuse.org
+
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:libpst-0.6.52.tar.bz2
  _service:set_version:libpst.spec

New:

  libpst-0.6.52.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.qaDrlk/_old  2011-06-17 11:36:31.0 +0200
+++ /var/tmp/diff_new_pack.qaDrlk/_new  2011-06-17 11:36:31.0 +0200
@@ -20,12 +20,12 @@
 
 
 Name:   libpst
-Version:0.6.49
-Release:8
+Version:0.6.52
+Release:3
 Summary:A library for reading PST files
 Group:  Productivity/Networking/Email/Utilities
 License:GPLv2+
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM libpst-no-date-time.patch dims...@opensuse.org -- Do not 
add date/time to built binaries. Patch from upstream code repository.
 Patch0: libpst-no-date-time.patch
 Url:http://www.gnome.org/projects/evolution/






Remember to have fun...

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



commit libpst for openSUSE:Factory

2011-05-06 Thread h_root

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.0 +0200
+++ /mounts/work_src_done/STABLE/libpst/libpst.changes  2011-04-29 
20:22:55.0 +0200
@@ -1,0 +2,12 @@
+Fri Apr 29 19:50:49 UTC 2011 - dims...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.9yXQkB/_new  2011-05-06 16:00:03.0 +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: