commit yi for openSUSE:Factory

2017-09-15 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/yi (Old)
 and  /work/SRC/openSUSE:Factory/.yi.new (New)


Package is "yi"

Fri Sep 15 22:30:46 2017 rev:3 rq:525814 version:0.13.7

Changes:

--- /work/SRC/openSUSE:Factory/yi/yi.changes2017-07-06 00:00:55.471219038 
+0200
+++ /work/SRC/openSUSE:Factory/.yi.new/yi.changes   2017-09-15 
22:30:46.408011395 +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:
--
++ yi.spec ++
--- /var/tmp/diff_new_pack.7j7aqb/_old  2017-09-15 22:30:47.019925197 +0200
+++ /var/tmp/diff_new_pack.7j7aqb/_new  2017-09-15 22:30:47.019925197 +0200
@@ -21,8 +21,8 @@
 Release:0
 Summary:Yi editor
 License:GPL-2.0+
-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:  ghc-Cabal-devel
 BuildRequires:  ghc-microlens-platform-devel
@@ -38,7 +38,6 @@
 BuildRequires:  ghc-yi-mode-haskell-devel
 BuildRequires:  ghc-yi-mode-javascript-devel
 BuildRequires:  ghc-yi-rope-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Yi editor.
@@ -53,7 +52,6 @@
 %ghc_bin_install
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/%{name}
 
 %changelog




commit yi for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package yi for openSUSE:Factory checked in 
at 2017-07-06 00:00:55

Comparing /work/SRC/openSUSE:Factory/yi (Old)
 and  /work/SRC/openSUSE:Factory/.yi.new (New)


Package is "yi"

Thu Jul  6 00:00:55 2017 rev:2 rq:506873 version:0.13.7

Changes:

--- /work/SRC/openSUSE:Factory/yi/yi.changes2017-05-10 20:51:40.133099288 
+0200
+++ /work/SRC/openSUSE:Factory/.yi.new/yi.changes   2017-07-06 
00:00:55.471219038 +0200
@@ -1,0 +2,5 @@
+Wed Jun 21 12:45:02 UTC 2017 - psim...@suse.com
+
+- Update to version 0.13.7.
+
+---

Old:

  yi-0.13.5.tar.gz

New:

  yi-0.13.7.tar.gz



Other differences:
--
++ yi.spec ++
--- /var/tmp/diff_new_pack.HKk69D/_old  2017-07-06 00:00:56.223113116 +0200
+++ /var/tmp/diff_new_pack.HKk69D/_new  2017-07-06 00:00:56.227112553 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yi
-Version:0.13.5
+Version:0.13.7
 Release:0
 Summary:Yi editor
 License:GPL-2.0+

++ yi-0.13.5.tar.gz -> yi-0.13.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yi-0.13.5/Main.hs new/yi-0.13.7/Main.hs
--- old/yi-0.13.5/Main.hs   2016-10-14 16:59:56.0 +0200
+++ new/yi-0.13.7/Main.hs   2017-06-17 18:50:43.0 +0200
@@ -86,7 +86,7 @@
 main = do
 mayClo <- execParser opts
 case mayClo of
-  Nothing -> putStrLn "Yi 0.13.0.1"
+  Nothing -> putStrLn "Yi 0.13.7"
   Just clo -> do
 let openFileActions = intersperse (EditorA newTabE) (map (YiA . 
openNewFile) (files clo))
 moveLineAction  = YiA $ withCurrentBuffer (lineMoveRel (fromMaybe 
0 (startOnLine clo)))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yi-0.13.5/yi.cabal new/yi-0.13.7/yi.cabal
--- old/yi-0.13.5/yi.cabal  2016-12-10 10:39:40.0 +0100
+++ new/yi-0.13.7/yi.cabal  2017-06-17 19:57:23.0 +0200
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.14.0.
+-- This file has been generated from package.yaml by hpack version 0.17.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:   yi
-version:0.13.5
+version:0.13.7
 synopsis:   Yi editor
 category:   Yi
 homepage:   https://github.com/yi-editor/yi#readme
@@ -40,8 +40,8 @@
 executable yi
   main-is: Main.hs
   hs-source-dirs:
-  .
-  ghc-options: -Wall -ferror-spans -threaded
+  ./.
+  ghc-options: -Wall -ferror-spans -threaded -eventlog -rtsopts
   build-depends:
   base >= 4.8 && < 5
 , microlens-platform >= 0.3.4.0