Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
e68844707f | |||
8ae8c815f7 | |||
63abe42a48 | |||
ce9eb5ec49 |
@ -1,4 +1,4 @@
|
||||
libvmime (0.9.2+g191-0) unstable; urgency=low
|
||||
libvmime (0.9.2+g203-0) unstable; urgency=low
|
||||
|
||||
* Initial package.
|
||||
|
||||
|
@ -5,7 +5,7 @@ Maintainer: openSUSE <opensuse@opensuse.org>
|
||||
Standards-Version: 4.5.0
|
||||
Build-Depends: debhelper-compat (= 12)
|
||||
|
||||
Package: libvmime-suse6
|
||||
Package: libvmime-suse8
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: Library for working with MIME messages and IMAP/POP/SMTP
|
||||
@ -13,7 +13,7 @@ Description: Library for working with MIME messages and IMAP/POP/SMTP
|
||||
|
||||
Package: libvmime-dev
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, libvmime-suse6 (= ${binary:Version}),
|
||||
Depends: ${misc:Depends}, libvmime-suse8 (= ${binary:Version}),
|
||||
libgsasl-dev | libgsasl7-dev, libgnutls28-dev
|
||||
Description: Development files for vmime, an e-mail message library
|
||||
.
|
||||
|
1
debian.libvmime-suse7.install
Normal file
1
debian.libvmime-suse7.install
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/*/libvmime*.so.*
|
1
debian.libvmime-suse8.install
Normal file
1
debian.libvmime-suse8.install
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/*/libvmime*.so.*
|
@ -19,7 +19,7 @@ Index: vmime-0.9.2.165/CMakeLists.txt
|
||||
# . Interfaces added (upward-compatible changes): AGE++
|
||||
# . Interfaces removed: AGE=0
|
||||
-SET(VMIME_API_VERSION_CURRENT 1)
|
||||
+SET(VMIME_API_VERSION_CURRENT 6)
|
||||
+SET(VMIME_API_VERSION_CURRENT 8)
|
||||
SET(VMIME_API_VERSION_REVISION 0)
|
||||
SET(VMIME_API_VERSION_AGE 0)
|
||||
|
||||
@ -33,8 +33,8 @@ Index: vmime-0.9.2.165/CMakeLists.txt
|
||||
COMPILE_FLAGS -DVMIME_SHARED
|
||||
)
|
||||
|
||||
+ execute_process(COMMAND ln -s libvmime-suse.so.${VMIME_API_VERSION_CURRENT} libvmime.so)
|
||||
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libvmime.so DESTINATION ${CMAKE_INSTALL_LIBDIR}/ COMPONENT libraries)
|
||||
+ execute_process(COMMAND ln -s libvmime-suse.so.${VMIME_API_VERSION_CURRENT} ${CMAKE_BINARY_DIR}/libvmime.so)
|
||||
+ install(FILES ${CMAKE_BINARY_DIR}/libvmime.so DESTINATION ${CMAKE_INSTALL_LIBDIR}/ COMPONENT libraries)
|
||||
+
|
||||
ENDIF()
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 11:58:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update libvmime-soname.diff to support out-of-tree cmake builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 10:05:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to snapshot 0.9.2+git203 (43b262bd)
|
||||
* another potential multiplication overflows
|
||||
* build: upgrade to C++17 when ICU is used
|
||||
* Fix a test failure in testNewFromString and
|
||||
pathTest::testGenerate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 14:25:12 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to snapshot 0.9.2+git196 (d296c2d)
|
||||
* vmime: prevent loss of a space when a multi-word mailbox name
|
||||
contains an umlaut
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 17:39:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: libvmime
|
||||
Architecture: any
|
||||
Version: 0.9.2+g191
|
||||
Version: 0.9.2+g203
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: openSUSE <opensuse@opensuse.org>
|
||||
Homepage: https://opensuse.org/
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: libvmime
|
||||
%define lname libvmime-suse6
|
||||
Version: 0.9.2+g191
|
||||
%define lname libvmime-suse8
|
||||
Version: 0.9.2+g203
|
||||
Release: 0
|
||||
Summary: Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP
|
||||
License: GPL-3.0-or-later
|
||||
@ -128,12 +128,11 @@ cp -a doc/book/book.pdf "$b/%_docdir/%name/"
|
||||
%cmake_install
|
||||
find "$b" -type f -name "*.la" -delete
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%license COPYING
|
||||
%_libdir/libvmime-suse.so.6*
|
||||
%_libdir/libvmime-suse.so.*
|
||||
|
||||
%files devel
|
||||
%_includedir/vmime
|
||||
|
BIN
vmime-0.9.2+g191.tar.xz
(Stored with Git LFS)
BIN
vmime-0.9.2+g191.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
vmime-0.9.2+g203.tar.xz
(Stored with Git LFS)
Normal file
BIN
vmime-0.9.2+g203.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user