2020-01-02 11:12:24 +00:00
committed by Git OBS Bridge
parent 1adaa7d175
commit 4b4c44a2b7
5 changed files with 14 additions and 6 deletions

View File

@@ -4,7 +4,8 @@
<param name="url">git://github.com/c-util/c-dvar</param>
<param name="revision">master</param>
<param name="parent-tag">v1</param>
<param name="versionformat">1.git@TAG_OFFSET@</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

3
c-dvar-1.7.tar.xz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 5 20:10:01 UTC 2018 - jengelh@inai.de
- Update to snapshot 1.7
* Fix truncation on 64bit deserializer reader
-------------------------------------------------------------------
Thu Aug 24 22:57:25 UTC 2017 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package c-dvar
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: c-dvar
%define lname libcdvar0
Version: 1.git2
Version: 1.7
Release: 0
Summary: Library implementing the D-Bus Variant type system
License: Apache-2.0
@@ -60,6 +60,7 @@ specification.
%install
%meson_install
perl -i -pe 's{Version:\s*1}{Version: %version}' %buildroot/%_libdir/pkgconfig/*.pc
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig