diff --git a/_service b/_service
index c299fdb..a61ccbb 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,8 @@
git://github.com/c-util/c-dvar
master
v1
- 1.git@TAG_OFFSET@
+ @PARENT_TAG@.@TAG_OFFSET@
+ v(.*)
*.tar
diff --git a/c-dvar-1.7.tar.xz b/c-dvar-1.7.tar.xz
new file mode 100644
index 0000000..658b830
--- /dev/null
+++ b/c-dvar-1.7.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d143ab069857c94227d3a2e529ab6947e0aaf669d2ead8757c90d9dfed25ae1e
+size 35948
diff --git a/c-dvar-1.git2.tar.xz b/c-dvar-1.git2.tar.xz
deleted file mode 100644
index f54ea5d..0000000
--- a/c-dvar-1.git2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:97e7b44a1c58399402f2f7e4a6dd1d2f34025e3e5253d7c6afbf655c33782bc1
-size 23852
diff --git a/c-dvar.changes b/c-dvar.changes
index c2870c0..caeb48d 100644
--- a/c-dvar.changes
+++ b/c-dvar.changes
@@ -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
diff --git a/c-dvar.spec b/c-dvar.spec
index 53eba2a..6cbe998 100644
--- a/c-dvar.spec
+++ b/c-dvar.spec
@@ -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