Hello community,

here is the log from the commit of package cpphs for openSUSE:Factory checked 
in at 2016-07-21 07:59:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpphs (Old)
 and      /work/SRC/openSUSE:Factory/.cpphs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpphs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpphs/cpphs.changes      2016-05-31 
12:24:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cpphs.new/cpphs.changes 2016-07-21 
07:59:59.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:21:05 UTC 2016 - psim...@suse.com
+
+- Update to version 1.20.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cpphs.spec ++++++
--- /var/tmp/diff_new_pack.Jp7dI6/_old  2016-07-21 08:00:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Jp7dI6/_new  2016-07-21 08:00:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cpphs
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 %global pkg_name cpphs
-Name:           cpphs
+Name:           %{pkg_name}
 Version:        1.20.1
 Release:        0
 Summary:        A liberalised re-implementation of cpp, the C pre-processor
@@ -68,26 +68,27 @@
 %prep
 %setup -q
 
+
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 install -D --mode=444 docs/cpphs.1 %{buildroot}%{_mandir}/man1/cpphs.1
 chmod a-x LICENCE-* README docs/*
 
 %post -n ghc-%{name}-devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %postun -n ghc-%{name}-devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %files
 %defattr(-,root,root,-)
 %doc LICENCE-LGPL
 %doc LICENCE-GPL LICENCE-commercial README docs
 %{_bindir}/%{name}
-%{_mandir}/man1/cpphs.1.gz
+%{_mandir}/man1/cpphs.1%{ext_man}
 
 %files -n ghc-%{name} -f ghc-%{name}.files
 %defattr(-,root,root,-)


Reply via email to