Hello community,

here is the log from the commit of package alex for openSUSE:Factory checked in 
at 2013-01-08 16:23:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alex (Old)
 and      /work/SRC/openSUSE:Factory/.alex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alex", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.alex.new/alex.changes   2013-01-08 
16:23:37.000000000 +0100
@@ -0,0 +1,80 @@
+-------------------------------------------------------------------
+Sat Nov 17 13:46:06 UTC 2012 - [email protected]
+
+- service localonly for Factory submission 
+
+-------------------------------------------------------------------
+Mon Oct  1 19:01:07 UTC 2012 - [email protected]
+
+- update to 3.0.2 from upstream
+- needed by Haskell Platform 2012.4.0.0 
+
+-------------------------------------------------------------------
+Mon Jun  4 06:59:04 UTC 2012 - [email protected]
+
+- update to 3.0.1 from upstream
+    * Unicode support (contributed mostly by Jean-Philippe Bernardy,
+      with help from Alan Zimmerman).
+
+      * An Alex lexer now takes a UTF-8 encoded byte sequence as input
+        (see Section 5.1, “Unicode and UTF-8”. If you are using the
+        "basic" wrapper or one of the other wrappers that takes a
+        Haskell String as input, the string is automatically encoded
+        into UTF-8 by Alex. If your input is a ByteString, you are
+        responsible for ensuring that the input is UTF-8 encoded. The
+        old 8-bit behaviour is still available via the --latin1
+        option.
+
+      * Alex source files are asumed to be in UTF-8, like Haskell
+        source files. The lexer specification can use Unicode
+        characters and ranges.
+
+      * alexGetChar is renamed to alexGetByte in the generated code.
+
+      * There is a new option, --latin1, that restores the old
+        behaviour.
+
+    * Alex now does DFA minimization, which helps to reduce the size
+      of the generated tables, especially for lexers that use Unicode.
+- dropped patch alex-2.3.5-generate-man-page.patch
+- required by Haskell Platform 2012.2.0.0 
+
+-------------------------------------------------------------------
+Mon May  7 18:40:00 UTC 2012 - [email protected]
+
+- add patch to enable man page generation
+- generate, install and package man page alex.1 
+
+-------------------------------------------------------------------
+Thu Dec 29 11:47:39 UTC 2011 - [email protected]
+
+- Clean up install section
+- Add three word to description to make rpmlint happier 
+
+-------------------------------------------------------------------
+Wed Dec 28 20:47:31 UTC 2011 - [email protected]
+
+- Adjusted version for platform 2011.4 
+
+-------------------------------------------------------------------
+Sat Dec 10 16:48:35 UTC 2011 - [email protected]
+
+- Added /usr/share/alex-3.0.1 files
+- Fixed file owner
+- Deleted additional LICENSE file 
+
+-------------------------------------------------------------------
+Mon Dec  5 09:04:47 UTC 2011 - [email protected]
+
+- Added QuickCheck BR 
+
+-------------------------------------------------------------------
+Sat Nov 19 21:44:36 UTC 2011 - [email protected]
+
+- enabled i586 build 
+
+-------------------------------------------------------------------
+Tue Oct 11 19:50:28 UTC 2011 - [email protected]
+
+- created new package 
+

New:
----
  _service
  alex-3.0.2.tar.gz
  alex.changes
  alex.spec

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

Other differences:
------------------
++++++ alex.spec ++++++
#
# spec file for package alex
#

# Copyright (c) 2012 Peter Trommler [email protected]
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

Name:           alex
Version:        3.0.2
Release:        0
Summary:        Tool for generating lexical analysers in Haskell

Group:          Development/Languages/Other
License:        BSD-3-Clause
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec
URL:            http://hackage.haskell.org/package/%{name}
Source0:        
http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  autoconf
# END cabal2spec


%description
Tool for generating lexical analysers in Haskell similar to lex


%prep
%setup -q


%build
%ghc_bin_build
cd doc
test -f configure || autoreconf
./configure


%install
%ghc_bin_install
mkdir -p %{buildroot}/%{_mandir}/man1
cp doc/alex.1 %{buildroot}/%{_mandir}/man1

%files
%defattr(-,root,root,-)
%doc LICENSE ANNOUNCE README TODO
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/%{name}-%{version}
%{_mandir}/man1/*


%changelog
++++++ _service ++++++
<services>
  
<service name="download_files" mode="localonly"/></services>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to