Hello community,

here is the log from the commit of package gtk2hs-buildtools for 
openSUSE:Factory checked in at 2016-07-21 08:02:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2hs-buildtools (Old)
 and      /work/SRC/openSUSE:Factory/.gtk2hs-buildtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk2hs-buildtools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk2hs-buildtools/gtk2hs-buildtools.changes      
2015-12-01 09:19:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gtk2hs-buildtools.new/gtk2hs-buildtools.changes 
2016-07-21 08:02:20.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 16:58:23 UTC 2016 - [email protected]
+
+- Update to version 0.13.0.5 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtk2hs-buildtools.spec ++++++
--- /var/tmp/diff_new_pack.XKwzqU/_old  2016-07-21 08:02:23.000000000 +0200
+++ /var/tmp/diff_new_pack.XKwzqU/_new  2016-07-21 08:02:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk2hs-buildtools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -22,15 +22,11 @@
 Summary:        Tools to build the Gtk2Hs suite of User Interface libraries
 License:        GPL-2.0+
 Group:          System/Libraries
-
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
-BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  alex
+BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
@@ -39,7 +35,9 @@
 BuildRequires:  ghc-pretty-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-random-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  happy
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -50,22 +48,29 @@
 signal declarations that are used to call back from C to Haskell.
 These tools are not needed to actually run Gtk2Hs programs.
 
-
 %prep
 %setup -q
 
+
 %build
 %ghc_bin_build
 
+
 %install
 %ghc_bin_install
 
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/gtk2hsC2hs
 %{_bindir}/gtk2hsHookGenerator
 %{_bindir}/gtk2hsTypeGen
-%{_datadir}/%{name}-%{version}
+%dir %{_datadir}/%{name}-%{version}
+%dir %{_datadir}/%{name}-%{version}/callbackGen
+%dir %{_datadir}/%{name}-%{version}/hierarchyGen
+%{_datadir}/%{name}-%{version}/callbackGen/Signal.chs.template
+%{_datadir}/%{name}-%{version}/hierarchyGen/hierarchy.list
+%{_datadir}/%{name}-%{version}/hierarchyGen/Hierarchy.chs.template
 
 %changelog


Reply via email to