commit ghc-text-binary for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-text-binary for openSUSE:Factory 
checked in at 2017-09-15 22:17:47

Comparing /work/SRC/openSUSE:Factory/ghc-text-binary (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-text-binary.new (New)


Package is "ghc-text-binary"

Fri Sep 15 22:17:47 2017 rev:4 rq:525508 version:0.2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-text-binary/ghc-text-binary.changes  
2016-10-14 09:06:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-text-binary.new/ghc-text-binary.changes 
2017-09-15 22:17:48.617579183 +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:
--
++ ghc-text-binary.spec ++
--- /var/tmp/diff_new_pack.eSJgZU/_old  2017-09-15 22:17:49.757418622 +0200
+++ /var/tmp/diff_new_pack.eSJgZU/_new  2017-09-15 22:17:49.761418059 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-text-binary
 #
-# 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
@@ -22,14 +22,13 @@
 Release:0
 Summary:Binary instances for text types
 License:BSD-2-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+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-binary-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A compatibility layer providing Binary instances for strict and lazy text types
@@ -37,7 +36,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -62,11 +61,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc changelog
 
 %changelog




commit ghc-text-binary for openSUSE:Factory

2016-10-14 Thread h_root
Hello community,

here is the log from the commit of package ghc-text-binary for openSUSE:Factory 
checked in at 2016-10-14 09:06:23

Comparing /work/SRC/openSUSE:Factory/ghc-text-binary (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-text-binary.new (New)


Package is "ghc-text-binary"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-text-binary/ghc-text-binary.changes  
2016-07-21 08:16:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-text-binary.new/ghc-text-binary.changes 
2016-10-14 09:06:23.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct  1 17:19:30 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.1.1 with cabal2obs.
+
+---

Old:

  text-binary-0.2.1.tar.gz

New:

  text-binary-0.2.1.1.tar.gz



Other differences:
--
++ ghc-text-binary.spec ++
--- /var/tmp/diff_new_pack.aAY6ca/_old  2016-10-14 09:06:24.0 +0200
+++ /var/tmp/diff_new_pack.aAY6ca/_new  2016-10-14 09:06:24.0 +0200
@@ -18,20 +18,18 @@
 
 %global pkg_name text-binary
 Name:   ghc-%{pkg_name}
-Version:0.2.1
+Version:0.2.1.1
 Release:0
 Summary:Binary instances for text types
 License:BSD-2-Clause
-Group:  System/Libraries
+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
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 A compatibility layer providing Binary instances for strict and lazy text types
@@ -51,15 +49,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ text-binary-0.2.1.tar.gz -> text-binary-0.2.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/text-binary-0.2.1/text-binary.cabal 
new/text-binary-0.2.1.1/text-binary.cabal
--- old/text-binary-0.2.1/text-binary.cabal 2015-07-13 10:11:24.0 
+0200
+++ new/text-binary-0.2.1.1/text-binary.cabal   2016-09-29 11:53:44.0 
+0200
@@ -1,11 +1,11 @@
 name:   text-binary
-version:0.2.1
+version:0.2.1.1
 synopsis:   Binary instances for text types
 description:
 A compatibility layer providing Binary instances for strict
 and lazy text types for versions older than 1.2.1 of
 .
-license:BSD3
+license:BSD2
 license-file:   LICENSE
 cabal-version:  >= 1.6
 author: Jakub Waszczuk




commit ghc-text-binary for openSUSE:Factory

2016-07-21 Thread h_root
Hello community,

here is the log from the commit of package ghc-text-binary for openSUSE:Factory 
checked in at 2016-07-21 08:16:56

Comparing /work/SRC/openSUSE:Factory/ghc-text-binary (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-text-binary.new (New)


Package is "ghc-text-binary"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-text-binary/ghc-text-binary.changes  
2015-12-29 12:59:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-text-binary.new/ghc-text-binary.changes 
2016-07-21 08:16:59.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:17:23 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-text-binary.spec ++
--- /var/tmp/diff_new_pack.DyFcdi/_old  2016-07-21 08:17:00.0 +0200
+++ /var/tmp/diff_new_pack.DyFcdi/_new  2016-07-21 08:17:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-text-binary
 #
-# Copyright (c) 2015 SUSE LINUX 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,43 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name text-binary
 
-Name:   ghc-text-binary
+%global pkg_name text-binary
+Name:   ghc-%{pkg_name}
 Version:0.2.1
 Release:0
 Summary:Binary instances for text types
-Group:  System/Libraries
-
 License:BSD-2-Clause
+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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-binary-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 A compatibility layer providing Binary instances for strict and lazy text types
 for versions older than 1.2.1 of .
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+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}
 
@@ -67,18 +63,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 changelog
 
 %changelog