Hello community,

here is the log from the commit of package ghc-blaze-html for openSUSE:Factory 
checked in at 2014-04-02 17:19:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-blaze-html (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-blaze-html.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-blaze-html"

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

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-html.new/ghc-blaze-html.changes       
2014-04-02 17:19:31.000000000 +0200
@@ -0,0 +1,38 @@
+-------------------------------------------------------------------
+Mon Oct 21 14:45:53 UTC 2013 - [email protected]
+
+- spec file: Add %defattr(-,root,root,-) to %files devel section
+
+-------------------------------------------------------------------
+Wed May 15 14:25:47 UTC 2013 - [email protected]
+
+- update to 0.6.1.1 from upstream (no changelog)
+* base, keygen, and source elements are considered leaf elements
+* dependencies for test framework adjusted 
+
+-------------------------------------------------------------------
+Wed Oct  3 07:20:49 UTC 2012 - [email protected]
+
+- update to 0.5.1.0 from upstream (no changelog) 
+
+-------------------------------------------------------------------
+Wed Jul  4 17:18:33 UTC 2012 - [email protected]
+
+- update to 0.5.0.0 from upstream (no changelog) 
+
+-------------------------------------------------------------------
+Tue Jun  5 16:55:36 UTC 2012 - [email protected]
+
+- cabal2spec 0.25.5 template for spec file
+- required for ghc-rpm-macros 0.90 
+
+-------------------------------------------------------------------
+Fri Mar 16 13:58:23 UTC 2012 - [email protected]
+
+- added BuildRoof fo SLE_11_SP1/2 
+
+-------------------------------------------------------------------
+Fri Mar  2 16:19:12 UTC 2012 - [email protected]
+
+- initial packaging 
+

New:
----
  blaze-html-0.6.1.1.tar.gz
  ghc-blaze-html.changes
  ghc-blaze-html.spec

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

Other differences:
------------------
++++++ ghc-blaze-html.spec ++++++
#
# spec file for package ghc-blaze-html
#
# 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
# 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/
#


%global pkg_name blaze-html

Name:           ghc-blaze-html
Version:        0.6.1.1
Release:        0
Summary:        A blazingly fast HTML combinator library for Haskell
License:        BSD-3-Clause
Group:          System/Libraries

Url:            http://hackage.haskell.org/package/%{pkg_name}
Source0:        
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires:  ghc-blaze-builder-devel
BuildRequires:  ghc-blaze-markup-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-text-devel
# End cabal-rpm deps

%description
A blazingly fast HTML combinator library for the Haskell
programming language. The Text.Blaze module is a good
starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.


%package devel
Summary:        Haskell %{pkg_name} library development files
Group:          Development/Libraries/Other
Requires:       ghc-compiler
Requires(post): ghc-compiler
Requires(postun): ghc-compiler
Requires:       %{name} = %{version}-%{release}

%description devel
A blazingly fast HTML combinator library for the Haskell
programming language. The Text.Blaze module is a good
starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.


%prep
%setup -q -n %{pkg_name}-%{version}

%build
%ghc_lib_build

%install
%ghc_lib_install

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to