Hello community,

here is the log from the commit of package gaa for openSUSE:Factory checked in 
at 2014-12-09 09:14:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gaa (Old)
 and      /work/SRC/openSUSE:Factory/.gaa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gaa"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gaa/gaa.changes  2011-10-04 16:57:18.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gaa.new/gaa.changes     2014-12-09 
09:13:40.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Dec  7 20:23:14 UTC 2014 - jeng...@inai.de
+
+- Use source URL and original tarball
+
+-------------------------------------------------------------------

Old:
----
  gaa-1.6.6.tar.xz

New:
----
  gaa-1.6.6.tar.gz

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

Other differences:
------------------
++++++ gaa.spec ++++++
--- /var/tmp/diff_new_pack.rdSj3j/_old  2014-12-09 09:13:41.000000000 +0100
+++ /var/tmp/diff_new_pack.rdSj3j/_new  2014-12-09 09:13:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gaa
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gaa
 Version:        1.6.6
 Release:        0
 Summary:        GAA Argument Analyzer and Code Generator
+License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
 #Group: code generators
-License:        GPL-2.0+
-URL:            http://gaa.sf.net/
+Url:            http://gaa.sf.net/
 
-Source:         %name-%version.tar.xz
+Source:         http://downloads.sf.net/gaa/%name-%version.tar.gz
 Patch1:         gaa-getline.diff
 Patch2:         gaa-parser.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison, flex, xz
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  xz
 
 %description
 GAA is a code generator that turns GAA language expressions into C
@@ -42,7 +45,7 @@
 %build
 %configure --disable-static
 # not so parallel safe due to use of bison
-make -j1 gaadocdir="%_docdir/%name";
+make -j1 gaadocdir="%_docdir/%name"
 
 %install
 %make_install gaadocdir="%_docdir/%name"
@@ -50,7 +53,7 @@
 %files
 %defattr(-,root,root)
 %_bindir/gaa
-%_datadir/%name
-%_docdir/%name
+%_datadir/%name/
+%_docdir/%name/
 
 %changelog

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

Reply via email to