commit gap-json for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-json for openSUSE:Factory 
checked in at 2018-01-23 13:50:05

Comparing /work/SRC/openSUSE:Factory/gap-json (Old)
 and  /work/SRC/openSUSE:Factory/.gap-json.new (New)


Package is "gap-json"

Tue Jan 23 13:50:05 2018 rev:2 rq:559924 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-json/gap-json.changes2017-10-08 
20:10:05.373541518 +0200
+++ /work/SRC/openSUSE:Factory/.gap-json.new/gap-json.changes   2018-01-23 
13:50:09.241561566 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 16:45:40 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.2.0
+  * No changelog available
+
+---

Old:

  json-1.1.0.tar.bz2

New:

  json-1.2.0.tar.bz2



Other differences:
--
++ gap-json.spec ++
--- /var/tmp/diff_new_pack.N0XjOo/_old  2018-01-23 13:50:12.001432637 +0100
+++ /var/tmp/diff_new_pack.N0XjOo/_new  2018-01-23 13:50:12.005432451 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-json
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-json
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:GAP: Reading and Writing JSON
 License:BSD-2-Clause

++ json-1.1.0.tar.bz2 -> json-1.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json-1.1.0/HISTORY new/json-1.2.0/HISTORY
--- old/json-1.1.0/HISTORY  1970-01-01 01:00:00.0 +0100
+++ new/json-1.2.0/HISTORY  2017-12-19 11:18:17.0 +0100
@@ -0,0 +1,5 @@
+
+1.2.0 : Fix compiling in recent versions of XCode on Mac OS X
+1.1.0 : Fix bug in handling badly formatted integers
+1.0.1 : Fix bug in nested structures
+1.0.0 : First release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json-1.1.0/Makefile.in new/json-1.2.0/Makefile.in
--- old/json-1.1.0/Makefile.in  2016-11-11 20:33:50.0 +0100
+++ new/json-1.2.0/Makefile.in  2017-12-19 11:18:17.0 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -619,7 +619,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -645,7 +645,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -663,7 +663,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -673,7 +673,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json-1.1.0/PackageInfo.g new/json-1.2.0/PackageInfo.g
--- old/json-1.1.0/PackageInfo.g2016-11-11 20:33:50.0 +0100
+++ new/json-1.2.0/PackageInfo.g2017-12-19 11:18:17.0 +0100
@@ -10,8 +10,8 @@
 
 PackageName := "json",
 Subtitle := "Reading and Writing JSON",
-Version := "1.1.0",
-Date := "01/11/2016", # dd/mm/ format
+Version := "1.2.0",
+Date := "10/10/2017", # dd/mm/ format
 
 Persons := [
   rec(
@@ -30,7 +30,7 

commit gap-json for openSUSE:Factory

2017-10-08 Thread root
Hello community,

here is the log from the commit of package gap-json for openSUSE:Factory 
checked in at 2017-10-08 20:10:04

Comparing /work/SRC/openSUSE:Factory/gap-json (Old)
 and  /work/SRC/openSUSE:Factory/.gap-json.new (New)


Package is "gap-json"

Sun Oct  8 20:10:04 2017 rev:1 rq:526854 version:1.1.0

Changes:

New Changes file:

--- /dev/null   2017-10-06 12:38:12.078789702 +0200
+++ /work/SRC/openSUSE:Factory/.gap-json.new/gap-json.changes   2017-10-08 
20:10:05.373541518 +0200
@@ -0,0 +1,10 @@
+---
+Mon Nov 21 15:13:08 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.1.0
+  * No changelog was provided
+
+---
+Fri Mar 11 23:10:18 UTC 2016 - jeng...@inai.de
+
+- Initial package (version 1.0.1) for build.opensuse.org

New:

  gap-json.changes
  gap-json.spec
  json-1.1.0.tar.bz2



Other differences:
--
++ gap-json.spec ++
#
# spec file for package gap-json
#
# Copyright (c) 2016 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:   gap-json
Version:1.1.0
Release:0
Summary:GAP: Reading and Writing JSON
License:BSD-2-Clause
Group:  Productivity/Scientific/Math
Url:http://gap-packages.github.io/json/

Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/json-%version.tar.bz2
BuildRequires:  gap-rpm-devel
BuildRequires:  xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
Requires:   gap-core >= 4.7.6
Requires:   gap-gapdoc >= 1.5

%description
Enhances GAP by the ability to read and write JSON files.

%prep
%setup -qn json-%version

%build

%install
%gappkg_simple_install

%files -f %name.files
%defattr(-,root,root)

%changelog