diff --git a/.gitignore b/.gitignore index 26771ce..cf12896 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /0.1.0.tar.gz /libsysstat-0.3.0.tar.xz +/libsysstat-0.3.1.tar.xz diff --git a/libsysstat-0.3.0-missing-versioning.patch b/libsysstat-0.3.0-missing-versioning.patch deleted file mode 100644 index c966417..0000000 --- a/libsysstat-0.3.0-missing-versioning.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index e8bb8a7..edefebf 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -7,7 +7,7 @@ set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Installation path for librari - set(INCLUDE_INSTALL_DIR include CACHE PATH "Installation path for includes") - - set(MAJOR_VERSION 0) --set(MINOR_VERSION 2) -+set(MINOR_VERSION 3) - set(PATCH_VERSION 0) - set(SYSSTAT_VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") - diff --git a/libsysstat.spec b/libsysstat.spec index 5341c90..88d7c09 100644 --- a/libsysstat.spec +++ b/libsysstat.spec @@ -1,11 +1,10 @@ Name: libsysstat -Version: 0.3.0 -Release: 4%{?dist} +Version: 0.3.1 +Release: 1%{?dist} License: GPLv2 and LGPLv2+ Summary: Library used to query system info and statistics Url: http://www.lxde.org Source: http://lxqt.org/downloads/libsysstat/%{version}/%{name}-%{version}.tar.xz -Patch0: libsysstat-0.3.0-missing-versioning.patch BuildRequires: cmake >= 2.8.11 BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Help) @@ -23,7 +22,6 @@ Sysstat libraries for development. %prep %setup -q -%patch0 -p1 -b .versioning %build mkdir -p %{_target_platform} @@ -52,6 +50,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_libdir}/libsysstat-qt5.so %changelog +* Mon Nov 02 2015 Helio Chissini de Castro - 0.3.1-1 +- New upstream version + * Wed Jun 17 2015 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index f1a6d4f..df84d9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d9d9889ba2ed8712d34e6835001e6d0 libsysstat-0.3.0.tar.xz +484c8d6bcec256724aa3109521fef36e libsysstat-0.3.1.tar.xz