commit nodejs-emojione for openSUSE:Factory

2019-03-08 Thread root
Hello community,

here is the log from the commit of package nodejs-emojione for openSUSE:Factory 
checked in at 2019-03-08 11:01:57

Comparing /work/SRC/openSUSE:Factory/nodejs-emojione (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-emojione.new.28833 (New)


Package is "nodejs-emojione"

Fri Mar  8 11:01:57 2019 rev:2 rq:681711 version:3.1.2

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-emojione/nodejs-emojione.changes  
2018-01-25 12:39:20.630015839 +0100
+++ 
/work/SRC/openSUSE:Factory/.nodejs-emojione.new.28833/nodejs-emojione.changes   
2019-03-08 11:01:59.552535148 +0100
@@ -1,0 +2,7 @@
+Tue Mar  5 10:10:41 UTC 2019 - Stephan Kulow 
+
+- Do not hardcode nodejs8 - nodejs10 works just as well
+- Remove special hack for leap 42.1, which is long out of maintenance
+- Tag license with %license not with %doc
+
+---



Other differences:
--
++ nodejs-emojione.spec ++
--- /var/tmp/diff_new_pack.35R44e/_old  2019-03-08 11:02:00.148535053 +0100
+++ /var/tmp/diff_new_pack.35R44e/_new  2019-03-08 11:02:00.148535053 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-emojione
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,15 +12,13 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define _name emojione
 %define include_android 0
 %define include_ios 0
-%if 0%{?suse_version} >= 1315 || 0%{?suse_version} <= 1316
-%define nodejs_sitelib /usr/lib/node_modules
-%endif
 
 Name:   nodejs-%{_name}
 Version:3.1.2
@@ -28,26 +26,20 @@
 Summary:A set of emojis designed for the web
 # Artwork included is in CC-BY-SA license
 # Non-Artwork files are under MIT license
-License:MIT and CC-BY-4.0
+License:MIT AND CC-BY-4.0
 Group:  Development/Languages/NodeJS
 URL:https://github.com/Ranks/emojione
 Source0:
https://github.com/Ranks/emojione/archive/%{version}/%{_name}-%{version}.tar.gz
 BuildArch:  noarch
-%if 0%{?suse_version} < 1315 || 0%{?suse_version} > 1316
 BuildRequires:  nodejs-packaging
-%endif
-%if 0%{?suse_version} > 1316
-BuildRequires:  npm8
-BuildRequires:  nodejs8-devel
+%if 0%{?suse_version} >= 1316
+BuildRequires:  nodejs-devel
 %else
-BuildRequires:  npm
 BuildRequires:  nodejs6-devel
+BuildRequires:  npm
 %endif
-%if 0%{?suse_version} == 1316
-BuildRequires:  nodejs-devel
-%endif
-BuildRequires:  python3
 BuildRequires:  fdupes
+BuildRequires:  python3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -58,6 +50,7 @@
 
 %package demo
 Summary:EmojiOne Demos
+Group:  Development/Languages/NodeJS
 Requires:   %{name} = %{version}
 
 %description demo
@@ -66,6 +59,7 @@
 %if %{include_android}
 %package android
 Summary:EmojiOne utility for Android
+Group:  Development/Languages/NodeJS
 Requires:   %{name} = %{version}
 %if 0%{suse_version} > 1316
 Requires:   npm6
@@ -77,6 +71,7 @@
 
 %package awesome
 Summary:Emojione templates
+Group:  Development/Languages/NodeJS
 Requires:   %{name} = %{version}
 
 %description awesome
@@ -86,6 +81,7 @@
 
 %package meteor
 Summary:EmojiOne utility for Meteor
+Group:  Development/Languages/NodeJS
 Requires:   %{name} = %{version}
 
 %description meteor
@@ -93,6 +89,7 @@
 
 %package swift
 Summary:EmojiOne utility for swift
+Group:  Development/Languages/NodeJS
 Requires:   %{name} = %{version}
 
 %description swift
@@ -101,6 +98,7 @@
 %if %{include_ios}
 %package ios
 Summary:EmojiOne utility for iOS
+Group:  Development/Languages/NodeJS
 Requires:   %{name} = %{version}
 %if 0%{suse_version} > 1316
 Requires:   npm6
@@ -111,6 +109,7 @@
 
 %package ios-devel
 Summary:Development tools for nodejs-emojione-ios
+Group:  Development/Languages/NodeJS
 Requires:   %{name} = %{version}
 
 %description ios-devel
@@ -120,6 +119,7 @@
 
 %package python
 Summary:EmojiOne utility for Python
+Group:  Development/Languages/NodeJS
 Requires:   %{name} = %{version}
 Requires:   python3
 
@@ -159,7 +159,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.md CONTRIBUTING.md README.md INSTALLATION.md UPGRADE.md USAGE.md
+%license LICENSE.md
+%doc CONTRIBUTING.md README.m

commit nodejs-emojione for openSUSE:Factory

2018-01-25 Thread root
Hello community,

here is the log from the commit of package nodejs-emojione for openSUSE:Factory 
checked in at 2018-01-25 12:39:19

Comparing /work/SRC/openSUSE:Factory/nodejs-emojione (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-emojione.new (New)


Package is "nodejs-emojione"

Thu Jan 25 12:39:19 2018 rev:1 rq:544316 version:3.1.2

Changes:

New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs-emojione.new/nodejs-emojione.changes 
2018-01-25 12:39:20.630015839 +0100
@@ -0,0 +1,35 @@
+---
+Tue Nov 21 16:18:35 UTC 2017 - jeng...@inai.de
+
+- Trim bias from description.
+
+---
+Tue Nov  7 08:22:29 UTC 2017 - hillw...@opensuse.org
+
+- Update to 3.1.2
+  * removed fonts from repo, they're now available on releases in 
+the emojione-assets repo
+  * fix for cdn path on toImage conversion not setting properly
+  * updates to emoji.json file structure - additions only (see UPGRADE.md for 
current structure)
+  * emojiSize property properly integrated
+  * extras/alpha-codes now includes "output" code point
+  * improvements to JS and PHP unicode-matching regex
+  * error returned when Unicode value is matched in regex but not a valid or 
desired match (e.g. #), fixes #494
+  * incorrect class applied for diverse emoji when using sprites, fixes #493
+  * Improvements to conversion scripts
+
+---
+Sat Dec 24 13:27:26 UTC 2016 - hillw...@opensuse.org
+
+- Disable android and ios. 
+
+---
+Mon Dec  5 03:18:50 UTC 2016 - hillw...@opensuse.org
+
+- Fix build for openSUSE Leap.
+
+---
+Fri Aug 26 08:15:41 UTC 2016 - hillw...@opensuse.org
+
+- Initial package.
+

New:

  emojione-3.1.2.tar.gz
  nodejs-emojione.changes
  nodejs-emojione.spec



Other differences:
--
++ nodejs-emojione.spec ++
#
# spec file for package nodejs-emojione
#
# 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/
#

%define _name emojione
%define include_android 0
%define include_ios 0
%if 0%{?suse_version} >= 1315 || 0%{?suse_version} <= 1316
%define nodejs_sitelib /usr/lib/node_modules
%endif

Name:   nodejs-%{_name}
Version:3.1.2
Release:0
Summary:A set of emojis designed for the web
# Artwork included is in CC-BY-SA license
# Non-Artwork files are under MIT license
License:MIT and CC-BY-4.0
Group:  Development/Languages/NodeJS
URL:https://github.com/Ranks/emojione
Source0:
https://github.com/Ranks/emojione/archive/%{version}/%{_name}-%{version}.tar.gz
BuildArch:  noarch
%if 0%{?suse_version} < 1315 || 0%{?suse_version} > 1316
BuildRequires:  nodejs-packaging
%endif
%if 0%{?suse_version} > 1316
BuildRequires:  npm8
BuildRequires:  nodejs8-devel
%else
BuildRequires:  npm
BuildRequires:  nodejs6-devel
%endif
%if 0%{?suse_version} == 1316
BuildRequires:  nodejs-devel
%endif
BuildRequires:  python3
BuildRequires:  fdupes
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
EmojiOne is a set of emojis designed for the web. It includes
libraries to convert Unicode characters to shortnames (like ":smile:")
and shortnames to our custom emoji images. PNG and SVG formats provided
for the emoji images.

%package demo
Summary:EmojiOne Demos
Requires:   %{name} = %{version}

%description demo
The following demos are provided to show how to use EmojiOne.

%if %{include_android}
%package android
Summary:EmojiOne utility for Android
Requires:   %{name} = %{version}
%if 0%{suse_version} > 1316
Requires:   npm6
%endif

%description android
This utility provides a method to convert from shortname to Unicode characters.
%endif

%package awesome
Summary:Emojione templates
Requires:   %{name} = %{version}

%description awesome
EmojiOne Awesome is for front-end developers who want to drop an