This commit is contained in:
3
_service
3
_service
@@ -4,7 +4,8 @@
|
|||||||
<param name="url">git://github.com/c-util/c-dvar</param>
|
<param name="url">git://github.com/c-util/c-dvar</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
<param name="parent-tag">v1</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>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
|||||||
3
c-dvar-1.7.tar.xz
Normal file
3
c-dvar-1.7.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d143ab069857c94227d3a2e529ab6947e0aaf669d2ead8757c90d9dfed25ae1e
|
||||||
|
size 35948
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:97e7b44a1c58399402f2f7e4a6dd1d2f34025e3e5253d7c6afbf655c33782bc1
|
|
||||||
size 23852
|
|
||||||
@@ -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
|
Thu Aug 24 22:57:25 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package c-dvar
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: c-dvar
|
Name: c-dvar
|
||||||
%define lname libcdvar0
|
%define lname libcdvar0
|
||||||
Version: 1.git2
|
Version: 1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library implementing the D-Bus Variant type system
|
Summary: Library implementing the D-Bus Variant type system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -60,6 +60,7 @@ specification.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
perl -i -pe 's{Version:\s*1}{Version: %version}' %buildroot/%_libdir/pkgconfig/*.pc
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user