Hello community, here is the log from the commit of package bumper for openSUSE:Factory checked in at 2017-09-15 21:10:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bumper (Old) and /work/SRC/openSUSE:Factory/.bumper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bumper" Fri Sep 15 21:10:32 2017 rev:2 rq:523903 version:0.6.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/bumper/bumper.changes 2017-03-16 09:35:47.883493721 +0100 +++ /work/SRC/openSUSE:Factory/.bumper.new/bumper.changes 2017-09-15 21:10:33.605982688 +0200 @@ -1,0 +2,5 @@ +Thu Aug 3 15:38:38 UTC 2017 - [email protected] + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- Old: ---- 3.cabal New: ---- bumper.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bumper.spec ++++++ --- /var/tmp/diff_new_pack.WOCuxc/_old 2017-09-15 21:10:35.073776600 +0200 +++ /var/tmp/diff_new_pack.WOCuxc/_new 2017-09-15 21:10:35.077776039 +0200 @@ -1,7 +1,7 @@ # # spec file for package bumper # -# 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 @@ -21,10 +21,10 @@ Release: 0 Summary: Automatically bump package versions, also transitively License: BSD-3-Clause -Group: Development/Languages/Other -Url: https://hackage.haskell.org/package/%{name} +Group: Development/Libraries/Haskell +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/3.cabal +Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/3.cabal#/%{name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-fclabels-devel @@ -33,7 +33,6 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-split-devel BuildRequires: ghc-strict-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Automatically bump package versions, also transitively. @@ -51,7 +50,6 @@ %ghc_bin_install %files -%defattr(-,root,root,-) %doc LICENSE %doc CHANGELOG.md README.md %{_bindir}/%{name} ++++++ bumper.cabal ++++++ name: bumper version: 0.6.0.3 x-revision: 3 synopsis: Automatically bump package versions, also transitively. description: Automatically bump package versions, also transitively. . Readme: <https://www.github.com/silkapp/bumper/blob/master/README.md> author: Silk copyright: (c) 2012, Silk maintainer: [email protected] homepage: http://github.com/silkapp/bumper category: Development license: BSD3 license-file: LICENSE cabal-version: >= 1.6 build-type: Simple extra-source-files: CHANGELOG.md LICENSE README.md source-repository head type: git location: https://github.com/silkapp/bumper.git executable bumper ghc-options: -Wall hs-source-dirs: src main-is: Bumper.hs other-modules: Config Package Version build-depends: base == 4.* , Cabal >= 1.6 && < 1.26 , containers >= 0.4 && < 0.6 , fclabels >= 1.0 && < 2.1 , process >= 1.0 && < 1.5 , regex-compat >= 0.93 && < 0.96 , split >= 0.1 && < 0.3 , strict == 0.3.2
