Hello community,
here is the log from the commit of package ghc-api-field-json-th for
openSUSE:Factory checked in at 2017-05-16 14:46:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-api-field-json-th (Old)
and /work/SRC/openSUSE:Factory/.ghc-api-field-json-th.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-api-field-json-th"
Tue May 16 14:46:09 2017 rev:2 rq:495001 version:0.1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-api-field-json-th/ghc-api-field-json-th.changes
2016-10-26 13:28:06.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-api-field-json-th.new/ghc-api-field-json-th.changes
2017-05-16 14:47:00.159554967 +0200
@@ -1,0 +2,5 @@
+Fri May 5 07:40:07 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.2 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
api-field-json-th-0.1.0.1.tar.gz
New:
----
api-field-json-th-0.1.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-api-field-json-th.spec ++++++
--- /var/tmp/diff_new_pack.eZjnYP/_old 2017-05-16 14:47:00.751471807 +0200
+++ /var/tmp/diff_new_pack.eZjnYP/_new 2017-05-16 14:47:00.755471245 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-api-field-json-th
#
-# 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
@@ -19,7 +19,7 @@
%global pkg_name api-field-json-th
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.0.1
+Version: 0.1.0.2
Release: 0
Summary: Option of aeson's deriveJSON
License: MIT
++++++ api-field-json-th-0.1.0.1.tar.gz -> api-field-json-th-0.1.0.2.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/api-field-json-th-0.1.0.1/LICENSE
new/api-field-json-th-0.1.0.2/LICENSE
--- old/api-field-json-th-0.1.0.1/LICENSE 2016-04-15 13:53:58.000000000
+0200
+++ new/api-field-json-th-0.1.0.2/LICENSE 2017-05-03 11:21:34.000000000
+0200
@@ -1,21 +1,12 @@
-The MIT License (MIT)
+Copyright (c) 2016, Daishi Nakajima
+All rights reserved.
-Copyright (c) 2016 Daishi Nakajima
+Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
+2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/api-field-json-th-0.1.0.1/api-field-json-th.cabal
new/api-field-json-th-0.1.0.2/api-field-json-th.cabal
--- old/api-field-json-th-0.1.0.1/api-field-json-th.cabal 2016-04-15
14:04:43.000000000 +0200
+++ new/api-field-json-th-0.1.0.2/api-field-json-th.cabal 2017-05-03
11:28:54.000000000 +0200
@@ -1,12 +1,12 @@
name: api-field-json-th
-version: 0.1.0.1
+version: 0.1.0.2
synopsis: option of aeson's deriveJSON
description: Utils for using aeson's deriveJSON with lens's makeFields
homepage: https://github.com/nakaji-dayo/api-field-json-th
license: BSD3
license-file: LICENSE
author: Daishi Nakajima
-maintainer: [email protected]
+maintainer: [email protected]
copyright: 2016 Daishi Nakajima
category: Utils
build-type: Simple