Hello community,
here is the log from the commit of package ghc-protocol-buffers-descriptor for
openSUSE:Factory checked in at 2017-07-27 11:12:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-protocol-buffers-descriptor (Old)
and /work/SRC/openSUSE:Factory/.ghc-protocol-buffers-descriptor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-protocol-buffers-descriptor"
Thu Jul 27 11:12:03 2017 rev:2 rq:511516 version:2.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-protocol-buffers-descriptor/ghc-protocol-buffers-descriptor.changes
2017-05-17 10:51:39.997512118 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-protocol-buffers-descriptor.new/ghc-protocol-buffers-descriptor.changes
2017-07-27 11:12:06.626605159 +0200
@@ -1,0 +2,5 @@
+Tue Jul 11 03:02:32 UTC 2017 - [email protected]
+
+- Update to version 2.4.2.
+
+-------------------------------------------------------------------
Old:
----
protocol-buffers-descriptor-2.4.0.tar.gz
New:
----
protocol-buffers-descriptor-2.4.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-protocol-buffers-descriptor.spec ++++++
--- /var/tmp/diff_new_pack.wUbCZ6/_old 2017-07-27 11:12:07.174527760 +0200
+++ /var/tmp/diff_new_pack.wUbCZ6/_new 2017-07-27 11:12:07.178527195 +0200
@@ -18,7 +18,7 @@
%global pkg_name protocol-buffers-descriptor
Name: ghc-%{pkg_name}
-Version: 2.4.0
+Version: 2.4.2
Release: 0
Summary: Text.DescriptorProto.Options and code generated from the
Google Protocol Buffer specification
License: BSD-3-Clause
++++++ protocol-buffers-descriptor-2.4.0.tar.gz ->
protocol-buffers-descriptor-2.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/protocol-buffers-descriptor-2.4.0/protocol-buffers-descriptor.cabal
new/protocol-buffers-descriptor-2.4.2/protocol-buffers-descriptor.cabal
--- old/protocol-buffers-descriptor-2.4.0/protocol-buffers-descriptor.cabal
2016-05-29 11:18:32.000000000 +0200
+++ new/protocol-buffers-descriptor-2.4.2/protocol-buffers-descriptor.cabal
2017-07-05 15:50:29.000000000 +0200
@@ -1,5 +1,5 @@
name: protocol-buffers-descriptor
-version: 2.4.0
+version: 2.4.2
cabal-version: >= 1.6
build-type: Simple
license: BSD3
@@ -23,14 +23,15 @@
Library
build-depends: base >= 4.7.0 && < 5,
- protocol-buffers == 2.4.0,
+ protocol-buffers == 2.4.2,
bytestring,
containers
-- most files are in src-auto-generated
-- Options is from src-hand-writtern
Hs-Source-Dirs: src-auto-generated,src-hand-written
- ghc-options: -fspec-constr-count=10
+ ghc-options: -O2 -fspec-constr-count=10
+ -- ghc-prof-options: -auto-all -prof
exposed-modules: Text.DescriptorProtos.Options
Text.DescriptorProtos
Text.DescriptorProtos.DescriptorProto