Hello community, here is the log from the commit of package ghc-flac-picture for openSUSE:Factory checked in at 2017-06-22 10:37:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-flac-picture (Old) and /work/SRC/openSUSE:Factory/.ghc-flac-picture.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-flac-picture" Thu Jun 22 10:37:30 2017 rev:2 rq:504067 version:0.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-flac-picture/ghc-flac-picture.changes 2017-04-14 13:33:00.319378788 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-flac-picture.new/ghc-flac-picture.changes 2017-06-22 10:37:31.325907617 +0200 @@ -1,0 +2,5 @@ +Wed May 31 14:05:43 UTC 2017 - [email protected] + +- Update to version 0.1.1. + +------------------------------------------------------------------- Old: ---- flac-picture-0.1.0.tar.gz flac-picture.cabal New: ---- flac-picture-0.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-flac-picture.spec ++++++ --- /var/tmp/diff_new_pack.wD8b3K/_old 2017-06-22 10:37:31.809839394 +0200 +++ /var/tmp/diff_new_pack.wD8b3K/_new 2017-06-22 10:37:31.809839394 +0200 @@ -19,14 +19,13 @@ %global pkg_name flac-picture %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.0 +Version: 0.1.1 Release: 0 Summary: Support for writing picture to FLAC metadata blocks with JuicyPixels License: BSD-3-Clause Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-JuicyPixels-devel BuildRequires: ghc-bytestring-devel @@ -56,7 +55,6 @@ %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ flac-picture-0.1.0.tar.gz -> flac-picture-0.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flac-picture-0.1.0/CHANGELOG.md new/flac-picture-0.1.1/CHANGELOG.md --- old/flac-picture-0.1.0/CHANGELOG.md 2017-01-03 01:24:50.000000000 +0100 +++ new/flac-picture-0.1.1/CHANGELOG.md 2017-05-22 14:49:34.000000000 +0200 @@ -1,3 +1,7 @@ +## FLAC Picture 0.1.1 + +* Improved documentation and metadata. + ## FLAC Picture 0.1.0 * Initial release. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flac-picture-0.1.0/Codec/Audio/FLAC/Metadata/Picture.hs new/flac-picture-0.1.1/Codec/Audio/FLAC/Metadata/Picture.hs --- old/flac-picture-0.1.0/Codec/Audio/FLAC/Metadata/Picture.hs 2017-01-03 19:40:06.000000000 +0100 +++ new/flac-picture-0.1.1/Codec/Audio/FLAC/Metadata/Picture.hs 2017-05-22 13:59:39.000000000 +0200 @@ -3,12 +3,12 @@ -- Copyright : © 2017 Mark Karpov -- License : BSD 3 clause -- --- Maintainer : Mark Karpov <[email protected]> +-- Maintainer : Mark Karpov <[email protected]> -- Stability : experimental -- Portability : portable -- -- Juicy-Pixels-powered helpers to read\/write images to FLAC metadata --- blocks. For maximal player support, use PNG or JPEG (we don't provide +-- blocks. For best player support, use PNG or JPEG (we don't provide -- helpers for other formats at the time anyway). {-# LANGUAGE OverloadedStrings #-} @@ -24,7 +24,7 @@ import Data.Word import qualified Data.ByteString.Lazy as BL --- | Read specific picture from FLAC metadata as 'DynamicImage'. +-- | Read specific type of picture from FLAC metadata as a 'DynamicImage'. retrieveImage :: PictureType diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flac-picture-0.1.0/flac-picture.cabal new/flac-picture-0.1.1/flac-picture.cabal --- old/flac-picture-0.1.0/flac-picture.cabal 2017-01-03 20:50:18.000000000 +0100 +++ new/flac-picture-0.1.1/flac-picture.cabal 2017-05-22 14:50:02.000000000 +0200 @@ -1,42 +1,11 @@ --- --- Cabal configuration for ‘flac-picture’ package. --- --- Copyright © 2017 Mark Karpov <[email protected]> --- --- Redistribution and use in source and binary forms, with or without --- modification, are permitted provided that the following conditions are --- met: --- --- * Redistributions of source code must retain the above copyright notice, --- this list of conditions and the following disclaimer. --- --- * Redistributions in binary form must reproduce the above copyright --- notice, this list of conditions and the following disclaimer in the --- documentation and/or other materials provided with the distribution. --- --- * Neither the name Mark Karpov nor the names of contributors may be used --- to endorse or promote products derived from this software without --- specific prior written permission. --- --- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS “AS IS” AND ANY --- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED --- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE --- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY --- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL --- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS --- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) --- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, --- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN --- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE --- POSSIBILITY OF SUCH DAMAGE. - name: flac-picture -version: 0.1.0 +version: 0.1.1 cabal-version: >= 1.10 +tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.1 license: BSD3 license-file: LICENSE.md -author: Mark Karpov <[email protected]> -maintainer: Mark Karpov <[email protected]> +author: Mark Karpov <[email protected]> +maintainer: Mark Karpov <[email protected]> homepage: https://github.com/mrkkrp/flac-picture bug-reports: https://github.com/mrkkrp/flac-picture/issues category: Codec, Audio, Image @@ -79,9 +48,9 @@ , base >= 4.7 && < 5.0 , bytestring >= 0.2 && < 0.11 , data-default-class - , directory >= 1.2.2 && < 1.3 + , directory >= 1.2.2 && < 1.4 , flac >= 0.1 && < 0.2 - , flac-picture >= 0.1.0 + , flac-picture , hspec >= 2.0 && < 3.0 , temporary >= 1.1 && < 1.3 if flag(dev) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flac-picture-0.1.0/tests/Codec/Audio/FLAC/Metadata/PictureSpec.hs new/flac-picture-0.1.1/tests/Codec/Audio/FLAC/Metadata/PictureSpec.hs --- old/flac-picture-0.1.0/tests/Codec/Audio/FLAC/Metadata/PictureSpec.hs 2017-01-03 20:50:12.000000000 +0100 +++ new/flac-picture-0.1.1/tests/Codec/Audio/FLAC/Metadata/PictureSpec.hs 2017-05-22 13:44:12.000000000 +0200 @@ -1,35 +1,3 @@ --- --- Tests for the ‘flac-picture’ package. --- --- Copyright © 2017 Mark Karpov <[email protected]> --- --- Redistribution and use in source and binary forms, with or without --- modification, are permitted provided that the following conditions are --- met: --- --- * Redistributions of source code must retain the above copyright notice, --- this list of conditions and the following disclaimer. --- --- * Redistributions in binary form must reproduce the above copyright --- notice, this list of conditions and the following disclaimer in the --- documentation and/or other materials provided with the distribution. --- --- * Neither the name Mark Karpov nor the names of contributors may be used --- to endorse or promote products derived from this software without --- specific prior written permission. --- --- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS “AS IS” AND ANY --- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED --- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE --- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY --- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL --- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS --- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) --- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, --- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN --- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE --- POSSIBILITY OF SUCH DAMAGE. - {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-}
