Hello community,

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

Package is "happy", Maintainer is ""

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

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.happy.new/happy.changes 2013-01-08 
16:39:38.000000000 +0100
@@ -0,0 +1,53 @@
+-------------------------------------------------------------------
+Thu Dec 27 13:51:50 UTC 2012 - [email protected]
+
+- fixed license tag 
+
+-------------------------------------------------------------------
+Sat Nov 17 14:59:53 UTC 2012 - [email protected]
+
+- make service localonly for Factory submission 
+
+-------------------------------------------------------------------
+Mon Oct  1 19:14:05 UTC 2012 - [email protected]
+
+- update to 1.18.10 from upstream for Haskell Platform 2012.4.0.0 
+
+-------------------------------------------------------------------
+Sun Jun 10 06:50:15 UTC 2012 - [email protected]
+
+- dropped BuildRequires xmltex (not needed) 
+
+-------------------------------------------------------------------
+Tue Jun  5 13:26:11 UTC 2012 - [email protected]
+
+- update to 1.18.9 from upstream for Haskell Platform 2012.2.0.0 
+
+-------------------------------------------------------------------
+Mon May  7 19:23:10 UTC 2012 - [email protected]
+
+- patch file added 
+
+-------------------------------------------------------------------
+Mon May  7 19:22:17 UTC 2012 - [email protected]
+
+- added patch to enable man page generation
+- build, install and package man page 
+
+-------------------------------------------------------------------
+Mon Jan 23 08:03:09 UTC 2012 - [email protected]
+
+- SPDX compliant version tag
+- BR autoconf explicitly 
+
+-------------------------------------------------------------------
+Mon Dec  5 09:00:46 UTC 2011 - [email protected]
+
+- Fixed ExclusiveArch for OBS
+- Added ghc-mtl-devel BR 
+
+-------------------------------------------------------------------
+Thu Nov 24 21:30:04 UTC 2011 - [email protected]
+
+- Initial packaging. 
+

New:
----
  _service
  happy-1.18.10.tar.gz
  happy-1.18.6-generate-man-page.patch
  happy.changes
  happy.spec

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

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

# 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:           happy
Version:        1.18.10
Release:        1
License:        BSD-2-Clause
Group:          Development/Languages/Other
# BEGIN cabal2spec
URL:            http://hackage.haskell.org/package/%{name}
Source0:        
http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM happy-1.18.6-generate-man-page.patch -- 
[email protected]
Patch:          happy-1.18.6-generate-man-page.patch
ExclusiveArch:  %{ix86} x86_64
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
Buildrequires:  ghc-array-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  autoconf
BuildRequires:  docbook-dtd
BuildRequires:  docbook-xsl-stylesheets
BuildRequires:  libxslt
BuildRequires:  libxml2
BuildRequires:  fop
# END cabal2spec

Summary:        The LALR(1) Parser Generator for Haskell

BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Parser generator system for Haskell, similar to the tool
`yacc' for C. Like `yacc', it takes a file containing an annotated BNF
specification of a grammar and produces a Haskell module containing a
parser for the grammar.

Happy is flexible: you can have several Happy parsers in the same
program, and several entry points to a single grammar. Happy can work
in conjunction with a lexical analyser supplied by the user (either
hand-written or generated by another program), or it can parse a
stream of characters directly (but this isn't practical in most
cases).

Authors:
--------
    Simon Marlow <[email protected]>
    Andy Gill <[email protected]>

%prep
%setup -q
%patch -p1

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

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


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

%changelog
++++++ _service ++++++
<services>
  
<service name="download_files" mode="localonly"/></services>
++++++ happy-1.18.6-generate-man-page.patch ++++++
diff -Nur happy-1.18.6/doc/configure.ac happy-1.18.6-man-page/doc/configure.ac
--- happy-1.18.6/doc/configure.ac       2010-11-17 12:30:23.000000000 +0100
+++ happy-1.18.6-man-page/doc/configure.ac      2012-05-07 21:08:25.000000000 
+0200
@@ -9,5 +9,5 @@
 
 AC_PATH_PROG(DbLatexCmd,dblatex)
 
-AC_CONFIG_FILES([config.mk])
+AC_CONFIG_FILES([config.mk happy.1])
 AC_OUTPUT
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to