Hello community,
here is the log from the commit of package ghc-authenticate for
openSUSE:Factory checked in at 2016-07-20 09:18:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-authenticate (Old)
and /work/SRC/openSUSE:Factory/.ghc-authenticate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-authenticate"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-authenticate/ghc-authenticate.changes
2016-07-12 23:52:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-authenticate.new/ghc-authenticate.changes
2016-07-20 09:18:44.000000000 +0200
@@ -4 +4 @@
-- update to 1.3.3.2
+- update to version 1.3.3.2 revision 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-authenticate.spec ++++++
--- /var/tmp/diff_new_pack.95GGUC/_old 2016-07-20 09:18:45.000000000 +0200
+++ /var/tmp/diff_new_pack.95GGUC/_new 2016-07-20 09:18:45.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package ghc
+# spec file for package ghc-authenticate
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -66,17 +66,20 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+
%build
-%{ghc_lib_build}
+%ghc_lib_build
+
%install
-%{ghc_lib_install}
+%ghc_lib_install
+
%post devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
%postun devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
%files -f %{name}.files
%defattr(-,root,root,-)
@@ -84,6 +87,6 @@
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
-%doc README.md
+%doc ChangeLog.md README.md
%changelog