diff --git a/_service b/_service index d6fe7c8..88a6625 100644 --- a/_service +++ b/_service @@ -8,10 +8,10 @@ To update to a new release, change "revision" to the desired git commit hash and bump "version" if necessary - 1.0.1 + 1.0.2 --> - 1.0.1+git%cd.%h - 59eacf07dd92af6917ed351c0c5e51ec5237965c + 1.0.2+git%cd.%h + ef4c3a15ea3d3c5d5f9364269cd02d78a308957b diff --git a/libqb-1.0.1+git20170306.59eacf0.tar.bz2 b/libqb-1.0.1+git20170306.59eacf0.tar.bz2 deleted file mode 100644 index 7e1fb12..0000000 --- a/libqb-1.0.1+git20170306.59eacf0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf962862ada90ba9573aba5e8b33c0d26d84e230f2ac3a4ea28ece1cfd0d429b -size 172066 diff --git a/libqb-1.0.2.15-ef4c.tar.xz b/libqb-1.0.2.15-ef4c.tar.xz new file mode 100644 index 0000000..81d14aa --- /dev/null +++ b/libqb-1.0.2.15-ef4c.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2ced821187f74477d4d7d2ad9f035f260a51de2436cbf955d603e87051ba6d +size 437392 diff --git a/libqb.changes b/libqb.changes index c63fd58..69153e1 100644 --- a/libqb.changes +++ b/libqb.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jul 21 09:46:28 UTC 2017 - ygao@suse.com + +- loop: don't bring runtime down for a trivial API misuse +- Upstream version cs: ef4c3a15ea3d3c5d5f9364269cd02d78a308957b + +------------------------------------------------------------------- +Fri Jul 21 09:24:25 UTC 2017 - ygao@suse.com + +- Update to version 1.0.2 +- Memleak fixes (#194) +- Allow Linux to use filesystem sockets (#248) (fate#323415) +- Upstream version cs: 608de6d59a3de0eef0fbcbd8f284acbc018daa9a (v1.0.2) + ------------------------------------------------------------------- Mon Mar 6 15:49:36 UTC 2017 - ygao@suse.com diff --git a/libqb.spec b/libqb.spec index 644237d..7b0683a 100644 --- a/libqb.spec +++ b/libqb.spec @@ -16,16 +16,18 @@ # +%global commit 1.0.2.15-ef4c + %bcond_without check Name: libqb -Version: 1.0.1+git20170306.59eacf0 +Version: 1.0.2 Release: 0 Summary: An IPC library for high performance servers License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: https://github.com/ClusterLabs/libqb -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{commit}.tar.xz Source1: baselibs.conf Patch1: libqb-configure-package-version.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -68,7 +70,7 @@ client server reusable features. It provides high performance logging, tracing, ipc, and poll. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{commit} %patch1 -p1 %build