Hello community,

here is the log from the commit of package jtc for openSUSE:Factory checked in 
at 2020-01-20 22:58:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jtc (Old)
 and      /work/SRC/openSUSE:Factory/.jtc.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jtc"

Mon Jan 20 22:58:05 2020 rev:1 rq:765904 version:1.75c

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Factory/.jtc.new.26092/jtc.changes       2020-01-20 
22:58:07.847406028 +0100
@@ -0,0 +1,19 @@
+-------------------------------------------------------------------
+Mon Jan 20 18:58:57 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- Add copyright
+
+-------------------------------------------------------------------
+Mon Jan 20 18:42:15 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- BuildRequire at least gcc 5 for C++14 support
+
+-------------------------------------------------------------------
+Mon Jan 20 11:29:53 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- Install Release notes too
+
+-------------------------------------------------------------------
+Mon Jan  6 13:23:30 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- Initial package version

New:
----
  jtc-1.75c.tar.gz
  jtc.changes
  jtc.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jtc.spec ++++++
#
# spec file for package jtc
#
# Copyright (c) 2020 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#


Name:           jtc
Version:        1.75c
Release:        0
Summary:        JSON processing utility
License:        MIT

URL:            https://github.com/ldn-softdev/jtc
Source0:        %{URL}/archive/%{version}/%{name}-%{version}.tar.gz

# Full C++14 support added with version 5
BuildRequires:  gcc-c++ >= 5

%description
jtc stand for: JSON transformational chains (used to be JSON test console).

jtc offers a powerful way to select one or multiple elements from a source JSON
and apply various actions on the selected elements at once (wrap selected
elements into a new JSON, filter in/out, sort elements, update elements, insert
new elements, remove, copy, move, compare, transform, swap around and many other
operations).


%prep
%autosetup

%build
g++ -std=gnu++14 %optflags %{name}.cpp -o %{name}

%install
install -Dpm 0755 %{name} %{buildroot}/%{_bindir}/%{name}

%files
%{_bindir}/%{name}
%license LICENSE
%doc README.md
%doc "User Guide.md"
%doc "Walk-path tutorial.md"
%doc "Release Notes.md"

%changelog

Reply via email to