File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11%define soname 0
22
33Name: plibsys
4- Version: 0.0.4
4+ Version: 0.0.5
55Release: alt1
66
77Summary: Highly portable C system library
@@ -97,6 +97,8 @@ rm -rf %buildroot%_defaultdocdir/*
9797%doc doc/html/*
9898
9999%changelog
100+ * Thu Nov 21 2024 Alexander Saprykin <saprykin.spb@gmail.com> 0.0.5-alt1
101+ - Update to version 0.0.5
100102* Sat May 26 2018 Alexander Saprykin <saprykin.spb@gmail.com> 0.0.4-alt1
101103- Update to version 0.0.4
102104* Tue Sep 19 2017 Michael Shigorin <mike@altlinux.org> 0.0.3-alt1
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ endif()
3434
3535set (PLIBSYS_VERSION_MAJOR 0)
3636set (PLIBSYS_VERSION_MINOR 0)
37- set (PLIBSYS_VERSION_PATCH 4 )
38- set (PLIBSYS_VERSION_NUM 0x000004 )
37+ set (PLIBSYS_VERSION_PATCH 5 )
38+ set (PLIBSYS_VERSION_NUM 0x000005 )
3939set (PLIBSYS_VERSION ${PLIBSYS_VERSION_MAJOR} .${PLIBSYS_VERSION_MINOR} .${PLIBSYS_VERSION_PATCH} )
4040set (PLIBSYS_SOVERSION ${PLIBSYS_VERSION_MAJOR} )
4141set (VERSION ${PLIBSYS_VERSION} )
You can’t perform that action at this time.
0 commit comments