Hello community,

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

Package is "alex"

Tue Mar 14 10:03:57 2017 rev:14 rq:461517 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/alex/alex.changes        2016-07-20 
09:18:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.alex.new/alex.changes   2017-03-14 
10:03:58.862177767 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 14:17:48 UTC 2017 - [email protected]
+
+- Update to version 3.2.1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  alex-3.1.7.tar.gz

New:
----
  alex-3.2.1.tar.gz

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

Other differences:
------------------
++++++ alex.spec ++++++
--- /var/tmp/diff_new_pack.4zRrEW/_old  2017-03-14 10:03:59.438096218 +0100
+++ /var/tmp/diff_new_pack.4zRrEW/_new  2017-03-14 10:03:59.438096218 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alex
 #
-# 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
@@ -18,16 +18,15 @@
 
 %bcond_without tests
 Name:           alex
-Version:        3.1.7
+Version:        3.2.1
 Release:        0
 Summary:        Alex is a tool for generating lexical analysers in Haskell
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  ghc-Cabal-devel
 BuildRequires:  autoconf
-# Begin cabal-rpm deps:
+BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-containers-devel
@@ -37,7 +36,6 @@
 %if %{with tests}
 BuildRequires:  ghc-process-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Alex is a tool for generating lexical analysers in Haskell. It takes a
@@ -48,30 +46,25 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_bin_build
-
 cd doc
 test -f configure || autoreconf
+# FIXME: you should use the %%configure macro
 ./configure
 
 %install
 %ghc_bin_install
-
 mkdir -p %{buildroot}/%{_mandir}/man1
 cp doc/alex.1 %{buildroot}/%{_mandir}/man1
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
-%doc CHANGELOG.md README TODO doc examples
+%doc CHANGELOG.md README.md TODO doc examples
 %{_bindir}/%{name}
 %{_datadir}/%{name}-%{version}
 %{_mandir}/man1/*

++++++ alex-3.1.7.tar.gz -> alex-3.2.1.tar.gz ++++++
++++ 4796 lines of diff (skipped)


Reply via email to