Hello community,

here is the log from the commit of package ghc-base-unicode-symbols for 
openSUSE:Factory checked in at 2016-07-21 08:00:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-base-unicode-symbols (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-base-unicode-symbols.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-base-unicode-symbols"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-base-unicode-symbols/ghc-base-unicode-symbols.changes
        2014-04-02 17:18:43.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-base-unicode-symbols.new/ghc-base-unicode-symbols.changes
   2016-07-21 08:00:41.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:22:48 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.2.4 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  _service

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

Other differences:
------------------
++++++ ghc-base-unicode-symbols.spec ++++++
--- /var/tmp/diff_new_pack.hCRKTj/_old  2016-07-21 08:00:42.000000000 +0200
+++ /var/tmp/diff_new_pack.hCRKTj/_new  2016-07-21 08:00:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base-unicode-symbols
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name base-unicode-symbols
 
-Name:           ghc-base-unicode-symbols
+%global pkg_name base-unicode-symbols
+Name:           ghc-%{pkg_name}
 Version:        0.2.2.4
-Release:        1
+Release:        0
 Summary:        Unicode alternatives for common functions and operators
-Group:          System/Libraries          
-
 License:        BSD-3-Clause
-Url:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
+Group:          System/Libraries
+Url:            https://hackage.haskell.org/package/%{pkg_name}
+Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package defines new symbols for a number of functions, operators and types
@@ -39,21 +37,28 @@
 regarding their Unicode code point. They should be completely interchangeable
 with their definitions.
 
+For further Unicode goodness you can enable the 'UnicodeSyntax' language
+extension [1]. This extension enables Unicode characters to be used to stand
+for certain ASCII character sequences, i.e. → instead of '->', ∀
+instead of 'forall' and many others.
+
+Original idea by Péter Diviánszky.
+
+[1]
+<http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax>.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
 Group:          Development/Libraries/Other
-Provides:       %{name}-static = %{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -69,19 +74,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.markdown
 
-
 %changelog


Reply via email to