Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37895641
en ru br
ALT Linux repos
S:0.2.2-alt3

Group :: Publishing
RPM: ebook-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ebook-tools-0.2.2-fix-version.patch
Download


diff -uNrp ebook-tools-0.2.2~/src/libepub/CMakeLists.txt ebook-tools-0.2.2/src/libepub/CMakeLists.txt
--- ebook-tools-0.2.2~/src/libepub/CMakeLists.txt	2013-09-03 18:13:02.000000000 +0400
+++ ebook-tools-0.2.2/src/libepub/CMakeLists.txt	2013-09-03 18:14:09.560000000 +0400
@@ -2,7 +2,7 @@ include_directories (${EBOOK-TOOLS_SOURC
 add_library (epub SHARED epub.c ocf.c opf.c linklist.c list.c)
 target_link_libraries (epub ${LIBZIP_LIBRARY} ${LIBXML2_LIBRARIES})
 
-set_target_properties (epub PROPERTIES VERSION 0.2.1 SOVERSION 0)
+set_target_properties (epub PROPERTIES VERSION 0.2.2 SOVERSION 0)
 
 install ( TARGETS epub RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} )
 install ( FILES epub.h epub_shared.h epub_version.h DESTINATION include )
diff -uNrp ebook-tools-0.2.2~/src/libepub/epub_version.h ebook-tools-0.2.2/src/libepub/epub_version.h
--- ebook-tools-0.2.2~/src/libepub/epub_version.h	2013-09-03 18:13:02.000000000 +0400
+++ ebook-tools-0.2.2/src/libepub/epub_version.h	2013-09-03 18:14:04.584000000 +0400
@@ -1,10 +1,10 @@
 #ifndef _LIBEPUB_VERSION_H_
 #define _LIBEPUB_VERSION_H_
 
-#define LIBEPUB_VERSION_STRING "0.2.1"
+#define LIBEPUB_VERSION_STRING "0.2.2"
 #define LIBEPUB_VERSION_MAJOR 0
 #define LIBEPUB_VERSION_MINOR 2
-#define LIBEPUB_VERSION_RELEASE 1
+#define LIBEPUB_VERSION_RELEASE 2
 #define LIBEPUB_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
 
 #define LIBEPUB_VERSION \
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin