vpodzime pushed to libblockdev (f21). "New version (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 13 09:52:54 UTC 2015


From 1d57696abb25a1d18acd8138f3b352386a72de43 Mon Sep 17 00:00:00 2001
From: Vratislav Podzimek <vpodzime at redhat.com>
Date: Wed, 13 May 2015 11:36:34 +0200
Subject: New version

- Prevent a leaky test from running in Jenkins (vpodzime)
- Try harder when cleaning up after MD RAID tests (vpodzime)
- Improve the MD RAID activate/deactivate test (vpodzime)
- One more @contextmanager that needs try-finally (vpodzime)
- Do not require metadata version to be reported by 'mdadm --examine' (#1217900) (vpodzime)
- Make sure we always set things back in context managers (vpodzime)
- Make the release date for version 1.0 more realistic (vpodzime)
- Merge pull request #11 from vpodzime/master (vpodzime)
- Run utilities with LC_ALL=C (vpodzime) (#1219033)
- Free GMatchInfo instance even in case of no match (vpodzime)
- Resolve /dev/md/ symlinks when checking swap status. (dlehman)

diff --git a/.gitignore b/.gitignore
index e591a75..ac94a04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /libblockdev-0.10.tar.gz
 /libblockdev-0.11.tar.gz
 /libblockdev-0.12.tar.gz
+/libblockdev-0.13.tar.gz
diff --git a/libblockdev.spec b/libblockdev.spec
index 74cf369..f35f7bd 100644
--- a/libblockdev.spec
+++ b/libblockdev.spec
@@ -1,5 +1,5 @@
 Name:        libblockdev
-Version:     0.12
+Version:     0.13
 Release:     1%{?dist}
 Summary:     A library for low-level manipulation with block devices
 License:     LGPLv2+
@@ -371,6 +371,19 @@ CFLAGS="%{optflags}" make PREFIX=%{buildroot} SITEDIRS=%{buildroot}%{python2_sit
 %files plugins-all
 
 %changelog
+* Wed May 13 2015 Vratislav Podzimek <vpodzime at redhat.com> - 0.13-1
+- Prevent a leaky test from running in Jenkins (vpodzime)
+- Try harder when cleaning up after MD RAID tests (vpodzime)
+- Improve the MD RAID activate/deactivate test (vpodzime)
+- One more @contextmanager that needs try-finally (vpodzime)
+- Do not require metadata version to be reported by 'mdadm --examine' (#1217900) (vpodzime)
+- Make sure we always set things back in context managers (vpodzime)
+- Make the release date for version 1.0 more realistic (vpodzime)
+- Merge pull request #11 from vpodzime/master (vpodzime)
+- Run utilities with LC_ALL=C (vpodzime) (#1219033)
+- Free GMatchInfo instance even in case of no match (vpodzime)
+- Resolve /dev/md/ symlinks when checking swap status. (dlehman)
+
 * Fri Apr 24 2015 Vratislav Podzimek <vpodzime at redhat.com> - 0.12-1
 - Require minimum version of libblockdev-utils in some plugins (vpodzime)
 - Report both stdout and stderr if exit code != 0 (vpodzime)
diff --git a/sources b/sources
index 46bde33..220d4e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93b90ae2e2ec74c183eaf238c102e0ad  libblockdev-0.12.tar.gz
+7d7f1c73d05b229a82938758f7e543ae  libblockdev-0.13.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libblockdev.git/commit/?h=f21&id=1d57696abb25a1d18acd8138f3b352386a72de43


More information about the scm-commits mailing list