Accepting request 511815 from network:ha-clustering:Factory

- loop: don't bring runtime down for a trivial API misuse
- Upstream version cs: ef4c3a15ea3d3c5d5f9364269cd02d78a308957b

- 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)

OBS-URL: https://build.opensuse.org/request/show/511815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=24
This commit is contained in:
Yuchen Lin 2017-08-10 11:43:07 +00:00 committed by Git OBS Bridge
commit 95f740ca14
5 changed files with 25 additions and 9 deletions

View File

@ -8,10 +8,10 @@
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary
<param name="version">1.0.1</param>
<param name="version">1.0.2</param>
-->
<param name="versionformat">1.0.1+git%cd.%h</param>
<param name="revision">59eacf07dd92af6917ed351c0c5e51ec5237965c</param>
<param name="versionformat">1.0.2+git%cd.%h</param>
<param name="revision">ef4c3a15ea3d3c5d5f9364269cd02d78a308957b</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf962862ada90ba9573aba5e8b33c0d26d84e230f2ac3a4ea28ece1cfd0d429b
size 172066

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e2ced821187f74477d4d7d2ad9f035f260a51de2436cbf955d603e87051ba6d
size 437392

View File

@ -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

View File

@ -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