commit stylish-haskell for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package stylish-haskell for openSUSE:Factory 
checked in at 2017-09-15 22:30:19

Comparing /work/SRC/openSUSE:Factory/stylish-haskell (Old)
 and  /work/SRC/openSUSE:Factory/.stylish-haskell.new (New)


Package is "stylish-haskell"

Fri Sep 15 22:30:19 2017 rev:4 rq:525805 version:0.8.1.0

Changes:

--- /work/SRC/openSUSE:Factory/stylish-haskell/stylish-haskell.changes  
2017-08-31 21:03:11.158744948 +0200
+++ /work/SRC/openSUSE:Factory/.stylish-haskell.new/stylish-haskell.changes 
2017-09-15 22:30:21.779480718 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ stylish-haskell.spec ++
--- /var/tmp/diff_new_pack.izPomH/_old  2017-09-15 22:30:23.027304942 +0200
+++ /var/tmp/diff_new_pack.izPomH/_new  2017-09-15 22:30:23.031304379 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Haskell code prettifier
 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
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
@@ -40,7 +40,6 @@
 BuildRequires:  ghc-strict-devel
 BuildRequires:  ghc-syb-devel
 BuildRequires:  ghc-yaml-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-test-framework-devel
@@ -61,7 +60,7 @@
 
 %package -n ghc-%{name}-devel
 Summary:Haskell %{name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   ghc-%{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -90,7 +89,6 @@
 %ghc_pkg_recache
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE
 %doc CHANGELOG
 %{_bindir}/%{name}
@@ -99,11 +97,9 @@
 %{_datadir}/%{name}-%{version}/data/stylish-haskell.yaml
 
 %files -n ghc-%{name} -f ghc-%{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG
 
 %changelog




commit stylish-haskell for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package stylish-haskell for openSUSE:Factory 
checked in at 2017-08-31 21:03:09

Comparing /work/SRC/openSUSE:Factory/stylish-haskell (Old)
 and  /work/SRC/openSUSE:Factory/.stylish-haskell.new (New)


Package is "stylish-haskell"

Thu Aug 31 21:03:09 2017 rev:3 rq:513574 version:0.8.1.0

Changes:

--- /work/SRC/openSUSE:Factory/stylish-haskell/stylish-haskell.changes  
2017-03-24 02:16:53.464504389 +0100
+++ /work/SRC/openSUSE:Factory/.stylish-haskell.new/stylish-haskell.changes 
2017-08-31 21:03:11.158744948 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:44 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.1.0.
+
+---

Old:

  stylish-haskell-0.7.1.0.tar.gz

New:

  stylish-haskell-0.8.1.0.tar.gz



Other differences:
--
++ stylish-haskell.spec ++
--- /var/tmp/diff_new_pack.wEGzvl/_old  2017-08-31 21:03:12.110611209 +0200
+++ /var/tmp/diff_new_pack.wEGzvl/_new  2017-08-31 21:03:12.146606152 +0200
@@ -19,7 +19,7 @@
 %global pkg_name stylish-haskell
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.7.1.0
+Version:0.8.1.0
 Release:0
 Summary:Haskell code prettifier
 License:BSD-3-Clause

++ stylish-haskell-0.7.1.0.tar.gz -> stylish-haskell-0.8.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylish-haskell-0.7.1.0/CHANGELOG 
new/stylish-haskell-0.8.1.0/CHANGELOG
--- old/stylish-haskell-0.7.1.0/CHANGELOG   2017-01-24 13:53:59.0 
+0100
+++ new/stylish-haskell-0.8.1.0/CHANGELOG   2017-06-19 14:23:15.0 
+0200
@@ -1,5 +1,24 @@
 # CHANGELOG
 
+- 0.8.1.0 (2017-06-19)
+* Add `pad_module_names` option (by Yuriy Syrovetskiy)
+* Add `space_surround` option to import styling (by Linus Arver)
+* Bump `optparse-applicative` to 0.14
+
+- 0.8.0.0
+* Remove `MagicHash` from whitelisted language extensions, since it was
+  causing parsing errors (by Artyom Kazak)
+* Don't leave a `#-}` hanging on the next line when `language_pragmas`
+  is set to `compact` and the `#-}` doesn't fit into character limit
+  (by Artyom Kazak)
+* Deduplicate import specs (i.e. `import Foo (a, a, b)` becomes
+  `import Foo (a, b)`) (by Artyom Kazak)
+* Take package imports into account when prettifying imports
+  (by Artyom Kazak)
+* Bump `aeson` to 1.2
+* Bump `syb` to 0.7
+* Bump `HUnit` to 1.6
+
 - 0.7.1.0
 * Keep `safe` and `{-# SOURCE #-}` import annotations (by Moritz Drexl)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylish-haskell-0.7.1.0/data/stylish-haskell.yaml 
new/stylish-haskell-0.8.1.0/data/stylish-haskell.yaml
--- old/stylish-haskell-0.7.1.0/data/stylish-haskell.yaml   2017-01-24 
13:53:59.0 +0100
+++ new/stylish-haskell-0.8.1.0/data/stylish-haskell.yaml   2017-06-19 
14:23:15.0 +0200
@@ -41,7 +41,7 @@
   # Default: global.
   align: global
 
-  # Folowing options affect only import list alignment.
+  # The following options affect only import list alignment.
   #
   # List align has following options:
   #
@@ -64,6 +64,25 @@
   # Default: after_alias
   list_align: after_alias
 
+  # Right-pad the module names to align imports in a group:
+  #
+  # - true: a little more readable
+  #
+  #   > import qualified Data.List   as List (concat, foldl, foldr,
+  #   >   init, last, length)
+  #   > import qualified Data.List.Extra as List (concat, foldl, foldr,
+  #   >   init, last, length)
+  #
+  # - false: diff-safe
+  #
+  #   > import qualified Data.List as List (concat, foldl, foldr, init,
+  #   > last, length)
+  #   > import qualified Data.List.Extra as List (concat, foldl, foldr,
+  #   >   init, last, length)
+  #
+  # Default: true
+  pad_module_names: true
+
   # Long list align style takes effect when import is too long. This is
   # determined by 'columns' setting.
   #
@@ -75,7 +94,7 @@
   #   short enough to fit to single line. Otherwise it'll be multiline.
   #
   # - multiline: One line per import list entry.
-  #   Type with contructor list acts like single import.
+  #   Type with constructor list acts like single import.
   #
   #   > import qualified Data.Map as M
   #   > ( empty
@@ -109,7 +128,7 @@
   #   Useful for 'file' and 'group' align 

commit stylish-haskell for openSUSE:Factory

2017-03-23 Thread root
Hello community,

here is the log from the commit of package stylish-haskell for openSUSE:Factory 
checked in at 2017-03-24 02:16:52

Comparing /work/SRC/openSUSE:Factory/stylish-haskell (Old)
 and  /work/SRC/openSUSE:Factory/.stylish-haskell.new (New)


Package is "stylish-haskell"

Fri Mar 24 02:16:52 2017 rev:2 rq:477661 version:0.7.1.0

Changes:

--- /work/SRC/openSUSE:Factory/stylish-haskell/stylish-haskell.changes  
2017-02-28 23:48:08.561825319 +0100
+++ /work/SRC/openSUSE:Factory/.stylish-haskell.new/stylish-haskell.changes 
2017-03-24 02:16:53.464504389 +0100
@@ -1,0 +2,10 @@
+Sun Feb 12 14:16:40 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.1.0 with cabal2obs.
+
+---
+Thu Sep 15 06:37:54 UTC 2016 - psim...@suse.com
+
+- Update to version 0.6.1.0 revision 0 with cabal2obs.
+
+---

Old:

  stylish-haskell-0.5.17.0.tar.gz

New:

  stylish-haskell-0.7.1.0.tar.gz



Other differences:
--
++ stylish-haskell.spec ++
--- /var/tmp/diff_new_pack.RQBAAg/_old  2017-03-24 02:16:53.968433087 +0100
+++ /var/tmp/diff_new_pack.RQBAAg/_new  2017-03-24 02:16:53.968433087 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stylish-haskell
 #
-# 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
@@ -19,14 +19,13 @@
 %global pkg_name stylish-haskell
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.5.17.0
+Version:0.7.1.0
 Release:0
 Summary:Haskell code prettifier
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Begin cabal-rpm deps:
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
@@ -47,7 +46,6 @@
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-hunit-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A Haskell code prettifier. For more information, see:
@@ -75,22 +73,15 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-
-%ghc_fix_dynamic_rpath %{pkg_name}
-
+%ghc_fix_rpath %{pkg_name}-%{version}
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache

++ stylish-haskell-0.5.17.0.tar.gz -> stylish-haskell-0.7.1.0.tar.gz ++
 1842 lines of diff (skipped)