Hello community,

here is the log from the commit of package ragel for openSUSE:Factory checked 
in at 2015-03-16 09:38:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ragel (Old)
 and      /work/SRC/openSUSE:Factory/.ragel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ragel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ragel/ragel.changes      2012-11-26 
19:59:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ragel.new/ragel.changes 2015-03-16 
09:38:50.000000000 +0100
@@ -1,0 +2,18 @@
+Sun Mar 15 17:04:03 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 6.9
+  * updated command-line synopsis
+  * ocaml: fix missing semicolon
+  * ocaml: support -G1
+  * ocaml: choose a unique name for type state
+  * ruby: reduce the amount of calls to GET_WIDE_KEY()
+  * union test case: warning fix
+  * omit line directives around expression-oriented write statements
+  * use AS_IF and test command to check if the DIST file is present
+  * added missing std:: using
+  * go: added '//line' directive support
+- Add gpg signature and project keyring fof gpg verification
+- Remove 0001-explicit-methods-inherited-from-base-templates.patch;
+  merged on upstream release
+
+-------------------------------------------------------------------

Old:
----
  0001-explicit-methods-inherited-from-base-templates.patch
  ragel-6.7.tar.gz

New:
----
  ragel-6.9.tar.gz
  ragel-6.9.tar.gz.asc
  ragel.keyring

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

Other differences:
------------------
++++++ ragel.spec ++++++
--- /var/tmp/diff_new_pack.CmJ9Mx/_old  2015-03-16 09:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.CmJ9Mx/_new  2015-03-16 09:38:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ragel
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,18 +17,19 @@
 
 
 Name:           ragel   
-Version:        6.7
+Version:        6.9
 Release:        0
 Summary:        Finite state machine compiler
 License:        GPL-2.0+
 Group:          Development/Tools/Other
-URL:            http://complang.org/ragel/
+Url:            http://complang.org/ragel/
 
 #Git-Clone:    git://git.complang.org/ragel
-Source:         http://complang.org/ragel/%name-%version.tar.gz
-Patch1:         0001-explicit-methods-inherited-from-base-templates.patch
+Source:         http://www.colm.net/files/ragel/%name-%version.tar.gz
+Source1:        http://www.colm.net/files/ragel/%name-%version.tar.gz.asc
+Source2:        %name.keyring
 BuildRequires:  gcc-c++
-BuildRoot:     %_tmppath/%name-%version-build
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Ragel compiles finite state machines from regular languages into
@@ -40,7 +41,6 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
 
 %build
 %configure --docdir="%_docdir/%name"
@@ -50,11 +50,11 @@
 make check;
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-c="$b/%_datadir/vim/site/syntax";
-mkdir -p "$c";
-install -pm0644 ragel*.vim "$c/";
+b="%buildroot"
+make install DESTDIR="$b"
+c="$b/%_datadir/vim/site/syntax"
+mkdir -p "$c"
+install -pm0644 ragel*.vim "$c/"
 
 %files
 %defattr(-,root,root)

++++++ ragel-6.7.tar.gz -> ragel-6.9.tar.gz ++++++
++++ 19823 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to