Hello community,

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

Package is "ghc-ConfigFile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ConfigFile/ghc-ConfigFile.changes    
2016-06-07 23:45:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ConfigFile.new/ghc-ConfigFile.changes       
2016-07-21 08:03:35.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:33:05 UTC 2016 - [email protected]
+
+- Update to version 1.1.4 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-ConfigFile.spec ++++++
--- /var/tmp/diff_new_pack.COpvQ9/_old  2016-07-21 08:03:36.000000000 +0200
+++ /var/tmp/diff_new_pack.COpvQ9/_new  2016-07-21 08:03:36.000000000 +0200
@@ -17,35 +17,36 @@
 
 
 %global pkg_name ConfigFile
-# No useful debuginfo for Haskell packages without C sources.
-%global debug_package %{nil}
-Name:           ghc-ConfigFile
+Name:           ghc-%{pkg_name}
 Version:        1.1.4
 Release:        0
 Summary:        Configuration file reading & writing
 License:        LGPL-2.1+ or BSD-3-Clause
 Group:          Development/Libraries/Other
 Url:            http://software.complete.org/configfile
-Source0:        
https://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-MissingH-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# End cabal-rpm deps
 
 %description
 Parser and writer for handling sectioned config files in Haskell.
 
-The ConfigFile module works with configuration files in a standard
-format that is easy for the user to edit, easy for the programmer
-to work with, yet remains powerful and flexible. It is inspired by,
-and compatible with, Python's ConfigParser module. It uses files
-that resemble .INI-style files, but with numerous improvements.
+The ConfigFile module works with configuration files in a standard format that
+is easy for the user to edit, easy for the programmer to work with, yet remains
+powerful and flexible. It is inspired by, and compatible with, Python's
+ConfigParser module. It uses files that resemble Windows .INI-style files, but
+with numerous improvements.
 
 ConfigFile provides simple calls to both read and write config files.
-It's possible to make a config file parsable by this module, the
-UNIX shell, and make.
+It's possible to make a config file parsable by this module, the Unix shell,
+and make.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
@@ -56,18 +57,20 @@
 Requires(postun): ghc-compiler = %{ghc_version}
 
 %description devel
-This package provides the Haskell %{pkg_name} library
-development files.
+This package provides the Haskell %{pkg_name} library development files.
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -75,11 +78,11 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc BSD3 COPYRIGHT LGPL-2.1
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README
 
 %changelog


Reply via email to