commit filelight for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2016-10-19 13:06:17

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


Package is "filelight"

Changes:

--- /work/SRC/openSUSE:Factory/filelight/filelight.changes  2016-09-24 
15:23:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2016-10-19 
13:06:18.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:46:29 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  filelight-16.08.1.tar.xz

New:

  filelight-16.08.2.tar.xz



Other differences:
--
++ filelight.spec ++
--- /var/tmp/diff_new_pack.K9qIec/_old  2016-10-19 13:06:19.0 +0200
+++ /var/tmp/diff_new_pack.K9qIec/_new  2016-10-19 13:06:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filelight
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:Graphical disk usage viewer
 License:GPL-2.0 or GPL-3.0

++ filelight-16.08.1.tar.xz -> filelight-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-16.08.1/src/app/main.cpp 
new/filelight-16.08.2/src/app/main.cpp
--- old/filelight-16.08.1/src/app/main.cpp  2016-07-02 15:21:38.0 
+0200
+++ new/filelight-16.08.2/src/app/main.cpp  2016-09-28 22:16:33.0 
+0200
@@ -31,19 +31,6 @@
 #include 
 #include 
 
-static KAboutData about(
-QStringLiteral(APP_NAME),
-i18n(APP_PRETTYNAME),
-QStringLiteral(APP_VERSION),
-i18n("Graphical disk-usage information"),
-KAboutLicense::GPL,
-i18n("(C) 2006 Max Howell\n"
- "(C) 2008-2014 Martin Sandsmark"),
-QString(),
-QStringLiteral("http://utils.kde.org/projects/filelight;)
-);
-
-
 int main(int argc, char *argv[])
 {
 QApplication app(argc, argv);
@@ -57,6 +44,17 @@
 
 using Filelight::MainWindow;
 
+KAboutData about(
+QStringLiteral(APP_NAME),
+i18n(APP_PRETTYNAME),
+QStringLiteral(APP_VERSION),
+i18n("Graphical disk-usage information"),
+KAboutLicense::GPL,
+i18n("(C) 2006 Max Howell\n"
+ "(C) 2008-2014 Martin Sandsmark"),
+QString(),
+QStringLiteral("http://utils.kde.org/projects/filelight;)
+);
 about.addAuthor(i18n("Martin Sandsmark"), i18n("Maintainer"), 
QStringLiteral("martin.sandsm...@kde.org"), 
QStringLiteral("http://iskrembilen.com/;));
 about.addAuthor(i18n("Max Howell"),   i18n("Original author"), 
QStringLiteral("max.how...@methylblue.com"), 
QStringLiteral("http://www.methylblue.com/;));
 about.addCredit(i18n("Lukas Appelhans"),  i18n("Help and support"));




commit cantor for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2016-10-19 13:05:53

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


Package is "cantor"

Changes:

--- /work/SRC/openSUSE:Factory/cantor/cantor.changes2016-09-24 
15:23:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes   2016-10-19 
13:05:59.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:45:43 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  cantor-16.08.1.tar.xz

New:

  cantor-16.08.2.tar.xz



Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.rF9KKm/_old  2016-10-19 13:06:01.0 +0200
+++ /var/tmp/diff_new_pack.rF9KKm/_new  2016-10-19 13:06:01.0 +0200
@@ -19,7 +19,7 @@
 %global libMAJOR 16
 
 Name:   cantor
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:Worksheet GUI for mathematical software
 License:GPL-2.0+

++ cantor-16.08.1.tar.xz -> cantor-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cantor-16.08.1/CMakeLists.txt 
new/cantor-16.08.2/CMakeLists.txt
--- old/cantor-16.08.1/CMakeLists.txt   2016-09-05 00:30:33.0 +0200
+++ new/cantor-16.08.2/CMakeLists.txt   2016-10-07 00:57:12.0 +0200
@@ -7,7 +7,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-16.08.1/src/assistants/advancedplot/advancedplotassistant.json 
new/cantor-16.08.2/src/assistants/advancedplot/advancedplotassistant.json
--- old/cantor-16.08.1/src/assistants/advancedplot/advancedplotassistant.json   
2016-09-05 00:30:33.0 +0200
+++ new/cantor-16.08.2/src/assistants/advancedplot/advancedplotassistant.json   
2016-10-07 00:57:12.0 +0200
@@ -9,6 +9,7 @@
 "Name[cs]": "Pokročilý graf", 
 "Name[de]": "Erweitertes Plotten", 
 "Name[es]": "Gráficos avanzados", 
+"Name[et]": "Täiustatud joonis", 
 "Name[it]": "Grafico avanzato", 
 "Name[nn]": "AvansertPlott", 
 "Name[pl]": "Zaawansowane wykresy", 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-16.08.1/src/assistants/differentiate/differentiateassistant.json 
new/cantor-16.08.2/src/assistants/differentiate/differentiateassistant.json
--- old/cantor-16.08.1/src/assistants/differentiate/differentiateassistant.json 
2016-09-05 00:30:33.0 +0200
+++ new/cantor-16.08.2/src/assistants/differentiate/differentiateassistant.json 
2016-10-07 00:57:12.0 +0200
@@ -7,6 +7,7 @@
 "Description[cs]": "Pomocný dialog pro zjednodušení derivace výrazů", 
 "Description[de]": "Ein Assistent, um die Berechnung von Ableitungen 
von Ausdrücken zu vereinfachen", 
 "Description[es]": "Un diálogo de asistente para simplificar el 
cálculo de derivadas de expresiones", 
+"Description[et]": "Avaldiste tuletiste arvutamist lihtsustav 
abiline", 
 "Description[fi]": "Apuikkuna helpottamaan lausekkeiden derivaattojen 
laskemista", 
 "Description[gl]": "Un diálogo auxiliar para simplificar o cálculo das 
derivadas de expresións", 
 "Description[it]": "Un assistente che semplifica il calcolo di 
derivate di espressioni", 
@@ -32,6 +33,7 @@
 "Name[da]": "Differentiér", 
 "Name[de]": "Differenzieren", 
 "Name[es]": "Diferenciar", 
+"Name[et]": "Diferentsiaalarvutus", 
 "Name[fi]": "Derivoi", 
 "Name[gl]": "Diferenciar", 
 "Name[it]": "Funzione differenziabile", 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-16.08.1/src/assistants/importpackage/importpackageassistant.json 
new/cantor-16.08.2/src/assistants/importpackage/importpackageassistant.json
--- old/cantor-16.08.1/src/assistants/importpackage/importpackageassistant.json 
2016-09-05 00:30:33.0 +0200
+++ new/cantor-16.08.2/src/assistants/importpackage/importpackageassistant.json 
2016-10-07 00:57:12.0 +0200
@@ -6,6 +6,7 @@
 "Description[ca]": "Un diàleg d'assistència 

commit cervisia for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package cervisia for openSUSE:Factory 
checked in at 2016-10-19 13:06:01

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


Package is "cervisia"

Changes:

--- /work/SRC/openSUSE:Factory/cervisia/cervisia.changes2016-09-24 
15:23:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.cervisia.new/cervisia.changes   2016-10-19 
13:06:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:45:57 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  cervisia-16.08.1.tar.xz

New:

  cervisia-16.08.2.tar.xz



Other differences:
--
++ cervisia.spec ++
--- /var/tmp/diff_new_pack.1XkwK3/_old  2016-10-19 13:06:04.0 +0200
+++ /var/tmp/diff_new_pack.1XkwK3/_new  2016-10-19 13:06:04.0 +0200
@@ -36,7 +36,7 @@
 License:GPL-2.0 and GFDL-1.2 and LGPL-2.0
 Group:  Development/Tools/Version Control
 Url:http://www.kde.org/
-Version:16.08.1
+Version:16.08.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ cervisia-16.08.1.tar.xz -> cervisia-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cervisia-16.08.1/logdialog.cpp 
new/cervisia-16.08.2/logdialog.cpp
--- old/cervisia-16.08.1/logdialog.cpp  2016-09-02 14:04:56.0 +0200
+++ new/cervisia-16.08.2/logdialog.cpp  2016-10-05 12:40:43.0 +0200
@@ -486,9 +486,7 @@
 QFile::setPermissions(tempFileName, QFileDevice::ReadOwner);
 
 // open file in preferred editor
-QUrl url;
-url.setPath(tempFileName);
-(void) new KRun(url, 0, true);
+(void) new KRun(QUrl::fromLocalFile(tempFileName), 0, true);
 }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cervisia-16.08.1/org.kde.cervisia.appdata.xml 
new/cervisia-16.08.2/org.kde.cervisia.appdata.xml
--- old/cervisia-16.08.1/org.kde.cervisia.appdata.xml   2016-09-02 
14:04:56.0 +0200
+++ new/cervisia-16.08.2/org.kde.cervisia.appdata.xml   2016-10-05 
12:40:43.0 +0200
@@ -28,6 +28,7 @@
   Cervisia
   Cervisia
   xxCervisiaxx
+  Cervisia
   版本控制_Cervisia
   
 




commit dolphin-plugins for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package dolphin-plugins for openSUSE:Factory 
checked in at 2016-10-19 13:06:03

Comparing /work/SRC/openSUSE:Factory/dolphin-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.dolphin-plugins.new (New)


Package is "dolphin-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/dolphin-plugins/dolphin-plugins.changes  
2016-09-24 15:23:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.dolphin-plugins.new/dolphin-plugins.changes 
2016-10-19 13:06:11.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:46:10 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  dolphin-plugins-16.08.1.tar.xz

New:

  dolphin-plugins-16.08.2.tar.xz



Other differences:
--
++ dolphin-plugins.spec ++
--- /var/tmp/diff_new_pack.jt0Crw/_old  2016-10-19 13:06:12.0 +0200
+++ /var/tmp/diff_new_pack.jt0Crw/_new  2016-10-19 13:06:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   dolphin-plugins
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:Version control plugins for Dolphin
 License:GPL-2.0+

++ dolphin-plugins-16.08.1.tar.xz -> dolphin-plugins-16.08.2.tar.xz ++




commit bovo for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package bovo for openSUSE:Factory checked in 
at 2016-10-19 13:05:50

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


Package is "bovo"

Changes:

--- /work/SRC/openSUSE:Factory/bovo/bovo.changes2016-09-24 
15:23:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.bovo.new/bovo.changes   2016-10-19 
13:05:52.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:45:38 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  bovo-16.08.1.tar.xz

New:

  bovo-16.08.2.tar.xz



Other differences:
--
++ bovo.spec ++
--- /var/tmp/diff_new_pack.bXIPu3/_old  2016-10-19 13:05:53.0 +0200
+++ /var/tmp/diff_new_pack.bXIPu3/_new  2016-10-19 13:05:53.0 +0200
@@ -37,7 +37,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:16.08.1
+Version:16.08.2
 Release:0
 Source0:bovo-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ bovo-16.08.1.tar.xz -> bovo-16.08.2.tar.xz ++




commit blinken for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2016-10-19 13:05:44

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


Package is "blinken"

Changes:

--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2016-09-24 
15:23:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.blinken.new/blinken.changes 2016-10-19 
13:05:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:45:24 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  blinken-16.08.1.tar.xz

New:

  blinken-16.08.2.tar.xz



Other differences:
--
++ blinken.spec ++
--- /var/tmp/diff_new_pack.z4CkkB/_old  2016-10-19 13:05:50.0 +0200
+++ /var/tmp/diff_new_pack.z4CkkB/_new  2016-10-19 13:05:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   blinken
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:Simon Says Game
 License:GPL-2.0+
@@ -62,12 +62,12 @@
 
 %files
 %defattr(-,root,root)
-%dir %{_datadir}/appdata
+%dir %{_kf5_appstreamdir}
 %{_kf5_applicationsdir}/org.kde.blinken.desktop
 %{_kf5_appsdir}/blinken/
 %{_kf5_bindir}/blinken
 %{_kf5_configkcfgdir}/
-%{_datadir}/appdata/blinken.appdata.xml
+%{_kf5_appstreamdir}/org.kde.blinken.appdata.xml
 %{_kf5_htmldir}/en/blinken/
 %{_kf5_iconsdir}/hicolor/*/apps/blinken.*
 

++ blinken-16.08.1.tar.xz -> blinken-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-16.08.1/CMakeLists.txt 
new/blinken-16.08.2/CMakeLists.txt
--- old/blinken-16.08.1/CMakeLists.txt  2016-05-30 10:46:58.0 +0200
+++ new/blinken-16.08.2/CMakeLists.txt  2016-09-19 23:21:44.0 +0200
@@ -41,7 +41,7 @@
 ### install files ###
 
 install( FILES README.packagers  DESTINATION  ${KDE_INSTALL_DATADIR}/blinken/ )
-install( FILES blinken.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/ )
+install( FILES org.kde.blinken.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR} )
 
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-16.08.1/blinken.appdata.xml 
new/blinken-16.08.2/blinken.appdata.xml
--- old/blinken-16.08.1/blinken.appdata.xml 2016-05-30 10:46:58.0 
+0200
+++ new/blinken-16.08.2/blinken.appdata.xml 1970-01-01 01:00:00.0 
+0100
@@ -1,105 +0,0 @@
-
-
-  org.kde.blinken.desktop
-  CC0-1.0
-  GPL-2.0+
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  Blinken
-  xxBlinkenxx
-  Blinken
-  記憶_BlinKen
-  Memory Enhancement Game
-  Xuegu p'ameyorar la memoria
-  Igra za poboljšanje pamćenja
-  Un joc per millorar la memòria
-  Un joc per millorar la memòria
-  Hra k procvičování paměti
-  Spil til hukommelsestræning
-  Spiel zum Gedächtnistraining
-  Memory Enhancement Game
-  Juego para la mejora de la memoria
-  Mälu parandamise mäng
-  Muistipeli
-  Jeu pour améliorer la mémoire
-  Xogo para mellorar a memoria
-  Gioco per esercitare la memoria
-  Atminties gerinimo žaidimas
-  Speel för't Verbetern vun't Behollen
-  Geheugenoefenspel
-  Hugsetreningsspel
-  Gra na ćwiczenie pamięci
-  Jogo de Exercícios de Memória
-  Jogo para desenvolvimento da memória
-  Hra na zlepšenie pamäte
-  Igra za izboljšanje spomina
-  Minnesförbättringsspel
-  Bellek Geliştirme Oyunu
-  Гра для розвитку пам'яті
-  xxMemory Enhancement Gamexx
-  记忆强化游戏
-  加強記憶力的遊戲
-  
-Blinken is based on an electronic game released in 1978, which 
challenges players to remember sequences of increasing length. On the face of 
the device, there are 4 different color buttons, each one with their own 
distinctive sound. These buttons light up randomly, creating the sequence that 
the player must then recall. If the player is successful in remembering the 
sequence of lights in the correct order, they advance to the next stage, where 
an identical sequence with one extra step is presented. If they are incorrect, 
the game is lost, and the player must start again from the beginning. The goal 
is to get a high score - each step in the sequence is worth one point, so 
correct entry of a sequence of 8 lights is worth 8 points on the high score 
table.
-Blinken ta basáu nun xuegu 

commit artikulate for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package artikulate for openSUSE:Factory 
checked in at 2016-10-19 13:05:37

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


Package is "artikulate"

Changes:

--- /work/SRC/openSUSE:Factory/artikulate/artikulate.changes2016-09-24 
15:23:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.artikulate.new/artikulate.changes   
2016-10-19 13:05:44.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:45:11 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  artikulate-16.08.1.tar.xz

New:

  artikulate-16.08.2.tar.xz



Other differences:
--
++ artikulate.spec ++
--- /var/tmp/diff_new_pack.BmsYtm/_old  2016-10-19 13:05:45.0 +0200
+++ /var/tmp/diff_new_pack.BmsYtm/_new  2016-10-19 13:05:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   artikulate
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:Pronunciation Self-Teaching
 License:LGPL-3.0+ and GPL-2.0 and BSD-3-Clause

++ artikulate-16.08.1.tar.xz -> artikulate-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/artikulate-16.08.1/libsound/src/qtgstreamerbackend/qtgstreamerbackend.json 
new/artikulate-16.08.2/libsound/src/qtgstreamerbackend/qtgstreamerbackend.json
--- 
old/artikulate-16.08.1/libsound/src/qtgstreamerbackend/qtgstreamerbackend.json  
2016-05-26 22:05:02.0 +0200
+++ 
new/artikulate-16.08.2/libsound/src/qtgstreamerbackend/qtgstreamerbackend.json  
2016-09-28 13:51:59.0 +0200
@@ -8,8 +8,8 @@
 "Description[ca]": "Dorsal de so pel GStreamer.", 
 "Description[cs]": "Podpůrná vrstva zvuku pro GStreamer.", 
 "Description[de]": "Sound-Backend für GStreamer.", 
-"Description[en_GB]": "Sound backend for GStreamer.", 
 "Description[es]": "Motor de sonido para GStreamer.", 
+"Description[et]": "GStreameri heli-taustaprogramm", 
 "Description[fi]": "GStreamer-äänitaustajärjestelmä", 
 "Description[gl]": "Infraestrutura de son para GStreamer.", 
 "Description[nl]": "Geluidsbackend voor GStreamer.", 
@@ -23,7 +23,6 @@
 "Description[uk]": "Звуковий модуль для GStreamer.", 
 "Description[x-test]": "xxSound backend for GStreamer.xx", 
 "Description[zh_CN]": "GStreamer 声音后端", 
-"Description[zh_TW]": "GStreamer 音效後端介面。", 
 "Id": "artikulate_gstreamer_backend", 
 "License": "GPL", 
 "Name": "GStreamer Backend", 
@@ -32,8 +31,8 @@
 "Name[ca]": "Dorsal GStreamer", 
 "Name[cs]": "Podpůrná vrstva GStreamer", 
 "Name[de]": "Backend für GStreamer", 
-"Name[en_GB]": "GStreamer Backend", 
 "Name[es]": "Motor GStreamer", 
+"Name[et]": "GStreameri taustaprogramm", 
 "Name[fi]": "GStreamer-taustajärjestelmä", 
 "Name[gl]": "Infraestrutura de GStreamer", 
 "Name[nl]": "GStreamer-backend", 
@@ -41,13 +40,11 @@
 "Name[pl]": "Silnik GStreamer", 
 "Name[pt]": "Infra-Estrutura para o GStreamer", 
 "Name[pt_BR]": "Infraestrutura do GStreamer", 
-"Name[sk]": "GStreamer Backend", 
 "Name[sl]": "Zaledje GStreamer", 
 "Name[sv]": "Gstreamer-gränssnitt", 
 "Name[uk]": "Модуль GStreamer", 
 "Name[x-test]": "xxGStreamer Backendxx", 
 "Name[zh_CN]": "GStreamer 后端", 
-"Name[zh_TW]": "GStreamer 後端介面", 
 "ServiceTypes": [
 "artikulate/libsound/backend"
 ], 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/artikulate-16.08.1/libsound/src/qtmultimediabackend/qtmultimediabackend.json
 
new/artikulate-16.08.2/libsound/src/qtmultimediabackend/qtmultimediabackend.json
--- 
old/artikulate-16.08.1/libsound/src/qtmultimediabackend/qtmultimediabackend.json
2016-05-26 22:05:02.0 +0200
+++ 
new/artikulate-16.08.2/libsound/src/qtmultimediabackend/qtmultimediabackend.json
2016-09-28 13:51:59.0 +0200
@@ -8,8 +8,8 @@
 "Description[ca]": "Dorsal de so pel QtMultimedia.", 
 "Description[cs]": "Podpůrná vrstva zvuku pro QtMultimedia.", 
 "Description[de]": "Sound-Backend für QtMultimedia.", 
-"Description[en_GB]": "Sound backend for QtMultimedia.", 
 "Description[es]": "Motor de sonido para QtMultimedia.", 
+"Description[et]": "QtMultimedia heli-taustaprogramm", 
 "Description[fi]": 

commit ghc-x509 for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-x509 for openSUSE:Factory 
checked in at 2016-10-19 13:04:47

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


Package is "ghc-x509"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-x509/ghc-x509.changes2016-07-20 
09:19:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-x509.new/ghc-x509.changes   2016-10-19 
13:04:51.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 26 06:51:53 UTC 2016 - psim...@suse.com
+
+- Update to version 1.6.4 with cabal2obs.
+
+---

Old:

  x509-1.6.3.tar.gz

New:

  x509-1.6.4.tar.gz



Other differences:
--
++ ghc-x509.spec ++
--- /var/tmp/diff_new_pack.hJVHAD/_old  2016-10-19 13:04:54.0 +0200
+++ /var/tmp/diff_new_pack.hJVHAD/_new  2016-10-19 13:04:54.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name x509
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.6.3
+Version:1.6.4
 Release:0
 Summary:X509 reader and writer
 License:BSD-3-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-asn1-encoding-devel
 BuildRequires:  ghc-asn1-parse-devel
 BuildRequires:  ghc-asn1-types-devel
@@ -44,7 +43,6 @@
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 X509 reader and writer.
@@ -63,20 +61,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ x509-1.6.3.tar.gz -> x509-1.6.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.6.3/Data/X509/PublicKey.hs 
new/x509-1.6.4/Data/X509/PublicKey.hs
--- old/x509-1.6.3/Data/X509/PublicKey.hs   2015-09-21 22:50:46.0 
+0200
+++ new/x509-1.6.4/Data/X509/PublicKey.hs   2016-09-15 22:15:59.0 
+0200
@@ -132,7 +132,7 @@
 }, xs2)
 _ ->
 Left $ "fromASN1: X509.PubKey: unknown EC format: " ++ 
show xs
-| otherwise = error ("unknown public key OID: " ++ show pkalg)
+| otherwise = Left $ "fromASN1: unknown public key OID: " ++ show pkalg
   where decodeASN1Err format bits xs2 f =
 case decodeASN1' BER (bitArrayGetData bits) of
 Left err -> Left ("fromASN1: X509.PubKey " ++ format ++ " 
bitarray cannot be parsed: " ++ show err)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.6.3/x509.cabal new/x509-1.6.4/x509.cabal
--- old/x509-1.6.3/x509.cabal   2015-09-21 22:50:46.0 +0200
+++ new/x509-1.6.4/x509.cabal   2016-09-15 22:53:01.0 +0200
@@ -1,5 +1,5 @@
 Name:x509
-Version: 1.6.3
+Version: 1.6.4
 Description: X509 reader and writer
 License: BSD3
 License-file:LICENSE




commit pitivi for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package pitivi for openSUSE:Factory checked 
in at 2016-10-19 13:05:26

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


Package is "pitivi"

Changes:

--- /work/SRC/openSUSE:Factory/pitivi/pitivi.changes2015-06-02 
10:10:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.pitivi.new/pitivi.changes   2016-10-19 
13:05:27.0 +0200
@@ -1,0 +2,60 @@
+Thu Oct 13 12:17:58 UTC 2016 - dims...@opensuse.org
+
+- Add pitivi-translate-appdata.patch: Fix translation of
+  pitivi.appdata.xml.
+
+---
+Tue Aug 16 14:11:39 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.97.1:
+  + The rendering dialog has been reworked to clearly state what
+encoders and muxer are officially supported (and the GES
+integration tests have been added to check those).
+  + The build system has been ported to Meson and gst-transcoder is
+now a subproject.
+  + Usual bug fixes.
+- Add pkgconfig(gst-transcoder-1.0) BuildRequires: new dependency
+  (which was shipped as a submodule in the tarball; remove the
+  bundled version during prep).
+- Add meson and python3-nose BuildRequires: build system was ported
+  to meson.
+- No longer use configure macro: upstream uses meson, which
+  provides configure for convenience, but it's not autoconf.
+- Add pitivi-git-is-optional.patch: Do not require 'git' to be
+  present when building released tarballs.
+
+---
+Fri Jul  1 15:49:38 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.96:
+  + Besides the usual cleanup and bug squashing, this release
+brings a fundamental feature which greatly improves the edit
+experience. Now you can edit and render a video project with
+any video files with great accuracy, thanks to proxy files.
+
+---
+Wed Jan 20 15:46:30 UTC 2016 - antoine.belv...@laposte.net
+
+- Add missing requirement: python3-matplotlib-gtk3 (pitivi 0.95
+  doesn't start without it).
+
+---
+Wed Dec 16 14:10:35 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.95:
+  + The timeline has been rewritten purely in GTK+.
+  + The glimagesink video rendering widget was replaced by
+gtk(gl)sink.
+  + The clip transformation box has been reimplemented.
+  + Direct importing to the timeline.
+  + Ability to copy and paste clips across the timeline.
+  + Integration with GstValidate and the "scenarios" system.
+  + Rewritten video mixing elements.
+  + We finally killed GNonLin.
+  + Now compatible again with smaller screen resolutions.
+  + Massive bug fixing all over the place.
+- Add pkgconfig(gstreamer-1.0), pkgconfig(gstreamer-video-1.0) and
+  pkgconfig(gtk+-3.0) BuildRequires: new dependencies.
+- Drop gstreamer-plugin-gnonlin Requires: no longer needed.
+
+---

Old:

  pitivi-0.94.tar.xz

New:

  pitivi-0.97.1.tar.xz
  pitivi-git-is-optional.patch
  pitivi-translate-appdata.patch



Other differences:
--
++ pitivi.spec ++
--- /var/tmp/diff_new_pack.tMxWrk/_old  2016-10-19 13:05:28.0 +0200
+++ /var/tmp/diff_new_pack.tMxWrk/_new  2016-10-19 13:05:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pitivi
 #
-# 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
@@ -17,29 +17,39 @@
 
 
 Name:   pitivi
-Version:0.94
+Version:0.97.1
 Release:0
 Summary:Intuitive and featureful movie editor
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://www.pitivi.org/
-Source: 
http://download.gnome.org/sources/pitivi/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/pitivi/0.97/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM pitivi-git-is-optional.patch dims...@opensuse.org -- git 
is not mandatory to build from tarballs
+Patch0: pitivi-git-is-optional.patch
+# PATCH-FIX-UPSTREAM pitivi-translate-appdata.patch dims...@opensuse.org -- 
pitivi.appdata.xml is not properly translated
+Patch1: pitivi-translate-appdata.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel >= 0.18.0
-BuildRequires:  gobject-introspection
+BuildRequires:  gobject-introspection >= 1.31.1
 

commit analitza for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package analitza for openSUSE:Factory 
checked in at 2016-10-19 13:05:28

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


Package is "analitza"

Changes:

--- /work/SRC/openSUSE:Factory/analitza/analitza.changes2016-09-24 
15:23:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.analitza.new/analitza.changes   2016-10-19 
13:05:36.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:44:57 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  analitza-16.08.1.tar.xz

New:

  analitza-16.08.2.tar.xz



Other differences:
--
++ analitza.spec ++
--- /var/tmp/diff_new_pack.7HMYVZ/_old  2016-10-19 13:05:38.0 +0200
+++ /var/tmp/diff_new_pack.7HMYVZ/_new  2016-10-19 13:05:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   analitza
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:A library to add mathematical features to programs
 License:LGPL-2.1+

++ analitza-16.08.1.tar.xz -> analitza-16.08.2.tar.xz ++




commit ghc-zip-archive for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-zip-archive for openSUSE:Factory 
checked in at 2016-10-19 13:04:55

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


Package is "ghc-zip-archive"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-zip-archive/ghc-zip-archive.changes  
2016-07-20 09:22:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-zip-archive.new/ghc-zip-archive.changes 
2016-10-19 13:05:01.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:55:45 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.0.5 revision 0 with cabal2obs.
+
+---

Old:

  zip-archive-0.2.3.7.tar.gz

New:

  zip-archive-0.3.0.5.tar.gz



Other differences:
--
++ ghc-zip-archive.spec ++
--- /var/tmp/diff_new_pack.6op0HY/_old  2016-10-19 13:05:03.0 +0200
+++ /var/tmp/diff_new_pack.6op0HY/_new  2016-10-19 13:05:03.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name zip-archive
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.3.7
+Version:0.3.0.5
 Release:0
 Summary:Library for creating and modifying zip archives
 License:BSD-3-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-array-devel
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-bytestring-devel
@@ -47,8 +46,8 @@
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-process-devel
+BuildRequires:  ghc-temporary-devel
 %endif
-# End cabal-rpm deps
 
 %description
 The zip-archive library provides functions for creating, modifying, and
@@ -68,20 +67,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ zip-archive-0.2.3.7.tar.gz -> zip-archive-0.3.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zip-archive-0.2.3.7/Zip.hs 
new/zip-archive-0.3.0.5/Zip.hs
--- old/zip-archive-0.2.3.7/Zip.hs  2015-01-21 20:09:49.0 +0100
+++ new/zip-archive-0.3.0.5/Zip.hs  2016-09-12 14:00:23.0 +0200
@@ -17,6 +17,8 @@
 import System.Console.GetOpt
 import Control.Monad ( when )
 import Control.Applicative ( (<$>) )
+import Data.Version ( showVersion )
+import Paths_zip_archive ( version )
 
 data Flag 
   = Quiet 
@@ -45,7 +47,9 @@
   progname <- getProgName
   let header = "Usage: " ++ progname ++ " [OPTION...] archive files..."
   (opts, args) <- case getOpt Permute options argv of
-  (o, _, _)  | Version `elem` o -> putStrLn "version 0.1.1.4" >> 
exitWith ExitSuccess
+  (o, _, _)  | Version `elem` o -> do
+putStrLn ("version " ++ showVersion version)
+exitWith ExitSuccess
   (o, _, _)  | Help `elem` o-> error $ usageInfo header options
   (o, (a:as), [])   -> return (o, a:as)
   (_, _, errs)  -> error $ concat errs ++ "\n" ++ 
usageInfo header options
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zip-archive-0.2.3.7/changelog 
new/zip-archive-0.3.0.5/changelog
--- old/zip-archive-0.2.3.7/changelog   2015-01-21 20:09:49.0 +0100
+++ new/zip-archive-0.3.0.5/changelog   2016-09-12 14:59:09.0 +0200
@@ -1,3 +1,49 @@
+zip-archive 0.3.0.5
+
+  * Fix `OptLocation` option handling (EugeneN).
+
+zip-archive 0.3.0.4
+
+  * Fix `toArchive` so it doesn't use too much memory when a data
+data descriptor holds the size (Michael Stahl, #29).
+The size fields in the local file headers may not contain valid values,
+in which case the sizes are stored in a "data descriptor" that follows
+the file data.  Previously handling this case required reading the
+entire archive is a `[Word8]` list.  With this change, `getWordsTilSig`
+iteratively reads chunks as strict ByteStrings and converts them to
+a lazy ByteString at the end.
+
+zip-archive 0.3.0.3
+
+  * Test suite: use withTempDir to create temporary directory.
+This should help fix problems some have encountered with the
+test suite leaving a temporary directory behind.
+
+zip-archive 0.3.0.2
+
+  * Fix test suite so it runs on Windows.
+  * Zip executable: get version from cabal `Paths_zip_archive` (#27).
+
+zip-archive 0.3.0.1
+
+  * Set 

commit pointfree for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package pointfree for openSUSE:Factory 
checked in at 2016-10-19 13:05:04

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


Package is "pointfree"

Changes:

--- /work/SRC/openSUSE:Factory/pointfree/pointfree.changes  2016-07-21 
08:01:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.pointfree.new/pointfree.changes 2016-10-19 
13:05:06.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 16 21:23:36 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1.1.2 with cabal2obs.
+
+---

Old:

  pointfree-1.1.1.1.tar.gz

New:

  pointfree-1.1.1.2.tar.gz



Other differences:
--
++ pointfree.spec ++
--- /var/tmp/diff_new_pack.J9uphA/_old  2016-10-19 13:05:08.0 +0200
+++ /var/tmp/diff_new_pack.J9uphA/_new  2016-10-19 13:05:08.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name pointfree
 %bcond_with tests
 Name:   %{pkg_name}
-Version:1.1.1.1
+Version:1.1.1.2
 Release:0
 Summary:Tool for refactoring expressions into pointfree form
 License:MIT
@@ -27,7 +27,6 @@
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-haskell-src-exts-devel
@@ -38,7 +37,6 @@
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 The pointfree tool is a standalone command-line version of the pl plugin for
@@ -65,20 +63,14 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache

++ pointfree-1.1.1.1.tar.gz -> pointfree-1.1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointfree-1.1.1.1/ChangeLog 
new/pointfree-1.1.1.2/ChangeLog
--- old/pointfree-1.1.1.1/ChangeLog 2015-12-26 17:23:10.0 +0100
+++ new/pointfree-1.1.1.2/ChangeLog 2016-08-31 18:54:54.0 +0200
@@ -1,3 +1,6 @@
+v1.1.1.2:
+* Dependency update for base 4.9, QuickCheck 2.9
+
 v1.1.1.1:
 * Dependency update for HSE 1.17, transformers 0.5
 * Trim tested-with, I no longer have a working copy of old GHCs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointfree-1.1.1.1/pointfree.cabal 
new/pointfree-1.1.1.2/pointfree.cabal
--- old/pointfree-1.1.1.1/pointfree.cabal   2015-12-26 17:23:10.0 
+0100
+++ new/pointfree-1.1.1.2/pointfree.cabal   2016-08-31 18:54:54.0 
+0200
@@ -1,7 +1,7 @@
 Cabal-Version: >= 1.8
 
 Name: pointfree
-Version:  1.1.1.1
+Version:  1.1.1.2
 Category: Tool
 Synopsis: Tool for refactoring expressions into pointfree form
 
@@ -17,7 +17,7 @@
 Extra-source-files: ChangeLog README test/Test.hs
 
 Build-type:  Simple
-Tested-with: GHC == 7.10.2
+Tested-with: GHC == 8.0.1
 
 Source-repository head
   type: git
@@ -26,7 +26,7 @@
 Library
   Exposed-modules: Pointfree
 
-  Build-depends: base >= 4.5 && < 4.9,
+  Build-depends: base >= 4.5 && < 4.10,
  array >= 0.3 && < 0.6,
  containers >= 0.4 && < 0.6,
  haskell-src-exts == 1.17.*,
@@ -42,7 +42,7 @@
 Executable pointfree
   Main-is:   Main.hs
   GHC-options:   -W
-  Build-depends: base >= 4.3 && < 4.9,
+  Build-depends: base >= 4.3 && < 4.10,
  array >= 0.3 && < 0.6,
  containers >= 0.4 && < 0.6,
  haskell-src-exts == 1.17.*,
@@ -66,7 +66,7 @@
 containers >= 0.3 && < 0.6,
 haskell-src-exts == 1.17.*,
 HUnit >= 1.1 && < 1.4,
-QuickCheck >= 2.1 && < 2.9,
+QuickCheck >= 2.1 && < 2.10,
 transformers < 0.6
 
   GHC-Options:-W




commit ghc-transformers-compat for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2016-10-19 13:04:37

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


Package is "ghc-transformers-compat"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2016-07-20 09:24:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new/ghc-transformers-compat.changes
 2016-10-19 13:04:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:34:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.5.1.4 revision 0 with cabal2obs.
+
+---

Old:

  transformers-compat-0.4.0.4.tar.gz

New:

  transformers-compat-0.5.1.4.tar.gz



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.QTE6SB/_old  2016-10-19 13:04:39.0 +0200
+++ /var/tmp/diff_new_pack.QTE6SB/_new  2016-10-19 13:04:39.0 +0200
@@ -18,25 +18,23 @@
 
 %global pkg_name transformers-compat
 Name:   ghc-%{pkg_name}
-Version:0.4.0.4
+Version:0.5.1.4
 Release:0
 Summary:A small compatibility shim exposing the new types from 
transformers 0.3 and 0.4 to older Haskell platforms
 License:BSD-3-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
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package includes backported versions of types that were added to
-transformers in transformers 0.3 and 0.4 for users who need strict transformers
-0.2 or 0.3 compatibility to run on old versions of the platform, but also need
-those types.
+transformers in transformers 0.3, 0.4, and 0.5 for users who need strict
+transformers 0.2 or 0.3 compatibility to run on old versions of the platform,
+but also need those types.
 
 Those users should be able to just depend on 'transformers >= 0.2' and
 'transformers-compat >= 0.3'.
@@ -59,15 +57,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ transformers-compat-0.4.0.4.tar.gz -> transformers-compat-0.5.1.4.tar.gz 
++
 2199 lines of diff (skipped)




commit ghc-haddock-library for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-haddock-library for 
openSUSE:Factory checked in at 2016-10-19 13:04:18

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


Package is "ghc-haddock-library"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-haddock-library/ghc-haddock-library.changes  
2016-07-20 09:21:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-haddock-library.new/ghc-haddock-library.changes 
2016-10-19 13:04:22.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:51:07 UTC 2016 - psim...@suse.com
+
+- Update to version 1.4.2 revision 0 with cabal2obs.
+
+---

Old:

  haddock-library-1.2.1.tar.gz

New:

  haddock-library-1.4.2.tar.gz



Other differences:
--
++ ghc-haddock-library.spec ++
--- /var/tmp/diff_new_pack.KEvYlB/_old  2016-10-19 13:04:23.0 +0200
+++ /var/tmp/diff_new_pack.KEvYlB/_new  2016-10-19 13:04:23.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name haddock-library
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.2.1
+Version:1.4.2
 Release:0
 Summary:Library exposing some functionality of Haddock
 License:BSD-3-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-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-rpm-macros
@@ -38,7 +37,6 @@
 BuildRequires:  ghc-base-compat-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Haddock is a documentation-generation tool for Haskell libraries.
@@ -62,20 +60,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ haddock-library-1.2.1.tar.gz -> haddock-library-1.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haddock-library-1.2.1/LICENSE 
new/haddock-library-1.4.2/LICENSE
--- old/haddock-library-1.2.1/LICENSE   2015-07-22 22:54:39.0 +0200
+++ new/haddock-library-1.4.2/LICENSE   2016-06-02 00:09:04.0 +0200
@@ -5,11 +5,11 @@
 
 - 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.
- 
+
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haddock-library-1.2.1/haddock-library.cabal 
new/haddock-library-1.4.2/haddock-library.cabal
--- old/haddock-library-1.2.1/haddock-library.cabal 2015-07-22 
22:54:39.0 +0200
+++ new/haddock-library-1.4.2/haddock-library.cabal 2016-06-04 
00:06:24.0 +0200
@@ -1,5 +1,5 @@
 name: haddock-library
-version:  1.2.1
+version:  1.4.2
 synopsis: Library exposing some functionality of Haddock.
 description:  Haddock is a documentation-generation tool for Haskell
   libraries. These modules expose some functionality of it
@@ -21,7 +21,7 @@
   default-language: Haskell2010
 
   build-depends:
-  base >= 4.5 && < 4.9
+  base >= 4.5 && < 4.10
 , bytestring
 , transformers
 , deepseq
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/haddock-library-1.2.1/src/Documentation/Haddock/Parser/Monad.hs 
new/haddock-library-1.4.2/src/Documentation/Haddock/Parser/Monad.hs
--- old/haddock-library-1.2.1/src/Documentation/Haddock/Parser/Monad.hs 
2015-07-22 22:54:39.0 +0200
+++ new/haddock-library-1.4.2/src/Documentation/Haddock/Parser/Monad.hs 
2016-06-03 23:54:24.0 +0200
@@ -42,7 +42,7 @@
 
 import   Documentation.Haddock.Types (Version)
 
-data ParserState = ParserState {
+newtype ParserState = ParserState {
   parserStateSince :: Maybe Version
 } deriving (Eq, Show)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit ghc-js-jquery for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-js-jquery for openSUSE:Factory 
checked in at 2016-10-19 13:04:23

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


Package is "ghc-js-jquery"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-js-jquery/ghc-js-jquery.changes  
2016-07-20 09:21:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-js-jquery.new/ghc-js-jquery.changes 
2016-10-19 13:04:24.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:50:06 UTC 2016 - psim...@suse.com
+
+- Update to version 3.1.0 revision 0 with cabal2obs.
+
+---

Old:

  js-jquery-1.12.4.tar.gz

New:

  js-jquery-3.1.0.tar.gz



Other differences:
--
++ ghc-js-jquery.spec ++
--- /var/tmp/diff_new_pack.IPnVTx/_old  2016-10-19 13:04:25.0 +0200
+++ /var/tmp/diff_new_pack.IPnVTx/_new  2016-10-19 13:04:25.0 +0200
@@ -19,21 +19,19 @@
 %global pkg_name js-jquery
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.12.4
+Version:3.1.0
 Release:0
 Summary:Obtain minified jQuery code
 License:MIT
-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
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# Begin cabal-rpm deps:
 %if %{with tests}
 BuildRequires:  ghc-HTTP-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package bundles the minified  code into a
@@ -56,20 +54,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -81,7 +73,7 @@
 %defattr(-,root,root,-)
 %doc LICENSE
 %dir %{_datadir}/%{pkg_name}-%{version}
-%{_datadir}/%{pkg_name}-%{version}/jquery-1.12.4.min.js
+%{_datadir}/%{pkg_name}-%{version}/jquery-3.1.0.min.js
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)

++ js-jquery-1.12.4.tar.gz -> js-jquery-3.1.0.tar.gz ++
 21149 lines of diff (skipped)




commit highlighting-kate for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package highlighting-kate for 
openSUSE:Factory checked in at 2016-10-19 13:05:02

Comparing /work/SRC/openSUSE:Factory/highlighting-kate (Old)
 and  /work/SRC/openSUSE:Factory/.highlighting-kate.new (New)


Package is "highlighting-kate"

Changes:

--- /work/SRC/openSUSE:Factory/highlighting-kate/highlighting-kate.changes  
2016-07-21 08:16:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlighting-kate.new/highlighting-kate.changes 
2016-10-19 13:05:04.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 26 06:52:29 UTC 2016 - psim...@suse.com
+
+- Update to version 0.6.3 with cabal2obs.
+
+---

Old:

  highlighting-kate-0.6.2.1.tar.gz

New:

  highlighting-kate-0.6.3.tar.gz



Other differences:
--
++ highlighting-kate.spec ++
--- /var/tmp/diff_new_pack.kE5prF/_old  2016-10-19 13:05:05.0 +0200
+++ /var/tmp/diff_new_pack.kE5prF/_new  2016-10-19 13:05:05.0 +0200
@@ -19,31 +19,30 @@
 %global pkg_name highlighting-kate
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.6.2.1
+Version:0.6.3
 Release:0
 Summary:Syntax highlighting
 License:GPL-2.0
 Group:  Development/Languages/Other
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-html-devel
+BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-parsec-devel
-BuildRequires:  ghc-regex-pcre-builtin-devel
+BuildRequires:  ghc-pcre-light-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-utf8-string-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-Diff-devel
 BuildRequires:  ghc-directory-devel
-BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-process-devel
 %endif
-# End cabal-rpm deps
-BuildRequires:  chrpath
 
 %description
 Highlighting-kate is a syntax highlighting library with support for nearly one
@@ -73,21 +72,16 @@
 %prep
 %setup -q
 
-
 %build
-%define cabal_configure_options -f'executable'
+%define cabal_configure_options -fexecutable -fpcre-light
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-%ghc_fix_dynamic_rpath highlighting-kate
+%ghc_fix_dynamic_rpath %{pkg_name}
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
@@ -99,7 +93,7 @@
 %defattr(-,root,root,-)
 %doc LICENSE
 %doc README.md changelog
-%{_bindir}/highlighting-kate
+%{_bindir}/%{name}
 
 %files -n ghc-%{name} -f ghc-%{name}.files
 %defattr(-,root,root,-)

++ highlighting-kate-0.6.2.1.tar.gz -> highlighting-kate-0.6.3.tar.gz ++
 19404 lines of diff (skipped)




commit ghc-unix-compat for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-unix-compat for openSUSE:Factory 
checked in at 2016-10-19 13:04:39

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


Package is "ghc-unix-compat"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-unix-compat/ghc-unix-compat.changes  
2016-07-20 09:24:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-unix-compat.new/ghc-unix-compat.changes 
2016-10-19 13:04:39.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:38:56 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.2.0 revision 0 with cabal2obs.
+
+---

Old:

  2.cabal
  unix-compat-0.4.1.4.tar.gz

New:

  unix-compat-0.4.2.0.tar.gz



Other differences:
--
++ ghc-unix-compat.spec ++
--- /var/tmp/diff_new_pack.KbzdjS/_old  2016-10-19 13:04:43.0 +0200
+++ /var/tmp/diff_new_pack.KbzdjS/_new  2016-10-19 13:04:43.0 +0200
@@ -18,20 +18,17 @@
 
 %global pkg_name unix-compat
 Name:   ghc-%{pkg_name}
-Version:0.4.1.4
+Version:0.4.2.0
 Release:0
 Summary:Portable POSIX-compatibility layer
 License:BSD-3-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
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-unix-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package provides portable implementations of parts of the unix package.
@@ -51,17 +48,13 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
-
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ unix-compat-0.4.1.4.tar.gz -> unix-compat-0.4.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-compat-0.4.1.4/cbits/mktemp.c 
new/unix-compat-0.4.2.0/cbits/mktemp.c
--- old/unix-compat-0.4.1.4/cbits/mktemp.c  2015-01-06 14:22:03.0 
+0100
+++ new/unix-compat-0.4.2.0/cbits/mktemp.c  2016-06-02 03:49:56.0 
+0200
@@ -64,7 +64,7 @@
 {
 char *start, *trv, *suffp, *carryp;
 char *pad;
-struct stat sbuf;
+struct _stat sbuf;
 int rval;
 uint32_t randidx, randval;
 char carrybuf[MAXPATHLEN];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-compat-0.4.1.4/src/System/PosixCompat/Files.hsc 
new/unix-compat-0.4.2.0/src/System/PosixCompat/Files.hsc
--- old/unix-compat-0.4.1.4/src/System/PosixCompat/Files.hsc2015-01-06 
14:22:03.0 +0100
+++ new/unix-compat-0.4.2.0/src/System/PosixCompat/Files.hsc2016-06-02 
03:49:56.0 +0200
@@ -120,7 +120,14 @@
 import Control.Monad (liftM, liftM2)
 import Data.Bits ((.|.), (.&.))
 import Prelude hiding (read)
-import System.Directory
+import System.Directory (Permissions, emptyPermissions)
+import System.Directory (getPermissions, setPermissions)
+import System.Directory (readable, setOwnerReadable)
+import System.Directory (writable, setOwnerWritable)
+import System.Directory (executable, setOwnerExecutable)
+import System.Directory (searchable, setOwnerSearchable)
+import System.Directory (doesFileExist, doesDirectoryExist)
+import System.Directory (getModificationTime, renameFile)
 import System.IO (IOMode(..), openFile, hFileSize, hSetFileSize, hClose)
 import System.IO.Error
 import System.PosixCompat.Types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-compat-0.4.1.4/unix-compat.cabal 
new/unix-compat-0.4.2.0/unix-compat.cabal
--- old/unix-compat-0.4.1.4/unix-compat.cabal   2015-01-06 14:22:03.0 
+0100
+++ new/unix-compat-0.4.2.0/unix-compat.cabal   2016-06-02 03:49:56.0 
+0200
@@ -1,5 +1,5 @@
 name:   unix-compat
-version:0.4.1.4
+version:0.4.2.0
 synopsis:   Portable POSIX-compatibility layer.
 description:This package provides portable implementations of parts
 of the unix package. This package re-exports the unix
@@ -56,7 +56,7 @@
   else
 build-depends: directory == 1.1.*
 else
-  build-depends: time >= 1.0 && < 1.6
+  build-depends: time >= 1.0 && < 1.7
   build-depends: directory >= 1.2 && < 1.3
 
 other-modules:




commit ghc-unix-time for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-unix-time for openSUSE:Factory 
checked in at 2016-10-19 13:04:45

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


Package is "ghc-unix-time"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-unix-time/ghc-unix-time.changes  
2016-07-20 09:24:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-unix-time.new/ghc-unix-time.changes 
2016-10-19 13:04:46.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:42:12 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.7 revision 0 with cabal2obs.
+
+---

Old:

  unix-time-0.3.6.tar.gz

New:

  unix-time-0.3.7.tar.gz



Other differences:
--
++ ghc-unix-time.spec ++
--- /var/tmp/diff_new_pack.THcvg9/_old  2016-10-19 13:04:47.0 +0200
+++ /var/tmp/diff_new_pack.THcvg9/_new  2016-10-19 13:04:47.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name unix-time
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.6
+Version:0.3.7
 Release:0
 Summary:Unix time parser/formatter and utilities
 License:BSD-3-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-bytestring-devel
 BuildRequires:  ghc-old-time-devel
@@ -40,7 +39,6 @@
 BuildRequires:  ghc-old-locale-devel
 BuildRequires:  ghc-time-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Fast parser/formatter/utilities for Unix time.
@@ -59,20 +57,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ unix-time-0.3.6.tar.gz -> unix-time-0.3.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-time-0.3.6/Data/UnixTime/Conv.hs 
new/unix-time-0.3.7/Data/UnixTime/Conv.hs
--- old/unix-time-0.3.6/Data/UnixTime/Conv.hs   2015-10-14 07:10:32.0 
+0200
+++ new/unix-time-0.3.7/Data/UnixTime/Conv.hs   2016-09-06 04:46:51.0 
+0200
@@ -19,6 +19,9 @@
 import System.Posix.Types (EpochTime)
 import System.Time (ClockTime(..))
 
+-- $setup
+-- >>> import Data.Function (on)
+
 foreign import ccall unsafe "c_parse_unix_time"
 c_parse_unix_time :: CString -> CString -> IO CTime
 
@@ -38,6 +41,7 @@
 -- This is a wrapper for strptime_l().
 -- Many implementations of strptime_l() do not support %Z and
 -- some implementations of strptime_l() do not support %z, either.
+-- 'utMicroSeconds' is always set to 0.
 
 parseUnixTime :: Format -> ByteString -> UnixTime
 parseUnixTime fmt str = unsafePerformIO $
@@ -48,6 +52,7 @@
 -- |
 -- Parsing 'ByteString' to 'UnixTime' interpreting as GMT.
 -- This is a wrapper for strptime_l().
+-- 'utMicroSeconds' is always set to 0.
 --
 -- >>> parseUnixTimeGMT webDateFormat "Thu, 01 Jan 1970 00:00:00 GMT"
 -- UnixTime {utSeconds = 0, utMicroSeconds = 0}
@@ -64,6 +69,8 @@
 -- |
 -- Formatting 'UnixTime' to 'ByteString' in local time.
 -- This is a wrapper for strftime_l().
+-- 'utMicroSeconds' is ignored.
+-- The result depends on the TZ environment variable.
 
 formatUnixTime :: Format -> UnixTime -> IO ByteString
 formatUnixTime fmt t =
@@ -73,9 +80,17 @@
 -- |
 -- Formatting 'UnixTime' to 'ByteString' in GMT.
 -- This is a wrapper for strftime_l().
+-- 'utMicroSeconds' is ignored.
 --
 -- >>> formatUnixTimeGMT webDateFormat $ UnixTime 0 0
 -- "Thu, 01 Jan 1970 00:00:00 GMT"
+-- >>> let ut = UnixTime 100 200
+-- >>> let str = formatUnixTimeGMT "%s" ut
+-- >>> let ut' = parseUnixTimeGMT "%s" str
+-- >>> ((==) `on` utSeconds) ut ut'
+-- True
+-- >>> ((==) `on` utMicroSeconds) ut ut'
+-- False
 
 formatUnixTimeGMT :: Format -> UnixTime -> ByteString
 formatUnixTimeGMT fmt t =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-time-0.3.6/cbits/conv.c 
new/unix-time-0.3.7/cbits/conv.c
--- old/unix-time-0.3.6/cbits/conv.c2015-10-14 07:10:32.0 +0200
+++ new/unix-time-0.3.7/cbits/conv.c2016-09-06 04:46:51.0 +0200
@@ -15,6 +15,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #if THREAD_SAFE
 #if HAVE_XLOCALE_H
@@ -36,6 +37,31 @@
 }
 #endif
 
+/*
+ * Set the value of the TZ environment variable to UTC
+ * and return the old value.
+ */
+char *set_tz_utc() {
+char *tz;
+tz 

commit ghc-hackage-security for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-hackage-security for 
openSUSE:Factory checked in at 2016-10-19 13:04:12

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


Package is "ghc-hackage-security"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes
2016-07-21 08:12:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new/ghc-hackage-security.changes
   2016-10-19 13:04:13.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 16 21:16:02 UTC 2016 - psim...@suse.com
+
+- Update to version 0.5.2.2 with cabal2obs.
+
+---

Old:

  hackage-security-0.5.2.1.tar.gz

New:

  hackage-security-0.5.2.2.tar.gz



Other differences:
--
++ ghc-hackage-security.spec ++
--- /var/tmp/diff_new_pack.tGvGVl/_old  2016-10-19 13:04:14.0 +0200
+++ /var/tmp/diff_new_pack.tGvGVl/_new  2016-10-19 13:04:14.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name hackage-security
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.5.2.1
+Version:0.5.2.2
 Release:0
 Summary:Hackage security library
 License:BSD-3-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-base16-bytestring-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-bytestring-devel
@@ -56,7 +55,6 @@
 BuildRequires:  ghc-tasty-quickcheck-devel
 BuildRequires:  ghc-temporary-devel
 %endif
-# End cabal-rpm deps
 
 %description
 The hackage security library provides both server and client utilities for
@@ -90,20 +88,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ hackage-security-0.5.2.1.tar.gz -> hackage-security-0.5.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hackage-security-0.5.2.1/ChangeLog.md 
new/hackage-security-0.5.2.2/ChangeLog.md
--- old/hackage-security-0.5.2.1/ChangeLog.md   2016-06-07 23:44:49.0 
+0200
+++ new/hackage-security-0.5.2.2/ChangeLog.md   2016-08-29 00:57:40.0 
+0200
@@ -1,3 +1,10 @@
+0.5.2.2
+---
+
+* Fix client in case where server provides MD5 hashes
+  (ignore them, use only SHA256)
+* Fix warnings with GHC 8
+
 0.5.2.1
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hackage-security-0.5.2.1/hackage-security.cabal 
new/hackage-security-0.5.2.2/hackage-security.cabal
--- old/hackage-security-0.5.2.1/hackage-security.cabal 2016-06-07 
23:44:49.0 +0200
+++ new/hackage-security-0.5.2.2/hackage-security.cabal 2016-08-29 
00:57:40.0 +0200
@@ -1,5 +1,5 @@
 name:hackage-security
-version: 0.5.2.1
+version: 0.5.2.2
 synopsis:Hackage security library
 description: The hackage security library provides both server and
  client utilities for securing the Hackage package server
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hackage-security-0.5.2.1/src/Hackage/Security/Client/Formats.hs 
new/hackage-security-0.5.2.2/src/Hackage/Security/Client/Formats.hs
--- old/hackage-security-0.5.2.1/src/Hackage/Security/Client/Formats.hs 
2016-06-07 23:44:49.0 +0200
+++ new/hackage-security-0.5.2.2/src/Hackage/Security/Client/Formats.hs 
2016-08-29 00:57:40.0 +0200
@@ -113,4 +113,3 @@
 formatsLookup (HFS hf)  (FsUn   _  ) = hasFormatAbsurd hf
 formatsLookup (HFS hf)  (FsGz _) = hasFormatAbsurd hf
 formatsLookup (HFS hf)  (FsUnGz _ a) = formatsLookup hf (FsGz a)
-formatsLookup _ _= error "inaccessible"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hackage-security-0.5.2.1/src/Hackage/Security/Client/Repository/Local.hs 
new/hackage-security-0.5.2.2/src/Hackage/Security/Client/Repository/Local.hs
--- 
old/hackage-security-0.5.2.1/src/Hackage/Security/Client/Repository/Local.hs
2016-06-07 23:44:49.0 +0200
+++ 
new/hackage-security-0.5.2.2/src/Hackage/Security/Client/Repository/Local.hs
2016-08-29 00:57:40.0 +0200
@@ -92,8 +92,6 @@
 verifyLocalFile (LocalFile fp) 

commit ghc-data-default-instances-base for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-data-default-instances-base for 
openSUSE:Factory checked in at 2016-10-19 13:03:53

Comparing /work/SRC/openSUSE:Factory/ghc-data-default-instances-base (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-data-default-instances-base.new (New)


Package is "ghc-data-default-instances-base"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-data-default-instances-base/ghc-data-default-instances-base.changes
  2016-07-21 08:08:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-data-default-instances-base.new/ghc-data-default-instances-base.changes
 2016-10-19 13:03:55.0 +0200
@@ -2 +2 @@
-Sun Jul 10 17:29:43 UTC 2016 - psim...@suse.com
+Wed Sep 21 13:06:46 UTC 2016 - psim...@suse.com
@@ -4,6 +4 @@
-- Update to version 0.1.0 revision 0 with cabal2obs.
-

-Fri Apr 17 08:34:50 UTC 2015 - mimi...@gmail.com
-
-- initial commit 
+- Update to version 0.1.0.1 with cabal2obs.

Old:

  data-default-instances-base-0.1.0.tar.gz

New:

  data-default-instances-base-0.1.0.1.tar.gz



Other differences:
--
++ ghc-data-default-instances-base.spec ++
--- /var/tmp/diff_new_pack.94oSBk/_old  2016-10-19 13:03:56.0 +0200
+++ /var/tmp/diff_new_pack.94oSBk/_new  2016-10-19 13:03:56.0 +0200
@@ -18,19 +18,17 @@
 
 %global pkg_name data-default-instances-base
 Name:   ghc-%{pkg_name}
-Version:0.1.0
+Version:0.1.0.1
 Release:0
 Summary:Default instances for types in base
 License:BSD-3-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-data-default-class-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Default instances for types in base.
@@ -50,15 +48,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ data-default-instances-base-0.1.0.tar.gz -> 
data-default-instances-base-0.1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/data-default-instances-base-0.1.0/Data/Default/Instances/Base.hs 
new/data-default-instances-base-0.1.0.1/Data/Default/Instances/Base.hs
--- old/data-default-instances-base-0.1.0/Data/Default/Instances/Base.hs
2016-04-17 23:18:01.0 +0200
+++ new/data-default-instances-base-0.1.0.1/Data/Default/Instances/Base.hs  
2016-06-26 00:56:17.0 +0200
@@ -29,87 +29,9 @@
 
 -}
 
-{-# LANGUAGE CPP #-}
-
 module Data.Default.Instances.Base (
--- | This module defines 'Default' instances for the types 'Int', 'Int8',
--- 'Int16', 'Int32', 'Int64', 'Word', 'Word8', 'Word16', 'Word32', 'Word64',
--- 'Integer', 'Float', 'Double', 'Ratio', 'Complex', 'CShort', 'CUShort',
--- 'CInt', 'CUInt', 'CLong', 'CULong', 'CLLong', 'CULLong', 'CPtrdiff',
--- 'CSize', 'CSigAtomic', 'CIntPtr', 'CUIntPtr', 'CIntMax', 'CUIntMax',
--- 'CClock', 'CTime', 'CUSeconds', 'CSUSeconds', 'CFloat', 'CDouble', '(->)',
--- 'IO', 'Maybe', '()', '[]', 'Ordering', 'Any', 'All', 'Last', 'First', 'Sum',
--- 'Product', 'Endo', 'Dual', and tuples.
+-- | This module reexports the 'Data.Default.Class.Default' instances from the
+-- "Data.Default.Class" module.
 ) where
 
-import Data.Default.Class
-import Data.Int
-import Data.Word
-import Data.Monoid
-import Data.Ratio
-import Data.Complex
-import Foreign.C.Types
-
-instance Default Int where def = 0
-instance Default Int8 where def = 0
-instance Default Int16 where def = 0
-instance Default Int32 where def = 0
-instance Default Int64 where def = 0
-instance Default Word where def = 0
-instance Default Word8 where def = 0
-instance Default Word16 where def = 0
-instance Default Word32 where def = 0
-instance Default Word64 where def = 0
-instance Default Integer where def = 0
-instance Default Float where def = 0
-instance Default Double where def = 0
-instance (Integral a) => Default (Ratio a) where def = 0
-instance (Default a, RealFloat a) => Default (Complex a) where def = def :+ def
-
-instance Default CShort where def = 0
-instance Default CUShortwhere def = 0
-instance Default CInt   where def = 0
-instance Default CUInt  where def = 0
-instance Default CLong  where def = 0
-instance Default CULong where def = 0
-instance Default CLLong where def = 0
-instance Default CULLong  

commit ghc-tagged for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-tagged for openSUSE:Factory 
checked in at 2016-10-19 13:04:26

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


Package is "ghc-tagged"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tagged/ghc-tagged.changes2016-07-20 
09:20:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tagged.new/ghc-tagged.changes   
2016-10-19 13:04:35.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 07:10:20 UTC 2016 - psim...@suse.com
+
+- Update to version 0.8.5 revision 0 with cabal2obs.
+
+---

Old:

  tagged-0.8.4.tar.gz

New:

  tagged-0.8.5.tar.gz



Other differences:
--
++ ghc-tagged.spec ++
--- /var/tmp/diff_new_pack.9mBPgv/_old  2016-10-19 13:04:38.0 +0200
+++ /var/tmp/diff_new_pack.9mBPgv/_new  2016-10-19 13:04:38.0 +0200
@@ -18,20 +18,20 @@
 
 %global pkg_name tagged
 Name:   ghc-%{pkg_name}
-Version:0.8.4
+Version:0.8.5
 Release:0
 Summary:Haskell 98 phantom types to avoid unsafely passing dummy 
arguments
 License:BSD-3-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-deepseq-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
+BuildRequires:  ghc-transformers-compat-devel
+BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Haskell 98 phantom types to avoid unsafely passing dummy arguments.
@@ -50,15 +50,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ tagged-0.8.4.tar.gz -> tagged-0.8.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-0.8.4/.travis.yml new/tagged-0.8.5/.travis.yml
--- old/tagged-0.8.4/.travis.yml2016-04-23 21:48:24.0 +0200
+++ new/tagged-0.8.5/.travis.yml2016-07-23 15:07:54.0 +0200
@@ -14,6 +14,14 @@
 
 matrix:
   include:
+- env: CABALVER=1.16 GHCVER=7.0.4 BUILD=cabal
+  compiler: ": #GHC 7.0.4"
+  addons: {apt: {packages: 
[cabal-install-1.16,ghc-7.0.4,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+
+- env: CABALVER=1.16 GHCVER=7.2.2 BUILD=cabal
+  compiler: ": #GHC 7.2.2"
+  addons: {apt: {packages: 
[cabal-install-1.16,ghc-7.2.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+
 - env: CABALVER=1.16 GHCVER=7.4.2 BUILD=cabal
   compiler: ": #GHC 7.4.2"
   addons: {apt: {packages: 
[cabal-install-1.16,ghc-7.4.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
@@ -26,20 +34,20 @@
   compiler: ": #GHC 7.8.4"
   addons: {apt: {packages: 
[cabal-install-1.18,ghc-7.8.4,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
 
-- env: BUILD=stack STACK_YAML=stack-7.8.yaml STACK_OPTIONS=--skip-ghc-check
-  compiler: ": #GHC 7.8.4"
-  addons: {apt: {packages: 
[cabal-install-1.18,ghc-7.8.4,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+#- env: BUILD=stack STACK_YAML=stack-7.8.yaml 
STACK_OPTIONS=--skip-ghc-check
+#  compiler: ": #GHC 7.8.4"
+#  addons: {apt: {packages: 
[cabal-install-1.18,ghc-7.8.4,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
 
-- env: BUILD=stack STACK_YAML=stack-7.8.yaml
-  os: osx
+#- env: BUILD=stack STACK_YAML=stack-7.8.yaml
+#  os: osx
 
 - env: CABALVER=1.22 GHCVER=7.10.1 BUILD=cabal
   compiler: ": #GHC 7.10.1"
   addons: {apt: {packages: 
[cabal-install-1.22,ghc-7.10.1,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
 
-- env: BUILD=stack STACK_OPTIONS=--skip-ghc-check
-  compiler: ": #GHC 7.10.1"
-  addons: {apt: {packages: 
[cabal-install-1.22,ghc-7.10.1,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+#- env: BUILD=stack STACK_OPTIONS=--skip-ghc-check
+#  compiler: ": #GHC 7.10.1"
+#  addons: {apt: {packages: 
[cabal-install-1.22,ghc-7.10.1,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
 
 - env: CABALVER=1.22 GHCVER=7.10.3 BUILD=cabal
   compiler: ": #GHC 7.10.3"
@@ -49,9 +57,17 @@
   compiler: ": #GHC 8.0.1"
   addons: {apt: {packages: 
[cabal-install-1.24,ghc-8.0.1,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
 
-- env: BUILD=stack
-  os: osx
-
+- env: CABALVER=head GHCVER=head BUILD=cabal
+  compiler: ": #GHC head"
+  

commit ghc-deepseq-generics for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-deepseq-generics for 
openSUSE:Factory checked in at 2016-10-19 13:03:56

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


Package is "ghc-deepseq-generics"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-deepseq-generics/ghc-deepseq-generics.changes
2016-07-21 08:05:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-deepseq-generics.new/ghc-deepseq-generics.changes
   2016-10-19 13:03:57.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:56:28 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.0.0 revision 0 with cabal2obs.
+
+---

Old:

  1.cabal
  deepseq-generics-0.1.1.2.tar.gz

New:

  deepseq-generics-0.2.0.0.tar.gz



Other differences:
--
++ ghc-deepseq-generics.spec ++
--- /var/tmp/diff_new_pack.aen6Y9/_old  2016-10-19 13:03:58.0 +0200
+++ /var/tmp/diff_new_pack.aen6Y9/_new  2016-10-19 13:03:58.0 +0200
@@ -19,16 +19,14 @@
 %global pkg_name deepseq-generics
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.1.2
+Version:0.2.0.0
 Release:0
 Summary:GHC.Generics-based Control.DeepSeq.rnf implementation
 License:BSD-3-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
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +35,6 @@
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-hunit-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package provides a "GHC.Generics"-based
@@ -51,9 +48,9 @@
 
 This package differs from the 'generic-deepseq' package by working in
 combination with the existing 'deepseq' package as opposed to defining a
-conflicting drop-in replacement for 'deepseq''s 'Control.Deepseq' module.
+conflicting drop-in replacement for 'deepseq''s 'Control.DeepSeq' module.
 
-Note: The ability to auto-derive via "GHC.Generics" has been merged into
+__Note__: The ability to auto-derive via "GHC.Generics" has been merged into
 'deepseq-1.4.0.0'. This package is now still useful for writing code that's
 also compatible with older 'deepseq' versions not yet providing
 "GHC.Generics"-support.
@@ -72,22 +69,15 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
-
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -101,6 +91,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc changelog
+%doc changelog.md
 
 %changelog

++ deepseq-generics-0.1.1.2.tar.gz -> deepseq-generics-0.2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/deepseq-generics-0.1.1.2/Control/DeepSeq/Generics.hs 
new/deepseq-generics-0.2.0.0/Control/DeepSeq/Generics.hs
--- old/deepseq-generics-0.1.1.2/Control/DeepSeq/Generics.hs2014-12-17 
13:16:47.0 +0100
+++ new/deepseq-generics-0.2.0.0/Control/DeepSeq/Generics.hs2016-01-03 
15:45:35.0 +0100
@@ -9,12 +9,6 @@
 -- Stability:   stable
 -- Portability: GHC
 --
--- Beyond the primary scope of providing the 'genericRnf' helper, this
--- module also re-exports the definitions from "Control.DeepSeq" for
--- convenience. If this poses any problems, just use qualified or
--- explicit import statements (see code usage example in the
--- 'genericRnf' description)
---
 -- __NOTE__: Starting with @deepseq-1.4.0.0@, 'NFData' gained support
 -- for generic derivation via @DefaultSignatures@. The new default
 -- 'rnf' method implementation is then equivalent to
@@ -30,11 +24,6 @@
 module Control.DeepSeq.Generics
 ( genericRnf
 , genericRnfV1
-  -- * "Control.DeepSeq" re-exports
-, deepseq
-, force
-, NFData(rnf)
-, ($!!)
 ) where
 
 import Control.DeepSeq
@@ -82,7 +71,7 @@
 -- > instance NFData a => NFData (Bar a) where rnf = genericRnf
 --
 -- __NOTE__: The 'GNFData' type-class showing up in the type-signature is
---   used internally and not exported on purpose currently.
+--   used internally and not exported.
 
 genericRnf :: (Generic a, GNFData (Rep a)) => a -> ()
 genericRnf = grnf_ . from

commit ghc-css-text for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-css-text for openSUSE:Factory 
checked in at 2016-10-19 13:03:31

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


Package is "ghc-css-text"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-css-text/ghc-css-text.changes
2016-07-21 08:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-css-text.new/ghc-css-text.changes   
2016-10-19 13:03:44.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:35:42 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.2.2 revision 0 with cabal2obs.
+
+---

Old:

  css-text-0.1.2.1.tar.gz

New:

  css-text-0.1.2.2.tar.gz



Other differences:
--
++ ghc-css-text.spec ++
--- /var/tmp/diff_new_pack.B6eMh5/_old  2016-10-19 13:03:46.0 +0200
+++ /var/tmp/diff_new_pack.B6eMh5/_new  2016-10-19 13:03:46.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name css-text
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.2.1
+Version:0.1.2.2
 Release:0
 Summary:CSS parser and renderer
-License:BSD-2-Clause
-Group:  System/Libraries
+License:MIT
+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-attoparsec-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
@@ -36,7 +35,6 @@
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 CSS parser and renderer.
@@ -55,20 +53,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -82,5 +74,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc ChangeLog.md README.md
 
 %changelog

++ css-text-0.1.2.1.tar.gz -> css-text-0.1.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/css-text-0.1.2.1/ChangeLog.md 
new/css-text-0.1.2.2/ChangeLog.md
--- old/css-text-0.1.2.1/ChangeLog.md   1970-01-01 01:00:00.0 +0100
+++ new/css-text-0.1.2.2/ChangeLog.md   2016-07-07 17:34:33.0 +0200
@@ -0,0 +1,3 @@
+## 0.1.2.2
+
+* Clarified MIT license 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/css-text-0.1.2.1/LICENSE new/css-text-0.1.2.2/LICENSE
--- old/css-text-0.1.2.1/LICENSE2014-03-16 17:54:41.0 +0100
+++ new/css-text-0.1.2.2/LICENSE2016-07-07 17:34:33.0 +0200
@@ -1,25 +1,20 @@
-The following license covers this documentation, and the source code, except
-where otherwise indicated.
+Copyright (c) 2010 Michael Snoyman, http://www.yesodweb.com/
 
-Copyright 2010, Michael Snoyman. All rights reserved.
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
 
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
 
-* 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.
-
-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, 

commit ghc-generic-deriving for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-generic-deriving for 
openSUSE:Factory checked in at 2016-10-19 13:04:06

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


Package is "ghc-generic-deriving"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-generic-deriving/ghc-generic-deriving.changes
2016-07-21 08:12:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-generic-deriving.new/ghc-generic-deriving.changes
   2016-10-19 13:04:09.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:48:32 UTC 2016 - psim...@suse.com
+
+- Update to version 1.11.1 revision 0 with cabal2obs.
+
+---

Old:

  generic-deriving-1.10.5.tar.gz

New:

  generic-deriving-1.11.1.tar.gz



Other differences:
--
++ ghc-generic-deriving.spec ++
--- /var/tmp/diff_new_pack.BzlhjK/_old  2016-10-19 13:04:11.0 +0200
+++ /var/tmp/diff_new_pack.BzlhjK/_new  2016-10-19 13:04:11.0 +0200
@@ -17,21 +17,23 @@
 
 
 %global pkg_name generic-deriving
+%bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.10.5
+Version:1.11.1
 Release:0
 Summary:Generic programming library for generalised deriving
 License:BSD-3-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-containers-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
+%if %{with tests}
+BuildRequires:  ghc-hspec-devel
+%endif
 
 %description
 This package provides functionality for generalising the deriving mechanism in
@@ -42,7 +44,7 @@
 
 The current implementation integrates with the new GHC Generics. See
  for more information.
-Template Haskell code is provided for supporting GHC before version 7.2.
+Template Haskell code is provided for supporting older GHCs.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -59,14 +61,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
+%check
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -80,6 +82,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc CHANGELOG.md README.md examples
+%doc CHANGELOG.md README.md
 
 %changelog

++ generic-deriving-1.10.5.tar.gz -> generic-deriving-1.11.1.tar.gz ++
 4094 lines of diff (skipped)




commit ghc-bytestring-builder for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-bytestring-builder for 
openSUSE:Factory checked in at 2016-10-19 13:03:10

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


Package is "ghc-bytestring-builder"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-bytestring-builder/ghc-bytestring-builder.changes
2016-07-14 09:48:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-bytestring-builder.new/ghc-bytestring-builder.changes
   2016-10-19 13:03:17.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep 15 06:57:01 UTC 2016 - psim...@suse.com
+
+- Update to version 0.10.8.1.0 revision 0 with cabal2obs.
+
+---
+Sun Jul 17 13:18:25 UTC 2016 - psim...@suse.com
+
+- Update to version 0.10.6.0.0 revision 0 with cabal2obs.
+
+---

Old:

  bytestring-builder-0.10.6.0.0.tar.gz

New:

  bytestring-builder-0.10.8.1.0.tar.gz



Other differences:
--
++ ghc-bytestring-builder.spec ++
--- /var/tmp/diff_new_pack.yS3Zyf/_old  2016-10-19 13:03:18.0 +0200
+++ /var/tmp/diff_new_pack.yS3Zyf/_new  2016-10-19 13:03:18.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package ghc
+# spec file for package ghc-bytestring-builder
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -18,20 +18,18 @@
 
 %global pkg_name bytestring-builder
 Name:   ghc-%{pkg_name}
-Version:0.10.6.0.0
+Version:0.10.8.1.0
 Release:0
 Summary:The new bytestring builder, packaged outside of GHC
 License:BSD-3-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-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This is the bytestring builder that is debuting in bytestring-0.10.4.0, which

++ bytestring-builder-0.10.6.0.0.tar.gz -> 
bytestring-builder-0.10.8.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bytestring-builder-0.10.6.0.0/bytestring-builder.cabal 
new/bytestring-builder-0.10.8.1.0/bytestring-builder.cabal
--- old/bytestring-builder-0.10.6.0.0/bytestring-builder.cabal  2015-04-04 
07:45:02.0 +0200
+++ new/bytestring-builder-0.10.8.1.0/bytestring-builder.cabal  2016-05-16 
05:47:19.0 +0200
@@ -1,5 +1,5 @@
 name:bytestring-builder
-version: 0.10.6.0.0
+version: 0.10.8.1.0
 synopsis:The new bytestring builder, packaged outside of GHC
 description:
   This is the bytestring builder that is debuting in bytestring-0.10.4.0, which
@@ -51,7 +51,7 @@
 source-repository this
   type: git
   location: http://github.com/lpsmith/bytestring-builder
-  tag:  v0.10.6.0.0
+  tag:  v0.10.8.1.0
 
 Flag bytestring_has_builder
   default: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bytestring-builder-0.10.6.0.0/src/Data/ByteString/Builder/ASCII.hs 
new/bytestring-builder-0.10.8.1.0/src/Data/ByteString/Builder/ASCII.hs
--- old/bytestring-builder-0.10.6.0.0/src/Data/ByteString/Builder/ASCII.hs  
2015-04-04 07:45:02.0 +0200
+++ new/bytestring-builder-0.10.8.1.0/src/Data/ByteString/Builder/ASCII.hs  
2016-05-16 05:47:19.0 +0200
@@ -85,7 +85,7 @@
 import   Foreign
 
 
-#if defined(__GLASGOW_HASKELL__) && defined(INTEGER_GMP)
+#if defined(INTEGER_GMP)
 
 #if !(MIN_VERSION_base(4,8,0))
 import   Data.Monoid (mappend)
@@ -304,7 +304,7 @@
 -- Fast decimal 'Integer' encoding.
 --
 
-#if defined(__GLASGOW_HASKELL__) && defined(INTEGER_GMP)
+#if defined(INTEGER_GMP)
 -- An optimized version of the integer serialization code
 -- in blaze-textual (c) 2011 MailRank, Inc. Bryan O'Sullivan
 -- . It is 2.5x faster on Int-sized integers and 4.5x faster
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bytestring-builder-0.10.6.0.0/src/Data/ByteString/Builder/Internal.hs 
new/bytestring-builder-0.10.8.1.0/src/Data/ByteString/Builder/Internal.hs
--- old/bytestring-builder-0.10.6.0.0/src/Data/ByteString/Builder/Internal.hs   
2015-04-04 07:45:02.0 

commit ghc-dlist for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-dlist for openSUSE:Factory 
checked in at 2016-10-19 13:04:01

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


Package is "ghc-dlist"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dlist/ghc-dlist.changes  2016-07-21 
08:08:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-dlist.new/ghc-dlist.changes 2016-10-19 
13:04:03.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:37:11 UTC 2016 - psim...@suse.com
+
+- Update to version 0.8.0.2 revision 0 with cabal2obs.
+
+---

Old:

  dlist-0.7.1.2.tar.gz

New:

  dlist-0.8.0.2.tar.gz



Other differences:
--
++ ghc-dlist.spec ++
--- /var/tmp/diff_new_pack.8vPLu8/_old  2016-10-19 13:04:04.0 +0200
+++ /var/tmp/diff_new_pack.8vPLu8/_new  2016-10-19 13:04:04.0 +0200
@@ -19,22 +19,20 @@
 %global pkg_name dlist
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.1.2
+Version:0.8.0.2
 Release:0
 Summary:Difference lists
 License:BSD-3-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-deepseq-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Difference lists are a list-like type supporting O(1) append. This is
@@ -55,20 +53,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ dlist-0.7.1.2.tar.gz -> dlist-0.8.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dlist-0.7.1.2/ChangeLog.md 
new/dlist-0.8.0.2/ChangeLog.md
--- old/dlist-0.7.1.2/ChangeLog.md  2015-08-23 09:23:03.0 +0200
+++ new/dlist-0.8.0.2/ChangeLog.md  2016-09-05 08:26:25.0 +0200
@@ -2,6 +2,41 @@
 Change Log
 ==
 
+Version 0.8.0.2 (2016-09-04) *World Sexual Health Day*
+--
+
+ Package changes
+
+* Fix test suite: add missing module `OverloadedStrings`
+  ([Sergei Trofimovich](https://github.com/trofi))
+
+Version 0.8.0.1 (2016-07-29) *58th Anniversary of the Creation of NASA*
+---
+
+ Package changes
+
+* Change QuickCheck lower bound to 2.9 for GHC >= 8 (base >= 4.9)
+  ([Adam Bergmark](https://github.com/bergmark))
+
+Version 0.8 (2016-07-17) *Constitution Day in South Korea*
+--
+
+ New features
+
+* Add pattern synonyms `Nil` and `Cons` for GHC >= 7.8
+* Add `Semigroup` instance for GHC >= 8 (base >= 4.9)
+* Use inflexible instance for `IsString` to improve support for overloaded
+  strings ([Baldur Blöndal](https://github.com/Icelandjack))
+
+ Package changes
+
+* Change QuickCheck upper bound from 2.9 to 2.10
+
+ Development changes
+
+* Add `-Wall -Werror` testing
+* Add testing for GHC 8.0.1 to Travis-CI
+
 Version 0.7.1.2 (2015-08-23) *International Day for the Remembrance of the 
Slave Trade and its Abolition*
 
-
 
@@ -20,9 +55,10 @@
 Version 0.7.1 (2014-06-28) *100th Anniversary of the Assassination of Franz 
Ferdinand*
 
--
 
- Package changes
+ New features
 
-* Add `IsList` instance for GHC >= 7.8 
([Icelandjack](https://github.com/Icelandjack))
+* Add `IsList` instance for GHC >= 7.8
+  ([Baldur Blöndal](https://github.com/Icelandjack))
 
 Version 0.7.0.1 (2014-03-24) *World Tuberculosis Day*
 -
@@ -34,7 +70,7 @@
 Version 0.7 (2014-03-17) *St. Patrick's Day*
 
 
- Package changes
+ New features
 
 * Add `NFData` instance (and `deepseq` dependency)
 * Add `IsString` instance
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dlist-0.7.1.2/Data/DList.hs 
new/dlist-0.8.0.2/Data/DList.hs
--- old/dlist-0.7.1.2/Data/DList.hs 2015-08-23 09:23:03.0 +0200
+++ 

commit ghc-data-default-class for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-data-default-class for 
openSUSE:Factory checked in at 2016-10-19 13:03:45

Comparing /work/SRC/openSUSE:Factory/ghc-data-default-class (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-data-default-class.new (New)


Package is "ghc-data-default-class"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-data-default-class/ghc-data-default-class.changes
2016-07-21 08:14:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-data-default-class.new/ghc-data-default-class.changes
   2016-10-19 13:03:48.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:43:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.2.0 revision 0 with cabal2obs.
+
+---

Old:

  data-default-class-0.0.1.tar.gz

New:

  data-default-class-0.1.2.0.tar.gz



Other differences:
--
++ ghc-data-default-class.spec ++
--- /var/tmp/diff_new_pack.XsNQ28/_old  2016-10-19 13:03:50.0 +0200
+++ /var/tmp/diff_new_pack.XsNQ28/_new  2016-10-19 13:03:50.0 +0200
@@ -18,11 +18,11 @@
 
 %global pkg_name data-default-class
 Name:   ghc-%{pkg_name}
-Version:0.0.1
+Version:0.1.2.0
 Release:0
 Summary:A class for types with a default value
 License:BSD-3-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
@@ -47,15 +47,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ data-default-class-0.0.1.tar.gz -> data-default-class-0.1.2.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/data-default-class-0.0.1/Data/Default/Class.hs 
new/data-default-class-0.1.2.0/Data/Default/Class.hs
--- old/data-default-class-0.0.1/Data/Default/Class.hs  2013-04-02 
21:58:04.0 +0200
+++ new/data-default-class-0.1.2.0/Data/Default/Class.hs2016-06-26 
00:55:15.0 +0200
@@ -29,12 +29,123 @@
 
 -}
 
+{-# LANGUAGE CPP #-}
+
+#define HAVE_GHC_GENERICS (__GLASGOW_HASKELL__ >= 704)
+
+#if HAVE_GHC_GENERICS
+{-# LANGUAGE DefaultSignatures, TypeOperators, FlexibleContexts #-}
+#endif
+
 module Data.Default.Class (
 -- | This module defines a class for types with a default value.
+-- It also defines 'Default' instances for the types 'Int', 'Int8',
+-- 'Int16', 'Int32', 'Int64', 'Word', 'Word8', 'Word16', 'Word32', 'Word64',
+-- 'Integer', 'Float', 'Double', 'Ratio', 'Complex', 'CShort', 'CUShort',
+-- 'CInt', 'CUInt', 'CLong', 'CULong', 'CLLong', 'CULLong', 'CPtrdiff',
+-- 'CSize', 'CSigAtomic', 'CIntPtr', 'CUIntPtr', 'CIntMax', 'CUIntMax',
+-- 'CClock', 'CTime', 'CUSeconds', 'CSUSeconds', 'CFloat', 'CDouble', '(->)',
+-- 'IO', 'Maybe', '()', '[]', 'Ordering', 'Any', 'All', 'Last', 'First', 'Sum',
+-- 'Product', 'Endo', 'Dual', and tuples.
 Default(..)
 ) where
 
+import Data.Int
+import Data.Word
+import Data.Monoid
+import Data.Ratio
+import Data.Complex
+import Foreign.C.Types
+
+#if HAVE_GHC_GENERICS
+import GHC.Generics
+
+class GDefault f where
+gdef :: f a
+
+instance GDefault U1 where
+gdef = U1
+
+instance (Default a) => GDefault (K1 i a) where
+gdef = K1 def
+
+instance (GDefault a, GDefault b) => GDefault (a :*: b) where
+gdef = gdef :*: gdef
+
+instance (GDefault a) => GDefault (M1 i c a) where
+gdef = M1 gdef
+#endif
+
 -- | A class for types with a default value.
 class Default a where
 -- | The default value for this type.
 def :: a
+
+#if HAVE_GHC_GENERICS
+default def :: (Generic a, GDefault (Rep a)) => a
+def = to gdef
+#endif
+
+instance Default Int where def = 0
+instance Default Int8 where def = 0
+instance Default Int16 where def = 0
+instance Default Int32 where def = 0
+instance Default Int64 where def = 0
+instance Default Word where def = 0
+instance Default Word8 where def = 0
+instance Default Word16 where def = 0
+instance Default Word32 where def = 0
+instance Default Word64 where def = 0
+instance Default Integer where def = 0
+instance Default Float where def = 0
+instance Default Double where def = 0
+instance (Integral a) => Default (Ratio a) where def = 0
+instance (Default a, RealFloat a) => Default (Complex a) where def = def :+ def
+
+instance Default CShort where def = 0
+instance Default CUShortwhere def = 0
+instance Default CInt   where def = 0
+instance Default CUInt  where def = 0
+instance Default CLong  where def = 0
+instance 

commit ghc-cryptonite for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-cryptonite for openSUSE:Factory 
checked in at 2016-10-19 13:03:28

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


Package is "ghc-cryptonite"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-cryptonite/ghc-cryptonite.changes
2016-07-21 08:05:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-cryptonite.new/ghc-cryptonite.changes   
2016-10-19 13:03:30.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:34:53 UTC 2016 - psim...@suse.com
+
+- Update to version 0.19 revision 0 with cabal2obs.
+
+---

Old:

  cryptonite-0.15.tar.gz

New:

  cryptonite-0.19.tar.gz



Other differences:
--
++ ghc-cryptonite.spec ++
--- /var/tmp/diff_new_pack.xqhVDd/_old  2016-10-19 13:03:31.0 +0200
+++ /var/tmp/diff_new_pack.xqhVDd/_new  2016-10-19 13:03:31.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name cryptonite
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.15
+Version:0.19
 Release:0
 Summary:Cryptography Primitives sink
 License:BSD-3-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-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-memory-devel
@@ -40,7 +39,6 @@
 BuildRequires:  ghc-tasty-kat-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A repository of cryptographic primitives.
@@ -52,7 +50,7 @@
 
 * MAC: HMAC, Poly1305
 
-* Assymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519
+* Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519, Ed448
 
 * Key Derivation Function: PBKDF2, Scrypt, HKDF
 
@@ -67,6 +65,8 @@
 
 Evaluate the security related to your requirements before using.
 
+Read "Crypto.Tutorial" for a quick start guide.
+
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
@@ -81,21 +81,15 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
-%define cabal_configure_options -f"-support_aesni -support_rdrand 
-support_blake2_sse"
+%define cabal_configure_options -f-support_aesni -f-support_rdrand 
-f-support_blake2_sse
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ cryptonite-0.15.tar.gz -> cryptonite-0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptonite-0.15/CHANGELOG.md 
new/cryptonite-0.19/CHANGELOG.md
--- old/cryptonite-0.15/CHANGELOG.md2016-04-09 18:16:13.0 +0200
+++ new/cryptonite-0.19/CHANGELOG.md2016-08-12 08:14:25.0 +0200
@@ -1,3 +1,25 @@
+## 0.19
+
+* Add tutorial (Yann Esposito)
+* Derive Show instance for better interaction with Show pretty printer (Eric 
Mertens)
+
+## 0.18
+
+* Re-used standard rdrand instructions instead of bytedump of rdrand 
instruction
+* Improvement to F2m, including lots of tests (Andrew Lelechenko)
+
+## 0.17
+
+* Add Miyaguchi-Preneel construction (Kei Hibino)
+* Fix buffer length in scrypt (Luke Taylor)
+* build fixes for i686 and arm related to rdrand
+
+## 0.16
+
+* Fix basepoint for Ed448
+
+* Enable 64-bit Curve25519 implementation
+
 ## 0.15
 
 * Fix serialization of DH and ECDH
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptonite-0.15/Crypto/Cipher/Blowfish/Primitive.hs 
new/cryptonite-0.19/Crypto/Cipher/Blowfish/Primitive.hs
--- old/cryptonite-0.15/Crypto/Cipher/Blowfish/Primitive.hs 2016-04-09 
18:16:13.0 +0200
+++ new/cryptonite-0.19/Crypto/Cipher/Blowfish/Primitive.hs 2016-08-12 
08:14:25.0 +0200
@@ -79,7 +79,9 @@
 -- Cost must be between 4 and 31 inclusive
 -- See 

 eksBlowfish :: (ByteArrayAccess salt, ByteArrayAccess password) => Int -> salt 
-> password -> Context
-eksBlowfish cost salt key = makeKeySchedule key (Just (salt, cost))
+eksBlowfish cost salt key
+| B.length salt /= 16 = error "bcrypt salt must be 16 bytes"
+| otherwise   = makeKeySchedule key (Just (salt, cost))
 
 coreCrypto :: Context -> Word64 -> Word64
 coreCrypto (BF p s0 s1 s2 s3) input = doRound input 0

commit ghc-checkers for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-checkers for openSUSE:Factory 
checked in at 2016-10-19 13:03:18

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


Package is "ghc-checkers"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-checkers/ghc-checkers.changes
2016-09-25 14:37:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-checkers.new/ghc-checkers.changes   
2016-10-19 13:03:19.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 26 06:49:50 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.6 with cabal2obs.
+
+---

Old:

  checkers-0.4.5.tar.gz

New:

  checkers-0.4.6.tar.gz



Other differences:
--
++ ghc-checkers.spec ++
--- /var/tmp/diff_new_pack.AmWg7h/_old  2016-10-19 13:03:21.0 +0200
+++ /var/tmp/diff_new_pack.AmWg7h/_new  2016-10-19 13:03:21.0 +0200
@@ -18,11 +18,11 @@
 
 %global pkg_name checkers
 Name:   ghc-%{pkg_name}
-Version:0.4.5
+Version:0.4.6
 Release:0
 Summary:Check properties on standard classes and data structures
 License:BSD-3-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
@@ -56,15 +56,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ checkers-0.4.5.tar.gz -> checkers-0.4.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/checkers-0.4.5/checkers.cabal 
new/checkers-0.4.6/checkers.cabal
--- old/checkers-0.4.5/checkers.cabal   2016-07-18 20:16:17.0 +0200
+++ new/checkers-0.4.6/checkers.cabal   2016-09-24 17:33:14.0 +0200
@@ -1,5 +1,5 @@
 Name:checkers
-Version: 0.4.5
+Version: 0.4.6
 Cabal-Version:   >= 1.6
 Synopsis:Check properties on standard classes and data structures.
 Category:Testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/checkers-0.4.5/src/Test/QuickCheck/Checkers.hs 
new/checkers-0.4.6/src/Test/QuickCheck/Checkers.hs
--- old/checkers-0.4.5/src/Test/QuickCheck/Checkers.hs  2016-07-18 
20:16:17.0 +0200
+++ new/checkers-0.4.6/src/Test/QuickCheck/Checkers.hs  2016-09-24 
17:33:14.0 +0200
@@ -185,6 +185,7 @@
 --   instance EqProp a where (=-=) = eq
 -- E.g.,
 
+instance EqProp () where (=-=) = eq
 instance EqProp Bool   where (=-=) = eq
 instance EqProp Char   where (=-=) = eq
 instance EqProp Intwhere (=-=) = eq




commit ghc-bmp for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-bmp for openSUSE:Factory checked 
in at 2016-10-19 13:03:00

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


Package is "ghc-bmp"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-bmp/ghc-bmp.changes  2016-09-25 
14:35:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bmp.new/ghc-bmp.changes 2016-10-19 
13:03:08.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:59:56 UTC 2016 - psim...@suse.com
+
+- Update to version 1.2.6.3 revision 0 with cabal2obs.
+
+---

Old:

  bmp-1.2.5.2.tar.gz

New:

  bmp-1.2.6.3.tar.gz



Other differences:
--
++ ghc-bmp.spec ++
--- /var/tmp/diff_new_pack.ynMeXJ/_old  2016-10-19 13:03:10.0 +0200
+++ /var/tmp/diff_new_pack.ynMeXJ/_new  2016-10-19 13:03:10.0 +0200
@@ -18,20 +18,18 @@
 
 %global pkg_name bmp
 Name:   ghc-%{pkg_name}
-Version:1.2.5.2
+Version:1.2.6.3
 Release:0
 Summary:Read and write uncompressed BMP image files
 License:MIT
-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-bytestring-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Read and write uncompressed BMP image files. 100% robust Haskell
@@ -51,15 +49,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ bmp-1.2.5.2.tar.gz -> bmp-1.2.6.3.tar.gz ++
 1720 lines of diff (skipped)




commit ghc-HUnit for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-HUnit for openSUSE:Factory 
checked in at 2016-10-19 13:02:31

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


Package is "ghc-HUnit"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HUnit/ghc-HUnit.changes  2016-07-21 
08:10:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HUnit.new/ghc-HUnit.changes 2016-10-19 
13:02:33.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:50:23 UTC 2016 - psim...@suse.com
+
+- Update to version 1.3.1.2 revision 0 with cabal2obs.
+
+---

Old:

  HUnit-1.3.1.1.tar.gz

New:

  HUnit-1.3.1.2.tar.gz



Other differences:
--
++ ghc-HUnit.spec ++
--- /var/tmp/diff_new_pack.1NGlwl/_old  2016-10-19 13:02:34.0 +0200
+++ /var/tmp/diff_new_pack.1NGlwl/_new  2016-10-19 13:02:34.0 +0200
@@ -19,22 +19,20 @@
 %global pkg_name HUnit
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.3.1.1
+Version:1.3.1.2
 Release:0
 Summary:A unit testing framework for Haskell
 License:BSD-3-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-deepseq-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-filepath-devel
 %endif
-# End cabal-rpm deps
 
 %description
 HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for
@@ -54,20 +52,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ HUnit-1.3.1.1.tar.gz -> HUnit-1.3.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HUnit-1.3.1.1/CHANGELOG.md 
new/HUnit-1.3.1.2/CHANGELOG.md
--- old/HUnit-1.3.1.1/CHANGELOG.md  2016-01-19 17:16:50.0 +0100
+++ new/HUnit-1.3.1.2/CHANGELOG.md  2016-08-29 17:17:54.0 +0200
@@ -1,5 +1,9 @@
 ## Changes
 
+ 1.3.1.2
+
+- Fixes the test suite on GHC 8
+
  1.3.1.1
 
 - Various updates to metadata and documentation removing outdated information 
and making other things more visible
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HUnit-1.3.1.1/HUnit.cabal 
new/HUnit-1.3.1.2/HUnit.cabal
--- old/HUnit-1.3.1.1/HUnit.cabal   2016-01-19 17:16:50.0 +0100
+++ new/HUnit-1.3.1.2/HUnit.cabal   2016-08-29 17:17:40.0 +0200
@@ -1,5 +1,5 @@
 Name:   HUnit
-Version:1.3.1.1
+Version:1.3.1.2
 Cabal-Version:  >= 1.8
 License:BSD3
 License-File:   LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HUnit-1.3.1.1/tests/HUnitTestExtended.hs 
new/HUnit-1.3.1.2/tests/HUnitTestExtended.hs
--- old/HUnit-1.3.1.1/tests/HUnitTestExtended.hs2016-01-19 
17:16:50.0 +0100
+++ new/HUnit-1.3.1.2/tests/HUnitTestExtended.hs2016-08-29 
17:17:03.0 +0200
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 module HUnitTestExtended (
 extendedTests
 ) where
@@ -5,6 +6,11 @@
 import Test.HUnit
 import HUnitTestBase
 
+#if MIN_VERSION_base(4,9,0)
+errorCall :: a
+errorCall = error "error"
+#endif
+
 extendedTests :: Test
 extendedTests = test [
 
@@ -16,8 +22,13 @@
 "list ref out of bounds" ~:
 expectUnspecifiedError (TestCase ([1 .. 4 :: Integer] !! 10 `seq` 
return ())),
 
+#if MIN_VERSION_base(4,9,0)
 "error" ~:
+expectError "error\nCallStack (from HasCallStack):\n  error, called at 
tests/HUnitTestExtended.hs:11:13 in main:HUnitTestExtended" (TestCase 
errorCall),
+#else
+ "error" ~:
 expectError "error" (TestCase (error "error")),
+#endif
 
 "tail []" ~:
 expectUnspecifiedError (TestCase (tail [] `seq` return ()))




commit ghc-MissingH for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-MissingH for openSUSE:Factory 
checked in at 2016-10-19 13:02:43

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


Package is "ghc-MissingH"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-MissingH/ghc-MissingH.changes
2016-07-20 09:27:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-MissingH.new/ghc-MissingH.changes   
2016-10-19 13:02:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:41:50 UTC 2016 - psim...@suse.com
+
+- Update to version 1.4.0.1 revision 0 with cabal2obs.
+
+---

Old:

  2.cabal
  MissingH-1.3.0.2.tar.gz

New:

  MissingH-1.4.0.1.tar.gz



Other differences:
--
++ ghc-MissingH.spec ++
--- /var/tmp/diff_new_pack.hkwszr/_old  2016-10-19 13:02:48.0 +0200
+++ /var/tmp/diff_new_pack.hkwszr/_new  2016-10-19 13:02:49.0 +0200
@@ -19,16 +19,14 @@
 %global pkg_name MissingH
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.3.0.2
+Version:1.4.0.1
 Release:0
 Summary:Large utility library
 License:BSD-3-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
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-containers-devel
@@ -52,7 +50,6 @@
 BuildRequires:  ghc-errorcall-eq-instance-devel
 BuildRequires:  ghc-testpack-devel
 %endif
-# End cabal-rpm deps
 
 %description
 MissingH is a library of all sorts of utility functions for Haskell
@@ -72,22 +69,15 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
-
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ MissingH-1.3.0.2.tar.gz -> MissingH-1.4.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MissingH-1.3.0.2/LICENSE new/MissingH-1.4.0.1/LICENSE
--- old/MissingH-1.3.0.2/LICENSE2016-05-17 00:13:09.0 +0200
+++ new/MissingH-1.4.0.1/LICENSE2016-06-15 04:19:37.0 +0200
@@ -42,15 +42,6 @@
 BSD license as MissingH itself.
 
 
-Data.Hash.CRC32.Posix is
-(C) 2002 HardCore SoftWare, Doug Hoyte
-and is "distributed under the terms of the GNU GPL."  This license is
-the same as the main license for MissingH.
-
-The code was obtained from 
-http://cvs.sourceforge.net/viewcvs.py/haskell-libs/libs/crypto/crc32.hs
-
-
 Data.Compression.Inflate is
 Copyright 2004 Ian Lynagh 
 Licence: 3 clause BSD.
@@ -77,12 +68,3 @@
 The code was obtained from
 http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/md5/
 
-
-System.Time.Utils.ParseDate is from 
-http://www.dtek.chalmers.se/~d00bring/projects.html
-
-Copyright (c) Bjrn Bringert
-License: GNU General Public License, version 2
-
-I (John Goerzen) have modified only the module name and Haddock
-comments at the top of it.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MissingH-1.3.0.2/MissingH.cabal 
new/MissingH-1.4.0.1/MissingH.cabal
--- old/MissingH-1.3.0.2/MissingH.cabal 2016-05-17 00:13:09.0 +0200
+++ new/MissingH-1.4.0.1/MissingH.cabal 2016-06-15 04:19:37.0 +0200
@@ -1,9 +1,9 @@
 Name: MissingH
-Version: 1.3.0.2
+Version: 1.4.0.1
 License: BSD3
 Maintainer: John Goerzen 
 Author: John Goerzen
-Copyright: Copyright (c) 2004-2014 John Goerzen
+Copyright: Copyright (c) 2004-2016 John Goerzen
 license-file: LICENSE
 extra-source-files: LICENSE,
 announcements/0.10.0.txt,
@@ -39,9 +39,6 @@
 Build-Type: Simple
 Cabal-Version: >=1.8
 
-Flag splitBase
-  description: Choose the new smaller, split-up base package.
-
 Library
  Hs-Source-Dirs: src
  Exposed-Modules:
@@ -59,14 +56,14 @@
   Data.Quantity,
   Data.Map.Utils, System.Path, System.Path.NameManip,
 System.Path.WildMatch, System.Path.Glob,
-  System.Time.Utils, System.Time.ParseDate,
+  System.Time.Utils,
   Network.Utils,
   Network.SocketServer,
   Data.Either.Utils,
   Data.Maybe.Utils,
   Data.Tuple.Utils,
   Data.Bits.Utils,
-  

commit ghc-alarmclock for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-alarmclock for openSUSE:Factory 
checked in at 2016-10-19 13:02:53

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


Package is "ghc-alarmclock"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-alarmclock/ghc-alarmclock.changes
2016-09-25 14:31:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-alarmclock.new/ghc-alarmclock.changes   
2016-10-19 13:02:55.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:38:45 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.0.2 revision 0 with cabal2obs.
+
+---

Old:

  alarmclock-0.2.0.9.tar.gz

New:

  alarmclock-0.4.0.2.tar.gz



Other differences:
--
++ ghc-alarmclock.spec ++
--- /var/tmp/diff_new_pack.x0bwuv/_old  2016-10-19 13:02:56.0 +0200
+++ /var/tmp/diff_new_pack.x0bwuv/_new  2016-10-19 13:02:56.0 +0200
@@ -18,22 +18,21 @@
 
 %global pkg_name alarmclock
 Name:   ghc-%{pkg_name}
-Version:0.2.0.9
+Version:0.4.0.2
 Release:0
 Summary:Wake up and perform an action at a certain time
 License:BSD-3-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
-# Begin cabal-rpm deps:
-BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-async-devel
+BuildRequires:  ghc-clock-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-unbounded-delays-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Wake up and perform an action at a certain time.
@@ -52,15 +51,11 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-rm %{buildroot}/%{_bindir}/test
-
 
 %post devel
 %ghc_pkg_recache

++ alarmclock-0.2.0.9.tar.gz -> alarmclock-0.4.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alarmclock-0.2.0.9/alarmclock.cabal 
new/alarmclock-0.4.0.2/alarmclock.cabal
--- old/alarmclock-0.2.0.9/alarmclock.cabal 2016-03-31 13:30:27.0 
+0200
+++ new/alarmclock-0.4.0.2/alarmclock.cabal 2016-07-05 12:06:07.0 
+0200
@@ -1,5 +1,5 @@
 name:alarmclock
-version: 0.2.0.9
+version: 0.4.0.2
 synopsis:Wake up and perform an action at a certain time.
 description: Wake up and perform an action at a certain time.
 homepage:https://bitbucket.org/davecturner/alarmclock
@@ -15,18 +15,12 @@
 library
   exposed-modules: Control.Concurrent.AlarmClock
   build-depends:
-  base >=4.7 && <4.9
+  base >=4.8 && <4.10
 , stm
+, async
 , time
+, clock
 , unbounded-delays
   hs-source-dirs:  src
   default-language:Haskell2010
   ghc-options: -Wall
-
-executable test
-  main-is: Main.hs
-  hs-source-dirs: test
-  default-language:   Haskell2010
-  build-depends:  base
-, alarmclock
-, time
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/alarmclock-0.2.0.9/src/Control/Concurrent/AlarmClock.hs 
new/alarmclock-0.4.0.2/src/Control/Concurrent/AlarmClock.hs
--- old/alarmclock-0.2.0.9/src/Control/Concurrent/AlarmClock.hs 2016-03-31 
13:29:53.0 +0200
+++ new/alarmclock-0.4.0.2/src/Control/Concurrent/AlarmClock.hs 2016-07-05 
12:04:55.0 +0200
@@ -1,4 +1,4 @@
-{-# LANGUAGE LambdaCase #-}
+{-# LANGUAGE LambdaCase  #-}
 {-# LANGUAGE RecordWildCards #-}
 
 {-| Device for running an action at (i.e. shortly after) a certain time, which
@@ -31,93 +31,121 @@
   , setAlarmNow
   , isAlarmSet
   , isAlarmSetSTM
+  , TimeScale(..)
+  , MonotonicTime(..)
   ) where
 
-import Control.Applicative ((<$>), (<*>))
-import Control.Concurrent (forkIO, newEmptyMVar, readMVar, putMVar)
-import Control.Concurrent.STM (STM, atomically, retry, TVar, newTVar, 
writeTVar, readTVar, modifyTVar')
-import Control.Concurrent.Timeout (timeout)
-import Control.Exception (finally, bracket)
-import Control.Monad (void)
-import Data.Time (UTCTime, diffUTCTime, getCurrentTime)
-import GHC.Conc (labelThread, myThreadId)
+import   Control.Concurrent.Async   (async, wait)
+import   Control.Concurrent.STM (STM, TVar, atomically, 
modifyTVar',
+ newTVarIO, readTVar, retry,
+ 

commit ghc-JuicyPixels for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-JuicyPixels for openSUSE:Factory 
checked in at 2016-10-19 13:02:34

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


Package is "ghc-JuicyPixels"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-JuicyPixels/ghc-JuicyPixels.changes  
2016-07-21 08:05:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-JuicyPixels.new/ghc-JuicyPixels.changes 
2016-10-19 13:02:37.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:38:32 UTC 2016 - psim...@suse.com
+
+- Update to version 3.2.8 revision 0 with cabal2obs.
+
+---

Old:

  JuicyPixels-3.2.7.2.tar.gz

New:

  JuicyPixels-3.2.8.tar.gz



Other differences:
--
++ ghc-JuicyPixels.spec ++
--- /var/tmp/diff_new_pack.T2Vn2h/_old  2016-10-19 13:02:40.0 +0200
+++ /var/tmp/diff_new_pack.T2Vn2h/_new  2016-10-19 13:02:40.0 +0200
@@ -18,15 +18,14 @@
 
 %global pkg_name JuicyPixels
 Name:   ghc-%{pkg_name}
-Version:3.2.7.2
+Version:3.2.8
 Release:0
 Summary:Picture loading/serialization (in png, jpeg, bitmap, gif, tga, 
tiff and radiance)
 License:BSD-3-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-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -38,7 +37,6 @@
 BuildRequires:  ghc-vector-devel
 BuildRequires:  ghc-zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and
@@ -58,15 +56,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ JuicyPixels-3.2.7.2.tar.gz -> JuicyPixels-3.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JuicyPixels-3.2.7.2/JuicyPixels.cabal 
new/JuicyPixels-3.2.8/JuicyPixels.cabal
--- old/JuicyPixels-3.2.7.2/JuicyPixels.cabal   2016-06-29 22:23:57.0 
+0200
+++ new/JuicyPixels-3.2.8/JuicyPixels.cabal 2016-09-04 18:31:55.0 
+0200
@@ -1,5 +1,5 @@
 Name:JuicyPixels
-Version: 3.2.7.2
+Version: 3.2.8
 Synopsis:Picture loading/serialization (in png, jpeg, bitmap, gif, 
tga, tiff and radiance)
 Description:
 
<>
@@ -28,7 +28,7 @@
 Source-Repository this
 Type:  git
 Location:  git://github.com/Twinside/Juicy.Pixels.git
-Tag:   v3.2.7.2
+Tag:   v3.2.8
 
 Flag Mmap
 Description: Enable the file loading via mmap (memory map)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JuicyPixels-3.2.7.2/changelog 
new/JuicyPixels-3.2.8/changelog
--- old/JuicyPixels-3.2.7.2/changelog   2016-06-29 22:23:57.0 +0200
+++ new/JuicyPixels-3.2.8/changelog 2016-09-04 18:31:55.0 +0200
@@ -1,6 +1,12 @@
 Change log
 ==
 
+v3.2.8 September 2016
+-
+ * Added: possibility to retrieve the parsed palette.
+ * Fix: Fixing problem of progressive Jpeg decoding when
+   block height is different of block width (#)
+
 v3.2.7.2 June 2016
 --
  * Fix: no more libjpeg warning when decoding Juicy.Pixels encoded images.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JuicyPixels-3.2.7.2/src/Codec/Picture/Bitmap.hs 
new/JuicyPixels-3.2.8/src/Codec/Picture/Bitmap.hs
--- old/JuicyPixels-3.2.7.2/src/Codec/Picture/Bitmap.hs 2016-05-30 
12:34:56.0 +0200
+++ new/JuicyPixels-3.2.8/src/Codec/Picture/Bitmap.hs   2016-09-04 
18:31:55.0 +0200
@@ -11,6 +11,7 @@
, encodeBitmapWithMetadata
, decodeBitmap
, decodeBitmapWithMetadata
+   , decodeBitmapWithPaletteAndMetadata
, encodeDynamicBitmap 
, encodeBitmapWithPaletteAndMetadata
, writeDynamicBitmap 
@@ -23,10 +24,10 @@
 import Control.Applicative( (<$>) )
 #endif
 
-import Control.Monad( when, foldM_, forM_ )
+import Control.Arrow( first )
+import Control.Monad( replicateM, when, foldM_, forM_ )
 import Control.Monad.ST ( ST, runST )
 import Data.Maybe( 

commit ghc-Diff for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-Diff for openSUSE:Factory 
checked in at 2016-10-19 13:02:25

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


Package is "ghc-Diff"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-Diff/ghc-Diff.changes2016-09-24 
15:20:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-Diff.new/ghc-Diff.changes   2016-10-19 
13:02:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:47:00 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.4 revision 0 with cabal2obs.
+
+---

Old:

  1.cabal
  Diff-0.3.2.tar.gz

New:

  Diff-0.3.4.tar.gz



Other differences:
--
++ ghc-Diff.spec ++
--- /var/tmp/diff_new_pack.CeUQ1a/_old  2016-10-19 13:02:26.0 +0200
+++ /var/tmp/diff_new_pack.CeUQ1a/_new  2016-10-19 13:02:26.0 +0200
@@ -17,22 +17,27 @@
 
 
 %global pkg_name Diff
+%bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.2
+Version:0.3.4
 Release:0
 Summary:O(ND) diff algorithm in haskell
 License:BSD-3-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
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-pretty-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
+%if %{with tests}
+BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-process-devel
+BuildRequires:  ghc-test-framework-devel
+BuildRequires:  ghc-test-framework-quickcheck2-devel
+%endif
 
 %description
 Implementation of the standard diff algorithm, and utilities for pretty
@@ -51,16 +56,15 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
-
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
+%check
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ Diff-0.3.2.tar.gz -> Diff-0.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Diff-0.3.2/Diff.cabal new/Diff-0.3.4/Diff.cabal
--- old/Diff-0.3.2/Diff.cabal   2015-05-04 06:32:36.0 +0200
+++ new/Diff-0.3.4/Diff.cabal   2016-04-23 07:21:46.0 +0200
@@ -1,5 +1,5 @@
 name:Diff
-version: 0.3.2
+version: 0.3.4
 synopsis:O(ND) diff algorithm in haskell.
 description: Implementation of the standard diff algorithm, and 
utilities for pretty printing.
 category:Algorithms
@@ -9,10 +9,10 @@
 maintainer:  s.clo...@gmail.com
 Tested-With: GHC == 7.8.4
 Build-Type:  Simple
-Cabal-Version:   >= 1.6
+Cabal-Version:   >= 1.8
 
 library
-  build-depends:   base >= 3 && <= 6, array, pretty
+  build-depends:   base >= 3 && <= 6, array, pretty >= 1.1
   hs-source-dirs:  src
   exposed-modules:
Data.Algorithm.Diff,
@@ -23,3 +23,12 @@
 source-repository head
   type:  darcs
   location:  http://hub.darcs.net/sterlingclover/Diff
+
+test-suite diff-tests
+  type: exitcode-stdio-1.0
+  hs-source-dirs: test, src
+  main-is: Test.hs
+  build-depends: base >= 3 && <= 6, array
+, pretty, QuickCheck, test-framework
+, test-framework-quickcheck2, process
+, directory
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Diff-0.3.2/src/Data/Algorithm/DiffOutput.hs 
new/Diff-0.3.4/src/Data/Algorithm/DiffOutput.hs
--- old/Diff-0.3.2/src/Data/Algorithm/DiffOutput.hs 2015-05-04 
06:32:36.0 +0200
+++ new/Diff-0.3.4/src/Data/Algorithm/DiffOutput.hs 2016-04-23 
07:21:45.0 +0200
@@ -13,14 +13,13 @@
 module Data.Algorithm.DiffOutput where
 import Data.Algorithm.Diff
 import Text.PrettyPrint
+import Data.Char
+import Data.List
 import Data.Monoid (mappend)
 
--- | pretty print the differences. The output is similar to the output of the 
diff utility
-ppDiff :: [Diff [String]] -> String
-ppDiff gdiff =
-   let  diffLineRanges = toLineRange 1 1 gdiff
-   in
-render (prettyDiffs diffLineRanges) ++ "\n"
+-- | Converts Diffs to DiffOperations
+diffToLineRanges :: [Diff [String]] -> [DiffOperation LineRange]
+diffToLineRanges = toLineRange 1 1
where
   toLineRange :: Int -> Int -> [Diff [String]] -> [DiffOperation 

commit cabal-rpm for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package cabal-rpm for openSUSE:Factory 
checked in at 2016-10-19 13:02:17

Comparing /work/SRC/openSUSE:Factory/cabal-rpm (Old)
 and  /work/SRC/openSUSE:Factory/.cabal-rpm.new (New)


Package is "cabal-rpm"

Changes:

--- /work/SRC/openSUSE:Factory/cabal-rpm/cabal-rpm.changes  2016-07-21 
07:59:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.cabal-rpm.new/cabal-rpm.changes 2016-10-19 
13:02:20.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 07:00:41 UTC 2016 - psim...@suse.com
+
+- Update to version 0.10.0 revision 0 with cabal2obs.
+
+---

Old:

  cabal-rpm-0.9.11.tar.gz

New:

  cabal-rpm-0.10.0.tar.gz



Other differences:
--
++ cabal-rpm.spec ++
--- /var/tmp/diff_new_pack.P2TBd8/_old  2016-10-19 13:02:21.0 +0200
+++ /var/tmp/diff_new_pack.P2TBd8/_new  2016-10-19 13:02:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cabal-rpm
-Version:0.9.11
+Version:0.10.0
 Release:0
 Summary:RPM packaging tool for Haskell Cabal-based packages
 License:GPL-3.0+
@@ -25,7 +25,6 @@
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-old-locale-devel
@@ -37,7 +36,6 @@
 Recommends: ghc
 Recommends: yum-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package provides a RPM packaging tool for Haskell Cabal-based packages.
@@ -52,22 +50,18 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_bin_build
 
-install -p -m 0644 -D man/cblrpm.1 %{buildroot}%{_mandir}/man1/cblrpm.1
-
-
 %install
 %ghc_bin_install
-
+install -p -m 0644 -D man/cabal-rpm.1 %{buildroot}%{_mandir}/man1/cabal-rpm.1
 
 %files
 %defattr(-,root,root,-)
 %doc COPYING
 %doc ChangeLog README.md
-%{_bindir}/cblrpm
-%{_mandir}/man1/cblrpm.1*
+%{_bindir}/%{name}
+%{_mandir}/man1/cabal-rpm.1*
 
 %changelog

++ cabal-rpm-0.9.11.tar.gz -> cabal-rpm-0.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-rpm-0.9.11/ChangeLog 
new/cabal-rpm-0.10.0/ChangeLog
--- old/cabal-rpm-0.9.11/ChangeLog  2016-05-06 13:31:16.0 +0200
+++ new/cabal-rpm-0.10.0/ChangeLog  2016-07-27 13:15:19.0 +0200
@@ -1,3 +1,22 @@
+* 0.10.0 (2016-07-27)
+- rename executable and manpage back to 'cabal-rpm': more predictable
+- explicit error for unknown command
+- sort docs and include upstream changelogs and news
+- add cabal-rpm version header line to spec files
+- new highly experimental command to refresh spec files
+- only add "ExclusiveArch: %{ghc_arches_with_ghci}" for RHEL/EPEL
+- use revised Hackage .cabal files on SUSE (@peti)
+- on SUSE add explicit requires for pkgconfig
+- new --compiler option (@peti)
+- new --distro option (@peti)
+- new --strict option which fails when missing cdeps (@peti),
+  otherwise a warning is not output
+- update now shows the generated patch
+- use %cabal_test (@mimi1vx)
+- no longer duplicate docs in datadir
+- package datadir better
+- for SUSE libs executables now go in the base package
+
 * 0.9.11 (2016-05-06)
 - build with Cabal-1.24
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-rpm-0.9.11/cabal-rpm.cabal 
new/cabal-rpm-0.10.0/cabal-rpm.cabal
--- old/cabal-rpm-0.9.11/cabal-rpm.cabal2016-05-06 13:31:16.0 
+0200
+++ new/cabal-rpm-0.10.0/cabal-rpm.cabal2016-07-27 13:15:19.0 
+0200
@@ -1,5 +1,5 @@
 Name:cabal-rpm
-Version: 0.9.11
+Version: 0.10.0
 Synopsis:RPM packaging tool for Haskell Cabal-based packages
 Description:
 This package provides a RPM packaging tool for Haskell Cabal-based 
packages.
@@ -20,8 +20,10 @@
  2012-2016 Jens Petersen 
 Category:Distribution
 Build-type:  Simple
-Extra-source-files:  README.md ChangeLog man/cblrpm.1.md man/cblrpm.1
+Extra-source-files:  README.md ChangeLog man/cabal-rpm.1.md man/cabal-rpm.1
 Cabal-version:   >=1.6
+Tested-with: GHC == 7.0.4, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4,
+ GHC == 7.10.3, GHC == 8.0.1
 
 source-repository head
   type: git
@@ -31,7 +33,7 @@
   Description:   Use old-locale and time < 1.5
   Default:   True
 
-Executable cblrpm
+Executable cabal-rpm
 Main-is:Main.hs
 Build-depends: base < 5,
 

commit rubygem-strptime for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-strptime for 
openSUSE:Factory checked in at 2016-10-19 13:01:58

Comparing /work/SRC/openSUSE:Factory/rubygem-strptime (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-strptime.new (New)


Package is "rubygem-strptime"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-strptime.new/rubygem-strptime.changes   
2016-10-19 13:01:59.0 +0200
@@ -0,0 +1,5 @@
+---
+Thu Sep 22 11:01:54 UTC 2016 - wolfgang.en...@suse.com
+
+- Initial package 
+

New:

  rubygem-strptime.changes
  rubygem-strptime.spec
  strptime-0.1.8.gem



Other differences:
--
++ rubygem-strptime.spec ++
#
# spec file for package rubygem-strptime
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   rubygem-strptime
Version:0.1.8
Release:0
%define mod_name strptime
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros >= 3
Requires:   ruby => 2.0
BuildRequires:  ruby => 2.0
Requires:   ruby < 3
BuildRequires:  ruby < 3
BuildRequires:  ruby-devel
Url:https://github.com/nurse/strptime
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary:A fast strptime engine
License:BSD-2-Clause
Group:  Development/Languages/Ruby

%description
A fast strptime engine which uses VM.

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f
%gem_cleanup
mkdir -p %{buildroot}%{_docdir}/%{name}
ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md

%files
%defattr(-,root,root,-)
%{_docdir}/%{name}
%{gem_base}/cache/%{mod_full_name}.gem
%{gem_base}/gems/%{mod_full_name}/
%{gem_extensions}/%{mod_full_name}
%{gem_base}/specifications/%{mod_full_name}.gemspec
%exclude %{gem_base}/gems/%{mod_full_name}/ext

%files doc
%defattr(-,root,root,-)
%doc %{gem_base}/doc

%changelog



commit ocaml-easy-format for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ocaml-easy-format for 
openSUSE:Factory checked in at 2016-10-19 12:59:24

Comparing /work/SRC/openSUSE:Factory/ocaml-easy-format (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-easy-format.new (New)


Package is "ocaml-easy-format"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-easy-format.new/ocaml-easy-format.changes 
2016-10-19 12:59:32.0 +0200
@@ -0,0 +1,26 @@
+---
+Wed May 25 12:09:07 UTC 2016 - o...@aepfle.de
+
+- Update to version 1.2.0 (fate#320836)
+
+---
+Tue Nov 10 10:18:47 UTC 2015 - oher...@suse.de
+
+- Add hardcoded Provides for pre 12.1 repos
+
+---
+Mon Nov  9 09:00:02 UTC 2015 - h...@urpla.net
+
+- don't use make -jN for build
+- require ocaml explicitly for build
+
+---
+Sat Nov  7 17:09:39 UTC 2015 - h...@urpla.net
+
+- clean up spec file 
+
+---
+Sat Jan  3 18:17:31 UTC 2015 - h...@urpla.net
+
+- version 1.0.2: initial build
+

New:

  easy-format-1.2.0.tar.xz
  ocaml-easy-format.changes
  ocaml-easy-format.spec



Other differences:
--
++ ocaml-easy-format.spec ++
#
# spec file for package ocaml-easy-format
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   ocaml-easy-format
Version:1.2.0
Release:0
%{ocaml_preserve_bytecode}
License:BSD-3-Clause
Summary:Data pretty printing made easy
Url:http://mjambon.com/easy-format.html
Group:  Development/Libraries/Other
Source: easy-format-%{version}.tar.xz
BuildRequires:  ocaml
BuildRequires:  ocaml-oasis
BuildRequires:  ocaml-ocamldoc
BuildRequires:  ocaml-rpm-macros >= 4.03
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# ocaml autodep start for pkg: ocaml-easy-format
# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
%if 0%{?suse_version} < 1210
Requires:   ocaml-runtime
%endif
# ocaml autodep end for pkg: ocaml-easy-format

%description
This module offers a high-level and functional interface to the Format module
of the OCaml standard library. It is a pretty-printing facility, i.e. it takes
as input some code represented as a tree and formats this code into the most
visually satisfying result, breaking and indenting lines of code where
appropriate.

Input data must be first modelled and converted into a tree using 3 kinds of
nodes:

atoms lists labelled nodes

Atoms represent any text that is guaranteed to be printed as-is. Lists can
model any sequence of items such as arrays of data or lists of definitions that
are labelled with something like "int main", "let x =" or "x:".

%packagedevel
Summary:Development files for %{name}
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}
Provides:   ocamlfind(easy-format)

%descriptiondevel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%prep
%setup -qn easy-format-%{version}

%build
tee _oasis <<_EOF_
OASISFormat: 0.4
Name:"easy-format"
Version: %{version}
Synopsis:Data pretty printing made easy
Authors: Martin Jambon
LicenseFile: LICENSE
License: BSD-3-Clause
Plugins: META(`oasis version`)
BuildTools:  ocamlbuild

Library "easy-format"
  Path: .
  Modules: Easy_format
  Install: true

Document easy_format
  Title:"API reference for easy-format"
  Type: ocamlbuild
  BuildTools+:  ocamldoc
  InstallDir:   \$htmldir
  Install:  true
  XOCamlbuildPath:  .
  XOCamlbuildLibraries: easy-format

Executable lambda_example
  Install: false
  Path: .
  MainIs: lambda_example.ml
  

commit ocaml-calendar for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ocaml-calendar for openSUSE:Factory 
checked in at 2016-10-19 12:59:48

Comparing /work/SRC/openSUSE:Factory/ocaml-calendar (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-calendar.new (New)


Package is "ocaml-calendar"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-calendar.new/ocaml-calendar.changes   
2016-10-19 12:59:49.0 +0200
@@ -0,0 +1,28 @@
+---
+Mon May 30 06:39:17 UTC 2016 - oher...@suse.de
+
+- Fix build with ocaml-4.03 (fate#320836)
+  ocaml-calendar-buildcompare.patch
+
+---
+Tue Nov 10 10:18:47 UTC 2015 - oher...@suse.de
+
+- Add hardcoded Provides for pre 12.1 repos
+
+---
+Tue Sep 15 14:06:34 UTC 2015 - mlati...@suse.com
+
+- Remove calendarFAQ-2.6.txt from -devel package due to licensing
+  concerns.
+
+---
+Mon Dec  8 20:18:19 UTC 2014 - mlati...@suse.com
+
+- Update spec file to use ocaml-rpm-macros, remove ExclusiveArch,
+  and ensure bytecode is built.
+
+---
+Fri Dec  5 17:20:02 UTC 2014 - mlati...@suse.com
+
+- Initial commit using upstream version 2.04.
+

New:

  calendar-2.04-enable-debug.patch
  calendar-2.04.tar.gz
  ocaml-calendar-buildcompare.patch
  ocaml-calendar.changes
  ocaml-calendar.spec



Other differences:
--
++ ocaml-calendar.spec ++
#
# spec file for package ocaml-calendar
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


# Ignore all generated modules *except* CalendarLib, since everything
# now appears in that namespace.
%global __ocaml_requires_opts -i Calendar_builder -i Calendar_sig -i Date -i 
Date_sig -i Fcalendar -i Ftime -i Period -i Printer -i Time -i Time_sig -i 
Time_Zone -i Utils -i Version
%global __ocaml_provides_opts -i Calendar_builder -i Calendar_sig -i Date -i 
Date_sig -i Fcalendar -i Ftime -i Period -i Printer -i Time -i Time_sig -i 
Time_Zone -i Utils -i Version

Name:   ocaml-calendar
Version:2.04
Release:0
%{ocaml_preserve_bytecode}
Summary:Objective Caml library for managing dates and times
License:LGPL-2.0
Group:  Development/Libraries/Other
Url:http://calendar.forge.ocamlcore.org/
Source0:
http://forge.ocamlcore.org/frs/download.php/1481/calendar-2.04.tar.gz
Patch1: calendar-2.04-enable-debug.patch
Patch2: ocaml-calendar-buildcompare.patch
BuildRequires:  gawk
BuildRequires:  ocaml >= 4.00.1
BuildRequires:  ocaml-rpm-macros >= 4.02.1
BuildRequires:  ocaml-findlib-devel >= 1.3.3-3
BuildRequires:  ocaml-ocamldoc
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# ocaml autodep start for pkg: ocaml-calendar
# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
%if 0%{?suse_version} < 1210
Requires:   ocaml-runtime
%endif
# ocaml autodep end for pkg: ocaml-calendar

%description
Objective Caml library for managing dates and times.

%packagedevel
Summary:Development files for %{name}
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}

%descriptiondevel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%prep
%setup -q -n calendar-%{version}
%patch1 -p1
%patch2 -p1


%build
./configure --libdir=%{_libdir}
make %{?_smp_mflags}
make %{?_smp_mflags} doc

mv TODO TODO.old
iconv -f iso-8859-1 -t utf-8 < TODO.old > TODO


%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
make DESTDIR=%{buildroot} install %{?_smp_mflags}


%files
%defattr(-,root,root,-)
%doc CHANGES README TODO LGPL COPYING
%dir %{_libdir}/ocaml
%dir %{_libdir}/ocaml/*
%if %{ocaml_native_compiler}
%{_libdir}/ocaml/*/*.cmxs
%endif

%files 

commit boost for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2016-10-19 12:58:57

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


Package is "boost"

Changes:

--- /work/SRC/openSUSE:Factory/boost/boost.changes  2016-08-25 
09:52:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2016-10-19 
12:58:58.0 +0200
@@ -1,0 +2,26 @@
+Fri Sep 30 12:13:02 UTC 2016 - adam.ma...@suse.de
+
+- package boost-jam
+- add missing ldconfig for libboost_type_erasure
+- fix EOL encoding for documentation files
+
+---
+Thu Sep 29 10:56:49 UTC 2016 - adam.ma...@suse.de
+
+- update to version 1.62.0
+  * new library: fiber: framework for userland-threads/fibers
+  * new library: QVM: library for working with quaternions,
+vectors and matrices of static size
+  * see http://www.boost.org/users/history/version_1_62_0.html
+for complete changelog
+- remove boost-fix_include_config.patch - upstreamed
+- gcc_path.patch - fix GCC search paths (bnc#996917)
+  Boost assumes /usr/include/c++/x.y.z/ existence for GCC 4.x
+  onward while our version of GCC only has /usr/include/c++/x.y
+  for 4.x GCC and /usr/include/c++/x/ for 5.x onward.
+- migrate to using %bcond_ instead of hardcoding macros
+  for different Boost features
+- better way to limit max number of compilation units than
+  by reading /proc/meminfo and guesstimating.
+
+---

Old:

  boost-fix_include_config.patch
  boost_1_61_0.tar.bz2

New:

  boost_1_62_0.tar.bz2
  gcc_path.patch



Other differences:
--
++ boost.spec ++
--- /var/tmp/diff_new_pack.cAxWIH/_old  2016-10-19 12:59:09.0 +0200
+++ /var/tmp/diff_new_pack.cAxWIH/_new  2016-10-19 12:59:09.0 +0200
@@ -16,16 +16,16 @@
 #
 
 
-%define ver 1.61.0
-%define file_version 1_61_0
+%define ver 1.62.0
+%define file_version 1_62_0
 %define docs_version 1.56.0
 %define short_version 1_56
-%define lib_appendix 1_61_0
-#Only define to 1 to generate the man pages
+%define lib_appendix 1_62_0
+# building manpages is broken
+%bcond_withbuild_docs
+%bcond_without package_pdf
+%bcond_without build_quickbook
 %define build_docs 0
-#Define to 0 to not package the pdf documentation
-%define package_pdf 1
-%define build_quickbook 1
 %define boost_l1 libboost_date_time%{lib_appendix} 
libboost_filesystem%{lib_appendix} libboost_graph%{lib_appendix}
 %define boost_l2 libboost_iostreams%{lib_appendix} 
libboost_math%{lib_appendix} libboost_test%{lib_appendix}
 %define boost_l3 libboost_program_options%{lib_appendix} 
libboost_python%{lib_appendix} libboost_python3-%{lib_appendix} 
libboost_serialization%{lib_appendix}
@@ -33,37 +33,50 @@
 %define boost_l5 libboost_wave%{lib_appendix} libboost_regex%{lib_appendix} 
libboost_regex%{lib_appendix}
 %define boost_l6 libboost_random%{lib_appendix} libboost_chrono%{lib_appendix} 
libboost_locale%{lib_appendix}
 %define boost_l7 libboost_timer%{lib_appendix} libboost_atomic%{lib_appendix} 
libboost_log%{lib_appendix} libboost_container%{lib_appendix}
-%define most_libs %{boost_l1} %{boost_l2} %{boost_l3} %{boost_l4} %{boost_l5} 
%{boost_l6} %{boost_l7} %{?boost_libs_context}
+%define most_libs %{boost_l1} %{boost_l2} %{boost_l3} %{boost_l4} %{boost_l5} 
%{boost_l6} %{boost_l7} 
 %define my_docdir %{_docdir}/boost-%{version}
 # Just hardcode build_mpi to 1 as soon as openmpi builds on all
 # named architectures.
 %ifarch ia64 hppa
-%define build_mpi 0
+%bcond_with  build_mpi
 %else
-%define build_mpi 1
+%bcond_without build_mpi
 %endif
 # context hasn't been ported to most architectures yet
 %ifarch %ix86 x86_64 %arm aarch64 mips ppc ppc64 ppc64le
-%define build_context 1
+%bcond_without build_context
 %else
-%define build_context 0
+%bcond_with build_context
 %endif
+
+# needs newer GCC to compile runtime
+%if %{with build_context} && 0%{?suse_version} > 1320
+%bcond_without boost_fiber
+%else
+%bcond_with boost_fiber
+%endif
+
 %ifarch hppa
-%define disable_long_double 1
+%bcond_with long_double
 %else
-%define disable_long_double 0
+%bcond_without long_double
 %endif
-%if %{build_context}
-%define boost_libs_context libboost_context%{lib_appendix} 
libboost_coroutine%{lib_appendix}
+%if %{with build_context}
+%define context_libs libboost_context%{lib_appendix} 
libboost_coroutine%{lib_appendix}
 %endif
-%if %{build_mpi}
-%define all_libs %{most_libs} libboost_graph_parallel%{lib_appendix} 
libboost_mpi%{lib_appendix}
-%else
-%define all_libs %{most_libs}
+%if %{with build_mpi}
+%define mpi_libs libboost_graph_parallel%lib_appendix 

commit cairo for openSUSE:13.1:Update

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package cairo for openSUSE:13.1:Update 
checked in at 2016-10-19 08:48:24

Comparing /work/SRC/openSUSE:13.1:Update/cairo (Old)
 and  /work/SRC/openSUSE:13.1:Update/.cairo.new (New)


Package is "cairo"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.tWp1k6/_old  2016-10-19 08:48:25.0 +0200
+++ /var/tmp/diff_new_pack.tWp1k6/_new  2016-10-19 08:48:25.0 +0200
@@ -1 +1 @@
-
+




commit patchinfo.4671 for openSUSE:13.1:Update

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.4671 for 
openSUSE:13.1:Update checked in at 2016-10-19 08:48:26

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.4671 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.4671.new (New)


Package is "patchinfo.4671"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  XRevan86
  A bug in cairo causes a crash in 
libwnck3
  
  recommended
  moderate
  Recommended update for cairo
  This recommended update for cairo fixes the following issues:

- boo#997189: crash in cairo related to libwnck3 and faulty icons 
(fdo#91967)




<    1   2