Hello community,

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

Package is "ragel"

Mon Oct 29 14:22:06 2018 rev:10 rq:644914 version:7.0.0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/ragel/ragel.changes      2017-09-12 
19:54:02.402507307 +0200
+++ /work/SRC/openSUSE:Factory/.ragel.new/ragel.changes 2018-10-29 
14:26:34.655626112 +0100
@@ -1,0 +2,6 @@
+Fri Oct 26 09:37:38 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 7.0.0.11
+  * No changelog was provided again
+
+-------------------------------------------------------------------

Old:
----
  ragel-7.0.0.10.tar.gz

New:
----
  ragel-7.0.0.11.tar.gz

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

Other differences:
------------------
++++++ ragel.spec ++++++
--- /var/tmp/diff_new_pack.tos1rs/_old  2018-10-29 14:26:35.051611635 +0100
+++ /var/tmp/diff_new_pack.tos1rs/_new  2018-10-29 14:26:35.055611490 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ragel
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,12 +12,12 @@
 # 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/
 #
 
 
 Name:           ragel
-Version:        7.0.0.10
+Version:        7.0.0.11
 Release:        0
 Summary:        Finite state machine compiler
 License:        MIT
@@ -28,7 +28,7 @@
 Source:         http://www.colm.net/files/ragel/%name-%version.tar.gz
 Source2:        %name.keyring
 BuildRequires:  automake
-BuildRequires:  colm = 0.13.0.5
+BuildRequires:  colm = 0.13.0.6
 BuildRequires:  gcc-c++
 BuildRequires:  kelbt
 BuildRequires:  libtool
@@ -51,6 +51,14 @@
 Ragel compiles finite state machines from regular languages into
 executable C, C++, Objective-C, or D code.
 
+%package -n libragel0
+Summary:        Ragel parser support library
+Group:          System/Libraries
+
+%description -n libragel0
+libragel contains the parse tree and other parsing support code -
+everything except the reducers, which are specific to the frontends.
+
 %package devel
 Summary:        Development files for ragel, a finite state machine compiler 
library
 Group:          Development/Libraries/C and C++
@@ -85,21 +93,24 @@
 
 %post   -n libfsm0 -p /sbin/ldconfig
 %postun -n libfsm0 -p /sbin/ldconfig
+%post   -n libragel0 -p /sbin/ldconfig
+%postun -n libragel0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc COPYING
 %doc %{_docdir}/%{name}
-%_bindir/ragel
+%_bindir/ragel*
 %_mandir/man1/ragel.1*
 %_datadir/vim/
+%_datadir/ragel*
 
 %files -n libfsm0
-%defattr(-,root,root)
 %_libdir/libfsm.so.0*
 
+%files -n libragel0
+%_libdir/libragel.so.0*
+
 %files devel
-%defattr(-,root,root)
 %_libdir/*.so
 %_includedir/ragel/
 

++++++ ragel-7.0.0.10.tar.gz -> ragel-7.0.0.11.tar.gz ++++++
++++ 223087 lines of diff (skipped)



Reply via email to