Hello community,

here is the log from the commit of package libvmime for openSUSE:Factory 
checked in at 2017-01-20 13:07:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvmime (Old)
 and      /work/SRC/openSUSE:Factory/.libvmime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvmime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvmime/libvmime.changes        2016-11-14 
20:13:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvmime.new/libvmime.changes   2017-01-20 
13:07:26.357388616 +0100
@@ -1,0 +2,8 @@
+Tue Jan  3 11:51:36 UTC 2017 - [email protected]
+
+- Update to final release 0.9.2
+* Always ignore newlines between words.
+- Drop dont-fixup.diff (issue fixed upstream),
+  drop libvmime-sotag.diff (no longer needed).
+
+-------------------------------------------------------------------

Old:
----
  _service
  dont-fixup.diff
  libvmime-sotag.diff
  vmime-0.9.2~g500.tar.xz

New:
----
  v0.9.2.tar.gz

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

Other differences:
------------------
++++++ libvmime.spec ++++++
--- /var/tmp/diff_new_pack.CM7Qtg/_old  2017-01-20 13:07:27.029292711 +0100
+++ /var/tmp/diff_new_pack.CM7Qtg/_new  2017-01-20 13:07:27.029292711 +0100
@@ -16,22 +16,17 @@
 #
 
 
-%define version_unconverted 0.9.2~g500
-
 Name:           libvmime
-%define lname  libvmime-suse3
-Summary:        Library for working with MIME messages and IMAP/POP/SMTP
+%define lname  libvmime1
+Summary:        Library for working with RFC 2822, MIME messages and 
IMAP/POP/SMTP
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Version:        0.9.2~g500
+Version:        0.9.2
 Release:        0
 Url:            http://vmime.org/
 
-#Source:       http://downloads.sf.net/vmime/%name-%version.tar.bz2
-Source:         vmime-%version.tar.xz
+Source:         https://github.com/kisli/vmime/archive/v%version.tar.gz
 Patch1:         libvmime-nodatetime.diff
-Patch2:         libvmime-sotag.diff
-Patch3:         dont-fixup.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ImageMagick
 %if 0%{?suse_version} < 1310
@@ -101,7 +96,7 @@
 
 %prep
 %setup -qn vmime-%version
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -p1
 
 %build
 %if 0%{?with_pdf}
@@ -137,7 +132,6 @@
 cp -a doc/book/book.pdf "$b/%_docdir/%name/"
 %endif
 make install DESTDIR="$b"
-ln -s libvmime-suse.so "$b/%_libdir/libvmime.so"
 find "$b" -type f -name "*.la" -delete
 
 %post   -n %lname -p /sbin/ldconfig
@@ -146,12 +140,11 @@
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING
-%_libdir/%name-suse.so.3*
+%_libdir/%name.so.1*
 
 %files devel
 %defattr(-,root,root)
 %_includedir/vmime
-%_libdir/libvmime-suse.so
 %_libdir/libvmime.so
 %_libdir/pkgconfig/*.pc
 %if 0%{?with_pdf}


Reply via email to