diff --git a/nodejs-jju.spec b/nodejs-jju.spec index 322df5a..a6257ce 100644 --- a/nodejs-jju.spec +++ b/nodejs-jju.spec @@ -2,12 +2,11 @@ %{?nodejs_find_provides_and_requires} %global enable_tests 1 Name: nodejs-jju -Version: 1.2.1 +Version: 1.4.0 Release: 1 Summary: A set of utilities to work with JSON / JSON5 documents Url: https://github.com/rlidwka/jju Source0: https://github.com/rlidwka/jju/archive/v%{version}.tar.gz -Source1: package.json License: WTFPL BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -21,7 +20,6 @@ A set of utilities to work with JSON / JSON5 documents %prep %autosetup -n jju-%{version} rm -rf test/test_parse.js -cp %{SOURCE1} ./ %nodejs_fixdep mocha %build @@ -43,5 +41,8 @@ mocha test/*.js %doc README.md %changelog +* Thu Nov 02 2023 wulei - 1.4.0-1 +- Update to 1.4.0 + * Thu Aug 20 2020 yaokai - 1.2.1-1 - Package init diff --git a/package.json b/package.json deleted file mode 100644 index f5a86e7..0000000 --- a/package.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"jju","version":"1.2.1","description":"a set of utilities to work with JSON / JSON5 documents","author":{"name":"Alex Kocharin","email":"alex@kocharin.ru"},"repository":{"type":"git","url":"git://github.com/rlidwka/jju"},"bugs":{"url":"https://github.com/rlidwka/jju/issues"},"homepage":"http://rlidwka.github.io/jju/","devDependencies":{"mocha":">=1.21.0","js-yaml":">=3.1.0","eslint":"~0.4.2"},"scripts":{"test":"mocha test/*.js","lint":"eslint -c ./.eslint.yaml ./lib"},"keywords":["json","json5","parser","serializer","data"],"publishConfig":{"registry":"https://registry.npmjs.org/"},"license":{"type":"WTFPL","url":"http://www.wtfpl.net/txt/copying/"}} diff --git a/v1.2.1.tar.gz b/v1.2.1.tar.gz deleted file mode 100644 index 8837061..0000000 Binary files a/v1.2.1.tar.gz and /dev/null differ diff --git a/v1.4.0.tar.gz b/v1.4.0.tar.gz new file mode 100644 index 0000000..8a1de71 Binary files /dev/null and b/v1.4.0.tar.gz differ