Hello community,

here is the log from the commit of package ghc-GLURaw for openSUSE:Factory 
checked in at 2013-08-06 06:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-GLURaw (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-GLURaw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-GLURaw"

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

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-GLURaw.new/ghc-GLURaw.changes       
2013-08-06 06:49:04.000000000 +0200
@@ -0,0 +1,48 @@
+-------------------------------------------------------------------
+Mon May  6 14:20:55 UTC 2013 - [email protected]
+
+- more transparent packaging (fewer macros) 
+
+-------------------------------------------------------------------
+Fri Mar 22 16:24:18 UTC 2013 - [email protected]
+
+- expanded macro in name tag 
+
+-------------------------------------------------------------------
+Thu Jan  3 10:48:52 UTC 2013 - [email protected]
+
+- update to 1.3.0.0 from upstream
+- no changelog 
+
+-------------------------------------------------------------------
+Fri Sep 28 13:21:37 UTC 2012 - [email protected]
+
+- dropped rpmlintrc (warnings fixed in ghc-rpm-macros) 
+
+-------------------------------------------------------------------
+Fri Sep 28 10:24:28 UTC 2012 - [email protected]
+
+- Adapted to new package for libGLU in Factory 
+
+-------------------------------------------------------------------
+Sat May  5 15:05:55 UTC 2012 - [email protected]
+
+- spec file template generated by cabal2spec-0.25.5
+- added copyright notice 
+
+-------------------------------------------------------------------
+Mon Mar  5 14:50:16 UTC 2012 - [email protected]
+
+- BuildRoot tag (SLE_11) and SPDX license tag
+- Update to 1.2.0.0 from upstream 
+
+-------------------------------------------------------------------
+Sat Dec 31 13:08:40 UTC 2011 - [email protected]
+
+- Added Mesa-devel requires 
+
+-------------------------------------------------------------------
+Sat Dec 31 11:46:19 UTC 2011 - [email protected]
+
+- Initial packaging. 
+

New:
----
  GLURaw-1.3.0.0.tar.gz
  _service
  ghc-GLURaw.changes
  ghc-GLURaw.spec

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

Other differences:
------------------
++++++ ghc-GLURaw.spec ++++++
#
# spec file for package ghc-GLURaw
#

# Copyright (c) 2013 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/
#

%global pkg_name GLURaw

%global common_summary A raw binding for the OpenGL graphics system

%global common_description GLURaw is a raw Haskell binding for the GLU 1.3 
OpenGL utility library. It is basically a 1:1 mapping of the GLU C API, 
intended as a basis for a nicer interface.

Name:           ghc-GLURaw
Version:        1.3.0.0
Release:        1
Summary:        %{common_summary}

Group:          System/Libraries
License:        BSD-3-Clause
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec
URL:            http://hackage.haskell.org/package/%{pkg_name}
Source0:        
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-OpenGLRaw-devel
%if 0%{?suse_version}<1230
BuildRequires:  Mesa-devel
%else
BuildRequires:  glu-devel
%endif
# END cabal2spec

%description
%{common_description}

%package devel
Summary:        Haskell %{pkg_name} library development files
Group:          Development/Languages/Other
Requires:       ghc-compiler
Requires(post): ghc-compiler
Requires(postun): ghc-compiler
Requires:       %{name} = %{version}-%{release}
%if 0%{?suse_version}<1230
Requires:  Mesa-devel
%else
Requires:  glu-devel
%endif

%description devel
%{common_description}
This package contains the development files.


%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
++++++ _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