Hello community,

here is the log from the commit of package lua for openSUSE:Factory checked in 
at 2017-06-29 14:57:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua (Old)
 and      /work/SRC/openSUSE:Factory/.lua.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua"

Thu Jun 29 14:57:57 2017 rev:41 rq:504500 version:5.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua/lua.changes  2016-06-29 09:43:05.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.lua.new/lua.changes     2017-06-29 
14:58:00.518119062 +0200
@@ -1,0 +2,6 @@
+Tue Jun 13 21:30:38 UTC 2017 - [email protected]
+
+- Let package description adhere to guidelines: trim redundant
+  or biased wording and strip future goals.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lua.spec ++++++
--- /var/tmp/diff_new_pack.djueiv/_old  2017-06-29 14:58:05.757379301 +0200
+++ /var/tmp/diff_new_pack.djueiv/_new  2017-06-29 14:58:05.757379301 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua
 #
-# 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
@@ -21,7 +21,7 @@
 Name:           lua
 Version:        5.3.3
 Release:        0
-Summary:        Small Embeddable Language with Simple Procedural Syntax
+Summary:        Small Embeddable Language with Procedural Syntax
 License:        MIT
 Group:          Development/Languages/Other
 Url:            http://www.lua.org
@@ -46,16 +46,15 @@
 
 %description
 Lua is a programming language originally designed for extending
-applications, but also frequently used as a general-purpose,
+applications, but is also frequently used as a general-purpose,
 stand-alone language.
 
-Lua combines simple procedural syntax (similar to Pascal) with powerful
+Lua combines procedural syntax (similar to Pascal) with
 data description constructs based on associative arrays and extensible
 semantics. Lua is dynamically typed, interpreted from byte codes, and
-has automatic memory management, making it ideal for configuration,
+has automatic memory management, making it suitable for configuration,
 scripting, and rapid prototyping. Lua is implemented as a small library
-of C functions, written in ANSI C, and the implementation goals are
-simplicity, efficiency, portability, and low embedding cost.
+of C functions, written in ANSI C.
 
 %package devel
 Summary:        Development files for lua
@@ -67,7 +66,7 @@
 
 %description devel
 Lua is a programming language originally designed for extending
-applications, but also frequently used as a general-purpose,
+applications, but is also frequently used as a general-purpose,
 stand-alone language.
 
 This package contains files needed for embedding lua into your
@@ -81,16 +80,15 @@
 
 %description -n liblua%{libsuf}
 Lua is a programming language originally designed for extending
-applications, but also frequently used as a general-purpose,
+applications, but is also frequently used as a general-purpose,
 stand-alone language.
 
-Lua combines simple procedural syntax (similar to Pascal) with powerful
+Lua combines procedural syntax (similar to Pascal) with
 data description constructs based on associative arrays and extensible
 semantics. Lua is dynamically typed, interpreted from byte codes, and
-has automatic memory management, making it ideal for configuration,
+has automatic memory management, making it suitable for configuration,
 scripting, and rapid prototyping. Lua is implemented as a small library
-of C functions, written in ANSI C, and the implementation goals are
-simplicity, efficiency, portability, and low embedding cost.
+of C functions, written in ANSI C.
 
 %package doc
 Summary:        Documentation for Lua, a small embeddable language
@@ -101,16 +99,15 @@
 
 %description doc
 Lua is a programming language originally designed for extending
-applications, but also frequently used as a general-purpose,
+applications, but is also frequently used as a general-purpose,
 stand-alone language.
 
-Lua combines simple procedural syntax (similar to Pascal) with powerful
+Lua combines procedural syntax (similar to Pascal) with
 data description constructs based on associative arrays and extensible
 semantics. Lua is dynamically typed, interpreted from byte codes, and
-has automatic memory management, making it ideal for configuration,
+has automatic memory management, making it suitable for configuration,
 scripting, and rapid prototyping. Lua is implemented as a small library
-of C functions, written in ANSI C, and the implementation goals are
-simplicity, efficiency, portability, and low embedding cost.
+of C functions, written in ANSI C.
 
 %prep
 %setup -q


Reply via email to