commit c-dvar for openSUSE:Factory

2018-03-06 Thread root
Hello community,

here is the log from the commit of package c-dvar for openSUSE:Factory checked 
in at 2018-03-06 10:48:20

Comparing /work/SRC/openSUSE:Factory/c-dvar (Old)
 and  /work/SRC/openSUSE:Factory/.c-dvar.new (New)


Package is "c-dvar"

Tue Mar  6 10:48:20 2018 rev:2 rq:583133 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/c-dvar/c-dvar.changes2017-09-14 
21:16:48.209165972 +0200
+++ /work/SRC/openSUSE:Factory/.c-dvar.new/c-dvar.changes   2018-03-06 
10:49:18.347910557 +0100
@@ -1,0 +2,6 @@
+Mon Mar  5 20:10:01 UTC 2018 - jeng...@inai.de
+
+- Update to snapshot 1.7
+  * Fix truncation on 64bit deserializer reader
+
+---

Old:

  c-dvar-1.git2.tar.xz

New:

  c-dvar-1.7.tar.xz



Other differences:
--
++ c-dvar.spec ++
--- /var/tmp/diff_new_pack.ph0pXD/_old  2018-03-06 10:49:18.887891050 +0100
+++ /var/tmp/diff_new_pack.ph0pXD/_new  2018-03-06 10:49:18.891890906 +0100
@@ -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 @@
 
 %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

++ _service ++
--- /var/tmp/diff_new_pack.ph0pXD/_old  2018-03-06 10:49:18.923889750 +0100
+++ /var/tmp/diff_new_pack.ph0pXD/_new  2018-03-06 10:49:18.923889750 +0100
@@ -4,7 +4,8 @@
git://github.com/c-util/c-dvar
master
v1
-   1.git@TAG_OFFSET@
+   @PARENT_TAG@.@TAG_OFFSET@
+   v(.*)


*.tar

++ c-dvar-1.git2.tar.xz -> c-dvar-1.7.tar.xz ++
 2596 lines of diff (skipped)




commit c-dvar for openSUSE:Factory

2017-09-14 Thread root
Hello community,

here is the log from the commit of package c-dvar for openSUSE:Factory checked 
in at 2017-09-14 21:16:24

Comparing /work/SRC/openSUSE:Factory/c-dvar (Old)
 and  /work/SRC/openSUSE:Factory/.c-dvar.new (New)


Package is "c-dvar"

Thu Sep 14 21:16:24 2017 rev:1 rq:525960 version:1.git2

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.c-dvar.new/c-dvar.changes   2017-09-14 
21:16:48.209165972 +0200
@@ -0,0 +1,4 @@
+---
+Thu Aug 24 22:57:25 UTC 2017 - jeng...@inai.de
+
+- Initial package (c-dvar 1.git2) for build.opensuse.org

New:

  _service
  c-dvar-1.git2.tar.xz
  c-dvar.changes
  c-dvar.spec



Other differences:
--
++ c-dvar.spec ++
#
# spec file for package c-dvar
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   c-dvar
%define lname   libcdvar0
Version:1.git2
Release:0
Summary:Library implementing the D-Bus Variant type system
License:Apache-2.0
Group:  Development/Libraries/C and C++
Url:https://github.com/c-util/c-dvar

Source: %name-%version.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  meson
BuildRequires:  pkgconfig

%description
A library that implements the "Variant" type from the D-Bus
specification.

%package -n %lname
Summary:Library implementing the D-Bus Variant type system
Group:  System/Libraries

%description -n %lname
A library that implements the "Variant" type from the D-Bus
specification.

%package devel
Summary:Development files for the C-DVar library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
A library that implements the "Variant" type from the D-Bus
specification.

%prep
%setup -q

%build
%meson --includedir="%_includedir/%name"
%meson_build

%install
%meson_install

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n libcdvar0
%defattr(-,root,root)
%_libdir/libcdvar.so.*
%doc COPYING LICENSE

%files devel
%defattr(-,root,root)
%_includedir/%name/
%_libdir/libcdvar.so
%_libdir/pkgconfig/*.pc

%changelog
++ _service ++


git
git://github.com/c-util/c-dvar
master
v1
1.git@TAG_OFFSET@


*.tar
xz