From 7957866060cea2d111ab0d21958fff48df4ccffd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Dec 10 2013 22:43:22 +0000 Subject: Correct release number --- diff --git a/nodejs-xmlbuilder.spec b/nodejs-xmlbuilder.spec index ab6b1b3..112b154 100644 --- a/nodejs-xmlbuilder.spec +++ b/nodejs-xmlbuilder.spec @@ -3,7 +3,7 @@ Name: nodejs-xmlbuilder Version: 1.1.0 -Release: 0%{?dist} +Release: 1%{?dist} Summary: An XML builder for Node.js License: MIT @@ -50,7 +50,7 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/xmlbuilder %changelog -* Tue Dec 10 2013 Tom Hughes - 1.1.0-0 +* Tue Dec 10 2013 Tom Hughes - 1.1.0-1 - Update to 1.1.0 upstream release * Mon Dec 2 2013 Tom Hughes - 1.0.2-2 diff --git a/xmlbuilder-license b/xmlbuilder-license deleted file mode 100644 index e7cbac9..0000000 --- a/xmlbuilder-license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2013 Ozgur Ozcitak - -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: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -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.