Hello community, here is the log from the commit of package scintilla for openSUSE:Factory checked in at 2017-09-12 19:57:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scintilla (Old) and /work/SRC/openSUSE:Factory/.scintilla.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scintilla" Tue Sep 12 19:57:11 2017 rev:22 rq:523568 version:3.7.5 Changes: -------- --- /work/SRC/openSUSE:Factory/scintilla/scintilla.changes 2017-07-29 09:02:30.627478963 +0200 +++ /work/SRC/openSUSE:Factory/.scintilla.new/scintilla.changes 2017-09-12 19:57:15.539350865 +0200 @@ -1,0 +2,5 @@ +Mon Sep 11 18:26:44 UTC 2017 - [email protected] + +- Fix RPM groups and compact package descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scintilla.spec ++++++ --- /var/tmp/diff_new_pack.l69HTP/_old 2017-09-12 19:57:16.483218149 +0200 +++ /var/tmp/diff_new_pack.l69HTP/_new 2017-09-12 19:57:16.483218149 +0200 @@ -22,7 +22,7 @@ Name: scintilla Version: 3.7.5 Release: 0 -Summary: A free source code editing component +Summary: A source code editing component License: MIT Group: Development/Libraries/C and C++ Url: http://www.scintilla.org @@ -37,39 +37,27 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Scintilla is a free source code editing component. It comes with -complete source code and a license that permits use in any free project -or commercial product. - -As well as features found in standard text editing components, -Scintilla includes features especially useful when editing and -debugging source code. These include support for syntax styling, error +Scintilla is a code editing component. It includes features for +editing and debugging source code, such as syntax styling, error indicators, code completion and call tips. The selection margin can -contain markers like those used in debuggers to indicate breakpoints -and the current line. Styling choices are more open than with many -editors, allowing the use of proportional fonts, bold and italics, -multiple foreground and background colours and multiple fonts. +contain breakpoint markers and the current line. It can use +proportional fonts, multiple fonts and different colors at the same +time. %package -n %{libname} -Summary: A free source code editing component -Group: Development/Libraries/C and C++ +Summary: A source code editing component +Group: System/Libraries %description -n %{libname} -Scintilla is a free source code editing component. It comes with -complete source code and a license that permits use in any free project -or commercial product. - -As well as features found in standard text editing components, -Scintilla includes features especially useful when editing and -debugging source code. These include support for syntax styling, error +Scintilla is a code editing component. It includes features for +editing and debugging source code, such as syntax styling, error indicators, code completion and call tips. The selection margin can -contain markers like those used in debuggers to indicate breakpoints -and the current line. Styling choices are more open than with many -editors, allowing the use of proportional fonts, bold and italics, -multiple foreground and background colours and multiple fonts. +contain breakpoint markers and the current line. It can use +proportional fonts, multiple fonts and different colors at the same +time. %package -n libscintilla-devel -Summary: A free source code editing component +Summary: Development files for Scintilla, a code editing component Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Requires: pkgconfig @@ -77,18 +65,12 @@ Requires: pkgconfig(gtk+-3.0) %description -n libscintilla-devel -Scintilla is a free source code editing component. It comes with -complete source code and a license that permits use in any free project -or commercial product. - -As well as features found in standard text editing components, -Scintilla includes features especially useful when editing and -debugging source code. These include support for syntax styling, error -indicators, code completion and call tips. The selection margin can -contain markers like those used in debuggers to indicate breakpoints -and the current line. Styling choices are more open than with many -editors, allowing the use of proportional fonts, bold and italics, -multiple foreground and background colours and multiple fonts. +Scintilla is a code editing component. It includes features for +editing and debugging source code, such as syntax styling, error +indicators, code completion and call tips. + +This subpackage contains the header files for developing +applications that want to make use of the Scintilla library. %prep %setup -q -n %{name}
