Hello community,

here is the log from the commit of package titlecase for openSUSE:Factory 
checked in at 2017-06-22 10:39:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/titlecase (Old)
 and      /work/SRC/openSUSE:Factory/.titlecase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "titlecase"

Thu Jun 22 10:39:55 2017 rev:2 rq:504126 version:0.1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/titlecase/titlecase.changes      2017-03-08 
01:05:32.350301124 +0100
+++ /work/SRC/openSUSE:Factory/.titlecase.new/titlecase.changes 2017-06-22 
10:39:55.857531255 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:50 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.3 revision 1.
+
+-------------------------------------------------------------------

New:
----
  titlecase.cabal

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

Other differences:
------------------
++++++ titlecase.spec ++++++
--- /var/tmp/diff_new_pack.VWyYOE/_old  2017-06-22 10:39:56.337463591 +0200
+++ /var/tmp/diff_new_pack.VWyYOE/_new  2017-06-22 10:39:56.341463027 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package titlecase
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -26,6 +26,7 @@
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-blaze-markup-devel
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++++++ titlecase.cabal ++++++
-- This file has been generated from package.yaml by hpack version 0.14.1.
--
-- see: https://github.com/sol/hpack

name:                titlecase
version:             0.1.0.3
x-revision: 1
license:             BSD3
license-file:        LICENSE
author:              Nikita Karetnikov,
                     Peter Simons,
                     Aaron Wolf
maintainer:          Peter Simons <[email protected]>
homepage:            https://github.com/peti/titlecase#readme
bug-reports:         https://github.com/peti/titlecase/issues
category:            Text
stability:           stable
build-type:          Simple
cabal-version:       >= 1.10
synopsis:            Convert English words to title case
description:         Capitalize all English words except articles (a, an, the), 
coordinating conjunctions (for, and, nor, but, or, yet, so), and prepositions 
(unless they begin or end the title).  The prepositions are taken from 
<https://en.wikipedia.org/wiki/List_of_English_prepositions>.
tested-with:         GHC > 7.6 && < 8.1

source-repository head
  type: git
  location: https://github.com/peti/titlecase

library
  default-language: Haskell2010
  other-extensions: MultiWayIf
  hs-source-dirs:
    src
  ghc-options: -Wall
  build-depends:
    base <5,
    blaze-markup,
    semigroups,
    text
  exposed-modules:
    Data.Text.Titlecase
    Data.Text.Titlecase.Internal
  other-modules:
    Paths_titlecase

executable titlecase
  default-language: Haskell2010
  main-is: Main.hs
  ghc-options: -Wall
  build-depends:
    base <5,
    blaze-markup,
    semigroups,
    text,
    titlecase

test-suite test
  type: exitcode-stdio-1.0
  main-is: Test.hs
  hs-source-dirs:
    tests
  ghc-options: -Wall
  build-depends:
    base <5,
    blaze-markup,
    semigroups,
    text,
    titlecase,
    tasty,
    tasty-hunit,
    tasty-quickcheck
  other-modules:
    Test.Property
    Test.Unit
  default-language: Haskell2010

Reply via email to